mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-09 22:44:27 +08:00
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
9137509a76
commit
21702049b2
2 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"passman",
|
||||
{
|
||||
"You created %1$s" : "Вы стварылі %1$s",
|
||||
"You renamed %1$s to %2$s" : "Вы перайменавалі %1$s у %2$s",
|
||||
"You deleted %1$s" : "Вы выдалілі %1$s",
|
||||
"Done" : "Гатова",
|
||||
"Share link" : "Абагуліць спасылку",
|
||||
"Copy to clipboard" : "Капіяваць у буфер абмену",
|
||||
|
@ -22,6 +25,7 @@ OC.L10N.register(
|
|||
"Notes" : "Нататкі",
|
||||
"Delete" : "Выдаліць",
|
||||
"Share" : "Абагуліць",
|
||||
"Date" : "Дата"
|
||||
"Date" : "Дата",
|
||||
"Accept" : "Прыняць"
|
||||
},
|
||||
"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);");
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{ "translations": {
|
||||
"You created %1$s" : "Вы стварылі %1$s",
|
||||
"You renamed %1$s to %2$s" : "Вы перайменавалі %1$s у %2$s",
|
||||
"You deleted %1$s" : "Вы выдалілі %1$s",
|
||||
"Done" : "Гатова",
|
||||
"Share link" : "Абагуліць спасылку",
|
||||
"Copy to clipboard" : "Капіяваць у буфер абмену",
|
||||
|
@ -20,6 +23,7 @@
|
|||
"Notes" : "Нататкі",
|
||||
"Delete" : "Выдаліць",
|
||||
"Share" : "Абагуліць",
|
||||
"Date" : "Дата"
|
||||
"Date" : "Дата",
|
||||
"Accept" : "Прыняць"
|
||||
},"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