-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Translated a bunch of strings #4137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
b13383c
d527ee4
2eb07b4
ba18c79
bbf5114
bbf41f9
40901ad
4b6810b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -726,7 +726,19 @@ | |
| "picker": { | ||
| "header": "Customization", | ||
| "introduction": "Tweak per-entity attributes. Added/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated." | ||
| } | ||
| }, | ||
| "warning": { | ||
| "include_sentence": "It seems that your configuration.yaml doesn't properly", | ||
| "include_link": "include customize.yaml", | ||
|
Comment on lines
+731
to
+732
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should bring include to the other key and include the link as a variable in that string.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not quite sure what you mean by that. Do you want to pass the entire
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Like this? "include_sentence": "It seems that your configuration.yaml doesn't properly {link}"
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would do:
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That looks like the way to do it properly 👍
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oddly enough, I cannot pass the entire [[localize('ui.panel.config.customize.warning.include_sentence',
'customize_link',
'<a
href="https://www.home-assistant.io/docs/configuration/customizing-devices/#customization-using-the-ui"
target="_blank"
>configuration.yaml</a>')]]Just prints it out like that as the innerHTML of the
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah probably... OK, never mind what I said.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So how should I address this? Just leave it like that or is there any other option? |
||
| "not_applied": "Changes made here are written in it, but will not be applied after a configuration reload unless the include is in place." | ||
| }, | ||
| "attributes_customize": "The following attributes are already set in customize.yaml", | ||
| "attributes_outside": "The following attributes are customized from outside of customize.yaml", | ||
| "different_include": "Possibly via a domain, a glob or a different include.", | ||
| "attributes_set": "The following attributes of the entity are set programmatically.", | ||
| "attributes_override": "You can override them if you like.", | ||
| "attributes_not_set": "The following attributes weren't set. Set them if you like.", | ||
| "pick_attribute": "Pick an attribute to override" | ||
| }, | ||
| "automation": { | ||
| "caption": "Automation", | ||
|
|
@@ -1131,6 +1143,20 @@ | |
| "actions": { | ||
| "caption": "When something is triggered..." | ||
| } | ||
| }, | ||
| "device_not_found": "Device not found.", | ||
| "info": "Device info", | ||
| "details": "Here are all the details of your device.", | ||
| "entities": "Entities", | ||
| "automations": "Automations", | ||
| "confirm_rename_entity_ids": "Do you also want to rename the entity id's of your entities?", | ||
| "data_table": { | ||
| "device": "Device", | ||
| "manufacturer": "Manufacturer", | ||
| "model": "Model", | ||
| "area": "Area", | ||
| "integration": "Integration", | ||
| "battery": "Battery" | ||
| } | ||
| }, | ||
| "entity_registry": { | ||
|
|
@@ -1158,7 +1184,8 @@ | |
| "delete": "DELETE", | ||
| "confirm_delete": "Are you sure you want to delete this entry?", | ||
| "confirm_delete2": "Deleting an entry will not remove the entity from Home Assistant. To do this, you will need to remove the integration '{platform}' from Home Assistant.", | ||
| "update": "UPDATE" | ||
| "update": "UPDATE", | ||
| "note": "Note: this might not work yet with all integrations." | ||
| } | ||
| }, | ||
| "person": { | ||
|
|
@@ -1198,6 +1225,7 @@ | |
| "home_assistant_website": "Home Assistant website", | ||
| "configure": "Configure", | ||
| "none": "Nothing configured yet", | ||
| "integration_not_found": "Integration not found.", | ||
| "config_entry": { | ||
| "settings_button": "Edit settings for {integration}", | ||
| "system_options_button": "System options for {integration}", | ||
|
|
@@ -1363,7 +1391,8 @@ | |
| }, | ||
| "logbook": { | ||
| "showing_entries": "[%key:ui::panel::history::showing_entries%]", | ||
| "period": "Period" | ||
| "period": "Period", | ||
| "entries_not_found": "No logbook entries found." | ||
| }, | ||
| "lovelace": { | ||
| "cards": { | ||
|
|
@@ -1643,7 +1672,9 @@ | |
| }, | ||
| "advanced_mode": { | ||
| "title": "Advanced Mode", | ||
| "description": "Home Assistant hides advanced features and options by default. You can make these features accessible by checking this toggle. This is a user-specific setting and does not impact other users using Home Assistant." | ||
| "description": "Home Assistant hides advanced features and options by default. You can make these features accessible by checking this toggle. This is a user-specific setting and does not impact other users using Home Assistant.", | ||
| "hint_enable": "Missing config options? Enable advanced mode on", | ||
| "link_profile_page": "your profile page" | ||
| }, | ||
| "refresh_tokens": { | ||
| "header": "Refresh Tokens", | ||
|
|
@@ -1952,6 +1983,13 @@ | |
| "more_integrations": "More", | ||
| "finish": "Finish" | ||
| } | ||
| }, | ||
| "custom": { | ||
| "external_panel": { | ||
| "question_trust": "Do you trust the external panel {name} at {link}?", | ||
| "complete_access": "It will have access to all data in Home Assistant.", | ||
| "hide_message": "Check docs for the panel_custom component to hide this message" | ||
| } | ||
| } | ||
| } | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If a value is dynamic you can drop the
"around them.