diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-11-24 00:21:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-11-24 00:21:02 +0000 |
commit | 1005efdfd37295dcce5162094227d671e8aacafc (patch) | |
tree | b25b6f281422ae5e649634c4bbd8d35a04feb59d /apps/files | |
parent | 2a8b7400ed2ddc6cf914ff19628121b4e4479813 (diff) | |
download | nextcloud-server-1005efdfd37295dcce5162094227d671e8aacafc.tar.gz nextcloud-server-1005efdfd37295dcce5162094227d671e8aacafc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/fr.js | 7 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 7 | ||||
-rw-r--r-- | apps/files/l10n/ga.js | 7 | ||||
-rw-r--r-- | apps/files/l10n/ga.json | 7 | ||||
-rw-r--r-- | apps/files/l10n/pl.js | 10 | ||||
-rw-r--r-- | apps/files/l10n/pl.json | 10 | ||||
-rw-r--r-- | apps/files/l10n/sk.js | 9 | ||||
-rw-r--r-- | apps/files/l10n/sk.json | 9 | ||||
-rw-r--r-- | apps/files/l10n/sv.js | 7 | ||||
-rw-r--r-- | apps/files/l10n/sv.json | 7 |
10 files changed, 78 insertions, 2 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index c807df2f7b4..6465c28befd 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -265,6 +265,13 @@ OC.L10N.register( "Files moved successfully" : "Fichiers déplacés avec succès", "Conflicts resolution skipped" : "Résolution des conflits ignorée", "Upload cancelled" : "Téléversement annulé", + "Adding the file extension \"{new}\" may render the file unreadable." : "Ajouter l'extension de fichier \"{new}\" peut rendre le fichier illisible.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Retirer l'extension de fichier \"{old}\" peut rendre le fichier illisible.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Changer l'extension du fichier de \"{old}\" à \"{new}\" peut rendre le fichier illisible.", + "Change file extension" : "Changer l'extension du fichier", + "Keep {oldextension}" : "Garder {oldextension}", + "Use {newextension}" : "Utiliser {newextension}", + "Remove extension" : "Retirer l'extension du fichier", "This operation is forbidden" : "Cette opération est interdite", "This directory is unavailable, please check the logs or contact the administrator" : "Ce répertoire est indisponible, merci de consulter les journaux ou de contacter votre administrateur", "Storage is temporarily not available" : "Le support de stockage est temporairement indisponible", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 8e0c9a43d7c..2d1c34f61a9 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -263,6 +263,13 @@ "Files moved successfully" : "Fichiers déplacés avec succès", "Conflicts resolution skipped" : "Résolution des conflits ignorée", "Upload cancelled" : "Téléversement annulé", + "Adding the file extension \"{new}\" may render the file unreadable." : "Ajouter l'extension de fichier \"{new}\" peut rendre le fichier illisible.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Retirer l'extension de fichier \"{old}\" peut rendre le fichier illisible.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Changer l'extension du fichier de \"{old}\" à \"{new}\" peut rendre le fichier illisible.", + "Change file extension" : "Changer l'extension du fichier", + "Keep {oldextension}" : "Garder {oldextension}", + "Use {newextension}" : "Utiliser {newextension}", + "Remove extension" : "Retirer l'extension du fichier", "This operation is forbidden" : "Cette opération est interdite", "This directory is unavailable, please check the logs or contact the administrator" : "Ce répertoire est indisponible, merci de consulter les journaux ou de contacter votre administrateur", "Storage is temporarily not available" : "Le support de stockage est temporairement indisponible", diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index 62868980187..20f874e2094 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -265,6 +265,13 @@ OC.L10N.register( "Files moved successfully" : "Bogadh na comhaid go rathúil", "Conflicts resolution skipped" : "Léiríodh réiteach coinbhleachta", "Upload cancelled" : "Cuireadh an t-uaslódáil ar ceal", + "Adding the file extension \"{new}\" may render the file unreadable." : "Má chuirtear an síneadh comhad \"{new}\" leis, seans go mbeidh an comhad do-léite.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Má bhaintear an iarmhír chomhaid \"{old}\" seans go mbeidh an comhad do-léite.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Má athraítear iarmhír an chomhaid ó \"{old}\" go \"{new}\" seans go mbeidh an comhad do-léite.", + "Change file extension" : "Athraigh síneadh comhad", + "Keep {oldextension}" : " Coinnigh{oldextension}", + "Use {newextension}" : " Úsáid{newextension}", + "Remove extension" : "Bain breiseán", "This operation is forbidden" : "Tá an oibríocht seo toirmiscthe", "This directory is unavailable, please check the logs or contact the administrator" : "Níl an t-eolaire seo ar fáil, seiceáil na logaí nó déan teagmháil leis an riarthóir le do thoil", "Storage is temporarily not available" : "Níl stóráil ar fáil go sealadach", diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index a1811cb911a..8c0a57ef80c 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -263,6 +263,13 @@ "Files moved successfully" : "Bogadh na comhaid go rathúil", "Conflicts resolution skipped" : "Léiríodh réiteach coinbhleachta", "Upload cancelled" : "Cuireadh an t-uaslódáil ar ceal", + "Adding the file extension \"{new}\" may render the file unreadable." : "Má chuirtear an síneadh comhad \"{new}\" leis, seans go mbeidh an comhad do-léite.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Má bhaintear an iarmhír chomhaid \"{old}\" seans go mbeidh an comhad do-léite.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Má athraítear iarmhír an chomhaid ó \"{old}\" go \"{new}\" seans go mbeidh an comhad do-léite.", + "Change file extension" : "Athraigh síneadh comhad", + "Keep {oldextension}" : " Coinnigh{oldextension}", + "Use {newextension}" : " Úsáid{newextension}", + "Remove extension" : "Bain breiseán", "This operation is forbidden" : "Tá an oibríocht seo toirmiscthe", "This directory is unavailable, please check the logs or contact the administrator" : "Níl an t-eolaire seo ar fáil, seiceáil na logaí nó déan teagmháil leis an riarthóir le do thoil", "Storage is temporarily not available" : "Níl stóráil ar fáil go sealadach", diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index d886b93a9de..da953408819 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -62,6 +62,7 @@ OC.L10N.register( "in %s" : "w %s", "Transferred from %1$s on %2$s" : "Przeniesiono z %1$s dnia %2$s", "Files compatibility" : "Zgodność plików", + "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).", "Enforce Windows compatibility" : "Wymuszaj zgodność z systemem Windows", "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.", "File Management" : "Zarządzanie plikami", @@ -197,6 +198,8 @@ OC.L10N.register( "Delete folder" : "Usuń katalog", "Delete folders" : "Usuń katalogi", "Delete" : "Usuń", + "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Zamierzasz trwale usunąć {count} element","Zamierzasz trwale usunąć {count} elementy","Zamierzasz trwale usunąć {count} elementów","Zamierzasz trwale usunąć {count} elementów"], + "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Zamierzasz usunąć {count} element","Zamierzasz usunąć {count} elementy","Zamierzasz usunąć {count} elementów","Zamierzasz usunąć {count} elementów"], "Confirm deletion" : "Potwierdź usunięcie", "Cancel" : "Anuluj", "Edit file locally" : "Edytuj plik lokalnie", @@ -262,6 +265,9 @@ OC.L10N.register( "Files moved successfully" : "Pliki zostały przeniesione pomyślnie", "Conflicts resolution skipped" : "Pominięto rozwiązywanie konfliktów", "Upload cancelled" : "Anulowano przesyłanie", + "Adding the file extension \"{new}\" may render the file unreadable." : "Dodanie rozszerzenia pliku „{new}” może spowodować, że plik będzie nieczytelny.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Usunięcie rozszerzenia pliku „{old}” może spowodować, że plik będzie nieczytelny.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Zmienienie rozszerzenia pliku z „{old}” na „{new}” może spowodować, że plik będzie nieczytelny.", "Change file extension" : "Zmień rozszerzenie pliku", "Keep {oldextension}" : "Zachowaj {oldextension}", "Use {newextension}" : "Użyj {newextension}", @@ -276,6 +282,10 @@ OC.L10N.register( "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} plik i 1 katalog","{fileCount} pliki i 1 katalog","{fileCount} plików i 1 katalog","{fileCount} plików i 1 katalog"], "{fileCount} files and {folderCount} folders" : "{fileCount} plików i {folderCount} katalogów", "Filename must not be empty." : "Nazwa pliku nie może być pusta.", + "\"{char}\" is not allowed inside a filename." : "„{char}” nie jest dozwolone w nazwie pliku.", + "\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}” jest nazwą zastrzeżoną i nie jest dozwolona w przypadku nazw plików.", + "\"{extension}\" is not an allowed filetype." : "„{extension}” nie jest dozwolonym typem pliku.", + "Filenames must not end with \"{extension}\"." : "Nazwy plików nie mogą kończyć się na „{extension}”.", "List of favorite files and folders." : "Lista ulubionych plików i katalogów.", "No favorites yet" : "Brak ulubionych", "Files and folders you mark as favorite will show up here" : "Pliki i katalogi, które oznaczysz jako ulubione wyświetlą się tutaj", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 047890978fd..cf019ff21a3 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -60,6 +60,7 @@ "in %s" : "w %s", "Transferred from %1$s on %2$s" : "Przeniesiono z %1$s dnia %2$s", "Files compatibility" : "Zgodność plików", + "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).", "Enforce Windows compatibility" : "Wymuszaj zgodność z systemem Windows", "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.", "File Management" : "Zarządzanie plikami", @@ -195,6 +196,8 @@ "Delete folder" : "Usuń katalog", "Delete folders" : "Usuń katalogi", "Delete" : "Usuń", + "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["Zamierzasz trwale usunąć {count} element","Zamierzasz trwale usunąć {count} elementy","Zamierzasz trwale usunąć {count} elementów","Zamierzasz trwale usunąć {count} elementów"], + "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Zamierzasz usunąć {count} element","Zamierzasz usunąć {count} elementy","Zamierzasz usunąć {count} elementów","Zamierzasz usunąć {count} elementów"], "Confirm deletion" : "Potwierdź usunięcie", "Cancel" : "Anuluj", "Edit file locally" : "Edytuj plik lokalnie", @@ -260,6 +263,9 @@ "Files moved successfully" : "Pliki zostały przeniesione pomyślnie", "Conflicts resolution skipped" : "Pominięto rozwiązywanie konfliktów", "Upload cancelled" : "Anulowano przesyłanie", + "Adding the file extension \"{new}\" may render the file unreadable." : "Dodanie rozszerzenia pliku „{new}” może spowodować, że plik będzie nieczytelny.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Usunięcie rozszerzenia pliku „{old}” może spowodować, że plik będzie nieczytelny.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Zmienienie rozszerzenia pliku z „{old}” na „{new}” może spowodować, że plik będzie nieczytelny.", "Change file extension" : "Zmień rozszerzenie pliku", "Keep {oldextension}" : "Zachowaj {oldextension}", "Use {newextension}" : "Użyj {newextension}", @@ -274,6 +280,10 @@ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} plik i 1 katalog","{fileCount} pliki i 1 katalog","{fileCount} plików i 1 katalog","{fileCount} plików i 1 katalog"], "{fileCount} files and {folderCount} folders" : "{fileCount} plików i {folderCount} katalogów", "Filename must not be empty." : "Nazwa pliku nie może być pusta.", + "\"{char}\" is not allowed inside a filename." : "„{char}” nie jest dozwolone w nazwie pliku.", + "\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}” jest nazwą zastrzeżoną i nie jest dozwolona w przypadku nazw plików.", + "\"{extension}\" is not an allowed filetype." : "„{extension}” nie jest dozwolonym typem pliku.", + "Filenames must not end with \"{extension}\"." : "Nazwy plików nie mogą kończyć się na „{extension}”.", "List of favorite files and folders." : "Lista ulubionych plików i katalogów.", "No favorites yet" : "Brak ulubionych", "Files and folders you mark as favorite will show up here" : "Pliki i katalogi, które oznaczysz jako ulubione wyświetlą się tutaj", diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 93daac60457..a7807605ade 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -265,6 +265,13 @@ OC.L10N.register( "Files moved successfully" : "Súbory boli úspešne presunuté", "Conflicts resolution skipped" : "Riešenie konfliktov bolo preskočené", "Upload cancelled" : "Odosielanie bolo zrušené", + "Adding the file extension \"{new}\" may render the file unreadable." : "Pridanie prípony súboru „{new}“ môže spôsobiť, že súbor bude nečitateľný.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Odstránenie prípony súboru „{old}“ môže spôsobiť, že súbor bude nečitateľný.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Zmena prípony súboru z „{old}“ na „{new}“ môže spôsobiť, že súbor bude nečitateľný.", + "Change file extension" : "Zmeniť príponu súboru", + "Keep {oldextension}" : "Ponechať {oldextension}", + "Use {newextension}" : "Použiť {newextension}", + "Remove extension" : "Odstrániť príponu", "This operation is forbidden" : "Táto operácia je zakázaná", "This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", @@ -351,7 +358,7 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n súbor","%n súbory","%n súborov","%n súborov"], "{dirs} and {files}" : "{dirs} a {files}", "_including %n hidden_::_including %n hidden_" : ["vrátane %n skytého","vrátane %n skrytých","vrátane %n skrytých","vrátane %n skrytých"], - "_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov","Nahrávam %n súborov"], + "_Uploading %n file_::_Uploading %n files_" : ["Nahráva sa %n súbor","Nahrávajú sa %n súbory","Nahráva sa %n súborov","Nahráva sa %n súborov"], "New file/folder menu" : "Ponuka nového súboru/priečinka", "Select file range" : "Vybrať rozsah súborov", "{used}%" : "{used}%", diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index 02abc9ffe49..9e3e731c7a7 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -263,6 +263,13 @@ "Files moved successfully" : "Súbory boli úspešne presunuté", "Conflicts resolution skipped" : "Riešenie konfliktov bolo preskočené", "Upload cancelled" : "Odosielanie bolo zrušené", + "Adding the file extension \"{new}\" may render the file unreadable." : "Pridanie prípony súboru „{new}“ môže spôsobiť, že súbor bude nečitateľný.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Odstránenie prípony súboru „{old}“ môže spôsobiť, že súbor bude nečitateľný.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Zmena prípony súboru z „{old}“ na „{new}“ môže spôsobiť, že súbor bude nečitateľný.", + "Change file extension" : "Zmeniť príponu súboru", + "Keep {oldextension}" : "Ponechať {oldextension}", + "Use {newextension}" : "Použiť {newextension}", + "Remove extension" : "Odstrániť príponu", "This operation is forbidden" : "Táto operácia je zakázaná", "This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", @@ -349,7 +356,7 @@ "_%n file_::_%n files_" : ["%n súbor","%n súbory","%n súborov","%n súborov"], "{dirs} and {files}" : "{dirs} a {files}", "_including %n hidden_::_including %n hidden_" : ["vrátane %n skytého","vrátane %n skrytých","vrátane %n skrytých","vrátane %n skrytých"], - "_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov","Nahrávam %n súborov"], + "_Uploading %n file_::_Uploading %n files_" : ["Nahráva sa %n súbor","Nahrávajú sa %n súbory","Nahráva sa %n súborov","Nahráva sa %n súborov"], "New file/folder menu" : "Ponuka nového súboru/priečinka", "Select file range" : "Vybrať rozsah súborov", "{used}%" : "{used}%", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index e57419dbf62..c9332ab5aae 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -265,6 +265,13 @@ OC.L10N.register( "Files moved successfully" : "Filerna flyttade", "Conflicts resolution skipped" : "Konfliktlösning hoppades över", "Upload cancelled" : "Uppladdning avbruten", + "Adding the file extension \"{new}\" may render the file unreadable." : "Att lägga till filtillägget \"{new}\" kan göra filen oläsbar.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Att ta bort filtillägget \"{old}\" kan göra filen oläsbar.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Att ändra filtillägget från \"{old}\" till \"{new}\" kan göra filen oläsbar.", + "Change file extension" : "Ändra filändelse", + "Keep {oldextension}" : "Behåll {oldextension}", + "Use {newextension}" : "Använd {newextension}", + "Remove extension" : "Ta bort filändelse", "This operation is forbidden" : "Denna operation är förbjuden", "This directory is unavailable, please check the logs or contact the administrator" : "Denna katalog är inte tillgänglig, kontrollera loggarna eller kontakta administratören", "Storage is temporarily not available" : "Lagring är tillfälligt inte tillgänglig", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index d5dfaa57d62..1e45e8864d9 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -263,6 +263,13 @@ "Files moved successfully" : "Filerna flyttade", "Conflicts resolution skipped" : "Konfliktlösning hoppades över", "Upload cancelled" : "Uppladdning avbruten", + "Adding the file extension \"{new}\" may render the file unreadable." : "Att lägga till filtillägget \"{new}\" kan göra filen oläsbar.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Att ta bort filtillägget \"{old}\" kan göra filen oläsbar.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Att ändra filtillägget från \"{old}\" till \"{new}\" kan göra filen oläsbar.", + "Change file extension" : "Ändra filändelse", + "Keep {oldextension}" : "Behåll {oldextension}", + "Use {newextension}" : "Använd {newextension}", + "Remove extension" : "Ta bort filändelse", "This operation is forbidden" : "Denna operation är förbjuden", "This directory is unavailable, please check the logs or contact the administrator" : "Denna katalog är inte tillgänglig, kontrollera loggarna eller kontakta administratören", "Storage is temporarily not available" : "Lagring är tillfälligt inte tillgänglig", |