nextcloud/apps/files_external/l10n/ja.js

118 lines
8.1 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_external",
{
2015-11-01 08:54:58 +03:00
"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." : "アクセストークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。",
2015-10-21 08:56:16 +03:00
"Please provide a valid app key and secret." : "有効なアプリのキーとパスワードを入力してください。",
"Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s",
"Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s",
"External storage" : "外部ストレージ",
2015-04-20 08:54:44 +03:00
"Storage with id \"%i\" not found" : "ストレージID \"%i\" が見つかりません",
2015-11-01 08:54:58 +03:00
"Invalid backend or authentication mechanism class" : "バックエンドまたは認証システムクラスが無効",
2015-03-28 08:55:46 +03:00
"Invalid mount point" : "無効なマウントポイント",
2015-11-01 08:54:58 +03:00
"Objectstore forbidden" : "オブジェクトストアが禁じられています",
2015-04-20 08:54:44 +03:00
"Invalid storage backend \"%s\"" : "\"%s\" のストレージバックエンドが不正",
2015-10-28 08:55:29 +03:00
"Not permitted to use backend \"%s\"" : "バックエンド %s を使うための権限がありません",
2015-11-01 08:54:58 +03:00
"Not permitted to use authentication mechanism \"%s\"" : "認証システム %s を使う権限がありません",
"Unsatisfied backend parameters" : "バックエンドのためのパラメーターが不十分です。",
2015-10-28 08:55:29 +03:00
"Unsatisfied authentication mechanism parameters" : "認証のためのパラメータが不十分です",
2015-11-01 08:54:58 +03:00
"Insufficient data: %s" : "データが不足しています: %s",
2015-12-10 09:55:17 +03:00
"%s" : "%s",
2016-01-31 09:54:49 +03:00
"Storage with id \"%i\" is not user editable" : "ストレージID \"%i\" はユーザーが編集できません",
"Personal" : "個人",
"System" : "システム",
2015-08-25 19:39:10 +03:00
"Grant access" : "アクセスを許可",
"Access granted" : "アクセスは許可されました",
2015-11-01 08:54:58 +03:00
"Error configuring OAuth1" : "OAuth1 設定エラー",
"Error configuring OAuth2" : "OAuth2 設定エラー",
2015-09-14 08:55:35 +03:00
"Generate keys" : "キーを生成",
"Error generating key pair" : "キーペアの生成エラー",
2015-06-03 08:55:29 +03:00
"Enable encryption" : "暗号化を有効に",
2015-08-25 19:39:10 +03:00
"Enable previews" : "プレビューを有効に",
2015-06-29 08:54:44 +03:00
"Check for changes" : "変更点を確認",
2015-08-25 19:39:10 +03:00
"Never" : "更新無",
"Once every direct access" : "直指定時のみ",
2015-01-10 09:54:35 +03:00
"All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
"(group)" : "(グループ)",
2015-11-29 09:55:05 +03:00
"Admin defined" : "管理者設定済",
"Saved" : "保存されました",
2015-12-13 09:54:51 +03:00
"Empty response from the server" : "サーバーから空の応答がありました",
"Couldn't access. Please logout and login to activate this mount point" : "アクセス出来ませんでした。このマウントポイントを有効にするには一度ログアウトしてからログインしてください。",
2015-12-25 09:55:16 +03:00
"Couldn't get the information from the ownCloud server: {code} {type}" : "ownCloud サーバーから情報を取得出来ませんでした。: {code} {type}",
"Couldn't get the list of external mount points: {type}" : "外部マウントポイントのリストを取得出来ませんでした。: {type}",
2015-12-13 09:54:51 +03:00
"There was an error with message: " : "メッセージ付きのエラーが発生しました:",
2015-12-21 09:55:07 +03:00
"External mount error" : "外部マウントエラー",
2016-01-07 09:55:48 +03:00
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました",
2016-01-17 09:54:53 +03:00
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
2015-10-19 08:55:02 +03:00
"Access key" : "アクセスキー",
"Secret key" : "シークレットキー",
2015-11-01 08:54:58 +03:00
"Builtin" : "ビルトイン",
2015-08-25 19:39:10 +03:00
"None" : "なし",
2015-10-19 08:55:02 +03:00
"OAuth1" : "OAuth1",
2015-08-25 19:39:10 +03:00
"App key" : "アプリキー",
"App secret" : "アプリシークレット",
2015-10-19 08:55:02 +03:00
"OAuth2" : "OAuth2",
2015-08-25 19:39:10 +03:00
"Client ID" : "クライアントID",
"Client secret" : "クライアント秘密キー",
2015-10-19 08:55:02 +03:00
"OpenStack" : "OpenStack",
2015-09-14 08:55:35 +03:00
"Username" : "ユーザー名",
2015-08-25 19:39:10 +03:00
"Password" : "パスワード",
2015-11-01 08:54:58 +03:00
"Tenant name" : "テナント名",
"Identity endpoint URL" : "認証エンドポイントURL",
2015-10-19 08:55:02 +03:00
"Rackspace" : "Rackspace",
2015-09-14 08:55:35 +03:00
"API key" : "APIキー",
2015-10-26 08:55:04 +03:00
"Username and password" : "ユーザー名とパスワード",
2015-10-19 08:55:02 +03:00
"RSA public key" : "RSA公開鍵",
2015-09-14 08:55:35 +03:00
"Public key" : "公開鍵",
2015-08-25 19:39:10 +03:00
"Amazon S3" : "Amazon S3",
2015-09-14 08:55:35 +03:00
"Bucket" : "バケット名",
2015-08-25 19:39:10 +03:00
"Hostname" : "ホスト名",
"Port" : "ポート",
"Region" : "リージョン",
"Enable SSL" : "SSLを有効",
"Enable Path Style" : "パス形式を有効",
"WebDAV" : "WebDAV",
"URL" : "URL",
2015-09-14 08:55:35 +03:00
"Remote subfolder" : "リモートサブフォルダー",
2015-08-25 19:39:10 +03:00
"Secure https://" : "セキュア https://",
"Dropbox" : "Dropbox",
2015-10-19 08:55:02 +03:00
"FTP" : "FTP",
2015-09-14 08:55:35 +03:00
"Host" : "ホスト",
2015-08-25 19:39:10 +03:00
"Secure ftps://" : "Secure ftps://",
2015-10-19 08:55:02 +03:00
"Google Drive" : "Google Drive",
2015-08-25 19:39:10 +03:00
"Local" : "ローカル",
2015-11-27 09:55:14 +03:00
"Location" : "場所",
2015-08-25 19:39:10 +03:00
"ownCloud" : "ownCloud",
2015-10-19 08:55:02 +03:00
"SFTP" : "SFTP",
2015-08-25 19:39:10 +03:00
"Root" : "ルート",
2015-09-28 12:07:18 +03:00
"SFTP with secret key login" : "秘密鍵でSFTPログイン",
2015-10-19 08:55:02 +03:00
"SMB / CIFS" : "SMB / CIFS",
2015-09-14 08:55:35 +03:00
"Share" : "共有",
2015-10-19 08:55:02 +03:00
"Domain" : "ドメイン",
2015-09-28 12:07:18 +03:00
"SMB / CIFS using OC login" : "ownCloudログインを利用したSMB / CIFS",
2015-09-14 08:55:35 +03:00
"Username as share" : "共有名",
"OpenStack Object Storage" : "OpenStack ObjectStorage",
2015-10-21 08:56:16 +03:00
"Service name" : "サービス名",
2015-10-28 08:55:29 +03:00
"Request timeout (seconds)" : "リクエストがタイムアウトするまでの秒数",
"<b>Note:</b> " : "<b>注意:</b> ",
"<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をマウントできません。このシステムの管理者にインストールをお願いしてください。",
2015-01-25 09:54:38 +03:00
"No external storage configured" : "外部ストレージは設定されていません",
2015-03-28 08:55:46 +03:00
"You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
"Name" : "名前",
"Storage type" : "ストレージ種別",
"Scope" : "スコープ",
"External Storage" : "外部ストレージ",
"Folder name" : "フォルダー名",
2015-10-21 08:56:16 +03:00
"Authentication" : "認証",
"Configuration" : "設定",
2015-02-10 09:55:06 +03:00
"Available for" : "利用可能",
2015-11-25 09:55:37 +03:00
"Add storage" : "ストレージを追加",
2015-03-28 08:55:46 +03:00
"Advanced settings" : "詳細設定",
"Delete" : "削除",
2015-11-09 09:55:05 +03:00
"Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する",
"Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する"
},
"nplurals=1; plural=0;");