diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 84dcaac1762..eea401a1dd9 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -255,10 +255,6 @@ OC.L10N.register( "({count} selected)" : "({count} 選択)", "Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー", "Saving …" : "保存中...", - "Authentication required" : "認証が必要です", - "This action requires you to confirm your password" : "この操作では、パスワードを確認する必要があります", - "Confirm" : "確認", - "Failed to authenticate, try again" : "認証に失敗しました。もう一度お試しください", "seconds ago" : "数秒前", "Connection to server lost" : "サーバーとの接続が切断されました", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ページの読み込み中に問題が発生しました。%n秒後に再読み込みします"], @@ -350,7 +346,9 @@ OC.L10N.register( "Skip to navigation of app" : "アプリのナビゲーションにスキップする", "Go to %s" : "%sに移動", "Get your own free account" : "無料でアカウントを作成", + "This action requires you to confirm your password" : "この操作では、パスワードを確認する必要があります", "Confirm your password" : "パスワードを確認", + "Confirm" : "確認", "Connect to your account" : "あなたのアカウントに接続する", "Please log in before granting %1$s access to your %2$s account." : "あなたの %2$s アカウントに %1$s アクセスを許可する前にログインしてください。", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "新しいデバイスやアプリを設定しようとしていないのに、今この画面が表示された場合、誰かがあなたを騙してデータへのアクセス権を奪取しようとしています。その場合は、ここで止めてシステム管理者に連絡してください。", @@ -427,6 +425,8 @@ OC.L10N.register( "Home" : "ホーム", "Copy to {folder}" : "{folder}へコピー", "Move to {folder}" : "{folder}へ移動", + "Authentication required" : "認証が必要です", + "Failed to authenticate, try again" : "認証に失敗しました。もう一度お試しください", "File not found" : "ファイルが見つかりません", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "ドキュメントはサーバー上に見つかりませんでした。 共有が削除されたか、期限が切れている可能性があります。", "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php で自動更新が無効になっているので、コマンドラインでの更新を利用してください。", |