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 Oct 5, 2023
1 parent 963d1d0 commit 56b5385
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions l10n/ru.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"To whitelist IP ranges from the brute-force protection specify them below. Note that any whitelisted IP can perform authentication attempts without any throttling. For security reasons, it is recommended to whitelist as few hosts as possible or ideally even none at all." : "Диапазоны адресов, перечисленные ниже, не будут защищены защитой от перебора пароля. Внимание: частота попыток входа с этих адресов не будет ограничиваться. Из соображений безопасности, рекомендуется указывать как можно меньше адресов, а в идеальном случае — не использовать этот список.",
"Add new whitelist" : "Добавить в белый список",
"Add" : "Добавить",
"Your remote address was identified as \"{remoteAddress}\" and is throttled at the moment by {delay}ms." : "Ваш удаленный адрес был идентифицирован как «{remoteAddress}» и в данный момент ограничен {delay}ms.",
"Your remote address was identified as \"{remoteAddress}\" and is bypassing bruteforce protection." : "Ваш удаленный адрес был идентифицирован как «{remoteAddress}», и он обходит защиту от перебора.",
"Your remote address was identified as \"{remoteAddress}\" and is not actively throttled at the moment." : "Ваш удаленный адрес был идентифицирован как «{remoteAddress}» и в данный момент активно не регулируется.",
"Delete entry for {subnet}" : "Удалить записи для {subnet}",
"Delete" : "Удалить"
},"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 56b5385

Please sign in to comment.