From ade4361eb0160df00408473db848fad30f3797a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= <978987373@qq.com> Date: Mon, 14 Oct 2024 10:44:30 +0800 Subject: [PATCH] update sdoc version and sdoc translate --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- media/sdoc-editor/locales/cs/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/de/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/en/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/es/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/fr/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/it/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/ru/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/zh-CN/sdoc-editor.json | 3 ++- media/sdoc-editor/locales/zh_CN/sdoc-editor.json | 3 ++- 11 files changed, 23 insertions(+), 14 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3a14ae0af0..e4a494230a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "3.0.0", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "1.0.98", + "@seafile/sdoc-editor": "1.0.99", "@seafile/seafile-calendar": "0.0.28", "@seafile/seafile-editor": "^1.0.121", "@seafile/sf-metadata-ui-component": "^0.0.43", @@ -4785,9 +4785,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "node_modules/@seafile/sdoc-editor": { - "version": "1.0.98", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.98.tgz", - "integrity": "sha512-BbIjePsCw0qSG5NCqVpPBKNqcnVrybZ3VpmSoZzs30JfafffOwWNFdcVvmtMwYJdNE9wvCkDmy+XFLNhD5Kriw==", + "version": "1.0.99", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.99.tgz", + "integrity": "sha512-K5KswNLSv8CP9CqqVB0vtLE5sZDs5Y2HUxhcxGiBpuQpFqTraPp0+DV8kixOhZP5LfU31KlmZWm+ePuiCiiW4g==", "dependencies": { "@seafile/print-js": "1.6.6", "@seafile/react-image-lightbox": "2.0.4", diff --git a/frontend/package.json b/frontend/package.json index ce658daa5d..f50635543f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "3.0.0", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "1.0.98", + "@seafile/sdoc-editor": "1.0.99", "@seafile/seafile-calendar": "0.0.28", "@seafile/seafile-editor": "^1.0.121", "@seafile/sf-metadata-ui-component": "^0.0.43", diff --git a/media/sdoc-editor/locales/cs/sdoc-editor.json b/media/sdoc-editor/locales/cs/sdoc-editor.json index ffcc69f106..f4e38f343f 100644 --- a/media/sdoc-editor/locales/cs/sdoc-editor.json +++ b/media/sdoc-editor/locales/cs/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "the past numbers of days", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", - "Sub_table": "Tabulka" + "Sub_table": "Tabulka", + "Search_action...": "Search action..." } diff --git a/media/sdoc-editor/locales/de/sdoc-editor.json b/media/sdoc-editor/locales/de/sdoc-editor.json index 9c9f58cfbd..90a7d34c28 100644 --- a/media/sdoc-editor/locales/de/sdoc-editor.json +++ b/media/sdoc-editor/locales/de/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "the past numbers of days", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", - "Sub_table": "Tabelle" + "Sub_table": "Tabelle", + "Search_action...": "Search action..." } diff --git a/media/sdoc-editor/locales/en/sdoc-editor.json b/media/sdoc-editor/locales/en/sdoc-editor.json index 7a539f32e2..cfe9cb67a8 100644 --- a/media/sdoc-editor/locales/en/sdoc-editor.json +++ b/media/sdoc-editor/locales/en/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "the past numbers of days", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", - "Sub_table": "Table" + "Sub_table": "Table", + "Search_action...": "Search action..." } diff --git a/media/sdoc-editor/locales/es/sdoc-editor.json b/media/sdoc-editor/locales/es/sdoc-editor.json index a18b603bb9..0357c9deb1 100644 --- a/media/sdoc-editor/locales/es/sdoc-editor.json +++ b/media/sdoc-editor/locales/es/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "the past numbers of days", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", - "Sub_table": "Tabla" + "Sub_table": "Tabla", + "Search_action...": "Search action..." } diff --git a/media/sdoc-editor/locales/fr/sdoc-editor.json b/media/sdoc-editor/locales/fr/sdoc-editor.json index fd1b359b2d..f437337be4 100644 --- a/media/sdoc-editor/locales/fr/sdoc-editor.json +++ b/media/sdoc-editor/locales/fr/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "the past numbers of days", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", - "Sub_table": "Tableau" + "Sub_table": "Tableau", + "Search_action...": "Search action..." } diff --git a/media/sdoc-editor/locales/it/sdoc-editor.json b/media/sdoc-editor/locales/it/sdoc-editor.json index 01208e8cbd..f97657fba7 100644 --- a/media/sdoc-editor/locales/it/sdoc-editor.json +++ b/media/sdoc-editor/locales/it/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "the past numbers of days", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send", - "Sub_table": "Tabella" + "Sub_table": "Tabella", + "Search_action...": "Search action..." } diff --git a/media/sdoc-editor/locales/ru/sdoc-editor.json b/media/sdoc-editor/locales/ru/sdoc-editor.json index f2ad0f178a..89d85e2f7a 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "прошедшее количество дней", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "Дважды щелкните, чтобы войти в режим редактирования и отрегулировать ширину поля", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "Введите комментарий, Enter для новой строки, Shift + Enter для отправки", - "Sub_table": "Таблица" + "Sub_table": "Таблица", + "Search_action...": "Search action..." } diff --git a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json index 63e2a454e7..8c0da054f9 100644 --- a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "今天之前的指定天数", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "双击可进入编辑模式并调整字段宽度", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "输入评论,Enter 换行,Shift + Enter 发送", - "Sub_table": "子表" + "Sub_table": "子表", + "Search_action...": "搜索操作..." } diff --git a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json index 63e2a454e7..8c0da054f9 100644 --- a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json @@ -564,5 +564,6 @@ "the_past_numbers_of_days": "今天之前的指定天数", "Double_click_to_enter_edit_mode_and_adjust_field_width" : "双击可进入编辑模式并调整字段宽度", "Enter_comment_Enter_for_new_line_shift_enter_to_send": "输入评论,Enter 换行,Shift + Enter 发送", - "Sub_table": "子表" + "Sub_table": "子表", + "Search_action...": "搜索操作..." }