summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-02 00:19:57 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-02 00:19:57 +0000
commitf59aa618efc721b10210616b279dd9c6d0b27a6f (patch)
treebeec4bad8727994ac7be36e73cec67d78765ef66 /apps/oauth2
parent0b8625b5e8560033dfa0ba08938e3a44ec7daad4 (diff)
downloadnextcloud-server-f59aa618efc721b10210616b279dd9c6d0b27a6f.tar.gz
nextcloud-server-f59aa618efc721b10210616b279dd9c6d0b27a6f.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