tachybase_todo/packages/plugins/@nocobase/plugin-api-keys/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

22 lines
863 B
JSON

{
"API keys": "API 키",
"API key created successfully": "API 키가 성공적으로 생성되었습니다",
"Make sure to copy your personal access key now as you will not be able to see this again.": "이제 개인 액세스 키를 복사해두십시오. 이후에는 다시 확인할 수 없습니다.",
"Key name": "키 이름",
"Expiration": "만료",
"Delete API key": "API 키 삭제",
"Role": "역할",
"Keys manager": "키 관리자",
"Created at": "생성일",
"Add API key": "API 키 추가",
"Never": "영원히",
"Custom": "사용자 설정",
"Never expires": "만료되지 않음",
"1 Day": "1 일",
"7 Days": "7 일",
"30 Days": "30 일",
"90 Days": "90 일",
"Role not found": "역할을 찾을 수 없음",
"Allow only your own roles to be selected": "자신의 역할만 선택할 수 있도록 허용"
}