summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-11-20 02:15:49 +0000
committerNextcloud bot <bot@nextcloud.com>2022-11-20 02:15:49 +0000
commit9b86b91ddf9d6469fe7b5281b86d413e8432b1e3 (patch)
tree500d28acdac67e0af3d2c2fb6f4388b2441ca415 /core
parent46586dadb9d2fc3ad79c6fdbe0953082f1dcd18b (diff)
downloadnextcloud-server-9b86b91ddf9d6469fe7b5281b86d413e8432b1e3.tar.gz
nextcloud-server-9b86b91ddf9d6469fe7b5281b86d413e8432b1e3.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r--core/l10n/de.js4
-rw-r--r--core/l10n/de.json4
-rw-r--r--core/l10n/nl.js2
-rw-r--r--core/l10n/nl.json2
-rw-r--r--core/l10n/sl.js3
-rw-r--r--core/l10n/sl.json3
-rw-r--r--core/l10n/uk.js4
-rw-r--r--core/l10n/uk.json4
8 files changed, 18 insertions, 8 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 01a199f640b..ce8ee676f6d 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -199,6 +199,7 @@ OC.L10N.register(
"Search" : "Suche",
"An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"],
+ "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Dein Browser wird nicht unterstützt. Bitte aktualisieren deinen Browser auf eine neuere oder unterstützte Version.",
"Search {types} …" : "Suche {types}…",
"Settings" : "Einstellungen",
"Could not load your contacts" : "Deine Kontakte konnten nicht geladen werden",
@@ -413,6 +414,7 @@ OC.L10N.register(
"More apps menu" : "Weitere Apps-Menü",
"Settings menu" : "Einstellungen-Menü",
"The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuche es erneut.",
- "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren"
+ "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Es scheint, dass Nextcloud mit einer 32-Bit-PHP-Version ausgeführt wird. Nextcloud 26 und neuer benötigt die 64-Bit-Version. Bitte aktualisiere dein Betriebssystem und PHP auf 64-Bit. Für weitere Details lese die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 0f8b6877a7d..bc6578bdc46 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -197,6 +197,7 @@
"Search" : "Suche",
"An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"],
+ "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Dein Browser wird nicht unterstützt. Bitte aktualisieren deinen Browser auf eine neuere oder unterstützte Version.",
"Search {types} …" : "Suche {types}…",
"Settings" : "Einstellungen",
"Could not load your contacts" : "Deine Kontakte konnten nicht geladen werden",
@@ -411,6 +412,7 @@
"More apps menu" : "Weitere Apps-Menü",
"Settings menu" : "Einstellungen-Menü",
"The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuche es erneut.",
- "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren"
+ "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Es scheint, dass Nextcloud mit einer 32-Bit-PHP-Version ausgeführt wird. Nextcloud 26 und neuer benötigt die 64-Bit-Version. Bitte aktualisiere dein Betriebssystem und PHP auf 64-Bit. Für weitere Details lese die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index f5622085618..2fcc89efd51 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -236,6 +236,8 @@ OC.L10N.register(
"(all selected)" : "(alles geselecteerd)",
"({count} selected)" : "({count} geselecteerd)",
"Error loading file exists template" : "Fout bij laden bestand bestaat al sjabloon",
+ "Show list view" : "Toon lijstweergave",
+ "Show grid view" : "Toon roosterweergave",
"Pending" : "Onderhanden",
"Copy to {folder}" : "Kopieer naar {folder}",
"Move to {folder}" : "Verplaats naar {folder}",
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index 896a411009d..8995b7b082d 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -234,6 +234,8 @@
"(all selected)" : "(alles geselecteerd)",
"({count} selected)" : "({count} geselecteerd)",
"Error loading file exists template" : "Fout bij laden bestand bestaat al sjabloon",
+ "Show list view" : "Toon lijstweergave",
+ "Show grid view" : "Toon roosterweergave",
"Pending" : "Onderhanden",
"Copy to {folder}" : "Kopieer naar {folder}",
"Move to {folder}" : "Verplaats naar {folder}",
diff --git a/core/l10n/sl.js b/core/l10n/sl.js
index 1d3ffb12541..33f21076a1d 100644
--- a/core/l10n/sl.js
+++ b/core/l10n/sl.js
@@ -39,7 +39,7 @@ OC.L10N.register(
"Some of your link shares have been removed" : "Nekatere povezave za souporabo so bile odstranjene.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Zaradi varnostnih razlogov so bile nekatere povezave odstranjene. Več podrobnosti je na voljo v uradno izdanem opozorilu.",
"The user limit of this instance is reached." : "Dosežena je količinska omejitev za uporabnika.",
- "Learn more ↗" : "Več o Manifestu ↗",
+ "Learn more ↗" : "Več o tem ↗",
"Preparing update" : "Poteka priprava na posodobitev ...",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korak nadgradnje:",
@@ -378,6 +378,7 @@ OC.L10N.register(
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
"Collaboratively edit office documents." : "Sodelovalno urejanje pisarniških dokumentov.",
"Local document editing back-end used by the Collabora Online app." : "Ozadnji program za krajevno urejanje dokumentov, ki ga uporablja program Collabora Online.",
+ "You haven't added any info yet" : "Ni še vpisanih podatkov",
"restricted" : "omejeno",
"invisible" : "nevidno",
"File not found" : "Datoteke ni mogoče najti",
diff --git a/core/l10n/sl.json b/core/l10n/sl.json
index 470da669c2a..8f0c8e016da 100644
--- a/core/l10n/sl.json
+++ b/core/l10n/sl.json
@@ -37,7 +37,7 @@
"Some of your link shares have been removed" : "Nekatere povezave za souporabo so bile odstranjene.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Zaradi varnostnih razlogov so bile nekatere povezave odstranjene. Več podrobnosti je na voljo v uradno izdanem opozorilu.",
"The user limit of this instance is reached." : "Dosežena je količinska omejitev za uporabnika.",
- "Learn more ↗" : "Več o Manifestu ↗",
+ "Learn more ↗" : "Več o tem ↗",
"Preparing update" : "Poteka priprava na posodobitev ...",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korak nadgradnje:",
@@ -376,6 +376,7 @@
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
"Collaboratively edit office documents." : "Sodelovalno urejanje pisarniških dokumentov.",
"Local document editing back-end used by the Collabora Online app." : "Ozadnji program za krajevno urejanje dokumentov, ki ga uporablja program Collabora Online.",
+ "You haven't added any info yet" : "Ni še vpisanih podatkov",
"restricted" : "omejeno",
"invisible" : "nevidno",
"File not found" : "Datoteke ni mogoče najti",
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index 438e0d94d41..2e747b5ccf9 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -208,7 +208,7 @@ OC.L10N.register(
"Could not load your contacts" : "Неможливо завантажити ваші контакти",
"Search contacts …" : "Пошук контактів...",
"No contacts found" : "Контактів не знайдено",
- "Show all contacts …" : "Показати всі контакти ...",
+ "Show all contacts …" : "Всі контакти...",
"Install the Contacts app" : "Встановіть застосунок Контакти",
"Loading your contacts …" : "Завантаження контактів...",
"Looking for {term} …" : "Шукаєте {term}",
@@ -395,7 +395,7 @@ OC.L10N.register(
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Я знаю, що, якщо я продовжую виконувати оновлення через вебінтерфейс, існує ризик того, що запит завершиться по тайм-ауту, що може призвести до втрати даних, але я маю резервну копію та знаю, як відновити мій сервер у випадку невдачі.",
"Upgrade via web on my own risk" : "Оновлення через веб-інтерфейс на свій страх і ризик",
"Maintenance mode" : "Режим технічного обслуговування",
- "This %s instance is currently in maintenance mode, which may take a while." : "Цей сервер %s перебуває в режимі технічного обслуговування, що може зайняти деякий час.",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Наразі для сервера хмари %s увімкнено режим технічного обслуговування.",
"This page will refresh itself when the instance is available again." : "Ця сторінка оновиться автоматично, коли сервер знову стане доступний.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора, якщо це повідомлення не зникає або з'являється несподівано.",
"This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Цей випуск спільноти Nextcloud не підтримується, і миттєві сповіщення недоступні.",
diff --git a/core/l10n/uk.json b/core/l10n/uk.json
index 4849d8401f6..fbf10c6c6d1 100644
--- a/core/l10n/uk.json
+++ b/core/l10n/uk.json
@@ -206,7 +206,7 @@
"Could not load your contacts" : "Неможливо завантажити ваші контакти",
"Search contacts …" : "Пошук контактів...",
"No contacts found" : "Контактів не знайдено",
- "Show all contacts …" : "Показати всі контакти ...",
+ "Show all contacts …" : "Всі контакти...",
"Install the Contacts app" : "Встановіть застосунок Контакти",
"Loading your contacts …" : "Завантаження контактів...",
"Looking for {term} …" : "Шукаєте {term}",
@@ -393,7 +393,7 @@
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Я знаю, що, якщо я продовжую виконувати оновлення через вебінтерфейс, існує ризик того, що запит завершиться по тайм-ауту, що може призвести до втрати даних, але я маю резервну копію та знаю, як відновити мій сервер у випадку невдачі.",
"Upgrade via web on my own risk" : "Оновлення через веб-інтерфейс на свій страх і ризик",
"Maintenance mode" : "Режим технічного обслуговування",
- "This %s instance is currently in maintenance mode, which may take a while." : "Цей сервер %s перебуває в режимі технічного обслуговування, що може зайняти деякий час.",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Наразі для сервера хмари %s увімкнено режим технічного обслуговування.",
"This page will refresh itself when the instance is available again." : "Ця сторінка оновиться автоматично, коли сервер знову стане доступний.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора, якщо це повідомлення не зникає або з'являється несподівано.",
"This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Цей випуск спільноти Nextcloud не підтримується, і миттєві сповіщення недоступні.",