diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-14 00:20:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-14 00:20:02 +0000 |
commit | 5a7e8a7f9076dfd6ec3ba2fbe83bded59d53a792 (patch) | |
tree | cf87d0447f2ebe981387fb9619f1c2f5a8ff41fe /apps/oauth2/l10n | |
parent | 22a24833628613a6e2ea522ff82bc21d57ec14d6 (diff) | |
download | nextcloud-server-5a7e8a7f9076dfd6ec3ba2fbe83bded59d53a792.tar.gz nextcloud-server-5a7e8a7f9076dfd6ec3ba2fbe83bded59d53a792.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/it.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/it.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js index 69726925a4b..8721b17bcff 100644 --- a/apps/oauth2/l10n/it.js +++ b/apps/oauth2/l10n/it.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Aggiungi", "Delete" : "Elimina", "Show client secret" : "Mostra segreto del client", + "Hide client secret" : "Nascondi segreto del client", "Secret" : "Segreto" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json index 3abe47f48cd..91c5bc95652 100644 --- a/apps/oauth2/l10n/it.json +++ b/apps/oauth2/l10n/it.json @@ -15,6 +15,7 @@ "Add" : "Aggiungi", "Delete" : "Elimina", "Show client secret" : "Mostra segreto del client", + "Hide client secret" : "Nascondi segreto del client", "Secret" : "Segreto" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |