Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-07-10 05:25:41 +0300
committerNextcloud bot <bot@nextcloud.com>2022-07-10 05:25:41 +0300
commit6b5e3665002f3e5c66bd4e32f43ce22cf527eff2 (patch)
tree1e12517d8f38bcf6571ab556483b370181686b66 /core
parent6b61ae235efea7e78f61e481696f124d9be71b5f (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r--core/l10n/da.js15
-rw-r--r--core/l10n/da.json15
-rw-r--r--core/l10n/tr.js1
-rw-r--r--core/l10n/tr.json1
4 files changed, 32 insertions, 0 deletions
diff --git a/core/l10n/da.js b/core/l10n/da.js
index c6a624084c2..f09aba99b79 100644
--- a/core/l10n/da.js
+++ b/core/l10n/da.js
@@ -86,6 +86,7 @@ OC.L10N.register(
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Konfigurationen af omvendt proxy-header er forkert, eller du får adgang til Nextcloud fra en betroet proxy. Hvis ikke, er dette et sikkerhedsproblem og kan tillade en hacker at forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i {linkstart}dokumentationen ↗{linkend}.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached er konfigureret som distribueret cache, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se den {linkstart}memcachede wiki om begge moduler ↗{linkend}.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere oplysninger om, hvordan du løser dette problem, kan findes i {linkstart1}dokumentationen ↗{linkend}. ({linkstart2}Liste over ugyldige filer...{linkend} / {linkstart3}Scan igen...{linkend})",
+ "The PHP OPcache module is not properly configured. See the {linkstart}documentation ↗{linkend} for more information." : "PHP OPcache modulet er ikke korrekt konfigureret. Se venligst {linkstart}dokumentationen ↗{linkend} for yderligere information.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP funktionen \"set_time_limit\" er ikke tilgængelig. Dette kan resultere i at scripts stopper halvvejs og din installation fejler. Vi anbefaler at aktivere denne funktion.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Mangler index \"{indexName}\" i tabel \"{tableName}\".",
@@ -95,9 +96,12 @@ OC.L10N.register(
"Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mangler valgfri kolonne \"{columnName}\" i tabel \"{tableName}\".",
"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." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Denne forekomst mangler nogle anbefalede PHP moduler. For bedre performance og bedre kompatibilitet, anbefales det højt at installere dem.",
+ "The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "PHP modulerne \"gmp\" og/eller \"bcmath\" er ikke aktiverede. Hvis der benyttes WebAuthn passwordless godkendelse, kræves disse moduler.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modulet php-image i dette tilfælde har ingen SVG-understøttelse. For bedre kompatibilitet anbefales det at installere det.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Nogle kolonner i databasen mangler en konvertering til big int. På grund af det faktum, at ændring af kolonnetyper på store tabeller kunne tage noget tid, blev de ikke ændret automatisk. Ved at køre 'occ db:convert-filecache-bigint' kunne disse afventende ændringer anvendes manuelt. Denne handling skal udføres, mens instansen er offline. For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite bruges i øjeblikket som database. Til større installationer anbefaler vi at skifte til en anden database.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Det er specielt anbefalet når arbejdstationsklienten anvendes til filsynkronisering.",
+ "To migrate to another database use the command line tool: \"occ db:convert-type\", or see the {linkstart}documentation ↗{linkend}." : "For at migrere til en anden database skal du bruge kommandolinjeværktøjet: 'occ db:convert-type', eller se {linkstart}dokumentationen ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP grænsen for hukommelse er indstillet under den anbefalede grænse på 512MB.",
"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:" : "Nogle app mapper er ejet af en anden bruger end web server brugeren. Dette kan ske hvis apps er blevet installeret manuelt. Tjek rettigheder på de følgende app mapper:",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte-tegn (som emojis) uden problemer i f.eks. filnavne eller kommentarer, anbefales det at aktivere 4-byte-understøttelsen i MySQL. For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}.",
@@ -138,6 +142,7 @@ OC.L10N.register(
"Username or email" : "Brugernavn eller e-mail",
"Password" : "Adgangskode",
"Show password" : "Vis adgangskode",
+ "Hide password" : "Skjul adgangskode",
"Wrong username or password." : "Forkert brugernavn eller adgangskode",
"User disabled" : "Bruger deaktiveret",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har registreret flere ugyldige loginforsøg fra din IP. Derfor bliver din næste login sat op til 30 sekunder.",
@@ -181,8 +186,10 @@ OC.L10N.register(
"{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu",
"Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden",
"Reset search" : "Nulstil søgning",
+ "Start search" : "Start søgning",
"Search for {name} only" : "Søg kun efter {name}",
"No results for {query}" : "Ingen søgeresultater for {query}",
+ "Press enter to start searching" : "Tast retur for at starte søgning",
"Start typing to search" : "Start med at skrive for at søge",
"Loading more results …" : "Henter flere resultater...",
"Load more results" : "Hent flere resultater",
@@ -228,6 +235,8 @@ OC.L10N.register(
"(all selected)" : "(alle valgt)",
"({count} selected)" : "({count} valgt)",
"Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon",
+ "Show list view" : "Vis som liste",
+ "Show grid view" : "Vis som gitter",
"Pending" : "Afventer",
"Copy to {folder}" : "Kopier til {folder}",
"Move to {folder}" : "Flyt til {folder}",
@@ -323,6 +332,7 @@ OC.L10N.register(
"Get your own free account" : "Få din egen gratis konto",
"Skip to main content" : "Skip til hovedindhold",
"Skip to navigation of app" : "Skip til navigation af app",
+ "%s's homepage" : "%s's hjemmeside",
"More apps" : "Flere apps",
"More" : "Mere",
"More apps menu" : "Flere apps menu",
@@ -337,12 +347,17 @@ OC.L10N.register(
"Grant access" : "Giv adgang",
"Alternative log in using app token" : "Alternativt login ved brug af app nøgle",
"Account access" : "Konto adgang",
+ "Currently logged in as %1$s (%2$s)." : "Logget ind som %1$s (%2$s).",
"You are about to grant %1$s access to your %2$s account." : "Du er ved at tildele %1$s adgang til din %2$s konto.",
"Account connected" : "Kontoen er tilknyttet",
"Your client should now be connected!" : "Din klient burde være forbundet nu!",
"You can close this window." : "Du kan lukke dette vindue",
"This share is password-protected" : "Delingen er beskyttet af kodeord",
+ "The password is wrong or expired. Please try again or request a new one." : "Adgangskoden er forkert eller udløbet. Forsøg venligst igen eller anmod om et nyt.",
+ "Please type in your email address to request a temporary password" : "Indtast venligst din e-mailadresse for at anmode om en midlertidigt adgangskode",
"Email address" : "Email adresse",
+ "Password sent!" : "Adgangskode sendt!",
+ "You are not authorized to request a password for this share" : "Du er ikke godkendt til at anmode om en adgangskode til denne delte mappe",
"Go to %s" : "Gå til %s",
"Two-factor authentication" : "To-faktor autentificering",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Forbedret sikkerhed er aktiveret for din konto. Vælg en nummer to faktor til autentifikation.",
diff --git a/core/l10n/da.json b/core/l10n/da.json
index a5bd3af52fa..102c30bddf4 100644
--- a/core/l10n/da.json
+++ b/core/l10n/da.json
@@ -84,6 +84,7 @@
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Konfigurationen af omvendt proxy-header er forkert, eller du får adgang til Nextcloud fra en betroet proxy. Hvis ikke, er dette et sikkerhedsproblem og kan tillade en hacker at forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i {linkstart}dokumentationen ↗{linkend}.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached er konfigureret som distribueret cache, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se den {linkstart}memcachede wiki om begge moduler ↗{linkend}.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere oplysninger om, hvordan du løser dette problem, kan findes i {linkstart1}dokumentationen ↗{linkend}. ({linkstart2}Liste over ugyldige filer...{linkend} / {linkstart3}Scan igen...{linkend})",
+ "The PHP OPcache module is not properly configured. See the {linkstart}documentation ↗{linkend} for more information." : "PHP OPcache modulet er ikke korrekt konfigureret. Se venligst {linkstart}dokumentationen ↗{linkend} for yderligere information.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP funktionen \"set_time_limit\" er ikke tilgængelig. Dette kan resultere i at scripts stopper halvvejs og din installation fejler. Vi anbefaler at aktivere denne funktion.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Mangler index \"{indexName}\" i tabel \"{tableName}\".",
@@ -93,9 +94,12 @@
"Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mangler valgfri kolonne \"{columnName}\" i tabel \"{tableName}\".",
"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." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Denne forekomst mangler nogle anbefalede PHP moduler. For bedre performance og bedre kompatibilitet, anbefales det højt at installere dem.",
+ "The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "PHP modulerne \"gmp\" og/eller \"bcmath\" er ikke aktiverede. Hvis der benyttes WebAuthn passwordless godkendelse, kræves disse moduler.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modulet php-image i dette tilfælde har ingen SVG-understøttelse. For bedre kompatibilitet anbefales det at installere det.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Nogle kolonner i databasen mangler en konvertering til big int. På grund af det faktum, at ændring af kolonnetyper på store tabeller kunne tage noget tid, blev de ikke ændret automatisk. Ved at køre 'occ db:convert-filecache-bigint' kunne disse afventende ændringer anvendes manuelt. Denne handling skal udføres, mens instansen er offline. For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite bruges i øjeblikket som database. Til større installationer anbefaler vi at skifte til en anden database.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Det er specielt anbefalet når arbejdstationsklienten anvendes til filsynkronisering.",
+ "To migrate to another database use the command line tool: \"occ db:convert-type\", or see the {linkstart}documentation ↗{linkend}." : "For at migrere til en anden database skal du bruge kommandolinjeværktøjet: 'occ db:convert-type', eller se {linkstart}dokumentationen ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP grænsen for hukommelse er indstillet under den anbefalede grænse på 512MB.",
"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:" : "Nogle app mapper er ejet af en anden bruger end web server brugeren. Dette kan ske hvis apps er blevet installeret manuelt. Tjek rettigheder på de følgende app mapper:",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte-tegn (som emojis) uden problemer i f.eks. filnavne eller kommentarer, anbefales det at aktivere 4-byte-understøttelsen i MySQL. For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}.",
@@ -136,6 +140,7 @@
"Username or email" : "Brugernavn eller e-mail",
"Password" : "Adgangskode",
"Show password" : "Vis adgangskode",
+ "Hide password" : "Skjul adgangskode",
"Wrong username or password." : "Forkert brugernavn eller adgangskode",
"User disabled" : "Bruger deaktiveret",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har registreret flere ugyldige loginforsøg fra din IP. Derfor bliver din næste login sat op til 30 sekunder.",
@@ -179,8 +184,10 @@
"{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu",
"Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden",
"Reset search" : "Nulstil søgning",
+ "Start search" : "Start søgning",
"Search for {name} only" : "Søg kun efter {name}",
"No results for {query}" : "Ingen søgeresultater for {query}",
+ "Press enter to start searching" : "Tast retur for at starte søgning",
"Start typing to search" : "Start med at skrive for at søge",
"Loading more results …" : "Henter flere resultater...",
"Load more results" : "Hent flere resultater",
@@ -226,6 +233,8 @@
"(all selected)" : "(alle valgt)",
"({count} selected)" : "({count} valgt)",
"Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon",
+ "Show list view" : "Vis som liste",
+ "Show grid view" : "Vis som gitter",
"Pending" : "Afventer",
"Copy to {folder}" : "Kopier til {folder}",
"Move to {folder}" : "Flyt til {folder}",
@@ -321,6 +330,7 @@
"Get your own free account" : "Få din egen gratis konto",
"Skip to main content" : "Skip til hovedindhold",
"Skip to navigation of app" : "Skip til navigation af app",
+ "%s's homepage" : "%s's hjemmeside",
"More apps" : "Flere apps",
"More" : "Mere",
"More apps menu" : "Flere apps menu",
@@ -335,12 +345,17 @@
"Grant access" : "Giv adgang",
"Alternative log in using app token" : "Alternativt login ved brug af app nøgle",
"Account access" : "Konto adgang",
+ "Currently logged in as %1$s (%2$s)." : "Logget ind som %1$s (%2$s).",
"You are about to grant %1$s access to your %2$s account." : "Du er ved at tildele %1$s adgang til din %2$s konto.",
"Account connected" : "Kontoen er tilknyttet",
"Your client should now be connected!" : "Din klient burde være forbundet nu!",
"You can close this window." : "Du kan lukke dette vindue",
"This share is password-protected" : "Delingen er beskyttet af kodeord",
+ "The password is wrong or expired. Please try again or request a new one." : "Adgangskoden er forkert eller udløbet. Forsøg venligst igen eller anmod om et nyt.",
+ "Please type in your email address to request a temporary password" : "Indtast venligst din e-mailadresse for at anmode om en midlertidigt adgangskode",
"Email address" : "Email adresse",
+ "Password sent!" : "Adgangskode sendt!",
+ "You are not authorized to request a password for this share" : "Du er ikke godkendt til at anmode om en adgangskode til denne delte mappe",
"Go to %s" : "Gå til %s",
"Two-factor authentication" : "To-faktor autentificering",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Forbedret sikkerhed er aktiveret for din konto. Vælg en nummer to faktor til autentifikation.",
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index a4a5ea90aca..cdc66762ebd 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -144,6 +144,7 @@ OC.L10N.register(
"Username or email" : "Kullanıcı adı ya da e-posta",
"Password" : "Parola",
"Show password" : "Parolayı görüntüle",
+ "Hide password" : "Parolayı gizle",
"Wrong username or password." : "Kullanıcı adı ya da parola hatalı.",
"User disabled" : "Kullanıcı devre dışı",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "IP adresinizden yapılan birden çok geçersiz oturum açma girişimi algılandı. Bu nedenle oturum açmanız 30 saniye süreyle engellendi.",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index b72e99d1dd1..5834351b437 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -142,6 +142,7 @@
"Username or email" : "Kullanıcı adı ya da e-posta",
"Password" : "Parola",
"Show password" : "Parolayı görüntüle",
+ "Hide password" : "Parolayı gizle",
"Wrong username or password." : "Kullanıcı adı ya da parola hatalı.",
"User disabled" : "Kullanıcı devre dışı",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "IP adresinizden yapılan birden çok geçersiz oturum açma girişimi algılandı. Bu nedenle oturum açmanız 30 saniye süreyle engellendi.",