diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-02-02 16:26:01 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-02-02 16:26:01 +0000 |
| commit | c130c456c22e4675e7854a582fcba7bd35c9c7f8 (patch) | |
| tree | 7fecc88d45dcfd0c7bafd16edf69ee7442cee1d9 /apps/web/lib/i18n/locales/ko | |
| parent | e03997ac5abb32ab63ccf3bb8edc887d9717564e (diff) | |
| parent | 943afaacfe9c8666721bc593aa981b17a9065cce (diff) | |
| download | karakeep-c130c456c22e4675e7854a582fcba7bd35c9c7f8.tar.zst | |
i18n: Merged translations from weblate
Diffstat (limited to 'apps/web/lib/i18n/locales/ko')
| -rw-r--r-- | apps/web/lib/i18n/locales/ko/translation.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/ko/translation.json b/apps/web/lib/i18n/locales/ko/translation.json new file mode 100644 index 00000000..32fe0a62 --- /dev/null +++ b/apps/web/lib/i18n/locales/ko/translation.json @@ -0,0 +1,41 @@ +{ + "common": { + "url": "URL", + "name": "이름", + "email": "이메일", + "password": "비밀번호", + "screenshot": "스크린샷", + "video": "비디오", + "archive": "보관", + "home": "홈", + "bookmark_types": { + "title": "북마크 유형", + "link": "링크", + "text": "텍스트", + "media": "미디어" + }, + "roles": { + "user": "사용자", + "admin": "관리자" + }, + "something_went_wrong": "문제가 발생했습니다", + "experimental": "실험적", + "search": "검색", + "tags": "태그", + "note": "노트", + "attachments": "첨부 파일", + "highlights": "하이라이트", + "source": "출처" + }, + "layouts": { + "list": "목록" + }, + "actions": { + "change_layout": "레이아웃 변경", + "archive": "보관", + "favorite": "즐겨찾기", + "unfavorite": "즐겨찾기 해제", + "delete": "삭제", + "refresh": "새로 고침" + } +} |
