feat(i18n): add translations for share type in multiple languages to enhance notification clarity

This commit is contained in:
keven1024
2026-05-01 23:58:45 +08:00
parent 4c6a18c063
commit 2ff06946e1
7 changed files with 44 additions and 2 deletions

View File

@@ -3,3 +3,9 @@ other = "Benachrichtigung zum Share-Download - {{.SiteURL}}"
[notify_email_body]
other = "Ihr geteilter {{.ShareType}} {{.FileName}} wurde heruntergeladen."
[share_type_file]
other = "Datei"
[share_type_text]
other = "Text"

View File

@@ -3,3 +3,9 @@ other = "Share download notification - {{.SiteURL}}"
[notify_email_body]
other = "Your shared {{.ShareType}} {{.FileName}} was downloaded."
[share_type_file]
other = "file"
[share_type_text]
other = "text"

View File

@@ -3,3 +3,9 @@ other = "Notification de téléchargement du partage - {{.SiteURL}}"
[notify_email_body]
other = "Votre {{.ShareType}} partagé {{.FileName}} a été téléchargé."
[share_type_file]
other = "fichier"
[share_type_text]
other = "texte"

View File

@@ -3,3 +3,9 @@ other = "共有ダウンロード通知 - {{.SiteURL}}"
[notify_email_body]
other = "共有した{{.ShareType}} {{.FileName}} がダウンロードされました。"
[share_type_file]
other = "ファイル"
[share_type_text]
other = "テキスト"

View File

@@ -3,3 +3,9 @@ other = "공유 다운로드 알림 - {{.SiteURL}}"
[notify_email_body]
other = "공유한 {{.ShareType}} {{.FileName}} 이(가) 다운로드되었습니다."
[share_type_file]
other = "파일"
[share_type_text]
other = "텍스트"

View File

@@ -2,4 +2,10 @@
other = "分享下载通知 - {{.SiteURL}}"
[notify_email_body]
other = "IP为{{.IP}}的用户下载了你的{{.FileName}}的{{.ShareType}}。"
other = "IP为{{.IP}}的访客下载了你的{{.FileName}}的{{.ShareType}}。"
[share_type_file]
other = "文件"
[share_type_text]
other = "文本"

View File

@@ -2,4 +2,10 @@
other = "分享下載通知 - {{.SiteURL}}"
[notify_email_body]
other = "IP為{{.IP}}的使用者下載了你的{{.FileName}}的{{.ShareType}}。"
other = "IP為{{.IP}}的訪客下載了你的{{.FileName}}的{{.ShareType}}。"
[share_type_file]
other = "檔案"
[share_type_text]
other = "文字"