tachybase_todo/packages/plugins/@nocobase/plugin-sequence-field/src/locale/ko_KR.json
seonghookim be7a4845ab
feat: add Korean translation (#3428)
* ko_KR 国际化

* fix: ko

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-25 22:07:22 +08:00

25 lines
738 B
JSON

{
"Sequence": "자동 코드",
"Sequence rules": "순차 규칙",
"Add rule": "규칙 추가",
"Inputable": "입력 가능",
"Match rules": "규칙과 일치해야 함",
"Type": "유형",
"Autoincrement": "자동 증가",
"Fixed text": "고정 텍스트",
"Text content": "텍스트 내용",
"Rule content": "규칙 내용",
"{{value}} Digits": "{{value}} 자리 숫자",
"Digits": "자릿수",
"Start from": "시작일",
"Starts from {{value}}": "{{value}}에서 시작",
"Reset cycle": "초기화 주기",
"No reset": "초기화 없음",
"Daily": "매일",
"Every Monday": "매주 월요일",
"Monthly": "매월",
"Yearly": "매년",
"Operations": "조작",
"Customize": "사용자 정의"
}