From 9efed6dea7db377f2214c8e70ebb6fda0e116377 Mon Sep 17 00:00:00 2001 From: Samuel Wang Date: Tue, 11 Feb 2025 22:28:28 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (284 of 284 strings) Co-authored-by: Samuel Wang Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/zh_Hans/ Translation: Spoolman/Web Client --- client/public/locales/zh/common.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/public/locales/zh/common.json b/client/public/locales/zh/common.json index 4f61ef0..6163734 100644 --- a/client/public/locales/zh/common.json +++ b/client/public/locales/zh/common.json @@ -218,6 +218,9 @@ "measurement_type_label": "测量类型", "adjust_filament_help": "在这里你可以直接增加或减少线盘中的耗材。正数是减少耗材数量,负数是增加耗材数量。", "adjust_filament_value": "消耗量" + }, + "formats": { + "last_used": "上次使用 {{date}}" } }, "filament": { @@ -329,6 +332,9 @@ }, "help": { "list": "帮助 | Spoolman" + }, + "locations": { + "list": "位置 | Spoolman" } }, "kofi": "在Ko-fi上给我打赏一点小费", @@ -388,5 +394,11 @@ "tooltip": "生成功能(例如二维码)时使用的基础 URL。" } } + }, + "locations": { + "no_locations_help": "此页面允许您在不同位置管理料盘,添加一些料盘即可开始!", + "locations": "位置", + "new_location": "新位置", + "no_location": "没有位置" } }