aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-02 00:19:28 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-02 00:19:28 +0000
commit93065b22c409f8ce980bae22c60ffd06f9326806 (patch)
tree5c38caef1999408d90de62ef580f53b3c0b76562 /apps/oauth2
parent536aa8ae876c6a37903a693c4a7dce350fb5ac1a (diff)
downloadnextcloud-server-93065b22c409f8ce980bae22c60ffd06f9326806.tar.gz
nextcloud-server-93065b22c409f8ce980bae22c60ffd06f9326806.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/fi.js2
-rw-r--r--apps/oauth2/l10n/fi.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/fi.js b/apps/oauth2/l10n/fi.js
index 53e527a79c5..7cc8b523682 100644
--- a/apps/oauth2/l10n/fi.js
+++ b/apps/oauth2/l10n/fi.js
@@ -10,10 +10,12 @@ OC.L10N.register(
"Redirection URI" : "Uudelleenohjaus URI",
"Client Identifier" : "Asiakkaan tunniste",
"Secret key" : "Salainen avain",
+ "Delete client" : "Poista asiakas",
"Add client" : "Lisää asiakas",
"Add" : "Lisää",
"Delete" : "Poista",
"Show client secret" : "Näytä asiakkaan salaisuus",
+ "Hide client secret" : "Piilota asiakkaan salaisuus",
"Secret" : "Salaisuus"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/fi.json b/apps/oauth2/l10n/fi.json
index 8f347429a8b..5ae67c67326 100644
--- a/apps/oauth2/l10n/fi.json
+++ b/apps/oauth2/l10n/fi.json
@@ -8,10 +8,12 @@
"Redirection URI" : "Uudelleenohjaus URI",
"Client Identifier" : "Asiakkaan tunniste",
"Secret key" : "Salainen avain",
+ "Delete client" : "Poista asiakas",
"Add client" : "Lisää asiakas",
"Add" : "Lisää",
"Delete" : "Poista",
"Show client secret" : "Näytä asiakkaan salaisuus",
+ "Hide client secret" : "Piilota asiakkaan salaisuus",
"Secret" : "Salaisuus"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file