diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-07 00:37:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-07 00:37:06 +0000 |
commit | 211b0160dc2b06ef62c19cafa1505b977d7d6762 (patch) | |
tree | c4f4c5b352ce8dd6893e6e065a0b62227f297ec6 /apps/oauth2 | |
parent | 8274e3f2390a1c4038ff9a7137d39bf579128315 (diff) | |
download | nextcloud-server-211b0160dc2b06ef62c19cafa1505b977d7d6762.tar.gz nextcloud-server-211b0160dc2b06ef62c19cafa1505b977d7d6762.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/ja.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ja.js b/apps/oauth2/l10n/ja.js index ac213556ba4..69bc28e759b 100644 --- a/apps/oauth2/l10n/ja.js +++ b/apps/oauth2/l10n/ja.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "クライアントID", "Secret key" : "シークレットキー", "Delete client" : "クライアントを削除", + "Make sure you store the secret key, it cannot be recovered." : "秘密鍵は復元できないので、必ず保管してください。", "Add client" : "クライアントの追加", "Add" : "追加", "Delete" : "削除", diff --git a/apps/oauth2/l10n/ja.json b/apps/oauth2/l10n/ja.json index 17a1f34c456..ca8babc00a9 100644 --- a/apps/oauth2/l10n/ja.json +++ b/apps/oauth2/l10n/ja.json @@ -11,6 +11,7 @@ "Client Identifier" : "クライアントID", "Secret key" : "シークレットキー", "Delete client" : "クライアントを削除", + "Make sure you store the secret key, it cannot be recovered." : "秘密鍵は復元できないので、必ず保管してください。", "Add client" : "クライアントの追加", "Add" : "追加", "Delete" : "削除", |