From 49c588b6b9746f45b0975cdb7caf5de1ba8df3d1 Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Thu, 1 Aug 2024 11:15:01 +0530 Subject: [PATCH] Reverted: unused entry in locale for translation (#413) --- src/locales/en.json | 3 --- src/locales/es.json | 2 -- src/locales/ja.json | 2 -- 3 files changed, 7 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index d5b94ff1..5e22253f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -75,10 +75,7 @@ "New notification received.": "New notification received.", "No items found": "No items found", "No inventory details found": "No inventory details found", - "Not in stock": "Not in stock", - "Not in Stock": "Not in Stock", "No products found": "No products found", - "No reason": "No reason", "No notifications to show": "No notifications to show", "No picker assigned.": "No picker assigned.", "No picker found": "No picker found", diff --git a/src/locales/es.json b/src/locales/es.json index 55243656..36b61da7 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -72,9 +72,7 @@ "New notification received.": "Nueva notificación recibida.", "No items found": "No se encontraron artículos", "No inventory details found": "No se encontraron detalles de inventario", - "Not in stock": "No disponible en el inventario", "No products found": "No se encontraron productos", - "No reason": "Sin razón", "No notifications to show": "No hay notificaciones para mostrar", "No picker assigned.": "No hay recolector asignado.", "No picker found": "No se encontró recolector", diff --git a/src/locales/ja.json b/src/locales/ja.json index d2bc92d1..dffd6aad 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -72,9 +72,7 @@ "New notification received.": "新しい通知を受信しました。", "No items found": "アイテムが見つかりませんでした", "No inventory details found": "在庫の詳細が見つかりません", - "Not in Stock": "在庫切れ", "No products found": "商品が見つかりません", - "No reason": "理由なし", "No notifications to show": "表示する通知はありません", "No picker assigned.": "ピッカーが割り当てられていません。", "No picker found": "受取人が見つかりません",