Skip to content

Commit e7ebe8e

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 14a7c83 commit e7ebe8e

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

l10n/cs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ OC.L10N.register(
9191
"Welcome to Nextcloud Deck!" : "Vítejte v Nextcloud Deck!",
9292
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.",
9393
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám přiřadil(a) kartu {deck-card} na tabuli {deck-board}.",
94+
"The card \"%1$s\" on \"%2$s\" has reached its due date." : "U karty „%1$s“ z tabule „%2$s“ nastalo plánované datum dokončení.",
9495
"The card {deck-card} on {deck-board} has reached its due date." : "Karta {deck-card} na tabuli {deck-board} dosáhla data plánovaného dokončení.",
9596
"%s has mentioned you in a comment on \"%s\"." : "%s vás zmínil(a) v komentáři k „%s“.",
9697
"{user} has mentioned you in a comment on {deck-card}." : "{user} vás zmínil(a) v komentáři na kartě {deck-card}.",

l10n/cs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"Welcome to Nextcloud Deck!" : "Vítejte v Nextcloud Deck!",
9090
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.",
9191
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám přiřadil(a) kartu {deck-card} na tabuli {deck-board}.",
92+
"The card \"%1$s\" on \"%2$s\" has reached its due date." : "U karty „%1$s“ z tabule „%2$s“ nastalo plánované datum dokončení.",
9293
"The card {deck-card} on {deck-board} has reached its due date." : "Karta {deck-card} na tabuli {deck-board} dosáhla data plánovaného dokončení.",
9394
"%s has mentioned you in a comment on \"%s\"." : "%s vás zmínil(a) v komentáři k „%s“.",
9495
"{user} has mentioned you in a comment on {deck-card}." : "{user} vás zmínil(a) v komentáři na kartě {deck-card}.",

l10n/sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ OC.L10N.register(
9191
"Welcome to Nextcloud Deck!" : "Karibu katika deki ya Nextcloud",
9292
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kadi \"%s\" katika \"%s\" imekabithiwa kwako na %s",
9393
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} amekabithi kadi {deck-card}juu ya {deck-board} kwako",
94+
"The card \"%1$s\" on \"%2$s\" has reached its due date." : "Kadi \"%1$s\" kwenye \"%2$s\" imefikia tarehe yake ya kukamilisha.",
9495
"The card {deck-card} on {deck-board} has reached its due date." : "Kadi {deck-card}katika {deck-board}imefikia tarehe yake ya mwisho",
9596
"%s has mentioned you in a comment on \"%s\"." : "%s amekutaja kwenye maoni katika \"%s\"",
9697
"{user} has mentioned you in a comment on {deck-card}." : "{user} amekutaja katika maoni katika {deck-card}",

l10n/sw.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"Welcome to Nextcloud Deck!" : "Karibu katika deki ya Nextcloud",
9090
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kadi \"%s\" katika \"%s\" imekabithiwa kwako na %s",
9191
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} amekabithi kadi {deck-card}juu ya {deck-board} kwako",
92+
"The card \"%1$s\" on \"%2$s\" has reached its due date." : "Kadi \"%1$s\" kwenye \"%2$s\" imefikia tarehe yake ya kukamilisha.",
9293
"The card {deck-card} on {deck-board} has reached its due date." : "Kadi {deck-card}katika {deck-board}imefikia tarehe yake ya mwisho",
9394
"%s has mentioned you in a comment on \"%s\"." : "%s amekutaja kwenye maoni katika \"%s\"",
9495
"{user} has mentioned you in a comment on {deck-card}." : "{user} amekutaja katika maoni katika {deck-card}",

l10n/uk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ OC.L10N.register(
234234
"Add this attachment" : "Долучити вкладення",
235235
"Show in Files" : "Показати в Файлах",
236236
"Download" : "Звантажити",
237-
"Remove attachment" : "Зніміть вкладення",
237+
"Remove attachment" : "Вилучити",
238238
"Delete Attachment" : "Забрати вкладення",
239239
"Restore Attachment" : "Відновити вкладення",
240240
"Modified" : "Змінено",

l10n/uk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"Add this attachment" : "Долучити вкладення",
233233
"Show in Files" : "Показати в Файлах",
234234
"Download" : "Звантажити",
235-
"Remove attachment" : "Зніміть вкладення",
235+
"Remove attachment" : "Вилучити",
236236
"Delete Attachment" : "Забрати вкладення",
237237
"Restore Attachment" : "Відновити вкладення",
238238
"Modified" : "Змінено",

0 commit comments

Comments
 (0)