mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
feat(i18n): add translations for share type in multiple languages to enhance notification clarity
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,3 +3,9 @@ other = "共有ダウンロード通知 - {{.SiteURL}}"
|
||||
|
||||
[notify_email_body]
|
||||
other = "共有した{{.ShareType}} {{.FileName}} がダウンロードされました。"
|
||||
|
||||
[share_type_file]
|
||||
other = "ファイル"
|
||||
|
||||
[share_type_text]
|
||||
other = "テキスト"
|
||||
|
||||
@@ -3,3 +3,9 @@ other = "공유 다운로드 알림 - {{.SiteURL}}"
|
||||
|
||||
[notify_email_body]
|
||||
other = "공유한 {{.ShareType}} {{.FileName}} 이(가) 다운로드되었습니다."
|
||||
|
||||
[share_type_file]
|
||||
other = "파일"
|
||||
|
||||
[share_type_text]
|
||||
other = "텍스트"
|
||||
|
||||
@@ -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 = "文本"
|
||||
|
||||
@@ -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 = "文字"
|
||||
|
||||
Reference in New Issue
Block a user