From d560d00b615bd8a5dc54ca91509aaa1366fe00bc Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 17 Jan 2024 06:59:32 +0100 Subject: [PATCH 01/52] New translations manage.json (Danish) --- public/locales/da/layout/manage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/da/layout/manage.json b/public/locales/da/layout/manage.json index b07627cb43d..49d3d72a0d3 100644 --- a/public/locales/da/layout/manage.json +++ b/public/locales/da/layout/manage.json @@ -26,7 +26,7 @@ "title": "Værktøjer", "items": { "docker": "Docker", - "api": "" + "api": "API" } }, "about": { From 22927bcea42279eaabb1a7a2c3adb26d9865b585 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 17 Jan 2024 12:32:19 +0100 Subject: [PATCH 02/52] New translations users.json (French) --- public/locales/fr/manage/users.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/fr/manage/users.json b/public/locales/fr/manage/users.json index 6df92d04f3a..c90531a968d 100644 --- a/public/locales/fr/manage/users.json +++ b/public/locales/fr/manage/users.json @@ -7,9 +7,9 @@ "filter": { "roles": { "all": "Tous", - "normal": "", - "admin": "", - "owner": "" + "normal": "Normal", + "admin": "Admin", + "owner": "Propriétaire" } }, "table": { From 5a2fe7eaa789858e149c2848439c3b10426f73d6 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 17 Jan 2024 12:32:20 +0100 Subject: [PATCH 03/52] New translations edit.json (French) --- public/locales/fr/manage/users/edit.json | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/public/locales/fr/manage/users/edit.json b/public/locales/fr/manage/users/edit.json index 456fd7c76c4..b1c725e0f66 100644 --- a/public/locales/fr/manage/users/edit.json +++ b/public/locales/fr/manage/users/edit.json @@ -1,6 +1,6 @@ { - "metaTitle": "", - "back": "", + "metaTitle": "Utilisateur {{username}}", + "back": "Retour à la gestion des utilisateurs", "sections": { "general": { "title": "Général", @@ -14,40 +14,40 @@ } }, "security": { - "title": "", + "title": "Sécurité", "inputs": { "password": { - "label": "" + "label": "Nouveau mot de passe" }, "terminateExistingSessions": { - "label": "", - "description": "" + "label": "Mettre fin aux sessions existantes", + "description": "Forcer les utilisateurs à se reconnecter sur leurs appareils" }, "confirm": { "label": "Confirmer", - "description": "" + "description": "Le mot de passe va être mis à jour. Cette action ne peut pas être annulée." } } }, "roles": { - "title": "", - "currentRole": "", + "title": "Rôles", + "currentRole": "Rôle actuel : ", "badges": { - "owner": "", - "admin": "", - "normal": "" + "owner": "Propriétaire", + "admin": "Admin", + "normal": "Normal" } }, "deletion": { - "title": "", + "title": "Suppression de compte", "inputs": { "confirmUsername": { - "label": "", - "description": "" + "label": "Confirmer le nom d'utilisateur", + "description": "Tapez le nom d'utilisateur pour confirmer la suppression" }, "confirm": { "label": "Supprimer définitivement", - "description": "" + "description": "J'ai conscience que cette action est permanente et que toutes les données du compte seront perdues." } } } From 3fe932b8d5eb4837a4215f14ea8b72e9afc50b1d Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 17 Jan 2024 12:32:21 +0100 Subject: [PATCH 04/52] New translations trigger-automation.json (French) --- .../fr/modules/smart-home/trigger-automation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/fr/modules/smart-home/trigger-automation.json b/public/locales/fr/modules/smart-home/trigger-automation.json index 525c8cc07b4..e8d7351abdc 100644 --- a/public/locales/fr/modules/smart-home/trigger-automation.json +++ b/public/locales/fr/modules/smart-home/trigger-automation.json @@ -1,12 +1,12 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Automatisation Home Assistant", + "description": "Exécuter une automatisation", "settings": { - "title": "", + "title": "Exécuter une automatisation", "automationId": { - "label": "", - "info": "" + "label": "ID de l'automatisation", + "info": "Votre identifiant d'automatisation unique. Commence toujours par automation.XXXXX." }, "displayName": { "label": "Nom d'affichage" From de642cba5d6e2e938d4243469ece3556b3c95a71 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 15:09:04 +0100 Subject: [PATCH 05/52] New translations manage.json (Chinese Traditional) --- public/locales/tw/layout/manage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tw/layout/manage.json b/public/locales/tw/layout/manage.json index 82c63188aa4..b42795b777b 100644 --- a/public/locales/tw/layout/manage.json +++ b/public/locales/tw/layout/manage.json @@ -26,7 +26,7 @@ "title": "工具", "items": { "docker": "Docker", - "api": "" + "api": "API" } }, "about": { From b36d61df6d74c0ba3276fd9f3529839c511831ce Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 15:09:05 +0100 Subject: [PATCH 06/52] New translations boards.json (Chinese Traditional) --- public/locales/tw/manage/boards.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/tw/manage/boards.json b/public/locales/tw/manage/boards.json index 661a95fcf90..2d588a5daa1 100644 --- a/public/locales/tw/manage/boards.json +++ b/public/locales/tw/manage/boards.json @@ -16,15 +16,15 @@ "label": "永久刪除", "disabled": "刪除功能被禁用,因為較舊的 Homarr 組件不允許刪除預設的設定,將來可能會刪除" }, - "duplicate": "", + "duplicate": "複製", "rename": { - "label": "", + "label": "重新命名", "modal": { - "title": "", + "title": "重新命名面板 {{name}}", "fields": { "name": { - "label": "", - "placeholder": "" + "label": "新名稱", + "placeholder": "新面板名稱" } } } From 4403c9f7aae699cda13a40588d97fb08888d502a Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 15:09:05 +0100 Subject: [PATCH 07/52] New translations entity-state.json (Chinese Traditional) --- public/locales/tw/modules/smart-home/entity-state.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tw/modules/smart-home/entity-state.json b/public/locales/tw/modules/smart-home/entity-state.json index c00abf4fd9a..126c3f02155 100644 --- a/public/locales/tw/modules/smart-home/entity-state.json +++ b/public/locales/tw/modules/smart-home/entity-state.json @@ -10,8 +10,8 @@ "info": "Home Assistant 中的唯一實體ID,通過點擊實體 > 點擊齒輪圖示 > 點擊實體 ID 觸地的複製按鈕進行複製,某些自定義實體可能不支持" }, "automationId": { - "label": "", - "info": "" + "label": "可選自動化ID", + "info": "自動化ID必須以 automation.XXXX 開頭,當未設定時小部件將不可點擊,且僅顯示狀況,點擊後實體狀態將被更新。" }, "displayName": { "label": "顯示名稱" From a84312e7b47afac88ca01ee85c429a40c2401f31 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 15:09:06 +0100 Subject: [PATCH 08/52] New translations trigger-automation.json (Chinese Traditional) --- .../tw/modules/smart-home/trigger-automation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/tw/modules/smart-home/trigger-automation.json b/public/locales/tw/modules/smart-home/trigger-automation.json index cc38a9bfa1a..4e785b522c8 100644 --- a/public/locales/tw/modules/smart-home/trigger-automation.json +++ b/public/locales/tw/modules/smart-home/trigger-automation.json @@ -1,12 +1,12 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Home Assisant 自動化", + "description": "執行自動化", "settings": { - "title": "", + "title": "執行自動化", "automationId": { - "label": "", - "info": "" + "label": "自動化ID", + "info": "自動化ID,必須以 automation.XXXX 開頭" }, "displayName": { "label": "顯示名稱" From e9c748d5520c255b3b377e251e3fc9111a49b6e5 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 16:42:03 +0100 Subject: [PATCH 09/52] New translations rss.json (Chinese Traditional) --- public/locales/tw/modules/rss.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tw/modules/rss.json b/public/locales/tw/modules/rss.json index fa87b345da5..6a419a5c830 100644 --- a/public/locales/tw/modules/rss.json +++ b/public/locales/tw/modules/rss.json @@ -19,7 +19,7 @@ "label": "文字線條" }, "sortByPublishDateAscending": { - "label": "" + "label": "依發布日期排序 (升序)" } }, "card": { From d49c515bc762e23ac51e4e118eea952b3da68a4b Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 16:42:04 +0100 Subject: [PATCH 10/52] New translations media-requests-list.json (Chinese Traditional) --- public/locales/tw/modules/media-requests-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/tw/modules/media-requests-list.json b/public/locales/tw/modules/media-requests-list.json index a52e9631dbf..349f40816f3 100644 --- a/public/locales/tw/modules/media-requests-list.json +++ b/public/locales/tw/modules/media-requests-list.json @@ -17,8 +17,8 @@ "approved": "已准許", "pendingApproval": "待准許", "declined": "已拒絕", - "available": "", - "partial": "" + "available": "可用", + "partial": "部分" }, "tooltips": { "approve": "准許請求", From b1f8199fbbffde6a271157f018aefecd415b859f Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 16:42:07 +0100 Subject: [PATCH 11/52] New translations entity-state.json (Chinese Traditional) --- public/locales/tw/modules/smart-home/entity-state.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/tw/modules/smart-home/entity-state.json b/public/locales/tw/modules/smart-home/entity-state.json index 126c3f02155..cbc79dfcce4 100644 --- a/public/locales/tw/modules/smart-home/entity-state.json +++ b/public/locales/tw/modules/smart-home/entity-state.json @@ -11,7 +11,7 @@ }, "automationId": { "label": "可選自動化ID", - "info": "自動化ID必須以 automation.XXXX 開頭,當未設定時小部件將不可點擊,且僅顯示狀況,點擊後實體狀態將被更新。" + "info": "自動化ID必須以 automation.XXXX 開頭,當未設定時小部件將不可點擊,且僅顯示狀況,點擊後實體狀態將被更新" }, "displayName": { "label": "顯示名稱" From b03f8cc3aebf709e29af870154d60a5e404e7e58 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 18 Jan 2024 23:35:52 +0100 Subject: [PATCH 12/52] New translations boards.json (Polish) --- public/locales/pl/manage/boards.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/pl/manage/boards.json b/public/locales/pl/manage/boards.json index 1bf0aabbe6e..16850d4cd67 100644 --- a/public/locales/pl/manage/boards.json +++ b/public/locales/pl/manage/boards.json @@ -16,14 +16,14 @@ "label": "Usuń trwale", "disabled": "Usuwanie nie jest możliwe, ponieważ starsze komponenty Homarr nie pozwalają na usunięcie domyślnej konfiguracji. Usunięcie będzie możliwe w przyszłości." }, - "duplicate": "", + "duplicate": "Zduplikuj", "rename": { - "label": "", + "label": "Zmień nazwę", "modal": { "title": "", "fields": { "name": { - "label": "", + "label": "Nowa nazwa", "placeholder": "" } } From 3f1084a58be56d2d6d0e8ebbdff66c7427423193 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 00:42:33 +0100 Subject: [PATCH 13/52] New translations manage.json (Polish) --- public/locales/pl/layout/manage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/pl/layout/manage.json b/public/locales/pl/layout/manage.json index 6fa2ae848cc..ca25e0b0775 100644 --- a/public/locales/pl/layout/manage.json +++ b/public/locales/pl/layout/manage.json @@ -26,7 +26,7 @@ "title": "Narzędzia", "items": { "docker": "Docker", - "api": "" + "api": "API" } }, "about": { From c0124f03cdd29782dbea7e85281a2b0e661ee87e Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 00:42:34 +0100 Subject: [PATCH 14/52] New translations boards.json (Polish) --- public/locales/pl/manage/boards.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/pl/manage/boards.json b/public/locales/pl/manage/boards.json index 16850d4cd67..61f76d93e19 100644 --- a/public/locales/pl/manage/boards.json +++ b/public/locales/pl/manage/boards.json @@ -20,11 +20,11 @@ "rename": { "label": "Zmień nazwę", "modal": { - "title": "", + "title": "Zmień nazwę tablicy {{name}}", "fields": { "name": { "label": "Nowa nazwa", - "placeholder": "" + "placeholder": "Nowa nazwa tablicy" } } } @@ -32,7 +32,7 @@ }, "badges": { "fileSystem": "System plików", - "default": "Domyślnie" + "default": "Domyślne" } }, "buttons": { From 1ebf7e16a1e4a9a335685fb946e4232f6ad98d31 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 00:42:35 +0100 Subject: [PATCH 15/52] New translations entity-state.json (Polish) --- .../pl/modules/smart-home/entity-state.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/pl/modules/smart-home/entity-state.json b/public/locales/pl/modules/smart-home/entity-state.json index 3ebdabdb863..34458e12c2d 100644 --- a/public/locales/pl/modules/smart-home/entity-state.json +++ b/public/locales/pl/modules/smart-home/entity-state.json @@ -1,17 +1,17 @@ { - "entityNotFound": "Nie znaleziono obiektu", + "entityNotFound": "Nie znaleziono encji", "descriptor": { - "name": "Obiekt asystenta domu", - "description": "Aktualny stan obiektu w Asystencie Domu", + "name": "Encja Home Assistant", + "description": "Aktualny stan encji w Home Assistant", "settings": { - "title": "Stan obiektu", + "title": "Stan encji", "entityId": { - "label": "ID obiektu", - "info": "Unikalne ID obiektu w Asystencie Domu. Kopiuj klikając na obiekt > Kliknij ikonę koła zębatego > Kliknij na przycisk kopiuj na 'ID obiektu'. Niektóre niestandardowe obiekty mogą nie być obsługiwane." + "label": "ID encji", + "info": "Unikalne ID encji w Home Assistant. Kopiuj klikając na encji > Kliknij ikonę koła zębatego > Kliknij na przycisk kopiuj na 'ID encji'. Niektóre niestandardowe obiekty mogą nie być obsługiwane." }, "automationId": { - "label": "", - "info": "" + "label": "Opcjonalne ID automatyzacji", + "info": "Twój unikalny identyfikator automatyzacji. Zawsze zaczyna się od automation.XXXXX. Jeśli nie jest ustawiony, widżet nie będzie klikalny i będzie wyświetlał tylko stan. Po kliknięciu stan encji zostanie odświeżony." }, "displayName": { "label": "Nazwa wyświetlana" From 9f73d88711beebdec9a538d79047c7a55cf976a0 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 00:42:36 +0100 Subject: [PATCH 16/52] New translations trigger-automation.json (Polish) --- .../pl/modules/smart-home/trigger-automation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/pl/modules/smart-home/trigger-automation.json b/public/locales/pl/modules/smart-home/trigger-automation.json index c5a5f45415c..b26491fafbf 100644 --- a/public/locales/pl/modules/smart-home/trigger-automation.json +++ b/public/locales/pl/modules/smart-home/trigger-automation.json @@ -1,12 +1,12 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Automatyzacja Home Assistant", + "description": "Wykonaj automatyzację", "settings": { - "title": "", + "title": "Wykonaj automatyzację", "automationId": { - "label": "", - "info": "" + "label": "ID automatyzacji", + "info": "Twój unikalny identyfikator automatyzacji. Zawsze zaczyna się od automation.XXXXX." }, "displayName": { "label": "Nazwa wyświetlana" From bede2c0062c67c7b8fba706a598a3f6db920a0c4 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:29 +0100 Subject: [PATCH 17/52] New translations notebook.json (Swedish) --- public/locales/sv/modules/notebook.json | 62 ++++++++++++------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/public/locales/sv/modules/notebook.json b/public/locales/sv/modules/notebook.json index cfb4806d5c8..83c6d9d460d 100644 --- a/public/locales/sv/modules/notebook.json +++ b/public/locales/sv/modules/notebook.json @@ -8,7 +8,7 @@ "label": "Visa verktygsfältet för att hjälpa dig skriva markdown" }, "allowReadOnlyCheck": { - "label": "" + "label": "Tillåt check i skrivskyddat läge" }, "content": { "label": "Innehållet i anteckningsboken" @@ -22,38 +22,38 @@ "strikethrough": "Genomstruken", "underline": "Understruken", "colorText": "Textfärg", - "colorHighlight": "", - "code": "", - "clear": "", - "heading": "", - "align": "", - "blockquote": "", - "horizontalLine": "", - "bulletList": "", - "orderedList": "", - "checkList": "", - "increaseIndent": "", - "decreaseIndent": "", - "link": "", - "unlink": "", - "image": "", - "addTable": "", - "deleteTable": "", - "colorCell": "", - "mergeCell": "", - "addColumnLeft": "", - "addColumnRight": "", - "deleteColumn": "", - "addRowTop": "", - "addRowBelow": "", - "deleteRow": "" + "colorHighlight": "Färgad markerad text", + "code": "Kod", + "clear": "Rensa formatering", + "heading": "Rubrik {{level}}", + "align": "Justera text: {{position}}", + "blockquote": "Blockcitat", + "horizontalLine": "Horisontell linje", + "bulletList": "Punktlista", + "orderedList": "Sorterad lista", + "checkList": "Checklista", + "increaseIndent": "Öka indrag", + "decreaseIndent": "Minska indrag", + "link": "Länk", + "unlink": "Ta bort länk", + "image": "Bädda in bild", + "addTable": "Lägg till tabell", + "deleteTable": "Ta bort tabell", + "colorCell": "Färga cell", + "mergeCell": "Växla sammanslagning av celler", + "addColumnLeft": "Lägg till kolumn före", + "addColumnRight": "Lägg till kolumn efter", + "deleteColumn": "Radera kolumn", + "addRowTop": "Lägg till rad före", + "addRowBelow": "Lägg till rad efter", + "deleteRow": "Radera rad" }, "modals": { - "clearColor": "", - "source": "", - "widthPlaceholder": "", - "columns": "", - "rows": "" + "clearColor": "Rensa färg", + "source": "Källa", + "widthPlaceholder": "Värde i % eller pixlar", + "columns": "Kolumner", + "rows": "Rader" } } } \ No newline at end of file From 9dc6eed76f49e94e928633e7549b560da96c0990 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:31 +0100 Subject: [PATCH 18/52] New translations header.json (Swedish) --- public/locales/sv/layout/header.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/sv/layout/header.json b/public/locales/sv/layout/header.json index 0a8f2477079..56802f06a7f 100644 --- a/public/locales/sv/layout/header.json +++ b/public/locales/sv/layout/header.json @@ -14,14 +14,14 @@ "preferences": "Användarinställningar", "defaultBoard": "Standard instrumentpanel", "manage": "Hantera", - "logout": "", + "logout": "Logga ut från {{username}}", "login": "Logga in" } }, "modals": { "movie": { "title": "", - "topResults": "" + "topResults": "Topp {{count}} resultat för {{search}}." } } } \ No newline at end of file From abfeeec987340fff2329b74c312cde3ed52e1512 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:31 +0100 Subject: [PATCH 19/52] New translations common.json (Swedish) --- public/locales/sv/boards/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv/boards/common.json b/public/locales/sv/boards/common.json index a70db06bf6a..08170374333 100644 --- a/public/locales/sv/boards/common.json +++ b/public/locales/sv/boards/common.json @@ -1,5 +1,5 @@ { "header": { - "customize": "" + "customize": "Anpassa tavlan" } } \ No newline at end of file From a6eae49f7abd75e7859f896858bb2fbe703700d9 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:32 +0100 Subject: [PATCH 20/52] New translations customize.json (Swedish) --- public/locales/sv/boards/customize.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/sv/boards/customize.json b/public/locales/sv/boards/customize.json index 48604fe9975..696a032f0a1 100644 --- a/public/locales/sv/boards/customize.json +++ b/public/locales/sv/boards/customize.json @@ -1,29 +1,29 @@ { - "metaTitle": "", - "pageTitle": "", - "backToBoard": "", + "metaTitle": "Anpassa {{name}} Board", + "pageTitle": "Anpassning för {{name}} Board", + "backToBoard": "Tillbaka till tavla", "settings": { "appearance": { - "primaryColor": "", - "secondaryColor": "" + "primaryColor": "Primärfärg", + "secondaryColor": "Sekundärfärg" } }, "save": { - "button": "", - "note": "" + "button": "Spara ändringar", + "note": "Var försiktig, du har osparade ändringar!" }, "notifications": { "pending": { - "title": "", - "message": "" + "title": "Sparar anpassning", + "message": "Vänligen vänta medan vi sparar din anpassning" }, "success": { - "title": "", - "message": "" + "title": "Anpassning sparad", + "message": "Din anpassning har sparats" }, "error": { "title": "Fel", - "message": "" + "message": "Det gick inte att spara ändringar" } } } \ No newline at end of file From 1d588f30ba6c5dbc48e3738530df3f0217486d20 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:33 +0100 Subject: [PATCH 21/52] New translations manage.json (Swedish) --- public/locales/sv/layout/manage.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/sv/layout/manage.json b/public/locales/sv/layout/manage.json index ea0e2b543a4..9dfce090882 100644 --- a/public/locales/sv/layout/manage.json +++ b/public/locales/sv/layout/manage.json @@ -1,16 +1,16 @@ { "navigation": { "home": { - "title": "" + "title": "Hem" }, "boards": { - "title": "" + "title": "Tavlor" }, "users": { - "title": "", + "title": "Användare", "items": { "manage": "Hantera", - "invites": "" + "invites": "Inbjudningar" } }, "help": { From a3a5c569d82611172007c811dc5a80ce7af64322 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:34 +0100 Subject: [PATCH 22/52] New translations boards.json (Swedish) --- public/locales/sv/manage/boards.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/sv/manage/boards.json b/public/locales/sv/manage/boards.json index f68015e5ed6..33ea6e8ad3d 100644 --- a/public/locales/sv/manage/boards.json +++ b/public/locales/sv/manage/boards.json @@ -1,6 +1,6 @@ { - "metaTitle": "", - "pageTitle": "", + "metaTitle": "Tavlor", + "pageTitle": "Tavlor", "cards": { "statistics": { "apps": "Appar", @@ -16,15 +16,15 @@ "label": "", "disabled": "" }, - "duplicate": "", + "duplicate": "Duplicera", "rename": { - "label": "", + "label": "Ändra namn", "modal": { - "title": "", + "title": "Byt namn på tavlan {{name}}", "fields": { "name": { - "label": "", - "placeholder": "" + "label": "Nytt namn", + "placeholder": "Nytt namn på tavlan" } } } From 43faf07d2869d6c6e24c4afb7cea646d65bbcc36 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:35 +0100 Subject: [PATCH 23/52] New translations create.json (Swedish) --- public/locales/sv/manage/users/create.json | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/sv/manage/users/create.json b/public/locales/sv/manage/users/create.json index d441e1f57d7..805a71e1cfe 100644 --- a/public/locales/sv/manage/users/create.json +++ b/public/locales/sv/manage/users/create.json @@ -12,41 +12,41 @@ } }, "security": { - "title": "", + "title": "Andra steget", "text": "Lösenord", "password": { "label": "Lösenord" } }, "finish": { - "title": "", - "text": "", + "title": "Bekräftelse", + "text": "Spara till databas", "card": { - "title": "", - "text": "" + "title": "Granska dina inmatningar", + "text": "När du har skickat in dina data till databasen kommer användaren att kunna logga in. Är du säker på att du vill lagra denna användare i databasen och aktivera inloggningen?" }, "table": { "header": { - "property": "", - "value": "", + "property": "Egenskap", + "value": "Värde", "username": "Användarnamn", "email": "", "password": "Lösenord" }, - "notSet": "", - "valid": "" + "notSet": "Inte anget", + "valid": "Giltig" }, - "failed": "" + "failed": "Skapandet av användare har misslyckats: {{error}}" }, "completed": { "alert": { - "title": "", - "text": "" + "title": "Användaren skapades", + "text": "Användaren skapades i databasen. De kan nu logga in." } } }, "buttons": { - "generateRandomPassword": "", + "generateRandomPassword": "Generera slumpmässigt", "createAnother": "" } } \ No newline at end of file From ad189a3bcc1679efb5882f74baa5a49328e3d3e8 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 10:50:36 +0100 Subject: [PATCH 24/52] New translations users.json (Swedish) --- public/locales/sv/manage/users.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv/manage/users.json b/public/locales/sv/manage/users.json index e937c9a04f6..cc1c2be1615 100644 --- a/public/locales/sv/manage/users.json +++ b/public/locales/sv/manage/users.json @@ -1,5 +1,5 @@ { - "metaTitle": "", + "metaTitle": "Användare", "pageTitle": "", "buttons": { "create": "" From bfb3be665eae617352eeee162846ef9f5a823cd8 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:52 +0100 Subject: [PATCH 25/52] New translations manage.json (Swedish) --- public/locales/sv/layout/manage.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/sv/layout/manage.json b/public/locales/sv/layout/manage.json index 9dfce090882..406c112c12e 100644 --- a/public/locales/sv/layout/manage.json +++ b/public/locales/sv/layout/manage.json @@ -14,16 +14,16 @@ } }, "help": { - "title": "", + "title": "Hjälp", "items": { "documentation": "Dokumentation", - "report": "", - "discord": "", - "contribute": "" + "report": "Rapportera problem / bugg", + "discord": "Gemenskapens Discord", + "contribute": "Bidra" } }, "tools": { - "title": "", + "title": "Verktyg", "items": { "docker": "Docker", "api": "API" From 452ca98172843dfe0ea298948b50698fbcac5898 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:53 +0100 Subject: [PATCH 26/52] New translations boards.json (Swedish) --- public/locales/sv/manage/boards.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/sv/manage/boards.json b/public/locales/sv/manage/boards.json index 33ea6e8ad3d..542a68f371e 100644 --- a/public/locales/sv/manage/boards.json +++ b/public/locales/sv/manage/boards.json @@ -8,13 +8,13 @@ "categories": "Kategorier" }, "buttons": { - "view": "" + "view": "Visa tavlan" }, "menu": { - "setAsDefault": "", + "setAsDefault": "Ange som standardtavla", "delete": { - "label": "", - "disabled": "" + "label": "Radera permanent", + "disabled": "Borttagning avaktiverad, eftersom äldre Homarr-komponenter inte tillåter radering av standardkonfigurationen. Radering kommer att vara möjlig i framtiden." }, "duplicate": "Duplicera", "rename": { @@ -31,26 +31,26 @@ } }, "badges": { - "fileSystem": "", - "default": "" + "fileSystem": "Filsystem", + "default": "Standard" } }, "buttons": { - "create": "" + "create": "Skapa ny tavla" }, "modals": { "delete": { - "title": "", - "text": "" + "title": "Ta bort tavla", + "text": "Är du säker på att du vill radera denna tavla? Denna åtgärd kan inte ångras och din data kommer att gå förlorade permanent." }, "create": { - "title": "", - "text": "", + "title": "Skapa tavla", + "text": "Namnet kan inte ändras efter att en tavla har skapats.", "form": { "name": { "label": "Namn" }, - "submit": "" + "submit": "Skapa" } } } From 2e8c180fe871de0cffdad757feea35a7a0ab7397 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:54 +0100 Subject: [PATCH 27/52] New translations index.json (Swedish) --- public/locales/sv/manage/index.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/sv/manage/index.json b/public/locales/sv/manage/index.json index 452c9010bfa..70d930f2a27 100644 --- a/public/locales/sv/manage/index.json +++ b/public/locales/sv/manage/index.json @@ -1,23 +1,23 @@ { "metaTitle": "Hantera", "hero": { - "title": "", - "fallbackUsername": "", - "subtitle": "" + "title": "Välkommen tillbaka, {{username}}", + "fallbackUsername": "Anonym", + "subtitle": "Välkommen till din applikationshubb. Organisera, optimera och erövra!" }, "quickActions": { - "title": "", + "title": "Snabbåtgärder", "boards": { - "title": "", - "subtitle": "" + "title": "Dina tavlor", + "subtitle": "Skapa och hantera dina tavlor" }, "inviteUsers": { - "title": "", - "subtitle": "" + "title": "Bjud in en ny användare", + "subtitle": "Skapa och skicka en inbjudan för registrering" }, "manageUsers": { - "title": "", - "subtitle": "" + "title": "Hantera användare", + "subtitle": "Ta bort och hantera dina användare" } } } \ No newline at end of file From 1cc414631af5b1e0ded03e955521c09d7466b507 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:55 +0100 Subject: [PATCH 28/52] New translations invites.json (Swedish) --- public/locales/sv/manage/users/invites.json | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/sv/manage/users/invites.json b/public/locales/sv/manage/users/invites.json index 41730646ea2..68f5440fde2 100644 --- a/public/locales/sv/manage/users/invites.json +++ b/public/locales/sv/manage/users/invites.json @@ -1,30 +1,30 @@ { - "metaTitle": "", - "pageTitle": "", - "description": "", + "metaTitle": "Användarinbjudningar", + "pageTitle": "Hantera användarinbjudningar", + "description": "Med hjälp av inbjudningar kan du bjuda in användare till din Homarr-instans. En inbjudan är endast giltig under en viss tidsperiod och kan användas en gång. Löptiden måste vara mellan 5 minuter och 12 månader efter skapandet.", "button": { - "createInvite": "", - "deleteInvite": "" + "createInvite": "Skapa inbjudan", + "deleteInvite": "Ta bort inbjudan" }, "table": { "header": { "id": "ID", - "creator": "", - "expires": "", - "action": "" + "creator": "Skapare", + "expires": "Förfaller", + "action": "Åtgärder" }, "data": { - "expiresAt": "", - "expiresIn": "" + "expiresAt": "utgången {{at}}", + "expiresIn": "om {{in}}" } }, "modals": { "create": { - "title": "", + "title": "Skapa inbjudan", "description": "", "form": { "expires": "", - "submit": "" + "submit": "Skapa" } }, "copy": { @@ -40,7 +40,7 @@ } }, "delete": { - "title": "", + "title": "Ta bort inbjudan", "description": "" } }, From a6e22917141fc8f990fd4d4adb38eba30bf7e2ad Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:56 +0100 Subject: [PATCH 29/52] New translations create.json (Swedish) --- public/locales/sv/manage/users/create.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv/manage/users/create.json b/public/locales/sv/manage/users/create.json index 805a71e1cfe..3fb2a156317 100644 --- a/public/locales/sv/manage/users/create.json +++ b/public/locales/sv/manage/users/create.json @@ -47,6 +47,6 @@ }, "buttons": { "generateRandomPassword": "Generera slumpmässigt", - "createAnother": "" + "createAnother": "Skapa en till" } } \ No newline at end of file From a199206fc05a4a7097b0c07f6b9b58b48cac09b8 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:57 +0100 Subject: [PATCH 30/52] New translations users.json (Swedish) --- public/locales/sv/manage/users.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/sv/manage/users.json b/public/locales/sv/manage/users.json index cc1c2be1615..16965f8dbc5 100644 --- a/public/locales/sv/manage/users.json +++ b/public/locales/sv/manage/users.json @@ -1,12 +1,12 @@ { "metaTitle": "Användare", - "pageTitle": "", + "pageTitle": "Hantera användare", "buttons": { - "create": "" + "create": "Skapa" }, "filter": { "roles": { - "all": "", + "all": "Alla", "normal": "", "admin": "", "owner": "" @@ -19,13 +19,13 @@ } }, "tooltips": { - "deleteUser": "", - "demoteAdmin": "", - "promoteToAdmin": "" + "deleteUser": "Ta bort användare", + "demoteAdmin": "Ta bort administratör", + "promoteToAdmin": "Befordra till administratör" }, "modals": { "delete": { - "title": "", + "title": "Ta bort användare {{name}}", "text": "" }, "change-role": { From d64eb632a289e9ad649bbfe6d16ed4ff8248f3fc Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:58 +0100 Subject: [PATCH 31/52] New translations edit.json (Swedish) --- public/locales/sv/manage/users/edit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv/manage/users/edit.json b/public/locales/sv/manage/users/edit.json index eb6d81e3715..1d3e780ab09 100644 --- a/public/locales/sv/manage/users/edit.json +++ b/public/locales/sv/manage/users/edit.json @@ -46,7 +46,7 @@ "description": "" }, "confirm": { - "label": "", + "label": "Radera permanent", "description": "" } } From c1afe24d63cd46a090c33cdec5e1de7bb0f1884b Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 19 Jan 2024 12:57:59 +0100 Subject: [PATCH 32/52] New translations media-requests-list.json (Chinese Simplified) --- public/locales/cn/modules/media-requests-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/cn/modules/media-requests-list.json b/public/locales/cn/modules/media-requests-list.json index 8229632fe66..244709768ec 100644 --- a/public/locales/cn/modules/media-requests-list.json +++ b/public/locales/cn/modules/media-requests-list.json @@ -18,7 +18,7 @@ "pendingApproval": "待批准", "declined": "已拒绝", "available": "可用", - "partial": "局部" + "partial": "部分" }, "tooltips": { "approve": "批准请求", From 98c8b0aeba8f83c19b4587a6172ead99f7a94884 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 06:34:37 +0100 Subject: [PATCH 33/52] New translations manage.json (Hungarian) --- public/locales/hu/layout/manage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/hu/layout/manage.json b/public/locales/hu/layout/manage.json index 8270328cd93..ccb768b4532 100644 --- a/public/locales/hu/layout/manage.json +++ b/public/locales/hu/layout/manage.json @@ -26,7 +26,7 @@ "title": "Eszközök", "items": { "docker": "Docker", - "api": "" + "api": "API" } }, "about": { From 095e2937de766dd013025c9647a3b615bd101eb5 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 06:34:38 +0100 Subject: [PATCH 34/52] New translations boards.json (Hungarian) --- public/locales/hu/manage/boards.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/hu/manage/boards.json b/public/locales/hu/manage/boards.json index 4feebf35a35..b475a07e48a 100644 --- a/public/locales/hu/manage/boards.json +++ b/public/locales/hu/manage/boards.json @@ -16,15 +16,15 @@ "label": "Végleges törlés", "disabled": "Törlés letiltva, mivel a régebbi Homarr komponensek nem teszik lehetővé az alapértelmezett konfiguráció törlését. A törlés a jövőben lehetséges lesz." }, - "duplicate": "", + "duplicate": "Duplikátum", "rename": { - "label": "", + "label": "Átnevezés", "modal": { - "title": "", + "title": "A tábla átnevezése {{name}}", "fields": { "name": { - "label": "", - "placeholder": "" + "label": "Új név", + "placeholder": "Új fórumnév" } } } From 1fc4a91acabac3863c4c2f7424bd9449bf9e1246 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 06:34:39 +0100 Subject: [PATCH 35/52] New translations users.json (Hungarian) --- public/locales/hu/manage/users.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/hu/manage/users.json b/public/locales/hu/manage/users.json index 5949ba1be08..9d8b73e17df 100644 --- a/public/locales/hu/manage/users.json +++ b/public/locales/hu/manage/users.json @@ -6,10 +6,10 @@ }, "filter": { "roles": { - "all": "", - "normal": "", - "admin": "", - "owner": "" + "all": "Mind", + "normal": "Normál", + "admin": "Adminisztrátor", + "owner": "Tulajdonos" } }, "table": { From 9a79be4da3d0b8540010707dc694501bea890c9e Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 06:34:39 +0100 Subject: [PATCH 36/52] New translations edit.json (Hungarian) --- public/locales/hu/manage/users/edit.json | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/public/locales/hu/manage/users/edit.json b/public/locales/hu/manage/users/edit.json index 8f3c9f4556f..75080f4ba1a 100644 --- a/public/locales/hu/manage/users/edit.json +++ b/public/locales/hu/manage/users/edit.json @@ -1,6 +1,6 @@ { - "metaTitle": "", - "back": "", + "metaTitle": "Felhasználó {{username}}", + "back": "Vissza a felhasználókezeléshez", "sections": { "general": { "title": "Általános", @@ -14,40 +14,40 @@ } }, "security": { - "title": "", + "title": "Biztonság", "inputs": { "password": { - "label": "" + "label": "Új jelszó" }, "terminateExistingSessions": { - "label": "", - "description": "" + "label": "Meglévő munkamenetek megszüntetése", + "description": "Kényszeríti a felhasználót, hogy újból bejelentkezzen az eszközein" }, "confirm": { "label": "Megerősít", - "description": "" + "description": "A jelszó frissül. A művelet nem vonható vissza." } } }, "roles": { - "title": "", - "currentRole": "", + "title": "Szerepek", + "currentRole": "Jelenlegi szerepe: ", "badges": { - "owner": "", - "admin": "", - "normal": "" + "owner": "Tulajdonos", + "admin": "Adminisztrátor", + "normal": "Normál" } }, "deletion": { - "title": "", + "title": "Fiók törlése", "inputs": { "confirmUsername": { - "label": "", - "description": "" + "label": "Felhasználónév megerősítése", + "description": "Írja be a felhasználónevet a törlés megerősítéséhez" }, "confirm": { "label": "Végleges törlés", - "description": "" + "description": "Tisztában vagyok vele, hogy ez a művelet végleges, és minden fiókadat elveszik." } } } From 2b22245638f55722fa83d91c57e479a6d224f19c Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:28 +0100 Subject: [PATCH 37/52] New translations date.json (Hungarian) --- public/locales/hu/modules/date.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/hu/modules/date.json b/public/locales/hu/modules/date.json index 7dd705b247a..4ea92a887f9 100644 --- a/public/locales/hu/modules/date.json +++ b/public/locales/hu/modules/date.json @@ -5,11 +5,11 @@ "settings": { "title": "A Naptár widget beállításai", "timezone": { - "label": "", - "info": "" + "label": "Időzóna", + "info": "Válassza ki az időzóna nevét, a sajátját itt találja: " }, "customTitle": { - "label": "" + "label": "Városnév vagy egyéni cím" }, "display24HourFormat": { "label": "24 órás idő kijelzése" @@ -21,11 +21,11 @@ } }, "titleState": { - "label": "", - "info": "", + "label": "Óra címe", + "info": "Az egyéni cím és az időzóna kód megjeleníthető a widgeten.
Megjelenítheti a várost önmagában, nem jelenítheti meg,
vagy akár az időzónát is megjelenítheti önmagában, ha mindkettő ki van választva, de nincs cím.", "data": { - "both": "", - "city": "", + "both": "Cím és időzóna", + "city": "Csak a cím", "none": "Semmi" } } From ba2900881c12e73b531a046c23cd507f6e098aaf Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:29 +0100 Subject: [PATCH 38/52] New translations selector.json (Hungarian) --- public/locales/hu/layout/element-selector/selector.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/hu/layout/element-selector/selector.json b/public/locales/hu/layout/element-selector/selector.json index d8da644b673..93066b5198d 100644 --- a/public/locales/hu/layout/element-selector/selector.json +++ b/public/locales/hu/layout/element-selector/selector.json @@ -22,5 +22,5 @@ "message": "Létrejött a \"{{name}}\" kategória" } }, - "importFromDocker": "" + "importFromDocker": "Importálás a dockerből" } From 74f029400315877e774768d3d94d8dce89536618 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:30 +0100 Subject: [PATCH 39/52] New translations common.json (Hungarian) --- public/locales/hu/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 8bb6ce7ed76..10a3d7a9f94 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -1,7 +1,7 @@ { "save": "Mentés", - "apply": "", - "insert": "", + "apply": "Alkalmaz", + "insert": "Beillesztés", "about": "Névjegy", "cancel": "Mégse", "close": "Bezár", @@ -45,7 +45,7 @@ "seeMore": "Lásd még...", "position": { "left": "Bal", - "center": "", + "center": "Középre", "right": "Jobb" }, "attributes": { From 468c19ccbbc0147590ea4d871e0784dbd9bc1f42 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:31 +0100 Subject: [PATCH 40/52] New translations general.json (Hungarian) --- public/locales/hu/settings/customization/general.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/hu/settings/customization/general.json b/public/locales/hu/settings/customization/general.json index 56a64666e5e..e7cbef873af 100644 --- a/public/locales/hu/settings/customization/general.json +++ b/public/locales/hu/settings/customization/general.json @@ -22,7 +22,7 @@ "description": "A Homarr konfigurálása fogyatékkal élő és fogyatékkal élő felhasználók számára" }, "access": { - "name": "", + "name": "Hozzáférés", "description": "Annak beállítása, hogy ki férhet hozzá a táblához" } } From c7b161b3cfeb35d7f7e8e7fb2f5c7975b8365638 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:32 +0100 Subject: [PATCH 41/52] New translations rss.json (Hungarian) --- public/locales/hu/modules/rss.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/hu/modules/rss.json b/public/locales/hu/modules/rss.json index 12b5c1a5766..6a429ee642c 100644 --- a/public/locales/hu/modules/rss.json +++ b/public/locales/hu/modules/rss.json @@ -19,7 +19,7 @@ "label": "Szövegvonalak rögzítője" }, "sortByPublishDateAscending": { - "label": "" + "label": "Rendezés a közzététel dátuma szerint (növekvő)" } }, "card": { From ff4915fe4f2a058cb25864f8e40231be8fc69f8c Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:33 +0100 Subject: [PATCH 42/52] New translations media-requests-list.json (Hungarian) --- public/locales/hu/modules/media-requests-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/hu/modules/media-requests-list.json b/public/locales/hu/modules/media-requests-list.json index 04d840dad2e..fb08264f6d0 100644 --- a/public/locales/hu/modules/media-requests-list.json +++ b/public/locales/hu/modules/media-requests-list.json @@ -17,8 +17,8 @@ "approved": "Jóváhagyva", "pendingApproval": "Várakozás jóváhagyásra", "declined": "Elutasítva", - "available": "", - "partial": "" + "available": "Elérhető", + "partial": "Részleges" }, "tooltips": { "approve": "Kérelem megerősítése", From d6aab8324b3fc5a245fd2ebc917586a7e9a4d88e Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:34 +0100 Subject: [PATCH 43/52] New translations dns-hole-summary.json (Hungarian) --- public/locales/hu/modules/dns-hole-summary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/hu/modules/dns-hole-summary.json b/public/locales/hu/modules/dns-hole-summary.json index 7d5c87de5f2..3a5c66e3277 100644 --- a/public/locales/hu/modules/dns-hole-summary.json +++ b/public/locales/hu/modules/dns-hole-summary.json @@ -21,8 +21,8 @@ "metrics": { "domainsOnAdlist": "Domainek a blokkolólistákon", "queriesToday": "Mai lekérdezések", - "queriesBlockedTodayPercentage": "", - "queriesBlockedToday": "" + "queriesBlockedTodayPercentage": "Mai blokkolások", + "queriesBlockedToday": "Mai blokkolások" } } } From 2acc3ae0b85d521c8ee38514cc9cc931df61703c Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:35 +0100 Subject: [PATCH 44/52] New translations entity-state.json (Hungarian) --- public/locales/hu/modules/smart-home/entity-state.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/hu/modules/smart-home/entity-state.json b/public/locales/hu/modules/smart-home/entity-state.json index 7069939d3a8..3bae542a34e 100644 --- a/public/locales/hu/modules/smart-home/entity-state.json +++ b/public/locales/hu/modules/smart-home/entity-state.json @@ -10,8 +10,8 @@ "info": "Egyedi egység ID a Home Assistantben. Másolás az egységre kattintva > Kattintson a fogaskerék ikonra > Kattintson a másolás gombra az „Egység ID”-nél. Előfordulhat, hogy egyes egyéni egységek nem támogatottak." }, "automationId": { - "label": "", - "info": "" + "label": "Választható automatizálási azonosító", + "info": "Az Ön egyedi automatizálási azonosítója. Mindig az automatizálással kezdődik.XXXX. Ha nincs beállítva, a widget nem kattintható, és csak az állapotot jeleníti meg. A kattintás után az entitás állapota frissül." }, "displayName": { "label": "Megjelenített név" From 5ff5c5179f486d0c29539b9c8ccb43819bbed2c2 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 20 Jan 2024 08:04:36 +0100 Subject: [PATCH 45/52] New translations trigger-automation.json (Hungarian) --- .../hu/modules/smart-home/trigger-automation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/hu/modules/smart-home/trigger-automation.json b/public/locales/hu/modules/smart-home/trigger-automation.json index 2e2cb5c0c5f..28a3f79b0d5 100644 --- a/public/locales/hu/modules/smart-home/trigger-automation.json +++ b/public/locales/hu/modules/smart-home/trigger-automation.json @@ -1,12 +1,12 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Home Assistant automatizálás", + "description": "Automatizálás végrehajtása", "settings": { - "title": "", + "title": "Automatizálás végrehajtása", "automationId": { - "label": "", - "info": "" + "label": "Automatizálási azonosító", + "info": "Az Ön egyedi automatizálási azonosítója. Mindig automation.XXXXX." }, "displayName": { "label": "Megjelenített név" From 1eaec6b5d8369b782e9fe5170721ce9401af79b1 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sun, 21 Jan 2024 15:29:16 +0100 Subject: [PATCH 46/52] New translations manage.json (Slovak) --- public/locales/sk/layout/manage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sk/layout/manage.json b/public/locales/sk/layout/manage.json index 7b7e6b986bd..54e776c1c05 100644 --- a/public/locales/sk/layout/manage.json +++ b/public/locales/sk/layout/manage.json @@ -26,7 +26,7 @@ "title": "Nástroje", "items": { "docker": "Docker", - "api": "" + "api": "API" } }, "about": { From 9b234d8a8f1d9dfa495647dbe9a72481f323a251 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 23 Jan 2024 20:16:07 +0100 Subject: [PATCH 47/52] New translations rss.json (Italian) --- public/locales/it/modules/rss.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it/modules/rss.json b/public/locales/it/modules/rss.json index 87b32acb499..da0bc74fabe 100644 --- a/public/locales/it/modules/rss.json +++ b/public/locales/it/modules/rss.json @@ -19,7 +19,7 @@ "label": "Blocco righe di testo" }, "sortByPublishDateAscending": { - "label": "" + "label": "Ordina per data di pubblicazione (ascendente)" } }, "card": { From d017a498323092bb9baac2314fc17355025a8e0b Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 23 Jan 2024 20:16:08 +0100 Subject: [PATCH 48/52] New translations media-requests-list.json (Italian) --- public/locales/it/modules/media-requests-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it/modules/media-requests-list.json b/public/locales/it/modules/media-requests-list.json index 9b11ea17c82..44d5f4f0522 100644 --- a/public/locales/it/modules/media-requests-list.json +++ b/public/locales/it/modules/media-requests-list.json @@ -17,8 +17,8 @@ "approved": "Approvato", "pendingApproval": "In attesa di approvazione", "declined": "Rifiutato", - "available": "", - "partial": "" + "available": "Disponibile", + "partial": "Parziale" }, "tooltips": { "approve": "Approva richieste", From b015071c58abb07d5d2b548ebef1018a74f04572 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 23 Jan 2024 20:16:09 +0100 Subject: [PATCH 49/52] New translations manage.json (Italian) --- public/locales/it/layout/manage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/it/layout/manage.json b/public/locales/it/layout/manage.json index 277533929ff..1646feebd92 100644 --- a/public/locales/it/layout/manage.json +++ b/public/locales/it/layout/manage.json @@ -26,7 +26,7 @@ "title": "Strumenti", "items": { "docker": "Docker", - "api": "" + "api": "API" } }, "about": { From 60596f213ab7a7b0219cee259c55fb54118e0d4e Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 23 Jan 2024 20:16:10 +0100 Subject: [PATCH 50/52] New translations boards.json (Italian) --- public/locales/it/manage/boards.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/it/manage/boards.json b/public/locales/it/manage/boards.json index 1a0acc34658..970dbb50cb0 100644 --- a/public/locales/it/manage/boards.json +++ b/public/locales/it/manage/boards.json @@ -16,15 +16,15 @@ "label": "Elimina definitivamente", "disabled": "Eliminazione disabilitata, perché i vecchi componenti di Homarr non consentono la cancellazione della configurazione predefinita. La cancellazione sarà possibile in futuro." }, - "duplicate": "", + "duplicate": "Duplica", "rename": { - "label": "", + "label": "Rinomina", "modal": { - "title": "", + "title": "Rinomina scheda {{name}}", "fields": { "name": { - "label": "", - "placeholder": "" + "label": "Nuovo nome", + "placeholder": "Nuovo nome scheda" } } } From 7643d2e3acb66e5eebc7433ed657254259e61b86 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 23 Jan 2024 21:59:25 +0100 Subject: [PATCH 51/52] New translations entity-state.json (Italian) --- public/locales/it/modules/smart-home/entity-state.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/it/modules/smart-home/entity-state.json b/public/locales/it/modules/smart-home/entity-state.json index 928b25a7d95..9dc1ce7307c 100644 --- a/public/locales/it/modules/smart-home/entity-state.json +++ b/public/locales/it/modules/smart-home/entity-state.json @@ -10,8 +10,8 @@ "info": "ID entità univoco in Home Assistant. Copia facendo clic sull'entità > clic sull'icona della rondella > clic sul pulsante copia in \"ID entità\". Alcune entità personalizzate potrebbero non essere supportate." }, "automationId": { - "label": "", - "info": "" + "label": "ID automazione opzionale", + "info": "Il tuo ID di automazione univoco. Inizia sempre con automation.XXXXX. Se non impostato, il widget non sarà selezionabile e visualizzerà solo lo stato. Dopo il clic, lo stato dell'entità verrà aggiornato." }, "displayName": { "label": "Visualizza nome" From 89feb5f63f38dc9f207851373febc094fc9acca7 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 23 Jan 2024 21:59:26 +0100 Subject: [PATCH 52/52] New translations trigger-automation.json (Italian) --- .../it/modules/smart-home/trigger-automation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/it/modules/smart-home/trigger-automation.json b/public/locales/it/modules/smart-home/trigger-automation.json index 68886dd751e..e56289064f2 100644 --- a/public/locales/it/modules/smart-home/trigger-automation.json +++ b/public/locales/it/modules/smart-home/trigger-automation.json @@ -1,12 +1,12 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Automazione Home Assistant", + "description": "Esegue un'automazione", "settings": { - "title": "", + "title": "Esegue un'automazione", "automationId": { - "label": "", - "info": "" + "label": "ID automazione", + "info": "Il tuo ID di automazione univoco. Inizia sempre con automation.XXXXX." }, "displayName": { "label": "Visualizza nome"