Skip to content

Commit 31b11a2

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent edaa130 commit 31b11a2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

l10n/ru.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ OC.L10N.register(
1111
"Send" : "Отправить",
1212
"Result" : "Результат",
1313
"Unknown error" : "Неизвестная ошибка",
14-
"Translate" : "Помочь с переводом"
14+
"Transcribe" : "Транскрибировать",
15+
"Translate" : "Помочь с переводом",
16+
"Failed to get transcription/translation" : "Не удалось получить транскрипцию/перевод"
1517
},
1618
"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);");

l10n/ru.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"Send" : "Отправить",
1010
"Result" : "Результат",
1111
"Unknown error" : "Неизвестная ошибка",
12-
"Translate" : "Помочь с переводом"
12+
"Transcribe" : "Транскрибировать",
13+
"Translate" : "Помочь с переводом",
14+
"Failed to get transcription/translation" : "Не удалось получить транскрипцию/перевод"
1315
},"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);"
1416
}

0 commit comments

Comments
 (0)