fix(i18n): 온보딩 모달 플레이스홀더 {{var}} 포맷으로 수정 — 단일 중괄호는 치환 안됨
This commit is contained in:
parent
72144a4c2e
commit
d48146438e
2 changed files with 6 additions and 6 deletions
|
|
@ -617,15 +617,15 @@
|
|||
|
||||
"onboarding.title": "D3RO Voice Initial Setup",
|
||||
"onboarding.subtitle": "Download the model required to use the voice assistant.",
|
||||
"onboarding.llmModelMissing": "AI model ({model}) is not installed.",
|
||||
"onboarding.llmModelMissing": "AI model ({{model}}) is not installed.",
|
||||
"onboarding.llmModelSize": "Size: ~9.6GB — takes 10–30 min depending on network speed",
|
||||
"onboarding.download": "Start Download",
|
||||
"onboarding.cancel": "Later",
|
||||
"onboarding.close": "Close",
|
||||
"onboarding.downloading": "Downloading…",
|
||||
"onboarding.status": "Status: {status}",
|
||||
"onboarding.status": "Status: {{status}}",
|
||||
"onboarding.success": "Setup complete! You can now use the app.",
|
||||
"onboarding.failed": "Download failed: {message}",
|
||||
"onboarding.failed": "Download failed: {{message}}",
|
||||
"onboarding.retry": "Retry",
|
||||
"onboarding.ollamaNotRunning": "Ollama server is not running. Please retry shortly."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue