nextcloud/apps/files_external/l10n/ja.php

71 lines
4.6 KiB
PHP

<?php
$TRANSLATIONS = array(
"Local" => "ローカル",
"Location" => "位置",
"Amazon S3" => "Amazon S3",
"Key" => "キー",
"Secret" => "シークレットキー",
"Bucket" => "バケット名",
"Amazon S3 and compliant" => "Amazon S3 と互換ストレージ",
"Access Key" => "アクセスキー",
"Secret Key" => "シークレットキー",
"Hostname (optional)" => "ホスト名 (オプション)",
"Port (optional)" => "ポート (オプション)",
"Region (optional)" => "リージョン (オプション)",
"Enable SSL" => "SSLを有効",
"Enable Path Style" => "パス形式を有効",
"App key" => "アプリキー",
"App secret" => "アプリシークレット",
"Host" => "ホスト",
"Username" => "ユーザー名",
"Password" => "パスワード",
"Root" => "ルート",
"Secure ftps://" => "Secure ftps://",
"Client ID" => "クライアントID",
"Client secret" => "クライアント秘密キー",
"OpenStack Object Storage" => "OpenStack Object Storage",
"Username (required)" => "ユーザー名 (必須)",
"Bucket (required)" => "バケット (必須)",
"Region (optional for OpenStack Object Storage)" => "リージョン (OpenStack Object Storage用のオプション)",
"API Key (required for Rackspace Cloud Files)" => "APIキー (Rackspace Cloud Filesに必須)",
"Tenantname (required for OpenStack Object Storage)" => "テナント名 (OpenStack Object Storage用に必要)",
"Password (required for OpenStack Object Storage)" => "パスワード (OpenStack Object Storage用に必要)",
"Service Name (required for OpenStack Object Storage)" => "サービス名 (OpenStack Object Storage用に必要)",
"URL of identity endpoint (required for OpenStack Object Storage)" => "識別用エンドポイントURL (OpenStack Object Storage用に必要)",
"Timeout of HTTP requests in seconds (optional)" => "HTTPリクエストのタイムアウト秒数 (オプション)",
"Share" => "共有",
"SMB / CIFS using OC login" => "owncloudログインで SMB/CIFSを使用",
"Username as share" => "共有名",
"URL" => "URL",
"Secure https://" => "セキュア https://",
"Remote subfolder" => "リモートサブフォルダー",
"Access granted" => "アクセスは許可されました",
"Error configuring Dropbox storage" => "Dropboxストレージの設定エラー",
"Grant access" => "アクセスを許可",
"Please provide a valid Dropbox app key and secret." => "有効なDropboxアプリのキーとパスワードを入力してください。",
"Error configuring Google Drive storage" => "Googleドライブストレージの設定エラー",
"Saved" => "保存されました",
"<b>Note:</b> " => "<b>注意:</b> ",
" and " => "",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>注意:</b> PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>注意:</b> PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>注意:</b> \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。",
"External Storage" => "外部ストレージ",
"Folder name" => "フォルダー名",
"External storage" => "外部ストレージ",
"Configuration" => "設定",
"Options" => "オプション",
"Available for" => "以下が利用可能",
"Add storage" => "ストレージを追加",
"No user or group" => "ユーザーもしくはグループがありません",
"All Users" => "すべてのユーザー",
"Groups" => "グループ",
"Users" => "ユーザー",
"Delete" => "削除",
"Enable User External Storage" => "ユーザーの外部ストレージを有効にする",
"Allow users to mount the following external storage" => "ユーザーに以下の外部ストレージのマウントを許可する",
"SSL root certificates" => "SSLルート証明書",
"Import Root Certificate" => "ルート証明書をインポート"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";