diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-25 02:44:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-25 02:44:17 +0000 |
commit | d66bf39de5b37e6269b77c8af7865233c1a40ab2 (patch) | |
tree | 8cb818e177a47165431981ef347d40561d781d01 /apps/theming/l10n | |
parent | 96a21056c4aa2b7ae11e4414e1427e3941a8de11 (diff) | |
download | nextcloud-server-d66bf39de5b37e6269b77c8af7865233c1a40ab2.tar.gz nextcloud-server-d66bf39de5b37e6269b77c8af7865233c1a40ab2.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r-- | apps/theming/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/cs.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/eu.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/eu.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/fi.js | 10 | ||||
-rw-r--r-- | apps/theming/l10n/fi.json | 10 | ||||
-rw-r--r-- | apps/theming/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/fr.json | 3 | ||||
-rw-r--r-- | apps/theming/l10n/lt_LT.js | 4 | ||||
-rw-r--r-- | apps/theming/l10n/lt_LT.json | 4 | ||||
-rw-r--r-- | apps/theming/l10n/pt_BR.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/pt_BR.json | 3 | ||||
-rw-r--r-- | apps/theming/l10n/sv.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/sv.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/tr.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/zh_HK.json | 1 |
22 files changed, 52 insertions, 2 deletions
diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 035fc97fcc5..6f24e29feb7 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -21,6 +21,7 @@ OC.L10N.register( "Could not write file to disk" : "Soubor se nedaří zapsat na datové úložiště", "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru", "No file uploaded" : "Nenahrán žádný soubor", + "Failed to clean up the old admin theming images folder" : "Nepodařilo se uklidit v původní složce s obrázky motivu vzhledu, určovaným správcem", "Failed to cleanup the old admin image folder" : "Nepodařilo se uklidit v původní složce s obrázky určovanými správcem", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Už používáte svůj vlastní motiv vzhledu. Nastavení aplikace pro změnu motivu vzhledu tím mohou být přepsána.", "Theming" : "Motiv vzhledu", diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 215a5612885..7d10509b670 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -19,6 +19,7 @@ "Could not write file to disk" : "Soubor se nedaří zapsat na datové úložiště", "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru", "No file uploaded" : "Nenahrán žádný soubor", + "Failed to clean up the old admin theming images folder" : "Nepodařilo se uklidit v původní složce s obrázky motivu vzhledu, určovaným správcem", "Failed to cleanup the old admin image folder" : "Nepodařilo se uklidit v původní složce s obrázky určovanými správcem", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Už používáte svůj vlastní motiv vzhledu. Nastavení aplikace pro změnu motivu vzhledu tím mohou být přepsána.", "Theming" : "Motiv vzhledu", diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index 5826c69caa3..ff35fdae80d 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -21,6 +21,7 @@ OC.L10N.register( "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden", "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt", "No file uploaded" : "Keine Datei hochgeladen", + "Failed to clean up the old admin theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners", "Failed to cleanup the old admin image folder" : "Fehler beim Bereinigen des alten Admin Bilderordners", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.", "Theming" : "Design", diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index 5c34998c6fd..b1a9bbf5998 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -19,6 +19,7 @@ "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden", "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt", "No file uploaded" : "Keine Datei hochgeladen", + "Failed to clean up the old admin theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners", "Failed to cleanup the old admin image folder" : "Fehler beim Bereinigen des alten Admin Bilderordners", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.", "Theming" : "Design", diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index df5728b717d..7c29a0d4d28 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -21,6 +21,7 @@ OC.L10N.register( "Could not write file to disk" : "Could not write file to disk", "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", "No file uploaded" : "No file uploaded", + "Failed to clean up the old admin theming images folder" : "Failed to clean up the old admin theming images folder", "Failed to cleanup the old admin image folder" : "Failed to clean up the old admin image folder", "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.", "Theming" : "Theming", diff --git a/apps/theming/l10n/en_GB.json b/apps/theming/l10n/en_GB.json index abed8374238..dbf0bcec17e 100644 --- a/apps/theming/l10n/en_GB.json +++ b/apps/theming/l10n/en_GB.json @@ -19,6 +19,7 @@ "Could not write file to disk" : "Could not write file to disk", "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", "No file uploaded" : "No file uploaded", + "Failed to clean up the old admin theming images folder" : "Failed to clean up the old admin theming images folder", "Failed to cleanup the old admin image folder" : "Failed to clean up the old admin image folder", "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.", "Theming" : "Theming", diff --git a/apps/theming/l10n/eu.js b/apps/theming/l10n/eu.js index 277a4622f58..fcaac5e7bbb 100644 --- a/apps/theming/l10n/eu.js +++ b/apps/theming/l10n/eu.js @@ -60,6 +60,7 @@ OC.L10N.register( "Favicon" : "Gogoko-ikonoa", "Upload new favicon" : "Kargatu gogoko-ikono berria", "User settings" : "Erabiltzaile ezarpenak", + "Disable user theming" : "Desgaitu erabiltzaile itxura", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "Disable all keyboard shortcuts" : "Desgaitu teklatuaren lasterbide guztiak", "Background" : "Atzeko planoa", diff --git a/apps/theming/l10n/eu.json b/apps/theming/l10n/eu.json index d036eb8a5b3..2fcc092f9ce 100644 --- a/apps/theming/l10n/eu.json +++ b/apps/theming/l10n/eu.json @@ -58,6 +58,7 @@ "Favicon" : "Gogoko-ikonoa", "Upload new favicon" : "Kargatu gogoko-ikono berria", "User settings" : "Erabiltzaile ezarpenak", + "Disable user theming" : "Desgaitu erabiltzaile itxura", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "Disable all keyboard shortcuts" : "Desgaitu teklatuaren lasterbide guztiak", "Background" : "Atzeko planoa", diff --git a/apps/theming/l10n/fi.js b/apps/theming/l10n/fi.js index 995410ce772..3462bcee3c0 100644 --- a/apps/theming/l10n/fi.js +++ b/apps/theming/l10n/fi.js @@ -54,6 +54,7 @@ OC.L10N.register( "Logo" : "Logo", "Upload new logo" : "Lähetä uusi logo", "Background and login image" : "Tausta- ja kirjautumiskuva", + "Upload new background and login image" : "Lähetä uusi taustakuva ja kirjautumissivun kuva", "Legal notice link" : "Lainopillisen huomautuksen linkki", "Privacy policy link" : "Yksityisyyskäytännön linkki", "Header logo" : "Otsakelogo", @@ -62,14 +63,20 @@ OC.L10N.register( "Upload new favicon" : "Lähetä uusi favicon", "User settings" : "Käyttäjäasetukset", "Disable user theming" : "Poista käyttäjäteemoitus käytöstä", + "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Vaikka voit mukauttaa instanssia, käyttäjät voivat vaihtaa taustakuvaansa ja värejään. Jos haluat pakottaa mukautukset käyttäjille, ota tämä asetus käyttöön.", "Keyboard shortcuts" : "Pikanäppäimet", "Disable all keyboard shortcuts" : "Poista käytöstä kaikki pikanäppäimet", "Background" : "Tausta", "Customization has been disabled by your administrator" : "Mukauttaminen on poistettu käytöstä ylläpitäjän toimesta", "Set a custom background" : "Aseta mukautettu tausta", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Saavutettavuus on erittäin tärkeää meille. Seuraamme verkkostandardeja ja varmistamme, että kaikki on käytettävissä ilman hiirtä sekä avustavien ohjelmistojen kuten ruudunlukijoiden avulla. Pyrimme olemaan yhteensopivia {guidelines}Web Content Accessibility Guidelines{linkend} -ohjeistuksen version 2.1 AA-tason kanssa, suuren kontrastin teemalla pyrimme jopa AAA-tasoon.", + "Custom background" : "Mukautettu taustakuva", + "Default background" : "Oletustausta", "Change color" : "Vaihda väriä", + "Remove background" : "Poista taustakuva", + "Select a background from your files" : "Valitse taustakuva tiedostoista", "Theme selection is enforced" : "Teemavalinta on pakotettu", + "Select a custom color" : "Valitse mukautettu väri", "Reset to default" : "Palauta oletukseksi", "Upload" : "Lähetä", "Remove background image" : "Poista taustakuva", @@ -86,6 +93,7 @@ OC.L10N.register( "Default image" : "Oletuskuva", "Custom color" : "Mukautettu väri", "Plain background" : "Yksinkertainen tausta", - "Insert from {productName}" : "Aseta kohteesta {productName}" + "Insert from {productName}" : "Aseta kohteesta {productName}", + "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can check this box." : "Vaikka voit mukauttaa instanssia, käyttäjät voivat vaihtaa taustakuvaansa ja värejään. Jos haluat pakottaa mukautukset käyttäjille, ota tämä asetus käyttöön." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/fi.json b/apps/theming/l10n/fi.json index 72535e84dc8..2d0b7c6dc0a 100644 --- a/apps/theming/l10n/fi.json +++ b/apps/theming/l10n/fi.json @@ -52,6 +52,7 @@ "Logo" : "Logo", "Upload new logo" : "Lähetä uusi logo", "Background and login image" : "Tausta- ja kirjautumiskuva", + "Upload new background and login image" : "Lähetä uusi taustakuva ja kirjautumissivun kuva", "Legal notice link" : "Lainopillisen huomautuksen linkki", "Privacy policy link" : "Yksityisyyskäytännön linkki", "Header logo" : "Otsakelogo", @@ -60,14 +61,20 @@ "Upload new favicon" : "Lähetä uusi favicon", "User settings" : "Käyttäjäasetukset", "Disable user theming" : "Poista käyttäjäteemoitus käytöstä", + "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Vaikka voit mukauttaa instanssia, käyttäjät voivat vaihtaa taustakuvaansa ja värejään. Jos haluat pakottaa mukautukset käyttäjille, ota tämä asetus käyttöön.", "Keyboard shortcuts" : "Pikanäppäimet", "Disable all keyboard shortcuts" : "Poista käytöstä kaikki pikanäppäimet", "Background" : "Tausta", "Customization has been disabled by your administrator" : "Mukauttaminen on poistettu käytöstä ylläpitäjän toimesta", "Set a custom background" : "Aseta mukautettu tausta", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Saavutettavuus on erittäin tärkeää meille. Seuraamme verkkostandardeja ja varmistamme, että kaikki on käytettävissä ilman hiirtä sekä avustavien ohjelmistojen kuten ruudunlukijoiden avulla. Pyrimme olemaan yhteensopivia {guidelines}Web Content Accessibility Guidelines{linkend} -ohjeistuksen version 2.1 AA-tason kanssa, suuren kontrastin teemalla pyrimme jopa AAA-tasoon.", + "Custom background" : "Mukautettu taustakuva", + "Default background" : "Oletustausta", "Change color" : "Vaihda väriä", + "Remove background" : "Poista taustakuva", + "Select a background from your files" : "Valitse taustakuva tiedostoista", "Theme selection is enforced" : "Teemavalinta on pakotettu", + "Select a custom color" : "Valitse mukautettu väri", "Reset to default" : "Palauta oletukseksi", "Upload" : "Lähetä", "Remove background image" : "Poista taustakuva", @@ -84,6 +91,7 @@ "Default image" : "Oletuskuva", "Custom color" : "Mukautettu väri", "Plain background" : "Yksinkertainen tausta", - "Insert from {productName}" : "Aseta kohteesta {productName}" + "Insert from {productName}" : "Aseta kohteesta {productName}", + "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can check this box." : "Vaikka voit mukauttaa instanssia, käyttäjät voivat vaihtaa taustakuvaansa ja värejään. Jos haluat pakottaa mukautukset käyttäjille, ota tämä asetus käyttöön." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js index cd2806905e8..172869a0350 100644 --- a/apps/theming/l10n/fr.js +++ b/apps/theming/l10n/fr.js @@ -21,6 +21,8 @@ OC.L10N.register( "Could not write file to disk" : "Impossible d'écrire le fichier sur le disque", "A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier", "No file uploaded" : "Aucun fichier téléversé", + "Failed to clean up the old admin theming images folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", + "Failed to cleanup the old admin image folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.", "Theming" : "Personnaliser l'apparence", "Appearance and accessibility" : "Apparence et accessibilité", @@ -93,6 +95,7 @@ OC.L10N.register( "Login image" : "Arrière-plan de connexion", "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installez l'extension PHP Imagemagick avec le support pour les images SVG afin de générer automatiquement les favicons sur base du logo téléversé et de la couleur.", + "Migrate and cleanup admin theming images" : "Migrer et nettoyer les images du thème admin", "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Dans certains cas, les raccourcis clavier peuvent interférer avec les outils d'accessibilité. Afin de vous permettre de vous concentrer correctement sur votre outil, vous pouvez désactiver tous les raccourcis clavier ici. Cela désactivera également tous les raccourcis disponibles dans les applications.", "Pick from Files" : "Sélectionner dans Fichiers", "Default image" : "Image par défaut", diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json index 0bd51ce2237..82198f6ab21 100644 --- a/apps/theming/l10n/fr.json +++ b/apps/theming/l10n/fr.json @@ -19,6 +19,8 @@ "Could not write file to disk" : "Impossible d'écrire le fichier sur le disque", "A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier", "No file uploaded" : "Aucun fichier téléversé", + "Failed to clean up the old admin theming images folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", + "Failed to cleanup the old admin image folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'admin", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.", "Theming" : "Personnaliser l'apparence", "Appearance and accessibility" : "Apparence et accessibilité", @@ -91,6 +93,7 @@ "Login image" : "Arrière-plan de connexion", "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installez l'extension PHP Imagemagick avec le support pour les images SVG afin de générer automatiquement les favicons sur base du logo téléversé et de la couleur.", + "Migrate and cleanup admin theming images" : "Migrer et nettoyer les images du thème admin", "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Dans certains cas, les raccourcis clavier peuvent interférer avec les outils d'accessibilité. Afin de vous permettre de vous concentrer correctement sur votre outil, vous pouvez désactiver tous les raccourcis clavier ici. Cela désactivera également tous les raccourcis disponibles dans les applications.", "Pick from Files" : "Sélectionner dans Fichiers", "Default image" : "Image par défaut", diff --git a/apps/theming/l10n/lt_LT.js b/apps/theming/l10n/lt_LT.js index 904df65b840..b359b8a69eb 100644 --- a/apps/theming/l10n/lt_LT.js +++ b/apps/theming/l10n/lt_LT.js @@ -61,9 +61,13 @@ OC.L10N.register( "User settings" : "Naudotojo nustatymai", "Keyboard shortcuts" : "Spartieji klavišai", "Background" : "Fonas", + "Customization has been disabled by your administrator" : "Administratorius yra išjungęs tinkinimus", "Set a custom background" : "Nustatyti tinkintą foną", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Mums universalioji prieiga yra labai svarbi. Mes sekame saityno standartus ir stengiamės, kad būtų galima viskuobe pelės ir pagalbinės programinės įrangos, tokios kaip ekrano skaitytuvė. Stengiamės atitikti {guidelines}Saityno turinio prieinamumo gairėms{linkend} 2.1 pagal AA lygmenį, o su didelio kontrasto apipavidalinimu netgi pagal AAA lygmenį.", + "Custom background" : "Tinkintas fonas", + "Default background" : "Numatytasis fonas", "Change color" : "Keisti spalvą", + "Remove background" : "Šalinti foną", "Reset to default" : "Atstatyti į numatytąjį", "Upload" : "Įkelti", "Remove background image" : "Šalinti foninį paveikslą", diff --git a/apps/theming/l10n/lt_LT.json b/apps/theming/l10n/lt_LT.json index 6fa004d1b83..f45a1c3bebd 100644 --- a/apps/theming/l10n/lt_LT.json +++ b/apps/theming/l10n/lt_LT.json @@ -59,9 +59,13 @@ "User settings" : "Naudotojo nustatymai", "Keyboard shortcuts" : "Spartieji klavišai", "Background" : "Fonas", + "Customization has been disabled by your administrator" : "Administratorius yra išjungęs tinkinimus", "Set a custom background" : "Nustatyti tinkintą foną", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Mums universalioji prieiga yra labai svarbi. Mes sekame saityno standartus ir stengiamės, kad būtų galima viskuobe pelės ir pagalbinės programinės įrangos, tokios kaip ekrano skaitytuvė. Stengiamės atitikti {guidelines}Saityno turinio prieinamumo gairėms{linkend} 2.1 pagal AA lygmenį, o su didelio kontrasto apipavidalinimu netgi pagal AAA lygmenį.", + "Custom background" : "Tinkintas fonas", + "Default background" : "Numatytasis fonas", "Change color" : "Keisti spalvą", + "Remove background" : "Šalinti foną", "Reset to default" : "Atstatyti į numatytąjį", "Upload" : "Įkelti", "Remove background image" : "Šalinti foninį paveikslą", diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index 4bbd5a5f17b..6622c78f773 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -21,6 +21,8 @@ OC.L10N.register( "Could not write file to disk" : "Não foi possível escrever no disco", "A PHP extension stopped the file upload" : "Uma extensão PHP parou o envio do arquivo", "No file uploaded" : "Nenhum arquivo enviado", + "Failed to clean up the old admin theming images folder" : "Falha ao limpar a antiga pasta de imagens temáticas do administrador", + "Failed to cleanup the old admin image folder" : "Falha ao limpar a antiga pasta de imagens do administrador", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Você já está usando um tema personalizado. As configurações do aplicativo Theming podem ser sobrescritas por isso.", "Theming" : "Personalização", "Appearance and accessibility" : "Aparência e acessibilidade", @@ -93,6 +95,7 @@ OC.L10N.register( "Login image" : "Imagem de login", "Upload new login background" : "Enviar nova imagem de fundo para o login", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte a imagens SVG para gerar favicons automaticamente, com base no logotipo e na cor enviados.", + "Migrate and cleanup admin theming images" : "Migrar e limpar imagens temáticas do administrador", "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Em alguns casos, os atalhos de teclado podem interferir nas ferramentas de acessibilidade. Para permitir o foco em sua ferramenta corretamente, você pode desativar todos os atalhos de teclado aqui. Isso também desativará todos os atalhos disponíveis nos aplicativos.", "Pick from Files" : "Escolher de Arquivos", "Default image" : "Imagem padrão", diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index 09f1d2b044b..d7a278f1cbd 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -19,6 +19,8 @@ "Could not write file to disk" : "Não foi possível escrever no disco", "A PHP extension stopped the file upload" : "Uma extensão PHP parou o envio do arquivo", "No file uploaded" : "Nenhum arquivo enviado", + "Failed to clean up the old admin theming images folder" : "Falha ao limpar a antiga pasta de imagens temáticas do administrador", + "Failed to cleanup the old admin image folder" : "Falha ao limpar a antiga pasta de imagens do administrador", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Você já está usando um tema personalizado. As configurações do aplicativo Theming podem ser sobrescritas por isso.", "Theming" : "Personalização", "Appearance and accessibility" : "Aparência e acessibilidade", @@ -91,6 +93,7 @@ "Login image" : "Imagem de login", "Upload new login background" : "Enviar nova imagem de fundo para o login", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte a imagens SVG para gerar favicons automaticamente, com base no logotipo e na cor enviados.", + "Migrate and cleanup admin theming images" : "Migrar e limpar imagens temáticas do administrador", "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Em alguns casos, os atalhos de teclado podem interferir nas ferramentas de acessibilidade. Para permitir o foco em sua ferramenta corretamente, você pode desativar todos os atalhos de teclado aqui. Isso também desativará todos os atalhos disponíveis nos aplicativos.", "Pick from Files" : "Escolher de Arquivos", "Default image" : "Imagem padrão", diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js index 74900dc7498..9054ac3c353 100644 --- a/apps/theming/l10n/sv.js +++ b/apps/theming/l10n/sv.js @@ -21,6 +21,7 @@ OC.L10N.register( "Could not write file to disk" : "Kunde inte skriva fil till disk", "A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdning", "No file uploaded" : "Ingen fil uppladdad", + "Failed to clean up the old admin theming images folder" : "Misslyckades att rensa den gamla admin tema-bildmappen", "Failed to cleanup the old admin image folder" : "Misslyckades att rensa den gamla admin bildmappen", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du använder redan ett anpassat tema. Dessa appinställningar kan skrivas över.", "Theming" : "Teman", diff --git a/apps/theming/l10n/sv.json b/apps/theming/l10n/sv.json index 0cbc836070d..4b534b14310 100644 --- a/apps/theming/l10n/sv.json +++ b/apps/theming/l10n/sv.json @@ -19,6 +19,7 @@ "Could not write file to disk" : "Kunde inte skriva fil till disk", "A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdning", "No file uploaded" : "Ingen fil uppladdad", + "Failed to clean up the old admin theming images folder" : "Misslyckades att rensa den gamla admin tema-bildmappen", "Failed to cleanup the old admin image folder" : "Misslyckades att rensa den gamla admin bildmappen", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du använder redan ett anpassat tema. Dessa appinställningar kan skrivas över.", "Theming" : "Teman", diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index 2dbcca696bd..f2da0683b55 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -21,6 +21,7 @@ OC.L10N.register( "Could not write file to disk" : "Dosya diske yazılamadı", "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "No file uploaded" : "Henüz bir dosya yüklenmemiş", + "Failed to clean up the old admin theming images folder" : "Eski yönetim temasının images klasörü temizlenemedi", "Failed to cleanup the old admin image folder" : "Eski yönetim image klasörü temizlenemedi", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Zaten özel bir tema kullanıyorsunuz. Tema uygulaması ayarları bu değer ile değiştirilebilir.", "Theming" : "Tema", diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index 756880c42d7..e0027941376 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -19,6 +19,7 @@ "Could not write file to disk" : "Dosya diske yazılamadı", "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "No file uploaded" : "Henüz bir dosya yüklenmemiş", + "Failed to clean up the old admin theming images folder" : "Eski yönetim temasının images klasörü temizlenemedi", "Failed to cleanup the old admin image folder" : "Eski yönetim image klasörü temizlenemedi", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Zaten özel bir tema kullanıyorsunuz. Tema uygulaması ayarları bu değer ile değiştirilebilir.", "Theming" : "Tema", diff --git a/apps/theming/l10n/zh_HK.js b/apps/theming/l10n/zh_HK.js index 7ea787fbc05..5e186a1f462 100644 --- a/apps/theming/l10n/zh_HK.js +++ b/apps/theming/l10n/zh_HK.js @@ -21,6 +21,7 @@ OC.L10N.register( "Could not write file to disk" : "寫入硬碟失敗", "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳", "No file uploaded" : "未上傳檔案", + "Failed to clean up the old admin theming images folder" : "無法清理舊的管理圖像資料夾", "Failed to cleanup the old admin image folder" : "無法清理舊的管理圖像資料夾", "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。", "Theming" : "佈景主題", diff --git a/apps/theming/l10n/zh_HK.json b/apps/theming/l10n/zh_HK.json index 3669ec77091..24e65a96b16 100644 --- a/apps/theming/l10n/zh_HK.json +++ b/apps/theming/l10n/zh_HK.json @@ -19,6 +19,7 @@ "Could not write file to disk" : "寫入硬碟失敗", "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳", "No file uploaded" : "未上傳檔案", + "Failed to clean up the old admin theming images folder" : "無法清理舊的管理圖像資料夾", "Failed to cleanup the old admin image folder" : "無法清理舊的管理圖像資料夾", "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。", "Theming" : "佈景主題", |