Skip to content

Commit 08ad43d

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 683e273 commit 08ad43d

92 files changed

Lines changed: 142 additions & 82 deletions

Some content is hidden

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

apps/sharing/l10n/ar.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ OC.L10N.register(
22
"sharing",
33
{
44
"The owner does not exist: %s" : "المالك غير موجود: %s",
5-
"The share already contains the source." : "المشاركة تحتوي على المصدر مسبقًا.",
6-
"The share already contains the recipient." : "المشاركة تتضمن المستلم بالفعل.",
75
"Sharing" : "مشاركة",
86
"TODO" : "قيد التنفيذ"
97
},

apps/sharing/l10n/ar.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{ "translations": {
22
"The owner does not exist: %s" : "المالك غير موجود: %s",
3-
"The share already contains the source." : "المشاركة تحتوي على المصدر مسبقًا.",
4-
"The share already contains the recipient." : "المشاركة تتضمن المستلم بالفعل.",
53
"Sharing" : "مشاركة",
64
"TODO" : "قيد التنفيذ"
75
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"

apps/sharing/l10n/ca.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OC.L10N.register(
2+
"sharing",
3+
{
4+
"Sharing" : "Ús compartit",
5+
"TODO" : "Tasca pendent"
6+
},
7+
"nplurals=2; plural=(n != 1);");

apps/sharing/l10n/ca.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{ "translations": {
2+
"Sharing" : "Ús compartit",
3+
"TODO" : "Tasca pendent"
4+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
5+
}

apps/sharing/l10n/cs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ OC.L10N.register(
22
"sharing",
33
{
44
"The owner does not exist: %s" : "Majitel neexistuje: %s",
5-
"The share already contains the source." : "Sdílení už obsahuje zdroj.",
6-
"The share already contains the recipient." : "Sdílení už obsahuje příjemce.",
75
"Sharing" : "Sdílení",
86
"TODO" : "UDĚLAT"
97
},

apps/sharing/l10n/cs.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{ "translations": {
22
"The owner does not exist: %s" : "Majitel neexistuje: %s",
3-
"The share already contains the source." : "Sdílení už obsahuje zdroj.",
4-
"The share already contains the recipient." : "Sdílení už obsahuje příjemce.",
53
"Sharing" : "Sdílení",
64
"TODO" : "UDĚLAT"
75
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"

apps/sharing/l10n/da.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ OC.L10N.register(
22
"sharing",
33
{
44
"The owner does not exist: %s" : "Ejeren eksisterer ikke: %s",
5-
"The share already contains the source." : "Delingen indeholder allerede kilden.",
6-
"The share already contains the recipient." : "Delingen indeholder allerede modtageren.",
75
"Sharing" : "Deling",
86
"TODO" : "TODO"
97
},

apps/sharing/l10n/da.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{ "translations": {
22
"The owner does not exist: %s" : "Ejeren eksisterer ikke: %s",
3-
"The share already contains the source." : "Delingen indeholder allerede kilden.",
4-
"The share already contains the recipient." : "Delingen indeholder allerede modtageren.",
53
"Sharing" : "Deling",
64
"TODO" : "TODO"
75
},"pluralForm" :"nplurals=2; plural=(n != 1);"

apps/sharing/l10n/de.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ OC.L10N.register(
22
"sharing",
33
{
44
"The owner does not exist: %s" : "Besitzer existiert nicht: %s",
5-
"The share already contains the source." : "Freigabe enthält bereits die Quelle.",
6-
"The share already contains the recipient." : "Freigabe enthält bereits den Empfänger.",
75
"Sharing" : "Teilen",
86
"TODO" : "Aufgabe"
97
},

apps/sharing/l10n/de.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{ "translations": {
22
"The owner does not exist: %s" : "Besitzer existiert nicht: %s",
3-
"The share already contains the source." : "Freigabe enthält bereits die Quelle.",
4-
"The share already contains the recipient." : "Freigabe enthält bereits den Empfänger.",
53
"Sharing" : "Teilen",
64
"TODO" : "Aufgabe"
75
},"pluralForm" :"nplurals=2; plural=(n != 1);"

0 commit comments

Comments
 (0)