1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2024-02-27 01:13:23 +00:00
parent 3327af9808
commit d0aa7512c2
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ OC.L10N.register(
"Reset all messages" : "איפוס כל ההודעות", "Reset all messages" : "איפוס כל ההודעות",
"Please select a conversation from the list to load it." : "נא לבחור דיון מהרשימה כדי לטעון אותו." "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;");

View File

@ -18,5 +18,5 @@
"Are you sure you want to wipe all your messages ?" : "למחוק את כל ההודעות שלך?", "Are you sure you want to wipe all your messages ?" : "למחוק את כל ההודעות שלך?",
"Reset all messages" : "איפוס כל ההודעות", "Reset all messages" : "איפוס כל ההודעות",
"Please select a conversation from the list to load it." : "נא לבחור דיון מהרשימה כדי לטעון אותו." "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;"
} }