wasita
2026-03-04 59b58076016c5e5f09f16ab0395fed02e2ebb72e
quartz/i18n/locales/ko-KR.ts
@@ -29,6 +29,9 @@
      lightMode: "라이트 λͺ¨λ“œ",
      darkMode: "닀크 λͺ¨λ“œ",
    },
    readerMode: {
      title: "리더 λͺ¨λ“œ",
    },
    explorer: {
      title: "탐색기",
    },
@@ -65,15 +68,16 @@
    error: {
      title: "Not Found",
      notFound: "νŽ˜μ΄μ§€κ°€ μ‘΄μž¬ν•˜μ§€ μ•Šκ±°λ‚˜ λΉ„κ³΅κ°œ μ„€μ •이 λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.",
      home: "ν™ˆνŽ˜μ΄μ§€λ‘œ λŒμ•„κ°€κΈ°",
    },
    folderContent: {
      folder: "폴더",
      itemsUnderFolder: ({ count }) => `${count}건의 νŽ˜μ΄μ§€`,
      itemsUnderFolder: ({ count }) => `${count}건의 ν•­λͺ©`,
    },
    tagContent: {
      tag: "νƒœκ·Έ",
      tagIndex: "νƒœκ·Έ λͺ©λ‘",
      itemsUnderTag: ({ count }) => `${count}건의 νŽ˜μ΄μ§€`,
      itemsUnderTag: ({ count }) => `${count}건의 ν•­λͺ©`,
      showingFirst: ({ count }) => `처음 ${count}개의 νƒœκ·Έ`,
      totalTags: ({ count }) => `총 ${count}개의 νƒœκ·Έλ₯Ό μ°Ύμ•˜μŠ΅λ‹ˆλ‹€.`,
    },