This commit is contained in:
syuilo 2018-04-15 07:54:54 +09:00
parent 63fdb68320
commit 10f6d5980f
3 changed files with 7 additions and 1 deletions

View file

@ -248,6 +248,9 @@ desktop/views/components/drive.vue:
upload: "Upload a file"
url-upload: "Upload from a URL"
desktop/views/components/messaging-window.vue:
title: "Messaging"
desktop/views/components/notes.note.vue:
reposted-by: "Reposted by {}"
reply: "Reply"

View file

@ -248,6 +248,9 @@ desktop/views/components/drive.vue:
upload: "ファイルをアップロード"
url-upload: "URLからアップロード"
desktop/views/components/messaging-window.vue:
title: "メッセージ"
desktop/views/components/notes.note.vue:
reposted-by: "{}がRenote"
reply: "返信"

View file

@ -1,6 +1,6 @@
<template>
<mk-window ref="window" width="500px" height="560px" @closed="$destroy">
<span slot="header" :class="$style.header">%fa:comments%メッセージ</span>
<span slot="header" :class="$style.header">%fa:comments%%i18n:@title%</span>
<mk-messaging :class="$style.content" @navigate="navigate"/>
</mk-window>
</template>