mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
fix(i18n): improve descriptions
This commit is contained in:
parent
c280ee389c
commit
81e24440e7
3 changed files with 10 additions and 10 deletions
|
@ -49,7 +49,7 @@ useCommand({
|
|||
<component
|
||||
:is="as"
|
||||
v-bind="$attrs" ref="el"
|
||||
w-fit flex gap-1 items-center
|
||||
w-fit flex gap-1 items-center transition-all
|
||||
rounded group
|
||||
:hover=" !disabled ? hover : undefined"
|
||||
focus:outline-none
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"switch_account": "切换帐号",
|
||||
"vote": "投票"
|
||||
},
|
||||
"app_desc_short": "用 🧡 制作的 Mastodon 客户端",
|
||||
"app_desc_short": "一个灵巧的 Mastodon 客户端",
|
||||
"app_logo": "应用图标",
|
||||
"app_name": "鹿鸣",
|
||||
"attachment": {
|
||||
|
@ -206,22 +206,22 @@
|
|||
"update_available_short": "更新鹿鸣",
|
||||
"webmanifest": {
|
||||
"canary": {
|
||||
"description": "用 🧡 制作的 Mastodon 客户端(Canary)",
|
||||
"description": "一个灵巧的 Mastodon 客户端(Canary)",
|
||||
"name": "鹿鸣 Canary",
|
||||
"short_name": "鹿鸣 Canary"
|
||||
},
|
||||
"dev": {
|
||||
"description": "用 🧡 制作的 Mastodon 客户端(开发版)",
|
||||
"description": "一个灵巧的 Mastodon 客户端(开发版)",
|
||||
"name": "鹿鸣 开发版",
|
||||
"short_name": "鹿鸣 开发版"
|
||||
},
|
||||
"preview": {
|
||||
"description": "用 🧡 制作的 Mastodon 客户端(预览版)",
|
||||
"description": "一个灵巧的 Mastodon 客户端(预览版)",
|
||||
"name": "鹿鸣 预览版",
|
||||
"short_name": "鹿鸣 预览版"
|
||||
},
|
||||
"release": {
|
||||
"description": "用 🧡 制作的 Mastodon 客户端",
|
||||
"description": "一个灵巧的 Mastodon 客户端",
|
||||
"name": "鹿鸣",
|
||||
"short_name": "鹿鸣"
|
||||
}
|
||||
|
|
|
@ -209,22 +209,22 @@
|
|||
"update_available_short": "更新鹿鳴",
|
||||
"webmanifest": {
|
||||
"canary": {
|
||||
"description": "用 🧡 製作的 Mastodon 用戶端(Canary)",
|
||||
"description": "一個靈巧的 Mastodon 用戶端(Canary)",
|
||||
"name": "鹿鳴 Canary",
|
||||
"short_name": "鹿鳴 Canary"
|
||||
},
|
||||
"dev": {
|
||||
"description": "用 🧡 製作的 Mastodon 用戶端(開發版)",
|
||||
"description": "一個靈巧的 Mastodon 用戶端(開發版)",
|
||||
"name": "鹿鳴 開發版",
|
||||
"short_name": "鹿鳴 開發版"
|
||||
},
|
||||
"preview": {
|
||||
"description": "用 🧡 製作的 Mastodon 用戶端(預覽版)",
|
||||
"description": "一個靈巧的 Mastodon 用戶端(預覽版)",
|
||||
"name": "鹿鳴 預覽版",
|
||||
"short_name": "鹿鳴 預覽版"
|
||||
},
|
||||
"release": {
|
||||
"description": "用 🧡 製作的 Mastodon 用戶端",
|
||||
"description": "一個靈巧的 Mastodon 用戶端",
|
||||
"name": "鹿鳴",
|
||||
"short_name": "鹿鳴"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue