Files
On-Web/public/i18n/en.json
2026-04-09 13:41:04 +02:00

46 lines
1.1 KiB
JSON

{
"signIn": {
"formTitle": "Sign in",
"mainInput": {
"label": "Username, email or phone number",
"placeholder": "bob, bob@example.com, +36201234567"
},
"password": {
"label": "Password"
},
"emailButton": "Sign in with email code",
"smsButton": "Sign in with SMS code",
"signInButton": "Sign in",
"errors": {
"unameMailPhoneRequired": "Username, email or phone number is required",
"passwordRequired": "Password is required",
"passwordIncorrect": "Password is incorrect"
}
},
"chat": {
"chatnav": {
"dmList": {
"newChat": "Start new chat",
"messageBox": {
"latestMessage": {
"you": "You: "
}
}
}
},
"elements": {
"messageBox": {
"placeholder": "Type a message...",
"message": "Message",
"uplDrag": {
"upload": "Drop here to upload",
"transfer": "Drop here to transfer"
},
"fileUploadDialog": {
"label": "Upload files"
}
}
}
}
}