aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-06-14 00:19:48 +0000
committerNextcloud bot <bot@nextcloud.com>2024-06-14 00:19:48 +0000
commitf0f4db3464e9260723b3b146e11d8ec2a0884272 (patch)
treebb0f5a3703663298d4d5ff3e23136865ea36dbcc /apps/oauth2
parentb5275f703537f01fa27b042e1b619f56a223ab49 (diff)
downloadnextcloud-server-f0f4db3464e9260723b3b146e11d8ec2a0884272.tar.gz
nextcloud-server-f0f4db3464e9260723b3b146e11d8ec2a0884272.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/it.js1
-rw-r--r--apps/oauth2/l10n/it.json1
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