diff --git a/l10n/et_EE.js b/l10n/et_EE.js index ead8b042f..862d0f507 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -11,6 +11,8 @@ OC.L10N.register( "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", + "Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.", + "Invalid JSON data" : "Vigased JSON-i andmed", "Load more" : "Laadi veel", "Deck board" : "Kanbani tahvel", "%s on %s" : "%s %s-l", @@ -91,6 +93,8 @@ OC.L10N.register( "No notifications" : "Märguandeid pole", "Advanced options" : "Täpsemad valikud", "Export {boardTitle}" : "Ekspordi „{boardTitle}“", + "Export as JSON" : "Ekspordi JSON-failina", + "Export as CSV" : "Ekspordi CSV-failina", "Export" : "Ekspordi", "Today" : "Täna", "Tomorrow" : "Homme", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 53ffcfd4f..bb7a438b4 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -9,6 +9,8 @@ "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", + "Invalid file type. Only JSON files are allowed." : "Vigane failitüüp. Vaid JSON-failid on lubatud.", + "Invalid JSON data" : "Vigased JSON-i andmed", "Load more" : "Laadi veel", "Deck board" : "Kanbani tahvel", "%s on %s" : "%s %s-l", @@ -89,6 +91,8 @@ "No notifications" : "Märguandeid pole", "Advanced options" : "Täpsemad valikud", "Export {boardTitle}" : "Ekspordi „{boardTitle}“", + "Export as JSON" : "Ekspordi JSON-failina", + "Export as CSV" : "Ekspordi CSV-failina", "Export" : "Ekspordi", "Today" : "Täna", "Tomorrow" : "Homme",