From b2a30558408adcb0a8d7856568cc8ba28e3877b2 Mon Sep 17 00:00:00 2001 From: Mohamad Tarbin Date: Fri, 14 Aug 2026 01:05:32 -0400 Subject: [PATCH] New translations labels.json (Chinese Simplified) [ci skip] --- public/locales/zh/labels.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/locales/zh/labels.json diff --git a/public/locales/zh/labels.json b/public/locales/zh/labels.json new file mode 100644 index 0000000..93f96cb --- /dev/null +++ b/public/locales/zh/labels.json @@ -0,0 +1,9 @@ +{ + "shared": "Shared", + "delete": { + "title": "Delete Label", + "message": "Are you sure you want to delete this label? This will remove the label from all tasks." + }, + "loadError": "Failed to load labels. Please try again.", + "blurb": "Manage your labels and organize your tasks effectively. Labels will be automatically shared with your circle if they are used on a shared task." +}