feat(i18n): improve translations of command palette and others (#341)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
4214202b79
commit
e8bdceac68
5 changed files with 42 additions and 21 deletions
|
@ -39,13 +39,22 @@
|
|||
"reply": "Reply",
|
||||
"save_changes": "Save changes",
|
||||
"sign_in": "Sign in",
|
||||
"switch_account": "Switch account",
|
||||
"vote": "Vote"
|
||||
},
|
||||
"app_desc_short": "A Mastodon client made with 🧡",
|
||||
"app_name": "Elk",
|
||||
"command": {
|
||||
"activate": "Activate",
|
||||
"complete": "Complete"
|
||||
"complete": "Complete",
|
||||
"compose_desc": "Write a new post",
|
||||
"lang": "Languages",
|
||||
"select_lang": "Select language",
|
||||
"sign_in_desc": "Add an existing account",
|
||||
"switch_account": "Switch to {0}",
|
||||
"switch_account_desc": "Switch to another account",
|
||||
"toggle_dark_mode": "Toggle dark mode",
|
||||
"toggle_zen_mode": "Toggle zen mode"
|
||||
},
|
||||
"common": {
|
||||
"end_of_list": "End of the list",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue