mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 05:11:24 +08:00
fix typo secounds (#9751)
This commit is contained in:
parent
7303c785aa
commit
ed22890d67
@ -66,7 +66,7 @@ ${JSON.stringify({
|
||||
confirm: '确定要备份数据吗?',
|
||||
select_model: '选择模型',
|
||||
title: '文件',
|
||||
deeply_thought: '已深度思考(用时 {{secounds}} 秒)'
|
||||
deeply_thought: '已深度思考(用时 {{seconds}} 秒)'
|
||||
})}
|
||||
######################################################
|
||||
MAKE SURE TO OUTPUT IN Russian. DO NOT OUTPUT IN UNSPECIFIED LANGUAGE.
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
"placeholder": "Αναζήτηση"
|
||||
}
|
||||
},
|
||||
"deeply_thought": "Έχει βαθιά σκεφτεί (χρήση {{secounds}} δευτερόλεπτα)",
|
||||
"deeply_thought": "Έχει βαθιά σκεφτεί (χρήση {{seconds}} δευτερόλεπτα)",
|
||||
"default": {
|
||||
"description": "Γεια σου, είμαι ο προεπαγγελματικός βοηθός. Μπορείς να ξεκινήσεις να μου μιλάς αμέσως.",
|
||||
"name": "Προεπαγγελματικός βοηθός",
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
"placeholder": "Buscar"
|
||||
}
|
||||
},
|
||||
"deeply_thought": "Profundamente pensado (tomó {{secounds}} segundos)",
|
||||
"deeply_thought": "Profundamente pensado (tomó {{seconds}} segundos)",
|
||||
"default": {
|
||||
"description": "Hola, soy el asistente predeterminado. Puedes comenzar a conversar conmigo de inmediato.",
|
||||
"name": "Asistente predeterminado",
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
"placeholder": "Rechercher"
|
||||
}
|
||||
},
|
||||
"deeply_thought": "Profondément réfléchi ({{secounds}} secondes)",
|
||||
"deeply_thought": "Profondément réfléchi ({{seconds}} secondes)",
|
||||
"default": {
|
||||
"description": "Bonjour, je suis l'assistant par défaut. Vous pouvez commencer à discuter avec moi tout de suite.",
|
||||
"name": "Assistant par défaut",
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
"placeholder": "Pesquisar"
|
||||
}
|
||||
},
|
||||
"deeply_thought": "Profundamente pensado (demorou {{secounds}} segundos)",
|
||||
"deeply_thought": "Profundamente pensado (demorou {{seconds}} segundos)",
|
||||
"default": {
|
||||
"description": "Olá, eu sou o assistente padrão. Você pode começar a conversar comigo agora.",
|
||||
"name": "Assistente Padrão",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user