Skip to content

Commit

Permalink
feat: add encryption translation for lt-LT and th-TH
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamotn committed Jan 21, 2025
1 parent 10063e1 commit 3863e42
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions quartz/i18n/locales/lt-LT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,15 @@ export default {
? `Rasta iš viso ${count} žymos.`
: `Rasta iš viso ${count} žymų.`,
},
encryptedContent: {
loading: "Loading...",
password: "Slaptažodis",
submit: "Pateikti",
enterPassword: "Šis puslapis yra užrakintas pagal numatytuosius nustatymus. Norėdami atrakinti, įveskite slaptažodį:",
modernBrowser: "Prašome naudoti modernią naršyklę.",
wrongPassword: "Neteisingas slaptažodis. Norėdami atrakinti, iš naujo įveskite slaptažodį:",
noPayload: "Nėra užšifruoto naudingojo krovinio.",
decrypting: "Iššifruojama...",
},
},
} as const satisfies Translation
10 changes: 10 additions & 0 deletions quartz/i18n/locales/th-TH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,15 @@ export default {
showingFirst: ({ count }) => `แสดง ${count} แท็กแรก`,
totalTags: ({ count }) => `มีทั้งหมด ${count} แท็ก`,
},
encryptedContent: {
loading: "กำลังโหลด...",
password: "รหัสผ่าน",
submit: "ส่ง",
enterPassword: "หน้านี้ถูกล็อคโดยค่าเริ่มต้น กรุณากรอกรหัสผ่านเพื่อปลดล็อค:",
modernBrowser: "กรุณาใช้เบราว์เซอร์ที่ทันสมัย",
wrongPassword: "รหัสผ่านผิด กรุณากรอกรหัสผ่านอีกครั้งเพื่อปลดล็อค:",
noPayload: "ไม่มีเพย์โหลดที่เข้ารหัส",
decrypting: "กำลังถอดรหัส...",
},
},
} as const satisfies Translation

0 comments on commit 3863e42

Please sign in to comment.