Skip to content

Commit

Permalink
add ukrainian (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiZakhliupanyi authored Sep 3, 2024
1 parent 8f05d35 commit 28d354e
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions custom_components/ecoflow_cloud/translations/uk_UA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"title": "EcoFlow-Cloud",
"config": {
"step": {
"user": {
"data": {
"group": "Група пристроїв"
}
},
"api": {
"menu_options": {
"api_add_device": "Додати пристрій",
"remove_device": "Видалити пристрій",
"finish": "Завершити"
},
"data": {
"access_key": "Access key",
"secret_key": "Secret key",
"load_all_devices": "Автоматичне завантаження пристроїв"
}
},
"choose_type": {
"menu_options": {
"api": "Використовувати public API",
"manual": "Використовувати application API"
}
},
"select_device": {
"data": {
"select_device": "Вибрати пристрій"
}
},
"confirm_cloud_device": {
"data": {
"device_type": "Тип пристрою",
"device_name": "Назва пристрою",
"device_id": "SN пристрою"
}
},
"manual": {
"menu_options": {
"manual_add_device": "Додати пристрій",
"remove_device": "Видалити пристрій",
"finish": "Завершити"
},
"data": {
"username": "Email користувача",
"password": "Password користувача"
}
},
"manual_device_input": {
"data": {
"device_type": "Тип пристрою",
"device_name": "Назва пристрою",
"device_id": "SN пристрою"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"select_device": "Вибрати пристрій"
}
},
"options": {
"data": {
"power_step": "Крок регулятора потужності заряджання",
"refresh_period_sec": "Період оновлення даних (сек)",
"diagnostic_mode": "Діагностичний режим"
}
}
}
}
}

0 comments on commit 28d354e

Please sign in to comment.