ko.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. toggleMenu:
  2. other: 메뉴 여닫기
  3. darkMode:
  4. other: 다크 모드
  5. list:
  6. page:
  7. one: "{{ .Count }} 페이지"
  8. other: "{{ .Count }} 페이지"
  9. section:
  10. other: 섹션
  11. subsection:
  12. one: 서브섹션
  13. other: 서브섹션
  14. article:
  15. back:
  16. other: 뒤로가기
  17. tableOfContents:
  18. other: 목차
  19. relatedContents:
  20. other: 관련 글
  21. lastUpdatedOn:
  22. other: "마지막 수정: "
  23. readingTime:
  24. one: "{{ .Count }} 분 정도"
  25. other: "{{ .Count }} 분 정도"
  26. notFound:
  27. title:
  28. other: 찾을 수 없음
  29. subtitle:
  30. other: 페이지를 찾을 수 없습니다.
  31. widget:
  32. archives:
  33. title:
  34. other: 보관함
  35. more:
  36. other: 더보기
  37. tagCloud:
  38. title:
  39. other: 태그
  40. search:
  41. title:
  42. other: 검색
  43. placeholder:
  44. other: 검색어를 입력하세요...
  45. resultTitle:
  46. other: "#PAGES_COUNT 페이지 (#TIME_SECONDS 초)"
  47. footer:
  48. builtWith:
  49. other: "{{ .Generator }}로 만듦"
  50. designedBy:
  51. other: "{{ .DesignedBy }}의 {{ .Theme }} 테마 사용 중"