improved ui and added missing blahs
This commit is contained in:
parent
f957a081f3
commit
5c91c341a0
12 changed files with 168 additions and 44 deletions
|
|
@ -119,6 +119,12 @@
|
|||
"title.invitation.code": "invitation code",
|
||||
"title.back.to.register": "back to registration",
|
||||
"placeholder.username": "cat name",
|
||||
"placeholder.invitation.code": "invitation code",
|
||||
"placeholder.captcha.code": "captcha code"
|
||||
"placeholder.captcha.code": "captcha code",
|
||||
"placeholder.message.input": "meow...",
|
||||
"desc.messages.encryption.active": "meows are end-to-end encrypted :3",
|
||||
"desc.no.dms": "no direct meowchats :c",
|
||||
"action.dm.opening": "opening meowchat...",
|
||||
"dm.open.failed": "failed to open meowchat :c",
|
||||
"dm.messages.fetch.failed": "failed to fetch meows :c",
|
||||
"messages.decrypt.failed": "failed to decrypt meow :c"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,6 +118,12 @@
|
|||
"title.invitation.code": "Invitation code",
|
||||
"title.back.to.register": "Back to registration",
|
||||
"placeholder.username": "username",
|
||||
"placeholder.invitation.code": "invitation code",
|
||||
"placeholder.captcha.code": "captcha code"
|
||||
"placeholder.captcha.code": "captcha code",
|
||||
"placeholder.message.input": "Message...",
|
||||
"desc.messages.encryption.active": "Messages are end-to-end encrypted",
|
||||
"desc.no.dms": "No direct messages",
|
||||
"action.dm.opening": "Opening DM...",
|
||||
"dm.open.failed": "Failed to open DM",
|
||||
"dm.messages.fetch.failed": "Failed to fetch messages",
|
||||
"messages.decrypt.failed": "Failed to decrypt message"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue