1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +00:00

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-09-15 03:15:43 +00:00
parent 43f759369a
commit f376c830b5
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ OC.L10N.register(
"Disable" : "Вимкнути",
"Are you sure you want to wipe all your messages ?" : "Ви впевнені, що бажаєте стерти всі ваші повідомлення?",
"Reset all messages" : "Скинути всі повідомлення",
"%s messages shown of %s messages stored in database." : "%s показані повідомлення з %s повідомлень, що зберігаються в базі даних.",
"Please select a conversation from the list to load it." : "Будь ласка, виберіть розмову зі списку, щоб завантажити її."
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");

View File

@ -17,6 +17,7 @@
"Disable" : "Вимкнути",
"Are you sure you want to wipe all your messages ?" : "Ви впевнені, що бажаєте стерти всі ваші повідомлення?",
"Reset all messages" : "Скинути всі повідомлення",
"%s messages shown of %s messages stored in database." : "%s показані повідомлення з %s повідомлень, що зберігаються в базі даних.",
"Please select a conversation from the list to load it." : "Будь ласка, виберіть розмову зі списку, щоб завантажити її."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}