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

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-11-06 01:31:56 +00:00
parent ea9f308d9b
commit a5a6068dbe
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 18 additions and 0 deletions

10
l10n/lt_LT.js Normal file
View File

@ -0,0 +1,10 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija",
"An app to sync SMS with your cloud" : "Programėlė, skirta sinchronizuoti SMS žinutes su debesija",
"Settings" : "Nustatymai",
"Enable" : "Įjungti",
"Disable" : "Išjungti"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

8
l10n/lt_LT.json Normal file
View File

@ -0,0 +1,8 @@
{ "translations": {
"Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija",
"An app to sync SMS with your cloud" : "Programėlė, skirta sinchronizuoti SMS žinutes su debesija",
"Settings" : "Nustatymai",
"Enable" : "Įjungti",
"Disable" : "Išjungti"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}