♻️ refactor: Add localization updates for log and server files across multiple languages
- Added new keys for "server", "subscribe", "detail", "pending", "sending", "sent", and "unknown" in log.json files for various languages. - Introduced a "type" object with transaction types (Recharge, Withdraw, Purchase, Refund, Reward, Commission) in log.json files for multiple languages. - Updated "traffic_ratio" to "Ratio" and added "transport" in servers.json for English localization. - Ensured consistency and accuracy in translations for all affected languages including German, English, Spanish, French, Russian, Chinese, and more.
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
"platform": "Платформа",
|
||||
"remark": "Примітка",
|
||||
"resetAt": "Скинуто о",
|
||||
"server": "Сервер",
|
||||
"serverId": "ID сервера",
|
||||
"status": "Статус",
|
||||
"subject": "Тема",
|
||||
"subscribe": "Підписатися",
|
||||
"subscribeId": "ID підписки",
|
||||
"success": "Успішно",
|
||||
"time": "Час",
|
||||
@@ -32,7 +34,9 @@
|
||||
"userId": "ID користувача"
|
||||
},
|
||||
"datePlaceholder": "YYYY-MM-DD",
|
||||
"detail": "Деталі",
|
||||
"failed": "Не вдалося",
|
||||
"pending": "В очікуванні",
|
||||
"placeholder": {
|
||||
"serverName": "Назва сервера",
|
||||
"toOrSubject": "Кому / Тема",
|
||||
@@ -42,6 +46,8 @@
|
||||
"userIdOrOrderNoOrSubscribeId": "ID користувача / Номер замовлення / ID підписки",
|
||||
"userIdOrTokenOrIpOrUa": "ID користувача / Токен / IP / UA"
|
||||
},
|
||||
"sending": "Відправка",
|
||||
"sent": "Відправлено",
|
||||
"success": "Успішно",
|
||||
"title": {
|
||||
"balance": "Журнал балансу",
|
||||
@@ -56,5 +62,14 @@
|
||||
"subscribe": "Журнал підписки",
|
||||
"subscribeTraffic": "Журнал трафіку підписки",
|
||||
"trafficDetails": "Деталі трафіку"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"1": "Поповнення",
|
||||
"2": "Виведення",
|
||||
"3": "Покупка",
|
||||
"4": "Повернення",
|
||||
"5": "Нагорода",
|
||||
"6": "Комісія"
|
||||
},
|
||||
"unknown": "Невідомо"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user