fix(i18n): improve descriptions

This commit is contained in:
Anthony Fu 2023-01-14 11:27:15 +01:00
parent c280ee389c
commit 81e24440e7
3 changed files with 10 additions and 10 deletions

View file

@ -49,7 +49,7 @@ useCommand({
<component <component
:is="as" :is="as"
v-bind="$attrs" ref="el" v-bind="$attrs" ref="el"
w-fit flex gap-1 items-center w-fit flex gap-1 items-center transition-all
rounded group rounded group
:hover=" !disabled ? hover : undefined" :hover=" !disabled ? hover : undefined"
focus:outline-none focus:outline-none

View file

@ -65,7 +65,7 @@
"switch_account": "切换帐号", "switch_account": "切换帐号",
"vote": "投票" "vote": "投票"
}, },
"app_desc_short": "用 🧡 制作的 Mastodon 客户端", "app_desc_short": "一个灵巧的 Mastodon 客户端",
"app_logo": "应用图标", "app_logo": "应用图标",
"app_name": "鹿鸣", "app_name": "鹿鸣",
"attachment": { "attachment": {
@ -206,22 +206,22 @@
"update_available_short": "更新鹿鸣", "update_available_short": "更新鹿鸣",
"webmanifest": { "webmanifest": {
"canary": { "canary": {
"description": "用 🧡 制作的 Mastodon 客户端Canary", "description": "一个灵巧的 Mastodon 客户端Canary",
"name": "鹿鸣 Canary", "name": "鹿鸣 Canary",
"short_name": "鹿鸣 Canary" "short_name": "鹿鸣 Canary"
}, },
"dev": { "dev": {
"description": "用 🧡 制作的 Mastodon 客户端(开发版)", "description": "一个灵巧的 Mastodon 客户端(开发版)",
"name": "鹿鸣 开发版", "name": "鹿鸣 开发版",
"short_name": "鹿鸣 开发版" "short_name": "鹿鸣 开发版"
}, },
"preview": { "preview": {
"description": "用 🧡 制作的 Mastodon 客户端(预览版)", "description": "一个灵巧的 Mastodon 客户端(预览版)",
"name": "鹿鸣 预览版", "name": "鹿鸣 预览版",
"short_name": "鹿鸣 预览版" "short_name": "鹿鸣 预览版"
}, },
"release": { "release": {
"description": "用 🧡 制作的 Mastodon 客户端", "description": "一个灵巧的 Mastodon 客户端",
"name": "鹿鸣", "name": "鹿鸣",
"short_name": "鹿鸣" "short_name": "鹿鸣"
} }

View file

@ -209,22 +209,22 @@
"update_available_short": "更新鹿鳴", "update_available_short": "更新鹿鳴",
"webmanifest": { "webmanifest": {
"canary": { "canary": {
"description": "用 🧡 製作的 Mastodon 用戶端Canary", "description": "一個靈巧的 Mastodon 用戶端Canary",
"name": "鹿鳴 Canary", "name": "鹿鳴 Canary",
"short_name": "鹿鳴 Canary" "short_name": "鹿鳴 Canary"
}, },
"dev": { "dev": {
"description": "用 🧡 製作的 Mastodon 用戶端(開發版)", "description": "一個靈巧的 Mastodon 用戶端(開發版)",
"name": "鹿鳴 開發版", "name": "鹿鳴 開發版",
"short_name": "鹿鳴 開發版" "short_name": "鹿鳴 開發版"
}, },
"preview": { "preview": {
"description": "用 🧡 製作的 Mastodon 用戶端(預覽版)", "description": "一個靈巧的 Mastodon 用戶端(預覽版)",
"name": "鹿鳴 預覽版", "name": "鹿鳴 預覽版",
"short_name": "鹿鳴 預覽版" "short_name": "鹿鳴 預覽版"
}, },
"release": { "release": {
"description": "用 🧡 製作的 Mastodon 用戶端", "description": "一個靈巧的 Mastodon 用戶端",
"name": "鹿鳴", "name": "鹿鳴",
"short_name": "鹿鳴" "short_name": "鹿鳴"
} }