From 1828622d4dfe8c3f6b415cfdac7f4b49368bb551 Mon Sep 17 00:00:00 2001 From: wed150 Date: Sat, 13 Jun 2026 23:58:14 +0800 Subject: [PATCH] feat: add new lang keys Signed-off-by: wed150 --- src/Language.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Language.h b/src/Language.h index c554194..f3a7d4a 100644 --- a/src/Language.h +++ b/src/Language.h @@ -33,12 +33,14 @@ std::string en_US = R"( command.inventorycheck.desc=Check player inventory. checkPlayer.copyInventory.success=Successfully copied player %s's inventory to yours! checkPlayer.copyInventory.failed=It is not possible to copy player %s's backpack to yours! \nPlayer %s doesn't have any data! + checkPlayer.copyInventory.setFailed=CANNOT to copy player %s's backpack to yours! form.confirmWrite.title=Confirm Action form.confirmWrite.content=Are you sure you want to cover player %s's backpack with your backpack? \n\nAttention! \nThis operation is irreversible! form.confirmAction=Confirm form.cancelAction=Cancel checkPlayer.writeInventory.success=Successfully overwrote player %s's backpack! - checkPlayer.writeInventory.failed=Cannot cover player %s's backpack! nPlayer %s doesn't have any data! + checkPlayer.writeInventory.failed=Cannot cover player %s's backpack! \nPlayer %s doesn't have any data! + checkPlayer.writeInventory.setFailed=Cannot cover player %s's backpack! form.confirmDelete.title=Confirm Delete Data form.confirmDelete.content=Are you sure you want to delete all of player %s's data? \nThis contains all the player's data in the save! \nIt's not just a backpack! \n\nAttention! nThis operation is irreversible! \nPlease proceed with caution checkPlayer.deletePlayer.success=Successfully deleted player from storage! @@ -85,12 +87,14 @@ std::string zh_CN = R"( command.inventorycheck.desc=查询玩家背包 checkPlayer.copyInventory.success=已成功将玩家 %s 的背包复制到你的背包! checkPlayer.copyInventory.failed=无法将玩家 %s 的背包复制到你的背包!\n玩家 %s 没有任何数据! + checkPlayer.copyInventory.setFailed=无法将玩家 %s 的背包复制到你的背包! form.confirmWrite.title=确认覆盖背包 form.confirmWrite.content=你确定要用你的背包覆盖玩家 %s 的背包吗?\n\n注意!\n此操作不可逆! form.confirmAction=确认操作 form.cancelAction=我再想想 checkPlayer.writeInventory.success=已成功覆盖玩家 %s 的背包! checkPlayer.writeInventory.failed=无法覆盖玩家 %s 的背包!\n玩家 %s 没有任何数据! + checkPlayer.writeInventory.setFailed=无法覆盖玩家 %s 的背包! form.confirmDelete.title=确认删除数据 form.confirmDelete.content=你确定要删除玩家 %s 的全部数据吗?\n这包含玩家在存档的全部数据!\n不仅仅是背包!\n\n注意!\n此操作不可逆!\n请谨慎操作 checkPlayer.deletePlayer.success=已成功将玩家 %s 从存档删除!