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

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-05-18 00:34:53 +00:00
parent b8395f37d3
commit 2f6d036cd5
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"
},
"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,4 +3,4 @@ OC.L10N.register(
{
"Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija"
},
"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);");
"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);");

View File

@ -1,4 +1,4 @@
{ "translations": {
"Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija"
},"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);"
},"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);"
}

View File

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