aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-02 00:19:47 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-02 00:19:47 +0000
commit0e290ca9a2982d775b23a104062c3f5141d66e2a (patch)
treeea3f925070d250f69dbc3ed197b32cd4dd8671d1 /apps/oauth2
parent8db8c615d02e60f7c86b2f474b4ee461ff9c3d25 (diff)
downloadnextcloud-server-0e290ca9a2982d775b23a104062c3f5141d66e2a.tar.gz
nextcloud-server-0e290ca9a2982d775b23a104062c3f5141d66e2a.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