nextcloud/apps/files_external/l10n/ja.php

74 lines
5.0 KiB
PHP
Raw Normal View History

2014-03-14 01:12:37 +04:00
<?php
$TRANSLATIONS = array(
2014-07-08 09:55:17 +04:00
"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。",
"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。",
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "有効なDropboxアプリのキーとパスワードを入力してください。",
2014-07-01 09:54:43 +04:00
"Step 1 failed. Exception: %s" => "ステップ 1 の実行に失敗しました。例外: %s",
"Step 2 failed. Exception: %s" => "ステップ 2 の実行に失敗しました。例外: %s",
2014-06-07 09:56:13 +04:00
"External storage" => "外部ストレージ",
2014-05-01 09:56:01 +04:00
"Local" => "ローカル",
2014-04-30 09:57:53 +04:00
"Location" => "位置",
2014-05-10 09:55:50 +04:00
"Amazon S3" => "Amazon S3",
"Key" => "キー",
"Secret" => "シークレットキー",
"Bucket" => "バケット名",
"Amazon S3 and compliant" => "Amazon S3 と互換ストレージ",
"Access Key" => "アクセスキー",
"Secret Key" => "シークレットキー",
2014-09-06 09:55:03 +04:00
"Hostname" => "ホスト名",
2014-09-01 09:59:19 +04:00
"Port" => "ポート",
"Region" => "都道府県",
2014-05-10 09:55:50 +04:00
"Enable SSL" => "SSLを有効",
"Enable Path Style" => "パス形式を有効",
"App key" => "アプリキー",
"App secret" => "アプリシークレット",
2014-05-17 09:57:38 +04:00
"Host" => "ホスト",
2014-04-30 09:57:53 +04:00
"Username" => "ユーザー名",
"Password" => "パスワード",
2014-05-10 09:55:50 +04:00
"Root" => "ルート",
"Secure ftps://" => "Secure ftps://",
"Client ID" => "クライアントID",
"Client secret" => "クライアント秘密キー",
"OpenStack Object Storage" => "OpenStack Object Storage",
"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用に必要)",
2014-09-06 09:55:03 +04:00
"Timeout of HTTP requests in seconds" => "HTTP接続タイムアウト秒数",
2014-04-30 09:57:53 +04:00
"Share" => "共有",
2014-08-20 09:56:58 +04:00
"SMB / CIFS using OC login" => "ownCloudログインで SMB/CIFSを使用",
2014-05-10 09:55:50 +04:00
"Username as share" => "共有名",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2014-05-10 09:55:50 +04:00
"Secure https://" => "セキュア https://",
2014-06-05 09:57:20 +04:00
"Remote subfolder" => "リモートサブフォルダー",
2014-03-14 01:12:37 +04:00
"Access granted" => "アクセスは許可されました",
"Error configuring Dropbox storage" => "Dropboxストレージの設定エラー",
"Grant access" => "アクセスを許可",
"Error configuring Google Drive storage" => "Googleドライブストレージの設定エラー",
2014-06-08 09:56:13 +04:00
"Personal" => "個人",
"System" => "システム",
2014-09-06 09:55:03 +04:00
"All users. Type to select user or group." => "全てのユーザー.ユーザー、グループを追加",
"(group)" => "(グループ)",
2014-03-14 01:12:37 +04:00
"Saved" => "保存されました",
2014-05-10 09:55:50 +04:00
"<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をマウントできません。このシステムの管理者にインストールをお願いしてください。",
2014-06-08 09:56:13 +04:00
"You don't have any external storages" => "外部ストレージはありません。",
"Name" => "名前",
"Storage type" => "ストレージ種別",
"Scope" => "スコープ",
2014-03-14 01:12:37 +04:00
"External Storage" => "外部ストレージ",
"Folder name" => "フォルダー名",
"Configuration" => "設定",
2014-05-10 09:55:50 +04:00
"Available for" => "以下が利用可能",
2014-03-14 01:12:37 +04:00
"Add storage" => "ストレージを追加",
"Delete" => "削除",
"Enable User External Storage" => "ユーザーの外部ストレージを有効にする",
2014-09-01 09:59:19 +04:00
"Allow users to mount the following external storage" => "ユーザーに以下の外部ストレージのマウントを許可する"
2014-03-14 01:12:37 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";