Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (193 of 193 strings) Co-authored-by: Samuel Wang <imhsaw@gmail.com> Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/zh_Hans/ Translation: Spoolman/Web Client
This commit is contained in:
committed by
Hosted Weblate
parent
f3718c31d2
commit
9a628215e1
@@ -33,7 +33,7 @@
|
|||||||
"notifications": {
|
"notifications": {
|
||||||
"success": "操作成功",
|
"success": "操作成功",
|
||||||
"error": "出现错误 (状态码:{{statusCode}})",
|
"error": "出现错误 (状态码:{{statusCode}})",
|
||||||
"undoable": "您有 {{seconds}} 秒可以撤销",
|
"undoable": "您有 {{seconds}} 秒可以撤销。",
|
||||||
"createSuccess": "成功创建 {{resource}}",
|
"createSuccess": "成功创建 {{resource}}",
|
||||||
"createError": "创建 {{resource}} 时出现错误 (状态码:{{statusCode}})",
|
"createError": "创建 {{resource}} 时出现错误 (状态码:{{statusCode}})",
|
||||||
"deleteSuccess": "成功删除 {{resource}}",
|
"deleteSuccess": "成功删除 {{resource}}",
|
||||||
@@ -110,7 +110,6 @@
|
|||||||
"showArchived": "显示存档",
|
"showArchived": "显示存档",
|
||||||
"noSpoolsSelected": "您尚未选择任何料盘。",
|
"noSpoolsSelected": "您尚未选择任何料盘。",
|
||||||
"selectAll": "选择/取消选择全部",
|
"selectAll": "选择/取消选择全部",
|
||||||
"selectedTotal_one": "已选择{{count}}个料盘",
|
|
||||||
"selectedTotal_other": "已选择{{count}}个料盘"
|
"selectedTotal_other": "已选择{{count}}个料盘"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -161,10 +160,14 @@
|
|||||||
"edit": "编辑料盘",
|
"edit": "编辑料盘",
|
||||||
"list": "料盘列表",
|
"list": "料盘列表",
|
||||||
"show": "查看料盘",
|
"show": "查看料盘",
|
||||||
"archive": "料盘存档"
|
"archive": "料盘存档",
|
||||||
|
"show_title": "[料盘 #{{id}}] {{name}}"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"archive": "您确定要存档此料盘吗?"
|
"archive": "您确定要存档此料盘吗?"
|
||||||
|
},
|
||||||
|
"form": {
|
||||||
|
"new_location_prompt": "输入一个新位置"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filament": {
|
"filament": {
|
||||||
@@ -192,7 +195,7 @@
|
|||||||
"material": "例如PLA、ABS、PETG等。",
|
"material": "例如PLA、ABS、PETG等。",
|
||||||
"price": "一整卷耗材的价格。",
|
"price": "一整卷耗材的价格。",
|
||||||
"weight": "一整卷耗材的重量(净重)。不应包括料盘本身的重量,仅计算耗材的重量。通常在包装上注明。",
|
"weight": "一整卷耗材的重量(净重)。不应包括料盘本身的重量,仅计算耗材的重量。通常在包装上注明。",
|
||||||
"spool_weight": "空料盘的重量。目前没有用途,但第三方应用程序可以使用它来计算耗材的重量。",
|
"spool_weight": "空料盘的重量。使用它来计算耗材的重量。",
|
||||||
"article_number": "例如EAN、UPC等。"
|
"article_number": "例如EAN、UPC等。"
|
||||||
},
|
},
|
||||||
"titles": {
|
"titles": {
|
||||||
@@ -200,7 +203,8 @@
|
|||||||
"clone": "克隆耗材",
|
"clone": "克隆耗材",
|
||||||
"edit": "编辑耗材",
|
"edit": "编辑耗材",
|
||||||
"list": "耗材列表",
|
"list": "耗材列表",
|
||||||
"show": "查看耗材"
|
"show": "查看耗材",
|
||||||
|
"show_title": "[耗材 #{{id}}] {{name}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vendor": {
|
"vendor": {
|
||||||
@@ -216,7 +220,8 @@
|
|||||||
"clone": "克隆供应商",
|
"clone": "克隆供应商",
|
||||||
"edit": "编辑供应商",
|
"edit": "编辑供应商",
|
||||||
"list": "供应商列表",
|
"list": "供应商列表",
|
||||||
"show": "查看供应商"
|
"show": "查看供应商",
|
||||||
|
"show_title": "[供应商 #{{id}}] {{name}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
|
|||||||
Reference in New Issue
Block a user