Skip to content

Commit b3cbfbe

Browse files
committed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 31c7f49 commit b3cbfbe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+576
-0
lines changed

l10n/cs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
OC.L10N.register(
2+
"integration_mattermost",
3+
{
4+
"Use a popup to authenticate" : "Ověřte se ve vyskakovacím okně"
5+
},
6+
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

l10n/cs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ "translations": {
2+
"Use a popup to authenticate" : "Ověřte se ve vyskakovacím okně"
3+
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
4+
}

l10n/de_DE.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
OC.L10N.register(
2+
"integration_mattermost",
3+
{
4+
"Use a popup to authenticate" : "Popup zur Authentifizierung verwenden"
5+
},
6+
"nplurals=2; plural=(n != 1);");

l10n/de_DE.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ "translations": {
2+
"Use a popup to authenticate" : "Popup zur Authentifizierung verwenden"
3+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
4+
}

l10n/fi.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OC.L10N.register(
2+
"integration_mattermost",
3+
{
4+
"Application secret" : "Sovelluksen salaisuus",
5+
"Use a popup to authenticate" : "Käytä ponnahdusikkunaa tunnistautumista varten"
6+
},
7+
"nplurals=2; plural=(n != 1);");

l10n/fi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{ "translations": {
2+
"Application secret" : "Sovelluksen salaisuus",
3+
"Use a popup to authenticate" : "Käytä ponnahdusikkunaa tunnistautumista varten"
4+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
5+
}

l10n/hu.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OC.L10N.register(
2+
"integration_mattermost",
3+
{
4+
"Application secret" : "Az alkalmazás titka",
5+
"Use a popup to authenticate" : "Felugró ablak használata a hitelesítéshez",
6+
"Start typing to search" : "Kezdjen el gépelni a kereséshez"
7+
},
8+
"nplurals=2; plural=(n != 1);");

l10n/hu.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ "translations": {
2+
"Application secret" : "Az alkalmazás titka",
3+
"Use a popup to authenticate" : "Felugró ablak használata a hitelesítéshez",
4+
"Start typing to search" : "Kezdjen el gépelni a kereséshez"
5+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
6+
}

l10n/ja.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OC.L10N.register(
2+
"integration_mattermost",
3+
{
4+
"Application secret" : "アプリケーションシークレット",
5+
"Start typing to search" : "入力して検索を開始します"
6+
},
7+
"nplurals=1; plural=0;");

l10n/ja.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{ "translations": {
2+
"Application secret" : "アプリケーションシークレット",
3+
"Start typing to search" : "入力して検索を開始します"
4+
},"pluralForm" :"nplurals=1; plural=0;"
5+
}

0 commit comments

Comments
 (0)