Skip to content

Commit

Permalink
feat: translation
Browse files Browse the repository at this point in the history
  • Loading branch information
KagamiChan committed Sep 29, 2024
1 parent b940e27 commit 66b5229
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion src/components/theme-chooser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export const ThemeChooser = () => {
<DropdownMenuRadioItem value="dark">
{t('Chibaheit')}
</DropdownMenuRadioItem>
<DropdownMenuRadioItem value="system">跟随系统</DropdownMenuRadioItem>
<DropdownMenuRadioItem value="system">
{t('System')}
</DropdownMenuRadioItem>
</DropdownMenuRadioGroup>
</DropdownMenuContent>
</DropdownMenu>
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"no-content": "We're working on it, please check later.",
"Return to home": "Return to home",
"Explore": "Explore",
"Plugins": "Plugins"
"Plugins": "Plugins",
"System": "System"
}
3 changes: 2 additions & 1 deletion src/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"Return to home": "Retourner à l'accueil",
"Explore": "Explorer",
"Plugins": "Plugins",
"other-versions": "Consultez la liste complète"
"other-versions": "Consultez la liste complète",
"System": "Système"
}
3 changes: 2 additions & 1 deletion src/locales/ja/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"Reload": "再起動",
"Downloads": "ダウンロード",
"no-content": "作業中です。後で確認してください。",
"Return to home": "ホームに戻る"
"Return to home": "ホームに戻る",
"System": "システム"
}
3 changes: 2 additions & 1 deletion src/locales/ko/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"Downloads": "다운로드",
"no-content": "현재 공사 중입니다. 다음에 다시 방문해 주세요!",
"Return to home": "홈으로 돌아가기",
"Plugins": "플러그인"
"Plugins": "플러그인",
"System": "체계"
}
3 changes: 2 additions & 1 deletion src/locales/zh-Hans/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"Reload": "重新载入",
"Downloads": "下载列表",
"no-content": "我们正在努力,请稍后再来。",
"Return to home": "返回首页"
"Return to home": "返回首页",
"System": "系统"
}
3 changes: 2 additions & 1 deletion src/locales/zh-Hant/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"Reload": "重新載入",
"Downloads": "下載列表",
"no-content": "我們正在努力,請稍後再來。",
"Return to home": "回到首頁"
"Return to home": "回到首頁",
"System": "系統"
}

0 comments on commit 66b5229

Please sign in to comment.