Localized copy-paste message (added common)

This commit is contained in:
gutfuckllc 2018-08-06 16:02:53 -04:00
parent 1f75cf4ace
commit f5b5b290e4
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ common:
detected: "広告ブロッカーを無効にしてください"
warning: "<strong>Misskeyは広告を掲載していません</strong>が、広告をブロックする機能が有効だと一部の機能が利用できなかったり、不具合が発生する場合があります。"
application-authorization: "アプリの連携"
do-not-copy-paste: "ここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。"
close: "閉じる"
got-it: "わかった"
customization-tips:

View file

@ -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解除