mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Adjust FAB for blueprint overview + align translations (#7730)
This commit is contained in:
parent
1289bd03b2
commit
45721eb4fe
@ -138,9 +138,10 @@ class HaBlueprintOverview extends LitElement {
|
||||
</mwc-icon-button>
|
||||
<mwc-fab
|
||||
slot="fab"
|
||||
title=${this.hass.localize(
|
||||
.label=${this.hass.localize(
|
||||
"ui.panel.config.blueprint.overview.add_blueprint"
|
||||
)}
|
||||
extended
|
||||
@click=${this._addBlueprint}
|
||||
>
|
||||
<ha-svg-icon slot="icon" .path=${mdiPlus}></ha-svg-icon>
|
||||
|
@ -1450,19 +1450,20 @@
|
||||
"headers": {
|
||||
"name": "Name"
|
||||
},
|
||||
"confirm_delete_header": "Delete this Blueprint?",
|
||||
"confirm_delete_text": "Are you sure you want to delete this Blueprint"
|
||||
"confirm_delete_header": "Delete this blueprint?",
|
||||
"confirm_delete_text": "Are you sure you want to delete this blueprint",
|
||||
"add_blueprint": "Add blueprint"
|
||||
},
|
||||
"add": {
|
||||
"header": "Add new blueprint",
|
||||
"import_header": "Import {name} ({domain})",
|
||||
"import_introduction": "You can import Blueprints of other users from Github and the community forums. Enter the url of the Blueprint below.",
|
||||
"url": "Url of the blueprint",
|
||||
"import_introduction": "You can import blueprints of other users from Github and the community forums. Enter the URL of the blueprint below.",
|
||||
"url": "URL of the blueprint",
|
||||
"importing": "Importing blueprint...",
|
||||
"import_btn": "Import blueprint",
|
||||
"saving": "Saving blueprint...",
|
||||
"save_btn": "Save blueprint",
|
||||
"error_no_url": "Please enter the url of the blueprint."
|
||||
"error_no_url": "Please enter the URL of the blueprint."
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user