[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-11-10 00:32:22 +00:00
parent 5a9bd73e8b
commit 4bb95b7396
5 changed files with 113 additions and 21 deletions

View File

@ -511,16 +511,23 @@
"continue": "Continue", "continue": "Continue",
"copied": "Copied", "copied": "Copied",
"delete": "Delete", "delete": "Delete",
"disable": "Disable",
"enable": "Enable",
"error_required": "Required", "error_required": "Required",
"leave": "Leave",
"loading": "Loading", "loading": "Loading",
"menu": "Menu", "menu": "Menu",
"next": "Next", "next": "Next",
"no": "No", "no": "No",
"not_now": "Not now",
"overflow_menu": "Overflow menu", "overflow_menu": "Overflow menu",
"previous": "Previous", "previous": "Previous",
"refresh": "Refresh", "refresh": "Refresh",
"remove": "Remove",
"rename": "Rename",
"save": "Save", "save": "Save",
"skip": "Skip", "skip": "Skip",
"stay": "Stay",
"successfully_deleted": "Successfully deleted", "successfully_deleted": "Successfully deleted",
"successfully_saved": "Successfully saved", "successfully_saved": "Successfully saved",
"undo": "Undo", "undo": "Undo",
@ -624,7 +631,7 @@
"season": "Season", "season": "Season",
"track": "Track", "track": "Track",
"tv_show": "TV Show", "tv_show": "TV Show",
"url": "Url", "url": "URL",
"video": "Video" "video": "Video"
}, },
"content-type": { "content-type": {
@ -721,8 +728,10 @@
"confirm_delete": "Are you sure you want to delete this entry?", "confirm_delete": "Are you sure you want to delete this entry?",
"delete": "Delete", "delete": "Delete",
"enabled_cause": "Disabled by {cause}.", "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_description": "Disabled entities will not be added to Home Assistant.",
"enabled_label": "Enable entity", "enabled_label": "Enable entity",
"enabled_restart_confirm": "Restart Home Assistant to finish enabling the entities",
"entity_id": "Entity ID", "entity_id": "Entity ID",
"icon": "Icon", "icon": "Icon",
"icon_error": "Icons should be in the format 'prefix:iconname', e.g. 'mdi:home'", "icon_error": "Icons should be in the format 'prefix:iconname', e.g. 'mdi:home'",
@ -795,6 +804,11 @@
}, },
"more_info_control": { "more_info_control": {
"controls": "Controls", "controls": "Controls",
"cover": {
"close_tile_cover": "Close cover tilt",
"open_tilt_cover": "Open cover tilt",
"stop_cover": "Stop cover from moving"
},
"details": "Details", "details": "Details",
"dismiss": "Dismiss dialog", "dismiss": "Dismiss dialog",
"edit": "Edit entity", "edit": "Edit entity",
@ -1421,7 +1435,7 @@
"will_be_auto_renewed": "Will be automatically renewed" "will_be_auto_renewed": "Will be automatically renewed"
}, },
"dialog_cloudhook": { "dialog_cloudhook": {
"available_at": "The webhook is available at the following url:", "available_at": "The webhook is available at the following URL:",
"close": "Close", "close": "Close",
"confirm_disable": "Are you sure you want to disable this webhook?", "confirm_disable": "Are you sure you want to disable this webhook?",
"copied_to_clipboard": "Copied to clipboard", "copied_to_clipboard": "Copied to clipboard",
@ -1627,12 +1641,12 @@
"disable_selected": { "disable_selected": {
"button": "Disable selected", "button": "Disable selected",
"confirm_text": "Disabled entities will not be added to Home Assistant.", "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": { "enable_selected": {
"button": "Enable selected", "button": "Enable selected",
"confirm_text": "This will make them available in Home Assistant again if they are now disabled.", "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": "Filter", "filter": "Filter",
@ -1654,9 +1668,9 @@
"remove_selected": { "remove_selected": {
"button": "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_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_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", "search": "Search entities",
"selected": "{number} selected", "selected": "{number} selected",
@ -1720,6 +1734,42 @@
"server": "server", "server": "server",
"source": "Source:", "source": "Source:",
"system_health_error": "System Health component is not loaded. Add 'system_health:' to configuration.yaml", "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" "title": "Info"
}, },
"integration_panel_move": { "integration_panel_move": {
@ -1845,7 +1895,7 @@
"title": "Title", "title": "Title",
"title_required": "Title is required.", "title_required": "Title is required.",
"update": "Update", "update": "Update",
"url": "Url", "url": "URL",
"url_error_msg": "The URL should contain a - and cannot contain spaces or special characters, except for _ and -" "url_error_msg": "The URL should contain a - and cannot contain spaces or special characters, except for _ and -"
}, },
"picker": { "picker": {
@ -1873,8 +1923,8 @@
"new_resource": "Add new resource", "new_resource": "Add new resource",
"type": "Resource type", "type": "Resource type",
"update": "Update", "update": "Update",
"url": "Url", "url": "URL",
"url_error_msg": "Url is a required field", "url_error_msg": "URL is a required field",
"warning_header": "Be cautious!", "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." "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", "add_resource": "Add resource",
"headers": { "headers": {
"type": "Type", "type": "Type",
"url": "Url" "url": "URL"
}, },
"no_resources": "No resources" "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?", "refresh_header": "Do you want to refresh?",
"types": { "types": {
"css": "Stylesheet", "css": "Stylesheet",
@ -2210,6 +2260,8 @@
"add_tag": "Add tag", "add_tag": "Add tag",
"automation_title": "Tag {name} is scanned", "automation_title": "Tag {name} is scanned",
"caption": "Tags", "caption": "Tags",
"confirm_remove": "Are you sure you want to remove tag {tag}?",
"confirm_remove_title": "Remove tag?",
"create_automation": "Create automation with tag", "create_automation": "Create automation with tag",
"description": "Manage tags", "description": "Manage tags",
"detail": { "detail": {
@ -2635,7 +2687,7 @@
} }
}, },
"changed_toast": { "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" "refresh": "Refresh"
}, },
"editor": { "editor": {
@ -2647,11 +2699,11 @@
"navigate": "Navigate", "navigate": "Navigate",
"none": "No Action", "none": "No Action",
"toggle": "Toggle", "toggle": "Toggle",
"url": "Url" "url": "URL"
}, },
"editor_service_data": "Service data can only be entered in the code editor", "editor_service_data": "Service data can only be entered in the code editor",
"navigation_path": "Navigation Path", "navigation_path": "Navigation Path",
"url_path": "Url Path" "url_path": "URL Path"
}, },
"card": { "card": {
"alarm-panel": { "alarm-panel": {
@ -2769,7 +2821,7 @@
"theme": "Theme", "theme": "Theme",
"title": "Title", "title": "Title",
"unit": "Unit", "unit": "Unit",
"url": "Url" "url": "URL"
}, },
"glance": { "glance": {
"columns": "Columns", "columns": "Columns",
@ -2872,11 +2924,18 @@
"entity": "Entity", "entity": "Entity",
"no_description": "No description available." "no_description": "No description available."
}, },
"common": {
"add": "Add",
"clear": "Clear",
"edit": "Edit",
"none": "None"
},
"edit_badges": { "edit_badges": {
"panel_mode": "These badges will not be displayed because this view is in \"Panel Mode\"." "panel_mode": "These badges will not be displayed because this view is in \"Panel Mode\"."
}, },
"edit_card": { "edit_card": {
"add": "Add Card", "add": "Add Card",
"clear": "Clear",
"confirm_cancel": "Are you sure you want to cancel?", "confirm_cancel": "Are you sure you want to cancel?",
"delete": "Delete card", "delete": "Delete card",
"duplicate": "Duplicate card", "duplicate": "Duplicate card",
@ -2917,6 +2976,22 @@
} }
}, },
"header": "Edit UI", "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": { "menu": {
"open": "Open Lovelace UI menu", "open": "Open Lovelace UI menu",
"raw_editor": "Raw configuration editor" "raw_editor": "Raw configuration editor"
@ -2961,6 +3036,13 @@
"dashboard_label": "Dashboard", "dashboard_label": "Dashboard",
"header": "Choose a view" "header": "Choose a view"
}, },
"sub-element-editor": {
"types": {
"footer": "Footer Editor",
"header": "Header Editor",
"row": "Entity Row Editor"
}
},
"suggest_card": { "suggest_card": {
"add": "Add to Lovelace UI", "add": "Add to Lovelace UI",
"create_own": "Pick different card", "create_own": "Pick different card",
@ -2985,7 +3067,7 @@
}, },
"reload_lovelace": "Reload UI", "reload_lovelace": "Reload UI",
"reload_resources": { "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?" "refresh_header": "Do you want to refresh?"
}, },
"unused_entities": { "unused_entities": {

View File

@ -1314,12 +1314,18 @@
"show_info_automation": "Afficher des informations sur l'automatisation" "show_info_automation": "Afficher des informations sur l'automatisation"
}, },
"thingtalk": { "thingtalk": {
"create": "Créer lautomatisation",
"link_devices": { "link_devices": {
"ambiguous_entities": "Un ou plusieurs appareils ont plus dune entrée correspondante, veuillez choisir celle que vous souhaitez utiliser.",
"header": "Super ! Maintenant nous allons lier quelques appareils", "header": "Super ! Maintenant nous allons lier quelques appareils",
"unknown_placeholder": "Espace réservé introuvable" "unknown_placeholder": "Espace réservé introuvable"
}, },
"task_selection": { "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 : ", "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." "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.", "description": "La carte Coup d'œil est utile pour regrouper plusieurs capteurs dans une vue d'ensemble compacte.",
"name": "Coup d'œil" "name": "Coup d'œil"
}, },
"grid": {
"description": "La carte Grille vous permet dafficher plusieurs cartes dans une grille.",
"name": "Grille"
},
"history-graph": { "history-graph": {
"description": "La carte Graphique historique vous permet d'afficher un graphique pour chacune des entités répertoriées.", "description": "La carte Graphique historique vous permet d'afficher un graphique pour chacune des entités répertoriées.",
"name": "Graphique Historique" "name": "Graphique Historique"

View File

@ -543,7 +543,7 @@
"device": "מכשיר", "device": "מכשיר",
"no_area": "אין אזור", "no_area": "אין אזור",
"show_devices": "הצג התקנים", "show_devices": "הצג התקנים",
"toggle": "החלף מצב" "toggle": "בורר מצבים"
}, },
"entity": { "entity": {
"entity-picker": { "entity-picker": {
@ -1523,7 +1523,7 @@
"no_helpers": "נראה שאין לך עדיין עזרים!" "no_helpers": "נראה שאין לך עדיין עזרים!"
}, },
"types": { "types": {
"input_boolean": "החלף מצב", "input_boolean": "בורר מצבים",
"input_datetime": "תאריך ו/או שעה", "input_datetime": "תאריך ו/או שעה",
"input_number": "מספר", "input_number": "מספר",
"input_select": "תיבת בחירה", "input_select": "תיבת בחירה",
@ -2591,7 +2591,7 @@
"pick_card_view_title": "איזה כרטיס ברצונך להוסיף לתצוגת {name}?", "pick_card_view_title": "איזה כרטיס ברצונך להוסיף לתצוגת {name}?",
"show_code_editor": "הצג עורך קוד", "show_code_editor": "הצג עורך קוד",
"show_visual_editor": "הצג עורך ויזואלי", "show_visual_editor": "הצג עורך ויזואלי",
"toggle_editor": "החלף מצב עורך", "toggle_editor": "עורך בורר מצבים",
"typed_header": "תצורת כרטיס {type}", "typed_header": "תצורת כרטיס {type}",
"unsaved_changes": "יש לך שינויים שלא נשמרו" "unsaved_changes": "יש לך שינויים שלא נשמרו"
}, },

View File

@ -2136,7 +2136,7 @@
"sequence_sentence": "Sekvensen av handlingene til dette skriptet." "sequence_sentence": "Sekvensen av handlingene til dette skriptet."
}, },
"picker": { "picker": {
"add_script": "Opprett nytt skript", "add_script": "Legg til skript",
"edit_script": "Rediger skript", "edit_script": "Rediger skript",
"header": "Skriptredigering", "header": "Skriptredigering",
"headers": { "headers": {

View File

@ -2136,7 +2136,7 @@
"sequence_sentence": "De reeks van acties in dit script." "sequence_sentence": "De reeks van acties in dit script."
}, },
"picker": { "picker": {
"add_script": "Maak een nieuw script", "add_script": "Voeg script toe",
"edit_script": "Bewerk script", "edit_script": "Bewerk script",
"header": "Script Editor", "header": "Script Editor",
"headers": { "headers": {