From 5139c885be5a9ef914904e24e5e96d1afe6eccce Mon Sep 17 00:00:00 2001 From: Samuel Wang Date: Mon, 29 Apr 2024 10:07:16 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (241 of 241 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 | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/client/public/locales/zh/common.json b/client/public/locales/zh/common.json index 5fd3e3c..5de7454 100644 --- a/client/public/locales/zh/common.json +++ b/client/public/locales/zh/common.json @@ -157,7 +157,7 @@ "measured_weight": "耗材和料盘的重量分别是多少。", "location": "如果您有多个存放料盘的地方,请填写料盘所在的位置。", "lot_nr": "制造商的批号。如果使用多个料盘可以使用批号进行控制,以确保打印颜色一致。", - "price": "以系统配置的货币计价的整卷料盘的价格。如果未设置,则默认使用该耗材的价格。" + "price": "整卷料盘的价格。如果未设置,则默认使用该耗材的价格。" }, "titles": { "create": "创建料盘", @@ -295,8 +295,30 @@ "integer_range": "整数范围", "float": "浮点数", "float_range": "浮点数范围", - "boolean": "布尔数" - } + "boolean": "布尔类型", + "datetime": "日期时间", + "text": "文本", + "integer": "整数", + "choice": "选项" + }, + "delete_confirm_description": "这将删除该字段以及所有实体的关联数据。", + "description": "

这里你可以为你的实体添加额外的自定义字段。

一旦添加了字段,就无法更改其键或类型;对于选择类型字段,无法删除选项或更改多选状态。如果删除字段,则所有实体的相关数据将被删除。

键是其他程序读取/写入数据的标识,因此,如果你的自定义字段需要与第三方程序集成,请确保设置正确。默认值仅适用于新项目。

额外字段在表视图中无法进行排序或过滤。

", + "params": { + "name": "名称", + "field_type": "类型", + "order": "顺序", + "default_value": "默认值", + "multi_choice": "多选", + "choices": "选择项", + "key": "键", + "unit": "单位" + }, + "boolean_true": "是", + "boolean_false": "否", + "choices_missing_error": "您无法删除选择。以下选项丢失:{{choices}}", + "non_unique_key_error": "键必须是唯一的。", + "key_not_changed": "请将键改成其他的。", + "delete_confirm": "删除字段 {{name}}?" }, "header": "设置", "general": {