diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-27 02:14:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-27 02:14:02 +0000 |
commit | 71493433b826afd67093c04ce29efc2c12242a2a (patch) | |
tree | 8a3c6a40732bab87eadd3a9db1d30baa760a52b2 /lib | |
parent | 5e718756268ad8cab868dba1b3ce0814f741da4a (diff) | |
download | nextcloud-server-71493433b826afd67093c04ce29efc2c12242a2a.tar.gz nextcloud-server-71493433b826afd67093c04ce29efc2c12242a2a.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/bg.js | 3 | ||||
-rw-r--r-- | lib/l10n/bg.json | 3 | ||||
-rw-r--r-- | lib/l10n/da.js | 25 | ||||
-rw-r--r-- | lib/l10n/da.json | 25 | ||||
-rw-r--r-- | lib/l10n/pl.js | 3 | ||||
-rw-r--r-- | lib/l10n/pl.json | 3 |
6 files changed, 54 insertions, 8 deletions
diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js index 570b58f53e1..31d4d148e7f 100644 --- a/lib/l10n/bg.js +++ b/lib/l10n/bg.js @@ -8,6 +8,8 @@ OC.L10N.register( "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Файловете на приложението %1$s не бяха заменени правилно. Уверете се, че версията е съвместима със сървъра.", "Sample configuration detected" : "Открита е примерна конфигурация", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Усетено беше че примерната конфигурация е копирана. Това може да развли инсталацията ти и не се поддържа. Моля, прочети документацията преди да правиш промени на config.php", + "404" : "404", + "The page could not be found on the server." : "Страницата не е намерена на сървъра.", "%s email verification" : "%s имейл потвърждение", "Email verification" : "Имейл потвърждение", "Click the following button to confirm your email." : "Щракнете върху следния бутон, за да потвърдите имейла си.", @@ -150,6 +152,7 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s сподели »%2$s« с вас.", "Click the button below to open it." : "Щракнете върху бутона по-долу, за да го отворите.", "The requested share does not exist anymore" : "Исканото споделяне вече не съществува", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Потребителският лимит е достигнат и потребителят не е създаден. Проверете вашите известия, за да научите повече.", "Could not find category \"%s\"" : "Невъзможно откриване на категорията \"%s\".", "Sunday" : "неделя", "Monday" : "понеделник", diff --git a/lib/l10n/bg.json b/lib/l10n/bg.json index deb764529f4..1bf2c9f31e1 100644 --- a/lib/l10n/bg.json +++ b/lib/l10n/bg.json @@ -6,6 +6,8 @@ "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Файловете на приложението %1$s не бяха заменени правилно. Уверете се, че версията е съвместима със сървъра.", "Sample configuration detected" : "Открита е примерна конфигурация", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Усетено беше че примерната конфигурация е копирана. Това може да развли инсталацията ти и не се поддържа. Моля, прочети документацията преди да правиш промени на config.php", + "404" : "404", + "The page could not be found on the server." : "Страницата не е намерена на сървъра.", "%s email verification" : "%s имейл потвърждение", "Email verification" : "Имейл потвърждение", "Click the following button to confirm your email." : "Щракнете върху следния бутон, за да потвърдите имейла си.", @@ -148,6 +150,7 @@ "%1$s shared »%2$s« with you." : "%1$s сподели »%2$s« с вас.", "Click the button below to open it." : "Щракнете върху бутона по-долу, за да го отворите.", "The requested share does not exist anymore" : "Исканото споделяне вече не съществува", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Потребителският лимит е достигнат и потребителят не е създаден. Проверете вашите известия, за да научите повече.", "Could not find category \"%s\"" : "Невъзможно откриване на категорията \"%s\".", "Sunday" : "неделя", "Monday" : "понеделник", diff --git a/lib/l10n/da.js b/lib/l10n/da.js index 9c76d5aa9ed..b12ce42253e 100644 --- a/lib/l10n/da.js +++ b/lib/l10n/da.js @@ -2,9 +2,19 @@ OC.L10N.register( "lib", { "Cannot write into \"config\" directory!" : "Kan ikke skrive til mappen \"config\"!", + "This can usually be fixed by giving the web server write access to the config directory." : "Dette kan normalt rettes ved at give webserveren skriveadgang til config folderen.", + "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Men hvis du foretrækker at bibeholde config.php skrivebeskyttet, så sæt parameter \"config_is_read_only\" til true i filen. ", "See %s" : "Se %s", + "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerne tilhørende appen %1$s blev ikke erstattet korrekt. Check at versionen er kompatibel med serveren.", "Sample configuration detected" : "Eksempel for konfiguration registreret", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Der er registreret at eksempel for konfiguration er blevet kopieret. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Der er registreret at konfigurations eksemplet er blevet kopieret direkte. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", + "404" : "404", + "The page could not be found on the server." : "Siden kunne ikke findes på serveren.", + "%s email verification" : "%s email verifikation", + "Email verification" : "Email verifikation", + "Click the following button to confirm your email." : "Tryk på følgende knap for at bekræfte din email.", + "Click the following link to confirm your email." : "Klik på følgende link for at bekræfte din email.", + "Confirm your email" : "Bekræft din email", "Other activities" : "Andre aktiviteter", "%1$s and %2$s" : "%1$s og %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s og %3$s", @@ -16,6 +26,9 @@ OC.L10N.register( "The library %s is not available." : "Biblioteket %s er ikke tilgængeligt.", "Server version %s or higher is required." : "Du skal have server version %s eller nyere.", "Server version %s or lower is required." : "Du skal have server version %s eller ældre.", + "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Bruger skal være administrator, underadministrator eller have tildelt specielle rettigheder for at have adgang til denne indstilling", + "Logged in user must be an admin or sub admin" : "Bruger skal være administrator eller underadministrator", + "Logged in user must be an admin" : "Brugeren skal være administrator", "Authentication" : "Godkendelse", "Unknown filetype" : "Ukendt filtype", "Invalid image" : "Ugyldigt billede", @@ -50,11 +63,15 @@ OC.L10N.register( "__language_name__" : "Dansk", "This is an automatically sent email, please do not reply." : "Dette er en automatisk sendt e-mail, svar venligst ikke.", "Help" : "Hjælp", + "Appearance and accessibility" : "Udseende og tilgængelighed", "Apps" : "Apps", + "Personal settings" : "Personlige indstillinger", + "Administration settings" : "System indstillinger", "Settings" : "Indstillinger", "Log out" : "Log ud", "Users" : "Brugere", "Email" : "E-mail", + "Mail %s" : "Mail %s", "Phone" : "Telefon", "Twitter" : "Twitter", "Website" : "Hjemmeside", @@ -97,7 +114,7 @@ OC.L10N.register( "Sun." : "Søn.", "Mon." : "Man.", "Tue." : "Tir.", - "Wed." : ".", + "Wed." : "Ons.", "Thu." : "Tor.", "Fri." : "Fre.", "Sat." : "Lør.", @@ -121,10 +138,10 @@ OC.L10N.register( "November" : "November", "December" : "December", "Jan." : "Jan.", - "Feb." : "eb.", + "Feb." : "Feb.", "Mar." : "Mar.", "Apr." : "Apr.", - "May." : "Maj", + "May." : "Maj.", "Jun." : "Jun.", "Jul." : "Jul.", "Aug." : "Aug.", diff --git a/lib/l10n/da.json b/lib/l10n/da.json index b41df5a1eab..1c989c5cc47 100644 --- a/lib/l10n/da.json +++ b/lib/l10n/da.json @@ -1,8 +1,18 @@ { "translations": { "Cannot write into \"config\" directory!" : "Kan ikke skrive til mappen \"config\"!", + "This can usually be fixed by giving the web server write access to the config directory." : "Dette kan normalt rettes ved at give webserveren skriveadgang til config folderen.", + "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Men hvis du foretrækker at bibeholde config.php skrivebeskyttet, så sæt parameter \"config_is_read_only\" til true i filen. ", "See %s" : "Se %s", + "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerne tilhørende appen %1$s blev ikke erstattet korrekt. Check at versionen er kompatibel med serveren.", "Sample configuration detected" : "Eksempel for konfiguration registreret", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Der er registreret at eksempel for konfiguration er blevet kopieret. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Der er registreret at konfigurations eksemplet er blevet kopieret direkte. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", + "404" : "404", + "The page could not be found on the server." : "Siden kunne ikke findes på serveren.", + "%s email verification" : "%s email verifikation", + "Email verification" : "Email verifikation", + "Click the following button to confirm your email." : "Tryk på følgende knap for at bekræfte din email.", + "Click the following link to confirm your email." : "Klik på følgende link for at bekræfte din email.", + "Confirm your email" : "Bekræft din email", "Other activities" : "Andre aktiviteter", "%1$s and %2$s" : "%1$s og %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s og %3$s", @@ -14,6 +24,9 @@ "The library %s is not available." : "Biblioteket %s er ikke tilgængeligt.", "Server version %s or higher is required." : "Du skal have server version %s eller nyere.", "Server version %s or lower is required." : "Du skal have server version %s eller ældre.", + "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Bruger skal være administrator, underadministrator eller have tildelt specielle rettigheder for at have adgang til denne indstilling", + "Logged in user must be an admin or sub admin" : "Bruger skal være administrator eller underadministrator", + "Logged in user must be an admin" : "Brugeren skal være administrator", "Authentication" : "Godkendelse", "Unknown filetype" : "Ukendt filtype", "Invalid image" : "Ugyldigt billede", @@ -48,11 +61,15 @@ "__language_name__" : "Dansk", "This is an automatically sent email, please do not reply." : "Dette er en automatisk sendt e-mail, svar venligst ikke.", "Help" : "Hjælp", + "Appearance and accessibility" : "Udseende og tilgængelighed", "Apps" : "Apps", + "Personal settings" : "Personlige indstillinger", + "Administration settings" : "System indstillinger", "Settings" : "Indstillinger", "Log out" : "Log ud", "Users" : "Brugere", "Email" : "E-mail", + "Mail %s" : "Mail %s", "Phone" : "Telefon", "Twitter" : "Twitter", "Website" : "Hjemmeside", @@ -95,7 +112,7 @@ "Sun." : "Søn.", "Mon." : "Man.", "Tue." : "Tir.", - "Wed." : ".", + "Wed." : "Ons.", "Thu." : "Tor.", "Fri." : "Fre.", "Sat." : "Lør.", @@ -119,10 +136,10 @@ "November" : "November", "December" : "December", "Jan." : "Jan.", - "Feb." : "eb.", + "Feb." : "Feb.", "Mar." : "Mar.", "Apr." : "Apr.", - "May." : "Maj", + "May." : "Maj.", "Jun." : "Jun.", "Jul." : "Jul.", "Aug." : "Aug.", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 6b6ca71acd2..d075035a406 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -8,6 +8,8 @@ OC.L10N.register( "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Pliki aplikacji %1$s nie zostały poprawnie zastąpione. Upewnij się, że jest to wersja zgodna z serwerem.", "Sample configuration detected" : "Wykryto przykładową konfigurację", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Wykryto, że przykładowa konfiguracja została skopiowana. Może to spowodować przerwanie instalacji, która nie jest wspierana. Przeczytaj dokumentację przed dokonaniem zmian w pliku config.php", + "404" : "404", + "The page could not be found on the server." : "Nie znaleziono strony na serwerze.", "%s email verification" : "Weryfikacja adresu e-mail %s", "Email verification" : "Weryfikacja adresu e-mail", "Click the following button to confirm your email." : "Kliknij poniższy przycisk, aby potwierdzić swój adres e-mail.", @@ -150,6 +152,7 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s udostępnił Tobie »%2$s«.", "Click the button below to open it." : "Kliknij przycisk poniżej, aby otworzyć.", "The requested share does not exist anymore" : "Żądane udostępnienie już nie istnieje", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Osiągnięto limit użytkowników i użytkownik nie został utworzony. Sprawdź swoje powiadomienia, aby dowiedzieć się więcej.", "Could not find category \"%s\"" : "Nie można znaleźć kategorii \"%s\"", "Sunday" : "Niedziela", "Monday" : "Poniedziałek", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 78d32cbe272..7bbf40740ce 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -6,6 +6,8 @@ "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Pliki aplikacji %1$s nie zostały poprawnie zastąpione. Upewnij się, że jest to wersja zgodna z serwerem.", "Sample configuration detected" : "Wykryto przykładową konfigurację", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Wykryto, że przykładowa konfiguracja została skopiowana. Może to spowodować przerwanie instalacji, która nie jest wspierana. Przeczytaj dokumentację przed dokonaniem zmian w pliku config.php", + "404" : "404", + "The page could not be found on the server." : "Nie znaleziono strony na serwerze.", "%s email verification" : "Weryfikacja adresu e-mail %s", "Email verification" : "Weryfikacja adresu e-mail", "Click the following button to confirm your email." : "Kliknij poniższy przycisk, aby potwierdzić swój adres e-mail.", @@ -148,6 +150,7 @@ "%1$s shared »%2$s« with you." : "%1$s udostępnił Tobie »%2$s«.", "Click the button below to open it." : "Kliknij przycisk poniżej, aby otworzyć.", "The requested share does not exist anymore" : "Żądane udostępnienie już nie istnieje", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Osiągnięto limit użytkowników i użytkownik nie został utworzony. Sprawdź swoje powiadomienia, aby dowiedzieć się więcej.", "Could not find category \"%s\"" : "Nie można znaleźć kategorii \"%s\"", "Sunday" : "Niedziela", "Monday" : "Poniedziałek", |