feat(i18n): Add Korean translations and update types
- Added Korean (ko) translations for all modules (incident, login, maintenance, menu, service, settings, ssl) - Added previously empty strings in `application/src/translations/types` - Followed existing style and naming conventions
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { AboutTranslations } from '../types/about';
|
||||
|
||||
export const aboutTranslations: AboutTranslations = {
|
||||
aboutCheckCle: "About Checkcle",
|
||||
systemDescription: "Checkcle는 서버 및 서비스 상태, 사고 관리, 운영 투명성에 대한 실시간 인사이트를 제공하는 오픈소스 모니터링 스택입니다. MIT 라이선스로 공개됨.",
|
||||
systemVersion: "시스템 버전",
|
||||
license: "라이선스",
|
||||
mitLicense: "MIT 라이선스",
|
||||
links: "링크",
|
||||
viewOnGithub: "GitHub에서 보기",
|
||||
viewDocumentation: "문서 보기",
|
||||
followOnX: "X에서 팔로우",
|
||||
joinDiscord: "Discord 참여",
|
||||
quickActions: "빠른 작업",
|
||||
quickActionsDescription: "자주 사용하는 모니터링 작업과 기능에 빠르게 접근하세요. 아래에서 작업을 선택하여 시작할 수 있습니다.",
|
||||
quickTips: "빠른 팁",
|
||||
releasedOn: "출시일",
|
||||
};
|
||||
Reference in New Issue
Block a user