From ab958410345c6d0609bfa29316bc8708066a34b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=A1=BA=E5=BC=BA?= <978987373@qq.com> Date: Tue, 2 Jul 2024 15:00:26 +0800 Subject: [PATCH] update sdoc version and sdoc translate --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- media/sdoc-editor/locales/cs/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/de/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/en/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/es/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/fr/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/it/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/ru/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/zh-CN/sdoc-editor.json | 5 ++++- media/sdoc-editor/locales/zh_CN/sdoc-editor.json | 5 ++++- 11 files changed, 44 insertions(+), 17 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 95f951c4af..f112812907 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.4", + "@seafile/sdoc-editor": "1.0.6", "@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.4", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.4.tgz", - "integrity": "sha512-B+dHDR5GftMNr0VLWsB+A4r8H2j4LmLYyIXWRXIYXs0IMmJkAEZdUZxR0AiupiKNGhIwf+1MqHx4pTckLqOpdQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.6.tgz", + "integrity": "sha512-AJeiwmWaCBgI3q6g8+Gsspt0oDRImmo9t5LRp2WuHVgMxA8lyTAlkbliEttDNENzJmbt+qYNTkY3JoIaEEP5ww==", "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.4", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.4.tgz", - "integrity": "sha512-B+dHDR5GftMNr0VLWsB+A4r8H2j4LmLYyIXWRXIYXs0IMmJkAEZdUZxR0AiupiKNGhIwf+1MqHx4pTckLqOpdQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.6.tgz", + "integrity": "sha512-AJeiwmWaCBgI3q6g8+Gsspt0oDRImmo9t5LRp2WuHVgMxA8lyTAlkbliEttDNENzJmbt+qYNTkY3JoIaEEP5ww==", "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 a31158d74c..5c0419b525 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.4", + "@seafile/sdoc-editor": "1.0.6", "@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 578439c4b6..6114022384 100644 --- a/media/sdoc-editor/locales/cs/sdoc-editor.json +++ b/media/sdoc-editor/locales/cs/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable column", "SeaTable_table": "SeaTable table", "And_x_more_records": "and {{count}} more records", - "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed" + "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" } diff --git a/media/sdoc-editor/locales/de/sdoc-editor.json b/media/sdoc-editor/locales/de/sdoc-editor.json index 33dc89edea..543b32be86 100644 --- a/media/sdoc-editor/locales/de/sdoc-editor.json +++ b/media/sdoc-editor/locales/de/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable column", "SeaTable_table": "SeaTable table", "And_x_more_records": "and {{count}} more records", - "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed" + "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" } diff --git a/media/sdoc-editor/locales/en/sdoc-editor.json b/media/sdoc-editor/locales/en/sdoc-editor.json index c603065318..88459bf546 100644 --- a/media/sdoc-editor/locales/en/sdoc-editor.json +++ b/media/sdoc-editor/locales/en/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable column", "SeaTable_table": "SeaTable table", "And_x_more_records": "and {{count}} more records", - "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed" + "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" } diff --git a/media/sdoc-editor/locales/es/sdoc-editor.json b/media/sdoc-editor/locales/es/sdoc-editor.json index 596cb802d7..bf3c4c0d74 100644 --- a/media/sdoc-editor/locales/es/sdoc-editor.json +++ b/media/sdoc-editor/locales/es/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable column", "SeaTable_table": "SeaTable table", "And_x_more_records": "and {{count}} more records", - "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed" + "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" } diff --git a/media/sdoc-editor/locales/fr/sdoc-editor.json b/media/sdoc-editor/locales/fr/sdoc-editor.json index 65e29b0f3a..bbf8bdf203 100644 --- a/media/sdoc-editor/locales/fr/sdoc-editor.json +++ b/media/sdoc-editor/locales/fr/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable column", "SeaTable_table": "SeaTable table", "And_x_more_records": "and {{count}} more records", - "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed" + "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" } diff --git a/media/sdoc-editor/locales/it/sdoc-editor.json b/media/sdoc-editor/locales/it/sdoc-editor.json index dd2a95794a..fb995d6435 100644 --- a/media/sdoc-editor/locales/it/sdoc-editor.json +++ b/media/sdoc-editor/locales/it/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable column", "SeaTable_table": "SeaTable table", "And_x_more_records": "and {{count}} more records", - "Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed" + "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" } diff --git a/media/sdoc-editor/locales/ru/sdoc-editor.json b/media/sdoc-editor/locales/ru/sdoc-editor.json index 9a897b71c0..9ad86462a8 100644 --- a/media/sdoc-editor/locales/ru/sdoc-editor.json +++ b/media/sdoc-editor/locales/ru/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "Столбец SeaTable", "SeaTable_table": "Таблица SeaTable", "And_x_more_records": "и ещё {{count}} записей", - "Print_limit_exceeded": "При превышении лимита печати будут напечатаны только первые 200 строк" + "Print_limit_exceeded": "При превышении лимита печати будут напечатаны только первые 200 строк", + "Show_record_numbers": "Показывать номера записей", + "Alternate_color": "Альтернативный цвет", + "Select_column_display_option_color_tip": "Цвета параметров отображения столбцов с одиночным и множественным выбором" } diff --git a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json index 5954f05d76..e8a4fca6c5 100644 --- a/media/sdoc-editor/locales/zh-CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh-CN/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable 列", "SeaTable_table": "SeaTable 子表", "And_x_more_records": "以及另外 {{count}} 条记录", - "Print_limit_exceeded": "超过打印限制, 只会打印前 200 行" + "Print_limit_exceeded": "超过打印限制, 只会打印前 200 行", + "Show_record_numbers": "显示记录编号", + "Alternate_color": "单双行不同背景色", + "Select_column_display_option_color_tip": "单选列和多选列显示选项颜色" } diff --git a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json index 5954f05d76..e8a4fca6c5 100644 --- a/media/sdoc-editor/locales/zh_CN/sdoc-editor.json +++ b/media/sdoc-editor/locales/zh_CN/sdoc-editor.json @@ -464,5 +464,8 @@ "SeaTable_column": "SeaTable 列", "SeaTable_table": "SeaTable 子表", "And_x_more_records": "以及另外 {{count}} 条记录", - "Print_limit_exceeded": "超过打印限制, 只会打印前 200 行" + "Print_limit_exceeded": "超过打印限制, 只会打印前 200 行", + "Show_record_numbers": "显示记录编号", + "Alternate_color": "单双行不同背景色", + "Select_column_display_option_color_tip": "单选列和多选列显示选项颜色" }