mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-12 10:59:06 +02:00
* i18n: add japanese locale * fix: spacing issues * refactor * fix(desktop): set <html lang> before paint to avoid JA Kanji font flash Switch the documentElement.lang sync from useEffect to useLayoutEffect so lang is committed before the first paint. Otherwise Japanese desktop users saw one frame of Kanji rendered with the Chinese-first fallback stack before the html[lang|="ja"] CJK override applied. Also fix the stale selector in the HTML_LANG comment (html[lang^="ja"] -> html[lang|="ja"]). Addresses review nits on MUL-2893. Co-authored-by: multica-agent <github@multica.ai> * fix(docs): tokenize the ideographic iteration mark in JA search Add U+3005 (々) to the Japanese search tokenizer character class. It sits just below the kana blocks, so words like 様々 / 日々 / 個々 previously dropped the mark and split awkwardly, hurting recall. Addresses a review nit on MUL-2893. Co-authored-by: multica-agent <github@multica.ai> * fix(i18n): restore ja locale parity after merging main Merging main brought new EN strings into agents/chat/onboarding/settings/ squads that the ja bundle (authored against an older snapshot) lacked, breaking the locales parity test. Add the Japanese translations for the new keys (workspace logo upload, agents runtime filter, chat session-history stop dialog, onboarding social_github, squad archived status) and drop the two renamed chat window keys (active_group / archived_group) that EN removed in favour of history_group. Fixes the failing @multica/views parity.test.ts on the FE CI for MUL-2893. Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: J <j@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
45 lines
1.8 KiB
JSON
45 lines
1.8 KiB
JSON
{
|
|
"page": {
|
|
"breadcrumb": "マイイシュー",
|
|
"workspace_fallback": "ワークスペース",
|
|
"empty_title": "あなたに割り当てられたイシューはありません",
|
|
"empty_description": "あなたが作成したイシューや割り当てられたイシューがここに表示されます。"
|
|
},
|
|
"header": {
|
|
"scope": {
|
|
"all_label": "すべて",
|
|
"all_description": "自分に割り当て、自分が作成、または自分のエージェントやスクワッドが関わるイシュー",
|
|
"assigned_label": "割り当て済み",
|
|
"assigned_description": "自分に割り当てられたイシュー",
|
|
"created_label": "作成済み",
|
|
"created_description": "自分が作成したイシュー",
|
|
"agents_label": "自分のエージェントとスクワッド",
|
|
"agents_description": "自分のエージェントに割り当てられたイシュー"
|
|
},
|
|
"filter_button": "フィルター",
|
|
"filter_status": "ステータス",
|
|
"filter_priority": "優先度",
|
|
"issue_count_other": "{{count}} 件のイシュー",
|
|
"reset_filters": "すべてのフィルターをリセット",
|
|
"display_settings": "表示設定",
|
|
"grouping": "グループ化",
|
|
"group_status": "ステータス",
|
|
"group_assignee": "担当者",
|
|
"ordering": "並び順",
|
|
"ascending": "昇順",
|
|
"descending": "降順",
|
|
"card_properties": "カードのプロパティ",
|
|
"view_board": "ボード表示",
|
|
"view_list": "リスト表示",
|
|
"view_swimlane": "スイムレーン表示",
|
|
"view_label": "表示",
|
|
"view_board_short": "ボード",
|
|
"view_list_short": "リスト",
|
|
"view_swimlane_short": "スイムレーン",
|
|
"sort_manual": "手動"
|
|
},
|
|
"errors": {
|
|
"move_failed": "イシューを移動できませんでした"
|
|
}
|
|
}
|