diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-12 02:27:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-12 02:27:53 +0000 |
commit | af0b50daa51c6e7edbbf82d41f2ebd1b146f8871 (patch) | |
tree | d06f5e8e5271b5fefaab12aa5f7186c38f2fef8d /apps/files_external/l10n | |
parent | a7b932cb52f6d0a332d6f7410b633b3cacc7e66b (diff) | |
download | nextcloud-server-af0b50daa51c6e7edbbf82d41f2ebd1b146f8871.tar.gz nextcloud-server-af0b50daa51c6e7edbbf82d41f2ebd1b146f8871.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/ja.js | 7 | ||||
-rw-r--r-- | apps/files_external/l10n/ja.json | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index ec7948d5975..9ef4ba7c7ae 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -22,6 +22,8 @@ OC.L10N.register( "Read only" : "読み取り専用", "Disconnect" : "切断", "Admin defined" : "管理者設定済", + "Automatic status checking is disabled due to the large number of configured storages, click to check status" : "大量のストレージが設定されているため、ステータスの自動確認は無効になっています。クリックして状態を確認", + "Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "本当にこの外部ストレージを切断しますか?これにより、Nextcloudでストレージが使用できなくなり、現在接続されている同期クライアント上のこれらのファイルとフォルダーが削除されますが、外部ストレージ自体のファイルとフォルダーは削除されません。", "Delete storage?" : "ストレージを削除しますか?", "Saved" : "保存しました", "Saving …" : "保存中...", @@ -80,6 +82,8 @@ OC.L10N.register( "Public key" : "公開鍵", "RSA private key" : "RSA秘密鍵", "Private key" : "秘密鍵", + "Kerberos default realm, defaults to \"WORKGROUP\"" : "Kerberosのデフォルトのレルム、デフォルトは「WORKGROUP」です", + "Kerberos ticket Apache mode" : "Kerberosチケット Apache モード", "Kerberos ticket" : "ケルベロスチケット", "Amazon S3" : "Amazon S3", "Bucket" : "バケット名", @@ -135,6 +139,7 @@ OC.L10N.register( "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。", "Delete" : "削除", - "Are you sure you want to delete this external storage?" : "この外部ストレージを本当に削除しますか?" + "Are you sure you want to delete this external storage?" : "この外部ストレージを本当に削除しますか?", + "Kerberos ticket apache mode" : "Kerberosチケット apache モード" }, "nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index 4e5ffc49bf6..615958114a0 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -20,6 +20,8 @@ "Read only" : "読み取り専用", "Disconnect" : "切断", "Admin defined" : "管理者設定済", + "Automatic status checking is disabled due to the large number of configured storages, click to check status" : "大量のストレージが設定されているため、ステータスの自動確認は無効になっています。クリックして状態を確認", + "Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "本当にこの外部ストレージを切断しますか?これにより、Nextcloudでストレージが使用できなくなり、現在接続されている同期クライアント上のこれらのファイルとフォルダーが削除されますが、外部ストレージ自体のファイルとフォルダーは削除されません。", "Delete storage?" : "ストレージを削除しますか?", "Saved" : "保存しました", "Saving …" : "保存中...", @@ -78,6 +80,8 @@ "Public key" : "公開鍵", "RSA private key" : "RSA秘密鍵", "Private key" : "秘密鍵", + "Kerberos default realm, defaults to \"WORKGROUP\"" : "Kerberosのデフォルトのレルム、デフォルトは「WORKGROUP」です", + "Kerberos ticket Apache mode" : "Kerberosチケット Apache モード", "Kerberos ticket" : "ケルベロスチケット", "Amazon S3" : "Amazon S3", "Bucket" : "バケット名", @@ -133,6 +137,7 @@ "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。", "Delete" : "削除", - "Are you sure you want to delete this external storage?" : "この外部ストレージを本当に削除しますか?" + "Are you sure you want to delete this external storage?" : "この外部ストレージを本当に削除しますか?", + "Kerberos ticket apache mode" : "Kerberosチケット apache モード" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |