From e88f64480717a70f56f481f2931ec44ff7517d69 Mon Sep 17 00:00:00 2001 From: Gary Luk <69239438+StayAlone01@users.noreply.github.com> Date: Tue, 9 Aug 2022 22:03:11 +0800 Subject: [PATCH] Update tc.lua 1. Adding space between the input value (for better looking) 2. Turn some Simplified Chinese into Traditional Chinese (for consistency) 3. Fixing some mistakes --- [esx]/es_extended/locales/tc.lua | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/[esx]/es_extended/locales/tc.lua b/[esx]/es_extended/locales/tc.lua index 97347960..f4898f1f 100644 --- a/[esx]/es_extended/locales/tc.lua +++ b/[esx]/es_extended/locales/tc.lua @@ -8,31 +8,31 @@ Locales['tc'] = { ['give_to'] = '給予', ['amount'] = '數量', ['giveammo'] = '給予子彈', - ['amountammo'] = '子彈量', + ['amountammo'] = '子彈數量', ['noammo'] = '您沒有足夠的子彈!', - ['gave_item'] = '您把%sx%s給予了%s', - ['received_item'] = '您收到%sx%s,來自%s', - ['gave_weapon'] = '您把%s給予了%s', - ['gave_weapon_ammo'] = '您把~o~%sx%s %s給予了%s', - ['gave_weapon_withammo'] = '您把%s和~o~%sx %s給予了%s', - ['gave_weapon_hasalready'] = '%s已經有%s', - ['gave_weapon_noweapon'] = '%s沒有那把武器', - ['received_weapon'] = '您收到了%s,來自%s', - ['received_weapon_ammo'] = '您收到了~o~%sx %s(%s),來自%s', - ['received_weapon_withammo'] = '您收到了%s和~o~%sx %s,來自%s', - ['received_weapon_hasalready'] = '%s嘗試给您%s,但您已经有了', - ['received_weapon_noweapon'] = '%s嘗試给您%s子彈,但是您沒有那把武器', - ['gave_account_money'] = '您將 $%s (%s) 给予 %s', - ['received_account_money'] = '您收到了$%s (%s) 来自 %s', + ['gave_item'] = '您把 %sx %s 給予了 %s', + ['received_item'] = '您收到 %sx %s,來自 %s', + ['gave_weapon'] = '您把 %s 給予了 %s', + ['gave_weapon_ammo'] = '您把 ~o~%sx %s %s 給予了 %s', + ['gave_weapon_withammo'] = '您把 %s 和 ~o~%sx %s 給予了 %s', + ['gave_weapon_hasalready'] = '%s 已經有 %s', + ['gave_weapon_noweapon'] = '%s 沒有那把武器', + ['received_weapon'] = '您收到了 %s,來自 %s', + ['received_weapon_ammo'] = '您收到了 ~o~%sx %s (%s),來自%s', + ['received_weapon_withammo'] = '您收到了 %s 和~o~%sx %s,來自%s', + ['received_weapon_hasalready'] = '%s 嘗試給您 %s,但您已經有了', + ['received_weapon_noweapon'] = '%s 嘗試給您 %s 子彈,但是您沒有那把武器', + ['gave_account_money'] = '您將 $%s (%s) 給予 %s', + ['received_account_money'] = '您收到了 $%s (%s) 來自 %s', ['amount_invalid'] = '無效的數量', ['players_nearby'] = '附近沒有玩家', - ['ex_inv_lim'] = '操作失敗, 超過%s物品欄位的限制', + ['ex_inv_lim'] = '操作失敗, 超過 %s 物品欄位的限制', ['imp_invalid_quantity'] = '操作失敗,無效的數量', ['imp_invalid_amount'] = '操作失敗,無效的金額', - ['threw_standard'] = '您丟棄了%sx%s', - ['threw_account'] = '您丟棄了$%s%s', - ['threw_weapon'] = '您丟棄了%s', - ['threw_weapon_ammo'] = '您丟棄了%s和~o~%sx%s', + ['threw_standard'] = '您丟棄了 %sx %s', + ['threw_account'] = '您丟棄了 $%s %s', + ['threw_weapon'] = '您丟棄了 %s', + ['threw_weapon_ammo'] = '您丟棄了 %s 和 ~o~%sx %s', ['threw_weapon_already'] = '您已經有相同的武器了', ['threw_cannot_pickup'] = '您不能再撿起該物品,因為您的背包已經滿了', ['threw_pickup_prompt'] = '按下 E 撿起', @@ -69,7 +69,7 @@ Locales['tc'] = { ['command_giveitem'] = '給玩家一個物品', ['command_giveitem_item'] = '物品名稱', ['command_giveitem_count'] = '物品數量', - ['command_giveweapon'] = '给玩家一把武器', + ['command_giveweapon'] = '給玩家一把武器', ['command_giveweapon_weapon'] = '武器名稱', ['command_giveweapon_ammo'] = '子彈數量', ['command_giveweapon_hasalready'] = '該玩家已經擁有了該武器', @@ -92,7 +92,7 @@ Locales['tc'] = { ['command_setjob_invalid'] = '職業、階級或者兩者都無效', ['command_setgroup'] = '設定玩家群組階級', ['command_setgroup_group'] = '玩家群組階級名稱', - ['commanderror_argumentmismatch'] = '參數數量不正確(該類型為%s, 需要給予 %s)', + ['commanderror_argumentmismatch'] = '參數數量不正確(該類型為 %s, 需要給予 %s)', ['commanderror_argumentmismatch_number'] = '參數 #%s 類型不匹配(該類型為字串,需要給予的數字類型)', ['commanderror_invaliditem'] = '無效的物品名稱', ['commanderror_invalidweapon'] = '無效武器',