summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-02-23 02:27:57 +0000
committerNextcloud bot <bot@nextcloud.com>2022-02-23 02:27:57 +0000
commit5d82e62f5a6e78ed87422e9e982e3e55f8667e54 (patch)
tree2167c2fee8c13dd1663df9cd03bcb5a8eaceb7c3 /apps/theming
parentedfa6033b99338d4f18cfdfaa3d1e2b14691d638 (diff)
downloadnextcloud-server-5d82e62f5a6e78ed87422e9e982e3e55f8667e54.tar.gz
nextcloud-server-5d82e62f5a6e78ed87422e9e982e3e55f8667e54.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/l10n/bg.js20
-rw-r--r--apps/theming/l10n/bg.json20
-rw-r--r--apps/theming/l10n/ca.js16
-rw-r--r--apps/theming/l10n/ca.json16
-rw-r--r--apps/theming/l10n/da.js20
-rw-r--r--apps/theming/l10n/da.json20
-rw-r--r--apps/theming/l10n/pl.js2
-rw-r--r--apps/theming/l10n/pl.json2
-rw-r--r--apps/theming/l10n/pt_PT.js11
-rw-r--r--apps/theming/l10n/pt_PT.json11
-rw-r--r--apps/theming/l10n/zh_HK.js2
-rw-r--r--apps/theming/l10n/zh_HK.json2
12 files changed, 120 insertions, 22 deletions
diff --git a/apps/theming/l10n/bg.js b/apps/theming/l10n/bg.js
index 972255c1d8a..917513e06fa 100644
--- a/apps/theming/l10n/bg.js
+++ b/apps/theming/l10n/bg.js
@@ -1,27 +1,40 @@
OC.L10N.register(
"theming",
{
+ "Loading preview…" : "Визуализацията се зарежда …",
"Saved" : "Запазено",
"Admin" : "Админ",
"a safe home for all your data" : "безопасен дом за всички ваши данни",
"Name cannot be empty" : "Името не може да бъде празно",
"The given name is too long" : "Името е прекалено дълго",
"The given web address is too long" : "Въведеният уеб адрес е твърде дълъг",
+ "The given web address is not a valid URL" : "Въведеният уеб адрес не е валиден URL адрес",
+ "The given legal notice address is too long" : "Въведеният адрес за юридическо уведомление е твърде дълъг",
+ "The given legal notice address is not a valid URL" : "Въведеният адрес за юридическо уведомление не е валиден URL адрес",
+ "The given privacy policy address is too long" : "Въведеният адрес на политиката за поверителност е твърде дълъг",
+ "The given privacy policy address is not a valid URL" : "Въведеният адрес на политиката за поверителност не е валиден URL адрес",
"The given slogan is too long" : "Избраният лозунг е твърде дълъг",
"The given color is invalid" : "Избраният цвят е невалиден",
"The file was uploaded" : "Файлът е качен",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава директивата upload_max_filesize в php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
"The file was only partially uploaded" : "Файлът е качен частично",
"No file was uploaded" : "Нито един файл не е качен",
"Missing a temporary folder" : "Липсва временна папка",
+ "Could not write file to disk" : " Файлът не можа да бъде записан на диск",
+ "A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded" : "Няма качен файл",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Вече използвате персонализирана тема. Настройките на приложението за теми могат да бъдат презаписани от това.",
"Theming" : "Теми",
+ "Legal notice" : "Правно известие",
"Privacy policy" : "Политика за поверителност",
+ "Adjust the Nextcloud theme" : "Коригиране на темата на Nextcloud",
"Open documentation" : "Отвори документацията",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Чрез темите можете бързо и лесно за персонализирате вида на Nextcloud. Промените ще бъдат видими за всички потребители.",
"Name" : "Име",
"Reset to default" : "Настройки по подразбиране",
"Web link" : "URL",
+ "https://…" : "https://…",
"Slogan" : "Лозунг",
"Color" : "Цвят",
"Logo" : "Лого",
@@ -30,7 +43,12 @@ OC.L10N.register(
"Upload new login background" : "Качване на нов фон за входа",
"Remove background image" : "Премахни фоновото изображение",
"Advanced options" : "Допълнителни опции",
+ "Legal notice link" : "Връзка за правно известие",
+ "Privacy policy link" : "Връзка към политиката за поверителност",
"Header logo" : "Главно лого",
- "Favicon" : "Фавиконка"
+ "Upload new header logo" : "Качване на ново лого на заглавката",
+ "Favicon" : "Фавиконка",
+ "Upload new favicon" : "Качване на нов фавикон",
+ "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Инсталирайте разширението Imagemagick PHP с поддръжка за SVG изображения, за да генерирате автоматично фавикони въз основа на каченото лого и цвят."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/theming/l10n/bg.json b/apps/theming/l10n/bg.json
index 37047b89df5..92a7b5bc9ef 100644
--- a/apps/theming/l10n/bg.json
+++ b/apps/theming/l10n/bg.json
@@ -1,25 +1,38 @@
{ "translations": {
+ "Loading preview…" : "Визуализацията се зарежда …",
"Saved" : "Запазено",
"Admin" : "Админ",
"a safe home for all your data" : "безопасен дом за всички ваши данни",
"Name cannot be empty" : "Името не може да бъде празно",
"The given name is too long" : "Името е прекалено дълго",
"The given web address is too long" : "Въведеният уеб адрес е твърде дълъг",
+ "The given web address is not a valid URL" : "Въведеният уеб адрес не е валиден URL адрес",
+ "The given legal notice address is too long" : "Въведеният адрес за юридическо уведомление е твърде дълъг",
+ "The given legal notice address is not a valid URL" : "Въведеният адрес за юридическо уведомление не е валиден URL адрес",
+ "The given privacy policy address is too long" : "Въведеният адрес на политиката за поверителност е твърде дълъг",
+ "The given privacy policy address is not a valid URL" : "Въведеният адрес на политиката за поверителност не е валиден URL адрес",
"The given slogan is too long" : "Избраният лозунг е твърде дълъг",
"The given color is invalid" : "Избраният цвят е невалиден",
"The file was uploaded" : "Файлът е качен",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава директивата upload_max_filesize в php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
"The file was only partially uploaded" : "Файлът е качен частично",
"No file was uploaded" : "Нито един файл не е качен",
"Missing a temporary folder" : "Липсва временна папка",
+ "Could not write file to disk" : " Файлът не можа да бъде записан на диск",
+ "A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded" : "Няма качен файл",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Вече използвате персонализирана тема. Настройките на приложението за теми могат да бъдат презаписани от това.",
"Theming" : "Теми",
+ "Legal notice" : "Правно известие",
"Privacy policy" : "Политика за поверителност",
+ "Adjust the Nextcloud theme" : "Коригиране на темата на Nextcloud",
"Open documentation" : "Отвори документацията",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Чрез темите можете бързо и лесно за персонализирате вида на Nextcloud. Промените ще бъдат видими за всички потребители.",
"Name" : "Име",
"Reset to default" : "Настройки по подразбиране",
"Web link" : "URL",
+ "https://…" : "https://…",
"Slogan" : "Лозунг",
"Color" : "Цвят",
"Logo" : "Лого",
@@ -28,7 +41,12 @@
"Upload new login background" : "Качване на нов фон за входа",
"Remove background image" : "Премахни фоновото изображение",
"Advanced options" : "Допълнителни опции",
+ "Legal notice link" : "Връзка за правно известие",
+ "Privacy policy link" : "Връзка към политиката за поверителност",
"Header logo" : "Главно лого",
- "Favicon" : "Фавиконка"
+ "Upload new header logo" : "Качване на ново лого на заглавката",
+ "Favicon" : "Фавиконка",
+ "Upload new favicon" : "Качване на нов фавикон",
+ "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Инсталирайте разширението Imagemagick PHP с поддръжка за SVG изображения, за да генерирате автоматично фавикони въз основа на каченото лого и цвят."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/theming/l10n/ca.js b/apps/theming/l10n/ca.js
index 68bff4fc5d5..f6d65ef5172 100644
--- a/apps/theming/l10n/ca.js
+++ b/apps/theming/l10n/ca.js
@@ -4,31 +4,31 @@ OC.L10N.register(
"Loading preview…" : "S'està carregant la previsualització...",
"Saved" : "Desat",
"Admin" : "Administrador",
- "a safe home for all your data" : "un lloc segur per a les vostres dades",
- "Name cannot be empty" : "El nom del fitxer no pot estar buit",
- "The given name is too long" : "El nom introduït és massa llarg",
+ "a safe home for all your data" : "Un lloc segur per a les vostres dades",
+ "Name cannot be empty" : "El nom no pot estar buit",
+ "The given name is too long" : "El nom proporcionat és massa llarg",
"The given web address is too long" : "L'adreça web proporcionada és massa llarga",
- "The given web address is not a valid URL" : "L'adreça web no és una URL vàlida",
+ "The given web address is not a valid URL" : "L'adreça web proporcionada no és un URL vàlid",
"The given legal notice address is too long" : "L'adreça d'avís legal és massa llarga",
"The given legal notice address is not a valid URL" : "L'adreça proporcionada per notificacions no és una URL vàlida",
"The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga",
"The given privacy policy address is not a valid URL" : "L'adreça proporcionada per a la política de privacitat no és una URL vàlida",
"The given slogan is too long" : "L'eslògan proporcionat és massa llarg",
"The given color is invalid" : "El color proporcionat no és vàlid",
- "The file was uploaded" : "S'ha carregat el fitxer",
+ "The file was uploaded" : "S'ha pujat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat supera la directiva upload_max_filesize a php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML",
"The file was only partially uploaded" : "El fitxer només es ha estat carregat parcialment",
- "No file was uploaded" : "No s'ha carregat cap fitxer",
+ "No file was uploaded" : "No s'ha pujat cap fitxer",
"Missing a temporary folder" : "Falta una carpeta temporal",
- "Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
+ "Could not write file to disk" : "No s’ha pogut escriure el fitxer en el disc",
"A PHP extension stopped the file upload" : "Una extensió de PHP ha aturat la càrrega del fitxer",
"No file uploaded" : "No s'ha carregat cap fitxer",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ja esteu fent servir un tema propi. La configuració de l'aplicació s'hauria d'haver modificat.",
"Theming" : "Aparença",
"Legal notice" : "Avís legal",
"Privacy policy" : "Política de privadesa",
- "Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
+ "Adjust the Nextcloud theme" : "Ajusteu el tema del Nextcloud",
"Open documentation" : "Obre la documentació",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "L'aparença permet personalitzar fàcilment l'aspecte de la vostra web i dels clients. Això serà visible per a tots els usuaris.",
"Name" : "Nom",
diff --git a/apps/theming/l10n/ca.json b/apps/theming/l10n/ca.json
index 794ccca34bf..c655ba85373 100644
--- a/apps/theming/l10n/ca.json
+++ b/apps/theming/l10n/ca.json
@@ -2,31 +2,31 @@
"Loading preview…" : "S'està carregant la previsualització...",
"Saved" : "Desat",
"Admin" : "Administrador",
- "a safe home for all your data" : "un lloc segur per a les vostres dades",
- "Name cannot be empty" : "El nom del fitxer no pot estar buit",
- "The given name is too long" : "El nom introduït és massa llarg",
+ "a safe home for all your data" : "Un lloc segur per a les vostres dades",
+ "Name cannot be empty" : "El nom no pot estar buit",
+ "The given name is too long" : "El nom proporcionat és massa llarg",
"The given web address is too long" : "L'adreça web proporcionada és massa llarga",
- "The given web address is not a valid URL" : "L'adreça web no és una URL vàlida",
+ "The given web address is not a valid URL" : "L'adreça web proporcionada no és un URL vàlid",
"The given legal notice address is too long" : "L'adreça d'avís legal és massa llarga",
"The given legal notice address is not a valid URL" : "L'adreça proporcionada per notificacions no és una URL vàlida",
"The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga",
"The given privacy policy address is not a valid URL" : "L'adreça proporcionada per a la política de privacitat no és una URL vàlida",
"The given slogan is too long" : "L'eslògan proporcionat és massa llarg",
"The given color is invalid" : "El color proporcionat no és vàlid",
- "The file was uploaded" : "S'ha carregat el fitxer",
+ "The file was uploaded" : "S'ha pujat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat supera la directiva upload_max_filesize a php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML",
"The file was only partially uploaded" : "El fitxer només es ha estat carregat parcialment",
- "No file was uploaded" : "No s'ha carregat cap fitxer",
+ "No file was uploaded" : "No s'ha pujat cap fitxer",
"Missing a temporary folder" : "Falta una carpeta temporal",
- "Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
+ "Could not write file to disk" : "No s’ha pogut escriure el fitxer en el disc",
"A PHP extension stopped the file upload" : "Una extensió de PHP ha aturat la càrrega del fitxer",
"No file uploaded" : "No s'ha carregat cap fitxer",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ja esteu fent servir un tema propi. La configuració de l'aplicació s'hauria d'haver modificat.",
"Theming" : "Aparença",
"Legal notice" : "Avís legal",
"Privacy policy" : "Política de privadesa",
- "Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
+ "Adjust the Nextcloud theme" : "Ajusteu el tema del Nextcloud",
"Open documentation" : "Obre la documentació",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "L'aparença permet personalitzar fàcilment l'aspecte de la vostra web i dels clients. Això serà visible per a tots els usuaris.",
"Name" : "Nom",
diff --git a/apps/theming/l10n/da.js b/apps/theming/l10n/da.js
index fea17459ba6..326f7da5341 100644
--- a/apps/theming/l10n/da.js
+++ b/apps/theming/l10n/da.js
@@ -5,22 +5,36 @@ OC.L10N.register(
"Saved" : "Gemt",
"Admin" : "Admin",
"a safe home for all your data" : "Et sikket hjem til alt dit data",
+ "Name cannot be empty" : "Navn må ikke være tomt",
"The given name is too long" : "Navnet er for langt",
"The given web address is too long" : "Webadressen er for lang",
+ "The given web address is not a valid URL" : "Den angivne webadresse er ikke en gyldig URL",
+ "The given legal notice address is too long" : "Den angivne juridiske meddelelsesadresse er for lang",
+ "The given legal notice address is not a valid URL" : "Den angivne juridiske meddelelsesadresse er ikke en gyldig URL",
+ "The given privacy policy address is too long" : "Den angivne adresse til privatlivspolitikken er for lang",
+ "The given privacy policy address is not a valid URL" : "Den angivne adresse til privatlivspolitikken er ikke en gyldig URL",
"The given slogan is too long" : "Sloganet er for langt",
"The given color is invalid" : "Farven er ikke gyldig",
+ "The file was uploaded" : "Filen blev uploadet",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
+ "The file was only partially uploaded" : "Filen blev kun delvist uploadet",
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
+ "Could not write file to disk" : "Kunne ikke skrive fil til disk",
+ "A PHP extension stopped the file upload" : "En PHP-udvidelse stoppede filoverførslen",
"No file uploaded" : "Ingen fil uploadet",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruger allerede et brugerdefineret tema. Theming app-indstillinger kan blive overskrevet af det.",
"Theming" : "Temaer",
"Legal notice" : "Juridisk notits",
"Privacy policy" : "Fortrolighedspolitik",
+ "Adjust the Nextcloud theme" : "Juster Nextcloud-temaet",
"Open documentation" : "Åbn dokumentation",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temaer gør det muligt nemt at tilpasse udseendet på din installation og understøttede klienter. Dette vil være synlig for alle brugere.",
"Name" : "Navn",
"Reset to default" : "Nulstil",
+ "Web link" : "Web link",
+ "https://…" : "https://…",
"Slogan" : "Slogan",
"Color" : "Farve",
"Logo" : "Logo",
@@ -29,6 +43,12 @@ OC.L10N.register(
"Upload new login background" : "Upload nyt login billede",
"Remove background image" : "Fjern baggrundsbillede",
"Advanced options" : "Avancerede indstillinger",
+ "Legal notice link" : "Link til juridisk meddelelse",
+ "Privacy policy link" : "Fortrolighedspolitik link",
+ "Header logo" : "Overskriftslogo",
+ "Upload new header logo" : "Upload nyt header-logo",
+ "Favicon" : "Favicon",
+ "Upload new favicon" : "Upload nyt favicon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer Imagemagick PHP udvidelsen med SVG support for automatisk at genererer favikoner baseret på the uploadede logo og farver."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/theming/l10n/da.json b/apps/theming/l10n/da.json
index 8f2d2882e53..b38a9ecf3fc 100644
--- a/apps/theming/l10n/da.json
+++ b/apps/theming/l10n/da.json
@@ -3,22 +3,36 @@
"Saved" : "Gemt",
"Admin" : "Admin",
"a safe home for all your data" : "Et sikket hjem til alt dit data",
+ "Name cannot be empty" : "Navn må ikke være tomt",
"The given name is too long" : "Navnet er for langt",
"The given web address is too long" : "Webadressen er for lang",
+ "The given web address is not a valid URL" : "Den angivne webadresse er ikke en gyldig URL",
+ "The given legal notice address is too long" : "Den angivne juridiske meddelelsesadresse er for lang",
+ "The given legal notice address is not a valid URL" : "Den angivne juridiske meddelelsesadresse er ikke en gyldig URL",
+ "The given privacy policy address is too long" : "Den angivne adresse til privatlivspolitikken er for lang",
+ "The given privacy policy address is not a valid URL" : "Den angivne adresse til privatlivspolitikken er ikke en gyldig URL",
"The given slogan is too long" : "Sloganet er for langt",
"The given color is invalid" : "Farven er ikke gyldig",
+ "The file was uploaded" : "Filen blev uploadet",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
+ "The file was only partially uploaded" : "Filen blev kun delvist uploadet",
"No file was uploaded" : "Ingen fil uploadet",
"Missing a temporary folder" : "Manglende midlertidig mappe.",
+ "Could not write file to disk" : "Kunne ikke skrive fil til disk",
+ "A PHP extension stopped the file upload" : "En PHP-udvidelse stoppede filoverførslen",
"No file uploaded" : "Ingen fil uploadet",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruger allerede et brugerdefineret tema. Theming app-indstillinger kan blive overskrevet af det.",
"Theming" : "Temaer",
"Legal notice" : "Juridisk notits",
"Privacy policy" : "Fortrolighedspolitik",
+ "Adjust the Nextcloud theme" : "Juster Nextcloud-temaet",
"Open documentation" : "Åbn dokumentation",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temaer gør det muligt nemt at tilpasse udseendet på din installation og understøttede klienter. Dette vil være synlig for alle brugere.",
"Name" : "Navn",
"Reset to default" : "Nulstil",
+ "Web link" : "Web link",
+ "https://…" : "https://…",
"Slogan" : "Slogan",
"Color" : "Farve",
"Logo" : "Logo",
@@ -27,6 +41,12 @@
"Upload new login background" : "Upload nyt login billede",
"Remove background image" : "Fjern baggrundsbillede",
"Advanced options" : "Avancerede indstillinger",
+ "Legal notice link" : "Link til juridisk meddelelse",
+ "Privacy policy link" : "Fortrolighedspolitik link",
+ "Header logo" : "Overskriftslogo",
+ "Upload new header logo" : "Upload nyt header-logo",
+ "Favicon" : "Favicon",
+ "Upload new favicon" : "Upload nyt favicon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer Imagemagick PHP udvidelsen med SVG support for automatisk at genererer favikoner baseret på the uploadede logo og farver."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js
index 2455fc6b853..a7136f76cae 100644
--- a/apps/theming/l10n/pl.js
+++ b/apps/theming/l10n/pl.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"theming",
{
- "Loading preview…" : "Ładowanie podglądu…",
+ "Loading preview…" : "Wczytywanie podglądu…",
"Saved" : "Zapisano",
"Admin" : "Administrator",
"a safe home for all your data" : "bezpieczny dom dla wszystkich danych",
diff --git a/apps/theming/l10n/pl.json b/apps/theming/l10n/pl.json
index d9d93bd9844..9f562e91a1e 100644
--- a/apps/theming/l10n/pl.json
+++ b/apps/theming/l10n/pl.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Loading preview…" : "Ładowanie podglądu…",
+ "Loading preview…" : "Wczytywanie podglądu…",
"Saved" : "Zapisano",
"Admin" : "Administrator",
"a safe home for all your data" : "bezpieczny dom dla wszystkich danych",
diff --git a/apps/theming/l10n/pt_PT.js b/apps/theming/l10n/pt_PT.js
index d1a6342df9d..fc9d3670d5a 100644
--- a/apps/theming/l10n/pt_PT.js
+++ b/apps/theming/l10n/pt_PT.js
@@ -8,16 +8,25 @@ OC.L10N.register(
"Name cannot be empty" : "O Nome não pode estar vazio",
"The given name is too long" : "O nome atribuído é demasiado longo",
"The given web address is too long" : "O endereço web atribuído é demasiado longo",
+ "The given web address is not a valid URL" : "O endereço web indicado não é um URL válido",
+ "The given privacy policy address is too long" : "O endereço da política de privacidade é muito longo",
+ "The given privacy policy address is not a valid URL" : "O endereço da política de privacidade não é um URL válido",
"The given slogan is too long" : "O slogan atribuído é demasiado longo",
"The given color is invalid" : "A cor atribuída é inválida",
+ "The file was uploaded" : "O ficheiro foi carregado",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro carregado excede a directiva upload_max_filesize no php.ini ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro carregado excedo a directiva MAX_FILE_SIZE especificada no formulário HTML",
+ "The file was only partially uploaded" : "O ficheiro foi apenas parcialmente carregado",
"No file was uploaded" : "O ficheiro foi carregado",
"Missing a temporary folder" : "Falta uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível escrever o ficheiro no disco.",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP parou o carregamento do ficheiro",
"No file uploaded" : "Nenhum ficheiro carregado",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Já está a usar um tema personalizado. As configurações da aplicação Theming podem ser substituídas por isso.",
"Theming" : "Temática",
"Legal notice" : "Informação legal",
"Privacy policy" : "Política de privacidade",
+ "Adjust the Nextcloud theme" : "Configurar o tema do Nextcloud",
"Open documentation" : "Abrir documentação",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "A tematização possibilita a fácil personalização da aparência da sua instância e clientes suportados. Isto será visível para todos os utilizadores",
"Name" : "Nome",
@@ -36,6 +45,8 @@ OC.L10N.register(
"Privacy policy link" : "Ligação da politica de privacidade",
"Header logo" : "Logótipo do cabeçalho",
"Upload new header logo" : "Carregar logótipo do cabeçalho",
+ "Favicon" : "Favicon",
+ "Upload new favicon" : "Carregar novo favicon",
"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 para imagens SVG para gerar automaticamente favicons com base na cor e no logotipo carregado."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/theming/l10n/pt_PT.json b/apps/theming/l10n/pt_PT.json
index 742aecbe7fd..283a9883ad1 100644
--- a/apps/theming/l10n/pt_PT.json
+++ b/apps/theming/l10n/pt_PT.json
@@ -6,16 +6,25 @@
"Name cannot be empty" : "O Nome não pode estar vazio",
"The given name is too long" : "O nome atribuído é demasiado longo",
"The given web address is too long" : "O endereço web atribuído é demasiado longo",
+ "The given web address is not a valid URL" : "O endereço web indicado não é um URL válido",
+ "The given privacy policy address is too long" : "O endereço da política de privacidade é muito longo",
+ "The given privacy policy address is not a valid URL" : "O endereço da política de privacidade não é um URL válido",
"The given slogan is too long" : "O slogan atribuído é demasiado longo",
"The given color is invalid" : "A cor atribuída é inválida",
+ "The file was uploaded" : "O ficheiro foi carregado",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro carregado excede a directiva upload_max_filesize no php.ini ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro carregado excedo a directiva MAX_FILE_SIZE especificada no formulário HTML",
+ "The file was only partially uploaded" : "O ficheiro foi apenas parcialmente carregado",
"No file was uploaded" : "O ficheiro foi carregado",
"Missing a temporary folder" : "Falta uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível escrever o ficheiro no disco.",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP parou o carregamento do ficheiro",
"No file uploaded" : "Nenhum ficheiro carregado",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Já está a usar um tema personalizado. As configurações da aplicação Theming podem ser substituídas por isso.",
"Theming" : "Temática",
"Legal notice" : "Informação legal",
"Privacy policy" : "Política de privacidade",
+ "Adjust the Nextcloud theme" : "Configurar o tema do Nextcloud",
"Open documentation" : "Abrir documentação",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "A tematização possibilita a fácil personalização da aparência da sua instância e clientes suportados. Isto será visível para todos os utilizadores",
"Name" : "Nome",
@@ -34,6 +43,8 @@
"Privacy policy link" : "Ligação da politica de privacidade",
"Header logo" : "Logótipo do cabeçalho",
"Upload new header logo" : "Carregar logótipo do cabeçalho",
+ "Favicon" : "Favicon",
+ "Upload new favicon" : "Carregar novo favicon",
"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 para imagens SVG para gerar automaticamente favicons com base na cor e no logotipo carregado."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/theming/l10n/zh_HK.js b/apps/theming/l10n/zh_HK.js
index 662acde2343..8e3cf62c97b 100644
--- a/apps/theming/l10n/zh_HK.js
+++ b/apps/theming/l10n/zh_HK.js
@@ -16,7 +16,7 @@ OC.L10N.register(
"The given slogan is too long" : "指定的標語太長",
"The given color is invalid" : "指定的顏色無效",
"The file was uploaded" : "檔案已上傳",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",
"The file was only partially uploaded" : "檔案僅部份上傳",
"No file was uploaded" : "沒有檔案被上傳",
diff --git a/apps/theming/l10n/zh_HK.json b/apps/theming/l10n/zh_HK.json
index e7de06b3f8e..54a743ed9e1 100644
--- a/apps/theming/l10n/zh_HK.json
+++ b/apps/theming/l10n/zh_HK.json
@@ -14,7 +14,7 @@
"The given slogan is too long" : "指定的標語太長",
"The given color is invalid" : "指定的顏色無效",
"The file was uploaded" : "檔案已上傳",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",
"The file was only partially uploaded" : "檔案僅部份上傳",
"No file was uploaded" : "沒有檔案被上傳",