This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using BepInEx; | |
| using BepInEx.Logging; | |
| using System.IO; | |
| using System.Reflection; | |
| using Nautilus.Handlers; | |
| namespace LocalizationInfector | |
| { | |
| [BepInPlugin(PLUGIN_GUID, PLUGIN_NAME, PLUGIN_VERSION)] | |
| [BepInDependency("com.snmodding.nautilus")] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Autosorter": "자동 분류 배분기", | |
| "Autosort Distributor": "자동 분류 배분기", | |
| "Tooltip_Autosorter": "연결된 자동 분류 수납함으로 아이템을 자동 전송하는 벽걸이형 스마트 보관함입니다.", | |
| "Ency_Autosorter": "연결된 자동 분류 수납함으로 아이템을 자동 전송하는 벽걸이형 스마트 보관함입니다.", | |
| "EncyDesc_Autosorter": "연결된 자동 분류 수납함으로 아이템을 자동 전송하는 벽걸이형 스마트 보관함입니다.", | |
| "AutosortTarget": "자동 분류 수납함", | |
| "Autosort Receptacle": "자동 분류 수납함", | |
| "Tooltip_AutosortTarget": "자동 분류 배분기에 연결되어 분류된 아이템을 수납하는 벽걸이 보관함입니다.", | |
| "Ency_AutosortTarget": "자동 분류 배분기에 연결되어 분류된 아이템을 수납하는 벽걸이 보관함입니다.", |