0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/oauth2/l10n/fi.js
Nextcloud bot e218d1f98e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-15 00:25:46 +00:00

20 lines
1.1 KiB
JavaScript

OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "Asiakastasi ei ole valtuutettu yhdistämään. Ilmoita ylläpidolle asiakkaastasi.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Uudelleenohjauksen URL-osoitteen on oltava täydellinen URL-osoite, esimerkiksi: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.",
"OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat",
"Name" : "Nimi",
"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"
},
"nplurals=2; plural=(n != 1);");