1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-22 17:35:52 +00:00

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-04-26 02:46:24 +00:00
parent 57a520ef68
commit 2f39e54ba0
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 26 additions and 4 deletions

View File

@ -19,7 +19,7 @@ OC.L10N.register(
"Disable" : "Απενεργοποίηση",
"Are you sure you want to wipe all your messages ?" : "Σίγουρα θέλετε να εκκαθαρίσετε όλα τα μηνύματά σας;",
"Reset all messages" : "Επαναφορά όλων των μηνυμάτων",
"%s message(s) shown of %s message(s) stored in database." : "%s μήνυμα(τα) εμφανίζεται από %s μηνύματα(τα) αποθηκευμένα στην βάση.",
"%s message(s) shown of %s message(s) stored in database." : "%s μήνυμα(τα) εμφανίζεται από %s μήνυμα(τα) αποθηκευμένα στην βάση.",
"Please select a conversation from the list to load it." : "Παρακαλώ επιλέξτε συνομιλία από την λίστα για εμφάνιση."
},
"nplurals=2; plural=(n != 1);");

View File

@ -17,7 +17,7 @@
"Disable" : "Απενεργοποίηση",
"Are you sure you want to wipe all your messages ?" : "Σίγουρα θέλετε να εκκαθαρίσετε όλα τα μηνύματά σας;",
"Reset all messages" : "Επαναφορά όλων των μηνυμάτων",
"%s message(s) shown of %s message(s) stored in database." : "%s μήνυμα(τα) εμφανίζεται από %s μηνύματα(τα) αποθηκευμένα στην βάση.",
"%s message(s) shown of %s message(s) stored in database." : "%s μήνυμα(τα) εμφανίζεται από %s μήνυμα(τα) αποθηκευμένα στην βάση.",
"Please select a conversation from the list to load it." : "Παρακαλώ επιλέξτε συνομιλία από την λίστα για εμφάνιση."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -2,13 +2,24 @@ OC.L10N.register(
"ocsms",
{
"Phone Sync" : "SMS",
"An app to sync SMS with your cloud" : "Aplikácia na synchronizáciu správ SMS s cloudom",
"Cancel" : "Zrušiť",
"Confirm" : "Potvrdiť",
"No contact found." : "Nenašli sa žiadne kontakty.",
"Settings" : "Nastavenia",
"Max messages to load per conversation" : "Maximálny počet správ na jednu konverzáciu",
"Invalid message limit" : "Neplatný limit správy",
"Default country code" : "Predvolený kód krajiny",
"Contact ordering" : "Zoradenie kontaktov",
"Last message" : "Posledná správa",
"Label" : "Štítok",
"Reverse ?" : "Obrátiť?",
"Notification settings" : "Nastavenie notifikácií",
"Enable" : "Povoliť",
"Disable" : "Zakázať"
"Disable" : "Zakázať",
"Are you sure you want to wipe all your messages ?" : "Naozaj chcete vymazať všetky svoje správy?",
"Reset all messages" : "Resetovať všetky správy",
"%s message(s) shown of %s message(s) stored in database." : "Zobrazenných %s správ z %s uložených v databáze.",
"Please select a conversation from the list to load it." : "Pre načítanie konverzácie ju vyberte zo zoznamu."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");

View File

@ -1,12 +1,23 @@
{ "translations": {
"Phone Sync" : "SMS",
"An app to sync SMS with your cloud" : "Aplikácia na synchronizáciu správ SMS s cloudom",
"Cancel" : "Zrušiť",
"Confirm" : "Potvrdiť",
"No contact found." : "Nenašli sa žiadne kontakty.",
"Settings" : "Nastavenia",
"Max messages to load per conversation" : "Maximálny počet správ na jednu konverzáciu",
"Invalid message limit" : "Neplatný limit správy",
"Default country code" : "Predvolený kód krajiny",
"Contact ordering" : "Zoradenie kontaktov",
"Last message" : "Posledná správa",
"Label" : "Štítok",
"Reverse ?" : "Obrátiť?",
"Notification settings" : "Nastavenie notifikácií",
"Enable" : "Povoliť",
"Disable" : "Zakázať"
"Disable" : "Zakázať",
"Are you sure you want to wipe all your messages ?" : "Naozaj chcete vymazať všetky svoje správy?",
"Reset all messages" : "Resetovať všetky správy",
"%s message(s) shown of %s message(s) stored in database." : "Zobrazenných %s správ z %s uložených v databáze.",
"Please select a conversation from the list to load it." : "Pre načítanie konverzácie ju vyberte zo zoznamu."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}