chore(lang): updated translations from crowdin

Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com>
This commit is contained in:
homarr-crowdin[bot]
2025-03-29 00:47:55 +00:00
committed by GitHub
parent c6b4c9cbf2
commit d1b14aca8b

View File

@@ -2,259 +2,259 @@
"init": { "init": {
"step": { "step": {
"start": { "start": {
"title": "", "title": "Welcome to Homarr",
"subtitle": "", "subtitle": "Let's start setting your Homarr instance up.",
"description": "", "description": "To get started, please select how you want to continue.",
"action": { "action": {
"scratch": "", "scratch": "Start from scratch",
"importOldmarr": "" "importOldmarr": "Import from a Homarr version before v1.0"
} }
}, },
"import": { "import": {
"title": "", "title": "Import data",
"subtitle": "", "subtitle": "You can import your data from an existing Homarr instance.",
"dropzone": { "dropzone": {
"title": "", "title": "Drag your ZIP file here or click to browse your files",
"description": "" "description": "The ZIP file you uploaded will be processed and you will be able to select what you would like to import"
}, },
"fileInfo": { "fileInfo": {
"action": { "action": {
"change": "" "change": "Change file"
} }
}, },
"importSettings": { "importSettings": {
"title": "", "title": "Import settings",
"description": "" "description": "Configure the import behaviour"
}, },
"boardSelection": { "boardSelection": {
"title": "", "title": "Found {count} boards",
"description": "", "description": "Choose all the boards with the size you want to import",
"action": { "action": {
"selectAll": "", "selectAll": "Select all",
"unselectAll": "" "unselectAll": "Deselect all"
} }
}, },
"summary": { "summary": {
"title": "", "title": "Import summary",
"description": "", "description": "In the summary below, you can see what will be imported",
"action": { "action": {
"import": "" "import": "Please confirm import and continue"
}, },
"entities": { "entities": {
"apps": "", "apps": "Applications",
"boards": "", "boards": "Boards",
"integrations": "", "integrations": "Integrations",
"credentialUsers": "" "credentialUsers": "Credential users"
} }
}, },
"tokenModal": { "tokenModal": {
"title": "", "title": "Enter import token",
"field": { "field": {
"token": { "token": {
"label": "", "label": "Token",
"description": "" "description": "Enter the import token shown in your previous Homarr instance"
} }
}, },
"notification": { "notification": {
"error": { "error": {
"title": "", "title": "Invalid Token",
"message": "" "message": "Sorry, but the token you entered is invalid"
} }
} }
} }
}, },
"user": { "user": {
"title": "", "title": "Administrative user",
"subtitle": "", "subtitle": "Please specify the credentials for your user.",
"notification": { "notification": {
"success": { "success": {
"title": "", "title": "User created",
"message": "" "message": "The user has been created successfully"
}, },
"error": { "error": {
"title": "" "title": "User creation failed"
} }
} }
}, },
"group": { "group": {
"title": "", "title": "External group",
"subtitle": "", "subtitle": "Please specify the group which should be used for external users.",
"form": { "form": {
"name": { "name": {
"label": "", "label": "Group name",
"description": "" "description": "The name needs to match the admin group of your external provider"
} }
} }
}, },
"settings": { "settings": {
"title": "", "title": "Settings",
"subtitle": "" "subtitle": "Configure server settings"
}, },
"finish": { "finish": {
"title": "", "title": "Finish set-up",
"subtitle": "", "subtitle": "Congratulations, you are ready to go!",
"description": "", "description": "You have successfully finished the setup process. You can now start using Homarr. Please select your next action:",
"action": { "action": {
"goToBoard": "", "goToBoard": "Go to {name} board",
"createBoard": "", "createBoard": "Create your first board",
"inviteUser": "", "inviteUser": "Invite other users",
"docs": "" "docs": "Read the documentation"
} }
} }
}, },
"backToStart": "" "backToStart": "Go back to the start"
}, },
"user": { "user": {
"title": "", "title": "Users",
"name": "", "name": "User",
"page": { "page": {
"login": { "login": {
"title": "", "title": "Log-in to your account",
"subtitle": "" "subtitle": "Welcome back! Please enter your credentials"
}, },
"invite": { "invite": {
"title": "", "title": "Join Homarr",
"subtitle": "", "subtitle": "Welcome to Homarr! Please create an account",
"description": "" "description": "You were invited by {username}"
}, },
"init": { "init": {
"title": "", "title": "New Homarr installation",
"subtitle": "" "subtitle": "Please create the initial administrator user"
} }
}, },
"field": { "field": {
"email": { "email": {
"label": "", "label": "Email",
"verified": "" "verified": "Verified"
}, },
"username": { "username": {
"label": "" "label": "User-name"
}, },
"password": { "password": {
"label": "", "label": "Password",
"requirement": { "requirement": {
"length": "", "length": "Includes a minimum of 8 characters",
"lowercase": "", "lowercase": "Includes a lower-case letter",
"uppercase": "", "uppercase": "Includes an upper-case letter",
"number": "", "number": "Includes a number",
"special": "" "special": "Includes a special symbol"
} }
}, },
"passwordConfirm": { "passwordConfirm": {
"label": "" "label": "Confirm password"
}, },
"previousPassword": { "previousPassword": {
"label": "" "label": "Previous password"
}, },
"homeBoard": { "homeBoard": {
"label": "" "label": "Home board"
}, },
"pingIconsEnabled": { "pingIconsEnabled": {
"label": "" "label": "Use icons for pings"
}, },
"defaultSearchEngine": { "defaultSearchEngine": {
"label": "" "label": "Default search engine"
}, },
"openSearchInNewTab": { "openSearchInNewTab": {
"label": "" "label": "Open the search results in a new tab"
} }
}, },
"error": { "error": {
"usernameTaken": "" "usernameTaken": "User-name has already been taken"
}, },
"action": { "action": {
"login": { "login": {
"label": "", "label": "Log-in",
"labelWith": "", "labelWith": "Log-in with {provider}",
"notification": { "notification": {
"success": { "success": {
"title": "", "title": "Log-in is successful",
"message": "" "message": "You are now logged-in"
}, },
"error": { "error": {
"title": "", "title": "Log-in failed",
"message": "" "message": "Your log-in attempt failed"
} }
}, },
"forgotPassword": { "forgotPassword": {
"label": "", "label": "Have you forgotten your password?",
"description": "" "description": "An administrator can use the following command to reset your password:"
} }
}, },
"register": { "register": {
"label": "", "label": "Create an account",
"notification": { "notification": {
"success": { "success": {
"title": "", "title": "Account has been created",
"message": "" "message": "Please log-in to continue"
}, },
"error": { "error": {
"title": "", "title": "Account creation has failed",
"message": "" "message": "Your account could not be created"
} }
} }
}, },
"create": "", "create": "Create a user",
"changePassword": { "changePassword": {
"label": "", "label": "Change your password",
"notification": { "notification": {
"success": { "success": {
"message": "" "message": "Your password has been changed successfully"
}, },
"error": { "error": {
"message": "" "message": "Unable to change your password"
} }
} }
}, },
"changeHomeBoard": { "changeHomeBoard": {
"notification": { "notification": {
"success": { "success": {
"message": "" "message": "Home board has been changed successfully"
}, },
"error": { "error": {
"message": "" "message": "Unable to change the home board"
} }
} }
}, },
"changeSearchPreferences": { "changeSearchPreferences": {
"notification": { "notification": {
"success": { "success": {
"message": "" "message": "Search preferences have been changed successfully"
}, },
"error": { "error": {
"message": "" "message": "Unable to change the search preferences"
} }
} }
}, },
"changeFirstDayOfWeek": { "changeFirstDayOfWeek": {
"notification": { "notification": {
"success": { "success": {
"message": "" "message": "The first day of the week has been changed successfully"
}, },
"error": { "error": {
"message": "" "message": "Unable to change the first day of the week"
} }
} }
}, },
"changePingIconsEnabled": { "changePingIconsEnabled": {
"notification": { "notification": {
"success": { "success": {
"message": "" "message": "Ping icons have been toggled successfully"
}, },
"error": { "error": {
"message": "" "message": "Unable to toggle the ping icons"
} }
} }
}, },
"manageAvatar": { "manageAvatar": {
"changeImage": { "changeImage": {
"label": "", "label": "Change image",
"notification": { "notification": {
"success": { "success": {
"message": "" "message": "The image has been changed successfully"
}, },
"error": { "error": {
"message": "" "message": "Unable to change the image"
}, },
"toLarge": { "toLarge": {
"title": "", "title": "",
@@ -984,7 +984,7 @@
"label": "" "label": ""
}, },
"borderColor": { "borderColor": {
"label": "" "label": "Border colour"
} }
}, },
"remove": { "remove": {
@@ -1082,7 +1082,7 @@
"label": "" "label": ""
}, },
"borderColor": { "borderColor": {
"label": "" "label": "Border colour"
} }
} }
}, },
@@ -1180,7 +1180,7 @@
} }
}, },
"usePiHoleColors": { "usePiHoleColors": {
"label": "" "label": "Use Pi-Hole colours"
} }
}, },
"error": { "error": {
@@ -1253,7 +1253,7 @@
"label": "" "label": ""
}, },
"useCustomTimezone": { "useCustomTimezone": {
"label": "" "label": " "
}, },
"timezone": { "timezone": {
"label": "", "label": "",
@@ -1314,8 +1314,8 @@
"italic": "", "italic": "",
"strikethrough": "", "strikethrough": "",
"underline": "", "underline": "",
"colorText": "", "colorText": "Colour text",
"colorHighlight": "", "colorHighlight": "Coloured highlight text",
"code": "", "code": "",
"clear": "", "clear": "",
"heading": "", "heading": "",
@@ -1332,7 +1332,7 @@
"image": "", "image": "",
"addTable": "", "addTable": "",
"deleteTable": "", "deleteTable": "",
"colorCell": "", "colorCell": "Colour cell",
"mergeCell": "", "mergeCell": "",
"addColumnLeft": "", "addColumnLeft": "",
"addColumnRight": "", "addColumnRight": "",
@@ -1347,7 +1347,7 @@
"right": "" "right": ""
}, },
"popover": { "popover": {
"clearColor": "", "clearColor": "Clear colour",
"source": "", "source": "",
"widthPlaceholder": "", "widthPlaceholder": "",
"columns": "", "columns": "",
@@ -2200,16 +2200,16 @@
} }
}, },
"primaryColor": { "primaryColor": {
"label": "" "label": "Primary colour"
}, },
"secondaryColor": { "secondaryColor": {
"label": "" "label": "Secondary colour"
}, },
"opacity": { "opacity": {
"label": "" "label": ""
}, },
"iconColor": { "iconColor": {
"label": "" "label": "Icon colour"
}, },
"customCss": { "customCss": {
"label": "", "label": "",
@@ -2712,7 +2712,7 @@
"appearance": { "appearance": {
"title": "", "title": "",
"defaultColorScheme": { "defaultColorScheme": {
"label": "", "label": "Default colour scheme",
"options": { "options": {
"light": "", "light": "",
"dark": "" "dark": ""