File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments