Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Aug 25, 2024
1 parent c18cd4d commit 1cc6b35
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 26 deletions.
1 change: 1 addition & 0 deletions apps/files/l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ OC.L10N.register(
"A file has been added to or removed from your <strong>favorites</strong>" : "Een bestand werd toegevoegd of verwijderd van je <strong>favorieten</strong>",
"A file or folder has been <strong>changed</strong>" : "Een bestand of map is <strong>gewijzigd</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Een favoriet bestand of map is <strong>gewijzigd</strong>",
"Failed to authorize" : "Kon niet autoriseren",
"Upload (max. %s)" : "Upload (max. %s)",
"Accept" : "Accepteren",
"Reject" : "Afwijzen",
Expand Down
1 change: 1 addition & 0 deletions apps/files/l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"A file has been added to or removed from your <strong>favorites</strong>" : "Een bestand werd toegevoegd of verwijderd van je <strong>favorieten</strong>",
"A file or folder has been <strong>changed</strong>" : "Een bestand of map is <strong>gewijzigd</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Een favoriet bestand of map is <strong>gewijzigd</strong>",
"Failed to authorize" : "Kon niet autoriseren",
"Upload (max. %s)" : "Upload (max. %s)",
"Accept" : "Accepteren",
"Reject" : "Afwijzen",
Expand Down
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ OC.L10N.register(
"Video verification" : "Відеоперевірка",
"Set expiration date" : "Встановити термін дії",
"Hide download" : "Приховати звантаження",
"Allow download and sync" : "Дозволити звантаження та синхронізацію",
"Note to recipient" : "Примітка для одержувача",
"Enter a note for the share recipient" : "Додайте нотатку для одержувача доступу до спільного ресурсу",
"Read" : "Читати",
Expand Down
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
"Video verification" : "Відеоперевірка",
"Set expiration date" : "Встановити термін дії",
"Hide download" : "Приховати звантаження",
"Allow download and sync" : "Дозволити звантаження та синхронізацію",
"Note to recipient" : "Примітка для одержувача",
"Enter a note for the share recipient" : "Додайте нотатку для одержувача доступу до спільного ресурсу",
"Read" : "Читати",
Expand Down
10 changes: 10 additions & 0 deletions apps/settings/l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@ OC.L10N.register(
"Verifying" : "Controleer",
"Allowed admin IP ranges" : "Toegestane beheerder IP-reeksen",
"Admin IP filtering isn’t applied." : "Beheerder IP-filtering is niet toegepast.",
"Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Configuratiesleutel \"%1$s\" verwacht een array (%2$s gevonden). Validatie van beheerder IP-bereik wordt niet toegepast.",
"Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Configuratiesleutel \"%1$s\" bevat ongeldig(e) IP-bereik(en): \"%2$s\"",
"Admin IP filtering is correctly configured." : "Beheerder IP-filtering is juist geconfigureerd.",
"App directories owner" : "Eigenaar app mappen",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Sommige app mappen zijn eigendom van een andere gebruiker dan op de webserver . Dat kan het geval zijn als apps handmatig zijn geïnstalleerd. Controleer de machtigingen van de volgende app mappen:\n%s",
"App directories have the correct owner \"%s\"" : "App mappen hebben de juiste eigenaar \"%s\"",
"Brute-force Throttle" : "Bruteforce begrenzing",
"Your remote address could not be determined." : "Je remote adres kon niet bepaald worden",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Je remote adres is geregistreerd als \"%s\" en wordt op dit moment afgeremd ter bescherming van bruteforce aanvallen. Dit verlaagt de performantie van verschillende aanvragen. Als het remote adres niet uw adres is kan dit wijzen op een verkeerd ingestelde proxy. ",
"Your remote address \"%s\" is not brute-force throttled." : "Je remote adres %s is niet bruteforce begrensd.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.",
Expand Down
10 changes: 10 additions & 0 deletions apps/settings/l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,16 @@
"Verifying" : "Controleer",
"Allowed admin IP ranges" : "Toegestane beheerder IP-reeksen",
"Admin IP filtering isn’t applied." : "Beheerder IP-filtering is niet toegepast.",
"Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Configuratiesleutel \"%1$s\" verwacht een array (%2$s gevonden). Validatie van beheerder IP-bereik wordt niet toegepast.",
"Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Configuratiesleutel \"%1$s\" bevat ongeldig(e) IP-bereik(en): \"%2$s\"",
"Admin IP filtering is correctly configured." : "Beheerder IP-filtering is juist geconfigureerd.",
"App directories owner" : "Eigenaar app mappen",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Sommige app mappen zijn eigendom van een andere gebruiker dan op de webserver . Dat kan het geval zijn als apps handmatig zijn geïnstalleerd. Controleer de machtigingen van de volgende app mappen:\n%s",
"App directories have the correct owner \"%s\"" : "App mappen hebben de juiste eigenaar \"%s\"",
"Brute-force Throttle" : "Bruteforce begrenzing",
"Your remote address could not be determined." : "Je remote adres kon niet bepaald worden",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Je remote adres is geregistreerd als \"%s\" en wordt op dit moment afgeremd ter bescherming van bruteforce aanvallen. Dit verlaagt de performantie van verschillende aanvragen. Als het remote adres niet uw adres is kan dit wijzen op een verkeerd ingestelde proxy. ",
"Your remote address \"%s\" is not brute-force throttled." : "Je remote adres %s is niet bruteforce begrensd.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.",
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ OC.L10N.register(
"%1$s changed your password on %2$s." : "%1$s змінив(-ла) ваш пароль у хмарі %2$s.",
"Your password on %s was changed." : "Ваш пароль на сервері %s було змінено.",
"Your password on %s was reset by an administrator." : "Ваш пароль на сервері %s було скинуто адміністратором.",
"Your password on %s was reset." : "Ваш пароль на %s перевстановлено.",
"Your password on %s was reset." : "Ваш пароль до %s змінено.",
"Password for %1$s changed on %2$s" : "Пароль %1$s змінено на сервері %2$s",
"Password changed for %s" : "Пароль змінено для %s",
"If you did not request this, please contact an administrator." : "Якщо ви цього не просили, зв'яжіться з адміністратором.",
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"%1$s changed your password on %2$s." : "%1$s змінив(-ла) ваш пароль у хмарі %2$s.",
"Your password on %s was changed." : "Ваш пароль на сервері %s було змінено.",
"Your password on %s was reset by an administrator." : "Ваш пароль на сервері %s було скинуто адміністратором.",
"Your password on %s was reset." : "Ваш пароль на %s перевстановлено.",
"Your password on %s was reset." : "Ваш пароль до %s змінено.",
"Password for %1$s changed on %2$s" : "Пароль %1$s змінено на сервері %2$s",
"Password changed for %s" : "Пароль змінено для %s",
"If you did not request this, please contact an administrator." : "Якщо ви цього не просили, зв'яжіться з адміністратором.",
Expand Down
5 changes: 3 additions & 2 deletions apps/systemtags/l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ OC.L10N.register(
"Tags" : "Мітки",
"All tagged %s …" : "Усі позначено мітками %s …",
"tagged %s" : "позначено міткою %s",
"Collaborative tags" : "Мітки для організації співпраці",
"Collaborative tags" : "Спільні мітки",
"Collaborative tagging functionality which shares tags among people." : "Функціональність спільних міток дозволяє надавати у спільний доступ мітки.",
"Create or edit tags" : "Створити чи редагувати мітки",
"Search for a tag to edit" : "Пошук мітки для редагування",
Expand All @@ -64,13 +64,14 @@ OC.L10N.register(
"Failed to update tag" : "Не вдалося оновити мітку",
"Deleted tag" : "Вилучена мітка",
"Failed to delete tag" : "Не вдалося вилучити мітку",
"Loading collaborative tags …" : "Завантажую мітки співпрації...",
"Loading collaborative tags …" : "Завантажую спільні мітки ...",
"Search or create collaborative tags" : "Пошук або створення спільних міток",
"No tags to select, type to create a new tag" : "Немає міток для вибору, почніть вводити, щоб додати нову мітку",
"Failed to load tags" : "Не вдалося завантажити мітки",
"Failed to load selected tags" : "Не вдалося завантажити вибрані мітки",
"Failed to select tag" : "Не вдалося вибрати мітку",
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Спільні мітки доступні для всіх користувачів. Заборонені мітки видимі для користувачів, але вони не можуть їх призначити. Невидимі мітки призначені для внутрішнього використання, оскільки користувачі не можуть бачити або призначати їх.",
"Assigned collaborative tags" : "Призначені спільні мітки",
"Open in Files" : "Відкрити у Файлах",
"List of tags and their associated files and folders." : "Перелік міток та файлів й каталогів, які їх мають",
"No tags found" : "Відсутні мітки",
Expand Down
5 changes: 3 additions & 2 deletions apps/systemtags/l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Tags" : "Мітки",
"All tagged %s …" : "Усі позначено мітками %s …",
"tagged %s" : "позначено міткою %s",
"Collaborative tags" : "Мітки для організації співпраці",
"Collaborative tags" : "Спільні мітки",
"Collaborative tagging functionality which shares tags among people." : "Функціональність спільних міток дозволяє надавати у спільний доступ мітки.",
"Create or edit tags" : "Створити чи редагувати мітки",
"Search for a tag to edit" : "Пошук мітки для редагування",
Expand All @@ -62,13 +62,14 @@
"Failed to update tag" : "Не вдалося оновити мітку",
"Deleted tag" : "Вилучена мітка",
"Failed to delete tag" : "Не вдалося вилучити мітку",
"Loading collaborative tags …" : "Завантажую мітки співпрації...",
"Loading collaborative tags …" : "Завантажую спільні мітки ...",
"Search or create collaborative tags" : "Пошук або створення спільних міток",
"No tags to select, type to create a new tag" : "Немає міток для вибору, почніть вводити, щоб додати нову мітку",
"Failed to load tags" : "Не вдалося завантажити мітки",
"Failed to load selected tags" : "Не вдалося завантажити вибрані мітки",
"Failed to select tag" : "Не вдалося вибрати мітку",
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Спільні мітки доступні для всіх користувачів. Заборонені мітки видимі для користувачів, але вони не можуть їх призначити. Невидимі мітки призначені для внутрішнього використання, оскільки користувачі не можуть бачити або призначати їх.",
"Assigned collaborative tags" : "Призначені спільні мітки",
"Open in Files" : "Відкрити у Файлах",
"List of tags and their associated files and folders." : "Перелік міток та файлів й каталогів, які їх мають",
"No tags found" : "Відсутні мітки",
Expand Down
2 changes: 1 addition & 1 deletion apps/updatenotification/l10n/uk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cc6b35

Please sign in to comment.