From 87a623657f7589952e1de4a3dbc001c8ecd27a67 Mon Sep 17 00:00:00 2001 From: Mohamad Tarbin Date: Fri, 14 Aug 2026 01:05:35 -0400 Subject: [PATCH] New translations things.json (Chinese Simplified) [ci skip] --- public/locales/zh/things.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/locales/zh/things.json diff --git a/public/locales/zh/things.json b/public/locales/zh/things.json new file mode 100644 index 0000000..1181eb5 --- /dev/null +++ b/public/locales/zh/things.json @@ -0,0 +1,18 @@ +{ + "errName": "Name is required", + "errStateNumber": "State must be a number", + "errStateBool": "State must be true or false", + "errStateRequired": "State is required", + "name": "Name", + "namePlaceholder": "Thing name", + "value": "Value", + "valuePlaceholder": "Thing value", + "updateState": "Update state", + "update": "Update", + "history": { + "overview": "Things Overview", + "visualization": "Data Visualization", + "changeHistory": "Change History", + "updated": "Updated" + } +}