diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-04 00:27:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-04 00:27:10 +0000 |
commit | e24b95837f81cf4c43321aa1d829c2eb3e0d27a9 (patch) | |
tree | 920104da300803d438cb802d45cd870e5d607004 /apps/encryption | |
parent | ffe533d3fc42677d0b7dbe65af6b1d6487137060 (diff) | |
download | nextcloud-server-e24b95837f81cf4c43321aa1d829c2eb3e0d27a9.tar.gz nextcloud-server-e24b95837f81cf4c43321aa1d829c2eb3e0d27a9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/l10n/ja.js | 3 | ||||
-rw-r--r-- | apps/encryption/l10n/ja.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/encryption/l10n/ja.js b/apps/encryption/l10n/ja.js index 97fd5d6d58d..32e6e6bee81 100644 --- a/apps/encryption/l10n/ja.js +++ b/apps/encryption/l10n/ja.js @@ -28,6 +28,9 @@ OC.L10N.register( "Bad Signature" : "不正な署名", "Missing Signature" : "署名が存在しません", "one-time password for server-side-encryption" : "サーバーサイド暗号化のワンタイムパスワード", + "Encryption password" : "暗号化パスワード", + "The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "管理者がサーバーサイド暗号化を有効化しました。あなたのファイルはパスワードで暗号化されています<strong>%s</strong>。", + "The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "管理者がサーバーサイド暗号化を有効化しました。あなたのファイルはパスワードで暗号化されています%s。", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", "Default encryption module" : "デフォルトの暗号化モジュール", diff --git a/apps/encryption/l10n/ja.json b/apps/encryption/l10n/ja.json index 34062520360..a445a24f6f1 100644 --- a/apps/encryption/l10n/ja.json +++ b/apps/encryption/l10n/ja.json @@ -26,6 +26,9 @@ "Bad Signature" : "不正な署名", "Missing Signature" : "署名が存在しません", "one-time password for server-side-encryption" : "サーバーサイド暗号化のワンタイムパスワード", + "Encryption password" : "暗号化パスワード", + "The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "管理者がサーバーサイド暗号化を有効化しました。あなたのファイルはパスワードで暗号化されています<strong>%s</strong>。", + "The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "管理者がサーバーサイド暗号化を有効化しました。あなたのファイルはパスワードで暗号化されています%s。", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", "Default encryption module" : "デフォルトの暗号化モジュール", |