mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 23:46:18 +00:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
3327af9808
commit
d0aa7512c2
@ -21,4 +21,4 @@ OC.L10N.register(
|
||||
"Reset all messages" : "איפוס כל ההודעות",
|
||||
"Please select a conversation from the list to load it." : "נא לבחור דיון מהרשימה כדי לטעון אותו."
|
||||
},
|
||||
"nplurals=4; 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: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
||||
|
@ -18,5 +18,5 @@
|
||||
"Are you sure you want to wipe all your messages ?" : "למחוק את כל ההודעות שלך?",
|
||||
"Reset all messages" : "איפוס כל ההודעות",
|
||||
"Please select a conversation from the list to load it." : "נא לבחור דיון מהרשימה כדי לטעון אותו."
|
||||
},"pluralForm" :"nplurals=4; 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: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user