From 0be25a7b696c5e4fec886e8fb3bbf69e28439e7a Mon Sep 17 00:00:00 2001 From: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:24:59 +0100 Subject: [PATCH] chore(dashboard): Add missing keys to i18n translation files (#10260) **What** - Updates existing translation files with missing keys. Done using AI, so quality is debatable. Will depend on community to provide better translations if needed. --- .../admin/dashboard/src/i18n/translations/de.json | 14 ++++++++++++++ .../admin/dashboard/src/i18n/translations/es.json | 5 ++++- .../admin/dashboard/src/i18n/translations/pl.json | 14 ++++++++++++++ .../admin/dashboard/src/i18n/translations/tr.json | 14 ++++++++++++++ 4 files changed, 46 insertions(+), 1 deletion(-) diff --git a/packages/admin/dashboard/src/i18n/translations/de.json b/packages/admin/dashboard/src/i18n/translations/de.json index 09b6f9c8e7..036df6ec5e 100644 --- a/packages/admin/dashboard/src/i18n/translations/de.json +++ b/packages/admin/dashboard/src/i18n/translations/de.json @@ -925,6 +925,14 @@ "discountSubtotal": "Rabatt-Zwischensumme", "taxTotal": "Steuersumme" }, + "transfer": { + "title": "Eigentumsübertragung", + "requestSuccess": "Anfrage zur Eigentumsübertragung an: {{email}}.", + "currentOwner": "Aktueller Besitzer", + "newOwner": "Neuer Besitzer", + "currentOwnerDescription": "Der Kunde, der derzeit mit dieser Bestellung verbunden ist.", + "newOwnerDescription": "Der Kunde, an den Sie diese Bestellung übertragen möchten." + }, "payment": { "title": "Zahlungen", "isReadyToBeCaptured": "Die Zahlung <0/> kann erfasst werden.", @@ -1228,6 +1236,8 @@ "addButtonText": "Kommentar hinzufügen", "deleteButtonText": "Kommentar löschen" }, + "from": "Von", + "to": "An", "events": { "common": { "toReturn": "Zurückkehren", @@ -1280,6 +1290,10 @@ "edit": { "requested": "Bestellbearbeitung #{{editId}} angefordert", "confirmed": "Bestellbearbeitung #{{editId}} bestätigt" + }, + "transfer": { + "requested": "Bestellung #{{transferId}} übertragen", + "confirmed": "Bestellung #{{transferId}} übertragen" } } }, diff --git a/packages/admin/dashboard/src/i18n/translations/es.json b/packages/admin/dashboard/src/i18n/translations/es.json index 969a24f97d..7250824079 100644 --- a/packages/admin/dashboard/src/i18n/translations/es.json +++ b/packages/admin/dashboard/src/i18n/translations/es.json @@ -386,6 +386,8 @@ "successToast": "Producto {{title}} actualizado correctamente." }, "create": { + "title": "Crear Producto", + "description": "Crea un nuevo producto.", "header": "General", "tabs": { "details": "Detalles", @@ -490,7 +492,8 @@ "header": "Aún no hay medios", "description": "Agrega medios al producto para mostrarlo en tu tienda.", "action": "Agregar medios" - } + }, + "successToast": "Medios actualizados correctamente." }, "discountableHint": "Si no está marcado, no se aplicarán descuentos a este producto.", "noSalesChannels": "No disponible en ningún canal de venta", diff --git a/packages/admin/dashboard/src/i18n/translations/pl.json b/packages/admin/dashboard/src/i18n/translations/pl.json index 69e4adcab2..fc11e01e23 100644 --- a/packages/admin/dashboard/src/i18n/translations/pl.json +++ b/packages/admin/dashboard/src/i18n/translations/pl.json @@ -925,6 +925,14 @@ "discountSubtotal": "Suma rabatów", "taxTotal": "Suma podatku" }, + "transfer": { + "title": "Przekaż własność", + "requestSuccess": "Wniosek o przekazanie zamówienia do: {{email}}.", + "currentOwner": "Obecny właściciel", + "newOwner": "Nowy właściciel", + "currentOwnerDescription": "Klient obecnie związany z tym zamówieniem.", + "newOwnerDescription": "Klient, do którego chcesz przekazać to zamówienie." + }, "payment": { "title": "Płatności", "isReadyToBeCaptured": "Płatność <0/> jest gotowa do realizacji.", @@ -1228,6 +1236,8 @@ "addButtonText": "Dodaj komentarz", "deleteButtonText": "Usuń komentarz" }, + "from": "Z", + "to": "Do", "events": { "common": { "toReturn": "Do zwrotu", @@ -1280,6 +1290,10 @@ "edit": { "requested": "Edycja zamówienia #{{editId}} złożona", "confirmed": "Edycja zamówienia #{{editId}} potwierdzona" + }, + "transfer": { + "requested": "Zamówienie przekazane #{{transferId}} złożone", + "confirmed": "Zamówienie przekazane #{{transferId}} potwierdzone" } } }, diff --git a/packages/admin/dashboard/src/i18n/translations/tr.json b/packages/admin/dashboard/src/i18n/translations/tr.json index d52e3dce14..3dea4ecb02 100644 --- a/packages/admin/dashboard/src/i18n/translations/tr.json +++ b/packages/admin/dashboard/src/i18n/translations/tr.json @@ -925,6 +925,14 @@ "discountSubtotal": "İndirim Ara Toplamı", "taxTotal": "Vergi Toplamı" }, + "transfer": { + "title": "Mülkiyeti Devret", + "requestSuccess": "Sipariş devri talebi şu kişiye gönderildi: {{email}}.", + "currentOwner": "Mevcut Sahip", + "newOwner": "Yeni Sahip", + "currentOwnerDescription": "Bu siparişle şu anda ilişkili olan müşteri.", + "newOwnerDescription": "Bu siparişin devredileceği müşteri." + }, "payment": { "title": "Ödemeler", "isReadyToBeCaptured": "Ödeme <0/> alınmaya hazır.", @@ -1228,6 +1236,8 @@ "addButtonText": "Yorum ekle", "deleteButtonText": "Yorumu sil" }, + "from": "Kimden", + "to": "Kime", "events": { "common": { "toReturn": "İade edilecek", @@ -1280,6 +1290,10 @@ "edit": { "requested": "Sipariş düzenlemesi #{{editId}} talep edildi", "confirmed": "Sipariş düzenlemesi #{{editId}} onaylandı" + }, + "transfer": { + "requested": "Sipariş devri #{{transferId}} talep edildi", + "confirmed": "Sipariş devri #{{transferId}} onaylandı" } } },