|
38 | 38 | "entry_type": "Battery note", |
39 | 39 | "step": { |
40 | 40 | "user": { |
41 | | - "description": "Caso precise se ajude na configuração pode verificar em : https://github.com/andrew-codechimp/ha-battery-notes", |
| 41 | + "description": "If you need help with the configuration have a look here: {documentation_url}", |
42 | 42 | "data": { |
43 | | - "association_type": "Tipo de associação" |
| 43 | + "association_type": "Association type" |
44 | 44 | }, |
45 | 45 | "menu_options": { |
46 | | - "device": "Dispositivo (recomendado)", |
47 | | - "entity": "Entidade" |
| 46 | + "device": "Device (recommended)", |
| 47 | + "entity": "Entity" |
48 | 48 | }, |
49 | | - "title": "Escolha o tipo de associação" |
| 49 | + "title": "Choose your association type" |
50 | 50 | }, |
51 | 51 | "device": { |
52 | 52 | "data": { |
53 | | - "device_id": "Dispositivo", |
54 | | - "name": "Nome" |
| 53 | + "device_id": "Device", |
| 54 | + "name": "Name" |
55 | 55 | }, |
56 | 56 | "data_description": { |
57 | | - "name": "Deixar em branco fará com que tenha o mesmo nome que o dispositivo de origem" |
| 57 | + "name": "Leaving blank will take the name from the source device" |
58 | 58 | } |
59 | 59 | }, |
60 | 60 | "entity": { |
61 | 61 | "data": { |
62 | | - "source_entity_id": "Entidade", |
63 | | - "name": "Nome" |
| 62 | + "source_entity_id": "Entity", |
| 63 | + "name": "Name" |
64 | 64 | }, |
65 | 65 | "data_description": { |
66 | | - "name": "Deixar em branco fará com que tenha mesmo nome que a entidade de origem" |
| 66 | + "name": "Leaving blank will take the name from the source entity" |
67 | 67 | } |
68 | 68 | }, |
69 | 69 | "battery": { |
70 | | - "description": "Fabricante: {manufacturer}\nModelo: {model}\nID do Modelo: {model_id}\nVersão de Hardware: {hw_version}", |
| 70 | + "description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}", |
71 | 71 | "data": { |
72 | | - "battery_type": "Tipo de bateria", |
73 | | - "battery_quantity": "Quantidade de baterias", |
74 | | - "battery_low_threshold": "Nivel de bateria baixa", |
75 | | - "battery_low_template": "Template de bateria baixa", |
| 72 | + "battery_type": "Battery type", |
| 73 | + "battery_quantity": "Battery quantity", |
| 74 | + "battery_low_threshold": "Battery low threshold", |
| 75 | + "battery_low_template": "Battery low template", |
76 | 76 | "filter_outliers": "Filter outliers" |
77 | 77 | }, |
78 | 78 | "data_description": { |
79 | | - "battery_low_threshold": "0 irá ser usado como valor por defeito para definir o descarregada", |
80 | | - "battery_low_template": "Template para determinar que a bateria está baixa, deve devolver true se estiver baixa\nÉ somente necessário para níveis de bateria non-standard", |
| 79 | + "battery_low_threshold": "0 will use the global default threshold", |
| 80 | + "battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels", |
81 | 81 | "filter_outliers": "Filter out large battery level drops, reducing falsely firing events on devices that erroneously report levels occasionally" |
82 | 82 | } |
83 | 83 | }, |
84 | 84 | "manual": { |
85 | | - "description": "Este dispositivo está definido como criado manualmente, variantes usam tipos de bateria diferentes, portanto, não pode ser configurado na biblioteca. \n O próximo passo permitirá que defina o tipo de bateria, mas, por favor, não envie um pedido para o dispositivo.", |
86 | | - "title": "Configuração manual do dispositivo" |
| 85 | + "description": "This device is marked in the library as manual, variants use different battery types so it cannot be set in the library.\nThe next step will allow you to set your battery type but please do not submit a device request.", |
| 86 | + "title": "Device manual configuration" |
87 | 87 | }, |
88 | 88 | "reconfigure": { |
89 | | - "description": "Fabricante: {manufacturer}\nModelo: {model}\nID do Modelo: {model_id}\nVersão de Hardware: {hw_version}", |
| 89 | + "description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}", |
90 | 90 | "data": { |
91 | | - "name": "Nome", |
92 | | - "battery_type": "Tipo de bateria", |
93 | | - "battery_quantity": "Quantidade de baterias", |
94 | | - "battery_low_threshold": "Nivel de bateria baixa", |
95 | | - "battery_low_template": "Template de bateria baixa", |
| 91 | + "name": "Name", |
| 92 | + "battery_type": "Battery type", |
| 93 | + "battery_quantity": "Battery quantity", |
| 94 | + "battery_low_threshold": "Battery low threshold", |
| 95 | + "battery_low_template": "Battery low template", |
96 | 96 | "filter_outliers": "Filter outliers" |
97 | 97 | }, |
98 | 98 | "data_description": { |
99 | | - "name": "Deixar em branco fará com que tenha mesmo o nome que o dispositivo de origem", |
100 | | - "battery_low_threshold": "0 irá ser usado como valor por defeito para definir o descarregada", |
101 | | - "battery_low_template": "Template para determinar que a bateria está baixa, deve devolver true se estiver baixa\nÉ somente necessário para níveis de bateria non-standard", |
| 99 | + "name": "Leaving blank will take the name from the source device", |
| 100 | + "battery_low_threshold": "0 will use the global default threshold", |
| 101 | + "battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels", |
102 | 102 | "filter_outliers": "Filter out large battery level drops, reducing falsely firing events on devices that erroneously report levels occasionally" |
103 | 103 | } |
104 | 104 | } |
105 | 105 | }, |
106 | 106 | "abort": { |
107 | 107 | "reconfigure_successful": "Re-configuration was successful", |
108 | | - "already_configured": "Dispositivo já configurado" |
| 108 | + "already_configured": "Device is already configured" |
109 | 109 | }, |
110 | 110 | "error": { |
111 | | - "unknown": "Erro desconhecido.", |
112 | | - "unconfigurable_entity": "Não é possível adicionar esta entidade ao Battery Notes.", |
113 | | - "orphaned_battery_note": "O dispositivo ou entidade associado não existe mais para esta Nota de Bateria." |
| 111 | + "unknown": "Unknown error occurred.", |
| 112 | + "unconfigurable_entity": "It is not possible to add this entity to Battery Notes.", |
| 113 | + "orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note." |
114 | 114 | } |
115 | 115 | } |
116 | 116 | }, |
|
0 commit comments