diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-04-21 02:16:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-04-21 02:16:40 +0000 |
commit | f0c1041d2ecb90ff28dcdbd72ca0425e1b9fde6b (patch) | |
tree | 4f73134b74369d2b4b126289a70d907fff4fa263 /apps/oauth2 | |
parent | 7b493685dce31c357d3e9a50e1ee22f155c71044 (diff) | |
download | nextcloud-server-f0c1041d2ecb90ff28dcdbd72ca0425e1b9fde6b.tar.gz nextcloud-server-f0c1041d2ecb90ff28dcdbd72ca0425e1b9fde6b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/tr.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/tr.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js index cfa787f93ed..07d4df520fa 100644 --- a/apps/oauth2/l10n/tr.js +++ b/apps/oauth2/l10n/tr.js @@ -1,11 +1,11 @@ OC.L10N.register( "oauth2", { - "Your client is not authorized to connect. Please inform the administrator of your client." : "İstemcinizin bağlanma izni yok. Lütfen sistem yöneticinize istemciniz ile ilgili bilgi verin.", + "Your client is not authorized to connect. Please inform the administrator of your client." : "İstemcinizin bağlanma izni yok. Lütfen BT yöneticinize istemciniz ile ilgili bilgi verin.", "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Yönlendirme adresi https://websitem.com/yol gibi tam bir adres olmalıdır", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.", - "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, yöneticilerin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, BT yöneticilerinin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json index f2066fcae1d..ad3fd051a6f 100644 --- a/apps/oauth2/l10n/tr.json +++ b/apps/oauth2/l10n/tr.json @@ -1,9 +1,9 @@ { "translations": { - "Your client is not authorized to connect. Please inform the administrator of your client." : "İstemcinizin bağlanma izni yok. Lütfen sistem yöneticinize istemciniz ile ilgili bilgi verin.", + "Your client is not authorized to connect. Please inform the administrator of your client." : "İstemcinizin bağlanma izni yok. Lütfen BT yöneticinize istemciniz ile ilgili bilgi verin.", "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Yönlendirme adresi https://websitem.com/yol gibi tam bir adres olmalıdır", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.", - "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, yöneticilerin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, BT yöneticilerinin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", |