nextcloud/apps/files_external/l10n/ja.js

134 lines
9.3 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",
2017-04-28 03:07:41 +03:00
"External storages" : "外部ストレージ",
2016-05-24 22:24:38 +03:00
"Dropbox App Configuration" : "Dropbox アプリ設定",
"Google Drive App Configuration" : "Google アプリ設定",
"Personal" : "個人",
"System" : "システム",
2015-08-25 19:39:10 +03:00
"Grant access" : "アクセスを許可",
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-01-10 09:54:35 +03:00
"All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
"(group)" : "(グループ)",
2016-07-06 16:28:06 +03:00
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
2015-11-29 09:55:05 +03:00
"Admin defined" : "管理者設定済",
"Saved" : "保存されました",
2016-07-06 16:28:06 +03:00
"Saving..." : "保存中...",
"Save" : "保存",
2015-12-13 09:54:51 +03:00
"Empty response from the server" : "サーバーから空の応答がありました",
2016-11-20 04:06:44 +03:00
"Couldn't get the information from the remote server: {code} {type}" : "リモートサーバーから情報を取得できませんでした:{code} {type}",
2015-12-25 09:55:16 +03:00
"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-02-08 09:54:46 +03:00
"external-storage" : "外部ストレージ",
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" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
2016-02-08 09:54:46 +03:00
"Please enter the credentials for the {mount} mount" : " {mount} のマウントのために必要な資格情報を入力してください",
2016-02-06 09:55:36 +03:00
"Username" : "ユーザー名",
"Password" : "パスワード",
2016-02-08 09:54:46 +03:00
"Credentials saved" : "資格情報を保存しました",
"Credentials saving failed" : "資格情報の保存に失敗しました",
"Credentials required" : "資格情報が必要です",
2017-05-04 03:07:29 +03:00
"Storage with ID \"%d\" not found" : "ID \"%d\" のストレージが見つかりません",
2016-05-24 22:24:38 +03:00
"Invalid backend or authentication mechanism class" : "バックエンドまたは認証システムクラスが無効",
"Invalid mount point" : "無効なマウントポイント",
"Objectstore forbidden" : "オブジェクトストアが禁じられています",
"Invalid storage backend \"%s\"" : "\"%s\" のストレージバックエンドが不正",
"Not permitted to use backend \"%s\"" : "バックエンド %s を使うための権限がありません",
"Not permitted to use authentication mechanism \"%s\"" : "認証システム %s を使う権限がありません",
"Unsatisfied backend parameters" : "バックエンドのためのパラメーターが不十分です。",
"Unsatisfied authentication mechanism parameters" : "認証のためのパラメータが不十分です",
"Insufficient data: %s" : "データが不足しています: %s",
"%s" : "%s",
2017-05-04 03:07:29 +03:00
"Storage with ID \"%d\" is not user editable" : "ID \"%d\" のストレージはユーザーが編集できません",
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-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キー",
2016-11-20 04:06:44 +03:00
"Global credentials" : "グローバル資格情報",
2016-07-06 16:28:06 +03:00
"Log-in credentials, save in database" : "ログイン認証情報は、データベースに保存されます。",
2015-10-26 08:55:04 +03:00
"Username and password" : "ユーザー名とパスワード",
2016-02-10 09:56:05 +03:00
"Log-in credentials, save in session" : "ログイン認証情報は、セッションに保存されます。",
2016-07-06 16:28:06 +03:00
"User entered, store in database" : "入力されたユーザーデータは、データベースに保管します",
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" : "場所",
2016-11-20 04:06:44 +03:00
"Nextcloud" : "Nextcloud",
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)" : "リクエストがタイムアウトするまでの秒数",
2016-11-20 04:06:44 +03:00
"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 のマウントは不可能です。システム管理者にインストールを依頼してください。",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"はインストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。",
2017-05-23 03:08:29 +03:00
"External storage support" : "外部ストレージのサポート",
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" : "スコープ",
2016-04-09 19:28:39 +03:00
"Enable encryption" : "暗号化を有効に",
"Enable previews" : "プレビューを有効に",
"Enable sharing" : "共有の有効化",
"Check for changes" : "変更点を確認",
"Never" : "更新無",
"Once every direct access" : "直指定時のみ",
"Folder name" : "フォルダー名",
2017-05-08 23:49:06 +03:00
"External storage" : "外部ストレージ",
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" : "ユーザーに外部ストレージの接続を許可する",
2017-04-19 02:08:43 +03:00
"Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する",
2017-07-19 03:08:22 +03:00
"Couldn't access. Please logout and login to activate this mount point" : "アクセス出来ませんでした。このマウントポイントを有効にするには一度ログアウトしてからログインしてください。",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました",
2017-04-19 02:08:43 +03:00
"Storage with id \"%i\" not found" : "ストレージID \"%i\" が見つかりません",
"Storage with id \"%i\" is not user editable" : "ストレージID \"%i\" はユーザーが編集できません"
},
"nplurals=1; plural=0;");