Added dialogue with pricelists
This commit is contained in:
parent
20de519cd1
commit
a6f9b11c43
17 changed files with 114 additions and 21 deletions
|
|
@ -2,11 +2,11 @@
|
|||
DIALOGUE_ENTRY_POINT,Entering chat with {race}...\nLogged in as {profile_name}.\n> ,Осуществление связи с {race}...\nВы вошли в систему как {profile_name}\n>
|
||||
BASE_TEST_MESSAGE_LOCAL,Greet,Поприветствовать
|
||||
BASE_TEST_MESSAGE_RECEIVED,"Hello, gryadki!\nBye, ponos!\n> ","Хеллоу, грядки!\nБай, понос!\n> "
|
||||
BASE_FETCH_BUY_LOCAL,"Ask, what they sell","Спросить, что они покупают"
|
||||
BASE_FETCH_BUY_LOCAL,"Ask, what they sell","Спросить, что они продают"
|
||||
BASE_FETCH_BUY_RECEIVED,I would like to buy something\nWe are selling:\n[ol]{sell_list}[/ol]\n> ,Я бы хотел что-нибудь купить\nМы продаём:\n[ol]{sell_list}[/ol]\n>
|
||||
BASE_FETCH_SELL_LOCAL,"Ask, what they buy","Спросить, что они продают"
|
||||
BASE_FETCH_SELL_LOCAL,"Ask, what they buy","Спросить, что они покупают"
|
||||
BASE_FETCH_SELL_RECEIVED,I have some items to sell\nWe can buy:\n[ol]{buy_list}[/ol]\n> ,У меня есть кое-что на продажу\nМы готовы купить:\n[ol]{buy_list}[/ol]\n>
|
||||
BASE_FETCH_PRICE_ITEM,[li][img=26x26]{item_img}[/img]\t{item_name} — {item_price}[/li],[li][img=26x26]{item_img}[/img]\t{item_name} — {item_price}[/li]
|
||||
BASE_FETCH_PRICE_ITEM,[img=26x26]{item_img}[/img]{item_name} — {item_price},[img=26x26]{item_img}[/img]{item_name} — {item_price}
|
||||
BASE_FETCH_BUY_CANCEL_LOCAL,Buy nothing,Ничего не покупать
|
||||
BASE_FETCH_BUY_CANCEL_RECEIVED,I changed my mind\nErm...Fine...\nAnything else?\n> ,Я передумал\nЧто ж...Ладно...\nЧто-то ещё?\n>
|
||||
BASE_FETCH_SELL_CANCEL_LOCAL,Sell nothing,Ничего не продавать
|
||||
|
|
|
|||
|
Binary file not shown.
Binary file not shown.
5
translations/items.csv
Normal file
5
translations/items.csv
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
,en,ru
|
||||
ENERGY_CELL,Energy Cell,Энергоячейка
|
||||
WATER_BARREL,Water Barrel,Бочка с водой
|
||||
FOOD_SUPPLY,Food Supplies,Запас продуктов
|
||||
RAW_MATERIALS,Raw Materials,Сырьё
|
||||
|
17
translations/items.csv.import
Normal file
17
translations/items.csv.import
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[remap]
|
||||
|
||||
importer="csv_translation"
|
||||
type="Translation"
|
||||
uid="uid://y0nwi52agw87"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://translations/items.en.translation", "res://translations/items.ru.translation"]
|
||||
|
||||
source_file="res://translations/items.csv"
|
||||
dest_files=["res://translations/items.en.translation", "res://translations/items.ru.translation"]
|
||||
|
||||
[params]
|
||||
|
||||
compress=true
|
||||
delimiter=0
|
||||
BIN
translations/items.en.translation
Normal file
BIN
translations/items.en.translation
Normal file
Binary file not shown.
BIN
translations/items.ru.translation
Normal file
BIN
translations/items.ru.translation
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue