Skip to content

Commit 5743516

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 2e98d02 commit 5743516

156 files changed

Lines changed: 460 additions & 156 deletions

Some content is hidden

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

l10n/ca.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ OC.L10N.register(
88
"Code" : "Codi",
99
"Name" : "Nom",
1010
"From" : "De",
11-
"To" : "A"
11+
"To" : "A",
12+
"-" : "-"
1213
},
1314
"nplurals=2; plural=(n != 1);");

l10n/ca.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Code" : "Codi",
77
"Name" : "Nom",
88
"From" : "De",
9-
"To" : "A"
9+
"To" : "A",
10+
"-" : "-"
1011
},"pluralForm" :"nplurals=2; plural=(n != 1);"
1112
}

l10n/cs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ OC.L10N.register(
3030
"Project" : "Projekt",
3131
"Currency" : "Měna",
3232
"From" : "Od",
33-
"To" : "Do"
33+
"To" : "Do",
34+
"-" : "–"
3435
},
3536
"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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"Project" : "Projekt",
2929
"Currency" : "Měna",
3030
"From" : "Od",
31-
"To" : "Do"
31+
"To" : "Do",
32+
"-" : ""
3233
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
3334
}

l10n/da.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ OC.L10N.register(
2626
"Project" : "Projekt",
2727
"Currency" : "Valuta",
2828
"From" : "Fra",
29-
"To" : "Til"
29+
"To" : "Til",
30+
"-" : "-"
3031
},
3132
"nplurals=2; plural=(n != 1);");

l10n/da.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Project" : "Projekt",
2525
"Currency" : "Valuta",
2626
"From" : "Fra",
27-
"To" : "Til"
27+
"To" : "Til",
28+
"-" : "-"
2829
},"pluralForm" :"nplurals=2; plural=(n != 1);"
2930
}

l10n/de.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ OC.L10N.register(
3131
"Project" : "Projekt",
3232
"Currency" : "Währung",
3333
"From" : "Von",
34-
"To" : "Bis"
34+
"To" : "Bis",
35+
"Time" : "Zeit",
36+
"-" : "-"
3537
},
3638
"nplurals=2; plural=(n != 1);");

l10n/de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"Project" : "Projekt",
3030
"Currency" : "Währung",
3131
"From" : "Von",
32-
"To" : "Bis"
32+
"To" : "Bis",
33+
"Time" : "Zeit",
34+
"-" : "-"
3335
},"pluralForm" :"nplurals=2; plural=(n != 1);"
3436
}

l10n/de_DE.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ OC.L10N.register(
3131
"Project" : "Projekt",
3232
"Currency" : "Währung",
3333
"From" : "Von",
34-
"To" : "Bis"
34+
"To" : "Bis",
35+
"Time" : "Zeit",
36+
"-" : "-"
3537
},
3638
"nplurals=2; plural=(n != 1);");

l10n/de_DE.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"Project" : "Projekt",
3030
"Currency" : "Währung",
3131
"From" : "Von",
32-
"To" : "Bis"
32+
"To" : "Bis",
33+
"Time" : "Zeit",
34+
"-" : "-"
3335
},"pluralForm" :"nplurals=2; plural=(n != 1);"
3436
}

0 commit comments

Comments
 (0)