feat(locales): Add area code and telephone fields to user forms in multiple languages

This commit is contained in:
web@ppanel
2025-01-14 19:26:38 +07:00
parent 585b99c2cc
commit 9b8258ce5a
24 changed files with 113 additions and 3 deletions
+5
View File
@@ -17,6 +17,8 @@
"email": "e-mail",
"enable": "Povolit",
"form": {
"areaCode": "Směrové číslo",
"areaCodePlaceholder": "Směrové číslo",
"balance": "Zůstatek",
"balancePlaceholder": "Zůstatek",
"cancel": "Zrušit",
@@ -33,12 +35,15 @@
"passwordPlaceholder": "Zadejte nové heslo (může zůstat prázdné)",
"refererId": "ID doporučitele",
"refererIdPlaceholder": "Zadejte ID doporučitele",
"telephone": "Telefonní číslo",
"telephonePlaceholder": "Zadejte telefonní číslo",
"userEmail": "E-mail uživatele",
"userEmailPlaceholder": "Zadejte e-mail uživatele"
},
"giftAmount": "Částka dárku",
"inviteCode": "Pozvánkový kód",
"referer": "Doporučitel",
"telephone": "Telefonní číslo",
"updateSuccess": "Aktualizace byla úspěšná",
"userList": "Seznam uživatelů",
"userName": "Uživatelský e-mail"