diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f112812907..c8af4dc61a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.2", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "1.0.6", + "@seafile/sdoc-editor": "1.0.7", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "1.0.99", "@seafile/sf-metadata-ui-component": "0.0.7", @@ -4632,9 +4632,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "node_modules/@seafile/sdoc-editor": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.6.tgz", - "integrity": "sha512-AJeiwmWaCBgI3q6g8+Gsspt0oDRImmo9t5LRp2WuHVgMxA8lyTAlkbliEttDNENzJmbt+qYNTkY3JoIaEEP5ww==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.7.tgz", + "integrity": "sha512-Ysfd3AfDwaUpqziqW86G2CjLhD3C8uI0qommCutyzHbybenkbtn+bfcyzpdn4iFpLNy6ZAzI4OEM6exPYxSSYA==", "dependencies": { "@seafile/print-js": "1.6.5", "@seafile/react-image-lightbox": "2.0.4", @@ -31906,9 +31906,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "@seafile/sdoc-editor": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.6.tgz", - "integrity": "sha512-AJeiwmWaCBgI3q6g8+Gsspt0oDRImmo9t5LRp2WuHVgMxA8lyTAlkbliEttDNENzJmbt+qYNTkY3JoIaEEP5ww==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.7.tgz", + "integrity": "sha512-Ysfd3AfDwaUpqziqW86G2CjLhD3C8uI0qommCutyzHbybenkbtn+bfcyzpdn4iFpLNy6ZAzI4OEM6exPYxSSYA==", "requires": { "@seafile/print-js": "1.6.5", "@seafile/react-image-lightbox": "2.0.4", diff --git a/frontend/package.json b/frontend/package.json index 5c0419b525..0642a84d23 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.2", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "1.0.6", + "@seafile/sdoc-editor": "1.0.7", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "1.0.99", "@seafile/sf-metadata-ui-component": "0.0.7", diff --git a/media/sdoc-editor/locales/cs/sdoc-editor.json b/media/sdoc-editor/locales/cs/sdoc-editor.json index 6114022384..5c8f80c74e 100644 --- a/media/sdoc-editor/locales/cs/sdoc-editor.json +++ b/media/sdoc-editor/locales/cs/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", "Show_record_numbers": "Show record numbers", "Alternate_color": "Alternate color", - "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors" + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", + "Header": "Header" } diff --git a/media/sdoc-editor/locales/de/sdoc-editor.json b/media/sdoc-editor/locales/de/sdoc-editor.json index 543b32be86..c52fc7f583 100644 --- a/media/sdoc-editor/locales/de/sdoc-editor.json +++ b/media/sdoc-editor/locales/de/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", "Show_record_numbers": "Show record numbers", "Alternate_color": "Alternate color", - "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors" + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", + "Header": "Überschrift" } diff --git a/media/sdoc-editor/locales/en/sdoc-editor.json b/media/sdoc-editor/locales/en/sdoc-editor.json index 88459bf546..6dfddd0ce0 100644 --- a/media/sdoc-editor/locales/en/sdoc-editor.json +++ b/media/sdoc-editor/locales/en/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", "Show_record_numbers": "Show record numbers", "Alternate_color": "Alternate color", - "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors" + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", + "Header": "Header" } diff --git a/media/sdoc-editor/locales/es/sdoc-editor.json b/media/sdoc-editor/locales/es/sdoc-editor.json index bf3c4c0d74..48493e886f 100644 --- a/media/sdoc-editor/locales/es/sdoc-editor.json +++ b/media/sdoc-editor/locales/es/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", "Show_record_numbers": "Show record numbers", "Alternate_color": "Alternate color", - "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors" + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", + "Header": "Encabezado" } diff --git a/media/sdoc-editor/locales/fr/sdoc-editor.json b/media/sdoc-editor/locales/fr/sdoc-editor.json index bbf8bdf203..fcc377be2b 100644 --- a/media/sdoc-editor/locales/fr/sdoc-editor.json +++ b/media/sdoc-editor/locales/fr/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", "Show_record_numbers": "Show record numbers", "Alternate_color": "Alternate color", - "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors" + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", + "Header": "En-tête " } diff --git a/media/sdoc-editor/locales/it/sdoc-editor.json b/media/sdoc-editor/locales/it/sdoc-editor.json index fb995d6435..8d4d13ce64 100644 --- a/media/sdoc-editor/locales/it/sdoc-editor.json +++ b/media/sdoc-editor/locales/it/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed", "Show_record_numbers": "Show record numbers", "Alternate_color": "Alternate color", - "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors" + "Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors", + "Header": "Intestazione" } diff --git a/media/sdoc-editor/locales/ru/sdoc-editor.json b/media/sdoc-editor/locales/ru/sdoc-editor.json index 9ad86462a8..6497263da1 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "При превышении лимита печати будут напечатаны только первые 200 строк", "Show_record_numbers": "Показывать номера записей", "Alternate_color": "Альтернативный цвет", - "Select_column_display_option_color_tip": "Цвета параметров отображения столбцов с одиночным и множественным выбором" + "Select_column_display_option_color_tip": "Цвета параметров отображения столбцов с одиночным и множественным выбором", + "Header": "Заголовок" } diff --git a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json index e8a4fca6c5..4f6ca390b1 100644 --- a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "超过打印限制, 只会打印前 200 行", "Show_record_numbers": "显示记录编号", "Alternate_color": "单双行不同背景色", - "Select_column_display_option_color_tip": "单选列和多选列显示选项颜色" + "Select_column_display_option_color_tip": "单选列和多选列显示选项颜色", + "Header": "标题" } diff --git a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json index e8a4fca6c5..4f6ca390b1 100644 --- a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json @@ -467,5 +467,6 @@ "Print_limit_exceeded": "超过打印限制, 只会打印前 200 行", "Show_record_numbers": "显示记录编号", "Alternate_color": "单双行不同背景色", - "Select_column_display_option_color_tip": "单选列和多选列显示选项颜色" + "Select_column_display_option_color_tip": "单选列和多选列显示选项颜色", + "Header": "标题" }