nextcloud/apps/oauth2/l10n/sv.js

21 lines
1.4 KiB
JavaScript
Raw Permalink Normal View History

2017-08-19 03:08:26 +03:00
OC.L10N.register(
"oauth2",
{
2018-12-11 04:11:48 +03:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "Din klient har inte behörighet att ansluta. Vänligen meddela din administratör.",
2019-11-03 05:16:06 +03:00
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigeringsadress måste vara en fullständig webbadress till exempel: https://yourdomain.com/path",
2018-02-20 04:11:55 +03:00
"OAuth 2.0" : "OAuth 2.0",
2018-10-23 17:54:28 +03:00
"Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.",
2017-08-19 03:08:26 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
2020-05-14 05:16:36 +03:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära åtkomst till {instanceName}.",
2020-09-01 05:16:09 +03:00
"Add client" : "Lägg till klient",
2018-11-17 04:12:47 +03:00
"Name" : "Namn",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "Omdirigerings-URI",
2020-09-01 05:16:09 +03:00
"Add" : "Lägg till",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Klientidentifierare",
2018-06-27 13:06:12 +03:00
"Secret" : "Hemlighet",
2018-12-11 04:11:48 +03:00
"Show client secret" : "Visa klienthemlighet",
2020-11-08 05:18:22 +03:00
"Delete" : "Ta bort"
2017-08-19 03:08:26 +03:00
},
"nplurals=2; plural=(n != 1);");