summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-15 02:03:36 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-15 02:03:36 +0900
commit27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe (patch)
treee5dfa41965f77f7e40c146dfc53e62f2f2d28732
parentwip (diff)
downloadsharkey-27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe.tar.gz
sharkey-27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe.tar.bz2
sharkey-27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe.zip
wip
-rw-r--r--locales/ja.yml236
-rw-r--r--src/client/app/desktop/views/components/repost-form-window.vue42
-rw-r--r--src/client/app/desktop/views/components/repost-form.vue131
-rw-r--r--src/client/app/desktop/views/components/ui.header.account.vue2
-rw-r--r--src/client/app/desktop/views/components/ui.header.nav.vue2
5 files changed, 117 insertions, 296 deletions
diff --git a/locales/ja.yml b/locales/ja.yml
index 36acc55b76..6e8cd50ea2 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -154,14 +154,14 @@ desktop/views/components/drive-window.vue:
drive: "ドライブ"
desktop/views/components/drive.file.vue:
- avatar: "アバター"
+ avatar: "アイコン"
banner: "バナー"
contextmenu:
rename: "名前を変更"
copy-url: "URLをコピー"
download: "ダウンロード"
else-files: "その他..."
- set-as-avatar: "アバターに設定"
+ set-as-avatar: "アイコンに設定"
set-as-banner: "バナーに設定"
open-in-app: "アプリで開く"
add-app: "アプリを追加"
@@ -205,11 +205,121 @@ desktop/views/components/drive.vue:
upload: "ファイルをアップロード"
url-upload: "URLからアップロード"
+desktop/views/components/notes.note.vue:
+ reposted-by: "{}がRenote"
+ reply: "返信"
+ renote: "Renote"
+ add-reaction: "リアクション"
+ detail: "詳細"
+desktop/views/components/notifications.vue:
+ more: "もっと見る"
+desktop/views/components/post-form.vue:
+ note-placeholder: "いまどうしてる?"
+ reply-placeholder: "この投稿への返信..."
+ quote-placeholder: "この投稿を引用..."
+ note: "投稿"
+ reply: "返信"
+ renote: "Renote"
+ posted: "投稿しました!"
+ replied: "返信しました!"
+ reposted: "Renoteしました!"
+ note-failed: "投稿に失敗しました"
+ reply-failed: "返信に失敗しました"
+ renote-failed: "Renoteに失敗しました"
+ posting: "投稿中"
+ attach-media-from-local: "PCからメディアを添付"
+ attach-media-from-drive: "ドライブからメディアを添付"
+ attach-cancel: "添付取り消し"
+ insert-a-kao: "v(‘ω’)v"
+ create-poll: "投票を作成"
+ text-remain: "残り{}文字"
+desktop/views/components/post-form-window.vue:
+ note: "新規投稿"
+ reply: "返信"
+ attaches: "添付: {}メディア"
+ uploading-media: "{}個のメディアをアップロード中"
+desktop/views/components/renote-form.vue:
+ quote: "引用する..."
+ cancel: "キャンセル"
+ renote: "Renote"
+ reposting: "しています..."
+ success: "Renoteしました!"
+ failure: "Renoteに失敗しました"
+desktop/views/components/renote-form-window.vue:
+ title: "この投稿をRenoteしますか?"
+
+desktop/views/components/settings.vue:
+ profile: "プロフィール"
+ mute: "ミュート"
+ drive: "ドライブ"
+ security: "セキュリティ"
+ password: "パスワード"
+ 2fa: "二段階認証"
+ other: "その他"
+
+desktop/views/components/settings.2fa.vue:
+ intro: "二段階認証を設定すると、サインイン時にパスワードだけでなく、予め登録しておいた物理的なデバイス(例えばあなたのスマートフォンなど)も必要になり、よりセキュリティが向上します。"
+ detail: "詳細..."
+ url: "https://www.google.co.jp/intl/ja/landing/2step/"
+ caution: "登録したデバイスを紛失するなどした場合、Misskeyにサインインできなくなりますのでご注意ください。"
+ register: "デバイスを登録する"
+ already-registered: "既に設定は完了しています。"
+ unregister: "設定を解除"
+ unregistered: "二段階認証が無効になりました。"
+ enter-password: "パスワードを入力してください"
+ authenticator: "まず、Google Authenticatorをお使いのデバイスにインストールします:"
+ howtoinstall: "インストール方法はこちら"
+ scan: "次に、表示されているQRコードをスキャンします:"
+ done: "お使いのデバイスに表示されているトークンを入力して完了します:"
+ submit: "完了"
+ success: "設定が完了しました!"
+ failed: "設定に失敗しました。トークンに誤りがないかご確認ください。"
+ info: "次回サインインからは、同様にパスワードに加えてデバイスに表示されているトークンを入力します。"
+
+desktop/views/components/settings.api.vue:
+ intro: "APIを利用するには、上記のトークンを「i」というキーでパラメータに付加してリクエストします。"
+ caution: "アカウントを不正利用される可能性があるため、このトークンは第三者に教えないでください(アプリなどにも入力しないでください)。"
+ regeneration-of-token: "万が一このトークンが漏れたりその可能性がある場合はトークンを再生成できます。"
+ regenerate-token: "トークンを再生成"
+ enter-password: "パスワードを入力してください"
+
+desktop/views/components/settings.mute.vue:
+ no-users: "ミュートしているユーザーはいません"
+
+desktop/views/components/settings.password.vue:
+ reset: "パスワードを変更する"
+ enter-current-password: "現在のパスワードを入力してください"
+ enter-new-password: "新しいパスワードを入力してください"
+ enter-new-password-again: "もう一度新しいパスワードを入力してください"
+ not-match: "新しいパスワードが一致しません"
+ changed: "パスワードを変更しました"
+
+desktop/views/components/settings.profile.vue:
+ avatar: "アイコン"
+ choice-avatar: "画像を選択"
+ name: "名前"
+ location: "場所"
+ description: "自己紹介"
+ birthday: "誕生日"
+ save: "保存"
+
+desktop/views/components/ui.header.account.vue:
+ profile: "プロフィール"
+ drive: "ドライブ"
+ mentions: "あなた宛て"
+ customize: "カスタマイズ"
+ settings: "設定"
+ signout: "サインアウト"
+
+desktop/views/components/ui.header.nav.vue:
+ home: "ホーム"
+ messaging: "メッセージ"
+ game: "ゲーム"
@@ -291,12 +401,6 @@ docs:
desktop:
tags:
- api-info:
- intro: "APIを利用するには、上記のトークンを「i」というキーでパラメータに付加してリクエストします。"
- caution: "アカウントを不正利用される可能性があるため、このトークンは第三者に教えないでください(アプリなどにも入力しないでください)。"
- regeneration-of-token: "万が一このトークンが漏れたりその可能性がある場合はトークンを再生成できます。"
- regenerate-token: "トークンを再生成"
- enter-password: "パスワードを入力してください"
selectdrive-page:
title: "ファイルを選択してください"
@@ -304,118 +408,19 @@ desktop:
cancel: "キャンセル"
upload: "PCからドライブにファイルをアップロード"
- ui-header-nav:
- home: "ホーム"
- messaging: "メッセージ"
- ch: "チャンネル"
- info: "お知らせ"
-
ui-header-search:
placeholder: "検索"
- ui-header-account:
- profile: "プロフィール"
- drive: "ドライブ"
- mentions: "あなた宛て"
- settings: "設定"
- signout: "サインアウト"
-
ui-header-note-button:
note: "新規投稿"
ui-header-notifications:
title: "通知"
- profile-setting:
- avatar: "アバター"
- choice-avatar: "画像を選択"
- name: "名前"
- location: "場所"
- description: "自己紹介"
- birthday: "誕生日"
- save: "保存"
-
- password-setting:
- reset: "パスワードを変更する"
- enter-current-password: "現在のパスワードを入力してください"
- enter-new-password: "新しいパスワードを入力してください"
- enter-new-password-again: "もう一度新しいパスワードを入力してください"
- not-match: "新しいパスワードが一致しません"
- changed: "パスワードを変更しました"
-
- 2fa-setting:
- intro: "二段階認証を設定すると、サインイン時にパスワードだけでなく、予め登録しておいた物理的なデバイス(例えばあなたのスマートフォンなど)も必要になり、よりセキュリティが向上します。"
- detail: "詳細..."
- url: "https://www.google.co.jp/intl/ja/landing/2step/"
- caution: "登録したデバイスを紛失するなどした場合、Misskeyにサインインできなくなりますのでご注意ください。"
- register: "デバイスを登録する"
- already-registered: "既に設定は完了しています。"
- unregister: "設定を解除"
- unregistered: "二段階認証が無効になりました。"
- enter-password: "パスワードを入力してください"
- authenticator: "まず、Google Authenticatorをお使いのデバイスにインストールします:"
- howtoinstall: "インストール方法はこちら"
- scan: "次に、表示されているQRコードをスキャンします:"
- done: "お使いのデバイスに表示されているトークンを入力して完了します:"
- submit: "完了"
- success: "設定が完了しました!"
- failed: "設定に失敗しました。トークンに誤りがないかご確認ください。"
- info: "次回サインインからは、同様にパスワードに加えてデバイスに表示されているトークンを入力します。"
-
- mute-setting:
- no-users: "ミュートしているユーザーはいません"
-
- post-form:
- note-placeholder: "いまどうしてる?"
- reply-placeholder: "この投稿への返信..."
- quote-placeholder: "この投稿を引用..."
- note: "投稿"
- reply: "返信"
- renote: "Renote"
- posted: "投稿しました!"
- replied: "返信しました!"
- reposted: "Renoteしました!"
- note-failed: "投稿に失敗しました"
- reply-failed: "返信に失敗しました"
- renote-failed: "Renoteに失敗しました"
- posting: "投稿中"
- attach-media-from-local: "PCからメディアを添付"
- attach-media-from-drive: "ドライブからメディアを添付"
- attach-cancel: "添付取り消し"
- insert-a-kao: "v(‘ω’)v"
- create-poll: "投票を作成"
- text-remain: "のこり{}文字"
-
- post-form-window:
- note: "新規投稿"
- reply: "返信"
- attaches: "添付: {}メディア"
- uploading-media: "{}個のメディアをアップロード中"
-
note-page:
prev: "前の投稿"
next: "次の投稿"
- settings:
- profile: "プロフィール"
- mute: "ミュート"
- drive: "ドライブ"
- security: "セキュリティ"
- password: "パスワード"
- 2fa: "二段階認証"
- other: "その他"
- license: "ライセンス"
-
- timeline-note:
- reposted-by: "{}がRenote"
- reply: "返信"
- renote: "Renote"
- add-reaction: "リアクション"
- detail: "詳細"
-
- notifications:
- more: "もっと見る"
-
notifications-home-widget:
title: "通知"
settings: "通知の設定"
@@ -451,17 +456,6 @@ desktop:
messaging-home-widget:
title: "メッセージ"
- renote-form:
- quote: "引用する..."
- cancel: "キャンセル"
- renote: "Renote"
- reposting: "しています..."
- success: "Renoteしました!"
- failure: "Renoteに失敗しました"
-
- renote-form-window:
- title: "この投稿をRenoteしますか?"
-
user:
last-used-at: "最終アクセス"
@@ -558,11 +552,11 @@ mobile:
location: "場所"
description: "自己紹介"
birthday: "誕生日"
- avatar: "アバター"
+ avatar: "アイコン"
banner: "バナー"
- avatar-saved: "アバターを保存しました"
+ avatar-saved: "アイコンを保存しました"
banner-saved: "バナーを保存しました"
- set-avatar: "アバターを選択する"
+ set-avatar: "アイコンを選択する"
set-banner: "バナーを選択する"
save: "保存"
saved: "プロフィールを保存しました"
diff --git a/src/client/app/desktop/views/components/repost-form-window.vue b/src/client/app/desktop/views/components/repost-form-window.vue
deleted file mode 100644
index df9d2f7fc7..0000000000
--- a/src/client/app/desktop/views/components/repost-form-window.vue
+++ /dev/null
@@ -1,42 +0,0 @@
-<template>
-<mk-window ref="window" is-modal @closed="$destroy">
- <span slot="header" :class="$style.header">%fa:retweet%%i18n:@title%</span>
- <mk-renote-form ref="form" :note="note" @posted="onPosted" @canceled="onCanceled"/>
-</mk-window>
-</template>
-
-<script lang="ts">
-import Vue from 'vue';
-
-export default Vue.extend({
- props: ['note'],
- mounted() {
- document.addEventListener('keydown', this.onDocumentKeydown);
- },
- beforeDestroy() {
- document.removeEventListener('keydown', this.onDocumentKeydown);
- },
- methods: {
- onDocumentKeydown(e) {
- if (e.target.tagName != 'INPUT' && e.target.tagName != 'TEXTAREA') {
- if (e.which == 27) { // Esc
- (this.$refs.window as any).close();
- }
- }
- },
- onPosted() {
- (this.$refs.window as any).close();
- },
- onCanceled() {
- (this.$refs.window as any).close();
- }
- }
-});
-</script>
-
-<style lang="stylus" module>
-.header
- > [data-fa]
- margin-right 4px
-
-</style>
diff --git a/src/client/app/desktop/views/components/repost-form.vue b/src/client/app/desktop/views/components/repost-form.vue
deleted file mode 100644
index 1f947a71de..0000000000
--- a/src/client/app/desktop/views/components/repost-form.vue
+++ /dev/null
@@ -1,131 +0,0 @@
-<template>
-<div class="mk-renote-form">
- <mk-note-preview :note="note"/>
- <template v-if="!quote">
- <footer>
- <a class="quote" v-if="!quote" @click="onQuote">%i18n:@quote%</a>
- <button class="cancel" @click="cancel">%i18n:@cancel%</button>
- <button class="ok" @click="ok" :disabled="wait">{{ wait ? '%i18n:@reposting%' : '%i18n:@renote%' }}</button>
- </footer>
- </template>
- <template v-if="quote">
- <mk-post-form ref="form" :renote="note" @posted="onChildFormPosted"/>
- </template>
-</div>
-</template>
-
-<script lang="ts">
-import Vue from 'vue';
-
-export default Vue.extend({
- props: ['note'],
- data() {
- return {
- wait: false,
- quote: false
- };
- },
- methods: {
- ok() {
- this.wait = true;
- (this as any).api('notes/create', {
- renoteId: this.note.id
- }).then(data => {
- this.$emit('posted');
- (this as any).apis.notify('%i18n:@success%');
- }).catch(err => {
- (this as any).apis.notify('%i18n:@failure%');
- }).then(() => {
- this.wait = false;
- });
- },
- cancel() {
- this.$emit('canceled');
- },
- onQuote() {
- this.quote = true;
-
- this.$nextTick(() => {
- (this.$refs.form as any).focus();
- });
- },
- onChildFormPosted() {
- this.$emit('posted');
- }
- }
-});
-</script>
-
-<style lang="stylus" scoped>
-@import '~const.styl'
-
-.mk-renote-form
-
- > .mk-note-preview
- margin 16px 22px
-
- > footer
- height 72px
- background lighten($theme-color, 95%)
-
- > .quote
- position absolute
- bottom 16px
- left 28px
- line-height 40px
-
- button
- display block
- position absolute
- bottom 16px
- cursor pointer
- padding 0
- margin 0
- width 120px
- height 40px
- font-size 1em
- outline none
- border-radius 4px
-
- &:focus
- &:after
- content ""
- pointer-events none
- position absolute
- top -5px
- right -5px
- bottom -5px
- left -5px
- border 2px solid rgba($theme-color, 0.3)
- border-radius 8px
-
- > .cancel
- right 148px
- color #888
- background linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%)
- border solid 1px #e2e2e2
-
- &:hover
- background linear-gradient(to bottom, #f9f9f9 0%, #ececec 100%)
- border-color #dcdcdc
-
- &:active
- background #ececec
- border-color #dcdcdc
-
- > .ok
- right 16px
- font-weight bold
- color $theme-color-foreground
- background linear-gradient(to bottom, lighten($theme-color, 25%) 0%, lighten($theme-color, 10%) 100%)
- border solid 1px lighten($theme-color, 15%)
-
- &:hover
- background linear-gradient(to bottom, lighten($theme-color, 8%) 0%, darken($theme-color, 8%) 100%)
- border-color $theme-color
-
- &:active
- background $theme-color
- border-color $theme-color
-
-</style>
diff --git a/src/client/app/desktop/views/components/ui.header.account.vue b/src/client/app/desktop/views/components/ui.header.account.vue
index 5fd32a4cef..558aaa6dc8 100644
--- a/src/client/app/desktop/views/components/ui.header.account.vue
+++ b/src/client/app/desktop/views/components/ui.header.account.vue
@@ -19,7 +19,7 @@
</ul>
<ul>
<li>
- <a href="/i/customize-home">%fa:wrench%カスタマイズ%fa:angle-right%</a>
+ <a href="/i/customize-home">%fa:wrench%%i18n:@customize%%fa:angle-right%</a>
</li>
<li @click="settings">
<p>%fa:cog%%i18n:@settings%%fa:angle-right%</p>
diff --git a/src/client/app/desktop/views/components/ui.header.nav.vue b/src/client/app/desktop/views/components/ui.header.nav.vue
index b4f83d8abf..19f72a86d7 100644
--- a/src/client/app/desktop/views/components/ui.header.nav.vue
+++ b/src/client/app/desktop/views/components/ui.header.nav.vue
@@ -18,7 +18,7 @@
<li class="game">
<a @click="game">
%fa:gamepad%
- <p>ゲーム</p>
+ <p>%i18n:@game%</p>
<template v-if="hasGameInvitations">%fa:circle%</template>
</a>
</li>