mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Update gamedata.json
This commit is contained in:
parent
fc10d85d27
commit
72420c8e3c
1 changed files with 21 additions and 5 deletions
|
@ -52,11 +52,12 @@
|
|||
"profile":{
|
||||
"save":"Your profile changes were saved.",
|
||||
"too_long":"Profile TOO LONG, 4,000 char max!",
|
||||
"blocked":"Profile NOT SAVED, Chat Violations Present! (%REASON%)",
|
||||
|
||||
"blocked":"Profile NOT SAVED, Chat Violations Present! (%REASON%)",
|
||||
},
|
||||
"prof_reasons":{
|
||||
"profanity":"Profanity detected.",
|
||||
"personal_info":"No giving out personal info/websites.",
|
||||
},
|
||||
}
|
||||
"private_notes_save":"Saved Private Notes.",
|
||||
"buddy_request":"Attempting to Add Buddy. The other player must click ADD BUDDY as well. (Many players reserve this for just a couple players so don't feel insulted if they do not).",
|
||||
"click_nothing_message":"Nothing interesting here...",
|
||||
|
@ -610,7 +611,6 @@
|
|||
|
||||
"ranch_buy_cannot_afford":"You cannot afford this property!",
|
||||
"ranch_brought":"You paid $%PRICE% and are now the proud owner of this ranch!",
|
||||
"saved_ranch":"Saved Ranch Description.",
|
||||
"default_title":"Ranch",
|
||||
"edit_description":"^PLRanch Title:|%RANCHTITLE%^LYour Ranch Description:^R1^PB160|%RANCHDESC%^PS11|SAVE DESCRIPTION",
|
||||
"your_ranch_meta":"<B>%USERNAME%'s %TITLE%</B>",
|
||||
|
@ -618,6 +618,15 @@
|
|||
|
||||
"sell_confirm":"^T6Are you SURE you want to sell your ranch?^B6S^R1",
|
||||
"sell_done":"You sold your ranch for $%PRICE%!",
|
||||
|
||||
"ranch_info":{
|
||||
"saved":"Saved Ranch Description.",
|
||||
"title_too_long":"100 character Max for Ranch Titles!",
|
||||
"description_too_long":"4000 character Max for Ranch description!",
|
||||
|
||||
"title_contains_violations":"Title NOT SAVED, Chat Violations Present!",
|
||||
"desc contains violations":"Description NOT SAVED, Chat Violations Present! (%REASON%)",
|
||||
},
|
||||
"build":{
|
||||
"build_on_this_spot":"You can build one of the following buildings on this spot:",
|
||||
"build_format":"^T6Build a %BUILDINGNAME% for $%PRICE%^B6L%BUILDINGID%^B6B%BUILDINGID%^R1",
|
||||
|
@ -771,7 +780,14 @@
|
|||
"released_by_message":"Released by %USERNAME%:",
|
||||
"stop_riding_message":"You are now not riding a horse!",
|
||||
"unequip_tack_message":"You removed the tack off %HORSENAME%.",
|
||||
"saved_profile":"Saved profile for horse %HORSENAME%.",
|
||||
"profile":{
|
||||
"saved":"Saved profile for horse %HORSENAME%.",
|
||||
"desc_too_long":"Horse Description too long (250 char max)!",
|
||||
"name_too_long":"Horse Name too long (50 char max)!",
|
||||
|
||||
"name_profanity_detected":"Name NOT SAVED, Chat Violations Present!",
|
||||
"profile_profanity_detected":"Profile NOT SAVED, Chat Violations Present! (%REASON%)"
|
||||
}
|
||||
"horse_set_new_category":"Horse set as %CATEGORY%",
|
||||
"back_to_horse":"^R1^D5|BACK TO HORSE^R1",
|
||||
"pet_horse":"%MESSAGES%Your horse whinnies lightly. (+%MOOD% mood / -%TIREDNESS% tiredness)",
|
||||
|
|
Loading…
Add table
Reference in a new issue