From ca488f8210910251e1c24457b1827b3b4e60a773 Mon Sep 17 00:00:00 2001 From: "homarr-crowdin[bot]" <190541745+homarr-crowdin[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:21:36 +0200 Subject: [PATCH] chore(lang): update translations from crowdin (#3989) Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com> --- packages/translation/src/lang/en-gb.json | 14 +++++++------- packages/translation/src/lang/ja.json | 10 +++++----- packages/translation/src/lang/tr.json | 10 +++++----- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/translation/src/lang/en-gb.json b/packages/translation/src/lang/en-gb.json index ffa027182..26bb518ca 100644 --- a/packages/translation/src/lang/en-gb.json +++ b/packages/translation/src/lang/en-gb.json @@ -12,7 +12,7 @@ }, "import": { "title": "Import data", - "subtitle": "You can import your data from an existing Homarr instance.", + "subtitle": "You can import data from an existing Homarr instance.", "dropzone": { "title": "Drag your ZIP file here or click to browse your files", "description": "The ZIP file you uploaded will be processed and you will be able to select what you would like to import" @@ -65,7 +65,7 @@ }, "user": { "title": "Administrative user", - "subtitle": "Please specify the credentials for your user.", + "subtitle": "Please specify the credentials for your administrator user.", "notification": { "success": { "title": "User created", @@ -186,7 +186,7 @@ "notification": { "success": { "title": "Account has been created", - "message": "Please log-in to continue" + "message": "Please log in to continue" }, "error": { "title": "Account creation has failed", @@ -337,7 +337,7 @@ "description": "Allow members to add any applications to their boards" }, "modify-all": { - "label": "Modify all applciations", + "label": "Modify all applications", "description": "Allow members to modify applications" }, "full-all": { @@ -368,7 +368,7 @@ } }, "integration": { - "title": "Integratioons", + "title": "Integrations", "item": { "create": { "label": "Create integrations", @@ -457,7 +457,7 @@ "confirm": "Are you want to transfer the ownership of the group, {name} to {username}", "notification": { "success": { - "message": "Successfully transfered group, {group} to {user}" + "message": "Successfully transferred group {group} to {user}" }, "error": { "message": "Unable to transfer the group's ownership" @@ -1147,7 +1147,7 @@ }, "remove": { "title": "Remove dynamic section", - "message": "Are you certain that you want to remove this dynamic section? All items inside will be moved to the same location inside of the parent section." + "message": "Are you certain that you want to remove this dynamic section? All items inside will be moved to the same location within the parent section." } }, "category": { diff --git a/packages/translation/src/lang/ja.json b/packages/translation/src/lang/ja.json index ad15151fc..fa01430d2 100644 --- a/packages/translation/src/lang/ja.json +++ b/packages/translation/src/lang/ja.json @@ -1279,12 +1279,12 @@ } }, "descriptionDisplayMode": { - "label": "", - "description": "", + "label": "説明の表示モード", + "description": "アプリの説明を表示する方法を選択します", "option": { - "normal": "", - "tooltip": "", - "hidden": "" + "normal": "ウィジェット内", + "tooltip": "ツールチップ", + "hidden": "非表示" } } }, diff --git a/packages/translation/src/lang/tr.json b/packages/translation/src/lang/tr.json index faab76dc7..731e7eef5 100644 --- a/packages/translation/src/lang/tr.json +++ b/packages/translation/src/lang/tr.json @@ -1279,12 +1279,12 @@ } }, "descriptionDisplayMode": { - "label": "", - "description": "", + "label": "Açıklama görüntüleme modu", + "description": "Uygulama açıklamasının nasıl görüntüleneceğini seçin", "option": { - "normal": "", - "tooltip": "", - "hidden": "" + "normal": "Widget içinde", + "tooltip": "Araç ipucu olarak", + "hidden": "Gizli" } } },