diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-22 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-22 00:20:40 +0000 |
commit | 430b09589715220e77907fc1b9f3e0da8cfd30ff (patch) | |
tree | b25ea1fb3ae6efcab614e41ee4123bda1555843a /apps/oauth2 | |
parent | 3f54f174cc9b6ec9cfc5869b4155458b248a332a (diff) | |
download | nextcloud-server-430b09589715220e77907fc1b9f3e0da8cfd30ff.tar.gz nextcloud-server-430b09589715220e77907fc1b9f3e0da8cfd30ff.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/ca.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/ca.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ca.js b/apps/oauth2/l10n/ca.js index a29d5117c2c..40df85354af 100644 --- a/apps/oauth2/l10n/ca.js +++ b/apps/oauth2/l10n/ca.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Afegeix", "Delete" : "Suprimeix", "Show client secret" : "Mostra el secret del client", + "Hide client secret" : "Amaga el secret del client", "Secret" : "Secret" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/ca.json b/apps/oauth2/l10n/ca.json index c4613aeebd6..0b2cda27a5b 100644 --- a/apps/oauth2/l10n/ca.json +++ b/apps/oauth2/l10n/ca.json @@ -15,6 +15,7 @@ "Add" : "Afegeix", "Delete" : "Suprimeix", "Show client secret" : "Mostra el secret del client", + "Hide client secret" : "Amaga el secret del client", "Secret" : "Secret" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |