@seafile/seafile-editor 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/containers/outline/index.js +1 -1
- package/package.json +1 -1
- package/public/locales/cs/seafile-editor.json +2 -2
- package/public/locales/de/seafile-editor.json +2 -2
- package/public/locales/en/seafile-editor.json +1 -1
- package/public/locales/es/seafile-editor.json +2 -2
- package/public/locales/fr/seafile-editor.json +2 -2
- package/public/locales/it/seafile-editor.json +2 -2
- package/public/locales/ru/seafile-editor.json +4 -4
- package/public/locales/zh-CN/seafile-editor.json +1 -1
- package/public/locales/zh_CN/seafile-editor.json +1 -1
|
@@ -68,7 +68,7 @@ const Outline = _ref => {
|
|
|
68
68
|
className: "sf-editor-outline"
|
|
69
69
|
}, headerList.length === 0 && /*#__PURE__*/_react.default.createElement("div", {
|
|
70
70
|
className: "empty-container"
|
|
71
|
-
}, t('
|
|
71
|
+
}, t('No_outline')), headerList.length > 0 && headerList.map((node, index) => {
|
|
72
72
|
return /*#__PURE__*/_react.default.createElement(_outlineItem.default, {
|
|
73
73
|
key: index,
|
|
74
74
|
node: node,
|
package/package.json
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "Výběr typu dokumentu",
|
|
119
119
|
"Empty": "Prázdný",
|
|
120
120
|
"No_related_files": "Žádné související soubory",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "Bez obrysu",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Úpravy souborů v tomto prohlížeči mohou způsobit malé problémy se zobrazením.",
|
|
123
123
|
"No_document_improvement_suggestion": "Žádný návrh na zlepšení dokumentu",
|
|
124
124
|
"Hide_side_panel": "Skrýt postranní panel",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"shortcutType": "Zkratky tabulky",
|
|
186
186
|
"shortcutData": {
|
|
187
|
-
"Insert_table_row": "
|
|
187
|
+
"Insert_table_row": "Insert table row",
|
|
188
188
|
"Escape_table": "Opustit tabulku"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "Auswahl Dokumenttyp",
|
|
119
119
|
"Empty": "Leer",
|
|
120
120
|
"No_related_files": "Keine zugehörigen Dateien",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "Keine Gliederung",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Beim Bearbeiten von Dateien in diesem Browser können leichte Probleme bei der Anzeige auftreten.",
|
|
123
123
|
"No_document_improvement_suggestion": "Keine Vorschläge zur Verbesserung des Dokuments",
|
|
124
124
|
"Hide_side_panel": "Seitenleiste verbergen",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"shortcutType": "Tabellen",
|
|
186
186
|
"shortcutData": {
|
|
187
|
-
"Insert_table_row": "
|
|
187
|
+
"Insert_table_row": "Insert table row",
|
|
188
188
|
"Escape_table": "Tabelle beenden"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "Chooser document type",
|
|
119
119
|
"Empty": "Empty",
|
|
120
120
|
"No_related_files": "No related files",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "No outline",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editing files in this browser can lead to slight display problems.",
|
|
123
123
|
"No_document_improvement_suggestion": "No document improvement suggestion",
|
|
124
124
|
"Hide_side_panel": "Hide side panel",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "Elija el tipo de documento",
|
|
119
119
|
"Empty": "Vacío",
|
|
120
120
|
"No_related_files": "Sin archivos relacionados",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "No hay esquema",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.",
|
|
123
123
|
"No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento",
|
|
124
124
|
"Hide_side_panel": "Ocultar panel lateral",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"shortcutType": "Atajos de tabla",
|
|
186
186
|
"shortcutData": {
|
|
187
|
-
"Insert_table_row": "Insert table
|
|
187
|
+
"Insert_table_row": "Insert table row",
|
|
188
188
|
"Escape_table": "Escape table"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "Choisir un type de document",
|
|
119
119
|
"Empty": "Vide",
|
|
120
120
|
"No_related_files": "Aucun fichier relatif",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "Pas de contour",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "L'édition de fichiers dans ce navigateur peut entraîner de légers problèmes d'affichage.",
|
|
123
123
|
"No_document_improvement_suggestion": "Aucune proposition pour améliorer le document",
|
|
124
124
|
"Hide_side_panel": "Fermer",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"shortcutType": "Raccourcis tableau",
|
|
186
186
|
"shortcutData": {
|
|
187
|
-
"Insert_table_row": "Insert table
|
|
187
|
+
"Insert_table_row": "Insert table row",
|
|
188
188
|
"Escape_table": "Sortir de la table"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "Chooser document type",
|
|
119
119
|
"Empty": "Vuoto",
|
|
120
120
|
"No_related_files": "Nessun file correlato",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "No outline",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editing files in this browser can lead to slight display problems.",
|
|
123
123
|
"No_document_improvement_suggestion": "No document improvement suggestion",
|
|
124
124
|
"Hide_side_panel": "Hide side panel",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"shortcutType": "Scorciatoie Tabella",
|
|
186
186
|
"shortcutData": {
|
|
187
|
-
"Insert_table_row": "Insert table
|
|
187
|
+
"Insert_table_row": "Insert table row",
|
|
188
188
|
"Escape_table": "Escape tabella"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"Cancel": "Отменить",
|
|
31
31
|
"Switch_to_plain_text_editor": "Переключиться на обычный текстовый редактор",
|
|
32
32
|
"Switch_to_rich_text_editor": "Переключиться на визуальный редактор",
|
|
33
|
-
"Switch_to_viewer": "
|
|
33
|
+
"Switch_to_viewer": "Переключиться на просмотр Markdown",
|
|
34
34
|
"Help": "Помощь",
|
|
35
|
-
"Remove_table": "
|
|
35
|
+
"Remove_table": "Удалить таблицу",
|
|
36
36
|
"Column": "Столбец",
|
|
37
37
|
"Row": "Строка",
|
|
38
38
|
"Insert_row_before": "Вставить строку перед",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "Выбор типа документа",
|
|
119
119
|
"Empty": "Пусто",
|
|
120
120
|
"No_related_files": "Нет связанных файлов",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "Нет контура",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Изменение файлов в этом браузере может привести к небольшим проблемам с отображением.",
|
|
123
123
|
"No_document_improvement_suggestion": "Нет предложений по улучшению документа",
|
|
124
124
|
"Hide_side_panel": "Скрыть боковую панель",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"shortcutType": "Список горячих клавиш",
|
|
149
149
|
"shortcutData": {
|
|
150
150
|
"Make_list": "Создать список",
|
|
151
|
-
"Make_ordered_list": "
|
|
151
|
+
"Make_ordered_list": "Создать нумерованный список",
|
|
152
152
|
"Insert_new_item": "Вставить новый элемент",
|
|
153
153
|
"Insert_child_in_item": "Вставить дочерний в элемент",
|
|
154
154
|
"Increase_depth": "Увеличить глубину"
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "选择文档类型",
|
|
119
119
|
"Empty": "暂无",
|
|
120
120
|
"No_related_files": "没有相关文件",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "没有大纲",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "在此浏览器中,编辑文件可能导致轻微的显示问题。",
|
|
123
123
|
"No_document_improvement_suggestion": "没有文档改进建议",
|
|
124
124
|
"Hide_side_panel": "隐藏侧旁栏",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"Chooser_document_type": "选择文档类型",
|
|
119
119
|
"Empty": "暂无",
|
|
120
120
|
"No_related_files": "没有相关文件",
|
|
121
|
-
"
|
|
121
|
+
"No_outline": "没有大纲",
|
|
122
122
|
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "在此浏览器中,编辑文件可能导致轻微的显示问题。",
|
|
123
123
|
"No_document_improvement_suggestion": "没有文档改进建议",
|
|
124
124
|
"Hide_side_panel": "隐藏侧旁栏",
|