Skip to content

Commit 8fcb4a4

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 3ed1fbc commit 8fcb4a4

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed

l10n/et_EE.js

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,29 @@ OC.L10N.register(
1717
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
1818
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
1919
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
20+
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
2021
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
2122
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
2223
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
2324
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
2425
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
2526
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
27+
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
28+
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
29+
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
30+
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
31+
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
32+
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
33+
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
34+
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
35+
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
36+
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
37+
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
38+
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
39+
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
40+
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
41+
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
42+
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
2643
"Deck" : "Deck",
2744
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
2845
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
@@ -64,9 +81,15 @@ OC.L10N.register(
6481
"Action needed" : "Tegevus on vajalik",
6582
"Later" : "Hiljem",
6683
"copy" : "koopia",
84+
"Read more inside" : "Loe lisateavet järgnevast",
85+
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
6786
"To Do" : "Tegemiseks",
6887
"In Progress" : "Töös",
6988
"Done" : "Valmis",
89+
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
90+
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
91+
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
92+
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
7093
"Create your first card!" : "Koosta oma esimene kaart!",
7194
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
7295
"Attachments" : "Manused",
@@ -201,7 +224,7 @@ OC.L10N.register(
201224
"Reply" : "Vasta",
202225
"Update" : "Uuenda",
203226
"Write a description …" : "Koosta kirjeldus…",
204-
"Could not save description" : "Kirjelduse salvetamine ei õnnestunud",
227+
"Could not save description" : "Kirjelduse salvestamine ei õnnestunud",
205228
"Description" : "Kirjeldus",
206229
"(Unsaved)" : "(Salvestamata)",
207230
"(Saving…)" : "(Salvestan…)",

l10n/et_EE.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,29 @@
1515
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
1616
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
1717
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
18+
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
1819
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
1920
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
2021
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
2122
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
2223
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
2324
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
25+
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
26+
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
27+
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
28+
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
29+
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
30+
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
31+
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
32+
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
33+
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
34+
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
35+
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
36+
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
37+
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
38+
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
39+
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
40+
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
2441
"Deck" : "Deck",
2542
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
2643
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
@@ -62,9 +79,15 @@
6279
"Action needed" : "Tegevus on vajalik",
6380
"Later" : "Hiljem",
6481
"copy" : "koopia",
82+
"Read more inside" : "Loe lisateavet järgnevast",
83+
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
6584
"To Do" : "Tegemiseks",
6685
"In Progress" : "Töös",
6786
"Done" : "Valmis",
87+
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
88+
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
89+
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
90+
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
6891
"Create your first card!" : "Koosta oma esimene kaart!",
6992
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
7093
"Attachments" : "Manused",
@@ -199,7 +222,7 @@
199222
"Reply" : "Vasta",
200223
"Update" : "Uuenda",
201224
"Write a description …" : "Koosta kirjeldus…",
202-
"Could not save description" : "Kirjelduse salvetamine ei õnnestunud",
225+
"Could not save description" : "Kirjelduse salvestamine ei õnnestunud",
203226
"Description" : "Kirjeldus",
204227
"(Unsaved)" : "(Salvestamata)",
205228
"(Saving…)" : "(Salvestan…)",

l10n/fr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ OC.L10N.register(
389389
"Create a new card" : "Créer une nouvelle carte",
390390
"Card title" : "Titre de la carte",
391391
"Creating the new card …" : "Création de la nouvelle carte…",
392-
"Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »",
392+
"Card \"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
393393
"Open card" : "Ouvrir la carte",
394394
"Close" : "Fermer",
395395
"No upcoming cards" : "Pas de cartes à venir",

l10n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"Create a new card" : "Créer une nouvelle carte",
388388
"Card title" : "Titre de la carte",
389389
"Creating the new card …" : "Création de la nouvelle carte…",
390-
"Card \"{card}\" was added to \"{board}\"" : "La carte « {card} » a été ajoutée au tableau « {board} »",
390+
"Card \"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
391391
"Open card" : "Ouvrir la carte",
392392
"Close" : "Fermer",
393393
"No upcoming cards" : "Pas de cartes à venir",

0 commit comments

Comments
 (0)