feat(i18n): enhance localization support with new languages(zh-tw/ja)

This commit is contained in:
beilunyang
2025-10-21 23:53:58 +08:00
parent 0c7a4d84a5
commit 7398b73f3f
20 changed files with 915 additions and 97 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"title": "MoeMail",
"subtitle": "萌萌噠臨時郵箱服務",
"features": {
"privacy": {
"title": "隱私保護",
"description": "保護您的真實郵箱地址"
},
"instant": {
"title": "郵箱分享",
"description": "將郵箱分享給其他人使用"
},
"expiry": {
"title": "自動過期",
"description": "到期自動失效"
},
"openapi": {
"title": "開放 API",
"description": "提供完整的 OpenAPI 介面"
}
},
"actions": {
"enterMailbox": "進入郵箱",
"getStarted": "開始使用"
}
}