diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 902038a5f..a06f2799e 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1552,5 +1552,6 @@ "removeWarningMsg": "Are you sure you want to remove", "setVariable": "Set variable", "userId": "User ID", - "userName": "User name" + "userName": "User name", + "Insert": "Insert" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 7c7498d35..2d085e1e0 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1557,5 +1557,6 @@ "removeWarningMsg": "你确定要移除", "setVariable": "设置参数", "userId": "用户ID", - "userName": "用户名" + "userName": "用户名", + "Insert": "插入" } \ No newline at end of file diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index f1976f027..1c2834863 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -1562,5 +1562,6 @@ "removeWarningMsg": "你確定要移除", "setVariable": "設置參數", "userId": "用戶ID", - "userName": "用戶名" + "userName": "用戶名", + "Insert": "插入" } \ No newline at end of file