aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/admin_audit/l10n/ca.js4
-rw-r--r--apps/admin_audit/l10n/ca.json4
-rw-r--r--apps/dashboard/l10n/th.js31
-rw-r--r--apps/dashboard/l10n/th.json29
-rw-r--r--apps/dav/l10n/nl.js6
-rw-r--r--apps/dav/l10n/nl.json6
-rw-r--r--apps/federation/l10n/ca.js16
-rw-r--r--apps/federation/l10n/ca.json16
-rw-r--r--apps/settings/l10n/cs.js2
-rw-r--r--apps/settings/l10n/cs.json2
-rw-r--r--apps/sharebymail/l10n/nl.js20
-rw-r--r--apps/sharebymail/l10n/nl.json20
-rw-r--r--apps/theming/l10n/ca.js6
-rw-r--r--apps/theming/l10n/ca.json6
-rw-r--r--apps/twofactor_backupcodes/l10n/pl.js2
-rw-r--r--apps/twofactor_backupcodes/l10n/pl.json2
-rw-r--r--apps/user_status/l10n/th.js38
-rw-r--r--apps/user_status/l10n/th.json36
18 files changed, 190 insertions, 56 deletions
diff --git a/apps/admin_audit/l10n/ca.js b/apps/admin_audit/l10n/ca.js
index 925f6e4b0e7..209fba0480e 100644
--- a/apps/admin_audit/l10n/ca.js
+++ b/apps/admin_audit/l10n/ca.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"admin_audit",
{
- "Auditing / Logging" : "Auditoria/Registre",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacitats de registre per a Nextcloud, com ara registre d’accés a fitxers o d’altres accions sensibles."
+ "Auditing / Logging" : "Auditoria/registre",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona funcionalitats de registre per al Nextcloud, com ara un registre d'accés a fitxers o altres accions relacionades amb la confidencialitat."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/ca.json b/apps/admin_audit/l10n/ca.json
index f7a526b54fd..02a71aeaf2c 100644
--- a/apps/admin_audit/l10n/ca.json
+++ b/apps/admin_audit/l10n/ca.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Auditing / Logging" : "Auditoria/Registre",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacitats de registre per a Nextcloud, com ara registre d’accés a fitxers o d’altres accions sensibles."
+ "Auditing / Logging" : "Auditoria/registre",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona funcionalitats de registre per al Nextcloud, com ara un registre d'accés a fitxers o altres accions relacionades amb la confidencialitat."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/dashboard/l10n/th.js b/apps/dashboard/l10n/th.js
new file mode 100644
index 00000000000..49af58891b0
--- /dev/null
+++ b/apps/dashboard/l10n/th.js
@@ -0,0 +1,31 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "แดชบอร์ด",
+ "Dashboard app" : "แอปแดชบอร์ด",
+ "Show something" : "แสดงบางอย่าง",
+ "Customize" : "ปรับแต่ง",
+ "Edit widgets" : "แก้ไข วิดเจ็ต",
+ "Get more widgets from the app store" : "เพิ่ม วิดเจ็ต จาก แอปสโตร์",
+ "Change background image" : "เปลี่ยน รูปภาพ พื้นหลัง",
+ "Weather service" : "บริการ สภาพอากาศ",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "สำหรับความเป็นส่วนตัวของ ข้อมูลสภาพอากาศเป็นการร้องขอในนาม Nextcloud เซิร์ฟเวอร์ ของคุณ ดังนั้นบริการสภาพอากาศจึงไม่ได้รับ หรือจัดเก็บ ข้อมูลส่วนบุคคล",
+ "Weather data from Met.no" : "ข้อมูลสภาพอากาศจาก Met.no",
+ "geocoding with Nominatim" : "พิกัดภูมิศาสตร์ จาก Nominatim",
+ "elevation data from OpenTopoData" : "ข้อมูลความสูงจาก OpenTopoData",
+ "Weather" : "สภาพอากาศ",
+ "Status" : "สถานะ",
+ "Good evening, {name}" : "สายัณห์สวัสดิ์ {name}",
+ "Good evening" : "สายัณห์สวัสดิ์",
+ "Good afternoon, {name}" : "ทิวาสวัสดิ์ {name}",
+ "Good afternoon" : "ทิวาสวัสดิ์",
+ "Good morning, {name}" : "อรุณสวัสดิ์ {name}",
+ "Good morning" : "อรุณสวัสดิ์",
+ "Good night, {name}" : "ราตรีสวัสดิ์ {name}",
+ "Good night" : "ราตรีสวัสดิ์",
+ "Pick from files" : "เลือกจากไฟล์",
+ "Default images" : "รูปภาพเริ่มต้น",
+ "Plain background" : "พื้นหลังธรรมดา",
+ "Insert from {productName}" : "แทรกจาก {productName}"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/dashboard/l10n/th.json b/apps/dashboard/l10n/th.json
new file mode 100644
index 00000000000..bf9edbb7d93
--- /dev/null
+++ b/apps/dashboard/l10n/th.json
@@ -0,0 +1,29 @@
+{ "translations": {
+ "Dashboard" : "แดชบอร์ด",
+ "Dashboard app" : "แอปแดชบอร์ด",
+ "Show something" : "แสดงบางอย่าง",
+ "Customize" : "ปรับแต่ง",
+ "Edit widgets" : "แก้ไข วิดเจ็ต",
+ "Get more widgets from the app store" : "เพิ่ม วิดเจ็ต จาก แอปสโตร์",
+ "Change background image" : "เปลี่ยน รูปภาพ พื้นหลัง",
+ "Weather service" : "บริการ สภาพอากาศ",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "สำหรับความเป็นส่วนตัวของ ข้อมูลสภาพอากาศเป็นการร้องขอในนาม Nextcloud เซิร์ฟเวอร์ ของคุณ ดังนั้นบริการสภาพอากาศจึงไม่ได้รับ หรือจัดเก็บ ข้อมูลส่วนบุคคล",
+ "Weather data from Met.no" : "ข้อมูลสภาพอากาศจาก Met.no",
+ "geocoding with Nominatim" : "พิกัดภูมิศาสตร์ จาก Nominatim",
+ "elevation data from OpenTopoData" : "ข้อมูลความสูงจาก OpenTopoData",
+ "Weather" : "สภาพอากาศ",
+ "Status" : "สถานะ",
+ "Good evening, {name}" : "สายัณห์สวัสดิ์ {name}",
+ "Good evening" : "สายัณห์สวัสดิ์",
+ "Good afternoon, {name}" : "ทิวาสวัสดิ์ {name}",
+ "Good afternoon" : "ทิวาสวัสดิ์",
+ "Good morning, {name}" : "อรุณสวัสดิ์ {name}",
+ "Good morning" : "อรุณสวัสดิ์",
+ "Good night, {name}" : "ราตรีสวัสดิ์ {name}",
+ "Good night" : "ราตรีสวัสดิ์",
+ "Pick from files" : "เลือกจากไฟล์",
+ "Default images" : "รูปภาพเริ่มต้น",
+ "Plain background" : "พื้นหลังธรรมดา",
+ "Insert from {productName}" : "แทรกจาก {productName}"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/nl.js b/apps/dav/l10n/nl.js
index 64738353196..97e3f05ebdb 100644
--- a/apps/dav/l10n/nl.js
+++ b/apps/dav/l10n/nl.js
@@ -107,9 +107,9 @@ OC.L10N.register(
"Notifications are sent via background jobs, so these must occur often enough." : "Meldingen worden via achtergrondtaken verstuurd, dus die moeten vaak genoeg plaatsvinden.",
"Enable notifications for events via push" : "Inschakelen push-melding voor afspraken",
"Hello %s," : "Hallo %s,",
- "The meeting »%1$s« with %2$s was canceled." : "De vergadering »%1$s« met %2$s is geannuleerd.",
- "The meeting »%1$s« with %2$s was updated." : "De vergadering »%1$s« met %2$s is bijgewerkt.",
- "%1$s invited you to »%2$s«" : "%1$s heeft je uitgenodigd voor »%2$s«",
+ "The meeting »%1$s« with %2$s was canceled." : "De vergadering \"%1$s\" met %2$s is geannuleerd.",
+ "The meeting »%1$s« with %2$s was updated." : "De vergadering \"%1$s\" met %2$s is bijgewerkt.",
+ "%1$s invited you to »%2$s«" : "%1$s heeft je uitgenodigd voor \"%2$s\"",
"When:" : "Wanneer:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/nl.json b/apps/dav/l10n/nl.json
index 095f8038b2a..583a8970216 100644
--- a/apps/dav/l10n/nl.json
+++ b/apps/dav/l10n/nl.json
@@ -105,9 +105,9 @@
"Notifications are sent via background jobs, so these must occur often enough." : "Meldingen worden via achtergrondtaken verstuurd, dus die moeten vaak genoeg plaatsvinden.",
"Enable notifications for events via push" : "Inschakelen push-melding voor afspraken",
"Hello %s," : "Hallo %s,",
- "The meeting »%1$s« with %2$s was canceled." : "De vergadering »%1$s« met %2$s is geannuleerd.",
- "The meeting »%1$s« with %2$s was updated." : "De vergadering »%1$s« met %2$s is bijgewerkt.",
- "%1$s invited you to »%2$s«" : "%1$s heeft je uitgenodigd voor »%2$s«",
+ "The meeting »%1$s« with %2$s was canceled." : "De vergadering \"%1$s\" met %2$s is geannuleerd.",
+ "The meeting »%1$s« with %2$s was updated." : "De vergadering \"%1$s\" met %2$s is bijgewerkt.",
+ "%1$s invited you to »%2$s«" : "%1$s heeft je uitgenodigd voor \"%2$s\"",
"When:" : "Wanneer:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/federation/l10n/ca.js b/apps/federation/l10n/ca.js
index e92547a6e22..3f128f7897e 100644
--- a/apps/federation/l10n/ca.js
+++ b/apps/federation/l10n/ca.js
@@ -1,17 +1,17 @@
OC.L10N.register(
"federation",
{
- "Added to the list of trusted servers" : "Afegeix a la llista de servidors de confiança",
- "Server is already in the list of trusted servers." : "El servidor ja està a la llista de servidors de confiança.",
- "No server to federate with found" : "No s'ha trobat cap servidor federat",
+ "Added to the list of trusted servers" : "S'ha afegit a la llista de servidors de confiança",
+ "Server is already in the list of trusted servers." : "El servidor ja es troba en la llista de servidors de confiança.",
+ "No server to federate with found" : "No s'ha trobat cap servidor amb què federar-se",
"Could not add server" : "No s'ha pogut afegir el servidor",
"Federation" : "Federació",
- "Federation allows you to connect with other trusted servers to exchange the user directory." : "La federació us permet connectar amb altres servidors de confiança per a intercanviar el directori d'usuari.",
- "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federació us permet connectar amb altres servidors de confiança per a intercanviar directoris d\\'usuari. Per exemple, això s\\'utilitzarà per als usuaris externs d'auto-completat per a l\\'ús compartit federat.",
+ "Federation allows you to connect with other trusted servers to exchange the user directory." : "La federació us permet connectar-vos amb altres servidors de confiança per a intercanviar la carpeta d'usuari.",
+ "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federació us permet connectar-vos amb altres servidors de confiança per a intercanviar carpetes d'usuari. Per exemple, s'utilitzarà per a proporcionar resultats d'emplenament automàtic d'usuaris externs per a l'ús compartit federat.",
"Trusted servers" : "Servidors de confiança",
- "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La federació li permet connectar-se amb altres servidors de confiança per intercanviar el directori d'usuari. Per exemple, això s'utilitzarà per completar automàticament els usuaris externs per a l'ús compartit federat. No cal afegir un servidor com a servidor de confiança per crear una compartició federada.",
- "Add server automatically once a federated share was created successfully" : "Afegeix servidor automàticament quan s'hagi creat una federació correctament",
- "+ Add trusted server" : "+ Afegeix servidor de confiança",
+ "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La federació us permet connectar-vos amb altres servidors de confiança per a intercanviar carpetes d'usuari. Per exemple, s'utilitzarà per a proporcionar resultats d'emplenament automàtic d'usuaris externs per a l'ús compartit federat. No cal afegir un servidor com a servidor de confiança per a crear un recurs d'ús compartit federat.",
+ "Add server automatically once a federated share was created successfully" : "Afegeix un servidor automàticament quan es creï un recurs d'ús compartit federat correctament",
+ "+ Add trusted server" : "+ Afegeix un servidor de confiança",
"Trusted server" : "Servidor de confiança",
"Add" : "Afegeix"
},
diff --git a/apps/federation/l10n/ca.json b/apps/federation/l10n/ca.json
index 31a29f6ea57..b209c4624d9 100644
--- a/apps/federation/l10n/ca.json
+++ b/apps/federation/l10n/ca.json
@@ -1,15 +1,15 @@
{ "translations": {
- "Added to the list of trusted servers" : "Afegeix a la llista de servidors de confiança",
- "Server is already in the list of trusted servers." : "El servidor ja està a la llista de servidors de confiança.",
- "No server to federate with found" : "No s'ha trobat cap servidor federat",
+ "Added to the list of trusted servers" : "S'ha afegit a la llista de servidors de confiança",
+ "Server is already in the list of trusted servers." : "El servidor ja es troba en la llista de servidors de confiança.",
+ "No server to federate with found" : "No s'ha trobat cap servidor amb què federar-se",
"Could not add server" : "No s'ha pogut afegir el servidor",
"Federation" : "Federació",
- "Federation allows you to connect with other trusted servers to exchange the user directory." : "La federació us permet connectar amb altres servidors de confiança per a intercanviar el directori d'usuari.",
- "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federació us permet connectar amb altres servidors de confiança per a intercanviar directoris d\\'usuari. Per exemple, això s\\'utilitzarà per als usuaris externs d'auto-completat per a l\\'ús compartit federat.",
+ "Federation allows you to connect with other trusted servers to exchange the user directory." : "La federació us permet connectar-vos amb altres servidors de confiança per a intercanviar la carpeta d'usuari.",
+ "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federació us permet connectar-vos amb altres servidors de confiança per a intercanviar carpetes d'usuari. Per exemple, s'utilitzarà per a proporcionar resultats d'emplenament automàtic d'usuaris externs per a l'ús compartit federat.",
"Trusted servers" : "Servidors de confiança",
- "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La federació li permet connectar-se amb altres servidors de confiança per intercanviar el directori d'usuari. Per exemple, això s'utilitzarà per completar automàticament els usuaris externs per a l'ús compartit federat. No cal afegir un servidor com a servidor de confiança per crear una compartició federada.",
- "Add server automatically once a federated share was created successfully" : "Afegeix servidor automàticament quan s'hagi creat una federació correctament",
- "+ Add trusted server" : "+ Afegeix servidor de confiança",
+ "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La federació us permet connectar-vos amb altres servidors de confiança per a intercanviar carpetes d'usuari. Per exemple, s'utilitzarà per a proporcionar resultats d'emplenament automàtic d'usuaris externs per a l'ús compartit federat. No cal afegir un servidor com a servidor de confiança per a crear un recurs d'ús compartit federat.",
+ "Add server automatically once a federated share was created successfully" : "Afegeix un servidor automàticament quan es creï un recurs d'ús compartit federat correctament",
+ "+ Add trusted server" : "+ Afegeix un servidor de confiança",
"Trusted server" : "Servidor de confiança",
"Add" : "Afegeix"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js
index 2b2e634224f..992dec8ab2c 100644
--- a/apps/settings/l10n/cs.js
+++ b/apps/settings/l10n/cs.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"settings",
{
- "Migration in progress. Please wait until the migration is finished" : "Migrace probíhá. Počkejte než bude dokončena",
+ "Migration in progress. Please wait until the migration is finished" : "Probíhá migrace. Vyčkejte jejího dokončení",
"Migration started …" : "Migrace spuštěna…",
"Saved" : "Uloženo",
"Not saved" : "Neuloženo",
diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json
index bd7e9fbb83a..8aeb2de1128 100644
--- a/apps/settings/l10n/cs.json
+++ b/apps/settings/l10n/cs.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Migration in progress. Please wait until the migration is finished" : "Migrace probíhá. Počkejte než bude dokončena",
+ "Migration in progress. Please wait until the migration is finished" : "Probíhá migrace. Vyčkejte jejího dokončení",
"Migration started …" : "Migrace spuštěna…",
"Saved" : "Uloženo",
"Not saved" : "Neuloženo",
diff --git a/apps/sharebymail/l10n/nl.js b/apps/sharebymail/l10n/nl.js
index 92ca511d85f..f3e94eceae0 100644
--- a/apps/sharebymail/l10n/nl.js
+++ b/apps/sharebymail/l10n/nl.js
@@ -27,21 +27,21 @@ OC.L10N.register(
"Sharing %1$s failed, this item is already shared with %2$s" : "Delen van %1$s is mislukt, omdat dit al gedeeld wordt met %2$s",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "We kunnen je geen automatisch gegenereerd wachtwoord toesturen. Vermeld een geldig e-mailadres in je persoonlijke instellingen en probeer het nogmaals.",
"Failed to send share by email" : "Versturen share per e-mail is mislukt",
- "%1$s shared »%2$s« with you" : "%1$s deelde »%2$s« met jou",
- "%1$s shared »%2$s« with you." : "%1$s deelde »%2$s« met jou.",
+ "%1$s shared »%2$s« with you" : "%1$s deelde \"%2$s\" met jou",
+ "%1$s shared »%2$s« with you." : "%1$s deelde \"%2$s\" met jou.",
"Click the button below to open it." : "Klik op onderstaande link om te openen.",
- "Open »%s«" : "Open »%s«",
+ "Open »%s«" : "Open \"%s\"",
"%1$s via %2$s" : "%1$s via %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s heeft \"%2$s\" met je gedeeld.\nJe moet al een aparte e-mail hebben ontvangen met een link om er te komen.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s heeft \"%2$s\" met je gedeeld. Je moet al een aparte e-mail hebben ontvangen met een link om er te komen.",
- "Password to access »%1$s« shared to you by %2$s" : "Wachtwoord voor toegang tot »%1$s« gedeeld met je door %2$s",
- "Password to access »%s«" : "Wachtwoord om binnen te komen »%s«",
+ "Password to access »%1$s« shared to you by %2$s" : "Wachtwoord voor toegang tot \"%1$s\" gedeeld met je door %2$s",
+ "Password to access »%s«" : "Wachtwoord om binnen te komen \"%s\"",
"It is protected with the following password:" : "Het is beveiligd met het volgende wachtwoord:",
- "%1$s shared »%2$s« with you and wants to add:" : "%1$s deelde »%2$s« met jou en wil toevoegen:",
- "%1$s shared »%2$s« with you and wants to add" : "%1$s deelde »%2$s« met jou en wil toevoegen",
- "»%s« added a note to a file shared with you" : "»%s« voegde een notitie toe aan een bestand dat met jou is gedeeld",
- "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Je deelde »%1$s« met %2$s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %3$s, moet het delen worden beveiligd met een wachtwoord en is het niet toegestaan het wachtwoord rechtstreeks naar de ontvanger te versturen. Hierdoor moet je het wachtwoord zelf handmatig naar de ontvanger sturen.",
- "Password to access »%1$s« shared by you with %2$s" : "Wachtwoord voor toegang tot »%1$s« door jou gedeeld met %2$s",
+ "%1$s shared »%2$s« with you and wants to add:" : "%1$s deelde \"%2$s\" met jou en wil toevoegen:",
+ "%1$s shared »%2$s« with you and wants to add" : "%1$s deelde \"%2$s\" met jou en wil toevoegen",
+ "»%s« added a note to a file shared with you" : "\"%s\" voegde een notitie toe aan een bestand dat met jou is gedeeld",
+ "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Je deelde \"%1$s\" met %2$s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %3$s, moet het delen worden beveiligd met een wachtwoord en is het niet toegestaan het wachtwoord rechtstreeks naar de ontvanger te versturen. Hierdoor moet je het wachtwoord zelf handmatig naar de ontvanger sturen.",
+ "Password to access »%1$s« shared by you with %2$s" : "Wachtwoord voor toegang tot \"%1$s\" door jou gedeeld met %2$s",
"This is the password:" : "Dit is het wachtwoord:",
"You can choose a different password at any time in the share dialog." : "Je kunt in de Delen-dialoog altijd een ander wachtwoord kiezen.",
"Could not find share" : "Kon gedeeld niet vinden",
diff --git a/apps/sharebymail/l10n/nl.json b/apps/sharebymail/l10n/nl.json
index 97d35213a8b..2a095710bed 100644
--- a/apps/sharebymail/l10n/nl.json
+++ b/apps/sharebymail/l10n/nl.json
@@ -25,21 +25,21 @@
"Sharing %1$s failed, this item is already shared with %2$s" : "Delen van %1$s is mislukt, omdat dit al gedeeld wordt met %2$s",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "We kunnen je geen automatisch gegenereerd wachtwoord toesturen. Vermeld een geldig e-mailadres in je persoonlijke instellingen en probeer het nogmaals.",
"Failed to send share by email" : "Versturen share per e-mail is mislukt",
- "%1$s shared »%2$s« with you" : "%1$s deelde »%2$s« met jou",
- "%1$s shared »%2$s« with you." : "%1$s deelde »%2$s« met jou.",
+ "%1$s shared »%2$s« with you" : "%1$s deelde \"%2$s\" met jou",
+ "%1$s shared »%2$s« with you." : "%1$s deelde \"%2$s\" met jou.",
"Click the button below to open it." : "Klik op onderstaande link om te openen.",
- "Open »%s«" : "Open »%s«",
+ "Open »%s«" : "Open \"%s\"",
"%1$s via %2$s" : "%1$s via %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s heeft \"%2$s\" met je gedeeld.\nJe moet al een aparte e-mail hebben ontvangen met een link om er te komen.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s heeft \"%2$s\" met je gedeeld. Je moet al een aparte e-mail hebben ontvangen met een link om er te komen.",
- "Password to access »%1$s« shared to you by %2$s" : "Wachtwoord voor toegang tot »%1$s« gedeeld met je door %2$s",
- "Password to access »%s«" : "Wachtwoord om binnen te komen »%s«",
+ "Password to access »%1$s« shared to you by %2$s" : "Wachtwoord voor toegang tot \"%1$s\" gedeeld met je door %2$s",
+ "Password to access »%s«" : "Wachtwoord om binnen te komen \"%s\"",
"It is protected with the following password:" : "Het is beveiligd met het volgende wachtwoord:",
- "%1$s shared »%2$s« with you and wants to add:" : "%1$s deelde »%2$s« met jou en wil toevoegen:",
- "%1$s shared »%2$s« with you and wants to add" : "%1$s deelde »%2$s« met jou en wil toevoegen",
- "»%s« added a note to a file shared with you" : "»%s« voegde een notitie toe aan een bestand dat met jou is gedeeld",
- "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Je deelde »%1$s« met %2$s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %3$s, moet het delen worden beveiligd met een wachtwoord en is het niet toegestaan het wachtwoord rechtstreeks naar de ontvanger te versturen. Hierdoor moet je het wachtwoord zelf handmatig naar de ontvanger sturen.",
- "Password to access »%1$s« shared by you with %2$s" : "Wachtwoord voor toegang tot »%1$s« door jou gedeeld met %2$s",
+ "%1$s shared »%2$s« with you and wants to add:" : "%1$s deelde \"%2$s\" met jou en wil toevoegen:",
+ "%1$s shared »%2$s« with you and wants to add" : "%1$s deelde \"%2$s\" met jou en wil toevoegen",
+ "»%s« added a note to a file shared with you" : "\"%s\" voegde een notitie toe aan een bestand dat met jou is gedeeld",
+ "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Je deelde \"%1$s\" met %2$s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %3$s, moet het delen worden beveiligd met een wachtwoord en is het niet toegestaan het wachtwoord rechtstreeks naar de ontvanger te versturen. Hierdoor moet je het wachtwoord zelf handmatig naar de ontvanger sturen.",
+ "Password to access »%1$s« shared by you with %2$s" : "Wachtwoord voor toegang tot \"%1$s\" door jou gedeeld met %2$s",
"This is the password:" : "Dit is het wachtwoord:",
"You can choose a different password at any time in the share dialog." : "Je kunt in de Delen-dialoog altijd een ander wachtwoord kiezen.",
"Could not find share" : "Kon gedeeld niet vinden",
diff --git a/apps/theming/l10n/ca.js b/apps/theming/l10n/ca.js
index 1782ebee5da..a7ef25b5bbc 100644
--- a/apps/theming/l10n/ca.js
+++ b/apps/theming/l10n/ca.js
@@ -29,7 +29,7 @@ OC.L10N.register(
"Legal notice" : "Avís legal",
"Privacy policy" : "Política de privadesa",
"Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
- "Open documentation" : "Obrir la documentació",
+ "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",
"Reset to default" : "Restableix als valors predeterminats",
@@ -38,7 +38,7 @@ OC.L10N.register(
"Slogan" : "Eslògan",
"Color" : "Color",
"Logo" : "Logotip",
- "Upload new logo" : "Carrega un nou logotip",
+ "Upload new logo" : "Puja un logotip nou",
"Login image" : "Imatge d'inici de sessió",
"Upload new login background" : "Carrega un nou fons d'inici de sessió",
"Remove background image" : "Suprimeix la imatge de fons",
@@ -46,7 +46,7 @@ OC.L10N.register(
"Legal notice link" : "Enllaç a l'avís legal",
"Privacy policy link" : "Enllaç a la política de privadesa",
"Header logo" : "Logotip de capçalera",
- "Upload new header logo" : "Carrega un nou logotip de capçalera",
+ "Upload new header logo" : "Puja un logotip de capçalera nou",
"Favicon" : "Icona de web",
"Upload new favicon" : "Carrega un nou favicon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·leu l'extensió PHP de l'ImageMagick compatible amb imatges SVG per generar automàticament una icona de web a partir del logotip pujat i del color.",
diff --git a/apps/theming/l10n/ca.json b/apps/theming/l10n/ca.json
index 47c9d6b069d..463c4a6e9d9 100644
--- a/apps/theming/l10n/ca.json
+++ b/apps/theming/l10n/ca.json
@@ -27,7 +27,7 @@
"Legal notice" : "Avís legal",
"Privacy policy" : "Política de privadesa",
"Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
- "Open documentation" : "Obrir la documentació",
+ "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",
"Reset to default" : "Restableix als valors predeterminats",
@@ -36,7 +36,7 @@
"Slogan" : "Eslògan",
"Color" : "Color",
"Logo" : "Logotip",
- "Upload new logo" : "Carrega un nou logotip",
+ "Upload new logo" : "Puja un logotip nou",
"Login image" : "Imatge d'inici de sessió",
"Upload new login background" : "Carrega un nou fons d'inici de sessió",
"Remove background image" : "Suprimeix la imatge de fons",
@@ -44,7 +44,7 @@
"Legal notice link" : "Enllaç a l'avís legal",
"Privacy policy link" : "Enllaç a la política de privadesa",
"Header logo" : "Logotip de capçalera",
- "Upload new header logo" : "Carrega un nou logotip de capçalera",
+ "Upload new header logo" : "Puja un logotip de capçalera nou",
"Favicon" : "Icona de web",
"Upload new favicon" : "Carrega un nou favicon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·leu l'extensió PHP de l'ImageMagick compatible amb imatges SVG per generar automàticament una icona de web a partir del logotip pujat i del color.",
diff --git a/apps/twofactor_backupcodes/l10n/pl.js b/apps/twofactor_backupcodes/l10n/pl.js
index d746892fd08..bfd5dabcfae 100644
--- a/apps/twofactor_backupcodes/l10n/pl.js
+++ b/apps/twofactor_backupcodes/l10n/pl.js
@@ -18,7 +18,7 @@ OC.L10N.register(
"An error occurred while generating your backup codes" : "Wystąpił błąd podczas generowania kodów zapasowych.",
"{name} backup codes" : "Kody kopii zapasowej {name}",
"Use one of the backup codes you saved when setting up two-factor authentication." : "Użyj jednego z kodów zapasowych zapisanych podczas konfigurowania uwierzytelniania dwuskładnikowego.",
- "Submit" : "Prześlij",
+ "Submit" : "Wyślij",
"_" : "_",
"_icon-loading-small_::_generate-backup-codes_" : ["mała ikona ładowania","małe ikony ładowania","małe ikony ładowania","generuj kody zapasowe"]
},
diff --git a/apps/twofactor_backupcodes/l10n/pl.json b/apps/twofactor_backupcodes/l10n/pl.json
index f73649d3b71..5aad520b003 100644
--- a/apps/twofactor_backupcodes/l10n/pl.json
+++ b/apps/twofactor_backupcodes/l10n/pl.json
@@ -16,7 +16,7 @@
"An error occurred while generating your backup codes" : "Wystąpił błąd podczas generowania kodów zapasowych.",
"{name} backup codes" : "Kody kopii zapasowej {name}",
"Use one of the backup codes you saved when setting up two-factor authentication." : "Użyj jednego z kodów zapasowych zapisanych podczas konfigurowania uwierzytelniania dwuskładnikowego.",
- "Submit" : "Prześlij",
+ "Submit" : "Wyślij",
"_" : "_",
"_icon-loading-small_::_generate-backup-codes_" : ["mała ikona ładowania","małe ikony ładowania","małe ikony ładowania","generuj kody zapasowe"]
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
diff --git a/apps/user_status/l10n/th.js b/apps/user_status/l10n/th.js
new file mode 100644
index 00000000000..2f50fcc0213
--- /dev/null
+++ b/apps/user_status/l10n/th.js
@@ -0,0 +1,38 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Recent statuses" : "สถานะล่าสุด",
+ "In a meeting" : "กำลังประชุม",
+ "Commuting" : "กำลังเดินทาง",
+ "Out sick" : "ป่วย",
+ "Vacationing" : "วันหยุดพักผ่อน",
+ "Working remotely" : "ทำงานจากระยะไกล",
+ "User status" : "สถานะผู้ใช้",
+ "Clear status message after" : "ลบข้อความสถานะภายหลัง",
+ "What's your status?" : "สถานะของคุณคืออะไร",
+ "Set status" : "กำหนดสถานะ",
+ "Online status" : "ออนไลน์",
+ "Status message" : "ข้อความสถานะ",
+ "Clear status message" : "ล้างข้อความสถานะ",
+ "Set status message" : "กำหนดสถานะข้อความ",
+ "There was an error saving the status" : "เกิดข้อผิดพลาด ในการบันทึกสถานะ",
+ "There was an error clearing the status" : "เกิดข้อผิดพลาด ในการลบสถานะ",
+ "No recent status changes" : "คงสถานะปัจจุบัน",
+ "Away" : "ไม่อยู่",
+ "Do not disturb" : "ห้ามรบกวน",
+ "{status}, {timestamp}" : "{status}, {timestamp}",
+ "Don't clear" : "ก็ไม่รู้สินะ",
+ "Today" : "วันนี้",
+ "This week" : "สัปดาห์นี้",
+ "Online" : "ออนไลน์",
+ "Invisible" : "ซ่อนสถานะ",
+ "Offline" : "ออฟไลน์",
+ "There was an error saving the new status" : "เกิดข้อผิดพลาด การบันทึกสถานะใหม่",
+ "30 minutes" : "30 นาที",
+ "1 hour" : "1 ชั่วโมง",
+ "4 hours" : "4 ชั่วโมง",
+ "Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด",
+ "Appear offline" : "แสดงสถานะออฟไลน์",
+ "Clear status after" : "คืนค่าสถานะหลังจาก"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/user_status/l10n/th.json b/apps/user_status/l10n/th.json
new file mode 100644
index 00000000000..4ff6798060c
--- /dev/null
+++ b/apps/user_status/l10n/th.json
@@ -0,0 +1,36 @@
+{ "translations": {
+ "Recent statuses" : "สถานะล่าสุด",
+ "In a meeting" : "กำลังประชุม",
+ "Commuting" : "กำลังเดินทาง",
+ "Out sick" : "ป่วย",
+ "Vacationing" : "วันหยุดพักผ่อน",
+ "Working remotely" : "ทำงานจากระยะไกล",
+ "User status" : "สถานะผู้ใช้",
+ "Clear status message after" : "ลบข้อความสถานะภายหลัง",
+ "What's your status?" : "สถานะของคุณคืออะไร",
+ "Set status" : "กำหนดสถานะ",
+ "Online status" : "ออนไลน์",
+ "Status message" : "ข้อความสถานะ",
+ "Clear status message" : "ล้างข้อความสถานะ",
+ "Set status message" : "กำหนดสถานะข้อความ",
+ "There was an error saving the status" : "เกิดข้อผิดพลาด ในการบันทึกสถานะ",
+ "There was an error clearing the status" : "เกิดข้อผิดพลาด ในการลบสถานะ",
+ "No recent status changes" : "คงสถานะปัจจุบัน",
+ "Away" : "ไม่อยู่",
+ "Do not disturb" : "ห้ามรบกวน",
+ "{status}, {timestamp}" : "{status}, {timestamp}",
+ "Don't clear" : "ก็ไม่รู้สินะ",
+ "Today" : "วันนี้",
+ "This week" : "สัปดาห์นี้",
+ "Online" : "ออนไลน์",
+ "Invisible" : "ซ่อนสถานะ",
+ "Offline" : "ออฟไลน์",
+ "There was an error saving the new status" : "เกิดข้อผิดพลาด การบันทึกสถานะใหม่",
+ "30 minutes" : "30 นาที",
+ "1 hour" : "1 ชั่วโมง",
+ "4 hours" : "4 ชั่วโมง",
+ "Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด",
+ "Appear offline" : "แสดงสถานะออฟไลน์",
+ "Clear status after" : "คืนค่าสถานะหลังจาก"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file