MicroFish/locales/languages.json

35 lines
864 B
JSON

{
"zh": {
"label": "中文",
"llmInstruction": "请使用中文回答。"
},
"en": {
"label": "English",
"llmInstruction": "Please respond in English."
},
"es": {
"label": "Español",
"llmInstruction": "Por favor, responde en español."
},
"fr": {
"label": "Français",
"llmInstruction": "Veuillez répondre en français."
},
"pt-br": {
"label": "Português (Brasil)",
"llmInstruction": "Por favor, responda em português do Brasil."
},
"pt-pt": {
"label": "Português (Portugal)",
"llmInstruction": "Por favor, responda em português de Portugal."
},
"ru": {
"label": "Русский",
"llmInstruction": "Пожалуйста, отвечайте на русском языке."
},
"de": {
"label": "Deutsch",
"llmInstruction": "Bitte antworten Sie auf Deutsch."
}
}