mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
[ci skip] Translation update
This commit is contained in:
parent
5a9bd73e8b
commit
4bb95b7396
@ -511,16 +511,23 @@
|
||||
"continue": "Continue",
|
||||
"copied": "Copied",
|
||||
"delete": "Delete",
|
||||
"disable": "Disable",
|
||||
"enable": "Enable",
|
||||
"error_required": "Required",
|
||||
"leave": "Leave",
|
||||
"loading": "Loading",
|
||||
"menu": "Menu",
|
||||
"next": "Next",
|
||||
"no": "No",
|
||||
"not_now": "Not now",
|
||||
"overflow_menu": "Overflow menu",
|
||||
"previous": "Previous",
|
||||
"refresh": "Refresh",
|
||||
"remove": "Remove",
|
||||
"rename": "Rename",
|
||||
"save": "Save",
|
||||
"skip": "Skip",
|
||||
"stay": "Stay",
|
||||
"successfully_deleted": "Successfully deleted",
|
||||
"successfully_saved": "Successfully saved",
|
||||
"undo": "Undo",
|
||||
@ -624,7 +631,7 @@
|
||||
"season": "Season",
|
||||
"track": "Track",
|
||||
"tv_show": "TV Show",
|
||||
"url": "Url",
|
||||
"url": "URL",
|
||||
"video": "Video"
|
||||
},
|
||||
"content-type": {
|
||||
@ -721,8 +728,10 @@
|
||||
"confirm_delete": "Are you sure you want to delete this entry?",
|
||||
"delete": "Delete",
|
||||
"enabled_cause": "Disabled by {cause}.",
|
||||
"enabled_delay_confirm": "The enabled entities will be added to Home Assistant in {delay} seconds",
|
||||
"enabled_description": "Disabled entities will not be added to Home Assistant.",
|
||||
"enabled_label": "Enable entity",
|
||||
"enabled_restart_confirm": "Restart Home Assistant to finish enabling the entities",
|
||||
"entity_id": "Entity ID",
|
||||
"icon": "Icon",
|
||||
"icon_error": "Icons should be in the format 'prefix:iconname', e.g. 'mdi:home'",
|
||||
@ -795,6 +804,11 @@
|
||||
},
|
||||
"more_info_control": {
|
||||
"controls": "Controls",
|
||||
"cover": {
|
||||
"close_tile_cover": "Close cover tilt",
|
||||
"open_tilt_cover": "Open cover tilt",
|
||||
"stop_cover": "Stop cover from moving"
|
||||
},
|
||||
"details": "Details",
|
||||
"dismiss": "Dismiss dialog",
|
||||
"edit": "Edit entity",
|
||||
@ -1421,7 +1435,7 @@
|
||||
"will_be_auto_renewed": "Will be automatically renewed"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"available_at": "The webhook is available at the following url:",
|
||||
"available_at": "The webhook is available at the following URL:",
|
||||
"close": "Close",
|
||||
"confirm_disable": "Are you sure you want to disable this webhook?",
|
||||
"copied_to_clipboard": "Copied to clipboard",
|
||||
@ -1627,12 +1641,12 @@
|
||||
"disable_selected": {
|
||||
"button": "Disable selected",
|
||||
"confirm_text": "Disabled entities will not be added to Home Assistant.",
|
||||
"confirm_title": "Do you want to disable {number} entities?"
|
||||
"confirm_title": "Do you want to disable {number} {number, plural,\n one {entity}\n other {entities}\n}?"
|
||||
},
|
||||
"enable_selected": {
|
||||
"button": "Enable selected",
|
||||
"confirm_text": "This will make them available in Home Assistant again if they are now disabled.",
|
||||
"confirm_title": "Do you want to enable {number} entities?"
|
||||
"confirm_title": "Do you want to enable {number} {number, plural,\n one {entity}\n other {entities}\n}?"
|
||||
},
|
||||
"filter": {
|
||||
"filter": "Filter",
|
||||
@ -1654,9 +1668,9 @@
|
||||
"remove_selected": {
|
||||
"button": "Remove selected",
|
||||
"confirm_partly_text": "You can only remove {removable} of the selected {selected} entities. Entities can only be removed when the integration is no longer providing the entities. Sometimes you have to restart Home Assistant before you can remove the entities of a removed integration. Are you sure you want to remove the removable entities?",
|
||||
"confirm_partly_title": "Only {number} selected entities can be removed.",
|
||||
"confirm_partly_title": "Only {number} {number, plural,\n one {selected entity}\n other {selected entities}\n} can be removed.",
|
||||
"confirm_text": "You should remove them from your Lovelace config and automations if they contain these entities.",
|
||||
"confirm_title": "Do you want to remove {number} entities?"
|
||||
"confirm_title": "Do you want to remove {number} {number, plural,\n one {entity}\n other {entities}\n}?"
|
||||
},
|
||||
"search": "Search entities",
|
||||
"selected": "{number} selected",
|
||||
@ -1720,6 +1734,42 @@
|
||||
"server": "server",
|
||||
"source": "Source:",
|
||||
"system_health_error": "System Health component is not loaded. Add 'system_health:' to configuration.yaml",
|
||||
"system_health": {
|
||||
"checks": {
|
||||
"cloud": {
|
||||
"alexa_enabled": "Alexa Enabled",
|
||||
"can_reach_cert_server": "Reach Certificate Server",
|
||||
"can_reach_cloud": "Reach Home Assistant Cloud",
|
||||
"can_reach_cloud_auth": "Reach Authentication Server",
|
||||
"google_enabled": "Google Enabled",
|
||||
"logged_in": "Logged In",
|
||||
"relayer_connected": "Relayer Connected",
|
||||
"remote_connected": "Remote Connected",
|
||||
"remote_enabled": "Remote Enabled",
|
||||
"subscription_expiration": "Subscription Expiration"
|
||||
},
|
||||
"homeassistant": {
|
||||
"arch": "CPU Architecture",
|
||||
"dev": "Development",
|
||||
"docker": "Docker",
|
||||
"hassio": "HassOS",
|
||||
"installation_type": "Installation Type",
|
||||
"os_name": "Operating System Name",
|
||||
"os_version": "Operating System Version",
|
||||
"python_version": "Python Version",
|
||||
"timezone": "Timezone",
|
||||
"version": "Version",
|
||||
"virtualenv": "Virtual Environment"
|
||||
},
|
||||
"lovelace": {
|
||||
"dashboards": "Dashboards",
|
||||
"mode": "Mode",
|
||||
"resources": "Resources"
|
||||
}
|
||||
},
|
||||
"manage": "Manage",
|
||||
"more_info": "more info"
|
||||
},
|
||||
"title": "Info"
|
||||
},
|
||||
"integration_panel_move": {
|
||||
@ -1845,7 +1895,7 @@
|
||||
"title": "Title",
|
||||
"title_required": "Title is required.",
|
||||
"update": "Update",
|
||||
"url": "Url",
|
||||
"url": "URL",
|
||||
"url_error_msg": "The URL should contain a - and cannot contain spaces or special characters, except for _ and -"
|
||||
},
|
||||
"picker": {
|
||||
@ -1873,8 +1923,8 @@
|
||||
"new_resource": "Add new resource",
|
||||
"type": "Resource type",
|
||||
"update": "Update",
|
||||
"url": "Url",
|
||||
"url_error_msg": "Url is a required field",
|
||||
"url": "URL",
|
||||
"url_error_msg": "URL is a required field",
|
||||
"warning_header": "Be cautious!",
|
||||
"warning_text": "Adding resources can be dangerous, make sure you know the source of the resource and trust them. Bad resources could seriously harm your system."
|
||||
},
|
||||
@ -1882,11 +1932,11 @@
|
||||
"add_resource": "Add resource",
|
||||
"headers": {
|
||||
"type": "Type",
|
||||
"url": "Url"
|
||||
"url": "URL"
|
||||
},
|
||||
"no_resources": "No resources"
|
||||
},
|
||||
"refresh_body": "You have to refresh the page to complete the removal, do you want to refresh now?",
|
||||
"refresh_body": "You have to refresh the page to complete the removal. Do you want to refresh now?",
|
||||
"refresh_header": "Do you want to refresh?",
|
||||
"types": {
|
||||
"css": "Stylesheet",
|
||||
@ -2210,6 +2260,8 @@
|
||||
"add_tag": "Add tag",
|
||||
"automation_title": "Tag {name} is scanned",
|
||||
"caption": "Tags",
|
||||
"confirm_remove": "Are you sure you want to remove tag {tag}?",
|
||||
"confirm_remove_title": "Remove tag?",
|
||||
"create_automation": "Create automation with tag",
|
||||
"description": "Manage tags",
|
||||
"detail": {
|
||||
@ -2635,7 +2687,7 @@
|
||||
}
|
||||
},
|
||||
"changed_toast": {
|
||||
"message": "The Lovelace UI configuration for this dashboard was updated, refresh to see changes?",
|
||||
"message": "The Lovelace UI configuration for this dashboard was updated. Refresh to see changes?",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"editor": {
|
||||
@ -2647,11 +2699,11 @@
|
||||
"navigate": "Navigate",
|
||||
"none": "No Action",
|
||||
"toggle": "Toggle",
|
||||
"url": "Url"
|
||||
"url": "URL"
|
||||
},
|
||||
"editor_service_data": "Service data can only be entered in the code editor",
|
||||
"navigation_path": "Navigation Path",
|
||||
"url_path": "Url Path"
|
||||
"url_path": "URL Path"
|
||||
},
|
||||
"card": {
|
||||
"alarm-panel": {
|
||||
@ -2769,7 +2821,7 @@
|
||||
"theme": "Theme",
|
||||
"title": "Title",
|
||||
"unit": "Unit",
|
||||
"url": "Url"
|
||||
"url": "URL"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Columns",
|
||||
@ -2872,11 +2924,18 @@
|
||||
"entity": "Entity",
|
||||
"no_description": "No description available."
|
||||
},
|
||||
"common": {
|
||||
"add": "Add",
|
||||
"clear": "Clear",
|
||||
"edit": "Edit",
|
||||
"none": "None"
|
||||
},
|
||||
"edit_badges": {
|
||||
"panel_mode": "These badges will not be displayed because this view is in \"Panel Mode\"."
|
||||
},
|
||||
"edit_card": {
|
||||
"add": "Add Card",
|
||||
"clear": "Clear",
|
||||
"confirm_cancel": "Are you sure you want to cancel?",
|
||||
"delete": "Delete card",
|
||||
"duplicate": "Duplicate card",
|
||||
@ -2917,6 +2976,22 @@
|
||||
}
|
||||
},
|
||||
"header": "Edit UI",
|
||||
"header-footer": {
|
||||
"choose_header_footer": "Choose a {type}",
|
||||
"footer": "Footer",
|
||||
"header": "Header",
|
||||
"types": {
|
||||
"buttons": {
|
||||
"name": "Buttons"
|
||||
},
|
||||
"graph": {
|
||||
"name": "Graph"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Picture"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"open": "Open Lovelace UI menu",
|
||||
"raw_editor": "Raw configuration editor"
|
||||
@ -2961,6 +3036,13 @@
|
||||
"dashboard_label": "Dashboard",
|
||||
"header": "Choose a view"
|
||||
},
|
||||
"sub-element-editor": {
|
||||
"types": {
|
||||
"footer": "Footer Editor",
|
||||
"header": "Header Editor",
|
||||
"row": "Entity Row Editor"
|
||||
}
|
||||
},
|
||||
"suggest_card": {
|
||||
"add": "Add to Lovelace UI",
|
||||
"create_own": "Pick different card",
|
||||
@ -2985,7 +3067,7 @@
|
||||
},
|
||||
"reload_lovelace": "Reload UI",
|
||||
"reload_resources": {
|
||||
"refresh_body": "You have to refresh the page to complete the reload, do you want to refresh now?",
|
||||
"refresh_body": "You have to refresh the page to complete the reload. Do you want to refresh now?",
|
||||
"refresh_header": "Do you want to refresh?"
|
||||
},
|
||||
"unused_entities": {
|
||||
|
@ -1314,12 +1314,18 @@
|
||||
"show_info_automation": "Afficher des informations sur l'automatisation"
|
||||
},
|
||||
"thingtalk": {
|
||||
"create": "Créer l’automatisation",
|
||||
"link_devices": {
|
||||
"ambiguous_entities": "Un ou plusieurs appareils ont plus d’une entrée correspondante, veuillez choisir celle que vous souhaitez utiliser.",
|
||||
"header": "Super ! Maintenant nous allons lier quelques appareils",
|
||||
"unknown_placeholder": "Espace réservé introuvable"
|
||||
},
|
||||
"task_selection": {
|
||||
"error_empty": "Entrez une commande ou appuyez sur ignorer.",
|
||||
"error_unsupported": "Nous n'avons pas pu créer une automatisation pour cela (pour le moment ?).",
|
||||
"for_example": "Par exemple : ",
|
||||
"header": "Créer une nouvelle automatisation",
|
||||
"introduction": "Tapez ci-dessous ce que cette automatisation devrait faire, et nous allons essayer de la convertir en une automatisation Home Assistant.",
|
||||
"language_note": "Remarque: pour l'instant, seul l'anglais est pris en charge."
|
||||
}
|
||||
}
|
||||
@ -2770,6 +2776,10 @@
|
||||
"description": "La carte Coup d'œil est utile pour regrouper plusieurs capteurs dans une vue d'ensemble compacte.",
|
||||
"name": "Coup d'œil"
|
||||
},
|
||||
"grid": {
|
||||
"description": "La carte Grille vous permet d’afficher plusieurs cartes dans une grille.",
|
||||
"name": "Grille"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "La carte Graphique historique vous permet d'afficher un graphique pour chacune des entités répertoriées.",
|
||||
"name": "Graphique Historique"
|
||||
|
@ -543,7 +543,7 @@
|
||||
"device": "מכשיר",
|
||||
"no_area": "אין אזור",
|
||||
"show_devices": "הצג התקנים",
|
||||
"toggle": "החלף מצב"
|
||||
"toggle": "בורר מצבים"
|
||||
},
|
||||
"entity": {
|
||||
"entity-picker": {
|
||||
@ -1523,7 +1523,7 @@
|
||||
"no_helpers": "נראה שאין לך עדיין עזרים!"
|
||||
},
|
||||
"types": {
|
||||
"input_boolean": "החלף מצב",
|
||||
"input_boolean": "בורר מצבים",
|
||||
"input_datetime": "תאריך ו/או שעה",
|
||||
"input_number": "מספר",
|
||||
"input_select": "תיבת בחירה",
|
||||
@ -2591,7 +2591,7 @@
|
||||
"pick_card_view_title": "איזה כרטיס ברצונך להוסיף לתצוגת {name}?",
|
||||
"show_code_editor": "הצג עורך קוד",
|
||||
"show_visual_editor": "הצג עורך ויזואלי",
|
||||
"toggle_editor": "החלף מצב עורך",
|
||||
"toggle_editor": "עורך בורר מצבים",
|
||||
"typed_header": "תצורת כרטיס {type}",
|
||||
"unsaved_changes": "יש לך שינויים שלא נשמרו"
|
||||
},
|
||||
|
@ -2136,7 +2136,7 @@
|
||||
"sequence_sentence": "Sekvensen av handlingene til dette skriptet."
|
||||
},
|
||||
"picker": {
|
||||
"add_script": "Opprett nytt skript",
|
||||
"add_script": "Legg til skript",
|
||||
"edit_script": "Rediger skript",
|
||||
"header": "Skriptredigering",
|
||||
"headers": {
|
||||
|
@ -2136,7 +2136,7 @@
|
||||
"sequence_sentence": "De reeks van acties in dit script."
|
||||
},
|
||||
"picker": {
|
||||
"add_script": "Maak een nieuw script",
|
||||
"add_script": "Voeg script toe",
|
||||
"edit_script": "Bewerk script",
|
||||
"header": "Script Editor",
|
||||
"headers": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user