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

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-05-17 00:35:26 +00:00
parent d4e60ba755
commit 1c7ba7cced
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
12 changed files with 12 additions and 12 deletions

View File

@ -3,4 +3,4 @@ OC.L10N.register(
{ {
"Phone Sync" : "Synchronizace s telefonem" "Phone Sync" : "Synchronizace s telefonem"
}, },
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); "nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");

View File

@ -1,4 +1,4 @@
{ "translations": { { "translations": {
"Phone Sync" : "Synchronizace s telefonem" "Phone Sync" : "Synchronizace s telefonem"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" },"pluralForm" :"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;"
} }

View File

@ -3,4 +3,4 @@ OC.L10N.register(
{ {
"Phone Sync" : "همگام سازی تلفن" "Phone Sync" : "همگام سازی تلفن"
}, },
"nplurals=1; plural=0;"); "nplurals=2; plural=((n<=1 && n>= 0) ? 1);");

View File

@ -1,4 +1,4 @@
{ "translations": { { "translations": {
"Phone Sync" : "همگام سازی تلفن" "Phone Sync" : "همگام سازی تلفن"
},"pluralForm" :"nplurals=1; plural=0;" },"pluralForm" :"nplurals=2; plural=((n<=1 && n>= 0) ? 1);"
} }

View File

@ -3,4 +3,4 @@ OC.L10N.register(
{ {
"Phone Sync" : "סינכרון טלפון" "Phone Sync" : "סינכרון טלפון"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");

View File

@ -1,4 +1,4 @@
{ "translations": { { "translations": {
"Phone Sync" : "סינכרון טלפון" "Phone Sync" : "סינכרון טלפון"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);"
} }

View File

@ -3,4 +3,4 @@ OC.L10N.register(
{ {
"Phone Sync" : "ტელეფონის სინქრონიზაცია" "Phone Sync" : "ტელეფონის სინქრონიზაცია"
}, },
"nplurals=1; plural=0;"); "nplurals=2; plural=(n==1);");

View File

@ -1,4 +1,4 @@
{ "translations": { { "translations": {
"Phone Sync" : "ტელეფონის სინქრონიზაცია" "Phone Sync" : "ტელეფონის სინქრონიზაცია"
},"pluralForm" :"nplurals=1; plural=0;" },"pluralForm" :"nplurals=2; plural=(n==1);"
} }

View File

@ -3,4 +3,4 @@ OC.L10N.register(
{ {
"Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija" "Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");

View File

@ -1,4 +1,4 @@
{ "translations": { { "translations": {
"Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija" "Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);"
} }

View File

@ -3,4 +3,4 @@ OC.L10N.register(
{ {
"Phone Sync" : "SMS" "Phone Sync" : "SMS"
}, },
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); "nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);");

View File

@ -1,4 +1,4 @@
{ "translations": { { "translations": {
"Phone Sync" : "SMS" "Phone Sync" : "SMS"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);"
} }