diff options
Diffstat (limited to 'apps/files_external/l10n/ja.js')
-rw-r--r-- | apps/files_external/l10n/ja.js | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index fbe016bcd60..b2282ddee06 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -1,6 +1,12 @@ OC.L10N.register( "files_external", { + "Grant access" : "アクセスを許可", + "Error configuring OAuth1" : "OAuth1設定エラー", + "Please provide a valid app key and secret." : "有効なアプリのキーとパスワードを入力してください。", + "Error configuring OAuth2" : "OAuth2設定エラー", + "Generate keys" : "キーを生成", + "Error generating key pair" : "キーペアの生成エラー", "Type to select user or group." : "入力してユーザーまたはグループを選択", "(Group)" : "(グループ)", "Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)", @@ -90,6 +96,7 @@ OC.L10N.register( "Share" : "共有", "Show hidden files" : "隠しファイルを表示", "Case sensitive file system" : "大文字と小文字を区別するファイルシステム", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "これを無効にすると、大文字と小文字を区別しないファイルシステムを使用できるようになりますが、パフォーマンス上のペナルティが発生します。", "Verify ACL access when listing files" : "ファイルをリストアップする際に ACL アクセスを確認する", "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "ディレクトリ内の各ファイルまたはフォルダーのACLをチェックして、ユーザーが読み取り権限を持たないアイテムを除外すると、パフォーマンスが低下します", "Timeout" : "タイムアウト", @@ -136,12 +143,6 @@ OC.L10N.register( "Advanced settings" : "詳細設定", "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。", - "Grant access" : "アクセスを許可", - "Error configuring OAuth1" : "OAuth1設定エラー", - "Please provide a valid app key and secret." : "有効なアプリのキーとパスワードを入力してください。", - "Error configuring OAuth2" : "OAuth2設定エラー", - "Generate keys" : "キーを生成", - "Error generating key pair" : "キーペアの生成エラー", "Empty response from the server" : "サーバーから空の応答がありました", "Couldn't access. Please log out and in again to activate this mount point" : "アクセスできません。ログアウトして、再度このマウントポイントをアクティベートしてください。", "Couldn't get the information from the remote server: {code} {type}" : "リモートサーバーから情報を取得できませんでした:{code} {type}", |