forked from Mirrors/elk
feat(i18n): translate vote
This commit is contained in:
parent
a96d564eaa
commit
cd5881b210
4 changed files with 7 additions and 4 deletions
|
@ -38,7 +38,7 @@ async function vote(e: Event) {
|
||||||
{{ option.title }}
|
{{ option.title }}
|
||||||
</label>
|
</label>
|
||||||
<button btn-solid>
|
<button btn-solid>
|
||||||
Vote
|
{{ $t('action.vote') }}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
"publish": "Publish!",
|
"publish": "Publish!",
|
||||||
"reply": "Reply",
|
"reply": "Reply",
|
||||||
"save_changes": "Save changes",
|
"save_changes": "Save changes",
|
||||||
"sign_in": "Sign in"
|
"sign_in": "Sign in",
|
||||||
|
"vote": "Vote"
|
||||||
},
|
},
|
||||||
"app_desc_short": "A Mastodon client made with 🧡",
|
"app_desc_short": "A Mastodon client made with 🧡",
|
||||||
"app_name": "Elk",
|
"app_name": "Elk",
|
||||||
|
|
|
@ -19,7 +19,8 @@
|
||||||
"enter_app": "使い始める",
|
"enter_app": "使い始める",
|
||||||
"publish": "投稿!",
|
"publish": "投稿!",
|
||||||
"save_changes": "変更を保存",
|
"save_changes": "変更を保存",
|
||||||
"sign_in": "サインイン"
|
"sign_in": "サインイン",
|
||||||
|
"vote": "投票"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"end_of_list": "他にはありません",
|
"end_of_list": "他にはありません",
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
"publish": "发布!",
|
"publish": "发布!",
|
||||||
"reply": "回复",
|
"reply": "回复",
|
||||||
"save_changes": "保存更改",
|
"save_changes": "保存更改",
|
||||||
"sign_in": "登鹿"
|
"sign_in": "登鹿",
|
||||||
|
"vote": "投票"
|
||||||
},
|
},
|
||||||
"app_desc_short": "用 🧡 制作的 Mastodon 客户端",
|
"app_desc_short": "用 🧡 制作的 Mastodon 客户端",
|
||||||
"app_name": "鹿鸣",
|
"app_name": "鹿鸣",
|
||||||
|
|
Loading…
Reference in a new issue