Skip to content

Commit

Permalink
chore(dashboard): Add missing keys to i18n translation files (#10260)
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
kasperkristensen authored Nov 27, 2024
1 parent 2edc2fe commit 0be25a7
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/admin/dashboard/src/i18n/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -1228,6 +1236,8 @@
"addButtonText": "Kommentar hinzufügen",
"deleteButtonText": "Kommentar löschen"
},
"from": "Von",
"to": "An",
"events": {
"common": {
"toReturn": "Zurückkehren",
Expand Down Expand Up @@ -1280,6 +1290,10 @@
"edit": {
"requested": "Bestellbearbeitung #{{editId}} angefordert",
"confirmed": "Bestellbearbeitung #{{editId}} bestätigt"
},
"transfer": {
"requested": "Bestellung #{{transferId}} übertragen",
"confirmed": "Bestellung #{{transferId}} übertragen"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion packages/admin/dashboard/src/i18n/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@
"successToast": "Producto {{title}} actualizado correctamente."
},
"create": {
"title": "Crear Producto",
"description": "Crea un nuevo producto.",
"header": "General",
"tabs": {
"details": "Detalles",
Expand Down Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/admin/dashboard/src/i18n/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -1228,6 +1236,8 @@
"addButtonText": "Dodaj komentarz",
"deleteButtonText": "Usuń komentarz"
},
"from": "Z",
"to": "Do",
"events": {
"common": {
"toReturn": "Do zwrotu",
Expand Down Expand Up @@ -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"
}
}
},
Expand Down
14 changes: 14 additions & 0 deletions packages/admin/dashboard/src/i18n/translations/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -1228,6 +1236,8 @@
"addButtonText": "Yorum ekle",
"deleteButtonText": "Yorumu sil"
},
"from": "Kimden",
"to": "Kime",
"events": {
"common": {
"toReturn": "İade edilecek",
Expand Down Expand Up @@ -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ı"
}
}
},
Expand Down

0 comments on commit 0be25a7

Please sign in to comment.