forked from FoundKeyGang/FoundKey
Translated mobile/views/pages/signup.vue
This commit is contained in:
parent
bdde0c3c63
commit
55d2ae2050
3 changed files with 6 additions and 1 deletions
|
@ -924,6 +924,8 @@ mobile/views/pages/drive.vue:
|
|||
more: "Load more"
|
||||
mobile/views/pages/followers.vue:
|
||||
followers-of: "Followers of {}"
|
||||
mobile/views/pages/signup.vue:
|
||||
lets-start: "Let's start! 📦"
|
||||
mobile/views/pages/following.vue:
|
||||
following-of: "Following of {}"
|
||||
mobile/views/pages/home.vue:
|
||||
|
|
|
@ -1068,6 +1068,9 @@ mobile/views/pages/user-lists.vue:
|
|||
mobile/views/pages/drive.vue:
|
||||
drive: "ドライブ"
|
||||
more: "もっと見る"
|
||||
|
||||
mobile/views/pages/signup.vue:
|
||||
lets-start: "📦 始めましょう"
|
||||
|
||||
mobile/views/pages/followers.vue:
|
||||
followers-of: "{}のフォロワー"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="signup">
|
||||
<h1>📦 始めましょう</h1>
|
||||
<h1>%i18n:@lets-start%</h1>
|
||||
<mk-signup/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue