mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-03 10:14:31 +08:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
7f04dcc566
commit
d95a144096
2 changed files with 2 additions and 2 deletions
|
@ -302,4 +302,4 @@ OC.L10N.register(
|
|||
"Dismiss" : "התעלמות",
|
||||
"seconds ago" : "לפני מספר שניות"
|
||||
},
|
||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|
||||
|
|
|
@ -299,5 +299,5 @@
|
|||
"Saving …" : "מתבצעת שמירה…",
|
||||
"Dismiss" : "התעלמות",
|
||||
"seconds ago" : "לפני מספר שניות"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
}
|
Loading…
Add table
Reference in a new issue