From f041ac45687259057e4699b27e4a073982b7c130 Mon Sep 17 00:00:00 2001 From: BC Local Date: Mon, 8 Jun 2026 09:32:13 +0000 Subject: [PATCH] feat(other): LOCAL-1444 delivery translation --- lang/da.json | 1 + lang/de.json | 1 + lang/es-419.json | 1 + lang/es-AR.json | 1 + lang/es-CL.json | 1 + lang/es-CO.json | 1 + lang/es-LA.json | 1 + lang/es-MX.json | 1 + lang/es-PE.json | 1 + lang/es.json | 1 + lang/fr.json | 1 + lang/it.json | 1 + lang/ja.json | 1 + lang/nl.json | 1 + lang/no.json | 1 + lang/pl.json | 1 + lang/pt-BR.json | 1 + lang/pt.json | 1 + lang/sv.json | 1 + 19 files changed, 19 insertions(+) diff --git a/lang/da.json b/lang/da.json index e96113059c..567fd05223 100644 --- a/lang/da.json +++ b/lang/da.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Aktuelt lager:", + "in_stock": "På lager", "quantity": "Antal:", "change_product_options": "Skift indstillinger for {name}", "quantity_decrease": "Reducer antallet af {name}", diff --git a/lang/de.json b/lang/de.json index a233a4d928..f3bf0356f9 100644 --- a/lang/de.json +++ b/lang/de.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Aktueller Lagerbestand:", + "in_stock": "Auf Lager", "quantity": "Menge:", "change_product_options": "Optionen für {name} ändern", "quantity_decrease": "Menge von {name} verringern", diff --git a/lang/es-419.json b/lang/es-419.json index 8f074206b1..a6a7366bcc 100644 --- a/lang/es-419.json +++ b/lang/es-419.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Existencias actuales:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar las opciones de {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/es-AR.json b/lang/es-AR.json index 8f074206b1..a6a7366bcc 100644 --- a/lang/es-AR.json +++ b/lang/es-AR.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Existencias actuales:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar las opciones de {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/es-CL.json b/lang/es-CL.json index 8f074206b1..a6a7366bcc 100644 --- a/lang/es-CL.json +++ b/lang/es-CL.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Existencias actuales:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar las opciones de {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/es-CO.json b/lang/es-CO.json index 8f074206b1..a6a7366bcc 100644 --- a/lang/es-CO.json +++ b/lang/es-CO.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Existencias actuales:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar las opciones de {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/es-LA.json b/lang/es-LA.json index 8f074206b1..a6a7366bcc 100644 --- a/lang/es-LA.json +++ b/lang/es-LA.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Existencias actuales:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar las opciones de {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/es-MX.json b/lang/es-MX.json index 8f074206b1..a6a7366bcc 100644 --- a/lang/es-MX.json +++ b/lang/es-MX.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Existencias actuales:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar las opciones de {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/es-PE.json b/lang/es-PE.json index 8f074206b1..a6a7366bcc 100644 --- a/lang/es-PE.json +++ b/lang/es-PE.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Existencias actuales:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar las opciones de {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/es.json b/lang/es.json index e513e72250..a5bb550bdf 100644 --- a/lang/es.json +++ b/lang/es.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Cantidad actual de existencias:", + "in_stock": "En existencias", "quantity": "Cantidad:", "change_product_options": "Cambiar opciones para {name}", "quantity_decrease": "Disminuir la cantidad de {name}", diff --git a/lang/fr.json b/lang/fr.json index 358d336f00..047b3e2440 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Stock actuel :", + "in_stock": "En stock", "quantity": "Quantité :", "change_product_options": "Modifier les options pour {name}", "quantity_decrease": "Diminuer la quantité pour {name}", diff --git a/lang/it.json b/lang/it.json index bbf1cc2418..e308a1a91c 100644 --- a/lang/it.json +++ b/lang/it.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Disponibilità attuale:", + "in_stock": "Disponibili", "quantity": "Quantità:", "change_product_options": "Modifica le opzioni per {name}", "quantity_decrease": "Diminuisci la quantità di {name}", diff --git a/lang/ja.json b/lang/ja.json index 0304d9f724..f13b3048fe 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "現在の在庫:", + "in_stock": "在庫あり", "quantity": "数量:", "change_product_options": "{name}のオプションを変更する", "quantity_decrease": "{name}の数量を減らす", diff --git a/lang/nl.json b/lang/nl.json index 516df5dfb0..bb9f8075fa 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Huidige voorraad:", + "in_stock": "Op voorraad", "quantity": "Aantal:", "change_product_options": "Opties wijzigen voor {name}", "quantity_decrease": "Hoeveelheid verlagen van {name}", diff --git a/lang/no.json b/lang/no.json index 675b7477f2..d81fa578c9 100644 --- a/lang/no.json +++ b/lang/no.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Nåværende lager:", + "in_stock": "På lager", "quantity": "Antall:", "change_product_options": "Endre alternativer for {name}", "quantity_decrease": "Reduser mengde av {name}", diff --git a/lang/pl.json b/lang/pl.json index a03982384d..83ad3aee99 100644 --- a/lang/pl.json +++ b/lang/pl.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Aktualne zapasy:", + "in_stock": "in stock", "quantity": "Ilość:", "change_product_options": "Zmień opcje dla {name}", "quantity_decrease": "Zmniejsz ilość {name}", diff --git a/lang/pt-BR.json b/lang/pt-BR.json index bf9541b1bb..df63687237 100644 --- a/lang/pt-BR.json +++ b/lang/pt-BR.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Estoque atual:", + "in_stock": "in stock", "quantity": "Quantidade:", "change_product_options": "Alterar opções de {name}", "quantity_decrease": "Reduzir quantidade de {name}", diff --git a/lang/pt.json b/lang/pt.json index bf9541b1bb..df63687237 100644 --- a/lang/pt.json +++ b/lang/pt.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Estoque atual:", + "in_stock": "in stock", "quantity": "Quantidade:", "change_product_options": "Alterar opções de {name}", "quantity_decrease": "Reduzir quantidade de {name}", diff --git a/lang/sv.json b/lang/sv.json index 6759dc5c78..a03154e6ac 100644 --- a/lang/sv.json +++ b/lang/sv.json @@ -725,6 +725,7 @@ }, "products": { "current_stock": "Nuvarande lager:", + "in_stock": "I lager", "quantity": "Kvantitet:", "change_product_options": "Ändra alternativ för {name}", "quantity_decrease": "Minska antalet {name}",