diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-17 02:26:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-17 02:26:08 +0000 |
commit | e8d057aaae28a4d243b910141815bb25c5484ed8 (patch) | |
tree | 3bf0ed379837e536ee68fae6f6d7e0cbb71ce6d0 /apps/oauth2/l10n | |
parent | 06d9aa6ff06b82ae47707443d0739e14afb2570f (diff) | |
download | nextcloud-server-e8d057aaae28a4d243b910141815bb25c5484ed8.tar.gz nextcloud-server-e8d057aaae28a4d243b910141815bb25c5484ed8.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/lt_LT.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/lt_LT.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js index 152bf3dd4f2..baa37949047 100644 --- a/apps/oauth2/l10n/lt_LT.js +++ b/apps/oauth2/l10n/lt_LT.js @@ -2,6 +2,7 @@ OC.L10N.register( "oauth2", { "Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Jūsų nukreipimo adresas (redirect URL) turi būti pilnas, pavyzdžiui: https://jusuadresas.com/path", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 klientai", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.", diff --git a/apps/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json index 418c0e3b5fa..7b0c93529b3 100644 --- a/apps/oauth2/l10n/lt_LT.json +++ b/apps/oauth2/l10n/lt_LT.json @@ -1,5 +1,6 @@ { "translations": { "Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Jūsų nukreipimo adresas (redirect URL) turi būti pilnas, pavyzdžiui: https://jusuadresas.com/path", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 klientai", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.", |