mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-14 00:44:52 +08:00
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
35a2ee3588
commit
9137509a76
2 changed files with 36 additions and 34 deletions
35
l10n/be.js
35
l10n/be.js
|
@ -1,26 +1,27 @@
|
|||
OC.L10N.register(
|
||||
"passman",
|
||||
{
|
||||
"Done" : "Done",
|
||||
"Share link" : "Share link",
|
||||
"Done" : "Гатова",
|
||||
"Share link" : "Абагуліць спасылку",
|
||||
"Copy to clipboard" : "Капіяваць у буфер абмену",
|
||||
"Copy password to clipboard" : "Капіяваць пароль у буфер абмену",
|
||||
"Username" : "Username",
|
||||
"File" : "File",
|
||||
"Add" : "Add",
|
||||
"Type" : "Type",
|
||||
"Uploading" : "Uploading",
|
||||
"User" : "User",
|
||||
"Username" : "Імя карыстальніка",
|
||||
"File" : "Файл",
|
||||
"Add" : "Дадаць",
|
||||
"Type" : "Тып",
|
||||
"Version" : "Версія",
|
||||
"Uploading" : "Запампоўванне",
|
||||
"User" : "Карыстальнік",
|
||||
"Files" : "Файлы",
|
||||
"Save" : "Save",
|
||||
"Cancel" : "Cancel",
|
||||
"Save" : "Захаваць",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Settings" : "Налады",
|
||||
"Password" : "Password",
|
||||
"Email" : "email",
|
||||
"URL" : "Url",
|
||||
"Notes" : "Notes",
|
||||
"Delete" : "Delete",
|
||||
"Share" : "Падзяліцца",
|
||||
"Date" : "Date"
|
||||
"Password" : "Пароль",
|
||||
"Email" : "Электронная пошта",
|
||||
"URL" : "URL-адрас",
|
||||
"Notes" : "Нататкі",
|
||||
"Delete" : "Выдаліць",
|
||||
"Share" : "Абагуліць",
|
||||
"Date" : "Дата"
|
||||
},
|
||||
"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);");
|
||||
|
|
35
l10n/be.json
35
l10n/be.json
|
@ -1,24 +1,25 @@
|
|||
{ "translations": {
|
||||
"Done" : "Done",
|
||||
"Share link" : "Share link",
|
||||
"Done" : "Гатова",
|
||||
"Share link" : "Абагуліць спасылку",
|
||||
"Copy to clipboard" : "Капіяваць у буфер абмену",
|
||||
"Copy password to clipboard" : "Капіяваць пароль у буфер абмену",
|
||||
"Username" : "Username",
|
||||
"File" : "File",
|
||||
"Add" : "Add",
|
||||
"Type" : "Type",
|
||||
"Uploading" : "Uploading",
|
||||
"User" : "User",
|
||||
"Username" : "Імя карыстальніка",
|
||||
"File" : "Файл",
|
||||
"Add" : "Дадаць",
|
||||
"Type" : "Тып",
|
||||
"Version" : "Версія",
|
||||
"Uploading" : "Запампоўванне",
|
||||
"User" : "Карыстальнік",
|
||||
"Files" : "Файлы",
|
||||
"Save" : "Save",
|
||||
"Cancel" : "Cancel",
|
||||
"Save" : "Захаваць",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Settings" : "Налады",
|
||||
"Password" : "Password",
|
||||
"Email" : "email",
|
||||
"URL" : "Url",
|
||||
"Notes" : "Notes",
|
||||
"Delete" : "Delete",
|
||||
"Share" : "Падзяліцца",
|
||||
"Date" : "Date"
|
||||
"Password" : "Пароль",
|
||||
"Email" : "Электронная пошта",
|
||||
"URL" : "URL-адрас",
|
||||
"Notes" : "Нататкі",
|
||||
"Delete" : "Выдаліць",
|
||||
"Share" : "Абагуліць",
|
||||
"Date" : "Дата"
|
||||
},"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);"
|
||||
}
|
Loading…
Add table
Reference in a new issue