feat(i18n): translate vote

This commit is contained in:
三咲智子 2022-12-05 02:49:35 +08:00
parent a96d564eaa
commit cd5881b210
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
4 changed files with 7 additions and 4 deletions

View file

@ -38,7 +38,7 @@ async function vote(e: Event) {
{{ option.title }}
</label>
<button btn-solid>
Vote
{{ $t('action.vote') }}
</button>
</form>
<template v-else>

View file

@ -38,7 +38,8 @@
"publish": "Publish!",
"reply": "Reply",
"save_changes": "Save changes",
"sign_in": "Sign in"
"sign_in": "Sign in",
"vote": "Vote"
},
"app_desc_short": "A Mastodon client made with 🧡",
"app_name": "Elk",

View file

@ -19,7 +19,8 @@
"enter_app": "使い始める",
"publish": "投稿!",
"save_changes": "変更を保存",
"sign_in": "サインイン"
"sign_in": "サインイン",
"vote": "投票"
},
"common": {
"end_of_list": "他にはありません",

View file

@ -38,7 +38,8 @@
"publish": "发布!",
"reply": "回复",
"save_changes": "保存更改",
"sign_in": "登鹿"
"sign_in": "登鹿",
"vote": "投票"
},
"app_desc_short": "用 🧡 制作的 Mastodon 客户端",
"app_name": "鹿鸣",