Spaces:
Running
Running
| # ling-space/i18n/tab_welcome.py | |
| ui_translations = { | |
| "welcome_tab_title": { | |
| "en": "Welcome", | |
| "zh": "欢迎" | |
| }, | |
| "welcome_header": { | |
| "en": "Ling Series Models Demo Space", | |
| "zh": "Ling 系列模型体验" | |
| }, | |
| "welcome_description": { | |
| "en": "#### Experience the capabilities of Ling series models with these demos:", | |
| "zh": "#### 通过这些演示体验 Ling 系列模型的能力:" | |
| }, | |
| "welcome_chat_desc": { | |
| "en": """Chat - Communicate with the models for various text generation tasks.""", | |
| "zh": """文本聊天 - 与模型沟通,完成各种文本生成任务。""" | |
| }, | |
| "welcome_code_desc": { | |
| "en": """Code Generation - Generate rich web applications using natural language.""", | |
| "zh": """代码生成 - 用自然语言生成效果丰富的 Web 应用并预览。""" | |
| }, | |
| "welcome_writer_desc": { | |
| "en": """Writing Assistant - Get help with your writing tasks, leveraging multiple model capabilities.""", | |
| "zh": """写作助手 - 综合多种模型能力,提供专业的写作辅助。""" | |
| }, | |
| "welcome_select_language": { | |
| "en": "## Select Language", | |
| "zh": "## 选择语言" | |
| }, | |
| "welcome_model_links_header": { | |
| "en": "## Model Introduction Links", | |
| "zh": "## 模型介绍链接" | |
| }, | |
| "welcome_hf_link": { | |
| "en": "[Ling Series Model Collection](https://huggingface.co/collections/inclusionAI/ling-v2)", | |
| "zh": "[Ling 系列模型合集](https://huggingface.co/collections/inclusionAI/ling-v2)" | |
| }, | |
| "welcome_hf_report": { | |
| "en": "[Ling-1T](https://huggingface.co/inclusionAI/Ling-1T)", | |
| "zh": "[Ling-1T](https://huggingface.co/inclusionAI/Ling-1T)" | |
| }, | |
| "welcome_x_account": { | |
| "en": "X/Twitter: [@AntLingAGI](https://x.com/AntLingAGI)", | |
| "zh": "X/Twitter: [@AntLingAGI](https://x.com/AntLingAGI)" | |
| }, | |
| "lang_en": { | |
| "en": "English", | |
| "zh": "English" | |
| }, | |
| "lang_zh": { | |
| "en": "简体中文", | |
| "zh": "简体中文" | |
| }, | |
| } | |