diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-03 02:30:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-03 02:30:29 +0000 |
commit | 532c7545bdc0ba37337d2103a74fce796915539b (patch) | |
tree | 739769d28775174d84eea467beaf404999e81710 /apps/oauth2 | |
parent | f0b12b450f37da5a6b93779b379cf9ae230217e6 (diff) | |
download | nextcloud-server-532c7545bdc0ba37337d2103a74fce796915539b.tar.gz nextcloud-server-532c7545bdc0ba37337d2103a74fce796915539b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/fi.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/fi.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/fi.js b/apps/oauth2/l10n/fi.js index 62d28b16c90..64fe3baa669 100644 --- a/apps/oauth2/l10n/fi.js +++ b/apps/oauth2/l10n/fi.js @@ -2,6 +2,7 @@ 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", diff --git a/apps/oauth2/l10n/fi.json b/apps/oauth2/l10n/fi.json index 5fbb8bbd593..a1a04d87653 100644 --- a/apps/oauth2/l10n/fi.json +++ b/apps/oauth2/l10n/fi.json @@ -1,5 +1,6 @@ { "translations": { "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", |