Skip to content

Commit 8e7e9d8

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 53f5fbd commit 8e7e9d8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

l10n/et_EE.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ OC.L10N.register(
1111
"Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
1212
"A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise",
1313
"No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s",
14+
"Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.",
15+
"Invalid JSON data" : "Vigased JSON-i andmed",
1416
"Load more" : "Laadi veel",
1517
"Deck board" : "Kanbani tahvel",
1618
"%s on %s" : "%s %s-l",
@@ -91,6 +93,8 @@ OC.L10N.register(
9193
"No notifications" : "Märguandeid pole",
9294
"Advanced options" : "Täpsemad valikud",
9395
"Export {boardTitle}" : "Ekspordi „{boardTitle}“",
96+
"Export as JSON" : "Ekspordi JSON-failina",
97+
"Export as CSV" : "Ekspordi CSV-failina",
9498
"Export" : "Ekspordi",
9599
"Today" : "Täna",
96100
"Tomorrow" : "Homme",

l10n/et_EE.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
1010
"A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise",
1111
"No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s",
12+
"Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.",
13+
"Invalid JSON data" : "Vigased JSON-i andmed",
1214
"Load more" : "Laadi veel",
1315
"Deck board" : "Kanbani tahvel",
1416
"%s on %s" : "%s %s-l",
@@ -89,6 +91,8 @@
8991
"No notifications" : "Märguandeid pole",
9092
"Advanced options" : "Täpsemad valikud",
9193
"Export {boardTitle}" : "Ekspordi „{boardTitle}“",
94+
"Export as JSON" : "Ekspordi JSON-failina",
95+
"Export as CSV" : "Ekspordi CSV-failina",
9296
"Export" : "Ekspordi",
9397
"Today" : "Täna",
9498
"Tomorrow" : "Homme",

0 commit comments

Comments
 (0)