mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
[ci skip] Translation update
This commit is contained in:
parent
22210b7400
commit
8f48f5b45c
@ -554,6 +554,10 @@
|
|||||||
"loading_history": "Historie stavu se načítá...",
|
"loading_history": "Historie stavu se načítá...",
|
||||||
"no_history_found": "Historie stavu chybí."
|
"no_history_found": "Historie stavu chybí."
|
||||||
},
|
},
|
||||||
|
"picture-upload": {
|
||||||
|
"label": "Obrázek",
|
||||||
|
"unsupported_format": "Nepodporovaný formát, prosím vyberte obrázek typu JPEG, PNG nebo GIF."
|
||||||
|
},
|
||||||
"related-items": {
|
"related-items": {
|
||||||
"area": "Oblast",
|
"area": "Oblast",
|
||||||
"automation": "Část následujících automatizací",
|
"automation": "Část následujících automatizací",
|
||||||
@ -656,6 +660,9 @@
|
|||||||
"required_error_msg": "Toto pole je povinné",
|
"required_error_msg": "Toto pole je povinné",
|
||||||
"yaml_not_editable": "Nastavení této entity nelze upravovat z uživatelského rozhraní. Pouze entity nastavené z uživatelského rozhraní lze konfigurovat v uživatelském rozhraní."
|
"yaml_not_editable": "Nastavení této entity nelze upravovat z uživatelského rozhraní. Pouze entity nastavené z uživatelského rozhraní lze konfigurovat v uživatelském rozhraní."
|
||||||
},
|
},
|
||||||
|
"image_cropper": {
|
||||||
|
"crop": "Ořiznout"
|
||||||
|
},
|
||||||
"more_info_control": {
|
"more_info_control": {
|
||||||
"dismiss": "Zavřít dialog",
|
"dismiss": "Zavřít dialog",
|
||||||
"edit": "Upravit entitu",
|
"edit": "Upravit entitu",
|
||||||
@ -837,7 +844,7 @@
|
|||||||
"add_option": "Přidat volbu",
|
"add_option": "Přidat volbu",
|
||||||
"conditions": "Podmínky",
|
"conditions": "Podmínky",
|
||||||
"default": "Výchozí akce",
|
"default": "Výchozí akce",
|
||||||
"label": "Vybrat",
|
"label": "Volby",
|
||||||
"option": "Volba {number}",
|
"option": "Volba {number}",
|
||||||
"remove_option": "Odebrat volbu",
|
"remove_option": "Odebrat volbu",
|
||||||
"sequence": "Akce"
|
"sequence": "Akce"
|
||||||
@ -862,7 +869,7 @@
|
|||||||
"service_data": "Data služby"
|
"service_data": "Data služby"
|
||||||
},
|
},
|
||||||
"repeat": {
|
"repeat": {
|
||||||
"label": "Opakovat",
|
"label": "Opakovaní",
|
||||||
"sequence": "Akce",
|
"sequence": "Akce",
|
||||||
"type_select": "Typ opakování",
|
"type_select": "Typ opakování",
|
||||||
"type": {
|
"type": {
|
||||||
@ -1042,6 +1049,9 @@
|
|||||||
"sunrise": "Východ slunce",
|
"sunrise": "Východ slunce",
|
||||||
"sunset": "Západ slunce"
|
"sunset": "Západ slunce"
|
||||||
},
|
},
|
||||||
|
"tag": {
|
||||||
|
"label": "Značka"
|
||||||
|
},
|
||||||
"template": {
|
"template": {
|
||||||
"label": "Šablona",
|
"label": "Šablona",
|
||||||
"value_template": "Šablona hodnoty"
|
"value_template": "Šablona hodnoty"
|
||||||
@ -1641,6 +1651,9 @@
|
|||||||
"ozw": {
|
"ozw": {
|
||||||
"common": {
|
"common": {
|
||||||
"zwave": "Z-Wave"
|
"zwave": "Z-Wave"
|
||||||
|
},
|
||||||
|
"refresh_node": {
|
||||||
|
"step": "Krok"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"person": {
|
"person": {
|
||||||
@ -1797,6 +1810,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tags": {
|
||||||
|
"add_tag": "Přidat značku",
|
||||||
|
"automation_title": "Značka {name} je naskenována",
|
||||||
|
"caption": "Značky",
|
||||||
|
"create_automation": "Vytvořit automatizaci se značkou",
|
||||||
|
"description": "Správa značek",
|
||||||
|
"detail": {
|
||||||
|
"create": "Vytvořit",
|
||||||
|
"create_and_write": "Vytvořit a zapsat",
|
||||||
|
"delete": "Smazat",
|
||||||
|
"description": "Popis",
|
||||||
|
"name": "Název",
|
||||||
|
"new_tag": "Nová značka",
|
||||||
|
"tag_id": "ID značky",
|
||||||
|
"tag_id_placeholder": "Automaticky vygenerováno, pokud zůstane prázdné",
|
||||||
|
"update": "Aktualizovat"
|
||||||
|
},
|
||||||
|
"edit": "Upravit",
|
||||||
|
"headers": {
|
||||||
|
"last_scanned": "Naposledy naskenováno",
|
||||||
|
"name": "Název"
|
||||||
|
},
|
||||||
|
"no_tags": "Žádné značky",
|
||||||
|
"write": "Zapsat"
|
||||||
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"add_user": {
|
"add_user": {
|
||||||
"caption": "Přidat uživatele",
|
"caption": "Přidat uživatele",
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
"boost": "Boost",
|
"boost": "Boost",
|
||||||
"comfort": "Komfort",
|
"comfort": "Komfort",
|
||||||
"eco": "Eco",
|
"eco": "Eco",
|
||||||
"home": "Zu Hause",
|
"home": "Zuhause",
|
||||||
"normal": "Normal",
|
"normal": "Normal",
|
||||||
"sleep": "Schlafen"
|
"sleep": "Schlafen"
|
||||||
}
|
}
|
||||||
@ -96,7 +96,7 @@
|
|||||||
"armed": "Aktiv",
|
"armed": "Aktiv",
|
||||||
"armed_away": "Aktiv, abwesend",
|
"armed_away": "Aktiv, abwesend",
|
||||||
"armed_custom_bypass": "Aktiv, benutzerdefiniert",
|
"armed_custom_bypass": "Aktiv, benutzerdefiniert",
|
||||||
"armed_home": "Aktiv, zu Hause",
|
"armed_home": "Aktiv, Zuhause",
|
||||||
"armed_night": "Aktiv, Nacht",
|
"armed_night": "Aktiv, Nacht",
|
||||||
"arming": "Aktiviere",
|
"arming": "Aktiviere",
|
||||||
"disarmed": "Inaktiv",
|
"disarmed": "Inaktiv",
|
||||||
@ -267,7 +267,7 @@
|
|||||||
"standby": "Standby"
|
"standby": "Standby"
|
||||||
},
|
},
|
||||||
"person": {
|
"person": {
|
||||||
"home": "Zu Hause"
|
"home": "Zuhause"
|
||||||
},
|
},
|
||||||
"plant": {
|
"plant": {
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
@ -2137,7 +2137,7 @@
|
|||||||
"empty_state": {
|
"empty_state": {
|
||||||
"go_to_integrations_page": "Gehe zur Integrationsseite.",
|
"go_to_integrations_page": "Gehe zur Integrationsseite.",
|
||||||
"no_devices": "Auf dieser Seite können Sie Ihre Geräte steuern, es sieht jedoch so aus, als hätten Sie noch keine eingerichtet. Gehen Sie zur Integrationsseite, um damit zu beginnen.",
|
"no_devices": "Auf dieser Seite können Sie Ihre Geräte steuern, es sieht jedoch so aus, als hätten Sie noch keine eingerichtet. Gehen Sie zur Integrationsseite, um damit zu beginnen.",
|
||||||
"title": "Willkommen zu Hause"
|
"title": "Willkommen Zuhause"
|
||||||
},
|
},
|
||||||
"entities": {
|
"entities": {
|
||||||
"never_triggered": "Nie ausgelöst"
|
"never_triggered": "Nie ausgelöst"
|
||||||
|
@ -1337,6 +1337,7 @@
|
|||||||
"caption": "Devices",
|
"caption": "Devices",
|
||||||
"confirm_delete": "Are you sure you want to delete this device?",
|
"confirm_delete": "Are you sure you want to delete this device?",
|
||||||
"confirm_rename_entity_ids": "Do you also want to rename the entity id's of your entities?",
|
"confirm_rename_entity_ids": "Do you also want to rename the entity id's of your entities?",
|
||||||
|
"confirm_rename_entity_ids_warning": "This will not change any configuration (like automations, scripts, scenes, Lovelace) that is currently using these entities, you will have to update them yourself.",
|
||||||
"data_table": {
|
"data_table": {
|
||||||
"area": "Area",
|
"area": "Area",
|
||||||
"battery": "Battery",
|
"battery": "Battery",
|
||||||
|
@ -899,7 +899,7 @@
|
|||||||
"wait_template": "Plantilla de espera"
|
"wait_template": "Plantilla de espera"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_action": "Acción no admitida: {action}"
|
"unsupported_action": "No hay soporte en la IU para la acción: {action}"
|
||||||
},
|
},
|
||||||
"alias": "Nombre",
|
"alias": "Nombre",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
@ -965,7 +965,7 @@
|
|||||||
"zone": "Zona"
|
"zone": "Zona"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_condition": "Condición no admitida: {condition}"
|
"unsupported_condition": "No hay soporte en la IU para la condición: {condition}"
|
||||||
},
|
},
|
||||||
"default_name": "Nueva automatización",
|
"default_name": "Nueva automatización",
|
||||||
"description": {
|
"description": {
|
||||||
@ -1057,6 +1057,9 @@
|
|||||||
"sunrise": "Amanecer",
|
"sunrise": "Amanecer",
|
||||||
"sunset": "Puesta de sol"
|
"sunset": "Puesta de sol"
|
||||||
},
|
},
|
||||||
|
"tag": {
|
||||||
|
"label": "Etiqueta"
|
||||||
|
},
|
||||||
"template": {
|
"template": {
|
||||||
"label": "Plantilla",
|
"label": "Plantilla",
|
||||||
"value_template": "Valor de la plantilla"
|
"value_template": "Valor de la plantilla"
|
||||||
@ -1084,7 +1087,7 @@
|
|||||||
"zone": "Zona"
|
"zone": "Zona"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_platform": "Plataforma no admitida: {platform}"
|
"unsupported_platform": "No hay soporte en la IU para la plataforma: {platform}"
|
||||||
},
|
},
|
||||||
"unsaved_confirm": "Tienes cambios sin guardar. ¿Estás seguro de que quieres salir?"
|
"unsaved_confirm": "Tienes cambios sin guardar. ¿Estás seguro de que quieres salir?"
|
||||||
},
|
},
|
||||||
@ -1850,6 +1853,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tags": {
|
||||||
|
"add_tag": "Añadir etiqueta",
|
||||||
|
"automation_title": "Se escanea la etiqueta {name}",
|
||||||
|
"caption": "Etiquetas",
|
||||||
|
"create_automation": "Crear automatización con etiqueta",
|
||||||
|
"description": "Administrar etiquetas",
|
||||||
|
"detail": {
|
||||||
|
"create": "Crear",
|
||||||
|
"create_and_write": "Crear y escribir",
|
||||||
|
"delete": "Eliminar",
|
||||||
|
"description": "Descripción",
|
||||||
|
"name": "Nombre",
|
||||||
|
"new_tag": "Nueva etiqueta",
|
||||||
|
"tag_id": "ID de etiqueta",
|
||||||
|
"tag_id_placeholder": "Autogenerado cuando se deja vacío",
|
||||||
|
"update": "Actualizar"
|
||||||
|
},
|
||||||
|
"edit": "Editar",
|
||||||
|
"headers": {
|
||||||
|
"last_scanned": "Última vez escaneada",
|
||||||
|
"name": "Nombre"
|
||||||
|
},
|
||||||
|
"no_tags": "Sin etiquetas",
|
||||||
|
"write": "Escribir"
|
||||||
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"add_user": {
|
"add_user": {
|
||||||
"caption": "Añadir usuario",
|
"caption": "Añadir usuario",
|
||||||
|
@ -899,7 +899,7 @@
|
|||||||
"wait_template": "Ventemal"
|
"wait_template": "Ventemal"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_action": "Ikke-støttet handling: {action}"
|
"unsupported_action": "Ingen brukergrensesnitt for handling: {action}"
|
||||||
},
|
},
|
||||||
"alias": "Navn",
|
"alias": "Navn",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
@ -965,7 +965,7 @@
|
|||||||
"zone": "Sone"
|
"zone": "Sone"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_condition": "Ikke-støttet tilstand: {condition}"
|
"unsupported_condition": "Ingen brukergrensesnitt for bruk: {condition}"
|
||||||
},
|
},
|
||||||
"default_name": "Ny automasjon",
|
"default_name": "Ny automasjon",
|
||||||
"description": {
|
"description": {
|
||||||
@ -1057,6 +1057,9 @@
|
|||||||
"sunrise": "Soloppgang",
|
"sunrise": "Soloppgang",
|
||||||
"sunset": "Solnedgang"
|
"sunset": "Solnedgang"
|
||||||
},
|
},
|
||||||
|
"tag": {
|
||||||
|
"label": "Tag"
|
||||||
|
},
|
||||||
"template": {
|
"template": {
|
||||||
"label": "Mal",
|
"label": "Mal",
|
||||||
"value_template": "Verdi mal"
|
"value_template": "Verdi mal"
|
||||||
@ -1084,7 +1087,7 @@
|
|||||||
"zone": "Sone"
|
"zone": "Sone"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_platform": "Ikke-støttet plattform: {platform}"
|
"unsupported_platform": "Ingen UI-støtte for plattform: {platform}"
|
||||||
},
|
},
|
||||||
"unsaved_confirm": "Du har ulagrede endringer. Er du sikker på at du vil lukke?"
|
"unsaved_confirm": "Du har ulagrede endringer. Er du sikker på at du vil lukke?"
|
||||||
},
|
},
|
||||||
@ -1850,6 +1853,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tags": {
|
||||||
|
"add_tag": "Legg til tag",
|
||||||
|
"automation_title": "Tag {name} skannes",
|
||||||
|
"caption": "Tags",
|
||||||
|
"create_automation": "Opprett automatisering med tag",
|
||||||
|
"description": "Administrer tagger",
|
||||||
|
"detail": {
|
||||||
|
"create": "Opprett",
|
||||||
|
"create_and_write": "Opprette og skrive",
|
||||||
|
"delete": "Slett",
|
||||||
|
"description": "Beskrivelse",
|
||||||
|
"name": "Navn",
|
||||||
|
"new_tag": "Ny tag",
|
||||||
|
"tag_id": "Tag id",
|
||||||
|
"tag_id_placeholder": "Automatisk generert når den er tom",
|
||||||
|
"update": "Oppdater"
|
||||||
|
},
|
||||||
|
"edit": "Redigere",
|
||||||
|
"headers": {
|
||||||
|
"last_scanned": "Sist skannet",
|
||||||
|
"name": "Navn"
|
||||||
|
},
|
||||||
|
"no_tags": "Ingen tagger",
|
||||||
|
"write": "Skrive"
|
||||||
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"add_user": {
|
"add_user": {
|
||||||
"caption": "Legg til bruker",
|
"caption": "Legg til bruker",
|
||||||
|
@ -899,7 +899,7 @@
|
|||||||
"wait_template": "Шаблон ожидания"
|
"wait_template": "Шаблон ожидания"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_action": "Неподдерживаемое действие: {action}"
|
"unsupported_action": "Отсутствует форма ввода для этого действия: {action}"
|
||||||
},
|
},
|
||||||
"alias": "Название",
|
"alias": "Название",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
@ -965,7 +965,7 @@
|
|||||||
"zone": "Зона"
|
"zone": "Зона"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_condition": "Неподдерживаемое условие: {condition}"
|
"unsupported_condition": "Отсутствует форма ввода для этого условия: {condition}"
|
||||||
},
|
},
|
||||||
"default_name": "Новая автоматизация",
|
"default_name": "Новая автоматизация",
|
||||||
"description": {
|
"description": {
|
||||||
@ -1057,6 +1057,9 @@
|
|||||||
"sunrise": "Восход",
|
"sunrise": "Восход",
|
||||||
"sunset": "Закат"
|
"sunset": "Закат"
|
||||||
},
|
},
|
||||||
|
"tag": {
|
||||||
|
"label": "Метка"
|
||||||
|
},
|
||||||
"template": {
|
"template": {
|
||||||
"label": "Шаблон",
|
"label": "Шаблон",
|
||||||
"value_template": "Значение шаблона"
|
"value_template": "Значение шаблона"
|
||||||
@ -1084,7 +1087,7 @@
|
|||||||
"zone": "Зона"
|
"zone": "Зона"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_platform": "Неподдерживаемая платформа: {platform}"
|
"unsupported_platform": "Отсутствует форма ввода для этой платформы: {platform}"
|
||||||
},
|
},
|
||||||
"unsaved_confirm": "У вас есть несохраненные изменения. Вы уверены, что хотите выйти?"
|
"unsaved_confirm": "У вас есть несохраненные изменения. Вы уверены, что хотите выйти?"
|
||||||
},
|
},
|
||||||
@ -1850,6 +1853,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tags": {
|
||||||
|
"add_tag": "Добавить метку",
|
||||||
|
"automation_title": "Считана метка {name}",
|
||||||
|
"caption": "Метки",
|
||||||
|
"create_automation": "Создать автоматизацию с меткой",
|
||||||
|
"description": "Управление метками",
|
||||||
|
"detail": {
|
||||||
|
"create": "Добавить",
|
||||||
|
"create_and_write": "Добавить и записать",
|
||||||
|
"delete": "Удалить",
|
||||||
|
"description": "Описание",
|
||||||
|
"name": "Название",
|
||||||
|
"new_tag": "Новая метка",
|
||||||
|
"tag_id": "ID метки",
|
||||||
|
"tag_id_placeholder": "Если не указан, создается автоматически",
|
||||||
|
"update": "Обновить"
|
||||||
|
},
|
||||||
|
"edit": "Изменить",
|
||||||
|
"headers": {
|
||||||
|
"last_scanned": "Последнее считывание",
|
||||||
|
"name": "Название"
|
||||||
|
},
|
||||||
|
"no_tags": "Нет меток",
|
||||||
|
"write": "Записать"
|
||||||
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"add_user": {
|
"add_user": {
|
||||||
"caption": "Добавить пользователя",
|
"caption": "Добавить пользователя",
|
||||||
|
@ -554,6 +554,10 @@
|
|||||||
"loading_history": "正在載入狀態歷史...",
|
"loading_history": "正在載入狀態歷史...",
|
||||||
"no_history_found": "找不到狀態歷史。"
|
"no_history_found": "找不到狀態歷史。"
|
||||||
},
|
},
|
||||||
|
"picture-upload": {
|
||||||
|
"label": "照片",
|
||||||
|
"unsupported_format": "不支援的格式,請選擇 JPEG、PNG 或 GIF 圖檔。"
|
||||||
|
},
|
||||||
"related-items": {
|
"related-items": {
|
||||||
"area": "分區",
|
"area": "分區",
|
||||||
"automation": "以下自動化部分",
|
"automation": "以下自動化部分",
|
||||||
@ -656,6 +660,9 @@
|
|||||||
"required_error_msg": "必填欄位",
|
"required_error_msg": "必填欄位",
|
||||||
"yaml_not_editable": "此物件的設定無法藉由 UI 編輯、僅有透過 UI 設定的物件可於 UI 進行設定。"
|
"yaml_not_editable": "此物件的設定無法藉由 UI 編輯、僅有透過 UI 設定的物件可於 UI 進行設定。"
|
||||||
},
|
},
|
||||||
|
"image_cropper": {
|
||||||
|
"crop": "裁切"
|
||||||
|
},
|
||||||
"more_info_control": {
|
"more_info_control": {
|
||||||
"dismiss": "忽略對話",
|
"dismiss": "忽略對話",
|
||||||
"edit": "編輯物件",
|
"edit": "編輯物件",
|
||||||
@ -892,7 +899,7 @@
|
|||||||
"wait_template": "等待模板"
|
"wait_template": "等待模板"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_action": "不支援的觸發動作: {action}"
|
"unsupported_action": "UI 介面不支援觸發動作:{action}"
|
||||||
},
|
},
|
||||||
"alias": "名稱",
|
"alias": "名稱",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
@ -958,7 +965,7 @@
|
|||||||
"zone": "區域"
|
"zone": "區域"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_condition": "不支援的觸發判斷: {condition}"
|
"unsupported_condition": "UI 介面不支援觸發判斷:{condition}"
|
||||||
},
|
},
|
||||||
"default_name": "建立新的自動化",
|
"default_name": "建立新的自動化",
|
||||||
"description": {
|
"description": {
|
||||||
@ -1050,6 +1057,9 @@
|
|||||||
"sunrise": "日出",
|
"sunrise": "日出",
|
||||||
"sunset": "日落"
|
"sunset": "日落"
|
||||||
},
|
},
|
||||||
|
"tag": {
|
||||||
|
"label": "標籤"
|
||||||
|
},
|
||||||
"template": {
|
"template": {
|
||||||
"label": "模板",
|
"label": "模板",
|
||||||
"value_template": "數值模板"
|
"value_template": "數值模板"
|
||||||
@ -1077,7 +1087,7 @@
|
|||||||
"zone": "區域"
|
"zone": "區域"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unsupported_platform": "不支持的平台: {platform}"
|
"unsupported_platform": "UI 介面不支援平台:{platform}"
|
||||||
},
|
},
|
||||||
"unsaved_confirm": "設定尚未儲存,確定要放棄嗎?"
|
"unsaved_confirm": "設定尚未儲存,確定要放棄嗎?"
|
||||||
},
|
},
|
||||||
@ -1843,6 +1853,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tags": {
|
||||||
|
"add_tag": "新增標籤",
|
||||||
|
"automation_title": "標籤 {name} 已掃描",
|
||||||
|
"caption": "標籤",
|
||||||
|
"create_automation": "以標籤新增自動化",
|
||||||
|
"description": "管理標籤",
|
||||||
|
"detail": {
|
||||||
|
"create": "新增",
|
||||||
|
"create_and_write": "新增與編寫",
|
||||||
|
"delete": "刪除",
|
||||||
|
"description": "說明",
|
||||||
|
"name": "名稱",
|
||||||
|
"new_tag": "新標籤",
|
||||||
|
"tag_id": "標籤 ID",
|
||||||
|
"tag_id_placeholder": "空白時將自動產生",
|
||||||
|
"update": "更新"
|
||||||
|
},
|
||||||
|
"edit": "編輯",
|
||||||
|
"headers": {
|
||||||
|
"last_scanned": "最後掃描時間",
|
||||||
|
"name": "名稱"
|
||||||
|
},
|
||||||
|
"no_tags": "無標籤",
|
||||||
|
"write": "編寫"
|
||||||
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"add_user": {
|
"add_user": {
|
||||||
"caption": "新增用戶",
|
"caption": "新增用戶",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user