diff options
Diffstat (limited to 'apps/files_external/l10n/ja.js')
-rw-r--r-- | apps/files_external/l10n/ja.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index fc9ceed9ca5..e7a1a032d35 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -56,9 +56,9 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "クライアントID", "Client secret" : "クライアント秘密キー", - "OpenStack" : "OpenStack", "Tenant name" : "テナント名", "Identity endpoint URL" : "認証エンドポイントURL", + "Domain" : "ドメイン", "Rackspace" : "Rackspace", "API key" : "APIキー", "Global credentials" : "グローバル資格情報", @@ -91,7 +91,6 @@ OC.L10N.register( "SFTP with secret key login" : "秘密鍵でSFTPログイン", "SMB / CIFS" : "SMB / CIFS", "Share" : "共有", - "Domain" : "ドメイン", "SMB / CIFS using OC login" : "Nextcloud ログインを利用したSMB / CIFS", "Username as share" : "共有名", "OpenStack Object Storage" : "OpenStack ObjectStorage", @@ -101,8 +100,6 @@ OC.L10N.register( "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 のマウントは不可能です。システム管理者にインストールを依頼してください。", "External storage support" : "外部ストレージのサポート", - "No external storage configured" : "外部ストレージは設定されていません", - "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。", "Name" : "名前", "Storage type" : "ストレージ種別", "Scope" : "スコープ", @@ -128,7 +125,10 @@ OC.L10N.register( "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s", "Dropbox App Configuration" : "Dropbox アプリ設定", "Google Drive App Configuration" : "Google アプリ設定", + "OpenStack" : "OpenStack", "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive" + "Google Drive" : "Google Drive", + "No external storage configured" : "外部ストレージは設定されていません", + "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。" }, "nplurals=1; plural=0;"); |