nextcloud/apps/files_external/l10n/ja.js

75 lines
4.3 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_external",
{
"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-03-28 08:55:46 +03:00
"Invalid mount point" : "無効なマウントポイント",
2015-04-20 08:54:44 +03:00
"Invalid storage backend \"%s\"" : "\"%s\" のストレージバックエンドが不正",
"Personal" : "個人",
"System" : "システム",
2015-08-25 19:39:10 +03:00
"Grant access" : "アクセスを許可",
"Access granted" : "アクセスは許可されました",
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" : "直指定時のみ",
"Every time the filesystem is used" : "ファイルシステム利用時には毎回",
2015-01-10 09:54:35 +03:00
"All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
"(group)" : "(グループ)",
"Saved" : "保存されました",
2015-08-25 19:39:10 +03:00
"None" : "なし",
"App key" : "アプリキー",
"App secret" : "アプリシークレット",
"Client ID" : "クライアントID",
"Client secret" : "クライアント秘密キー",
2015-09-14 08:55:35 +03:00
"Username" : "ユーザー名",
2015-08-25 19:39:10 +03:00
"Password" : "パスワード",
2015-09-14 08:55:35 +03:00
"API key" : "APIキー",
"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-09-14 08:55:35 +03:00
"Host" : "ホスト",
2015-08-25 19:39:10 +03:00
"Secure ftps://" : "Secure ftps://",
"Local" : "ローカル",
"Location" : "位置",
"ownCloud" : "ownCloud",
"Root" : "ルート",
2015-09-14 08:55:35 +03:00
"Share" : "共有",
"Username as share" : "共有名",
"OpenStack Object Storage" : "OpenStack ObjectStorage",
"<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" : "フォルダー名",
"Configuration" : "設定",
2015-02-10 09:55:06 +03:00
"Available for" : "利用可能",
2015-03-28 08:55:46 +03:00
"Advanced settings" : "詳細設定",
"Delete" : "削除",
2015-08-25 19:39:10 +03:00
"Add storage" : "ストレージを追加",
"Enable User External Storage" : "ユーザーの外部ストレージを有効にする",
"Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する"
},
"nplurals=1; plural=0;");