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.
This commit is contained in:
Kasper Fabricius Kristensen
2024-11-27 14:24:59 +01:00
committed by GitHub
parent 2edc2fe19b
commit 0be25a7b69
4 changed files with 46 additions and 1 deletions

View File

@@ -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"
}
}
},

View File

@@ -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",

View File

@@ -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"
}
}
},

View File

@@ -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ı"
}
}
},