mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Update translations
This commit is contained in:
parent
d0cb7b9724
commit
29f032087e
@ -13,7 +13,8 @@
|
|||||||
"dev-templates": "Modelos",
|
"dev-templates": "Modelos",
|
||||||
"dev-mqtt": "",
|
"dev-mqtt": "",
|
||||||
"dev-info": "Informações",
|
"dev-info": "Informações",
|
||||||
"calendar": "Calendário"
|
"calendar": "Calendário",
|
||||||
|
"profile": "Perfil"
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"default": {
|
"default": {
|
||||||
@ -379,7 +380,8 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"label": "Estado",
|
"label": "Estado",
|
||||||
"from": "De",
|
"from": "De",
|
||||||
"to": "Para"
|
"to": "Para",
|
||||||
|
"for": "Para"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"label": "",
|
"label": "",
|
||||||
@ -524,6 +526,31 @@
|
|||||||
"deactivate_user": "Desativar usuário",
|
"deactivate_user": "Desativar usuário",
|
||||||
"delete_user": "Excluir usuário"
|
"delete_user": "Excluir usuário"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"caption": "Home Assistant Cloud",
|
||||||
|
"description_login": "Conectado como {email}",
|
||||||
|
"description_not_login": "Não logado"
|
||||||
|
},
|
||||||
|
"integrations": {
|
||||||
|
"caption": "Integrações",
|
||||||
|
"description": "Gerenciar dispositivos e serviços conectados",
|
||||||
|
"discovered": "Descoberto",
|
||||||
|
"configured": "Configurado",
|
||||||
|
"new": "Configurar uma nova integração",
|
||||||
|
"configure": "Configurar",
|
||||||
|
"none": "Nada configurado ainda",
|
||||||
|
"config_entry": {
|
||||||
|
"no_devices": "Esta integração não possui dispositivos.",
|
||||||
|
"no_device": "Entidades sem dispositivos",
|
||||||
|
"delete_confirm": "Tem certeza de que deseja excluir essa integração?",
|
||||||
|
"restart_confirm": "Reinicie o Home Assistant para concluir a remoção dessa integração",
|
||||||
|
"manuf": "por {manufacturer}",
|
||||||
|
"hub": "Conectado via",
|
||||||
|
"firmware": "Firmware: {version}",
|
||||||
|
"device_unavailable": "dispositivo indisponível",
|
||||||
|
"entity_unavailable": "entidade indisponível"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
@ -571,6 +598,30 @@
|
|||||||
"empty_state": "Você ainda não tem tokens de acesso de longa duração.",
|
"empty_state": "Você ainda não tem tokens de acesso de longa duração.",
|
||||||
"last_used": "Usado pela última vez em {data} em {localização}",
|
"last_used": "Usado pela última vez em {data} em {localização}",
|
||||||
"not_used": "Nunca foi usado"
|
"not_used": "Nunca foi usado"
|
||||||
|
},
|
||||||
|
"current_user": "Você está logado como {fullName} .",
|
||||||
|
"is_owner": "Você é um proprietário.",
|
||||||
|
"logout": "Sair",
|
||||||
|
"change_password": {
|
||||||
|
"header": "Alterar senha",
|
||||||
|
"current_password": "Senha atual",
|
||||||
|
"new_password": "Nova Senha",
|
||||||
|
"confirm_new_password": "Confirme a nova senha",
|
||||||
|
"error_required": "Obrigatório",
|
||||||
|
"submit": "Enviar"
|
||||||
|
},
|
||||||
|
"mfa": {
|
||||||
|
"header": "Módulos de Autenticação Multifator",
|
||||||
|
"disable": "Desabilitar",
|
||||||
|
"enable": "Habilitar",
|
||||||
|
"confirm_disable": "Tem certeza de que deseja desativar {name} ?"
|
||||||
|
},
|
||||||
|
"mfa_setup": {
|
||||||
|
"title_aborted": "Abortado",
|
||||||
|
"title_success": "Sucesso!",
|
||||||
|
"step_done": "Configuração feita para {step}",
|
||||||
|
"close": "Fechar",
|
||||||
|
"submit": "Enviar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"page-authorize": {
|
"page-authorize": {
|
||||||
@ -779,6 +830,13 @@
|
|||||||
"turn_on": "Ligar",
|
"turn_on": "Ligar",
|
||||||
"turn_off": "Desligar"
|
"turn_off": "Desligar"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"water_heater": {
|
||||||
|
"currently": "Atualmente",
|
||||||
|
"on_off": "Lig. \/ Des.",
|
||||||
|
"target_temperature": "Temperatura alvo",
|
||||||
|
"operation": "Operação",
|
||||||
|
"away_mode": "Modo ausente"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -80,8 +80,8 @@
|
|||||||
"on": "Güvensiz"
|
"on": "Güvensiz"
|
||||||
},
|
},
|
||||||
"presence": {
|
"presence": {
|
||||||
"off": "[%key:state::device_tracker::dışarda%]",
|
"off": "Dışarda",
|
||||||
"on": "[%key:state::device_tracker::ev%]"
|
"on": "Evde"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"off": "Normal",
|
"off": "Normal",
|
||||||
@ -250,7 +250,7 @@
|
|||||||
"arming": "Etkinleştir",
|
"arming": "Etkinleştir",
|
||||||
"disarming": "Etkisiz",
|
"disarming": "Etkisiz",
|
||||||
"triggered": "Tetiklendi",
|
"triggered": "Tetiklendi",
|
||||||
"armed_custom_bypass": "[%key:state_badge::alarm_control_panel::alarm_kuruldu%]"
|
"armed_custom_bypass": "Etkin"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "Evde",
|
"home": "Evde",
|
||||||
@ -318,13 +318,68 @@
|
|||||||
"automation": {
|
"automation": {
|
||||||
"caption": "Otomasyon",
|
"caption": "Otomasyon",
|
||||||
"description": "Otomasyonları oluşturun ve düzenleyin",
|
"description": "Otomasyonları oluşturun ve düzenleyin",
|
||||||
|
"picker": {
|
||||||
|
"header": "Otomasyon Düzenleyici"
|
||||||
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"triggers": {
|
"triggers": {
|
||||||
|
"delete": "Sil",
|
||||||
"type": {
|
"type": {
|
||||||
|
"sun": {
|
||||||
|
"event": "Olay:"
|
||||||
|
},
|
||||||
|
"zone": {
|
||||||
|
"zone": "Bölge",
|
||||||
|
"event": "Olay:"
|
||||||
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"for": "İçin"
|
"for": "İçin"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"conditions": {
|
||||||
|
"duplicate": "Kopya",
|
||||||
|
"delete": "Sil",
|
||||||
|
"delete_confirm": "Silmek istediğinizden emin misiniz?",
|
||||||
|
"unsupported_condition": "Desteklenmeyen durum: {durum}",
|
||||||
|
"type": {
|
||||||
|
"state": {
|
||||||
|
"label": "Durum",
|
||||||
|
"state": "Durum"
|
||||||
|
},
|
||||||
|
"numeric_state": {
|
||||||
|
"label": "Sayısal durum",
|
||||||
|
"above": "Üzerinde",
|
||||||
|
"below": "Altında",
|
||||||
|
"value_template": "Değer şablonu (isteğe bağlı)"
|
||||||
|
},
|
||||||
|
"sun": {
|
||||||
|
"label": "Güneş"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"label": "Şablon",
|
||||||
|
"value_template": "Değer şablonu"
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"label": "Zaman"
|
||||||
|
},
|
||||||
|
"zone": {
|
||||||
|
"entity": "Konumlu girdi"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"duplicate": "Kopya",
|
||||||
|
"delete": "Sil",
|
||||||
|
"type": {
|
||||||
|
"delay": {
|
||||||
|
"delay": "Gecikme"
|
||||||
|
},
|
||||||
|
"event": {
|
||||||
|
"event": "Olay:",
|
||||||
|
"service_data": "Hizmet verisi"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -363,6 +418,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
|
"push_notifications": {
|
||||||
|
"description": "Bu cihaza bildirimler gönder"
|
||||||
|
},
|
||||||
|
"refresh_tokens": {
|
||||||
|
"description": "Her yenileme jetonu bir oturum açma oturumunu temsil eder. Yenileme jetonları, çıkış yapmak istediğinizde otomatik olarak kaldırılacaktır. Aşağıdaki yenileme jetonları hesabınız için şu anda aktif."
|
||||||
|
},
|
||||||
"long_lived_access_tokens": {
|
"long_lived_access_tokens": {
|
||||||
"not_used": "Hiç kullanılmamış"
|
"not_used": "Hiç kullanılmamış"
|
||||||
},
|
},
|
||||||
@ -400,7 +461,7 @@
|
|||||||
},
|
},
|
||||||
"duration": {
|
"duration": {
|
||||||
"day": "{count}{count, plural,\n one { gün }\n other { gün }\n}",
|
"day": "{count}{count, plural,\n one { gün }\n other { gün }\n}",
|
||||||
"week": "{count}{count, plural,\n one { hafta }\n other { hafta }\n}",
|
"week": "{say}{say, çoğul,\n bir { hafta }\n diğer { hafta }\n}",
|
||||||
"second": "{count}{count, plural,\n one { saniye }\n other { saniye }\n}"
|
"second": "{count}{count, plural,\n one { saniye }\n other { saniye }\n}"
|
||||||
},
|
},
|
||||||
"login-form": {
|
"login-form": {
|
||||||
@ -422,6 +483,9 @@
|
|||||||
"operation": "İşlem",
|
"operation": "İşlem",
|
||||||
"away_mode": "Dışarıda modu"
|
"away_mode": "Dışarıda modu"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"auth_store": {
|
||||||
|
"confirm": "Girişi kaydet"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
@ -433,7 +497,7 @@
|
|||||||
"climate": "İklim",
|
"climate": "İklim",
|
||||||
"configurator": "Yapılandırıcı",
|
"configurator": "Yapılandırıcı",
|
||||||
"conversation": "Konuşma",
|
"conversation": "Konuşma",
|
||||||
"cover": "Kapak",
|
"cover": "Panjur",
|
||||||
"device_tracker": "Cihaz izleyici",
|
"device_tracker": "Cihaz izleyici",
|
||||||
"fan": "Fan",
|
"fan": "Fan",
|
||||||
"history_graph": "Geçmiş grafiği",
|
"history_graph": "Geçmiş grafiği",
|
||||||
|
@ -274,7 +274,7 @@
|
|||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "Вдома",
|
"home": "Вдома",
|
||||||
"not_home": "Відсутній"
|
"not_home": "Немає"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
@ -436,7 +436,7 @@
|
|||||||
"dropdown_label": "Тема"
|
"dropdown_label": "Тема"
|
||||||
},
|
},
|
||||||
"refresh_tokens": {
|
"refresh_tokens": {
|
||||||
"header": "Токени Оновлення ",
|
"header": "Токени оновлення ",
|
||||||
"description": "Кожен токен оновлення відображає сеанс входу в систему. Токени оновлення автоматично видалятимуться, коли ви натиснете вийти. Наступні токени оновлення доступні для вашого облікового запису.",
|
"description": "Кожен токен оновлення відображає сеанс входу в систему. Токени оновлення автоматично видалятимуться, коли ви натиснете вийти. Наступні токени оновлення доступні для вашого облікового запису.",
|
||||||
"token_title": "Оновити токен для {clientId}",
|
"token_title": "Оновити токен для {clientId}",
|
||||||
"created_at": "Створений в {date}",
|
"created_at": "Створений в {date}",
|
||||||
@ -461,7 +461,7 @@
|
|||||||
"last_used": "Останнє використання в {date} з {location}",
|
"last_used": "Останнє використання в {date} з {location}",
|
||||||
"not_used": "Ніколи не використовувався"
|
"not_used": "Ніколи не використовувався"
|
||||||
},
|
},
|
||||||
"current_user": "В даний час ви увійшли як {fullName}.",
|
"current_user": "Ви ввійшли як {fullName}.",
|
||||||
"is_owner": "Ви є власником.",
|
"is_owner": "Ви є власником.",
|
||||||
"logout": "Вийти",
|
"logout": "Вийти",
|
||||||
"change_password": {
|
"change_password": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user