diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-17 01:12:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-17 01:12:04 +0000 |
commit | d953db8683b10bdaf55ab8f3bb8b6b1c42870270 (patch) | |
tree | 03ac92bed0b13b90215148746745a62906e07ddb /apps/files_external/l10n/ja.js | |
parent | 57e0881a9eb206cb9c3894af600c5ccf4b8b8ff7 (diff) | |
download | nextcloud-server-d953db8683b10bdaf55ab8f3bb8b6b1c42870270.tar.gz nextcloud-server-d953db8683b10bdaf55ab8f3bb8b6b1c42870270.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/ja.js')
-rw-r--r-- | apps/files_external/l10n/ja.js | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 4cb446d6305..fc9ceed9ca5 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -75,6 +75,7 @@ OC.L10N.register( "Region" : "リージョン", "Enable SSL" : "SSLを有効", "Enable Path Style" : "パス形式を有効", + "Legacy (v2) authentication" : "レガシー認証(v2)", "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "リモートサブフォルダー", @@ -99,6 +100,7 @@ OC.L10N.register( "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 のマウントは不可能です。システム管理者にインストールを依頼してください。", + "External storage support" : "外部ストレージのサポート", "No external storage configured" : "外部ストレージは設定されていません", "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。", "Name" : "名前", @@ -119,6 +121,14 @@ OC.L10N.register( "Advanced settings" : "詳細設定", "Delete" : "削除", "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する", - "Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する" + "Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する", + "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." : "アクセストークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。", + "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s", + "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s", + "Dropbox App Configuration" : "Dropbox アプリ設定", + "Google Drive App Configuration" : "Google アプリ設定", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=1; plural=0;"); |