-
Notifications
You must be signed in to change notification settings - Fork 71
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
8f05d35
commit 28d354e
Showing
1 changed file
with
76 additions
and
0 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
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": "Діагностичний режим" | ||
} | ||
} | ||
} | ||
} | ||
} |