@seafile/sdoc-editor 0.5.27 → 0.5.28
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/basic-sdk/extension/plugins/callout/plugin.js +0 -1
- package/package.json +1 -1
- package/public/locales/cs/sdoc-editor.json +2 -1
- package/public/locales/de/sdoc-editor.json +2 -1
- package/public/locales/es/sdoc-editor.json +2 -1
- package/public/locales/fr/sdoc-editor.json +2 -1
- package/public/locales/it/sdoc-editor.json +2 -1
- package/public/locales/ru/sdoc-editor.json +3 -2
package/package.json
CHANGED
|
@@ -451,5 +451,6 @@
|
|
|
451
451
|
"Bottom_align": "Bottom",
|
|
452
452
|
"Move_column_count": "Moving {{count}} column(s)",
|
|
453
453
|
"Move_row_count": "Moving {{count}} row(s)",
|
|
454
|
-
"Mark_all_as_read": "Mark all as read"
|
|
454
|
+
"Mark_all_as_read": "Mark all as read",
|
|
455
|
+
"Alignment_type": "Alignment"
|
|
455
456
|
}
|
|
@@ -451,5 +451,6 @@
|
|
|
451
451
|
"Bottom_align": "Bottom",
|
|
452
452
|
"Move_column_count": "Moving {{count}} column(s)",
|
|
453
453
|
"Move_row_count": "Moving {{count}} row(s)",
|
|
454
|
-
"Mark_all_as_read": "Alle als gelesen markieren"
|
|
454
|
+
"Mark_all_as_read": "Alle als gelesen markieren",
|
|
455
|
+
"Alignment_type": "Alignment"
|
|
455
456
|
}
|
|
@@ -451,5 +451,6 @@
|
|
|
451
451
|
"Bottom_align": "Bottom",
|
|
452
452
|
"Move_column_count": "Moving {{count}} column(s)",
|
|
453
453
|
"Move_row_count": "Moving {{count}} row(s)",
|
|
454
|
-
"Mark_all_as_read": "Mark all as read"
|
|
454
|
+
"Mark_all_as_read": "Mark all as read",
|
|
455
|
+
"Alignment_type": "Alignment"
|
|
455
456
|
}
|
|
@@ -451,5 +451,6 @@
|
|
|
451
451
|
"Bottom_align": "Bottom",
|
|
452
452
|
"Move_column_count": "Moving {{count}} column(s)",
|
|
453
453
|
"Move_row_count": "Moving {{count}} row(s)",
|
|
454
|
-
"Mark_all_as_read": "Mark all as read"
|
|
454
|
+
"Mark_all_as_read": "Mark all as read",
|
|
455
|
+
"Alignment_type": "Alignment"
|
|
455
456
|
}
|
|
@@ -451,5 +451,6 @@
|
|
|
451
451
|
"Bottom_align": "Bottom",
|
|
452
452
|
"Move_column_count": "Moving {{count}} column(s)",
|
|
453
453
|
"Move_row_count": "Moving {{count}} row(s)",
|
|
454
|
-
"Mark_all_as_read": "Mark all as read"
|
|
454
|
+
"Mark_all_as_read": "Mark all as read",
|
|
455
|
+
"Alignment_type": "Alignment"
|
|
455
456
|
}
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"Delete_failed": "Не удалось удалить",
|
|
401
401
|
"Insert_caption": "Вставить подпись",
|
|
402
402
|
"No_collaborators_available": "Нет доступных соавторов",
|
|
403
|
-
"Search_collaborator": "
|
|
403
|
+
"Search_collaborator": "Search collaborator",
|
|
404
404
|
"Doc_comments": "Комментарии к документу",
|
|
405
405
|
"Tag_not_found": "Тег не найден",
|
|
406
406
|
"Create_a_new_tag": "Создать новый тег",
|
|
@@ -451,5 +451,6 @@
|
|
|
451
451
|
"Bottom_align": "Низ",
|
|
452
452
|
"Move_column_count": "Перемещение {{count}} столбцов",
|
|
453
453
|
"Move_row_count": "Перемещение {{count}} строк",
|
|
454
|
-
"Mark_all_as_read": "Отметить все как прочитанное"
|
|
454
|
+
"Mark_all_as_read": "Отметить все как прочитанное",
|
|
455
|
+
"Alignment_type": "Alignment"
|
|
455
456
|
}
|