diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index b62db653fa..eeaf0d4dbc 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -26,5 +26,9 @@ "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s(%(browserName)s, %(osName)s)", "Unsupported browser": "サポートされていないブラウザ", "Go to element.io": "element.ioへ移動", - "Failed to start": "起動に失敗しました" + "Failed to start": "起動に失敗しました", + "Your Element is misconfigured": "Elementの設定が間違っています", + "Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "Elementの設定ファイルに不正なJSONが含まれています。問題を修正してからページを再読込してください。", + "Your browser can't run %(brand)s": "このブラウザでは%(brand)sが動きません", + "%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)sはブラウザの高度な機能を使う必要がありますが、このブラウザではその機能がサポートされていないようです。" }