forked from FoundKeyGang/FoundKey
Translated desktop/views/pages/share.vue
This commit is contained in:
parent
e93503066c
commit
3636db3f85
3 changed files with 13 additions and 2 deletions
|
@ -666,6 +666,11 @@ desktop/views/pages/selectdrive.vue:
|
|||
ok: "OK"
|
||||
cancel: "Cancel"
|
||||
upload: "Upload files from your device"
|
||||
|
||||
desktop/views/pages/share.vue:
|
||||
share-with: "Share with Misskey"
|
||||
close: "Close"
|
||||
|
||||
desktop/views/pages/user-list.users.vue:
|
||||
users: "User"
|
||||
add-user: "Add a user"
|
||||
|
|
|
@ -717,6 +717,8 @@ desktop/views/components/received-follow-requests-window.vue:
|
|||
title: "フォロー申請"
|
||||
accept: "承認"
|
||||
reject: "拒否"
|
||||
|
||||
|
||||
|
||||
desktop/views/components/user-lists-window.vue:
|
||||
title: "リスト"
|
||||
|
@ -778,6 +780,10 @@ desktop/views/pages/selectdrive.vue:
|
|||
cancel: "キャンセル"
|
||||
upload: "PCからドライブにファイルをアップロード"
|
||||
|
||||
desktop/views/pages/share.vue:
|
||||
share-with: "Misskeyで共有"
|
||||
close: "閉じる"
|
||||
|
||||
desktop/views/pages/user-list.users.vue:
|
||||
users: "ユーザー"
|
||||
add-user: "ユーザーを追加"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<div class="pptjhabgjtt7kwskbfv4y3uml6fpuhmr">
|
||||
<h1>Misskeyで共有</h1>
|
||||
<h1>%i18n:@share-with%</h1>
|
||||
<div>
|
||||
<mk-signin v-if="!$store.getters.isSignedIn"/>
|
||||
<mk-post-form v-else-if="!posted" :initial-text="text" :instant="true" @posted="posted = true"/>
|
||||
<p v-if="posted" class="posted">%fa:check%</p>
|
||||
</div>
|
||||
<button v-if="posted" class="ui button" @click="close">閉じる</button>
|
||||
<button v-if="posted" class="ui button" @click="close">%i18n:@close%</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue