@seafile/seafile-editor 1.0.84-alpha4 → 1.0.84-alpha5
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/package.json +1 -1
- package/public/locales/cs/seafile-editor.json +2 -1
- package/public/locales/de/seafile-editor.json +2 -1
- package/public/locales/en/seafile-editor.json +2 -1
- package/public/locales/es/seafile-editor.json +2 -1
- package/public/locales/fr/seafile-editor.json +2 -1
- package/public/locales/it/seafile-editor.json +2 -1
- package/public/locales/ru/seafile-editor.json +2 -1
- package/public/locales/zh_CN/seafile-editor.json +2 -1
package/package.json
CHANGED
|
@@ -222,5 +222,6 @@
|
|
|
222
222
|
"Font_style": "Schriftschnitt",
|
|
223
223
|
"Open_link": "Open link",
|
|
224
224
|
"Image_is_uploading": "Image is uploading",
|
|
225
|
-
"Image_loading_failed": "Image loading failed"
|
|
225
|
+
"Image_loading_failed": "Image loading failed",
|
|
226
|
+
"Expand_editor": "Expand editor"
|
|
226
227
|
}
|
|
@@ -222,5 +222,6 @@
|
|
|
222
222
|
"Font_style": "Font style",
|
|
223
223
|
"Open_link": "Ouvrir le lien",
|
|
224
224
|
"Image_is_uploading": "Image is uploading",
|
|
225
|
-
"Image_loading_failed": "Image loading failed"
|
|
225
|
+
"Image_loading_failed": "Image loading failed",
|
|
226
|
+
"Expand_editor": "Expand editor"
|
|
226
227
|
}
|
|
@@ -222,5 +222,6 @@
|
|
|
222
222
|
"Font_style": "Стиль шрифта",
|
|
223
223
|
"Open_link": "Открыть ссылку",
|
|
224
224
|
"Image_is_uploading": "Изображение загружается",
|
|
225
|
-
"Image_loading_failed": "
|
|
225
|
+
"Image_loading_failed": "Ошибка загрузки изображения",
|
|
226
|
+
"Expand_editor": "Expand editor"
|
|
226
227
|
}
|