Create en.json

This commit is contained in:
smkrv
2024-11-14 18:35:18 +03:00
committed by GitHub
parent a255743526
commit b7905b1aa1
@@ -0,0 +1,27 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API Key",
"api_base": "API Base URL",
"request_interval": "Request Interval (seconds)"
}
}
},
"error": {
"invalid_api_key": "Invalid API key",
"cannot_connect": "Failed to connect to API",
"unknown": "Unexpected error"
}
},
"options": {
"step": {
"init": {
"data": {
"request_interval": "Request Interval (seconds)"
}
}
}
}
}