1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- lang = "en"
- listStyle = "tree"
- EnableGlobalCommand = false
- DBType = "sqlite3"
- DBPath = "test.db"
- displayTime = "UTC+8"
- [sqlite3]
- list = "SELECT"
- add = "INSERT INTO"
- edit = "UPDATE"
- delete = "UPDATE"
- [csv]
- [mongodb]
- [toml_as_DB]
- [md_as_DB]
- [command-help]
- en = """
- Help texts in en
- """
- zh-s = """
- Help texts in zh-s
- """
- [could-not-find]
- en = "could not find"
- zh-s = "找不到"
|