From b9cf2908a8850f388841be544f314b371525839b Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Wed, 19 Aug 2026 01:51:30 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (54 of 54 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 44.4% (24 of 54 strings) Added translation using Weblate (Chinese (Simplified Han script)) Co-authored-by: Aetf Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/splitpro/categories/zh_Hans/ Translation: SplitPro/Categories --- public/locales/zh-Hans/categories.json | 86 ++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 public/locales/zh-Hans/categories.json diff --git a/public/locales/zh-Hans/categories.json b/public/locales/zh-Hans/categories.json new file mode 100644 index 00000000..ad6a4e0e --- /dev/null +++ b/public/locales/zh-Hans/categories.json @@ -0,0 +1,86 @@ +{ + "categories_list": { + "entertainment": { + "items": { + "games": "游戏", + "movies": "电影", + "music": "音乐", + "other": "娱乐", + "sports": "体育" + }, + "name": "娱乐" + }, + "food": { + "items": { + "diningOut": "堂食", + "groceries": "食材", + "liquor": "酒水", + "other": "其他" + }, + "name": "餐饮" + }, + "general": { + "items": { + "general": "通用", + "other": "其他" + }, + "name": "通用" + }, + "home": { + "items": { + "electronics": "电器", + "furniture": "家具", + "maintenance": "维修", + "mortgage": "房贷", + "other": "其他", + "pets": "宠物", + "rent": "房租", + "services": "家政", + "supplies": "日用" + }, + "name": "居家" + }, + "life": { + "items": { + "childcare": "育儿", + "clothing": "服饰", + "education": "教育", + "gifts": "礼物", + "insurance": "保险", + "medical": "医疗", + "other": "其他", + "taxes": "税费" + }, + "name": "生活" + }, + "travel": { + "items": { + "bicycle": "单车", + "bus": "公交", + "car": "汽车", + "fuel": "加油", + "hotel": "住宿", + "other": "其他", + "parking": "停车", + "plane": "飞机", + "taxi": "出租车", + "train": "火车" + }, + "name": "出行" + }, + "utilities": { + "items": { + "cleaning": "保洁", + "electricity": "电费", + "gas": "燃气", + "internet": "宽带", + "other": "其他", + "phone": "话费", + "trash": "垃圾", + "water": "水费" + }, + "name": "水电杂费" + } + }, + "title": "分类" +}