forked from denysdovhan/vacuum-card
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ff78bf
commit ba9cde8
Showing
7 changed files
with
123 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,64 @@ | ||
{ | ||
"status": { | ||
"cleaning": "Limpando", | ||
"auto": "Limpeza automatica", | ||
"spot": "Limpando local", | ||
"edge": "Limpando borda", | ||
"single_room": "Limpando um quarto", | ||
"paused": "Em pausa", | ||
"idle": "Ocioso", | ||
"stop": "Parado", | ||
"charging": "Carregando", | ||
"returning home": "Voltando à base", | ||
"returning": "Voltando", | ||
"docked": "Na base", | ||
"unknown": "Desconhecido", | ||
"offline": "Offline", | ||
"error": "Erro" | ||
}, | ||
"source": { | ||
"gentle": "Delicado", | ||
"silent": "Silencioso", | ||
"standard": "Padrão", | ||
"medium": "Médio", | ||
"turbo": "Turbo", | ||
"normal": "Normal", | ||
"high": "Alto", | ||
"strong": "Forte" | ||
}, | ||
"common": { | ||
"name": "Vacuum Card", | ||
"description": "Vacuum card para controlar seu robô aspirador.", | ||
"start": "Limpar", | ||
"continue": "Continuar", | ||
"pause": "Pausa", | ||
"stop": "Parar", | ||
"return_to_base": "Retornar à base", | ||
"locate": "Localizar aspirador", | ||
"not_available": "Aspirador indisponível" | ||
}, | ||
"error": { | ||
"missing_entity": "Entidade obrigatória" | ||
}, | ||
"warning": { | ||
"actions_array": "AVISO: 'actions' são reservadas para substituir as ações padrões para botões existentes. Se sua intenção era adicionar ações adicionais, use a opção 'shortcuts'." | ||
}, | ||
"editor": { | ||
"entity": "Entidade (Obrigatória)", | ||
"map": "Mapa (Opcional)", | ||
"image": "Imagem (Opcional)", | ||
"compact_view": "Vista Compacta", | ||
"compact_view_aria_label_on": "Ativar visualização compacta", | ||
"compact_view_aria_label_off": "Desativar visualização compacta", | ||
"show_name": "Mostrar nome", | ||
"show_name_aria_label_on": "Mostrar nome", | ||
"show_name_aria_label_off": "Ocultar nome", | ||
"show_status": "Mostrar estado", | ||
"show_status_aria_label_on": "Mostrar estado", | ||
"show_status_aria_label_off": "Ocultar estado", | ||
"show_toolbar": "Mostrar barra de ferramentas", | ||
"show_toolbar_aria_label_on": "Mostrar barra de ferramentas", | ||
"show_toolbar_aria_label_off": "Ocultar barra de ferramentas", | ||
"code_only_note": "Nota: Ações e estatísticas estão disponiveis exclusivamente usando o editor de código." | ||
} | ||
} | ||
"status": { | ||
"cleaning": "Limpando", | ||
"auto": "Limpeza automatica", | ||
"spot": "Limpando local", | ||
"edge": "Limpando borda", | ||
"single_room": "Limpando um quarto", | ||
"paused": "Em pausa", | ||
"idle": "Ocioso", | ||
"stop": "Parado", | ||
"charging": "Carregando", | ||
"returning home": "Voltando à base", | ||
"returning": "Voltando", | ||
"docked": "Na base", | ||
"unknown": "Desconhecido", | ||
"offline": "Offline", | ||
"error": "Erro" | ||
}, | ||
"source": { | ||
"gentle": "Delicado", | ||
"silent": "Silencioso", | ||
"standard": "Padrão", | ||
"medium": "Médio", | ||
"turbo": "Turbo", | ||
"normal": "Normal", | ||
"high": "Alto", | ||
"strong": "Forte" | ||
}, | ||
"common": { | ||
"name": "Vacuum Card", | ||
"description": "Vacuum card para controlar seu robô aspirador.", | ||
"start": "Limpar", | ||
"continue": "Continuar", | ||
"pause": "Pausa", | ||
"stop": "Parar", | ||
"return_to_base": "Retornar à base", | ||
"locate": "Localizar aspirador", | ||
"not_available": "Aspirador indisponível" | ||
}, | ||
"error": { | ||
"missing_entity": "Entidade obrigatória" | ||
}, | ||
"warning": { | ||
"actions_array": "AVISO: 'actions' são reservadas para substituir as ações padrões para botões existentes. Se sua intenção era adicionar ações adicionais, use a opção 'shortcuts'." | ||
}, | ||
"editor": { | ||
"entity": "Entidade (Obrigatória)", | ||
"map": "Mapa (Opcional)", | ||
"image": "Imagem (Opcional)", | ||
"compact_view": "Vista Compacta", | ||
"compact_view_aria_label_on": "Ativar visualização compacta", | ||
"compact_view_aria_label_off": "Desativar visualização compacta", | ||
"show_name": "Mostrar nome", | ||
"show_name_aria_label_on": "Mostrar nome", | ||
"show_name_aria_label_off": "Ocultar nome", | ||
"show_status": "Mostrar estado", | ||
"show_status_aria_label_on": "Mostrar estado", | ||
"show_status_aria_label_off": "Ocultar estado", | ||
"show_toolbar": "Mostrar barra de ferramentas", | ||
"show_toolbar_aria_label_on": "Mostrar barra de ferramentas", | ||
"show_toolbar_aria_label_off": "Ocultar barra de ferramentas", | ||
"code_only_note": "Nota: Ações e estatísticas estão disponiveis exclusivamente usando o editor de código." | ||
} | ||
} |