Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-23 07:19:04 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-23 07:19:04 +0300
commit8e50ed93ff651cd3094389b2fec5b3b2856d0ff8 (patch)
treec9363165980f6a40fa66d0ce78a883de55fdd9bd
parent009cc57b503959d53a5542fa6b7e0c20cc410852 (diff)
[tx-robot] updated from transifexv19.0.9
-rw-r--r--l10n/ru.js3
-rw-r--r--l10n/ru.json3
-rw-r--r--l10n/sc.js8
-rw-r--r--l10n/sc.json6
4 files changed, 20 insertions, 0 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index ae668778a..bc2430485 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -14,6 +14,7 @@ OC.L10N.register(
"Reconnect" : "Переподключиться ",
"The document has been changed outside of the editor. The changes cannot be applied." : "Документ был изменен вне редактора. Изменения не могут быть применены.",
"File could not be loaded. Please check your internet connection." : "Не удалось загрузить файл, проверьте соединение с интернетом. ",
+ "Saving …" : "Сохранение…",
"Saved" : "Сохранено",
"Last saved {lastSaved}" : "Последнее сохранение {lastSaved}",
"Unsaved changes" : "Несохранённые изменения",
@@ -24,6 +25,8 @@ OC.L10N.register(
"Insert an image" : "Вставить изображение",
"Link file" : "Добавить ссылку на файл",
"Select file to link to" : "Выберете файл для создания ссылки",
+ "Show author colors" : "Выделить правки цветами",
+ "Author colors are only shown until everyone has closed the document." : "Выделение цветом правок разных авторов будет показано до тех пор, пока документ не будет закрыт всеми пользователями.",
"Currently active users:" : "Текущие активные пользователи:",
"_and %n other editor_::_and %n other editors_" : ["и ещё %n редактор","и ещё %n редактора","и ещё %n редакторов","и ещё %n редакторов"],
"Show rich workspaces" : "Показывать дополнительные сведения",
diff --git a/l10n/ru.json b/l10n/ru.json
index 301ef0868..276028c37 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -12,6 +12,7 @@
"Reconnect" : "Переподключиться ",
"The document has been changed outside of the editor. The changes cannot be applied." : "Документ был изменен вне редактора. Изменения не могут быть применены.",
"File could not be loaded. Please check your internet connection." : "Не удалось загрузить файл, проверьте соединение с интернетом. ",
+ "Saving …" : "Сохранение…",
"Saved" : "Сохранено",
"Last saved {lastSaved}" : "Последнее сохранение {lastSaved}",
"Unsaved changes" : "Несохранённые изменения",
@@ -22,6 +23,8 @@
"Insert an image" : "Вставить изображение",
"Link file" : "Добавить ссылку на файл",
"Select file to link to" : "Выберете файл для создания ссылки",
+ "Show author colors" : "Выделить правки цветами",
+ "Author colors are only shown until everyone has closed the document." : "Выделение цветом правок разных авторов будет показано до тех пор, пока документ не будет закрыт всеми пользователями.",
"Currently active users:" : "Текущие активные пользователи:",
"_and %n other editor_::_and %n other editors_" : ["и ещё %n редактор","и ещё %n редактора","и ещё %n редакторов","и ещё %n редакторов"],
"Show rich workspaces" : "Показывать дополнительные сведения",
diff --git a/l10n/sc.js b/l10n/sc.js
new file mode 100644
index 000000000..72b5a5107
--- /dev/null
+++ b/l10n/sc.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Testu",
+ "Edit" : "Modìfica ",
+ "Retry" : "Torra a proare"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sc.json b/l10n/sc.json
new file mode 100644
index 000000000..5bb4e8f2b
--- /dev/null
+++ b/l10n/sc.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Text" : "Testu",
+ "Edit" : "Modìfica ",
+ "Retry" : "Torra a proare"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file