mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-24 12:54:38 +01:00
Add language keys for new commands
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
"artifactId": "無效的聖遺物ID。",
|
||||
"avatarId": "無效的角色ID。",
|
||||
"avatarLevel": "無效的角色等級。",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "無效的實體ID。",
|
||||
"itemId": "無效的物品ID。",
|
||||
"itemLevel": "無效的物品等級。",
|
||||
@@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "你已經在祕境中了。",
|
||||
"description": "進入指定祕境。"
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "用法: give <artifactID> [mainPropID] [<appendPropID>[,<times>]]... [lv<level 0-20>]",
|
||||
"illegal_relic": "你不可以取得這個聖遺物,因為該聖遺物ID在黑名單列表內。",
|
||||
@@ -230,7 +235,21 @@
|
||||
"finished": "已完成任務 %s",
|
||||
"not_found": "未找到任務",
|
||||
"invalid_id": "無效的任務ID",
|
||||
"description": "添加或完成任務"
|
||||
"description": "添加或完成任務",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Plays a cutscene"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "正在重新加載設定檔。",
|
||||
@@ -343,6 +362,17 @@
|
||||
"success": "傳送 %s 到座標 %s,%s,%s ,場景為 %s 。",
|
||||
"description": "將玩家的位置傳送到你所指定的座標。"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "操縱試用角色活動的功能。這包括切換地牢和獎勵的狀態。",
|
||||
"not_found": "未找到試用角色活動玩家數據。也許該活動未被啟用。",
|
||||
"invalid_param": "無效的參數。",
|
||||
"schedule_not_found": "未找到計劃 %s。",
|
||||
"success_schedule": "已將計劃 ID 更改為 %s。",
|
||||
"success_dungeon": "已切換角色 %s 的地牢狀態。",
|
||||
"success_dungeon_all": "已切換所有角色的地牢狀態。",
|
||||
"success_reward": "已切換角色 %s 的獎勵狀態。",
|
||||
"success_reward_all": "已切換所有角色的獎勵狀態。"
|
||||
},
|
||||
"weather": {
|
||||
"success": "已設定天氣ID 為 %s,氣候型別為 %s。",
|
||||
"status": "當前天氣ID 為 %s,氣候型別為 %s。",
|
||||
|
||||
Reference in New Issue
Block a user