1.4.4 Localization support

This commit is contained in:
OMGeeky
2023-08-05 20:51:44 +02:00
parent f6e79f5eb3
commit 7bfa301787
5 changed files with 106 additions and 22 deletions

43
Localization/en-US.hjson Normal file
View File

@@ -0,0 +1,43 @@
Mods: {
ItemChecklist: {
Configs: {
ItemChecklistClientConfig: {
ShowItemModSource: {
Label: Show Item Mod Source
Tooltip: Show which mod adds which item in the recipe catalog. Disable for immersion.
}
DisplayName: Item Checklist Client Config
Headers.AutomaticSettings: Automatic Settings
ItemChecklistSize: {
Label: Item Checklist Size
Tooltip: Size of the Item Checklist UI. This will automatically save, no need to adjust
}
ItemChecklistPosition: {
Label: Item Checklist Position
Tooltip: Position of the Item Checklist UI. This will automatically save, no need to adjust
}
}
}
Keybinds.ToggleItemChecklist.DisplayName: Toggle Item Checklist
GlobalItem.ItemChecklistAnnounceText: You found your first {0}. {1}/{2} {3}%
Ui: {
FilterByTooltipText: Filter by tooltip
FilterByNameText: Filter by Name
ToggleCollectChestItemsText: Toggle Collect Chest Items
ToggleMessagesText: Toggle Messages
ShowSortValueTextText: Show Sort Value Text
CycleModFilterText: Cycle Mod Filter: {0}
CycleFoundFilterText: Cycle Found Filter: {0}
ModnamesAllText: All
FoundFilterAllText: All
FoundFilterUnfoundText: Unfound
FoundFilterFoundText: Found
ModnamesVanillaText: Vanilla
}
}
}