diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-02 01:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-02 01:12:16 +0000 |
commit | 777313db42d386f39338a5bc007724b95f39b9b2 (patch) | |
tree | a8400b20a936d87b89c1a0b016cabba7d6fc67e2 /apps/files_external/l10n | |
parent | e8f9257ec9c29eca5b369807ad2c13e7bcedb72f (diff) | |
download | nextcloud-server-777313db42d386f39338a5bc007724b95f39b9b2.tar.gz nextcloud-server-777313db42d386f39338a5bc007724b95f39b9b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/es_MX.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/es_MX.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/it.js | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/it.json | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/ka_GE.js | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/ka_GE.json | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/ru.js | 7 | ||||
-rw-r--r-- | apps/files_external/l10n/ru.json | 7 | ||||
-rw-r--r-- | apps/files_external/l10n/tr.js | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/tr.json | 4 |
14 files changed, 42 insertions, 0 deletions
diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index 6de22144156..2d6d5fe528f 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -117,6 +117,7 @@ OC.L10N.register( "Authentication" : "Authentication", "Configuration" : "Configuration", "Available for" : "Available for", + "Click to recheck the configuration" : "Click to recheck the configuration", "Add storage" : "Add storage", "Advanced settings" : "Advanced settings", "Delete" : "Delete", diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json index 644c7d4b5d5..b7c1d3b7e9d 100644 --- a/apps/files_external/l10n/en_GB.json +++ b/apps/files_external/l10n/en_GB.json @@ -115,6 +115,7 @@ "Authentication" : "Authentication", "Configuration" : "Configuration", "Available for" : "Available for", + "Click to recheck the configuration" : "Click to recheck the configuration", "Add storage" : "Add storage", "Advanced settings" : "Advanced settings", "Delete" : "Delete", diff --git a/apps/files_external/l10n/es_MX.js b/apps/files_external/l10n/es_MX.js index ede753727e8..1b25ea803cc 100644 --- a/apps/files_external/l10n/es_MX.js +++ b/apps/files_external/l10n/es_MX.js @@ -122,9 +122,11 @@ OC.L10N.register( "Delete" : "Borrar", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", + "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", "OpenStack" : "OpenStack", "Dropbox" : "Dropbox", "Google Drive" : "Google Drive", diff --git a/apps/files_external/l10n/es_MX.json b/apps/files_external/l10n/es_MX.json index 88e8d087c04..99f96bdce27 100644 --- a/apps/files_external/l10n/es_MX.json +++ b/apps/files_external/l10n/es_MX.json @@ -120,9 +120,11 @@ "Delete" : "Borrar", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", + "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", "OpenStack" : "OpenStack", "Dropbox" : "Dropbox", "Google Drive" : "Google Drive", diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index d7ca0694948..e3740f7ce29 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -117,6 +117,7 @@ OC.L10N.register( "Authentication" : "Authentification", "Configuration" : "Configuration", "Available for" : "Disponible pour", + "Click to recheck the configuration" : "Cliquer pour revérifier la configuration", "Add storage" : "Ajouter un support de stockage", "Advanced settings" : "Paramètres avancés", "Delete" : "Supprimer", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index 16cabb6c6a3..5956c3ea6ee 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -115,6 +115,7 @@ "Authentication" : "Authentification", "Configuration" : "Configuration", "Available for" : "Disponible pour", + "Click to recheck the configuration" : "Cliquer pour revérifier la configuration", "Add storage" : "Ajouter un support de stockage", "Advanced settings" : "Paramètres avancés", "Delete" : "Supprimer", diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js index 29da03b6e70..ee8295708c9 100644 --- a/apps/files_external/l10n/it.js +++ b/apps/files_external/l10n/it.js @@ -117,6 +117,7 @@ OC.L10N.register( "Authentication" : "Autenticazione", "Configuration" : "Configurazione", "Available for" : "Disponibile per", + "Click to recheck the configuration" : "Clic per controllare di nuovo la configurazione", "Add storage" : "Aggiungi archiviazione", "Advanced settings" : "Impostazioni avanzate", "Delete" : "Elimina", diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json index 84cd9add498..f4010a51339 100644 --- a/apps/files_external/l10n/it.json +++ b/apps/files_external/l10n/it.json @@ -115,6 +115,7 @@ "Authentication" : "Autenticazione", "Configuration" : "Configurazione", "Available for" : "Disponibile per", + "Click to recheck the configuration" : "Clic per controllare di nuovo la configurazione", "Add storage" : "Aggiungi archiviazione", "Advanced settings" : "Impostazioni avanzate", "Delete" : "Elimina", diff --git a/apps/files_external/l10n/ka_GE.js b/apps/files_external/l10n/ka_GE.js index 38c101b388c..b5e9c817580 100644 --- a/apps/files_external/l10n/ka_GE.js +++ b/apps/files_external/l10n/ka_GE.js @@ -56,8 +56,10 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "კლიენტის ID", "Client secret" : "კლიენტის საიდუმლო", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "მოიჯარის სახელი", "Identity endpoint URL" : "იდენტობის საბოლოო-წერტილის URL", + "OpenStack v3" : "OpenStack v3", "Domain" : "დომენი", "Rackspace" : "Rackspace-ი", "API key" : "API გასაღები", @@ -99,6 +101,8 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL-ის მხარდაჭერა PHP-ში არაა მოქდენი ან დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP-ს მხარდაჭერა PHP-ში არაა მოქმედი ან დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" არაა დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", + "External storage support" : "გარე საცავის მხარდაჭერა", + "No external storage configured or you don't have the permission to configure them" : "გარე საცავი არაა კონფიგურირებული, ან არ გაქვთ უფლება გაუწიოთ მას კონფიგურაცია", "Name" : "სახელი", "Storage type" : "საცავის სახეობა", "Scope" : "ფარგლები", @@ -113,6 +117,7 @@ OC.L10N.register( "Authentication" : "აუტენტიფიკაცია", "Configuration" : "კონფიგურაცია", "Available for" : "ხელმისაწვდომია რომ", + "Click to recheck the configuration" : "დააწკაპუნეთ კონფიგურაციის ხელახალი შემოწმებისთვის", "Add storage" : "საცავის დამატება", "Advanced settings" : "დამატებითი პარამეტრები", "Delete" : "წაშლა", diff --git a/apps/files_external/l10n/ka_GE.json b/apps/files_external/l10n/ka_GE.json index 1f25d7d3609..3c76105f778 100644 --- a/apps/files_external/l10n/ka_GE.json +++ b/apps/files_external/l10n/ka_GE.json @@ -54,8 +54,10 @@ "OAuth2" : "OAuth2", "Client ID" : "კლიენტის ID", "Client secret" : "კლიენტის საიდუმლო", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "მოიჯარის სახელი", "Identity endpoint URL" : "იდენტობის საბოლოო-წერტილის URL", + "OpenStack v3" : "OpenStack v3", "Domain" : "დომენი", "Rackspace" : "Rackspace-ი", "API key" : "API გასაღები", @@ -97,6 +99,8 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL-ის მხარდაჭერა PHP-ში არაა მოქდენი ან დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP-ს მხარდაჭერა PHP-ში არაა მოქმედი ან დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" არაა დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", + "External storage support" : "გარე საცავის მხარდაჭერა", + "No external storage configured or you don't have the permission to configure them" : "გარე საცავი არაა კონფიგურირებული, ან არ გაქვთ უფლება გაუწიოთ მას კონფიგურაცია", "Name" : "სახელი", "Storage type" : "საცავის სახეობა", "Scope" : "ფარგლები", @@ -111,6 +115,7 @@ "Authentication" : "აუტენტიფიკაცია", "Configuration" : "კონფიგურაცია", "Available for" : "ხელმისაწვდომია რომ", + "Click to recheck the configuration" : "დააწკაპუნეთ კონფიგურაციის ხელახალი შემოწმებისთვის", "Add storage" : "საცავის დამატება", "Advanced settings" : "დამატებითი პარამეტრები", "Delete" : "წაშლა", diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index 4952b6e297e..d563cbad597 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -56,8 +56,10 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "Идентификатор клиента", "Client secret" : "Клиентский ключ ", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "Имя арендатора", "Identity endpoint URL" : "Удостоверение конечной точки URL", + "OpenStack v3" : "OpenStack v3", "Domain" : "Домен", "Rackspace" : "Rackspace", "API key" : "Ключ API", @@ -100,6 +102,7 @@ OC.L10N.register( "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Поддержка FTP в PHP не включена и/или не установлена, монтирование %s невозможно. Обратитесь к вашему системному администратору.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» не установлен, монтирование %s невозможно. Обратитесь к вашему системному администратору.", "External storage support" : "Поддержка внешних хранилищ", + "No external storage configured or you don't have the permission to configure them" : "Нет настроенного внешнего хранилища или у вас нет прав доступа для их настройки", "Name" : "Имя", "Storage type" : "Тип хранилища", "Scope" : "Область", @@ -114,12 +117,16 @@ OC.L10N.register( "Authentication" : "Авторизация", "Configuration" : "Конфигурация", "Available for" : "Доступно для", + "Click to recheck the configuration" : "Кликните для перепроверки конфигурации", "Add storage" : "Добавить хранилище", "Advanced settings" : "Расширенные настройки", "Delete" : "Удалить", "Allow users to mount external storage" : "Разрешить пользователями монтировать внешние накопители", "Allow users to mount the following external storage" : "Разрешить пользователям монтировать следующие сервисы хранения данных", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов запроса. Проверьте корректность ключа и секрета приложения.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов доступа. Проверьте корректность ключа и секрета приложения.", + "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s", + "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s", "Dropbox App Configuration" : "Настройка приложения Dropbox", "Google Drive App Configuration" : "Настройка приложения Google Drive", "OpenStack" : "OpenStack", diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json index 847f87a8173..a37c97a401a 100644 --- a/apps/files_external/l10n/ru.json +++ b/apps/files_external/l10n/ru.json @@ -54,8 +54,10 @@ "OAuth2" : "OAuth2", "Client ID" : "Идентификатор клиента", "Client secret" : "Клиентский ключ ", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "Имя арендатора", "Identity endpoint URL" : "Удостоверение конечной точки URL", + "OpenStack v3" : "OpenStack v3", "Domain" : "Домен", "Rackspace" : "Rackspace", "API key" : "Ключ API", @@ -98,6 +100,7 @@ "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Поддержка FTP в PHP не включена и/или не установлена, монтирование %s невозможно. Обратитесь к вашему системному администратору.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» не установлен, монтирование %s невозможно. Обратитесь к вашему системному администратору.", "External storage support" : "Поддержка внешних хранилищ", + "No external storage configured or you don't have the permission to configure them" : "Нет настроенного внешнего хранилища или у вас нет прав доступа для их настройки", "Name" : "Имя", "Storage type" : "Тип хранилища", "Scope" : "Область", @@ -112,12 +115,16 @@ "Authentication" : "Авторизация", "Configuration" : "Конфигурация", "Available for" : "Доступно для", + "Click to recheck the configuration" : "Кликните для перепроверки конфигурации", "Add storage" : "Добавить хранилище", "Advanced settings" : "Расширенные настройки", "Delete" : "Удалить", "Allow users to mount external storage" : "Разрешить пользователями монтировать внешние накопители", "Allow users to mount the following external storage" : "Разрешить пользователям монтировать следующие сервисы хранения данных", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов запроса. Проверьте корректность ключа и секрета приложения.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов доступа. Проверьте корректность ключа и секрета приложения.", + "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s", + "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s", "Dropbox App Configuration" : "Настройка приложения Dropbox", "Google Drive App Configuration" : "Настройка приложения Google Drive", "OpenStack" : "OpenStack", diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js index c7787198bbf..bdb1102413d 100644 --- a/apps/files_external/l10n/tr.js +++ b/apps/files_external/l10n/tr.js @@ -56,8 +56,10 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "İstemci kimliği", "Client secret" : "İstemci parolası", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "Kiracı adı", "Identity endpoint URL" : "Kimlik arka uç noktası adresi", + "OpenStack v3" : "OpenStack v3", "Domain" : "Etki alanı", "Rackspace" : "Rackspace", "API key" : "API anahtarı", @@ -100,6 +102,7 @@ OC.L10N.register( "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP FTP desteği kuurlmamış ya da etkinleştirilmemiş. %s bağlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s kurulmamış. %s bağlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "External storage support" : "Dış depolama desteği", + "No external storage configured or you don't have the permission to configure them" : "Bir dış depolama yapılandırılmamış ya da yapılandırma izniniz yok", "Name" : "Ad", "Storage type" : "Depolama türü", "Scope" : "Kapsam", @@ -114,6 +117,7 @@ OC.L10N.register( "Authentication" : "Kimlik Doğrulama", "Configuration" : "Yapılandırma", "Available for" : "Kullanabilecekler", + "Click to recheck the configuration" : "Yapılandırmayı yeniden denetlemek için tıklayın", "Add storage" : "Depolama ekle", "Advanced settings" : "Gelişmiş ayarlar", "Delete" : "Sil", diff --git a/apps/files_external/l10n/tr.json b/apps/files_external/l10n/tr.json index 52c4f053192..20872cd8a85 100644 --- a/apps/files_external/l10n/tr.json +++ b/apps/files_external/l10n/tr.json @@ -54,8 +54,10 @@ "OAuth2" : "OAuth2", "Client ID" : "İstemci kimliği", "Client secret" : "İstemci parolası", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "Kiracı adı", "Identity endpoint URL" : "Kimlik arka uç noktası adresi", + "OpenStack v3" : "OpenStack v3", "Domain" : "Etki alanı", "Rackspace" : "Rackspace", "API key" : "API anahtarı", @@ -98,6 +100,7 @@ "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP FTP desteği kuurlmamış ya da etkinleştirilmemiş. %s bağlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s kurulmamış. %s bağlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "External storage support" : "Dış depolama desteği", + "No external storage configured or you don't have the permission to configure them" : "Bir dış depolama yapılandırılmamış ya da yapılandırma izniniz yok", "Name" : "Ad", "Storage type" : "Depolama türü", "Scope" : "Kapsam", @@ -112,6 +115,7 @@ "Authentication" : "Kimlik Doğrulama", "Configuration" : "Yapılandırma", "Available for" : "Kullanabilecekler", + "Click to recheck the configuration" : "Yapılandırmayı yeniden denetlemek için tıklayın", "Add storage" : "Depolama ekle", "Advanced settings" : "Gelişmiş ayarlar", "Delete" : "Sil", |