mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-07 22:56:34 +00:00
Compare commits
14 Commits
964d18c33a
...
c991bd5bd7
Author | SHA1 | Date | |
---|---|---|---|
|
c991bd5bd7 | ||
|
597470eb2c | ||
|
2fcd1d5e9c | ||
|
77d0e34cd2 | ||
|
585c2f244b | ||
|
b646cb2104 | ||
|
8133febe5d | ||
|
d9955dd6d9 | ||
|
1e603083f9 | ||
|
0cffae3677 | ||
|
4a190271c3 | ||
|
b877ccf781 | ||
|
43ae3efccc | ||
|
f0f41fd0b2 |
7
l10n/an.js
Normal file
7
l10n/an.js
Normal file
@ -0,0 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Canzelar",
|
||||
"Settings" : "Configurazión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
5
l10n/an.json
Normal file
5
l10n/an.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Canzelar",
|
||||
"Settings" : "Configurazión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Diddymu",
|
||||
"Confirm" : "Cadarnhau",
|
||||
"Settings" : "Gosodiadau",
|
||||
"Disable" : "Analluogi"
|
||||
},
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Diddymu",
|
||||
"Confirm" : "Cadarnhau",
|
||||
"Settings" : "Gosodiadau",
|
||||
"Disable" : "Analluogi"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
|
||||
|
@ -2,7 +2,7 @@ OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Phone Sync" : "Telefon-Sync",
|
||||
"An app to sync SMS with your cloud" : "Eine App, die SMSen mit Deiner Cloud synchronisiert",
|
||||
"An app to sync SMS with your cloud" : "Eine App, die SMSen mit deiner Cloud synchronisiert",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Confirm" : "Bestätigen",
|
||||
"No contact found." : "Kein Kontakt gefunden.",
|
||||
@ -17,7 +17,7 @@ OC.L10N.register(
|
||||
"Notification settings" : "Benachrichtigungseinstellungen",
|
||||
"Enable" : "Aktivieren",
|
||||
"Disable" : "Deaktivieren",
|
||||
"Are you sure you want to wipe all your messages ?" : "Möchtest Du wirklich all Deine Nachrichten löschen?",
|
||||
"Are you sure you want to wipe all your messages ?" : "Möchtest du wirklich all deine Nachrichten löschen?",
|
||||
"Reset all messages" : "Alle Nachrichten zurücksetzen",
|
||||
"%s messages shown of %s messages stored in database." : "%s Nachrichten angezeigt von %s in der Datenbank gespeicherten Nachrichten",
|
||||
"Please select a conversation from the list to load it." : "Wähle eine Unterhaltung zum Laden aus der Liste aus."
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "Telefon-Sync",
|
||||
"An app to sync SMS with your cloud" : "Eine App, die SMSen mit Deiner Cloud synchronisiert",
|
||||
"An app to sync SMS with your cloud" : "Eine App, die SMSen mit deiner Cloud synchronisiert",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Confirm" : "Bestätigen",
|
||||
"No contact found." : "Kein Kontakt gefunden.",
|
||||
@ -15,7 +15,7 @@
|
||||
"Notification settings" : "Benachrichtigungseinstellungen",
|
||||
"Enable" : "Aktivieren",
|
||||
"Disable" : "Deaktivieren",
|
||||
"Are you sure you want to wipe all your messages ?" : "Möchtest Du wirklich all Deine Nachrichten löschen?",
|
||||
"Are you sure you want to wipe all your messages ?" : "Möchtest du wirklich all deine Nachrichten löschen?",
|
||||
"Reset all messages" : "Alle Nachrichten zurücksetzen",
|
||||
"%s messages shown of %s messages stored in database." : "%s Nachrichten angezeigt von %s in der Datenbank gespeicherten Nachrichten",
|
||||
"Please select a conversation from the list to load it." : "Wähle eine Unterhaltung zum Laden aus der Liste aus."
|
||||
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
||||
"%s messages shown of %s messages stored in database." : "%s mensaje mostrados de %s mensajes almacenados en la base de datos.",
|
||||
"Please select a conversation from the list to load it." : "Por favor, selecciona una conversación de la lista para cargarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -19,5 +19,5 @@
|
||||
"Reset all messages" : "Restablecer todos los mensajes",
|
||||
"%s messages shown of %s messages stored in database." : "%s mensaje mostrados de %s mensajes almacenados en la base de datos.",
|
||||
"Please select a conversation from the list to load it." : "Por favor, selecciona una conversación de la lista para cargarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -10,4 +10,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -7,5 +7,5 @@
|
||||
"Notification settings" : "Configuración de las notificaciones",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -10,4 +10,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -7,5 +7,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,4 +9,4 @@ OC.L10N.register(
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -6,5 +6,5 @@
|
||||
"Label" : "Etiqueta",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -9,7 +9,7 @@ OC.L10N.register(
|
||||
"Settings" : "Ezarpenak",
|
||||
"Max messages to load per conversation" : "Hizketaldi bakoitzeko, gehienez zenbat mezu kargatu",
|
||||
"Invalid message limit" : "Mezu kopuruaren muga ez da zuzena",
|
||||
"Default country code" : "Defektuzko herrialde-kodea",
|
||||
"Default country code" : "Herrialde-kode lehenetsia",
|
||||
"Contact ordering" : "Kontaktuak ordenatzea",
|
||||
"Last message" : "Azken mezua",
|
||||
"Label" : "Etiketa",
|
||||
|
@ -7,7 +7,7 @@
|
||||
"Settings" : "Ezarpenak",
|
||||
"Max messages to load per conversation" : "Hizketaldi bakoitzeko, gehienez zenbat mezu kargatu",
|
||||
"Invalid message limit" : "Mezu kopuruaren muga ez da zuzena",
|
||||
"Default country code" : "Defektuzko herrialde-kodea",
|
||||
"Default country code" : "Herrialde-kode lehenetsia",
|
||||
"Contact ordering" : "Kontaktuak ordenatzea",
|
||||
"Last message" : "Azken mezua",
|
||||
"Label" : "Etiketa",
|
||||
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
||||
"%s messages shown of %s messages stored in database." : "%s messages affichés sur %s messages stockés dans la base de données.",
|
||||
"Please select a conversation from the list to load it." : "Veuillez sélectionner une conversation dans la liste pour la charger."
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -19,5 +19,5 @@
|
||||
"Reset all messages" : "Réinitialiser tous les messages",
|
||||
"%s messages shown of %s messages stored in database." : "%s messages affichés sur %s messages stockés dans la base de données.",
|
||||
"Please select a conversation from the list to load it." : "Veuillez sélectionner une conversation dans la liste pour la charger."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
8
l10n/gd.js
Normal file
8
l10n/gd.js
Normal file
@ -0,0 +1,8 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Sguir dheth",
|
||||
"Settings" : "Roghainnean",
|
||||
"Disable" : "Cuir à comas"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");
|
6
l10n/gd.json
Normal file
6
l10n/gd.json
Normal file
@ -0,0 +1,6 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Sguir dheth",
|
||||
"Settings" : "Roghainnean",
|
||||
"Disable" : "Cuir à comas"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"
|
||||
}
|
12
l10n/hu.js
12
l10n/hu.js
@ -1,10 +1,10 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Phone Sync" : "Telefon szinkronizáció",
|
||||
"An app to sync SMS with your cloud" : "Az alkalmazás szinkronizálja az SMS-eket a felhőddel",
|
||||
"Phone Sync" : "Telefonos szinkronizáció",
|
||||
"An app to sync SMS with your cloud" : "Az alkalmazás szinkronizálja az SMS-eket a felhőjével",
|
||||
"Cancel" : "Mégse",
|
||||
"Confirm" : "Megerősít",
|
||||
"Confirm" : "Megerősítés",
|
||||
"No contact found." : "Nem található névjegy.",
|
||||
"Settings" : "Beállítások",
|
||||
"Max messages to load per conversation" : "A legtöbb betölthető üzenet beszélgetésenként",
|
||||
@ -14,12 +14,12 @@ OC.L10N.register(
|
||||
"Last message" : "Utolsó üzenet",
|
||||
"Label" : "Címke",
|
||||
"Reverse ?" : "Fordítva?",
|
||||
"Notification settings" : "Értesítés beállításai",
|
||||
"Notification settings" : "Értesítési beállítások",
|
||||
"Enable" : "Engedélyezés",
|
||||
"Disable" : "Letiltás",
|
||||
"Are you sure you want to wipe all your messages ?" : "Biztos benne, hogy törlöd az összes üzeneted?",
|
||||
"Are you sure you want to wipe all your messages ?" : "Biztos, hogy törli az összes üzenetet?",
|
||||
"Reset all messages" : "Összes üzenet visszaállítása",
|
||||
"%s messages shown of %s messages stored in database." : "%s üzenet megjelenítve az adatbázisban tárolt %s üzenetből.",
|
||||
"Please select a conversation from the list to load it." : "Betöltéshez kérlek válassz egy beszélgetést a listából."
|
||||
"Please select a conversation from the list to load it." : "A betöltéshez válasszon egy beszélgetést a listából."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
12
l10n/hu.json
12
l10n/hu.json
@ -1,8 +1,8 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "Telefon szinkronizáció",
|
||||
"An app to sync SMS with your cloud" : "Az alkalmazás szinkronizálja az SMS-eket a felhőddel",
|
||||
"Phone Sync" : "Telefonos szinkronizáció",
|
||||
"An app to sync SMS with your cloud" : "Az alkalmazás szinkronizálja az SMS-eket a felhőjével",
|
||||
"Cancel" : "Mégse",
|
||||
"Confirm" : "Megerősít",
|
||||
"Confirm" : "Megerősítés",
|
||||
"No contact found." : "Nem található névjegy.",
|
||||
"Settings" : "Beállítások",
|
||||
"Max messages to load per conversation" : "A legtöbb betölthető üzenet beszélgetésenként",
|
||||
@ -12,12 +12,12 @@
|
||||
"Last message" : "Utolsó üzenet",
|
||||
"Label" : "Címke",
|
||||
"Reverse ?" : "Fordítva?",
|
||||
"Notification settings" : "Értesítés beállításai",
|
||||
"Notification settings" : "Értesítési beállítások",
|
||||
"Enable" : "Engedélyezés",
|
||||
"Disable" : "Letiltás",
|
||||
"Are you sure you want to wipe all your messages ?" : "Biztos benne, hogy törlöd az összes üzeneted?",
|
||||
"Are you sure you want to wipe all your messages ?" : "Biztos, hogy törli az összes üzenetet?",
|
||||
"Reset all messages" : "Összes üzenet visszaállítása",
|
||||
"%s messages shown of %s messages stored in database." : "%s üzenet megjelenítve az adatbázisban tárolt %s üzenetből.",
|
||||
"Please select a conversation from the list to load it." : "Betöltéshez kérlek válassz egy beszélgetést a listából."
|
||||
"Please select a conversation from the list to load it." : "A betöltéshez válasszon egy beszélgetést a listából."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
||||
"%s messages shown of %s messages stored in database." : "%s messaggi mostrati di %s messaggi archiviati nel database.",
|
||||
"Please select a conversation from the list to load it." : "Seleziona una conversazione dall'elenco per caricarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -19,5 +19,5 @@
|
||||
"Reset all messages" : "Ripristina tutti i messaggi",
|
||||
"%s messages shown of %s messages stored in database." : "%s messaggi mostrati di %s messaggi archiviati nel database.",
|
||||
"Please select a conversation from the list to load it." : "Seleziona una conversazione dall'elenco per caricarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Sefsex",
|
||||
"Settings" : "Iɣewwaṛen"
|
||||
"Settings" : "Iɣewwaṛen",
|
||||
"Disable" : "Désactiver"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Sefsex",
|
||||
"Settings" : "Iɣewwaṛen"
|
||||
"Settings" : "Iɣewwaṛen",
|
||||
"Disable" : "Désactiver"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Cancel" : "ຍົກເລີກ",
|
||||
"Confirm" : "ຢືນຢັນ",
|
||||
"Settings" : "ການຕັ້ງຄ່າ"
|
||||
"Settings" : "ການຕັ້ງຄ່າ",
|
||||
"Disable" : "ປິດ"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "ຍົກເລີກ",
|
||||
"Confirm" : "ຢືນຢັນ",
|
||||
"Settings" : "ການຕັ້ງຄ່າ"
|
||||
"Settings" : "ການຕັ້ງຄ່າ",
|
||||
"Disable" : "ປິດ"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
6
l10n/mr.js
Normal file
6
l10n/mr.js
Normal file
@ -0,0 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Settings" : "सेटिंग"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
4
l10n/mr.json
Normal file
4
l10n/mr.json
Normal file
@ -0,0 +1,4 @@
|
||||
{ "translations": {
|
||||
"Settings" : "सेटिंग"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -17,7 +17,7 @@ OC.L10N.register(
|
||||
"Notification settings" : "Meldingsinstellingen",
|
||||
"Enable" : "Inschakelen",
|
||||
"Disable" : "Uitschakelen",
|
||||
"Are you sure you want to wipe all your messages ?" : "Weet je zeker dat je je berichten wilt verwijderen?",
|
||||
"Are you sure you want to wipe all your messages ?" : "Weet je zeker dat je al je berichten wilt verwijderen?",
|
||||
"Reset all messages" : "Alle berichten verwijderen",
|
||||
"%s messages shown of %s messages stored in database." : "%s bericht(en) getoond van %s berichten in de database.",
|
||||
"Please select a conversation from the list to load it." : "Kies een gesprek uit de lijst om het te laden."
|
||||
|
@ -15,7 +15,7 @@
|
||||
"Notification settings" : "Meldingsinstellingen",
|
||||
"Enable" : "Inschakelen",
|
||||
"Disable" : "Uitschakelen",
|
||||
"Are you sure you want to wipe all your messages ?" : "Weet je zeker dat je je berichten wilt verwijderen?",
|
||||
"Are you sure you want to wipe all your messages ?" : "Weet je zeker dat je al je berichten wilt verwijderen?",
|
||||
"Reset all messages" : "Alle berichten verwijderen",
|
||||
"%s messages shown of %s messages stored in database." : "%s bericht(en) getoond van %s berichten in de database.",
|
||||
"Please select a conversation from the list to load it." : "Kies een gesprek uit de lijst om het te laden."
|
||||
|
@ -4,6 +4,7 @@ OC.L10N.register(
|
||||
"Phone Sync" : "Telefon Synkronisering",
|
||||
"Cancel" : "Avbryt",
|
||||
"Settings" : "Instillingar",
|
||||
"Notification settings" : "Varsel innstillingar",
|
||||
"Enable" : "Slå på",
|
||||
"Disable" : "Slå av"
|
||||
},
|
||||
|
@ -2,6 +2,7 @@
|
||||
"Phone Sync" : "Telefon Synkronisering",
|
||||
"Cancel" : "Avbryt",
|
||||
"Settings" : "Instillingar",
|
||||
"Notification settings" : "Varsel innstillingar",
|
||||
"Enable" : "Slå på",
|
||||
"Disable" : "Slå av"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
@ -2,8 +2,10 @@ OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Anullar",
|
||||
"Confirm" : "Confirmar",
|
||||
"Settings" : "Paramètres",
|
||||
"Notification settings" : "Paramètres de notificacions",
|
||||
"Enable" : "Activar"
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Desactivar"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
@ -1,7 +1,9 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Anullar",
|
||||
"Confirm" : "Confirmar",
|
||||
"Settings" : "Paramètres",
|
||||
"Notification settings" : "Paramètres de notificacions",
|
||||
"Enable" : "Activar"
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Desactivar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
@ -22,4 +22,4 @@ OC.L10N.register(
|
||||
"%s messages shown of %s messages stored in database." : "%s mensagens mostradas de %s mensagens armazenadas no banco de dados.",
|
||||
"Please select a conversation from the list to load it." : "Selecione uma conversa da lista para carregá-la."
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -19,5 +19,5 @@
|
||||
"Reset all messages" : "Redefinir todas as mensagens",
|
||||
"%s messages shown of %s messages stored in database." : "%s mensagens mostradas de %s mensagens armazenadas no banco de dados.",
|
||||
"Please select a conversation from the list to load it." : "Selecione uma conversa da lista para carregá-la."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -10,4 +10,4 @@ OC.L10N.register(
|
||||
"Enable" : "Ativar",
|
||||
"Disable" : "Desativar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
@ -7,5 +7,5 @@
|
||||
"Notification settings" : "Definições de notificação",
|
||||
"Enable" : "Ativar",
|
||||
"Disable" : "Desativar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
||||
"Confirm" : "Confirmă",
|
||||
"Settings" : "Setări",
|
||||
"Label" : "Etichetă",
|
||||
"Notification settings" : "Setări notificări",
|
||||
"Enable" : "Activează",
|
||||
"Disable" : "Dezactivează"
|
||||
},
|
||||
|
@ -4,6 +4,7 @@
|
||||
"Confirm" : "Confirmă",
|
||||
"Settings" : "Setări",
|
||||
"Label" : "Etichetă",
|
||||
"Notification settings" : "Setări notificări",
|
||||
"Enable" : "Activează",
|
||||
"Disable" : "Dezactivează"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
|
||||
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Cancel" : "இரத்து செய்க",
|
||||
"Settings" : "அமைப்புகள்",
|
||||
"Label" : "Label",
|
||||
"Enable" : "இயலச்செய்",
|
||||
"Disable" : "இயலுமைப்ப"
|
||||
},
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "இரத்து செய்க",
|
||||
"Settings" : "அமைப்புகள்",
|
||||
"Label" : "Label",
|
||||
"Enable" : "இயலச்செய்",
|
||||
"Disable" : "இயலுமைப்ப"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "ยกเลิก",
|
||||
"Confirm" : "ยืนยัน",
|
||||
"Settings" : "ตั้งค่า",
|
||||
"Enable" : "เปิดใช้งาน",
|
||||
"Disable" : "ปิดใช้งาน"
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "ยกเลิก",
|
||||
"Confirm" : "ยืนยัน",
|
||||
"Settings" : "ตั้งค่า",
|
||||
"Enable" : "เปิดใช้งาน",
|
||||
"Disable" : "ปิดใช้งาน"
|
||||
|
@ -1,6 +1,8 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Settings" : "Sazlamalar"
|
||||
"Cancel" : "ýatyrmak",
|
||||
"Settings" : "Sazlamalar",
|
||||
"Disable" : "Öçürmek"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
@ -1,4 +1,6 @@
|
||||
{ "translations": {
|
||||
"Settings" : "Sazlamalar"
|
||||
"Cancel" : "ýatyrmak",
|
||||
"Settings" : "Sazlamalar",
|
||||
"Disable" : "Öçürmek"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -6,5 +6,9 @@
|
||||
"gulp-uglify-es": "^1.0.4",
|
||||
"gulp-rename": "latest"
|
||||
},
|
||||
"dependencies": {}
|
||||
"dependencies": {},
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.0.0 || ^8.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user