Files
mai-bot/locales/ja-JP/core.json
晴猫 a9142aa643 localization: Update Japanese and Korean translations; add missing Korean locale files
- Updated Japanese translations in config.json, core.json, prompts.json, and startup.json for improved clarity and accuracy.
- Added new Korean locale files for config.json, core.json, prompts.json, and startup.json to support Korean language users.
- Enhanced Chinese translations in core.json and startup.json to include missing resource not found messages and WebUI related texts.
2026-03-15 10:07:15 +09:00

9 lines
300 B
JSON

{
"core.not_found": "リソースが見つかりません",
"core.operation_failed": "操作に失敗しました: {error}",
"core.tasks_cancelled": {
"one": "{count} 件のタスクをキャンセルしました",
"other": "{count} 件のタスクをキャンセルしました"
}
}