diff --git a/apps/federatedfilesharing/l10n/pt_BR.js b/apps/federatedfilesharing/l10n/pt_BR.js index a05ba3614ff..a91a71c853a 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.js +++ b/apps/federatedfilesharing/l10n/pt_BR.js @@ -52,6 +52,7 @@ OC.L10N.register( "Clipboard not available. Please copy the cloud ID manually." : "Área de transferência indisponível. Copie o ID de Nuvem manualmente.", "Copied!" : "Copiado!", "Federated Cloud" : "Nuvem Federada", + "You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Você pode compartilhar com qualquer pessoa que utilize um servidor {productName} ou outros servidores e serviços compatíveis com Open Cloud Mesh (OCM)! Basta inserir o ID de Nuvem Federada na caixa de diálogo de compartilhamento. Ele tem o seguinte formato: pessoa@cloud.example.com", "Your Federated Cloud ID" : "Seu ID de Nuvem Federada", "Share it so your friends can share files with you:" : "Compartilhe para que seus amigos possam compartilhar arquivos com você:", "Facebook" : "Facebook", diff --git a/apps/federatedfilesharing/l10n/pt_BR.json b/apps/federatedfilesharing/l10n/pt_BR.json index 7f049a324e4..980bb2f56db 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.json +++ b/apps/federatedfilesharing/l10n/pt_BR.json @@ -50,6 +50,7 @@ "Clipboard not available. Please copy the cloud ID manually." : "Área de transferência indisponível. Copie o ID de Nuvem manualmente.", "Copied!" : "Copiado!", "Federated Cloud" : "Nuvem Federada", + "You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Você pode compartilhar com qualquer pessoa que utilize um servidor {productName} ou outros servidores e serviços compatíveis com Open Cloud Mesh (OCM)! Basta inserir o ID de Nuvem Federada na caixa de diálogo de compartilhamento. Ele tem o seguinte formato: pessoa@cloud.example.com", "Your Federated Cloud ID" : "Seu ID de Nuvem Federada", "Share it so your friends can share files with you:" : "Compartilhe para que seus amigos possam compartilhar arquivos com você:", "Facebook" : "Facebook", diff --git a/apps/files_trashbin/l10n/mk.js b/apps/files_trashbin/l10n/mk.js index 056dd37afc5..e5d69341dd3 100644 --- a/apps/files_trashbin/l10n/mk.js +++ b/apps/files_trashbin/l10n/mk.js @@ -7,6 +7,7 @@ OC.L10N.register( "This application enables people to restore files that were deleted from the system." : "Оваа апликација им овозможува на корисниците да ги вратат датотеките што се избришани од системот.", "This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Оваа апликација им овозможува на корисниците да ги вратат датотеките што се избришани од системот. Прикажува листа на избришани датотеки во веб-интерфејсот и има можност да ги вратите тие избришани датотеки назад до директориумот од каде се избришани или да ги отстраните трајно од системот. Враќањето на датотека ги враќа и нејзините верзии, доколку е овозможена апликацијата за верзии. Кога избришаната датотеката била споделена, таа може да се врати на ист начин, но истата повеќе не е споделена. Стандардно, овие датотеки остануваат во корпата за отпадоци 30 дена.\nСо цел да се спречи да не се искористи просторот за складирање на корисникот, апликацијата Избришани датотеки нема да користи повеќе од 50% од тековно достапната квота за избришани датотеки. Ако избришаните датотеки ја надминат оваа граница, апликацијата ги брише најстарите датотеки сè додека не се дојде под ова ограничување. Повеќе информации се достапни во документацијата за избришани датотеки.", "Restore" : "Врати", + "Not enough free space to restore the file/folder" : "Нема доволно простор за да се врати датотеката/папката", "Empty deleted files" : "Испразни ја корпата", "Confirm permanent deletion" : "Потврди бришење за стално", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Дали сте сигурни дека сакате перманентно да ги избришете сите датотеки и папки од корпата за отпадоци? Оваа акција неможе да се врати назад.", @@ -14,6 +15,7 @@ OC.L10N.register( "Original location" : "Оргинална локација", "Deleted by" : "Избришано од", "Deleted" : "Избришана", + "few seconds ago" : "пред неколку секунди", "A long time ago" : "Многу одамна", "Unknown" : "Непознат", "All files" : "Сите датотеки", @@ -21,6 +23,8 @@ OC.L10N.register( "List of files that have been deleted." : "Листа на датотеки што ги имате избришано.", "No deleted files" : "Нема избришани датотеки", "Files and folders you have deleted will show up here" : "Датотеките и папките кои ги имате избришано ќе се појават тука", + "All files have been permanently deleted" : "Сите датотеки и папки се избришани", + "Failed to empty deleted files" : "Неуспешно бришење на сите датотеки од корпата", "Deletion cancelled" : "Бришењето е откажано" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_trashbin/l10n/mk.json b/apps/files_trashbin/l10n/mk.json index 818ef25a146..71f52772c45 100644 --- a/apps/files_trashbin/l10n/mk.json +++ b/apps/files_trashbin/l10n/mk.json @@ -5,6 +5,7 @@ "This application enables people to restore files that were deleted from the system." : "Оваа апликација им овозможува на корисниците да ги вратат датотеките што се избришани од системот.", "This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Оваа апликација им овозможува на корисниците да ги вратат датотеките што се избришани од системот. Прикажува листа на избришани датотеки во веб-интерфејсот и има можност да ги вратите тие избришани датотеки назад до директориумот од каде се избришани или да ги отстраните трајно од системот. Враќањето на датотека ги враќа и нејзините верзии, доколку е овозможена апликацијата за верзии. Кога избришаната датотеката била споделена, таа може да се врати на ист начин, но истата повеќе не е споделена. Стандардно, овие датотеки остануваат во корпата за отпадоци 30 дена.\nСо цел да се спречи да не се искористи просторот за складирање на корисникот, апликацијата Избришани датотеки нема да користи повеќе од 50% од тековно достапната квота за избришани датотеки. Ако избришаните датотеки ја надминат оваа граница, апликацијата ги брише најстарите датотеки сè додека не се дојде под ова ограничување. Повеќе информации се достапни во документацијата за избришани датотеки.", "Restore" : "Врати", + "Not enough free space to restore the file/folder" : "Нема доволно простор за да се врати датотеката/папката", "Empty deleted files" : "Испразни ја корпата", "Confirm permanent deletion" : "Потврди бришење за стално", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Дали сте сигурни дека сакате перманентно да ги избришете сите датотеки и папки од корпата за отпадоци? Оваа акција неможе да се врати назад.", @@ -12,6 +13,7 @@ "Original location" : "Оргинална локација", "Deleted by" : "Избришано од", "Deleted" : "Избришана", + "few seconds ago" : "пред неколку секунди", "A long time ago" : "Многу одамна", "Unknown" : "Непознат", "All files" : "Сите датотеки", @@ -19,6 +21,8 @@ "List of files that have been deleted." : "Листа на датотеки што ги имате избришано.", "No deleted files" : "Нема избришани датотеки", "Files and folders you have deleted will show up here" : "Датотеките и папките кои ги имате избришано ќе се појават тука", + "All files have been permanently deleted" : "Сите датотеки и папки се избришани", + "Failed to empty deleted files" : "Неуспешно бришење на сите датотеки од корпата", "Deletion cancelled" : "Бришењето е откажано" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/el.js b/apps/lookup_server_connector/l10n/el.js index 17c977f3020..c3d67e08c6b 100644 --- a/apps/lookup_server_connector/l10n/el.js +++ b/apps/lookup_server_connector/l10n/el.js @@ -1,6 +1,7 @@ OC.L10N.register( "lookup_server_connector", { - "Lookup Server Connector" : "Σύνδεση διακομιστή αναζήτησης" + "Lookup Server Connector" : "Εφαρμογή σύνδεσης με Διακομιστή Αναζήτησης", + "Sync public account information with the lookup server" : "Συγχρονισμός δημόσιων πληροφοριών λογαριασμού με τον διακομιστή αναζήτησης" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/el.json b/apps/lookup_server_connector/l10n/el.json index 349cc21b466..dfd888ce4a1 100644 --- a/apps/lookup_server_connector/l10n/el.json +++ b/apps/lookup_server_connector/l10n/el.json @@ -1,4 +1,5 @@ { "translations": { - "Lookup Server Connector" : "Σύνδεση διακομιστή αναζήτησης" + "Lookup Server Connector" : "Εφαρμογή σύνδεσης με Διακομιστή Αναζήτησης", + "Sync public account information with the lookup server" : "Συγχρονισμός δημόσιων πληροφοριών λογαριασμού με τον διακομιστή αναζήτησης" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/provisioning_api/l10n/pl.js b/apps/provisioning_api/l10n/pl.js index eed60967e9e..2825f9e04fb 100644 --- a/apps/provisioning_api/l10n/pl.js +++ b/apps/provisioning_api/l10n/pl.js @@ -30,6 +30,7 @@ OC.L10N.register( "User is not a sub-admin of this group" : "Użytkownik nie jest podadministratorem tej grupy", "Email address not available" : "Adres e-mail niedostępny", "Sending email failed" : "Wysyłanie e-maila nie powiodło się", + "Logged in account is not mail address owner" : "Zalogowane konto nie jest właścicielem adresu email", "Email confirmation" : "Potwierdzenie e-mailem", "To enable the email address %s please click the button below." : "Aby włączyć adres e-mail %s, kliknij poniższy przycisk.", "Confirm" : "Potwierdź", diff --git a/apps/provisioning_api/l10n/pl.json b/apps/provisioning_api/l10n/pl.json index ba143c65c30..05c7b0614eb 100644 --- a/apps/provisioning_api/l10n/pl.json +++ b/apps/provisioning_api/l10n/pl.json @@ -28,6 +28,7 @@ "User is not a sub-admin of this group" : "Użytkownik nie jest podadministratorem tej grupy", "Email address not available" : "Adres e-mail niedostępny", "Sending email failed" : "Wysyłanie e-maila nie powiodło się", + "Logged in account is not mail address owner" : "Zalogowane konto nie jest właścicielem adresu email", "Email confirmation" : "Potwierdzenie e-mailem", "To enable the email address %s please click the button below." : "Aby włączyć adres e-mail %s, kliknij poniższy przycisk.", "Confirm" : "Potwierdź", diff --git a/apps/settings/l10n/be.js b/apps/settings/l10n/be.js index bf8cd5280f7..5360cb74b33 100644 --- a/apps/settings/l10n/be.js +++ b/apps/settings/l10n/be.js @@ -13,7 +13,14 @@ OC.L10N.register( "Strong password" : "Моцны пароль", "Groups" : "Групы", "Group list is empty" : "Спіс груп пусты", + "{actor} added you to group {group}" : "{actor} дадаў(-ла) вас у групу {group}", + "You added {user} to group {group}" : "Вы дадалі {user} у групу {group}", + "{actor} added {user} to group {group}" : "{actor} дадаў(-ла) {user} у групу {group}", + "An administrator added you to group {group}" : "Адміністратар дадаў вас у групу {group}", + "An administrator added {user} to group {group}" : "Адміністратар дадаў {user} у групу {group}", "You changed your password" : "Вы змянілі свой пароль.", + "Your password was reset by an administrator" : "Ваш пароль быў скінуты адміністратарам", + "Your password was reset" : "Ваш пароль быў скінуты", "Security" : "Бяспека", "Settings" : "Налады", "Could not remove app." : "Не ўдалося выдаліць праграму.", @@ -30,6 +37,7 @@ OC.L10N.register( "Go to %s" : "Перайсці да %s", "Install Client" : "Усталяваць кліент", "Apps" : "Праграмы", + "Administration" : "Адміністратар", "Users" : "Карыстальнікі", "Additional settings" : "Дадатковыя налады", "Assistant" : "Памочнік", diff --git a/apps/settings/l10n/be.json b/apps/settings/l10n/be.json index a272cc520b1..44a3d3a8e66 100644 --- a/apps/settings/l10n/be.json +++ b/apps/settings/l10n/be.json @@ -11,7 +11,14 @@ "Strong password" : "Моцны пароль", "Groups" : "Групы", "Group list is empty" : "Спіс груп пусты", + "{actor} added you to group {group}" : "{actor} дадаў(-ла) вас у групу {group}", + "You added {user} to group {group}" : "Вы дадалі {user} у групу {group}", + "{actor} added {user} to group {group}" : "{actor} дадаў(-ла) {user} у групу {group}", + "An administrator added you to group {group}" : "Адміністратар дадаў вас у групу {group}", + "An administrator added {user} to group {group}" : "Адміністратар дадаў {user} у групу {group}", "You changed your password" : "Вы змянілі свой пароль.", + "Your password was reset by an administrator" : "Ваш пароль быў скінуты адміністратарам", + "Your password was reset" : "Ваш пароль быў скінуты", "Security" : "Бяспека", "Settings" : "Налады", "Could not remove app." : "Не ўдалося выдаліць праграму.", @@ -28,6 +35,7 @@ "Go to %s" : "Перайсці да %s", "Install Client" : "Усталяваць кліент", "Apps" : "Праграмы", + "Administration" : "Адміністратар", "Users" : "Карыстальнікі", "Additional settings" : "Дадатковыя налады", "Assistant" : "Памочнік", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index 18b4d7fdc07..d03cecb2c85 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -476,15 +476,15 @@ OC.L10N.register( "GPUs support" : "Compatibilidade con GPU", "Compute device" : "Dispositivo de computación", "Advanced deploy options" : " Opcións avanzadas de despregadura", - "Edit ExApp deploy options before installation" : "Editar as opcións de despregadura da aplicación externa (ExApp) antes da instalación", - "Configured ExApp deploy options. Can be set only during installation" : "Opcións de despregadura da aplicación externa (ExApp) configuradas. Só é posíbel definilas durante a instalación", + "Edit ExApp deploy options before installation" : "Editar as opcións de despregadura de ExApp antes da instalación", + "Configured ExApp deploy options. Can be set only during installation" : "Opcións de despregadura de ExApp configuradas. Só é posíbel definilas durante a instalación", "Learn more" : "Máis información", "Environment variables" : "Variábeis de contorno", - "ExApp container environment variables" : "Variábeis de contorno do contedor da aplicación externa (ExApp)", + "ExApp container environment variables" : "Variábeis de contorno do contedor de ExApp", "No environment variables defined" : "Non foi definida ningunha variábel de contorno", "Mounts" : "Montaxes", - "Define host folder mounts to bind to the ExApp container" : "Definir as montaxes do cartafol do servidor para unirse ao contedor da aplicación externa (ExApp)", - "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir no servidor/máquina do servizo de despregadura antes de instalar a aplicación externa (ExApp)", + "Define host folder mounts to bind to the ExApp container" : "Definir as montaxes do cartafol do servidor para unirse ao contedor de ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir no servidor/máquina do servizo de despregadura antes de instalar a ExApp", "Host path" : "Ruta ao servidor/máquina", "Container path" : "Ruta ao contedor", "Read-only" : "Só lectura", @@ -498,7 +498,7 @@ OC.L10N.register( "Cancel adding mount" : "Cancelar o engadido da montaxe", "Cancel" : "Cancelar", "Add mount" : "Engadir unha montaxe", - "ExApp container mounts" : "Montaxes de contedores de aplicacións externas (ExApp)", + "ExApp container mounts" : "Montaxes de contedores de ExApp", "No mounts defined" : "Non foi definida ningunha montaxe", "Description" : "Descrición", "View in store" : "Ver na tenda", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index fcd843e83f5..e029251e511 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -474,15 +474,15 @@ "GPUs support" : "Compatibilidade con GPU", "Compute device" : "Dispositivo de computación", "Advanced deploy options" : " Opcións avanzadas de despregadura", - "Edit ExApp deploy options before installation" : "Editar as opcións de despregadura da aplicación externa (ExApp) antes da instalación", - "Configured ExApp deploy options. Can be set only during installation" : "Opcións de despregadura da aplicación externa (ExApp) configuradas. Só é posíbel definilas durante a instalación", + "Edit ExApp deploy options before installation" : "Editar as opcións de despregadura de ExApp antes da instalación", + "Configured ExApp deploy options. Can be set only during installation" : "Opcións de despregadura de ExApp configuradas. Só é posíbel definilas durante a instalación", "Learn more" : "Máis información", "Environment variables" : "Variábeis de contorno", - "ExApp container environment variables" : "Variábeis de contorno do contedor da aplicación externa (ExApp)", + "ExApp container environment variables" : "Variábeis de contorno do contedor de ExApp", "No environment variables defined" : "Non foi definida ningunha variábel de contorno", "Mounts" : "Montaxes", - "Define host folder mounts to bind to the ExApp container" : "Definir as montaxes do cartafol do servidor para unirse ao contedor da aplicación externa (ExApp)", - "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir no servidor/máquina do servizo de despregadura antes de instalar a aplicación externa (ExApp)", + "Define host folder mounts to bind to the ExApp container" : "Definir as montaxes do cartafol do servidor para unirse ao contedor de ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir no servidor/máquina do servizo de despregadura antes de instalar a ExApp", "Host path" : "Ruta ao servidor/máquina", "Container path" : "Ruta ao contedor", "Read-only" : "Só lectura", @@ -496,7 +496,7 @@ "Cancel adding mount" : "Cancelar o engadido da montaxe", "Cancel" : "Cancelar", "Add mount" : "Engadir unha montaxe", - "ExApp container mounts" : "Montaxes de contedores de aplicacións externas (ExApp)", + "ExApp container mounts" : "Montaxes de contedores de ExApp", "No mounts defined" : "Non foi definida ningunha montaxe", "Description" : "Descrición", "View in store" : "Ver na tenda", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 87435e1f005..8223f9e90e0 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -114,6 +114,7 @@ OC.L10N.register( "Administration privileges" : "Uprawnienia administracyjne", "Groupware" : "Praca grupowa", "Overview" : "Przegląd", + "Quick presets" : "Szybkie ustawienia", "Basic settings" : "Ustawienia podstawowe", "Sharing" : "Udostępnianie", "Availability" : "Dostępność", @@ -513,6 +514,8 @@ OC.L10N.register( "Deploy options" : "Opcje wdrażania", "Default Deploy daemon is not accessible" : "Domyślny demon wdrażania jest niedostępny", "Delete data on remove" : "Usuń dane przy usuwaniu", + "This app has no minimum {productName} version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej minimalnej wersji {productName}. W przyszłości będzie to błąd.", + "This app has no maximum {productName} version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej maksymalnej wersji {productName}. W przyszłości będzie to błąd.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ta aplikacja nie może być zainstalowana, ponieważ nie są spełnione następujące zależności:", "Latest updated" : "Ostatnia aktualizacja", "Author" : "Autor", @@ -754,6 +757,7 @@ OC.L10N.register( "Disable account" : "Wyłącz konto", "Enable account" : "Włącz konto", "Resend welcome email" : "Wyślij ponownie wiadomość powitalną", + "In case of lost device or exiting the organization, this can remotely wipe the {productName} data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "W przypadku utraty urządzenia lub opuszczenia organizacji można zdalnie wyczyścić dane {productName} ze wszystkich urządzeń powiązanych z {userid}. Działa tylko, jeśli urządzenia są podłączone do internetu.", "Remote wipe of devices" : "Zdalne czyszczenie urządzeń", "Wipe {userid}'s devices" : "Wyczyść urządzenia {userid}", "Wiped {userid}'s devices" : "Wyczyszczono urządzenia użytkownika {userid}", @@ -811,6 +815,7 @@ OC.L10N.register( "The following devices are configured for your account:" : "Dla Twojego konta skonfigurowane są następujące urządzenia:", "Your browser does not support WebAuthn." : "Twoja przeglądarka nie obsługuje WebAuthn.", "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Proszę dokładnie sprawdzić {linkStartInstallationGuides} przewodniki instalacyjne{linkEnd}, oraz wszelkie błędy lub ostrzeżenia w {linkStartLog}logu{linkEnd}.", + "Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Sprawdź bezpieczeństwo swojego {productName} za pomocą naszego {linkStart}skanera bezpieczeństwa{linkEnd}.", "Security & setup warnings" : "Ostrzeżenia bezpieczeństwa i konfiguracji", "It is important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Ważne jest, aby Twoja instancja była poprawnie skonfigurowana dla bezpieczeństwa i wydajności. Aby Ci w tym pomóc, wykonujemy kilka automatycznych kontroli. Zobacz powiązaną dokumentację, aby uzyskać więcej informacji.", "Checking your server …" : "Sprawdzanie serwera …", @@ -836,6 +841,7 @@ OC.L10N.register( "Account management" : "Zarządzanie kontem", "Sending…" : "Wysyłam…", "Email sent" : "E-mail został wysłany", + "For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Ze względów wydajnościowych, gdy włączysz szyfrowanie na serwerze {productName}, tylko nowe i zmienione pliki będą szyfrowane.", "Location" : "Lokalizacja", "Profile picture" : "Zdjęcie profilowe", "About" : "Informacje", @@ -878,6 +884,8 @@ OC.L10N.register( "Disable" : "Wyłącz", "Allow untested app" : "Zezwalaj na nietestowane aplikacje", "The app will be downloaded from the App Store" : "Aplikacja zostanie pobrana ze sklepu z aplikacjami", + "This app is not marked as compatible with your {productName} version." : "Ta aplikacja nie jest oznaczona jako kompatybilna z Twoją wersją {productName}.", + "If you continue you will still be able to install the app. Note that the app might not work as expected." : "Jeśli będziesz kontynuować, nadal będziesz mógł zainstalować aplikację. Pamiętaj jednak, że aplikacja może nie działać zgodnie z oczekiwaniami.", "Unknown" : "Nieznany", "Never" : "Nigdy", "Could not register device: Network error" : "Nie można zarejestrować urządzenia: błąd sieci", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index 80d790f5802..ee7fb059df4 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -112,6 +112,7 @@ "Administration privileges" : "Uprawnienia administracyjne", "Groupware" : "Praca grupowa", "Overview" : "Przegląd", + "Quick presets" : "Szybkie ustawienia", "Basic settings" : "Ustawienia podstawowe", "Sharing" : "Udostępnianie", "Availability" : "Dostępność", @@ -511,6 +512,8 @@ "Deploy options" : "Opcje wdrażania", "Default Deploy daemon is not accessible" : "Domyślny demon wdrażania jest niedostępny", "Delete data on remove" : "Usuń dane przy usuwaniu", + "This app has no minimum {productName} version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej minimalnej wersji {productName}. W przyszłości będzie to błąd.", + "This app has no maximum {productName} version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej maksymalnej wersji {productName}. W przyszłości będzie to błąd.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ta aplikacja nie może być zainstalowana, ponieważ nie są spełnione następujące zależności:", "Latest updated" : "Ostatnia aktualizacja", "Author" : "Autor", @@ -752,6 +755,7 @@ "Disable account" : "Wyłącz konto", "Enable account" : "Włącz konto", "Resend welcome email" : "Wyślij ponownie wiadomość powitalną", + "In case of lost device or exiting the organization, this can remotely wipe the {productName} data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "W przypadku utraty urządzenia lub opuszczenia organizacji można zdalnie wyczyścić dane {productName} ze wszystkich urządzeń powiązanych z {userid}. Działa tylko, jeśli urządzenia są podłączone do internetu.", "Remote wipe of devices" : "Zdalne czyszczenie urządzeń", "Wipe {userid}'s devices" : "Wyczyść urządzenia {userid}", "Wiped {userid}'s devices" : "Wyczyszczono urządzenia użytkownika {userid}", @@ -809,6 +813,7 @@ "The following devices are configured for your account:" : "Dla Twojego konta skonfigurowane są następujące urządzenia:", "Your browser does not support WebAuthn." : "Twoja przeglądarka nie obsługuje WebAuthn.", "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Proszę dokładnie sprawdzić {linkStartInstallationGuides} przewodniki instalacyjne{linkEnd}, oraz wszelkie błędy lub ostrzeżenia w {linkStartLog}logu{linkEnd}.", + "Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Sprawdź bezpieczeństwo swojego {productName} za pomocą naszego {linkStart}skanera bezpieczeństwa{linkEnd}.", "Security & setup warnings" : "Ostrzeżenia bezpieczeństwa i konfiguracji", "It is important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Ważne jest, aby Twoja instancja była poprawnie skonfigurowana dla bezpieczeństwa i wydajności. Aby Ci w tym pomóc, wykonujemy kilka automatycznych kontroli. Zobacz powiązaną dokumentację, aby uzyskać więcej informacji.", "Checking your server …" : "Sprawdzanie serwera …", @@ -834,6 +839,7 @@ "Account management" : "Zarządzanie kontem", "Sending…" : "Wysyłam…", "Email sent" : "E-mail został wysłany", + "For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Ze względów wydajnościowych, gdy włączysz szyfrowanie na serwerze {productName}, tylko nowe i zmienione pliki będą szyfrowane.", "Location" : "Lokalizacja", "Profile picture" : "Zdjęcie profilowe", "About" : "Informacje", @@ -876,6 +882,8 @@ "Disable" : "Wyłącz", "Allow untested app" : "Zezwalaj na nietestowane aplikacje", "The app will be downloaded from the App Store" : "Aplikacja zostanie pobrana ze sklepu z aplikacjami", + "This app is not marked as compatible with your {productName} version." : "Ta aplikacja nie jest oznaczona jako kompatybilna z Twoją wersją {productName}.", + "If you continue you will still be able to install the app. Note that the app might not work as expected." : "Jeśli będziesz kontynuować, nadal będziesz mógł zainstalować aplikację. Pamiętaj jednak, że aplikacja może nie działać zgodnie z oczekiwaniami.", "Unknown" : "Nieznany", "Never" : "Nigdy", "Could not register device: Network error" : "Nie można zarejestrować urządzenia: błąd sieci", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index d2cef3aa861..96966c7a93f 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -757,6 +757,7 @@ OC.L10N.register( "Disable account" : "Desativar conta", "Enable account" : "Ativar conta", "Resend welcome email" : "Reenviar e-mail de boas-vindas", + "In case of lost device or exiting the organization, this can remotely wipe the {productName} data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Em caso de perda do dispositivo ou saída da organização, isso pode apagar remotamente os dados do {productName} de todos os dispositivos associados ao {userid}. Só funciona se os dispositivos estiverem conectados à Internet.", "Remote wipe of devices" : "Apagamento remoto de dispositivos", "Wipe {userid}'s devices" : "Apagar os dispositivos de {userid}", "Wiped {userid}'s devices" : "Dispositivos de {userid} apagados", @@ -814,6 +815,7 @@ OC.L10N.register( "The following devices are configured for your account:" : "Os seguintes dispositivos estão configurados para sua conta:", "Your browser does not support WebAuthn." : "Seu navegador não suporta WebAuthn.", "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Verifique novamente os {linkStartInstallationGuides}guias de instalação{linkEnd} e verifique se há erros ou avisos no {linkStartLog}log{linkEnd}.", + "Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Verifique a segurança do seu {productName} através da {linkStart}nossa verificação de segurança{linkEnd}.", "Security & setup warnings" : "Segurança & avisos de configuração", "It is important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "É importante para a segurança e o desempenho da sua instância que tudo esteja configurado corretamente. Para ajudar você com isso, estamos realizando algumas verificações automáticas. Consulte a documentação vinculada para obter mais informações.", "Checking your server …" : "Verificando seu servidor …", @@ -839,6 +841,7 @@ OC.L10N.register( "Account management" : "Gerenciamento de contas", "Sending…" : "Enviando...", "Email sent" : "E-mail enviado", + "For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Por motivos de desempenho, quando você habilita a criptografia em um servidor {productName}, apenas os arquivos novos e alterados são criptografados.", "Location" : "Localização", "Profile picture" : "Imagem do perfil", "About" : "Sobre", @@ -882,6 +885,7 @@ OC.L10N.register( "Allow untested app" : "Permitir aplicativo não testado", "The app will be downloaded from the App Store" : "O aplicativo será baixado da Loja de Aplicativos", "This app is not marked as compatible with your {productName} version." : "Este aplicativo não é marcado como compatível com sua versão {productName}.", + "If you continue you will still be able to install the app. Note that the app might not work as expected." : "Se continuar, ainda poderá instalar o aplicativo. Observe que o aplicativo pode não funcionar como esperado.", "Unknown" : "Desconhecido", "Never" : "Nunca", "Could not register device: Network error" : "Não foi possível registrar o dispositivo: Erro de rede", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index c76b37a52de..94ccaca7c82 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -755,6 +755,7 @@ "Disable account" : "Desativar conta", "Enable account" : "Ativar conta", "Resend welcome email" : "Reenviar e-mail de boas-vindas", + "In case of lost device or exiting the organization, this can remotely wipe the {productName} data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Em caso de perda do dispositivo ou saída da organização, isso pode apagar remotamente os dados do {productName} de todos os dispositivos associados ao {userid}. Só funciona se os dispositivos estiverem conectados à Internet.", "Remote wipe of devices" : "Apagamento remoto de dispositivos", "Wipe {userid}'s devices" : "Apagar os dispositivos de {userid}", "Wiped {userid}'s devices" : "Dispositivos de {userid} apagados", @@ -812,6 +813,7 @@ "The following devices are configured for your account:" : "Os seguintes dispositivos estão configurados para sua conta:", "Your browser does not support WebAuthn." : "Seu navegador não suporta WebAuthn.", "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Verifique novamente os {linkStartInstallationGuides}guias de instalação{linkEnd} e verifique se há erros ou avisos no {linkStartLog}log{linkEnd}.", + "Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Verifique a segurança do seu {productName} através da {linkStart}nossa verificação de segurança{linkEnd}.", "Security & setup warnings" : "Segurança & avisos de configuração", "It is important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "É importante para a segurança e o desempenho da sua instância que tudo esteja configurado corretamente. Para ajudar você com isso, estamos realizando algumas verificações automáticas. Consulte a documentação vinculada para obter mais informações.", "Checking your server …" : "Verificando seu servidor …", @@ -837,6 +839,7 @@ "Account management" : "Gerenciamento de contas", "Sending…" : "Enviando...", "Email sent" : "E-mail enviado", + "For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Por motivos de desempenho, quando você habilita a criptografia em um servidor {productName}, apenas os arquivos novos e alterados são criptografados.", "Location" : "Localização", "Profile picture" : "Imagem do perfil", "About" : "Sobre", @@ -880,6 +883,7 @@ "Allow untested app" : "Permitir aplicativo não testado", "The app will be downloaded from the App Store" : "O aplicativo será baixado da Loja de Aplicativos", "This app is not marked as compatible with your {productName} version." : "Este aplicativo não é marcado como compatível com sua versão {productName}.", + "If you continue you will still be able to install the app. Note that the app might not work as expected." : "Se continuar, ainda poderá instalar o aplicativo. Observe que o aplicativo pode não funcionar como esperado.", "Unknown" : "Desconhecido", "Never" : "Nunca", "Could not register device: Network error" : "Não foi possível registrar o dispositivo: Erro de rede", diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js index c16c60479b8..1a71e090697 100644 --- a/apps/updatenotification/l10n/pt_BR.js +++ b/apps/updatenotification/l10n/pt_BR.js @@ -23,8 +23,11 @@ OC.L10N.register( "Checking apps for compatible versions" : "Verificando aplicativos para versões compatíveis", "Please make sure your config.php does not set appstoreenabled to false." : "Certifique-se de que seu config.php não tenha configurado appstoreenabled para falso.", "Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "Não foi possível conectar à Loja de Aplicativos ou nenhuma atualização foi retornada. Pesquise manualmente por atualizações ou certifique-se de que seu servidor tenha acesso à Internet e possa se conectar à Loja de Aplicativos.", + "All apps have a compatible version for this {productName} version available." : "Todos os aplicativos têm uma versão compatível com esta versão {productName} disponíveis.", + "_%n app has no compatible version for this {productName} version available._::_%n apps have no compatible version for this {productName} version available._" : ["%n aplicativo não tem uma versão compatível com esta versão {productName} disponível.","%n de aplicativos não têm uma versão compatível com esta versão {productName} disponíveis.","%n aplicativos não têm uma versão compatível com esta versão {productName} disponíveis."], "Enterprise" : "Empresarial", "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately." : "Para uso empresarial. Fornece sempre o nível de patch mais recente, mas não atualiza imediatamente para a próxima versão principal.", + "That update happens once {vendor} has done additional hardening and testing for large-scale and mission-critical deployments." : "Essa atualização ocorre depois que {vendor} realiza reforços e testes adicionais para implantações em grande escala e de missão crítica.", "This channel is only available to customers and provides the {enterprise} package." : "Este canal está disponível apenas para clientes e fornece o pacote {enterprise}.", "Stable" : "Estável", "The most recent stable version. It is suited for regular use and will always update to the latest major version." : "A versão estável mais recente. É adequada para uso regular e será sempre atualizada para a versão principal mais recente.", diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json index efb740bb279..994e2fa1104 100644 --- a/apps/updatenotification/l10n/pt_BR.json +++ b/apps/updatenotification/l10n/pt_BR.json @@ -21,8 +21,11 @@ "Checking apps for compatible versions" : "Verificando aplicativos para versões compatíveis", "Please make sure your config.php does not set appstoreenabled to false." : "Certifique-se de que seu config.php não tenha configurado appstoreenabled para falso.", "Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "Não foi possível conectar à Loja de Aplicativos ou nenhuma atualização foi retornada. Pesquise manualmente por atualizações ou certifique-se de que seu servidor tenha acesso à Internet e possa se conectar à Loja de Aplicativos.", + "All apps have a compatible version for this {productName} version available." : "Todos os aplicativos têm uma versão compatível com esta versão {productName} disponíveis.", + "_%n app has no compatible version for this {productName} version available._::_%n apps have no compatible version for this {productName} version available._" : ["%n aplicativo não tem uma versão compatível com esta versão {productName} disponível.","%n de aplicativos não têm uma versão compatível com esta versão {productName} disponíveis.","%n aplicativos não têm uma versão compatível com esta versão {productName} disponíveis."], "Enterprise" : "Empresarial", "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately." : "Para uso empresarial. Fornece sempre o nível de patch mais recente, mas não atualiza imediatamente para a próxima versão principal.", + "That update happens once {vendor} has done additional hardening and testing for large-scale and mission-critical deployments." : "Essa atualização ocorre depois que {vendor} realiza reforços e testes adicionais para implantações em grande escala e de missão crítica.", "This channel is only available to customers and provides the {enterprise} package." : "Este canal está disponível apenas para clientes e fornece o pacote {enterprise}.", "Stable" : "Estável", "The most recent stable version. It is suited for regular use and will always update to the latest major version." : "A versão estável mais recente. É adequada para uso regular e será sempre atualizada para a versão principal mais recente.", diff --git a/core/l10n/be.js b/core/l10n/be.js index 21cd2c4a4ef..8c9789a7778 100644 --- a/core/l10n/be.js +++ b/core/l10n/be.js @@ -275,6 +275,7 @@ OC.L10N.register( "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Увядзіце хаця б {minSearchLength} сімвал для пошуку","Увядзіце хаця б {minSearchLength} сімвалы для пошуку","Увядзіце хаця б {minSearchLength} сімвалаў для пошуку","Увядзіце хаця б {minSearchLength} сімвалаў для пошуку"], "An error occurred while searching for {type}" : "Падчас пошуку {type} адбылася памылка", "Search starts once you start typing and results may be reached with the arrow keys" : "Пошук пачынаецца, як толькі вы пачынаеце ўводзіць тэкст, і вынікаў можна дасягнуць з дапамогай клавіш са стрэлкамі", + "Loading more results …" : "Загрузка дадатковых вынікаў …", "Forgot password?" : "Забылі пароль?", "Back to login form" : "Назад да формы ўваходу", "Back" : "Назад", @@ -323,6 +324,7 @@ OC.L10N.register( "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ваш браўзер не падтрымліваецца. Абнавіце яго да новай версіі або да той, якая падтрымліваецца.", "Continue with this unsupported browser" : "Працягнуць выкарыстанне гэтага браўзера, які не падтрымліваецца", "Supported versions" : "Версіі, якія падтрымліваюцца", + "Search {types} …" : "Пошук {types} …", "Choose {file}" : "Выбраць {file}", "Choose" : "Выбраць", "Copy to {target}" : "Капіяваць у {target}", @@ -344,6 +346,7 @@ OC.L10N.register( "Error loading file exists template" : "Памылка загрузкі шаблона", "Saving …" : "Захаванне …", "seconds ago" : "с таму", + "Connection to server lost" : "Злучэнне з серверам страчана", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Праблема з загрузкай старонкі, перазагрузка праз %n секунду","Праблема з загрузкай старонкі, перазагрузка праз %n секунды","Праблема з загрузкай старонкі, перазагрузка праз %n секунд","Праблема з загрузкай старонкі, перазагрузка праз %n секунд"], "Add to a project" : "Дадаць у праект", "Show details" : "Паказаць падрабязнасці", @@ -356,6 +359,7 @@ OC.L10N.register( "View changelog" : "Праглядзець спіс змяненняў", "No action available" : "Няма даступных дзеянняў", "Close \"{dialogTitle}\" dialog" : "Закрыць дыялогавае акно \"{dialogTitle}\"", + "Non-existing tag #{tag}" : "Неіснуючы тэг #{tag}", "Invisible" : "Нябачны", "Delete" : "Выдаліць", "Rename" : "Перайменаваць", diff --git a/core/l10n/be.json b/core/l10n/be.json index 0bfa4e32fb1..98507511143 100644 --- a/core/l10n/be.json +++ b/core/l10n/be.json @@ -273,6 +273,7 @@ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Увядзіце хаця б {minSearchLength} сімвал для пошуку","Увядзіце хаця б {minSearchLength} сімвалы для пошуку","Увядзіце хаця б {minSearchLength} сімвалаў для пошуку","Увядзіце хаця б {minSearchLength} сімвалаў для пошуку"], "An error occurred while searching for {type}" : "Падчас пошуку {type} адбылася памылка", "Search starts once you start typing and results may be reached with the arrow keys" : "Пошук пачынаецца, як толькі вы пачынаеце ўводзіць тэкст, і вынікаў можна дасягнуць з дапамогай клавіш са стрэлкамі", + "Loading more results …" : "Загрузка дадатковых вынікаў …", "Forgot password?" : "Забылі пароль?", "Back to login form" : "Назад да формы ўваходу", "Back" : "Назад", @@ -321,6 +322,7 @@ "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ваш браўзер не падтрымліваецца. Абнавіце яго да новай версіі або да той, якая падтрымліваецца.", "Continue with this unsupported browser" : "Працягнуць выкарыстанне гэтага браўзера, які не падтрымліваецца", "Supported versions" : "Версіі, якія падтрымліваюцца", + "Search {types} …" : "Пошук {types} …", "Choose {file}" : "Выбраць {file}", "Choose" : "Выбраць", "Copy to {target}" : "Капіяваць у {target}", @@ -342,6 +344,7 @@ "Error loading file exists template" : "Памылка загрузкі шаблона", "Saving …" : "Захаванне …", "seconds ago" : "с таму", + "Connection to server lost" : "Злучэнне з серверам страчана", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Праблема з загрузкай старонкі, перазагрузка праз %n секунду","Праблема з загрузкай старонкі, перазагрузка праз %n секунды","Праблема з загрузкай старонкі, перазагрузка праз %n секунд","Праблема з загрузкай старонкі, перазагрузка праз %n секунд"], "Add to a project" : "Дадаць у праект", "Show details" : "Паказаць падрабязнасці", @@ -354,6 +357,7 @@ "View changelog" : "Праглядзець спіс змяненняў", "No action available" : "Няма даступных дзеянняў", "Close \"{dialogTitle}\" dialog" : "Закрыць дыялогавае акно \"{dialogTitle}\"", + "Non-existing tag #{tag}" : "Неіснуючы тэг #{tag}", "Invisible" : "Нябачны", "Delete" : "Выдаліць", "Rename" : "Перайменаваць", diff --git a/core/l10n/de.js b/core/l10n/de.js index 4ad0a8987b7..be2e7670f6b 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -503,7 +503,7 @@ OC.L10N.register( "Upgrade via web on my own risk" : "Aktualisierung über die Web-Oberfläche auf eigenes Risiko", "Maintenance mode" : "Wartungsmodus", "This %s instance is currently in maintenance mode, which may take a while." : "Diese Instanz der %s - befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", - "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald die Nextcloud-Instanz wieder verfügbar ist.", + "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald diese Instanz wieder verfügbar ist.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere die Systemadministration, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen findest du in der {linkstart}Dokumentation ↗{linkend}.", diff --git a/core/l10n/de.json b/core/l10n/de.json index 8ddec79525b..28aa4eb5005 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -501,7 +501,7 @@ "Upgrade via web on my own risk" : "Aktualisierung über die Web-Oberfläche auf eigenes Risiko", "Maintenance mode" : "Wartungsmodus", "This %s instance is currently in maintenance mode, which may take a while." : "Diese Instanz der %s - befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", - "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald die Nextcloud-Instanz wieder verfügbar ist.", + "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald diese Instanz wieder verfügbar ist.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere die Systemadministration, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen findest du in der {linkstart}Dokumentation ↗{linkend}.", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 32ee620ee3f..e664c5d05c0 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -503,7 +503,7 @@ OC.L10N.register( "Upgrade via web on my own risk" : "Aktualisierung über die Web-Oberfläche auf eigenes Risiko", "Maintenance mode" : "Wartungsmodus", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", - "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.", + "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald diese Instanz wieder verfügbar ist.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihre Systemadministration, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index a9d9b406262..10825ecc906 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -501,7 +501,7 @@ "Upgrade via web on my own risk" : "Aktualisierung über die Web-Oberfläche auf eigenes Risiko", "Maintenance mode" : "Wartungsmodus", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", - "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.", + "This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald diese Instanz wieder verfügbar ist.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihre Systemadministration, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 736bd88191b..095b8b9bcac 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -245,6 +245,7 @@ OC.L10N.register( "Last 30 days" : "Ostatnie 30 dni", "This year" : "W tym roku", "Last year" : "W zeszłym roku", + "Between {startDate} and {endDate}" : "Pomiędzy {startDate} a {endDate}", "Unified search" : "Ujednolicone wyszukiwanie", "Search apps, files, tags, messages" : "Szukaj aplikacji, plików, tagów, wiadomości", "Places" : "Miejsca", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index ff6151e7b80..67e1674faad 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -243,6 +243,7 @@ "Last 30 days" : "Ostatnie 30 dni", "This year" : "W tym roku", "Last year" : "W zeszłym roku", + "Between {startDate} and {endDate}" : "Pomiędzy {startDate} a {endDate}", "Unified search" : "Ujednolicone wyszukiwanie", "Search apps, files, tags, messages" : "Szukaj aplikacji, plików, tagów, wiadomości", "Places" : "Miejsca", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 4e64b8482db..3a173a493e1 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -245,6 +245,7 @@ OC.L10N.register( "Last 30 days" : "Últimos 30 dias", "This year" : "Este ano", "Last year" : "Último ano", + "Between {startDate} and {endDate}" : "Entre {startDate} e {endDate}", "Unified search" : "Pesquisa unificada", "Search apps, files, tags, messages" : "Pesquise aplicativos, arquivos, etiquetas, mensagens", "Places" : "Lugares", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index a7c20945666..ec539557cb7 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -243,6 +243,7 @@ "Last 30 days" : "Últimos 30 dias", "This year" : "Este ano", "Last year" : "Último ano", + "Between {startDate} and {endDate}" : "Entre {startDate} e {endDate}", "Unified search" : "Pesquisa unificada", "Search apps, files, tags, messages" : "Pesquise aplicativos, arquivos, etiquetas, mensagens", "Places" : "Lugares", diff --git a/lib/l10n/be.js b/lib/l10n/be.js index 6c9e686b5e8..391729ce722 100644 --- a/lib/l10n/be.js +++ b/lib/l10n/be.js @@ -5,11 +5,16 @@ OC.L10N.register( "This can usually be fixed by giving the web server write access to the config directory." : "Звычайна гэта можна выправіць, даўшы вэб-серверу доступ на запіс у каталог config.", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Але, калі вы [хочаце пакінуць файл config.php толькі для чытання, задайце ў ім для параметра \"config_is_read_only\" значэнне true.", "Email verification" : "Спраўджанне электроннай пошты", + "Click the following button to confirm your email." : "Націсніце на кнопку, каб пацвердзіць адрас электроннай пошты.", + "Click the following link to confirm your email." : "Націсніце на спасылку, каб пацвердзіць адрас электроннай пошты.", + "Confirm your email" : "Пацвердзіце адрас электроннай пошты", "Other activities" : "Іншая актыўнасць", "%1$s and %2$s" : "%1$s і %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s і %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s і %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s і %5$s", + "PHP %s or higher is required." : "Патрабуецца PHP версіі %s або вышэй.", + "PHP with a version lower than %s is required." : "Патрабуецца PHP версіі ніжэйшай за %s.", "The following architectures are supported: %s" : "Падтрымліваюцца наступныя архітэктуры: %s", "The following databases are supported: %s" : "Падтрымліваюцца наступныя базы даных: %s", "The command line tool %s could not be found" : "Інструмент каманднага радка %s не знойдзены", @@ -23,6 +28,7 @@ OC.L10N.register( "Avatar image is not square" : "Відарыс аватара не квадратны", "Files" : "Файлы", "View profile" : "Праглядзець профіль", + "same time" : "той жа час", "_%nh_::_%nh_" : ["%n г","%n г","%n г","%n г"], "_%nm_::_%nm_" : ["%n хв","%n хв","%n хв","%n хв"], "Local time: %s" : "Мясцовы час: %s", @@ -46,9 +52,14 @@ OC.L10N.register( "in a few seconds" : "праз некалькі секунд", "seconds ago" : "с таму", "Empty file" : "Пусты файл", + "File is too large to convert" : "Файл занадта вялікі для канвертавання", "Could not convert file" : "Не атрымалася канвертаваць файл", "%1$s (renamed)" : "%1$s (перайменаваны)", "renamed file" : "перайменаваны файл", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" - гэта забароненая назва файла або папкі.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" - гэта забаронены прэфікс да назвы файла або папкі.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" не дазваляецца ў назве файла або папкі.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" - гэта забаронены тып файла.", "Filenames must not end with \"%1$s\"." : "Назвы файлаў не могуць заканчвацца на \"%1$s\".", "File already exists" : "Файл ужо існуе", "Failed to create file from template" : "Не ўдалося стварыць файл з шаблона", @@ -86,6 +97,7 @@ OC.L10N.register( "Unknown account" : "Невядомы ўліковы запіс", "Additional settings" : "Дадатковыя налады", "Open %s" : "Адкрыць %s", + "%1$s via %2$s" : "%1$s праз %2$s", "Public upload is not allowed" : "Публічнае запампоўванне забаронена", "Sharing is disabled" : "Абагульванне адключана", "Group \"%s\" does not exist" : "Група \"%s\" не існуе", @@ -137,6 +149,7 @@ OC.L10N.register( "Dec." : "Снеж", "The Login is already being used" : "Лагін ужо выкарыстоўваецца", "Could not create account" : "Не ўдалося стварыць уліковы запіс", + "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "У лагіне дазволеныя толькі наступныя сімвалы: \"a-z\", \"A-Z\", \"0-9\", прабелы і \"_.@-'\"", "Login contains whitespace at the beginning or at the end" : "Лагін змяшчае прабелы ў пачатку або ў канцы", "Login must not consist of dots only" : "Лагін не можа змяшчаць толькі кропкі", "Username is too long" : "Імя карыстальніка занадта доўгае", @@ -145,18 +158,25 @@ OC.L10N.register( "a safe home for all your data" : "бяспечны дом для ўсіх вашых даных", "Application is not enabled" : "Праграма не ўключана", "Authentication error" : "Памылка аўтэнтыфікацыі", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Драйверы баз даных (sqlite, mysql або postgresql) не ўсталяваныя.", "Cannot write into \"config\" directory." : "Немагчыма запісаць у каталог \"config\".", "Cannot create \"data\" directory." : "Немагчыма стварыць каталог \"data\".", "Setting locale to %s failed." : "Не ўдалося задаць лакаль %s.", "Please install one of these locales on your system and restart your web server." : "Усталюйце адну з гэтых лакаляў у вашай сістэме і перазапусціце вэб-сервер.", "PHP module %s not installed." : "Модуль PHP %s не ўсталяваны.", "Please ask your server administrator to install the module." : "Папрасіце адміністратара сервера ўсталяваць модуль.", + "Please ask your server administrator to check the Nextcloud configuration." : "Папрасіце адміністратара сервера праверыць канфігурацыю Nextcloud.", "Storage is temporarily not available" : "Сховішча часова недаступна", "Images" : "Відарысы", "Question" : "Пытанне", + "The answer to the question" : "Адказ на пытанне", + "Audio chat" : "Аўдыячат", + "Chat history" : "Гісторыя чата", + "Audio input" : "Аўдыяўваход", "Number of images" : "Колькасць відарысаў", "Chat" : "Чат", "Chat with the assistant" : "Чат з памочнікам", + "Available tools" : "Даступныя інструменты", "Generate a headline" : "Згенерыраваць загаловак", "Generates a possible headline for a text." : "Генерыруе магчымы загаловак для тэксту.", "Original text" : "Арыгінальны тэкст", @@ -168,6 +188,7 @@ OC.L10N.register( "Write a text that you want the assistant to simplify" : "Напішыце тэкст, які вы хочаце, каб памочнік спрасціў", "Simplified text" : "Спрошчаны тэкст", "The simplified text" : "Спрошчаны тэкст", + "Topics" : "Тэмы", "Translate" : "Перакласці", "Translate text from one language to another" : "Пераклад тэксту з адной мовы на іншую", "Origin text" : "Арыгінальны тэкст", diff --git a/lib/l10n/be.json b/lib/l10n/be.json index 83e4581a4e7..ccca99652ec 100644 --- a/lib/l10n/be.json +++ b/lib/l10n/be.json @@ -3,11 +3,16 @@ "This can usually be fixed by giving the web server write access to the config directory." : "Звычайна гэта можна выправіць, даўшы вэб-серверу доступ на запіс у каталог config.", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Але, калі вы [хочаце пакінуць файл config.php толькі для чытання, задайце ў ім для параметра \"config_is_read_only\" значэнне true.", "Email verification" : "Спраўджанне электроннай пошты", + "Click the following button to confirm your email." : "Націсніце на кнопку, каб пацвердзіць адрас электроннай пошты.", + "Click the following link to confirm your email." : "Націсніце на спасылку, каб пацвердзіць адрас электроннай пошты.", + "Confirm your email" : "Пацвердзіце адрас электроннай пошты", "Other activities" : "Іншая актыўнасць", "%1$s and %2$s" : "%1$s і %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s і %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s і %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s і %5$s", + "PHP %s or higher is required." : "Патрабуецца PHP версіі %s або вышэй.", + "PHP with a version lower than %s is required." : "Патрабуецца PHP версіі ніжэйшай за %s.", "The following architectures are supported: %s" : "Падтрымліваюцца наступныя архітэктуры: %s", "The following databases are supported: %s" : "Падтрымліваюцца наступныя базы даных: %s", "The command line tool %s could not be found" : "Інструмент каманднага радка %s не знойдзены", @@ -21,6 +26,7 @@ "Avatar image is not square" : "Відарыс аватара не квадратны", "Files" : "Файлы", "View profile" : "Праглядзець профіль", + "same time" : "той жа час", "_%nh_::_%nh_" : ["%n г","%n г","%n г","%n г"], "_%nm_::_%nm_" : ["%n хв","%n хв","%n хв","%n хв"], "Local time: %s" : "Мясцовы час: %s", @@ -44,9 +50,14 @@ "in a few seconds" : "праз некалькі секунд", "seconds ago" : "с таму", "Empty file" : "Пусты файл", + "File is too large to convert" : "Файл занадта вялікі для канвертавання", "Could not convert file" : "Не атрымалася канвертаваць файл", "%1$s (renamed)" : "%1$s (перайменаваны)", "renamed file" : "перайменаваны файл", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" - гэта забароненая назва файла або папкі.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" - гэта забаронены прэфікс да назвы файла або папкі.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" не дазваляецца ў назве файла або папкі.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" - гэта забаронены тып файла.", "Filenames must not end with \"%1$s\"." : "Назвы файлаў не могуць заканчвацца на \"%1$s\".", "File already exists" : "Файл ужо існуе", "Failed to create file from template" : "Не ўдалося стварыць файл з шаблона", @@ -84,6 +95,7 @@ "Unknown account" : "Невядомы ўліковы запіс", "Additional settings" : "Дадатковыя налады", "Open %s" : "Адкрыць %s", + "%1$s via %2$s" : "%1$s праз %2$s", "Public upload is not allowed" : "Публічнае запампоўванне забаронена", "Sharing is disabled" : "Абагульванне адключана", "Group \"%s\" does not exist" : "Група \"%s\" не існуе", @@ -135,6 +147,7 @@ "Dec." : "Снеж", "The Login is already being used" : "Лагін ужо выкарыстоўваецца", "Could not create account" : "Не ўдалося стварыць уліковы запіс", + "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "У лагіне дазволеныя толькі наступныя сімвалы: \"a-z\", \"A-Z\", \"0-9\", прабелы і \"_.@-'\"", "Login contains whitespace at the beginning or at the end" : "Лагін змяшчае прабелы ў пачатку або ў канцы", "Login must not consist of dots only" : "Лагін не можа змяшчаць толькі кропкі", "Username is too long" : "Імя карыстальніка занадта доўгае", @@ -143,18 +156,25 @@ "a safe home for all your data" : "бяспечны дом для ўсіх вашых даных", "Application is not enabled" : "Праграма не ўключана", "Authentication error" : "Памылка аўтэнтыфікацыі", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Драйверы баз даных (sqlite, mysql або postgresql) не ўсталяваныя.", "Cannot write into \"config\" directory." : "Немагчыма запісаць у каталог \"config\".", "Cannot create \"data\" directory." : "Немагчыма стварыць каталог \"data\".", "Setting locale to %s failed." : "Не ўдалося задаць лакаль %s.", "Please install one of these locales on your system and restart your web server." : "Усталюйце адну з гэтых лакаляў у вашай сістэме і перазапусціце вэб-сервер.", "PHP module %s not installed." : "Модуль PHP %s не ўсталяваны.", "Please ask your server administrator to install the module." : "Папрасіце адміністратара сервера ўсталяваць модуль.", + "Please ask your server administrator to check the Nextcloud configuration." : "Папрасіце адміністратара сервера праверыць канфігурацыю Nextcloud.", "Storage is temporarily not available" : "Сховішча часова недаступна", "Images" : "Відарысы", "Question" : "Пытанне", + "The answer to the question" : "Адказ на пытанне", + "Audio chat" : "Аўдыячат", + "Chat history" : "Гісторыя чата", + "Audio input" : "Аўдыяўваход", "Number of images" : "Колькасць відарысаў", "Chat" : "Чат", "Chat with the assistant" : "Чат з памочнікам", + "Available tools" : "Даступныя інструменты", "Generate a headline" : "Згенерыраваць загаловак", "Generates a possible headline for a text." : "Генерыруе магчымы загаловак для тэксту.", "Original text" : "Арыгінальны тэкст", @@ -166,6 +186,7 @@ "Write a text that you want the assistant to simplify" : "Напішыце тэкст, які вы хочаце, каб памочнік спрасціў", "Simplified text" : "Спрошчаны тэкст", "The simplified text" : "Спрошчаны тэкст", + "Topics" : "Тэмы", "Translate" : "Перакласці", "Translate text from one language to another" : "Пераклад тэксту з адной мовы на іншую", "Origin text" : "Арыгінальны тэкст", diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index 1072aab5eea..01355482a8d 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -387,7 +387,7 @@ OC.L10N.register( "How many images to generate" : "Cantas imaxes xerar", "Output images" : "Imaxes de saída", "The generated images" : "As imaxes xeradas", - "Generate speech" : "Xerar un parrafeo", + "Generate speech" : "Xerar parrafeo", "Generate speech from a transcript" : "Xerar parrafeo a partir dunha transcrición", "Write transcript that you want the assistant to generate speech from" : "Escriba a transcrición da que quere que o asistente xere o parrafeo", "Output speech" : "Parrafeo de saída", diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json index 611adf285c5..16d4f4b329d 100644 --- a/lib/l10n/gl.json +++ b/lib/l10n/gl.json @@ -385,7 +385,7 @@ "How many images to generate" : "Cantas imaxes xerar", "Output images" : "Imaxes de saída", "The generated images" : "As imaxes xeradas", - "Generate speech" : "Xerar un parrafeo", + "Generate speech" : "Xerar parrafeo", "Generate speech from a transcript" : "Xerar parrafeo a partir dunha transcrición", "Write transcript that you want the assistant to generate speech from" : "Escriba a transcrición da que quere que o asistente xere o parrafeo", "Output speech" : "Parrafeo de saída",