diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-08-21 00:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-08-21 00:12:16 +0000 |
commit | be3438ca9706f856af6fb59617d35a516d274f30 (patch) | |
tree | 5e49d62fa9b5f4ea256aacd52a0808bf19d00363 /apps/oauth2/l10n | |
parent | 6d749bf0215c4f155d402620544e669c0cce37ec (diff) | |
download | nextcloud-server-be3438ca9706f856af6fb59617d35a516d274f30.tar.gz nextcloud-server-be3438ca9706f856af6fb59617d35a516d274f30.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/lv.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/lv.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/lv.js b/apps/oauth2/l10n/lv.js index 79e5e1c9831..5783b651e74 100644 --- a/apps/oauth2/l10n/lv.js +++ b/apps/oauth2/l10n/lv.js @@ -1,11 +1,15 @@ OC.L10N.register( "oauth2", { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tavam pārvirzīšanas URL ir jābūt pilnam URL, piemēram https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Ļauj OAuth2 saderīgu autentifikāciju citām tīmekļa lietotnēm.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 lietotne ļauj administratoriem konfigurēt iebūvēto autentifikācijas darbplūsmu un ļauj OAuth2 saderīgu autentifikāciju citām web lietotnēm.", "OAuth 2.0 clients" : "OAuth 2.0 klients", "Name" : "Nosaukums", "Client Identifier" : "Klienta identifikators", "Add client" : "Pievienot klientu", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 atļauj ārējiem servisiem pieprasīt piekļuvi %s.", "Redirection URI" : "Pārvirzāmais URI", "Secret" : "Noslēpums", "Add" : "Pievienot" diff --git a/apps/oauth2/l10n/lv.json b/apps/oauth2/l10n/lv.json index 74b4f72b434..6f6fb29793c 100644 --- a/apps/oauth2/l10n/lv.json +++ b/apps/oauth2/l10n/lv.json @@ -1,9 +1,13 @@ { "translations": { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tavam pārvirzīšanas URL ir jābūt pilnam URL, piemēram https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Ļauj OAuth2 saderīgu autentifikāciju citām tīmekļa lietotnēm.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 lietotne ļauj administratoriem konfigurēt iebūvēto autentifikācijas darbplūsmu un ļauj OAuth2 saderīgu autentifikāciju citām web lietotnēm.", "OAuth 2.0 clients" : "OAuth 2.0 klients", "Name" : "Nosaukums", "Client Identifier" : "Klienta identifikators", "Add client" : "Pievienot klientu", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 atļauj ārējiem servisiem pieprasīt piekļuvi %s.", "Redirection URI" : "Pārvirzāmais URI", "Secret" : "Noslēpums", "Add" : "Pievienot" |