Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Nov 28, 2018
1 parent 4e7d448 commit 3b27a7b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
19 changes: 19 additions & 0 deletions l10n/uk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
OC.L10N.register(
"end_to_end_encryption",
{
"This is someone else's private key" : "Це чужий приватний ключ",
"Could not find the private key of the user %s" : "Не вдалося знайти приватний ключ користувача %s",
"Internal error" : "Внутрішня помилка",
"You are not allowed to delete this private key" : "Ви не можете видалити цей приватний ключ",
"Could not find the private key belonging to the user %s" : "Не вдалося знайти приватний ключ користувача %s",
"internal error" : "внутрішня помилка",
"Could not find the public key belonging to the user %s" : "Не вдалося знайти відкритий ключ користувача %s",
"Common name (CN) does not match the current user" : "Поле \"Common name (CN)\" не відповідає поточному користувачеві",
"Could not find the public key belonging to %s" : "Не вдалося знайти відкритий ключ, що належить %s",
"This is not your private key to delete" : "Це не ваш приватний ключ для видалення",
"Could not find metadata for \"%s\"" : "Не вдалося знайти метадані для \"%s\"",
"Can\\'t read metadata" : "Неможливо прочитати метадані",
"Can\\'t store metadata" : "Неможливо зберегти метадані",
"You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "Вам не дозволяється редагувати файл. Переконайтесь що файл заблокований, а потім надішліть потрібний токен"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
17 changes: 17 additions & 0 deletions l10n/uk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{ "translations": {
"This is someone else's private key" : "Це чужий приватний ключ",
"Could not find the private key of the user %s" : "Не вдалося знайти приватний ключ користувача %s",
"Internal error" : "Внутрішня помилка",
"You are not allowed to delete this private key" : "Ви не можете видалити цей приватний ключ",
"Could not find the private key belonging to the user %s" : "Не вдалося знайти приватний ключ користувача %s",
"internal error" : "внутрішня помилка",
"Could not find the public key belonging to the user %s" : "Не вдалося знайти відкритий ключ користувача %s",
"Common name (CN) does not match the current user" : "Поле \"Common name (CN)\" не відповідає поточному користувачеві",
"Could not find the public key belonging to %s" : "Не вдалося знайти відкритий ключ, що належить %s",
"This is not your private key to delete" : "Це не ваш приватний ключ для видалення",
"Could not find metadata for \"%s\"" : "Не вдалося знайти метадані для \"%s\"",
"Can\\'t read metadata" : "Неможливо прочитати метадані",
"Can\\'t store metadata" : "Неможливо зберегти метадані",
"You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "Вам не дозволяється редагувати файл. Переконайтесь що файл заблокований, а потім надішліть потрібний токен"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

0 comments on commit 3b27a7b

Please sign in to comment.