mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
feat: Optimize i18n keys and remove unused keys, supporting static files in I18nT (#2092)
* feat: packages web i18n * delete file * feat:i18n add i18nT * handle keys * delete unusedKeys * fix build * update dev.md
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
{
|
||||
"Chat input guide lexicon is empty": "The lexicon has not been configured",
|
||||
"Config Texts": "Config thesaurus ",
|
||||
"Config input guide lexicon": "Config",
|
||||
"Config input guide lexicon title": "Config lexicon",
|
||||
"Config question guide": "Configuration input Prompt ",
|
||||
"Csv input lexicon tip": "Only CSV can be imported in batches. Click to download the template",
|
||||
"Custom input guide url": "Custom lexicon url",
|
||||
"Custom question guide URL": "Custom lexicon address ",
|
||||
"Input Guide": "Intelligent Recommendation ",
|
||||
"Input guide": "Input guide",
|
||||
"Input guide lexicon": "Lexicon",
|
||||
"Input guide tip": "You can configure some preset questions. When the user enters a question, the relevant question is retrieved from these preset questions for prompt.",
|
||||
"Insert input guide, Some data already exists": "Duplicate data, automatically filtered, insert: {{len}} data",
|
||||
"New input guide lexicon": "New lexicon",
|
||||
"Only support CSV": "Only support CSV import, click download template ",
|
||||
"Question Guide Texts": "Lexicon"
|
||||
}
|
||||
"chat_input_guide_lexicon_is_empty": "The lexicon has not been configured",
|
||||
"config_input_guide_lexicon": "Config",
|
||||
"config_input_guide_lexicon_title": "Config lexicon",
|
||||
"csv_input_lexicon_tip": "Only CSV can be imported in batches. Click to download the template",
|
||||
"custom_input_guide_url": "Custom lexicon url",
|
||||
"input_guide": "Input guide",
|
||||
"input_guide_lexicon": "Lexicon",
|
||||
"input_guide_tip": "You can configure some preset questions. When the user enters a question, the relevant question is retrieved from these preset questions for prompt.",
|
||||
"insert_input_guide,_some_data_already_exists": "Duplicate data, automatically filtered, insert: {{len}} data",
|
||||
"new_input_guide_lexicon": "New lexicon"
|
||||
}
|
Reference in New Issue
Block a user