diff --git a/apps/comments/l10n/eo.js b/apps/comments/l10n/eo.js index c9416bf59a9b9a31e43b4dee4f8cdb4a923c091f..d9c2e271b521ebbeafc35174d922ab8b0db4d058 100644 --- a/apps/comments/l10n/eo.js +++ b/apps/comments/l10n/eo.js @@ -1,20 +1,34 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Tajpu novan komenton...", + "Edit comment" : "Redakti komenton", "Delete comment" : "Forigi komenton", + "New comment …" : "Nova komento …", "Post" : "AfiÅi", "Cancel" : "Nuligi", - "Edit comment" : "Redakti komenton", "[Deleted user]" : "[Forigita uzanto]", "Comments" : "Komentoj", - "No other comments available" : "Neniu alia komento disponeblas", - "More comments..." : "Pli da komentoj...", + "No comments yet, start the conversation!" : "Neniu komento, ekkonversaciu!", + "More comments …" : "Pli da komentoj...", "Save" : "Konservi", "Allowed characters {count} of {max}" : "Permesataj karakteroj: {count} el {max}", - "{count} unread comments" : "{count} nelegitaj komentoj", + "Error occurred while retrieving comment with ID {id}" : "Eraro dum ricevo de komento kun identigilo {id}", + "Error occurred while updating comment with id {id}" : "Eraro dum Äisdatigo de komento kun identigilo {id}", + "Error occurred while posting comment" : "Eraro dum sendo de komento", + "_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"], "Comment" : "Komento", + "You commented" : "Vi komentis", "%1$s commented" : "%1$s komentis", - "%1$s commented on %2$s" : "%1$s komentis %2$s" + "{author} commented" : "{author} komentis", + "You commented on %1$s" : "Vi komentis %1$s", + "You commented on {file}" : "Vi komentis pri {file}", + "%1$s commented on %2$s" : "%1$s komentis %2$s", + "{author} commented on {file}" : "{author} komentis pri {file}", + "<strong>Comments</strong> for files" : "<strong>Komentoj</strong> por dosieroj", + "You were mentioned on “{file}â€, in a comment by a user that has since been deleted" : "Vi estis menciita en „{file}“, en komento de uzanto, kiu ekde tiam estis forigita", + "{user} mentioned you in a comment on “{file}â€" : "{user} menciis vin en komento pri „{file}“", + "Files app plugin to add comments to files" : "Kromprogramo por la aplikaĵo „Dosieroj“ por aldoni komentojn al dosieroj", + "You were mentioned on “%sâ€, in a comment by a user that has since been deleted" : "Vi estis menciita en „%s“, en komento de uzanto, kiu ekde tiam estis forigita", + "%1$s mentioned you in a comment on “%2$sâ€" : "%1$s menciis vin en komento pri „%2$s“" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/eo.json b/apps/comments/l10n/eo.json index b14d92caefaae241a356a0b95e54fb27790c73b5..99240295276ab95bd1711ea25a1f8e9bb424155d 100644 --- a/apps/comments/l10n/eo.json +++ b/apps/comments/l10n/eo.json @@ -1,18 +1,32 @@ { "translations": { - "Type in a new comment..." : "Tajpu novan komenton...", + "Edit comment" : "Redakti komenton", "Delete comment" : "Forigi komenton", + "New comment …" : "Nova komento …", "Post" : "AfiÅi", "Cancel" : "Nuligi", - "Edit comment" : "Redakti komenton", "[Deleted user]" : "[Forigita uzanto]", "Comments" : "Komentoj", - "No other comments available" : "Neniu alia komento disponeblas", - "More comments..." : "Pli da komentoj...", + "No comments yet, start the conversation!" : "Neniu komento, ekkonversaciu!", + "More comments …" : "Pli da komentoj...", "Save" : "Konservi", "Allowed characters {count} of {max}" : "Permesataj karakteroj: {count} el {max}", - "{count} unread comments" : "{count} nelegitaj komentoj", + "Error occurred while retrieving comment with ID {id}" : "Eraro dum ricevo de komento kun identigilo {id}", + "Error occurred while updating comment with id {id}" : "Eraro dum Äisdatigo de komento kun identigilo {id}", + "Error occurred while posting comment" : "Eraro dum sendo de komento", + "_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"], "Comment" : "Komento", + "You commented" : "Vi komentis", "%1$s commented" : "%1$s komentis", - "%1$s commented on %2$s" : "%1$s komentis %2$s" + "{author} commented" : "{author} komentis", + "You commented on %1$s" : "Vi komentis %1$s", + "You commented on {file}" : "Vi komentis pri {file}", + "%1$s commented on %2$s" : "%1$s komentis %2$s", + "{author} commented on {file}" : "{author} komentis pri {file}", + "<strong>Comments</strong> for files" : "<strong>Komentoj</strong> por dosieroj", + "You were mentioned on “{file}â€, in a comment by a user that has since been deleted" : "Vi estis menciita en „{file}“, en komento de uzanto, kiu ekde tiam estis forigita", + "{user} mentioned you in a comment on “{file}â€" : "{user} menciis vin en komento pri „{file}“", + "Files app plugin to add comments to files" : "Kromprogramo por la aplikaĵo „Dosieroj“ por aldoni komentojn al dosieroj", + "You were mentioned on “%sâ€, in a comment by a user that has since been deleted" : "Vi estis menciita en „%s“, en komento de uzanto, kiu ekde tiam estis forigita", + "%1$s mentioned you in a comment on “%2$sâ€" : "%1$s menciis vin en komento pri „%2$s“" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dav/l10n/cs.js b/apps/dav/l10n/cs.js index 7a7f568a6614890107dbd064e1ef39b586dcba69..02d49343f2c1beb2aa95caf5cd5d2aca283955e0 100644 --- a/apps/dav/l10n/cs.js +++ b/apps/dav/l10n/cs.js @@ -29,6 +29,7 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "Smazal(a) jste událost {event} z kalendáře {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} aktualizoval(a) událost {event} v kalendáři {calendar}", "You updated event {event} in calendar {calendar}" : "Aktualizoval(a) jste událost {event} v kalendáři {calendar}", + "Busy" : "ZaneprázdnÄ›n(a)", "{actor} created todo {todo} in list {calendar}" : "{actor} vytvoÅ™il(a) v seznamu {calendar} vytvoÅ™ila úkol {todo}", "You created todo {todo} in list {calendar}" : "V seznamu {calendar} jste vytvoÅ™il(a) úkol {todo}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} smazal(a) úkol {todo} ze seznamu {calendar}", diff --git a/apps/dav/l10n/cs.json b/apps/dav/l10n/cs.json index 36040728480d5cb7cea8c1f9ae70a2087c054752..7398953bccc39462939c546026c5e16ebf52a59e 100644 --- a/apps/dav/l10n/cs.json +++ b/apps/dav/l10n/cs.json @@ -27,6 +27,7 @@ "You deleted event {event} from calendar {calendar}" : "Smazal(a) jste událost {event} z kalendáře {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} aktualizoval(a) událost {event} v kalendáři {calendar}", "You updated event {event} in calendar {calendar}" : "Aktualizoval(a) jste událost {event} v kalendáři {calendar}", + "Busy" : "ZaneprázdnÄ›n(a)", "{actor} created todo {todo} in list {calendar}" : "{actor} vytvoÅ™il(a) v seznamu {calendar} vytvoÅ™ila úkol {todo}", "You created todo {todo} in list {calendar}" : "V seznamu {calendar} jste vytvoÅ™il(a) úkol {todo}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} smazal(a) úkol {todo} ze seznamu {calendar}", diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js index 1d2ae26227d54bbccc182ed1dafbda2e3e596a92..77f6f25ac69c499ed5e1cc9e2f4867847fc98dea 100644 --- a/apps/dav/l10n/it.js +++ b/apps/dav/l10n/it.js @@ -29,6 +29,7 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "Hai ha eliminato l'evento {event} dal calendario {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} ha aggiornato l'evento {event} nel calendario {calendar}", "You updated event {event} in calendar {calendar}" : "Hai aggiornato l'evento {event} nel calendario {calendar}", + "Busy" : "Occupato", "{actor} created todo {todo} in list {calendar}" : "{actor} ha creato la cosa da fare {todo} nell'elenco {calendar}", "You created todo {todo} in list {calendar}" : "Hai creato la cosa da fare {todo} nell'elenco {calendar}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} ha eliminato la cosa da fare {todo} dall'elenco {calendar}", diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json index e331e4bfce52ddccd40933359c2ee1e5b64024c9..92050faec727b780ca859879552a97fa3bc2cd4d 100644 --- a/apps/dav/l10n/it.json +++ b/apps/dav/l10n/it.json @@ -27,6 +27,7 @@ "You deleted event {event} from calendar {calendar}" : "Hai ha eliminato l'evento {event} dal calendario {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} ha aggiornato l'evento {event} nel calendario {calendar}", "You updated event {event} in calendar {calendar}" : "Hai aggiornato l'evento {event} nel calendario {calendar}", + "Busy" : "Occupato", "{actor} created todo {todo} in list {calendar}" : "{actor} ha creato la cosa da fare {todo} nell'elenco {calendar}", "You created todo {todo} in list {calendar}" : "Hai creato la cosa da fare {todo} nell'elenco {calendar}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} ha eliminato la cosa da fare {todo} dall'elenco {calendar}", diff --git a/apps/dav/l10n/sv.js b/apps/dav/l10n/sv.js index 9a33396878a7960bb25cdf651329a2632bf4e2a0..fb33a589b585107f82a5145623d3cef542643683 100644 --- a/apps/dav/l10n/sv.js +++ b/apps/dav/l10n/sv.js @@ -29,6 +29,7 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "Du raderade händelse {event} frÃ¥n kalender {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} uppdaterade händelse {event} i kalender {calendar}", "You updated event {event} in calendar {calendar}" : "Du uppdaterade händelse {event} i kalender {calendar}", + "Busy" : "Upptagen", "{actor} created todo {todo} in list {calendar}" : "{actor} skapade uppgift {todo} i listan {calendar}", "You created todo {todo} in list {calendar}" : "Du skapade uppgift {todo} i listan {calendar}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} raderade uppgift {todo} frÃ¥n listan {calendar}", @@ -43,6 +44,7 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "En kalender-<strong>händelse</strong> modifierades", "A calendar <strong>todo</strong> was modified" : "En kalender <strong>uppgift</strong> modifierades", "Contact birthdays" : "Födelsedagar", + "%1$s via %2$s" : "%1$s via %2$s", "Invitation canceled" : "Inbjudan avbruten", "Hello %s," : "He %s,", "The meeting »%1$s« with %2$s was canceled." : "Mötet »%1$s« med %2$s avbröts.", @@ -59,6 +61,7 @@ OC.L10N.register( "More options at %s" : "Fler alternativ pÃ¥ %s", "Contacts" : "Kontakter", "WebDAV" : "WebDAV", + "WebDAV endpoint" : "WebDAV endpoint", "Technical details" : "Tekniska detaljer", "Remote Address: %s" : "Extern adress: %s", "Request ID: %s" : "Begär ID: %s", diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json index 8149e98441979e9329ffa9a2664fc54f9d01eb6e..f84b42efddf978788b6f2de637d80ac4ea760793 100644 --- a/apps/dav/l10n/sv.json +++ b/apps/dav/l10n/sv.json @@ -27,6 +27,7 @@ "You deleted event {event} from calendar {calendar}" : "Du raderade händelse {event} frÃ¥n kalender {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} uppdaterade händelse {event} i kalender {calendar}", "You updated event {event} in calendar {calendar}" : "Du uppdaterade händelse {event} i kalender {calendar}", + "Busy" : "Upptagen", "{actor} created todo {todo} in list {calendar}" : "{actor} skapade uppgift {todo} i listan {calendar}", "You created todo {todo} in list {calendar}" : "Du skapade uppgift {todo} i listan {calendar}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} raderade uppgift {todo} frÃ¥n listan {calendar}", @@ -41,6 +42,7 @@ "A calendar <strong>event</strong> was modified" : "En kalender-<strong>händelse</strong> modifierades", "A calendar <strong>todo</strong> was modified" : "En kalender <strong>uppgift</strong> modifierades", "Contact birthdays" : "Födelsedagar", + "%1$s via %2$s" : "%1$s via %2$s", "Invitation canceled" : "Inbjudan avbruten", "Hello %s," : "He %s,", "The meeting »%1$s« with %2$s was canceled." : "Mötet »%1$s« med %2$s avbröts.", @@ -57,6 +59,7 @@ "More options at %s" : "Fler alternativ pÃ¥ %s", "Contacts" : "Kontakter", "WebDAV" : "WebDAV", + "WebDAV endpoint" : "WebDAV endpoint", "Technical details" : "Tekniska detaljer", "Remote Address: %s" : "Extern adress: %s", "Request ID: %s" : "Begär ID: %s", diff --git a/apps/files/l10n/eo.js b/apps/files/l10n/eo.js index 50fdc7d89dd9a6e205b095e63a4e4e4833af29aa..a74bee74ff5ad57b1a53bd008c6e77ae89e76b87 100644 --- a/apps/files/l10n/eo.js +++ b/apps/files/l10n/eo.js @@ -139,6 +139,7 @@ OC.L10N.register( "With PHP-FPM it might take 5 minutes for changes to be applied." : "Per PHP-FPM, ÅanÄoj povas postuli 5 minutojn por aplikiÄi.", "Missing permissions to edit from here." : "Mankas permesoj por redakti ekde ĉi tie.", "%s of %s used" : "%s uzataj el %s", + "%1$s%% of %2$s used" : "%1$s%% el %2$s uzataj", "%s used" : "%s uzataj", "Settings" : "Agordo", "Show hidden files" : "Montri kaÅitajn dosierojn", diff --git a/apps/files/l10n/eo.json b/apps/files/l10n/eo.json index 642b30301162524742cf2eabd39fa827544bdb2a..76e5d1bc0579ca5f38884728553a965b6e3d7b20 100644 --- a/apps/files/l10n/eo.json +++ b/apps/files/l10n/eo.json @@ -137,6 +137,7 @@ "With PHP-FPM it might take 5 minutes for changes to be applied." : "Per PHP-FPM, ÅanÄoj povas postuli 5 minutojn por aplikiÄi.", "Missing permissions to edit from here." : "Mankas permesoj por redakti ekde ĉi tie.", "%s of %s used" : "%s uzataj el %s", + "%1$s%% of %2$s used" : "%1$s%% el %2$s uzataj", "%s used" : "%s uzataj", "Settings" : "Agordo", "Show hidden files" : "Montri kaÅitajn dosierojn", diff --git a/apps/twofactor_backupcodes/l10n/gl.js b/apps/twofactor_backupcodes/l10n/gl.js index e8dbbbf4e85c47c0561355ffdb46ba75b723d2aa..8ba24096413de42cd691affa923455987b9e2d69 100644 --- a/apps/twofactor_backupcodes/l10n/gl.js +++ b/apps/twofactor_backupcodes/l10n/gl.js @@ -27,7 +27,7 @@ OC.L10N.register( "Backup code" : "Código de seguranza", "Use backup code" : "Usar código de seguranza", "Two factor backup codes" : "Códigos de seguranza de dous factores", - "A two-factor auth backup codes provider" : "Un fornecedor de códigos de seguranza para a autenticación de dous factores", + "A two-factor auth backup codes provider" : "Un provedor de códigos de seguranza para a autenticación de dous factores", "Use one of the backup codes you saved when setting up two-factor authentication." : "Use un dos códigos de seguranza que gardou cuando axustou a autenticación de dous factores.", "Submit" : "Enviar ", "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Los códigos de seguranza foron xerados. Usou {{used}} códigos de {{total}}." diff --git a/apps/twofactor_backupcodes/l10n/gl.json b/apps/twofactor_backupcodes/l10n/gl.json index cde89d025b0b5f10db16ff0318d3648c5ec7662b..2bdd624c169206d628eb71c6a3ed76ef3922a42c 100644 --- a/apps/twofactor_backupcodes/l10n/gl.json +++ b/apps/twofactor_backupcodes/l10n/gl.json @@ -25,7 +25,7 @@ "Backup code" : "Código de seguranza", "Use backup code" : "Usar código de seguranza", "Two factor backup codes" : "Códigos de seguranza de dous factores", - "A two-factor auth backup codes provider" : "Un fornecedor de códigos de seguranza para a autenticación de dous factores", + "A two-factor auth backup codes provider" : "Un provedor de códigos de seguranza para a autenticación de dous factores", "Use one of the backup codes you saved when setting up two-factor authentication." : "Use un dos códigos de seguranza que gardou cuando axustou a autenticación de dous factores.", "Submit" : "Enviar ", "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Los códigos de seguranza foron xerados. Usou {{used}} códigos de {{total}}." diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js index ecc224a82583420218df9d5a551d2c06257f4b7c..69e357338451e43e3c99abdc2150d8107be79167 100644 --- a/apps/updatenotification/l10n/pt_BR.js +++ b/apps/updatenotification/l10n/pt_BR.js @@ -34,7 +34,7 @@ OC.L10N.register( "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Certifique-se de que seu config.php não tenha configurado <samp>appstoreenabled</samp> para falso.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Não foi possÃvel conectar a appstore ou não havia atualização. Procure manualmente por atualizações ou verifique se o servidor tem acesso à internet.", "<strong>All</strong> apps have an update for this version available" : "<strong>Todos</strong> os aplicativos tem uma atualização disponÃvel", - "<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>produção</strong> sempre fornecerá o nÃvel de patch mais recente, mas não será atualizada para a próxima versão principal imediatamente. Essa atualização geralmente acontece com o segundo lançamento menor (x.0.2).", + "<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "A <strong>produção</strong> sempre fornecerá o nÃvel de patch mais recente, mas não será atualizada para a próxima versão principal imediatamente. Essa atualização geralmente acontece com o segundo lançamento menor (x.0.2).", "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>estável</strong> é a versão estável mais recente. É adequado para uso regular e será sempre atualizado para a versão principal mais recente.", "<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> é uma versão de pré-lançamento apenas para testar novos recursos, não para ambientes de produção.", "View changelog" : "Visualizar registro de alterações", diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json index aa68e027849ee534d339de580b8966c3f7656656..de4422413f607b8bbad98f455f7b0e883cfa8ae0 100644 --- a/apps/updatenotification/l10n/pt_BR.json +++ b/apps/updatenotification/l10n/pt_BR.json @@ -32,7 +32,7 @@ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Certifique-se de que seu config.php não tenha configurado <samp>appstoreenabled</samp> para falso.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Não foi possÃvel conectar a appstore ou não havia atualização. Procure manualmente por atualizações ou verifique se o servidor tem acesso à internet.", "<strong>All</strong> apps have an update for this version available" : "<strong>Todos</strong> os aplicativos tem uma atualização disponÃvel", - "<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>produção</strong> sempre fornecerá o nÃvel de patch mais recente, mas não será atualizada para a próxima versão principal imediatamente. Essa atualização geralmente acontece com o segundo lançamento menor (x.0.2).", + "<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "A <strong>produção</strong> sempre fornecerá o nÃvel de patch mais recente, mas não será atualizada para a próxima versão principal imediatamente. Essa atualização geralmente acontece com o segundo lançamento menor (x.0.2).", "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>estável</strong> é a versão estável mais recente. É adequado para uso regular e será sempre atualizado para a versão principal mais recente.", "<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> é uma versão de pré-lançamento apenas para testar novos recursos, não para ambientes de produção.", "View changelog" : "Visualizar registro de alterações", diff --git a/core/l10n/cs.js b/core/l10n/cs.js index 54eb4d939766633babd26d0ab10962a38ca23915..2d84155783c435ee7d659b56a040539f3e87ae80 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Nedařà se odeslat email pro zmÄ›nu hesla. UjistÄ›te se, že zadáváte správné uživatelské jméno.", "Preparing update" : "PÅ™Ãprava na aktualizaci", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Krok opravy:", + "Repair info: " : "Informace o opravÄ›:", "Repair warning: " : "UpozornÄ›nà opravy:", "Repair error: " : "Chyba opravy:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z pÅ™Ãkazového řádku, protože automatická aktualizace je zakázána v config.php.", @@ -59,6 +61,14 @@ OC.L10N.register( "Show all contacts …" : "Zobrazit vÅ¡echny kontakty…", "Loading your contacts …" : "NaÄÃtánà vaÅ¡ich kontaktů…", "Looking for {term} …" : "Hledánà {term}…", + "size" : "velikost", + "has" : "má", + "add" : "pÅ™idat", + "delete" : "smazat", + "clear" : "vyÄistit", + "values" : "hodnoty", + "entries" : "položky", + "forEach" : "pro každé", "No action available" : "Nenà dostupná žádná akce", "Error fetching contact actions" : "Chyba pÅ™i zÃskávánà akcà kontaktů", "Settings" : "NastavenÃ", @@ -82,7 +92,9 @@ OC.L10N.register( "No" : "Ne", "Yes" : "Ano", "No files in here" : "Nejsou zde žádné soubory", + "New folder" : "Nová složka", "No more subfolders in here" : "Nejsou zde žádné dalÅ¡Ã podsložky", + "{newName} already exists" : "{newName} už existuje", "Choose" : "Vybrat", "Copy" : "ZkopÃrovat", "Move" : "PÅ™esunout", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 9ccae868a2516d0f14c92b3f8a38b23e70000f49..657940beac9a63114a5585fc3ea9aa583aeb3a74 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "Nedařà se odeslat email pro zmÄ›nu hesla. UjistÄ›te se, že zadáváte správné uživatelské jméno.", "Preparing update" : "PÅ™Ãprava na aktualizaci", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Krok opravy:", + "Repair info: " : "Informace o opravÄ›:", "Repair warning: " : "UpozornÄ›nà opravy:", "Repair error: " : "Chyba opravy:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z pÅ™Ãkazového řádku, protože automatická aktualizace je zakázána v config.php.", @@ -57,6 +59,14 @@ "Show all contacts …" : "Zobrazit vÅ¡echny kontakty…", "Loading your contacts …" : "NaÄÃtánà vaÅ¡ich kontaktů…", "Looking for {term} …" : "Hledánà {term}…", + "size" : "velikost", + "has" : "má", + "add" : "pÅ™idat", + "delete" : "smazat", + "clear" : "vyÄistit", + "values" : "hodnoty", + "entries" : "položky", + "forEach" : "pro každé", "No action available" : "Nenà dostupná žádná akce", "Error fetching contact actions" : "Chyba pÅ™i zÃskávánà akcà kontaktů", "Settings" : "NastavenÃ", @@ -80,7 +90,9 @@ "No" : "Ne", "Yes" : "Ano", "No files in here" : "Nejsou zde žádné soubory", + "New folder" : "Nová složka", "No more subfolders in here" : "Nejsou zde žádné dalÅ¡Ã podsložky", + "{newName} already exists" : "{newName} už existuje", "Choose" : "Vybrat", "Copy" : "ZkopÃrovat", "Move" : "PÅ™esunout", diff --git a/core/l10n/de.js b/core/l10n/de.js index 961a74f665e4e4b1ab34466f755b403ca6b95acd..d1c0fa051a8681ffb3008a6d5d36a648d4fe8069 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.", "Preparing update" : "Update vorbereiten", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Reparaturschritt:", + "Repair info: " : "Reparaturinformation:", "Repair warning: " : "Reparaturwarnung:", "Repair error: " : "Reparaturfehler:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.", @@ -61,7 +63,7 @@ OC.L10N.register( "Looking for {term} …" : "Suche nach {term}…", "size" : "Größe", "has" : "hat", - "add" : "Hinzufügen", + "add" : "hinzufügen", "delete" : "löschen", "clear" : "leeren", "values" : "Werte", diff --git a/core/l10n/de.json b/core/l10n/de.json index a83b095cd6ec570e9f8b5daf322a94f9b76a2fd6..b6bd8ab2edcfb2de63f183c2f3a060abb89c7d34 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.", "Preparing update" : "Update vorbereiten", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Reparaturschritt:", + "Repair info: " : "Reparaturinformation:", "Repair warning: " : "Reparaturwarnung:", "Repair error: " : "Reparaturfehler:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.", @@ -59,7 +61,7 @@ "Looking for {term} …" : "Suche nach {term}…", "size" : "Größe", "has" : "hat", - "add" : "Hinzufügen", + "add" : "hinzufügen", "delete" : "löschen", "clear" : "leeren", "values" : "Werte", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 06a0d49f563b2dee12a9df44b6426bc163669542..e77e4d52f82ef0a0fcdbe440af7ed683abde6d87 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", "Preparing update" : "Update vorbereiten", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Reparaturschritt:", + "Repair info: " : "Reparaturinformation:", "Repair warning: " : "Reperaturwarnung:", "Repair error: " : "Reperaturfehler:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.", @@ -61,7 +63,7 @@ OC.L10N.register( "Looking for {term} …" : "Suche nach {term}…", "size" : "Größe", "has" : "hat", - "add" : "Hinzufügen", + "add" : "hinzufügen", "delete" : "löschen", "clear" : "leeren", "values" : "Werte", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index be6ec2df8670a37c29b395ab36fb8c77e616d011..96118e3c9bf84931e565752b16c70050868b559d 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", "Preparing update" : "Update vorbereiten", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Reparaturschritt:", + "Repair info: " : "Reparaturinformation:", "Repair warning: " : "Reperaturwarnung:", "Repair error: " : "Reperaturfehler:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.", @@ -59,7 +61,7 @@ "Looking for {term} …" : "Suche nach {term}…", "size" : "Größe", "has" : "hat", - "add" : "Hinzufügen", + "add" : "hinzufügen", "delete" : "löschen", "clear" : "leeren", "values" : "Werte", diff --git a/core/l10n/eo.js b/core/l10n/eo.js index 8c41425f991337975c8d036a7607453a4c99cda9..5db69c4ee4e3fd3a3a2a8ec6f5e12f7d16b9b175 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaÄon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo Äustas.", "Preparing update" : "Preparante la Äisdatigon", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Ripara stadio:", + "Repair info: " : "Ripara informo:", "Repair warning: " : "Ripara averto:", "Repair error: " : "Ripara eraro:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian Äisdatigilon, ĉar aÅtomata Äisdatigo estas malebligita en la dosiero „config.php“.", @@ -59,6 +61,16 @@ OC.L10N.register( "Show all contacts …" : "Montri ĉiujn kontaktojn", "Loading your contacts …" : "Åœargante viajn kontaktojn...", "Looking for {term} …" : "Serĉo de {term}…", + "size" : "grando", + "has" : "havas", + "add" : "aldoni", + "delete" : "forigi", + "clear" : "viÅi", + "values" : "valoroj", + "entries" : "elementoj", + "forEach" : "forEach", + "calc(" : "calc(", + "(" : "(", "No action available" : "Neniu ago disponebla", "Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj", "Settings" : "Agordo", @@ -82,7 +94,9 @@ OC.L10N.register( "No" : "Ne", "Yes" : "Jes", "No files in here" : "Neniu dosiero ĉi tie", + "New folder" : "Nova dosierujo", "No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.", + "{newName} already exists" : "{newName} jam ekzistas", "Choose" : "Elekti", "Copy" : "Kopii", "Move" : "Movi", diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 0b74a151c064c93ac2958a2196b01067efd9b5f2..22f887f421118ee460f6cceefeaf03efc4f799c6 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaÄon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo Äustas.", "Preparing update" : "Preparante la Äisdatigon", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Ripara stadio:", + "Repair info: " : "Ripara informo:", "Repair warning: " : "Ripara averto:", "Repair error: " : "Ripara eraro:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian Äisdatigilon, ĉar aÅtomata Äisdatigo estas malebligita en la dosiero „config.php“.", @@ -57,6 +59,16 @@ "Show all contacts …" : "Montri ĉiujn kontaktojn", "Loading your contacts …" : "Åœargante viajn kontaktojn...", "Looking for {term} …" : "Serĉo de {term}…", + "size" : "grando", + "has" : "havas", + "add" : "aldoni", + "delete" : "forigi", + "clear" : "viÅi", + "values" : "valoroj", + "entries" : "elementoj", + "forEach" : "forEach", + "calc(" : "calc(", + "(" : "(", "No action available" : "Neniu ago disponebla", "Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj", "Settings" : "Agordo", @@ -80,7 +92,9 @@ "No" : "Ne", "Yes" : "Jes", "No files in here" : "Neniu dosiero ĉi tie", + "New folder" : "Nova dosierujo", "No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.", + "{newName} already exists" : "{newName} jam ekzistas", "Choose" : "Elekti", "Copy" : "Kopii", "Move" : "Movi", diff --git a/core/l10n/fi.js b/core/l10n/fi.js index 3e7e9aef22cdb52cfcc46194bfd7a5e6c11dd3dc..0442dbdcd0efb3c3d5487425bf27fbd9b9e5790b 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -58,6 +58,7 @@ OC.L10N.register( "Show all contacts …" : "Näytä kaikki yhteystiedot…", "Loading your contacts …" : "Ladataan yhteystietojasi…", "Looking for {term} …" : "Etsii {term} …", + "size" : "koko", "No action available" : "Toimintoa ei saatavilla", "Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa", "Settings" : "Asetukset", @@ -81,7 +82,9 @@ OC.L10N.register( "No" : "Ei", "Yes" : "Kyllä", "No files in here" : "Täällä ei ole tiedostoja", + "New folder" : "Uusi kansio", "No more subfolders in here" : "Täällä ei ole enempää alikansioita", + "{newName} already exists" : "{newName} on jo olemassa", "Choose" : "Valitse", "Copy" : "Kopioi", "Move" : "Siirrä", @@ -231,6 +234,7 @@ OC.L10N.register( "Help" : "Ohje", "Access forbidden" : "Pääsy estetty", "File not found" : "Tiedostoa ei löytynyt", + "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.", "Internal Server Error" : "Sisäinen palvelinvirhe", "The server was unable to complete your request." : "Palvelin ei kyennyt käsittelemään pyyntöäsi.", "If this happens again, please send the technical details below to the server administrator." : "Jos tämä tapahtuu uudelleen, lähetä alla olevat tekniset tiedot palvelimen ylläpitäjälle.", @@ -270,6 +274,7 @@ OC.L10N.register( "Need help?" : "Tarvitsetko apua?", "See the documentation" : "Tutustu ohjeisiin", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tämä sovellus vaatii toimiakseen JavaScript-tuen. {linkstart}Ota JavaScript käyttöön{linkend} ja päivitä sivu.", + "Get your own free account" : "Hanki ilmainen tili itsellesi", "Skip to main content" : "Siirry pääsisältöön", "More apps" : "Lisää sovelluksia", "Search" : "Etsi", @@ -298,6 +303,7 @@ OC.L10N.register( "This share is password-protected" : "Jako on salasanasuojattu", "The password is wrong. Try again." : "Salasana on väärin. Yritä uudelleen.", "Two-factor authentication" : "Kaksivaiheinen tunnistautuminen", + "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Tilisi tietoturvatasoa on korotettu. Käytä kaksivaiheista tunnistautumista:", "Use backup code" : "Käytä varakoodia", "Cancel log in" : "Peru kirjautuminen", "Error while validating your second factor" : "Tunnistuksen toisen vaiheen tarkistus epäonnistui", diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 1a62e6ad76022c80aeee2cfbd604f6a508da627f..d9ab42007fe0238fd49da2d86da54c8f1927f275 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -56,6 +56,7 @@ "Show all contacts …" : "Näytä kaikki yhteystiedot…", "Loading your contacts …" : "Ladataan yhteystietojasi…", "Looking for {term} …" : "Etsii {term} …", + "size" : "koko", "No action available" : "Toimintoa ei saatavilla", "Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa", "Settings" : "Asetukset", @@ -79,7 +80,9 @@ "No" : "Ei", "Yes" : "Kyllä", "No files in here" : "Täällä ei ole tiedostoja", + "New folder" : "Uusi kansio", "No more subfolders in here" : "Täällä ei ole enempää alikansioita", + "{newName} already exists" : "{newName} on jo olemassa", "Choose" : "Valitse", "Copy" : "Kopioi", "Move" : "Siirrä", @@ -229,6 +232,7 @@ "Help" : "Ohje", "Access forbidden" : "Pääsy estetty", "File not found" : "Tiedostoa ei löytynyt", + "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.", "Internal Server Error" : "Sisäinen palvelinvirhe", "The server was unable to complete your request." : "Palvelin ei kyennyt käsittelemään pyyntöäsi.", "If this happens again, please send the technical details below to the server administrator." : "Jos tämä tapahtuu uudelleen, lähetä alla olevat tekniset tiedot palvelimen ylläpitäjälle.", @@ -268,6 +272,7 @@ "Need help?" : "Tarvitsetko apua?", "See the documentation" : "Tutustu ohjeisiin", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tämä sovellus vaatii toimiakseen JavaScript-tuen. {linkstart}Ota JavaScript käyttöön{linkend} ja päivitä sivu.", + "Get your own free account" : "Hanki ilmainen tili itsellesi", "Skip to main content" : "Siirry pääsisältöön", "More apps" : "Lisää sovelluksia", "Search" : "Etsi", @@ -296,6 +301,7 @@ "This share is password-protected" : "Jako on salasanasuojattu", "The password is wrong. Try again." : "Salasana on väärin. Yritä uudelleen.", "Two-factor authentication" : "Kaksivaiheinen tunnistautuminen", + "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Tilisi tietoturvatasoa on korotettu. Käytä kaksivaiheista tunnistautumista:", "Use backup code" : "Käytä varakoodia", "Cancel log in" : "Peru kirjautuminen", "Error while validating your second factor" : "Tunnistuksen toisen vaiheen tarkistus epäonnistui", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index b658e4c58a5399933f05275194ab76057360b199..272f9ae903088a251285a74b2d2dd826f6c3dff1 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", "Preparing update" : "Préparation de la mise à jour", "[%d / %d]: %s" : "[%d / %d] : %s", + "Repair step: " : "Étape de réparation :", + "Repair info: " : "Informations de réparation :", "Repair warning: " : "Avertissement de réparation :", "Repair error: " : "Erreur de réparation :", "Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.", @@ -65,7 +67,9 @@ OC.L10N.register( "delete" : "supprimer", "clear" : "effacer", "values" : "vaut", + "entries" : "éléments", "forEach" : "forEach", + "calc(" : "calc(", "(" : "(", "No action available" : "Aucune action disponible", "Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 3080bba2dfa58c4d0a799b4c3993db25c906a15b..4cb481f3187a16c66c6f160d2d81ba5d8aa72bb7 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", "Preparing update" : "Préparation de la mise à jour", "[%d / %d]: %s" : "[%d / %d] : %s", + "Repair step: " : "Étape de réparation :", + "Repair info: " : "Informations de réparation :", "Repair warning: " : "Avertissement de réparation :", "Repair error: " : "Erreur de réparation :", "Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.", @@ -63,7 +65,9 @@ "delete" : "supprimer", "clear" : "effacer", "values" : "vaut", + "entries" : "éléments", "forEach" : "forEach", + "calc(" : "calc(", "(" : "(", "No action available" : "Aucune action disponible", "Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 37943a97611830ea6e45f95a6e94c650facbac71..e72f447513614a6393e01c30c0bee7882dc4188a 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -28,8 +28,10 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Non foi posÃbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.", "Preparing update" : "Preparando a actualización", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Paso do arranxo:", + "Repair info: " : "Información do arranxo:", "Repair warning: " : "Aviso de arranxo:", - "Repair error: " : "Arranxar o erro:", + "Repair error: " : "Erro do arranxo:", "Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.", "[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s", "Turned on maintenance mode" : "Modo de mantemento activado", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index e0dfec265d48544b93f8f4622dcbf1bcf327237b..b516a8fa799d7dd5adae9f359b633480dcbb131e 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -26,8 +26,10 @@ "Couldn't send reset email. Please make sure your username is correct." : "Non foi posÃbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.", "Preparing update" : "Preparando a actualización", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Paso do arranxo:", + "Repair info: " : "Información do arranxo:", "Repair warning: " : "Aviso de arranxo:", - "Repair error: " : "Arranxar o erro:", + "Repair error: " : "Erro do arranxo:", "Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.", "[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s", "Turned on maintenance mode" : "Modo de mantemento activado", diff --git a/core/l10n/it.js b/core/l10n/it.js index e507d7a48855bce70adbc243f7532cd1dcd9daf0..4e1263a5b6006c33931970b3cfc989733de05157 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", "Preparing update" : "Preparazione dell'aggiornamento", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Fase di riparazione:", + "Repair info: " : "Informazioni di riparazione:", "Repair warning: " : "Avviso di riparazione", "Repair error: " : "Errore di riparazione:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.", @@ -59,6 +61,16 @@ OC.L10N.register( "Show all contacts …" : "Mostra tutti i contatti...", "Loading your contacts …" : "Caricamento dei tuoi contatti...", "Looking for {term} …" : "Ricerca di {term} in corso...", + "size" : "dimensione", + "has" : "ha", + "add" : "aggiungi", + "delete" : "elimina", + "clear" : "cancella", + "values" : "valori", + "entries" : "voci", + "forEach" : "forEach", + "calc(" : "calc(", + "(" : "(", "No action available" : "Nessuna azione disponibile", "Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti", "Settings" : "Impostazioni", @@ -82,7 +94,9 @@ OC.L10N.register( "No" : "No", "Yes" : "Sì", "No files in here" : "Qui non c'è alcun file", + "New folder" : "Nuova cartella", "No more subfolders in here" : "Qui non ci sono altre sottocartelle", + "{newName} already exists" : "{newName} esiste già ", "Choose" : "Scegli", "Copy" : "Copia", "Move" : "Sposta", diff --git a/core/l10n/it.json b/core/l10n/it.json index 50bdeda497828d81252c48cefe13900539b07936..eff02728917bb85999ede5b569cd5adfc5d31e91 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", "Preparing update" : "Preparazione dell'aggiornamento", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Fase di riparazione:", + "Repair info: " : "Informazioni di riparazione:", "Repair warning: " : "Avviso di riparazione", "Repair error: " : "Errore di riparazione:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.", @@ -57,6 +59,16 @@ "Show all contacts …" : "Mostra tutti i contatti...", "Loading your contacts …" : "Caricamento dei tuoi contatti...", "Looking for {term} …" : "Ricerca di {term} in corso...", + "size" : "dimensione", + "has" : "ha", + "add" : "aggiungi", + "delete" : "elimina", + "clear" : "cancella", + "values" : "valori", + "entries" : "voci", + "forEach" : "forEach", + "calc(" : "calc(", + "(" : "(", "No action available" : "Nessuna azione disponibile", "Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti", "Settings" : "Impostazioni", @@ -80,7 +92,9 @@ "No" : "No", "Yes" : "Sì", "No files in here" : "Qui non c'è alcun file", + "New folder" : "Nuova cartella", "No more subfolders in here" : "Qui non ci sono altre sottocartelle", + "{newName} already exists" : "{newName} esiste già ", "Choose" : "Scegli", "Copy" : "Copia", "Move" : "Sposta", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 7c85d42d5de5fc34ef932faf1ed5046b9e373196..c3be958dbaf3f4b52155fb5694a59f19ac8d3f7c 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Não foi possÃvel enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.", "Preparing update" : "Preparando a atualização", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Etapa do reparo: ", + "Repair info: " : "Informação do reparo: ", "Repair warning: " : "Aviso da reparação:", "Repair error: " : "Erro da reparação :", "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativada no config.php.", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 2af3faea6a857c94404a0e6911003dcf24daf28b..627943d24c3d0644b10d19f80ea7dda5109b7478 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "Não foi possÃvel enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.", "Preparing update" : "Preparando a atualização", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Etapa do reparo: ", + "Repair info: " : "Informação do reparo: ", "Repair warning: " : "Aviso da reparação:", "Repair error: " : "Erro da reparação :", "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativada no config.php.", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 7bccad85f0cba18659e9ea5cf510f78d5a49fd7a..7f3fa11c8d52d47da294365e89946aaa1cea91ef 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka Ã¥terställningsmejl. Vänligen kontrollera att ditt användarnamn är korrekt.", "Preparing update" : "Förbereder uppdatering", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Reparationssteg: ", + "Repair info: " : "Reparationsinfo:", "Repair warning: " : "Reperationsvarning:", "Repair error: " : "Reperationsfel:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Vänligen uppdatera via kommandotolken dÃ¥ automatisk uppdatering är inaktiverat i config.php.", @@ -59,6 +61,12 @@ OC.L10N.register( "Show all contacts …" : "Visa alla kontakter ...", "Loading your contacts …" : "Laddar dina kontakter ...", "Looking for {term} …" : "Letar efter {term} …", + "size" : "storlek", + "has" : "har", + "add" : "lägg till", + "delete" : "radera", + "clear" : "rensa", + "values" : "värden", "No action available" : "Ingen Ã¥tgärd tillgänglig", "Error fetching contact actions" : "Fel vid hämtning av kontakthändelser", "Settings" : "Inställningar", @@ -82,7 +90,9 @@ OC.L10N.register( "No" : "Nej", "Yes" : "Ja", "No files in here" : "Det finns inga filer här", + "New folder" : "Ny mapp", "No more subfolders in here" : "Inga fler undermappar här", + "{newName} already exists" : "{newName} existerar redan", "Choose" : "Välj", "Copy" : "Kopiera", "Move" : "Flytta", @@ -194,6 +204,7 @@ OC.L10N.register( "An error occurred. Please try again" : "Ett fel uppstod. Vänligen försök igen", "Home" : "Hem", "Other" : "Annan", + "{sharee} (remote group)" : "{sharee} (remote group)", "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})", "Share" : "Dela", "Name or email address..." : "Namn eller e-postadress", @@ -372,6 +383,7 @@ OC.L10N.register( "Thank you for your patience." : "Tack för ditt tÃ¥lamod.", "Copy URL" : "Kopiera URL", "Enable" : "Aktivera", + "{sharee} (conversation)" : "{sharee} (conversation)", "Please log in before granting %s access to your %s account." : "Logga in innan du ger %s Ã¥tkomst till ditt %s konto.", "Further information how to configure this can be found in the %sdocumentation%s." : "Ytterligare information hur du konfigurerar detta finns i %sdokumentationen%s." }, diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 2a4d5443cc397adc52e0e46d6152a42bed801c3c..dc095db058ea13029e6e5755653b0dd187033f8d 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka Ã¥terställningsmejl. Vänligen kontrollera att ditt användarnamn är korrekt.", "Preparing update" : "Förbereder uppdatering", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Reparationssteg: ", + "Repair info: " : "Reparationsinfo:", "Repair warning: " : "Reperationsvarning:", "Repair error: " : "Reperationsfel:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Vänligen uppdatera via kommandotolken dÃ¥ automatisk uppdatering är inaktiverat i config.php.", @@ -57,6 +59,12 @@ "Show all contacts …" : "Visa alla kontakter ...", "Loading your contacts …" : "Laddar dina kontakter ...", "Looking for {term} …" : "Letar efter {term} …", + "size" : "storlek", + "has" : "har", + "add" : "lägg till", + "delete" : "radera", + "clear" : "rensa", + "values" : "värden", "No action available" : "Ingen Ã¥tgärd tillgänglig", "Error fetching contact actions" : "Fel vid hämtning av kontakthändelser", "Settings" : "Inställningar", @@ -80,7 +88,9 @@ "No" : "Nej", "Yes" : "Ja", "No files in here" : "Det finns inga filer här", + "New folder" : "Ny mapp", "No more subfolders in here" : "Inga fler undermappar här", + "{newName} already exists" : "{newName} existerar redan", "Choose" : "Välj", "Copy" : "Kopiera", "Move" : "Flytta", @@ -192,6 +202,7 @@ "An error occurred. Please try again" : "Ett fel uppstod. Vänligen försök igen", "Home" : "Hem", "Other" : "Annan", + "{sharee} (remote group)" : "{sharee} (remote group)", "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})", "Share" : "Dela", "Name or email address..." : "Namn eller e-postadress", @@ -370,6 +381,7 @@ "Thank you for your patience." : "Tack för ditt tÃ¥lamod.", "Copy URL" : "Kopiera URL", "Enable" : "Aktivera", + "{sharee} (conversation)" : "{sharee} (conversation)", "Please log in before granting %s access to your %s account." : "Logga in innan du ger %s Ã¥tkomst till ditt %s konto.", "Further information how to configure this can be found in the %sdocumentation%s." : "Ytterligare information hur du konfigurerar detta finns i %sdokumentationen%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 6997a87efc339c81f3961acc5280cccb8d5b190e..b7084c608da9f5daa9451a4fc4186f3ee8f2621e 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -72,13 +72,13 @@ OC.L10N.register( "Change" : "Mudar", "Delete" : "Excluir", "Share" : "Compartilhar", - "Overview" : "Visão Geral", + "Overview" : "Visão geral", "Basic settings" : "Configurações básicas", "Sharing" : "Compartilhamento", "Security" : "Segurança", "Groupware" : "Groupware", "Additional settings" : "Configurações adicionais", - "Personal info" : "Informação Pessoal", + "Personal info" : "Informação pessoal", "Mobile & desktop" : "Móvel & desktop", "Unlimited" : "Ilimitado", "Verifying" : "Verificando", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 4500fb28d208fc3080de98f4318d5dd8c86e86d8..8c46567a02ca9ffd2884ba63b181b9916d4cd1c1 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -70,13 +70,13 @@ "Change" : "Mudar", "Delete" : "Excluir", "Share" : "Compartilhar", - "Overview" : "Visão Geral", + "Overview" : "Visão geral", "Basic settings" : "Configurações básicas", "Sharing" : "Compartilhamento", "Security" : "Segurança", "Groupware" : "Groupware", "Additional settings" : "Configurações adicionais", - "Personal info" : "Informação Pessoal", + "Personal info" : "Informação pessoal", "Mobile & desktop" : "Móvel & desktop", "Unlimited" : "Ilimitado", "Verifying" : "Verificando", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 86a86a1c064ff5b0604cefb05547336e4dc77cf7..15f4f462c2b5890cca04919f4d407edd627148c6 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -113,13 +113,13 @@ OC.L10N.register( "Groups" : "Gruppen", "Group list is empty" : "Gruppenliste ist leer", "Unable to retrieve the group list" : "Gruppenliste konnte nicht abgerufen werden", - "Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle\nBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für sie eingerichtet ist, so können sie sich nicht am System anmelden.", + "Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle\tBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für Sie eingerichtet ist, so können Sie sich nicht am System anmelden.", "Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen", "Limit to groups" : "Auf Gruppen beschränken", "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.", - "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird für alle Mitglieder der folgenden Gruppen.", + "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird \tfür alle Mitglieder der folgenden Gruppen.", "Enforced groups" : "Erzwungene Gruppen", - "Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht erzwungen\tfür Mitglieder der folgenden Gruppen erzwungen.", + "Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht\tfür Mitglieder der folgenden Gruppen erzwungen.", "Excluded groups" : "Ausgeschlossene Gruppen", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um Festzustellen ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer Mitglieder der ausgewählten und ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", "Save changes" : "Änderungen speichern ", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 59e475bd4f4d611ebffb20438b4bad5f12720fbd..1bba506017b97fc7206f3bc673a2de955f513810 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -111,13 +111,13 @@ "Groups" : "Gruppen", "Group list is empty" : "Gruppenliste ist leer", "Unable to retrieve the group list" : "Gruppenliste konnte nicht abgerufen werden", - "Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle\nBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für sie eingerichtet ist, so können sie sich nicht am System anmelden.", + "Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle\tBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für Sie eingerichtet ist, so können Sie sich nicht am System anmelden.", "Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen", "Limit to groups" : "Auf Gruppen beschränken", "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.", - "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird für alle Mitglieder der folgenden Gruppen.", + "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird \tfür alle Mitglieder der folgenden Gruppen.", "Enforced groups" : "Erzwungene Gruppen", - "Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht erzwungen\tfür Mitglieder der folgenden Gruppen erzwungen.", + "Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht\tfür Mitglieder der folgenden Gruppen erzwungen.", "Excluded groups" : "Ausgeschlossene Gruppen", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um Festzustellen ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer Mitglieder der ausgewählten und ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", "Save changes" : "Änderungen speichern ", diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js index 6775c4e0e491d4d87df898bca0ecc13f0899b0a9..641f1ae8847c1f6938d3b8b8aab719e5aa1a1e4b 100644 --- a/settings/l10n/eo.js +++ b/settings/l10n/eo.js @@ -249,7 +249,7 @@ OC.L10N.register( "Version" : "Versio", "Two-Factor Authentication" : "Dufaza aÅtentigo", "Server-side encryption" : "Ĉeservila ĉifrado", - "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Ĉeservila ĉifrado elbigas ĉifri ĉiujn alÅutitajn dosierojn al la servilo. Tio havas kelkajn limigon kiel pli malbonan rendimentan, do Åaltu tion nur se necese.", + "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Ĉeservila ĉifrado elbigas ĉifri ĉiujn alÅutitajn dosierojn al la servilo. Tio havas kelkajn limigojn kiel pli malbonan rendimenton, do Åaltu tion nur se necese.", "Enable server-side encryption" : "Åœalti ĉeservilan ĉifradon", "Please read carefully before activating server-side encryption: " : "Atente legu antaÅ ol Åalti ĉeservilan ĉifradon:", "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Kiam ĉeservila ĉifrado estas Åaltita, ĉiuj dosieroj alÅutitaj al la servilo ekde nun estos ĉifritaj ĉe la servilo. Malebligi ĉifradon povos esti farite poste nur se la uzata ĉifrado-modulo subtenas tion kaj ĉiuj kondiĉoj (ekz. difini restaÅran Ålisilon) estos kunigitaj.", diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json index fea32d016e4cbf1ef659b665fb96322b0f67becd..b227fa8c1ff504629524aed28d95044ae1adb787 100644 --- a/settings/l10n/eo.json +++ b/settings/l10n/eo.json @@ -247,7 +247,7 @@ "Version" : "Versio", "Two-Factor Authentication" : "Dufaza aÅtentigo", "Server-side encryption" : "Ĉeservila ĉifrado", - "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Ĉeservila ĉifrado elbigas ĉifri ĉiujn alÅutitajn dosierojn al la servilo. Tio havas kelkajn limigon kiel pli malbonan rendimentan, do Åaltu tion nur se necese.", + "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Ĉeservila ĉifrado elbigas ĉifri ĉiujn alÅutitajn dosierojn al la servilo. Tio havas kelkajn limigojn kiel pli malbonan rendimenton, do Åaltu tion nur se necese.", "Enable server-side encryption" : "Åœalti ĉeservilan ĉifradon", "Please read carefully before activating server-side encryption: " : "Atente legu antaÅ ol Åalti ĉeservilan ĉifradon:", "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Kiam ĉeservila ĉifrado estas Åaltita, ĉiuj dosieroj alÅutitaj al la servilo ekde nun estos ĉifritaj ĉe la servilo. Malebligi ĉifradon povos esti farite poste nur se la uzata ĉifrado-modulo subtenas tion kaj ĉiuj kondiĉoj (ekz. difini restaÅran Ålisilon) estos kunigitaj.",