diff options
-rw-r--r-- | core/l10n/ja.js | 2 | ||||
-rw-r--r-- | core/l10n/ja.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 41d1fa2c2f4..d4857644e52 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -170,6 +170,7 @@ OC.L10N.register( "Log in with a device" : "デバイスを使ってログインする", "Back" : "戻る", "Login form is disabled." : "ログインフォームは無効です。", + "Edit Profile" : "プロフィールを編集", "Reset search" : "検索をリセットする", "Search for {name} only" : "{name}のみを検索", "No results for {query}" : "{query}の検索結果はありません", @@ -334,6 +335,7 @@ OC.L10N.register( "You can close this window." : "このウィンドウは閉じてしまって構いません。", "This share is password-protected" : "この共有はパスワードで保護されています", "The password is wrong. Try again." : "パスワードが違います。再入力してください", + "Go to %s" : "%sに移動", "Two-factor authentication" : "二要素認証", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "このアカウントは強化セキュリティが適用されています。二要素認証を行ってください。", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "有効な二要素認証方式のうち少なくとも1つをロードできませんでした。 管理者に連絡してください。", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 32511369e99..c2869953dc6 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -168,6 +168,7 @@ "Log in with a device" : "デバイスを使ってログインする", "Back" : "戻る", "Login form is disabled." : "ログインフォームは無効です。", + "Edit Profile" : "プロフィールを編集", "Reset search" : "検索をリセットする", "Search for {name} only" : "{name}のみを検索", "No results for {query}" : "{query}の検索結果はありません", @@ -332,6 +333,7 @@ "You can close this window." : "このウィンドウは閉じてしまって構いません。", "This share is password-protected" : "この共有はパスワードで保護されています", "The password is wrong. Try again." : "パスワードが違います。再入力してください", + "Go to %s" : "%sに移動", "Two-factor authentication" : "二要素認証", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "このアカウントは強化セキュリティが適用されています。二要素認証を行ってください。", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "有効な二要素認証方式のうち少なくとも1つをロードできませんでした。 管理者に連絡してください。", |