diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-31 01:06:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-31 01:06:55 +0000 |
commit | 6d2d069c172f1af72f134e32f4e8fc1fffbed80b (patch) | |
tree | 79cac0c2ea895f0cc565dc9d0bd871d9b2153460 /settings/l10n | |
parent | a08a4b5981b0c5eb41f50caf4c33effb57b397eb (diff) | |
download | nextcloud-server-6d2d069c172f1af72f134e32f4e8fc1fffbed80b.tar.gz nextcloud-server-6d2d069c172f1af72f134e32f4e8fc1fffbed80b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/hu_HU.js | 2 | ||||
-rw-r--r-- | settings/l10n/hu_HU.json | 2 | ||||
-rw-r--r-- | settings/l10n/nl.js | 5 | ||||
-rw-r--r-- | settings/l10n/nl.json | 5 | ||||
-rw-r--r-- | settings/l10n/ru.js | 8 | ||||
-rw-r--r-- | settings/l10n/ru.json | 8 |
6 files changed, 18 insertions, 12 deletions
diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js index f14b31b5f80..52557439ab1 100644 --- a/settings/l10n/hu_HU.js +++ b/settings/l10n/hu_HU.js @@ -353,8 +353,6 @@ OC.L10N.register( "No apps found for \"{query}\"" : "\"{query}\" keresésre nincs találat", "An error occurred: {message}" : "Hiba történt: {message}", "Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Kérjük, ellenőrizd a <a target=\"_blank\" href=\"%s\">telepítési dokumentációt ↗</a> a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használsz.", - "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezze a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a <a target=\"_blank\" href=\"%s\">dokumentációt ↗</a> bővebb információért.", "Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Kérjük, ellenőrizd a <a target=\"_blank\" href=\"%s\">telepítési dokumentációt ↗</a> és a <a href=\"#log-section\">naplót</a>, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.", "Encryption alone does not guarantee security of the system. Please see Nextcloud documentation for more information about how the encryption app works, and the supported use cases." : "A titkosítás önmagában nem garantálja a rendszer biztonságát. Kérlek olvassa el a Nextcloud dokumentációt, hogy további információkat szerezhess a titkosítási alkalmazás működéséről, és a támogatott lehetőségekről.", diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json index 6ece8a0a77a..d85e9935680 100644 --- a/settings/l10n/hu_HU.json +++ b/settings/l10n/hu_HU.json @@ -351,8 +351,6 @@ "No apps found for \"{query}\"" : "\"{query}\" keresésre nincs találat", "An error occurred: {message}" : "Hiba történt: {message}", "Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Kérjük, ellenőrizd a <a target=\"_blank\" href=\"%s\">telepítési dokumentációt ↗</a> a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használsz.", - "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezze a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a <a target=\"_blank\" href=\"%s\">dokumentációt ↗</a> bővebb információért.", "Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Kérjük, ellenőrizd a <a target=\"_blank\" href=\"%s\">telepítési dokumentációt ↗</a> és a <a href=\"#log-section\">naplót</a>, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.", "Encryption alone does not guarantee security of the system. Please see Nextcloud documentation for more information about how the encryption app works, and the supported use cases." : "A titkosítás önmagában nem garantálja a rendszer biztonságát. Kérlek olvassa el a Nextcloud dokumentációt, hogy további információkat szerezhess a titkosítási alkalmazás működéséről, és a támogatott lehetőségekről.", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index d00ba7549b2..2074f501f02 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -131,6 +131,8 @@ OC.L10N.register( "Login" : "Login", "Plain" : "Gewoon", "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "E-mailserver", "Open documentation" : "Open documentatie", "This is used for sending out notifications." : "Dit wordt gebruikt voor het verzenden van meldingen.", @@ -217,6 +219,8 @@ OC.L10N.register( "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Tonen disclaimer op de openbare link uploadpagina (alleen tonen als het bestandsoverzicht verborgen is).", "This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.", "Tips & tricks" : "Tips & trucs", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type', lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie ↗</a>.", "How to do backups" : "Hoe maak je back-ups", "Advanced monitoring" : "Geavanceerde monitoring", @@ -311,6 +315,7 @@ OC.L10N.register( "Create" : "Aanmaken", "Admin Recovery Password" : "Beheer herstel wachtwoord", "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging", + "Group name" : "Groepsnaam", "Everyone" : "Iedereen", "Admins" : "Beheerders", "Default quota" : "Standaard quota", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 15e959f2212..c695038599c 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -129,6 +129,8 @@ "Login" : "Login", "Plain" : "Gewoon", "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "E-mailserver", "Open documentation" : "Open documentatie", "This is used for sending out notifications." : "Dit wordt gebruikt voor het verzenden van meldingen.", @@ -215,6 +217,8 @@ "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Tonen disclaimer op de openbare link uploadpagina (alleen tonen als het bestandsoverzicht verborgen is).", "This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.", "Tips & tricks" : "Tips & trucs", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type', lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie ↗</a>.", "How to do backups" : "Hoe maak je back-ups", "Advanced monitoring" : "Geavanceerde monitoring", @@ -309,6 +313,7 @@ "Create" : "Aanmaken", "Admin Recovery Password" : "Beheer herstel wachtwoord", "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging", + "Group name" : "Groepsnaam", "Everyone" : "Iedereen", "Admins" : "Beheerders", "Default quota" : "Standaard quota", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index bf0737a6999..24f5326c01b 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -86,7 +86,7 @@ OC.L10N.register( "iPhone" : "iPhone", "iOS Client" : "Клиент iOS", "Android Client" : "Клиент Android", - "Sync client - {os}" : "Синхронизировать клиента - {os}", + "Sync client - {os}" : "Клиент синхронизации - {os}", "This session" : "Эта сессия", "Copied!" : "Скопировано!", "Not supported!" : "Не поддерживается!", @@ -126,7 +126,7 @@ OC.L10N.register( "Personal info" : "Личная информация", "Sessions" : "Сессии", "App passwords" : "Пароль приложения", - "Sync clients" : "Синхронизирующиеся клиенты", + "Sync clients" : "Клиенты синхронизации", "None" : "Отсутствует", "Login" : "Логин", "Plain" : "Простой", @@ -279,7 +279,7 @@ OC.L10N.register( "Change password" : "Сменить пароль", "Language" : "Язык", "Help translate" : "Помочь с переводом", - "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", + "Get the apps to sync your files" : "Скачать приложения для синхронизации файлов", "Desktop client" : "Клиент для ПК", "Android app" : "Android приложение", "iOS app" : "iOS приложение", @@ -331,7 +331,7 @@ OC.L10N.register( "Allow users to send mail notification for shared files" : "Разрешить пользователям отправлять email об открытии доступа к файлам", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "В качестве базы данных используется SQLite. Для больших установок мы рекомендуем переключиться на другую серверную базу данных.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использованием клиента для ПК.", - "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Если вы хотите поддержать проект\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">присоединитесь к разработке</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">расскажите о нас</a>!", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Если вы хотите поддержать проект\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">присоединяйтесь к разработке</a>\n\t\tили\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">расскажите о нас</a>!", "Add Group" : "Добавить группу", "Group" : "Группа", "Default Quota" : "Квота по умолчанию", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index 34a1f2ca5f1..a7268f5d5c1 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -84,7 +84,7 @@ "iPhone" : "iPhone", "iOS Client" : "Клиент iOS", "Android Client" : "Клиент Android", - "Sync client - {os}" : "Синхронизировать клиента - {os}", + "Sync client - {os}" : "Клиент синхронизации - {os}", "This session" : "Эта сессия", "Copied!" : "Скопировано!", "Not supported!" : "Не поддерживается!", @@ -124,7 +124,7 @@ "Personal info" : "Личная информация", "Sessions" : "Сессии", "App passwords" : "Пароль приложения", - "Sync clients" : "Синхронизирующиеся клиенты", + "Sync clients" : "Клиенты синхронизации", "None" : "Отсутствует", "Login" : "Логин", "Plain" : "Простой", @@ -277,7 +277,7 @@ "Change password" : "Сменить пароль", "Language" : "Язык", "Help translate" : "Помочь с переводом", - "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", + "Get the apps to sync your files" : "Скачать приложения для синхронизации файлов", "Desktop client" : "Клиент для ПК", "Android app" : "Android приложение", "iOS app" : "iOS приложение", @@ -329,7 +329,7 @@ "Allow users to send mail notification for shared files" : "Разрешить пользователям отправлять email об открытии доступа к файлам", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "В качестве базы данных используется SQLite. Для больших установок мы рекомендуем переключиться на другую серверную базу данных.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использованием клиента для ПК.", - "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Если вы хотите поддержать проект\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">присоединитесь к разработке</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">расскажите о нас</a>!", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Если вы хотите поддержать проект\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">присоединяйтесь к разработке</a>\n\t\tили\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">расскажите о нас</a>!", "Add Group" : "Добавить группу", "Group" : "Группа", "Default Quota" : "Квота по умолчанию", |