From 0dce8f45fff0107a9d1b98af61e889043b8d32a3 Mon Sep 17 00:00:00 2001 From: SHENGXING LU Date: Mon, 16 Mar 2026 20:55:48 +0100 Subject: [PATCH] add some i18n entries --- src/assets/i18n/en.json | 5 +++++ src/assets/i18n/es.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index e6157d98..41a92c1b 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -2160,6 +2160,11 @@ "_as_provider": "As Provider", "_date": "Date", "_actions": "Actions", + "_items_action": "Items Action", + "_filter_action": "Filter by action", + "_action_add": "Add", + "_action_modify": "Modify", + "_action_delete": "Delete", "_order_details": "Order details:", "_customer_info": "Customer Info:", "_name": "Name", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index e6157d98..41a92c1b 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -2160,6 +2160,11 @@ "_as_provider": "As Provider", "_date": "Date", "_actions": "Actions", + "_items_action": "Items Action", + "_filter_action": "Filter by action", + "_action_add": "Add", + "_action_modify": "Modify", + "_action_delete": "Delete", "_order_details": "Order details:", "_customer_info": "Customer Info:", "_name": "Name",