|
554 | 554 | "blueprint-picker": { |
555 | 555 | "add_user": "Afegeix usuari", |
556 | 556 | "remove_user": "Elimina usuari", |
557 | | - "select_blueprint": "Selecciona un plànol" |
| 557 | + "select_blueprint": "Selecciona un blueprint" |
558 | 558 | }, |
559 | 559 | "data-table": { |
560 | 560 | "no-data": "No hi ha dades", |
|
901 | 901 | "navigation": { |
902 | 902 | "areas": "Àrees", |
903 | 903 | "automation": "Automatització", |
904 | | - "blueprint": "Plànols", |
| 904 | + "blueprint": "Blueprints", |
905 | 905 | "core": "General", |
906 | 906 | "customize": "Personalització", |
907 | 907 | "devices": "Dispositius", |
|
1073 | 1073 | "description": "Crea regles de comportament personalitzades per a casa teva", |
1074 | 1074 | "dialog_new": { |
1075 | 1075 | "blueprint": { |
1076 | | - "use_blueprint": "Utilitza un plànol" |
| 1076 | + "use_blueprint": "Utilitza un blueprint" |
1077 | 1077 | }, |
1078 | 1078 | "header": "Creació d'una nova automatització", |
1079 | 1079 | "how": "Com vols crear la nova automatització?", |
|
1166 | 1166 | }, |
1167 | 1167 | "alias": "Nom", |
1168 | 1168 | "blueprint": { |
1169 | | - "blueprint_to_use": "Plànol a utilitzar", |
1170 | | - "header": "Plànol", |
| 1169 | + "blueprint_to_use": "Blueprint a utilitzar", |
| 1170 | + "header": "Blueprint", |
1171 | 1171 | "inputs": "Entrades", |
1172 | | - "manage_blueprints": "Gestiona els plànols", |
1173 | | - "no_blueprints": "No tens plànols", |
1174 | | - "no_inputs": "Aquest plànol no té entrades." |
| 1172 | + "manage_blueprints": "Gestiona els blueprints", |
| 1173 | + "no_blueprints": "No tens blueprints", |
| 1174 | + "no_inputs": "Aquest blueprint no té entrades." |
1175 | 1175 | }, |
1176 | 1176 | "conditions": { |
1177 | 1177 | "add": "Afegir condició", |
|
1417 | 1417 | }, |
1418 | 1418 | "blueprint": { |
1419 | 1419 | "add": { |
1420 | | - "error_no_url": "Introdueix l'URL del plànol.", |
1421 | | - "file_name": "Directori del plànol", |
1422 | | - "header": "Importa un plànol nou", |
1423 | | - "import_btn": "Vista prèvia del plànol", |
1424 | | - "import_header": "Plànol \"{name}\"", |
1425 | | - "import_introduction": "Pots importar plànols d'altres usuaris des de Github i els fòrums de la comunitat. Introdueix, a sota, l'URL del plànol.", |
1426 | | - "importing": "Carregant plànol...", |
1427 | | - "raw_blueprint": "Contingut del plànol", |
1428 | | - "save_btn": "Importa plànol", |
1429 | | - "saving": "Important plànol...", |
1430 | | - "unsupported_blueprint": "Aquest plànols no és compatible", |
1431 | | - "url": "URL del plànol" |
1432 | | - }, |
1433 | | - "caption": "Plànols", |
1434 | | - "description": "Gestiona els plànols", |
| 1420 | + "community_forums": "fòrums de la comunitat", |
| 1421 | + "error_no_url": "Introdueix l'URL del blueprint.", |
| 1422 | + "file_name": "Directori del blueprint", |
| 1423 | + "header": "Importa un blueprint nou", |
| 1424 | + "import_btn": "Vista prèvia del blueprint", |
| 1425 | + "import_header": "Blueprint \"{name}\"", |
| 1426 | + "import_introduction": "Pots importar blueprints d'altres usuaris des de Github i els fòrums de la comunitat. Introdueix, a sota, l'URL del blueprint.", |
| 1427 | + "import_introduction_link": "Pots importar blueprints d'altres usuaris des de Github i des dels {community_link}. Introdueix, a sota, l'URL del blueprint.", |
| 1428 | + "importing": "Carregant blueprint...", |
| 1429 | + "raw_blueprint": "Contingut del blueprint", |
| 1430 | + "save_btn": "Importa blueprint", |
| 1431 | + "saving": "Important blueprint...", |
| 1432 | + "unsupported_blueprint": "Aquest blueprint no és compatible", |
| 1433 | + "url": "URL del blueprint" |
| 1434 | + }, |
| 1435 | + "caption": "Blueprints", |
| 1436 | + "description": "Gestiona els blueprints", |
1435 | 1437 | "overview": { |
1436 | | - "add_blueprint": "Importa plànol", |
1437 | | - "confirm_delete_header": "Eliminar aquest plànol?", |
1438 | | - "confirm_delete_text": "Segur que vols eliminar aquest plànol?", |
1439 | | - "delete_blueprint": "Elimina plànol", |
1440 | | - "header": "Editor de plànols", |
| 1438 | + "add_blueprint": "Importa blueprint", |
| 1439 | + "confirm_delete_header": "Eliminar aquest blueprint?", |
| 1440 | + "confirm_delete_text": "Segur que vols eliminar aquest blueprint?", |
| 1441 | + "delete_blueprint": "Elimina blueprint", |
| 1442 | + "discover_more": "Descobreix més blueprints", |
| 1443 | + "header": "Editor de blueprints", |
1441 | 1444 | "headers": { |
1442 | 1445 | "domain": "Domini", |
1443 | 1446 | "file_name": "Nom de l'arxiu", |
1444 | 1447 | "name": "Nom" |
1445 | 1448 | }, |
1446 | | - "introduction": "La configuració de plànols et permet importar-ne i gestionar-los.", |
1447 | | - "learn_more": "Més informació sobre l'ús dels plànols", |
| 1449 | + "introduction": "La configuració dels blueprints et permet importar-ne i gestionar-los.", |
| 1450 | + "learn_more": "Més informació sobre l'ús dels blueprints", |
1448 | 1451 | "use_blueprint": "Crea automatització" |
1449 | 1452 | } |
1450 | 1453 | }, |
|
0 commit comments