From 8e50ed93ff651cd3094389b2fec5b3b2856d0ff8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 23 Feb 2021 04:19:04 +0000 Subject: [tx-robot] updated from transifex --- l10n/ru.js | 3 +++ l10n/ru.json | 3 +++ l10n/sc.js | 8 ++++++++ l10n/sc.json | 6 ++++++ 4 files changed, 20 insertions(+) create mode 100644 l10n/sc.js create mode 100644 l10n/sc.json 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 -- cgit v1.2.3