更新维护信息显示方式

This commit is contained in:
Aoran Zeng
2025-08-21 18:41:15 +08:00
parent 4e9ea3ccc2
commit 2f46cd63f5
2 changed files with 4 additions and 4 deletions

View File

@@ -335,7 +335,7 @@ cli_print_target_maintain_info (Target_t *target, const char *input_target_name)
{
if (target->created_on)
{
char *msg = ENGLISH ? "Recipe Created On: " : "食谱诞生时间: ";
char *msg = ENGLISH ? "Recipe Created On: " : "食谱创建时间: ";
printf ("%s%s\n", bdblue(msg), target->created_on);
}
@@ -356,7 +356,7 @@ cli_print_target_maintain_info (Target_t *target, const char *input_target_name)
{
char *msg = ENGLISH ? "Current Cooks: " : "主要厨师: ";
char *msg = ENGLISH ? "Cooks: " : "掌勺厨师: ";
if (target->cooks && target->cooks_n > 0)
{
printf ("%s", bdblue(msg));