Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Aug 31, 2024
1 parent a3b2084 commit 7910835
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ OC.L10N.register(
"Remove account" : "Удалить аккаунт",
"Warning, everything you type in the search bar will be sent to GitLab." : "Предупреждение, все, что вы вводите в строку поиска, будет отправлено в GitLab.",
"Enable searching for repositories" : "Включить поиск репозиториев",
"Enable searching for merge requests" : "Включить поиск запросов на слияние",
"Successfully connected to GitLab!" : "Успешно подключено к GitLab!",
"Error connecting to GitLab:" : "Ошибка подключения к GitLab:",
"GitLab options saved" : "Параметры GitLab сохранены",
Expand All @@ -41,6 +42,10 @@ OC.L10N.register(
"Author" : "Автор",
"Owner" : "Владелец",
"Click to expand comment" : "Нажмите, чтобы развернуть комментарии",
"Open merge request" : "Открыть запрос на слияние",
"Closed merge request" : "Закрытый запрос на слияние",
"Merged merge request" : "Объединенный запрос на слияние",
"Review requested" : "Запрошенный обзор",
"Failed to save GitLab OAuth state" : "Не удалось сохранить состояние GitLab OAuth"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
5 changes: 5 additions & 0 deletions l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Remove account" : "Удалить аккаунт",
"Warning, everything you type in the search bar will be sent to GitLab." : "Предупреждение, все, что вы вводите в строку поиска, будет отправлено в GitLab.",
"Enable searching for repositories" : "Включить поиск репозиториев",
"Enable searching for merge requests" : "Включить поиск запросов на слияние",
"Successfully connected to GitLab!" : "Успешно подключено к GitLab!",
"Error connecting to GitLab:" : "Ошибка подключения к GitLab:",
"GitLab options saved" : "Параметры GitLab сохранены",
Expand All @@ -39,6 +40,10 @@
"Author" : "Автор",
"Owner" : "Владелец",
"Click to expand comment" : "Нажмите, чтобы развернуть комментарии",
"Open merge request" : "Открыть запрос на слияние",
"Closed merge request" : "Закрытый запрос на слияние",
"Merged merge request" : "Объединенный запрос на слияние",
"Review requested" : "Запрошенный обзор",
"Failed to save GitLab OAuth state" : "Не удалось сохранить состояние GitLab OAuth"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

0 comments on commit 7910835

Please sign in to comment.