Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3edb2c44d8db2456481fd4f175020afd02cb9d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
OC.L10N.register(
    "files_external",
    {
    "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アプリのキーとパスワードが正しいことを確認してください。",
    "Please provide a valid Dropbox app key and secret." : "有効なDropboxアプリのキーとパスワードを入力してください。",
    "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s",
    "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s",
    "External storage" : "外部ストレージ",
    "Local" : "ローカル",
    "Location" : "位置",
    "Amazon S3" : "Amazon S3",
    "Key" : "キー",
    "Secret" : "シークレットキー",
    "Bucket" : "バケット名",
    "Amazon S3 and compliant" : "Amazon S3 と互換ストレージ",
    "Access Key" : "アクセスキー",
    "Secret Key" : "シークレットキー",
    "Hostname" : "ホスト名",
    "Port" : "ポート",
    "Region" : "都道府県",
    "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",
    "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" : "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" : "アクセスを許可",
    "Error configuring Google Drive storage" : "Googleドライブストレージの設定エラー",
    "Personal" : "個人",
    "System" : "システム",
    "All users. Type to select user or group." : "全てのユーザー.ユーザー、グループを追加",
    "(group)" : "(グループ)",
    "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をマウントできません。このシステムの管理者にインストールをお願いしてください。",
    "You don't have any external storages" : "外部ストレージはありません。",
    "Name" : "名前",
    "Storage type" : "ストレージ種別",
    "Scope" : "スコープ",
    "External Storage" : "外部ストレージ",
    "Folder name" : "フォルダー名",
    "Configuration" : "設定",
    "Available for" : "以下が利用可能",
    "Add storage" : "ストレージを追加",
    "Delete" : "削除",
    "Enable User External Storage" : "ユーザーの外部ストレージを有効にする",
    "Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する"
},
"nplurals=1; plural=0;");