Skip to content

Commit 04b1dfd

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 648745d commit 04b1dfd

File tree

22 files changed

+56
-4
lines changed

22 files changed

+56
-4
lines changed

apps/federatedfilesharing/l10n/pl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ OC.L10N.register(
2323
"Sharing" : "Udostępnianie",
2424
"Federated file sharing" : "Udostępnianie federacyjne plików",
2525
"Provide federated file sharing across servers" : "Zezwól na udostępnianie federacyjne plików na serwerach",
26+
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Służy do pobierania ID Chmury Federacyjnej, aby ułatwić udostępnianie federacyjne.",
2627
"Unable to update federated files sharing config" : "Nie można zaktualizować konfiguracji udostępniania federacyjnego plików",
2728
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Dostosuj sposób udostępniania między serwerami. Obejmuje to również udostępnianie między ludźmi na tym serwerze, jeśli korzystają z udostępniania federacyjnego.",
2829
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Zezwalaj ludziom na tym serwerze na wysłanie udostępnień do innych serwerów (opcja ta umożliwia również dostęp WebDAV do udostępnień publicznych)",

apps/federatedfilesharing/l10n/pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Sharing" : "Udostępnianie",
2222
"Federated file sharing" : "Udostępnianie federacyjne plików",
2323
"Provide federated file sharing across servers" : "Zezwól na udostępnianie federacyjne plików na serwerach",
24+
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Służy do pobierania ID Chmury Federacyjnej, aby ułatwić udostępnianie federacyjne.",
2425
"Unable to update federated files sharing config" : "Nie można zaktualizować konfiguracji udostępniania federacyjnego plików",
2526
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Dostosuj sposób udostępniania między serwerami. Obejmuje to również udostępnianie między ludźmi na tym serwerze, jeśli korzystają z udostępniania federacyjnego.",
2627
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Zezwalaj ludziom na tym serwerze na wysłanie udostępnień do innych serwerów (opcja ta umożliwia również dostęp WebDAV do udostępnień publicznych)",

apps/files/l10n/es.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ OC.L10N.register(
4343
"Files" : "Archivos",
4444
"A file or folder has been <strong>changed</strong>" : "Se ha <strong>modificado</strong> un archivo o carpeta",
4545
"A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>cambiado</strong>",
46+
"%1$s (renamed)" : "%1$s (renombrado)",
47+
"renamed file" : "archivo renombrado",
4648
"Failed to authorize" : "Fallo al autorizar",
4749
"Invalid folder path" : "Ruta de carpeta inválida",
4850
"Folder not found" : "Carpeta no encontrada",
@@ -71,6 +73,8 @@ OC.L10N.register(
7173
"Transferred from %1$s on %2$s" : "Se transfirió desde %1$s en %2$s",
7274
"Files compatibility" : "Compatibilidad de archivos",
7375
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Permitir la restricción en nombres de archivo para asegurar que los archivos se puedan sincronizar con todos los clientes. Por defecto, se permiten todos los nombres de archivos válidos en POSIX (por ejemplo, Linux o macOS).",
76+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Luego de habilitar los nombres de archivo compatibles con windows, los archivos existentes no podrán ser modificados, pero, podrán ser renombrados a nuevos nombres válidos por su respectivo propietario.",
77+
"It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "También es posible migrar los archivos automáticamente luego de habilitar este ajuste. Por favor, refiérase a la documentación sobre el comando occ.",
7478
"Enforce Windows compatibility" : "Forzar la compatibilidad con Windows",
7579
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Esto bloqueará los nombres de archivos inválidos en sistemas Windows, tales como usar nombres reservados o caracteres especiales. Pero no forzará la compatibilidad del uso de mayúsculas y minúsculas.",
7680
"File Management" : "Gestión de archivos",
@@ -328,6 +332,7 @@ OC.L10N.register(
328332
"Unexpected error: {error}" : "Error inesperado: {error}",
329333
"_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"],
330334
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas","%n carpetas"],
335+
"_%n hidden_::_%n hidden_" : ["%n oculto","%n ocultos","%n ocultos"],
331336
"Filename must not be empty." : "El nombre de archivo no debe estar vacío.",
332337
"\"{char}\" is not allowed inside a filename." : "\"{char}\" no está permitido en el nombre de archivo.",
333338
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" es un nombre reservado y no se permite para los nombres de archivo.",

apps/files/l10n/es.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"Files" : "Archivos",
4242
"A file or folder has been <strong>changed</strong>" : "Se ha <strong>modificado</strong> un archivo o carpeta",
4343
"A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>cambiado</strong>",
44+
"%1$s (renamed)" : "%1$s (renombrado)",
45+
"renamed file" : "archivo renombrado",
4446
"Failed to authorize" : "Fallo al autorizar",
4547
"Invalid folder path" : "Ruta de carpeta inválida",
4648
"Folder not found" : "Carpeta no encontrada",
@@ -69,6 +71,8 @@
6971
"Transferred from %1$s on %2$s" : "Se transfirió desde %1$s en %2$s",
7072
"Files compatibility" : "Compatibilidad de archivos",
7173
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Permitir la restricción en nombres de archivo para asegurar que los archivos se puedan sincronizar con todos los clientes. Por defecto, se permiten todos los nombres de archivos válidos en POSIX (por ejemplo, Linux o macOS).",
74+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Luego de habilitar los nombres de archivo compatibles con windows, los archivos existentes no podrán ser modificados, pero, podrán ser renombrados a nuevos nombres válidos por su respectivo propietario.",
75+
"It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "También es posible migrar los archivos automáticamente luego de habilitar este ajuste. Por favor, refiérase a la documentación sobre el comando occ.",
7276
"Enforce Windows compatibility" : "Forzar la compatibilidad con Windows",
7377
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Esto bloqueará los nombres de archivos inválidos en sistemas Windows, tales como usar nombres reservados o caracteres especiales. Pero no forzará la compatibilidad del uso de mayúsculas y minúsculas.",
7478
"File Management" : "Gestión de archivos",
@@ -326,6 +330,7 @@
326330
"Unexpected error: {error}" : "Error inesperado: {error}",
327331
"_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"],
328332
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas","%n carpetas"],
333+
"_%n hidden_::_%n hidden_" : ["%n oculto","%n ocultos","%n ocultos"],
329334
"Filename must not be empty." : "El nombre de archivo no debe estar vacío.",
330335
"\"{char}\" is not allowed inside a filename." : "\"{char}\" no está permitido en el nombre de archivo.",
331336
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" es un nombre reservado y no se permite para los nombres de archivo.",

apps/files/l10n/pl.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ OC.L10N.register(
4343
"Files" : "Pliki",
4444
"A file or folder has been <strong>changed</strong>" : "Plik lub katalog został <strong>zmieniony</strong>",
4545
"A favorite file or folder has been <strong>changed</strong>" : "Ulubiony plik lub katalog został <strong>zmieniony</strong>",
46+
"%1$s (renamed)" : "%1$s (zmieniona nazwa)",
47+
"renamed file" : "zmieniona nazwa pliku",
4648
"Failed to authorize" : "Błąd autoryzacji",
4749
"Invalid folder path" : "Nieprawidłowa ścieżka katalogu",
4850
"Folder not found" : "Nie znaleziono katalogu",
@@ -71,6 +73,8 @@ OC.L10N.register(
7173
"Transferred from %1$s on %2$s" : "Przeniesiono z %1$s dnia %2$s",
7274
"Files compatibility" : "Zgodność plików",
7375
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Zezwalaj na ograniczenie nazw plików, aby zapewnić synchronizację plików ze wszystkimi klientami. Domyślnie dozwolone są wszystkie nazwy plików obowiązujące w systemie POSIX (np. Linux lub macOS).",
76+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Po włączeniu nazw plików zgodnych z systemem Windows, istniejących plików nie można już modyfikować, ale ich właściciel może zmienić ich nazwy na nowe, prawidłowe.",
77+
"It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Możliwe jest również automatyczne migrowanie plików po włączeniu tego ustawienia. Więcej informacji można znaleźć w dokumentacji polecenia occ.",
7478
"Enforce Windows compatibility" : "Wymuszaj zgodność z systemem Windows",
7579
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Spowoduje to zablokowanie nazw plików nieprawidłowych w systemach Windows, na przykład nazw zastrzeżonych lub znaków specjalnych. Nie wymusi to jednak zgodności z rozróżnianiem wielkości liter.",
7680
"File Management" : "Zarządzanie plikami",
@@ -328,6 +332,7 @@ OC.L10N.register(
328332
"Unexpected error: {error}" : "Nieoczekiwany błąd: {error}",
329333
"_%n file_::_%n files_" : ["%n plik","%n pliki","%n plików","%n plików"],
330334
"_%n folder_::_%n folders_" : ["%n katalog","%n katalogi","%n katalogów","%n katalogów"],
335+
"_%n hidden_::_%n hidden_" : ["%n ukryty","%n ukryte","%n ukrytych","%n ukrytych"],
331336
"Filename must not be empty." : "Nazwa pliku nie może być pusta.",
332337
"\"{char}\" is not allowed inside a filename." : "„{char}” nie jest dozwolone w nazwie pliku.",
333338
"\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}” jest nazwą zastrzeżoną i nie jest dozwolona w przypadku nazw plików.",

apps/files/l10n/pl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"Files" : "Pliki",
4242
"A file or folder has been <strong>changed</strong>" : "Plik lub katalog został <strong>zmieniony</strong>",
4343
"A favorite file or folder has been <strong>changed</strong>" : "Ulubiony plik lub katalog został <strong>zmieniony</strong>",
44+
"%1$s (renamed)" : "%1$s (zmieniona nazwa)",
45+
"renamed file" : "zmieniona nazwa pliku",
4446
"Failed to authorize" : "Błąd autoryzacji",
4547
"Invalid folder path" : "Nieprawidłowa ścieżka katalogu",
4648
"Folder not found" : "Nie znaleziono katalogu",
@@ -69,6 +71,8 @@
6971
"Transferred from %1$s on %2$s" : "Przeniesiono z %1$s dnia %2$s",
7072
"Files compatibility" : "Zgodność plików",
7173
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Zezwalaj na ograniczenie nazw plików, aby zapewnić synchronizację plików ze wszystkimi klientami. Domyślnie dozwolone są wszystkie nazwy plików obowiązujące w systemie POSIX (np. Linux lub macOS).",
74+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Po włączeniu nazw plików zgodnych z systemem Windows, istniejących plików nie można już modyfikować, ale ich właściciel może zmienić ich nazwy na nowe, prawidłowe.",
75+
"It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Możliwe jest również automatyczne migrowanie plików po włączeniu tego ustawienia. Więcej informacji można znaleźć w dokumentacji polecenia occ.",
7276
"Enforce Windows compatibility" : "Wymuszaj zgodność z systemem Windows",
7377
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Spowoduje to zablokowanie nazw plików nieprawidłowych w systemach Windows, na przykład nazw zastrzeżonych lub znaków specjalnych. Nie wymusi to jednak zgodności z rozróżnianiem wielkości liter.",
7478
"File Management" : "Zarządzanie plikami",
@@ -326,6 +330,7 @@
326330
"Unexpected error: {error}" : "Nieoczekiwany błąd: {error}",
327331
"_%n file_::_%n files_" : ["%n plik","%n pliki","%n plików","%n plików"],
328332
"_%n folder_::_%n folders_" : ["%n katalog","%n katalogi","%n katalogów","%n katalogów"],
333+
"_%n hidden_::_%n hidden_" : ["%n ukryty","%n ukryte","%n ukrytych","%n ukrytych"],
329334
"Filename must not be empty." : "Nazwa pliku nie może być pusta.",
330335
"\"{char}\" is not allowed inside a filename." : "„{char}” nie jest dozwolone w nazwie pliku.",
331336
"\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}” jest nazwą zastrzeżoną i nie jest dozwolona w przypadku nazw plików.",

apps/files_sharing/l10n/es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ OC.L10N.register(
313313
"Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Utiliza este método para compartir archivos con individuos o equipos dentro de tu organización. Si el destinatario ya tiene acceso pero no puede encontrarlos, puedes enviarle este enlace interno para facilitarle el acceso.",
314314
"Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Usa este método para compartir archivos con individuos u organizaciones externas a tu organización. Los archivos y carpetas pueden ser compartidos mediante enlaces públicos y por correo. También puedes compartir con otras cuentas de Nextcloud alojadas en otras instancias utilizando su ID de nube federada.",
315315
"Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Recursos compartidos que no son internos o externos. Pueden estar compartidos desde aplicaciones u otras fuentes.",
316+
"Share with accounts, teams, federated cloud id" : "Comparta con cuentas, equipos, id de nube federada",
316317
"Share with accounts and teams" : "Compartir con cuentas y equipos",
317318
"Email, federated cloud id" : "Email, ID de nube federada",
318319
"Unable to load the shares list" : "No se pudo cargar la lista de recursos compartidos",

apps/files_sharing/l10n/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
"Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Utiliza este método para compartir archivos con individuos o equipos dentro de tu organización. Si el destinatario ya tiene acceso pero no puede encontrarlos, puedes enviarle este enlace interno para facilitarle el acceso.",
312312
"Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Usa este método para compartir archivos con individuos u organizaciones externas a tu organización. Los archivos y carpetas pueden ser compartidos mediante enlaces públicos y por correo. También puedes compartir con otras cuentas de Nextcloud alojadas en otras instancias utilizando su ID de nube federada.",
313313
"Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Recursos compartidos que no son internos o externos. Pueden estar compartidos desde aplicaciones u otras fuentes.",
314+
"Share with accounts, teams, federated cloud id" : "Comparta con cuentas, equipos, id de nube federada",
314315
"Share with accounts and teams" : "Compartir con cuentas y equipos",
315316
"Email, federated cloud id" : "Email, ID de nube federada",
316317
"Unable to load the shares list" : "No se pudo cargar la lista de recursos compartidos",

apps/files_sharing/l10n/pl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ OC.L10N.register(
313313
"Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Użyj tej metody, aby udostępniać pliki osobom lub zespołom w swojej organizacji. Jeśli odbiorca ma już dostęp do udostępnionego pliku, ale nie może go zlokalizować, możesz wysłać mu wewnętrzny link do udostępniania, aby ułatwić dostęp.",
314314
"Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Użyj tej metody, aby udostępniać pliki osobom lub organizacjom spoza Twojej organizacji. Pliki i katalogi można udostępniać za pośrednictwem publicznych linków udostępniania i adresów e-mail. Możesz również udostępniać pliki innym kontom Nextcloud hostowanym na różnych instancjach, używając ich identyfikatora Chmury Federacyjnej.",
315315
"Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Udostępnienia, które nie są częścią udostępnień wewnętrznych lub zewnętrznych. Mogą to być udostępnienia z aplikacji lub innych źródeł.",
316+
"Share with accounts, teams, federated cloud id" : "Udostępnij kontom, zespołom, ID Chmury Federacyjnej",
316317
"Share with accounts and teams" : "Udostępnij kontom i zespołom",
317-
"Email, federated cloud id" : "E-mail, identyfikator Chmury Federacyjnej",
318+
"Email, federated cloud id" : "E-mail, ID Chmury Federacyjnej",
318319
"Unable to load the shares list" : "Nie można pobrać listy udostępnień",
319320
"Expires {relativetime}" : "Wygasa {relativetime}",
320321
"this share just expired." : "te udostępnienie właśnie wygasło.",

0 commit comments

Comments
 (0)