mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 20:03:09 +02:00
i18n
This commit is contained in:
parent
1d5fc04aa6
commit
1061e1f7ae
2 changed files with 2 additions and 1 deletions
|
@ -201,6 +201,7 @@ common:
|
|||
pop-right: "右に出す"
|
||||
|
||||
dev: "アプリの作成に失敗しました。再度お試しください。"
|
||||
ai-chan-kawaii: "藍ちゃかわいい"
|
||||
|
||||
auth/views/form.vue:
|
||||
share-access: "<i>{{ app.name }}</i>があなたのアカウントにアクセスすることを<b>許可</b>しますか?"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<p><b>Machine</b><span>{{ meta.machine }}</span></p>
|
||||
<p><b>OS</b><span>{{ meta.os }}</span></p>
|
||||
<p><b>Node</b><span>{{ meta.node }}</span></p>
|
||||
<p>藍ちゃかわいい</p>
|
||||
<p>%i18n:common.ai-chan-kawaii%</p>
|
||||
</header>
|
||||
|
||||
<div v-if="stats" class="stats">
|
||||
|
|
Loading…
Reference in a new issue