From 23343c5514d34c85bcfd1541903d5793d9fea65a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 11 May 2025 00:41:48 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/en_GB.js | 12 ++++++++++++ l10n/en_GB.json | 12 ++++++++++++ l10n/sk.js | 11 +++++++++++ l10n/sk.json | 11 +++++++++++ 4 files changed, 46 insertions(+) diff --git a/l10n/en_GB.js b/l10n/en_GB.js index ea214fe96..2ac2b9b7d 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -81,6 +81,9 @@ OC.L10N.register( "Could not write file to disk" : "Could not write file to disk", "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", "No file uploaded or file size exceeds maximum of %s" : "No file uploaded or file size exceeds maximum of %s", + "Invalid file type. Only JSON files are allowed." : "Invalid file type. Only JSON files are allowed.", + "Invalid JSON data" : "Invalid JSON data", + "Failed to import board" : "Failed to import board", "Cards due today" : "Cards due today", "Cards due tomorrow" : "Cards due tomorrow", "Upcoming cards" : "Upcoming cards", @@ -335,6 +338,7 @@ OC.L10N.register( "An error occurred" : "An error occurred", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", "Delete the board?" : "Delete the board?", + "Exporting board..." : "Exporting board...", "Board details" : "Board details", "Edit board" : "Edit board", "Clone board" : "Clone board", @@ -347,6 +351,9 @@ OC.L10N.register( "Assigned cards" : "Assigned cards", "No notifications" : "No notifications", "Delete board" : "Delete board", + "Importing board..." : "Importing board...", + "Board imported successfully" : "Board imported successfully", + "Import board" : "Import board", "Clone {boardTitle}" : "Clone {boardTitle}", "Clone cards" : "Clone cards", "Clone assignments" : "Clone assignments", @@ -356,7 +363,11 @@ OC.L10N.register( "Move all cards to the first list" : "Move all cards to the first list", "Restore archived cards" : "Restore archived cards", "Clone" : "Clone", + "Export {boardTitle}" : "Export {boardTitle}", + "Export as JSON" : "Export as JSON", "Export as CSV" : "Export as CSV", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.", + "Export" : "Export", "Loading filtered view" : "Loading filtered view", "Today" : "Today", "Tomorrow" : "Tomorrow", @@ -389,6 +400,7 @@ OC.L10N.register( "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Assigned users" : "Assigned users", "Due date" : "Due date", "Error creating the share" : "Error creating the share", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index b53783182..ca86fcc2f 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -79,6 +79,9 @@ "Could not write file to disk" : "Could not write file to disk", "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", "No file uploaded or file size exceeds maximum of %s" : "No file uploaded or file size exceeds maximum of %s", + "Invalid file type. Only JSON files are allowed." : "Invalid file type. Only JSON files are allowed.", + "Invalid JSON data" : "Invalid JSON data", + "Failed to import board" : "Failed to import board", "Cards due today" : "Cards due today", "Cards due tomorrow" : "Cards due tomorrow", "Upcoming cards" : "Upcoming cards", @@ -333,6 +336,7 @@ "An error occurred" : "An error occurred", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.", "Delete the board?" : "Delete the board?", + "Exporting board..." : "Exporting board...", "Board details" : "Board details", "Edit board" : "Edit board", "Clone board" : "Clone board", @@ -345,6 +349,9 @@ "Assigned cards" : "Assigned cards", "No notifications" : "No notifications", "Delete board" : "Delete board", + "Importing board..." : "Importing board...", + "Board imported successfully" : "Board imported successfully", + "Import board" : "Import board", "Clone {boardTitle}" : "Clone {boardTitle}", "Clone cards" : "Clone cards", "Clone assignments" : "Clone assignments", @@ -354,7 +361,11 @@ "Move all cards to the first list" : "Move all cards to the first list", "Restore archived cards" : "Restore archived cards", "Clone" : "Clone", + "Export {boardTitle}" : "Export {boardTitle}", + "Export as JSON" : "Export as JSON", "Export as CSV" : "Export as CSV", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.", + "Export" : "Export", "Loading filtered view" : "Loading filtered view", "Today" : "Today", "Tomorrow" : "Tomorrow", @@ -387,6 +398,7 @@ "Something went wrong" : "Something went wrong", "Failed to upload {name}" : "Failed to upload {name}", "Maximum file size of {size} exceeded" : "Maximum file size of {size} exceeded", + "Assigned users" : "Assigned users", "Due date" : "Due date", "Error creating the share" : "Error creating the share", "Share with a Deck card" : "Share with a Deck card", diff --git a/l10n/sk.js b/l10n/sk.js index 37a07e116..0b05d2378 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -81,6 +81,9 @@ OC.L10N.register( "Could not write file to disk" : "Nepodarilo sa zapísať súbor na disk", "A PHP extension stopped the file upload" : "Rozšírenie PHP zastavilo nahrávanie súboru", "No file uploaded or file size exceeds maximum of %s" : "Nenahral sa žiadny súbor alebo jeho veľkosť presiahla %s", + "Invalid file type. Only JSON files are allowed." : "Neplatný typ súboru. Povolené sú iba súbory JSON.", + "Invalid JSON data" : "Neplatné JSON dáta", + "Failed to import board" : "Importovanie boardu zlyhalo", "Cards due today" : "Karty splatné dnes", "Cards due tomorrow" : "Karty splatné zajtra", "Upcoming cards" : "Nadchádzajúce karty", @@ -335,6 +338,7 @@ OC.L10N.register( "An error occurred" : "Vyskytla sa chyba", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.", "Delete the board?" : "Vymazať nástenku?", + "Exporting board..." : "Exportovanie nástenky...", "Board details" : "Podrobnosti o nástenke", "Edit board" : "Upraviť nástenku", "Clone board" : "Duplikovať nástenku", @@ -347,6 +351,9 @@ OC.L10N.register( "Assigned cards" : "Priradené karty", "No notifications" : "Žiadne upozornenia", "Delete board" : "Vymazať nástenku", + "Importing board..." : "Importovanie nástenky...", + "Board imported successfully" : "Nástenka bola úspešne nainmportovaná", + "Import board" : "Importovať nástenku", "Clone {boardTitle}" : "Klonovať {boardTitle}", "Clone cards" : "Duplikovať karty", "Clone assignments" : "Klonovať úlohu", @@ -356,7 +363,10 @@ OC.L10N.register( "Move all cards to the first list" : "Presunúť všetky karty na prvý zoznam", "Restore archived cards" : "Obnoviť archivované karty", "Clone" : "Duplikovať", + "Export {boardTitle}" : "Exportovať {boardTitle}", + "Export as JSON" : "Exportovať ako JSON", "Export as CSV" : "Exportovať do CSV", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Poznámka: Na import späť do aplikácie Deck je podporovaný iba formát JSON.", "Export" : "Export", "Loading filtered view" : "Načítavanie filtrovaného pohľadu", "Today" : "Dnes", @@ -390,6 +400,7 @@ OC.L10N.register( "Something went wrong" : "Niečo sa pokazilo", "Failed to upload {name}" : "Zlyhalo nahrávanie {name}", "Maximum file size of {size} exceeded" : "Bola prekročená maximálna veľkosť súboru {size}", + "Assigned users" : "Priradený užívatelia", "Due date" : "Termín dokončenia", "Error creating the share" : "Chyba pri vytváraní zdieľania", "Share with a Deck card" : "Zdieľať s kartou Deck", diff --git a/l10n/sk.json b/l10n/sk.json index adb21ad4b..3c8742e63 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -79,6 +79,9 @@ "Could not write file to disk" : "Nepodarilo sa zapísať súbor na disk", "A PHP extension stopped the file upload" : "Rozšírenie PHP zastavilo nahrávanie súboru", "No file uploaded or file size exceeds maximum of %s" : "Nenahral sa žiadny súbor alebo jeho veľkosť presiahla %s", + "Invalid file type. Only JSON files are allowed." : "Neplatný typ súboru. Povolené sú iba súbory JSON.", + "Invalid JSON data" : "Neplatné JSON dáta", + "Failed to import board" : "Importovanie boardu zlyhalo", "Cards due today" : "Karty splatné dnes", "Cards due tomorrow" : "Karty splatné zajtra", "Upcoming cards" : "Nadchádzajúce karty", @@ -333,6 +336,7 @@ "An error occurred" : "Vyskytla sa chyba", "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Naozaj chcete chcete vymazať nástenku {title}? Toto zmaže všetky údaje o tejto nástenke vrátane archivovaných kariet.", "Delete the board?" : "Vymazať nástenku?", + "Exporting board..." : "Exportovanie nástenky...", "Board details" : "Podrobnosti o nástenke", "Edit board" : "Upraviť nástenku", "Clone board" : "Duplikovať nástenku", @@ -345,6 +349,9 @@ "Assigned cards" : "Priradené karty", "No notifications" : "Žiadne upozornenia", "Delete board" : "Vymazať nástenku", + "Importing board..." : "Importovanie nástenky...", + "Board imported successfully" : "Nástenka bola úspešne nainmportovaná", + "Import board" : "Importovať nástenku", "Clone {boardTitle}" : "Klonovať {boardTitle}", "Clone cards" : "Duplikovať karty", "Clone assignments" : "Klonovať úlohu", @@ -354,7 +361,10 @@ "Move all cards to the first list" : "Presunúť všetky karty na prvý zoznam", "Restore archived cards" : "Obnoviť archivované karty", "Clone" : "Duplikovať", + "Export {boardTitle}" : "Exportovať {boardTitle}", + "Export as JSON" : "Exportovať ako JSON", "Export as CSV" : "Exportovať do CSV", + "Note: Only the JSON format is supported for importing back into the Deck app." : "Poznámka: Na import späť do aplikácie Deck je podporovaný iba formát JSON.", "Export" : "Export", "Loading filtered view" : "Načítavanie filtrovaného pohľadu", "Today" : "Dnes", @@ -388,6 +398,7 @@ "Something went wrong" : "Niečo sa pokazilo", "Failed to upload {name}" : "Zlyhalo nahrávanie {name}", "Maximum file size of {size} exceeded" : "Bola prekročená maximálna veľkosť súboru {size}", + "Assigned users" : "Priradený užívatelia", "Due date" : "Termín dokončenia", "Error creating the share" : "Chyba pri vytváraní zdieľania", "Share with a Deck card" : "Zdieľať s kartou Deck",