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

@ -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": "鹿鳴"
}