2021-02-10 04:44:49 +00:00
|
|
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
|
|
|
|
/// Localization for "global" English
|
|
|
|
(
|
|
|
|
string_map: {
|
|
|
|
"hud.trade.trade_window": "Trade window",
|
2021-02-28 02:44:57 +00:00
|
|
|
"hud.trade.phase1_description": "Drag the items you want to trade\n into the corresponding area.",
|
2021-02-12 10:51:32 +00:00
|
|
|
"hud.trade.phase2_description": "The trade is now locked to give you\n time to review it.",
|
2021-02-12 02:53:25 +00:00
|
|
|
/// Phase3 should only be visible for a few milliseconds if everything is working properly, but is included for completeness
|
2021-02-12 10:51:32 +00:00
|
|
|
"hud.trade.phase3_description": "Trade is being processed.",
|
|
|
|
"hud.trade.persons_offer": "{playername}'s offer",
|
|
|
|
"hud.trade.has_accepted": "{playername}\nhas accepted",
|
|
|
|
"hud.trade.accept": "Accept",
|
|
|
|
"hud.trade.decline": "Decline",
|
2021-02-19 20:20:27 +00:00
|
|
|
"hud.trade.invite_sent": "Trade request sent to {playername}.",
|
|
|
|
"hud.trade.result.completed": "Trade completed successfully.",
|
|
|
|
"hud.trade.result.declined": "Trade declined.",
|
|
|
|
"hud.trade.result.nospace": "Not enough space to complete the trade.",
|
2021-02-10 04:44:49 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
vector_map: {
|
|
|
|
}
|
|
|
|
)
|
|
|
|
|