forked from Annosz/UIInfoSuite2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
65 lines (65 loc) · 2.79 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
//GUI - Billboard
"Billboard": "Billboard",
"Calendar": "Calendar",
//GUI - Seed shop
"HarvestPrice": "Harvest price",
//Production
"Days": "days",
"Hours": "hours",
"Minutes": "minutes",
//Harvest
"DaysToMature": "days to mature",
"ReadyToHarvest": "Ready To Harvest!",
//Display icons - General
"TodaysRecipe": "Today's Recipe: ",
"TravelingMerchantIsInTown": "Traveling merchant is in town!",
"RainNextDay": "There will be rain tomorrow",
"ThunderstormNextDay": "There will be a thunderstorm tomorrow",
"SnowNextDay": "There will be snow tomorrow",
"DaysUntilToolIsUpgraded": "{0} days until {1} is finished being upgraded",
"ToolIsFinishedBeingUpgraded": "{0} is finished!",
"NpcBirthday": "{0}'s birthday",
"RobinBuildingStatus": "Robin will finish your new building in {0} day(s)",
//Display icons - Luck
"DailyLuckValue": "Your daily luck is {0}",
"FeelingLucky": "You're feelin' lucky!!",
"LuckyButNotTooLucky": "Feelin' lucky... but not too lucky",
"NotFeelingLuckyAtAll": "You're not feeling lucky at all today...",
"MaybeStayHome": "Maybe you should stay home today...",
"LuckStatus1": "Feelin' lucky!",
"LuckStatus2": "Feelin' a little lucky today!",
"LuckStatus3": "The day is in your hands",
"LuckStatus4": "The spirits feel absolutely neutral today",
"LuckStatus5": "Luck will not be on your side today",
"LuckStatus6": "Maybe you should stay home today...",
//Settings - General
"ShowLevelUpAnimation": "Show level up animation",
"ShowExperienceBar": "Show experience bar",
"AllowExperienceBarToFadeOut": "Allow experience bar to fade out",
"ShowExperienceGain": "Show experience gain",
"ShowLocationOfTownsPeople": "Show townspeople on map",
"ShowAnimalsNeedPets": "Show when animals need pets",
"HideAnimalPetOnMaxFriendship": "Hide on max friendship",
"ShowCropAndBarrelTooltip": "Show crop and barrel times",
"ShowItemEffectRanges": "Show scarecrow and sprinkler range",
"ShowExtraItemInformation": "Show item hover information",
"ShowHarvestPricesInShop": "Show shop harvest prices",
//Settings - Tabs info
"DisplayCalendarAndBillboard": "Show calendar/billboard button",
"ShowHeartFills": "Show heart fills",
"ShowTodaysGifts": "Show gifts given today",
//Settings - Show icons
"ShowBirthdayIcon": "Show Birthday icon",
"HideBirthdayIfFullFriendShip": "Hide on max friendship",
"ShowTravelingMerchant": "Show Traveling Merchant",
"HideMerchantWhenVisited": "Hide when visited",
"ShowRainyDay": "Show rainy days",
"ShowWhenNewRecipesAreAvailable": "Show when new recipes are available",
"ShowToolUpgradeStatus": "Show tool upgrade status",
"ShowRobinBuildingStatusIcon": "Show Robin building status",
"ShowLuckIcon": "Show luck icon",
"ShowExactValue": "Show exact value",
//Others
"LevelUp": "Level Up"
}