diff options
| author | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 16:02:53 -0400 |
|---|---|---|
| committer | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 16:02:53 -0400 |
| commit | f5b5b290e452dcab4f2c41566fbfce6f69ad5096 (patch) | |
| tree | b06a4b47fb1a6839131a61a5d78c04b94d5802c4 | |
| parent | Localize missing line (diff) | |
| download | misskey-f5b5b290e452dcab4f2c41566fbfce6f69ad5096.tar.gz misskey-f5b5b290e452dcab4f2c41566fbfce6f69ad5096.tar.bz2 misskey-f5b5b290e452dcab4f2c41566fbfce6f69ad5096.zip | |
Localized copy-paste message (added common)
| -rw-r--r-- | locales/ja.yml | 1 | ||||
| -rw-r--r-- | src/client/app/init.ts | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/locales/ja.yml b/locales/ja.yml index 47f3ea9901..03719d745a 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -10,6 +10,7 @@ common: detected: "広告ブロッカーを無効にしてください" warning: "<strong>Misskeyは広告を掲載していません</strong>が、広告をブロックする機能が有効だと一部の機能が利用できなかったり、不具合が発生する場合があります。" application-authorization: "アプリの連携" + do-not-copy-paste: "ここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。" close: "閉じる" got-it: "わかった" customization-tips: diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 043f26d0bc..18f510ea24 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -55,7 +55,7 @@ Vue.mixin({ console.info(`Misskey v${version} (${codename})`); console.info( - '%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。', + '%c%i18n:common.do-not-copy-paste%', 'color: red; background: yellow; font-size: 16px; font-weight: bold;'); // BootTimer解除 |