-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e7d448
commit 3b27a7b
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);" | ||
} |