diff options
| author | dongyeop <kkumate@users.noreply.hosted.weblate.org> | 2025-01-26 08:54:39 +0000 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2025-02-02 16:51:24 +0100 |
| commit | 19fc6c965f8bc69a3f8886a9b3d59010d72ff238 (patch) | |
| tree | 7621aa32421837f4549590349bd287d552cc2f83 | |
| parent | e8e40f01dd82af5096a9edebe4afba72377aa260 (diff) | |
| download | karakeep-19fc6c965f8bc69a3f8886a9b3d59010d72ff238.tar.zst | |
i18n: Translated using Weblate (Korean)
Currently translated at 11.6% (29 of 249 strings)
Translation: Hoarder/Hoarder
Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/ko/
| -rw-r--r-- | apps/web/lib/i18n/locales/ko/translation.json | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/ko/translation.json b/apps/web/lib/i18n/locales/ko/translation.json index 0967ef42..32fe0a62 100644 --- a/apps/web/lib/i18n/locales/ko/translation.json +++ b/apps/web/lib/i18n/locales/ko/translation.json @@ -1 +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": "새로 고침" + } +} |
