diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-15 01:12:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-15 01:12:14 +0000 |
commit | 10c9b37461a1d4cf3fae12038d3125555a3d8b6e (patch) | |
tree | 49f7c9b4dc6dc30bed46711110d50e9ae200cc99 /apps/files_external/l10n/ja.js | |
parent | c993b6e261592485cc4f1c7695f067875bf971b3 (diff) | |
download | nextcloud-server-10c9b37461a1d4cf3fae12038d3125555a3d8b6e.tar.gz nextcloud-server-10c9b37461a1d4cf3fae12038d3125555a3d8b6e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/ja.js')
-rw-r--r-- | apps/files_external/l10n/ja.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 346dc788ab1..3bd4e7306f6 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -19,8 +19,10 @@ OC.L10N.register( "Check for changes" : "変更点を確認", "Never" : "更新無", "Once every direct access" : "直指定時のみ", + "Read only" : "読み取り専用", "Delete" : "削除", "Admin defined" : "管理者設定済", + "Are you sure you want to delete this external storage?" : "この外部ストレージを本当に削除しますか?", "Delete storage?" : "ストレージを削除しますか?", "Saved" : "保存しました", "Saving..." : "保存中...", @@ -62,8 +64,10 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "クライアントID", "Client secret" : "クライアント秘密キー", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "テナント名", "Identity endpoint URL" : "認証エンドポイントURL", + "OpenStack v3" : "OpenStack v3", "Domain" : "ドメイン", "Rackspace" : "Rackspace", "API key" : "APIキー", @@ -76,6 +80,7 @@ OC.L10N.register( "Public key" : "公開鍵", "RSA private key" : "RSA秘密鍵", "Private key" : "秘密鍵", + "Kerberos ticket" : "ケルベロスチケット", "Amazon S3" : "Amazon S3", "Bucket" : "バケット名", "Hostname" : "ホスト名", @@ -107,17 +112,22 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPでのcURLのサポートが有効になっていないか、インストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPのFTPサポートが有効になっていないか、インストールされていません。%s のマウントは不可能です。システム管理者にインストールを依頼してください。", "External storage support" : "外部ストレージのサポート", + "Adds basic external storage support" : "基本的な外部ストレージのサポートを追加", + "No external storage configured or you don't have the permission to configure them" : "外部ストレージが設定されていないか、外部ストレージを設定する権限がありません", "Name" : "名前", "Storage type" : "ストレージ種別", "Scope" : "スコープ", + "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "外部ストレージを使用すると、外部ストレージサービスおよびデバイスをセカンダリのNextcloudストレージデバイスとしてマウントできます。 また、ユーザーが独自の外部ストレージサービスをマウントできるようにすることもできます。", "Folder name" : "フォルダー名", "External storage" : "外部ストレージ", "Authentication" : "認証", "Configuration" : "設定", "Available for" : "利用可能", + "Click to recheck the configuration" : "クリックすると設定が再確認されます", "Add storage" : "ストレージを追加", "Advanced settings" : "詳細設定", "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する", + "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。", "Fetching request tokens failed. Verify that your app key and secret are correct." : "リクエストトークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。", "Fetching access tokens failed. Verify that your app key and secret are correct." : "アクセストークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。", "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s", |