i18n: add missing translation keys across 15 locales
This commit is contained in:
+18
-1
@@ -528,6 +528,15 @@
|
||||
"to": "至:{recipients}"
|
||||
},
|
||||
"remove_sub_address": "删除子地址",
|
||||
"from_override": {
|
||||
"toggle_off": "覆盖",
|
||||
"toggle_on": "取消覆盖",
|
||||
"toggle_tooltip": "自由编辑发件人姓名和地址。邮件仍通过您的身份发送 — 仅可见的发件人标题发生变化。",
|
||||
"name_label": "发件人姓名",
|
||||
"name_placeholder": "姓名",
|
||||
"email_label": "发件人电子邮件地址",
|
||||
"email_placeholder": "alias@example.com"
|
||||
},
|
||||
"use_template": "模板",
|
||||
"save_as_template": "保存为模板",
|
||||
"validation": {
|
||||
@@ -941,7 +950,9 @@
|
||||
"split": "分栏视图",
|
||||
"split_description": "左侧显示邮件列表,右侧显示阅读窗格。",
|
||||
"focus": "沉浸模式",
|
||||
"focus_description": "每封邮件显示一行,打开邮件时使用全宽阅读视图,同时保留文件夹侧边栏。"
|
||||
"focus_description": "每封邮件显示一行,打开邮件时使用全宽阅读视图,同时保留文件夹侧边栏。",
|
||||
"horizontal": "底部阅读窗格",
|
||||
"horizontal_description": "在顶部显示邮件列表,并在下方的阅读窗格中打开所选邮件。"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "显示预览文本",
|
||||
@@ -960,6 +971,12 @@
|
||||
"label": "自动选择回复地址",
|
||||
"description": "回复时自动将发件人地址切换为最初收到该邮件的身份"
|
||||
},
|
||||
"signature_position": {
|
||||
"label": "签名位置",
|
||||
"description": "在回复和转发中插入签名的位置。位于引用文本上方时,可作为回复的自然结尾;位于下方时,保持原始邮件连贯。",
|
||||
"above_quote": "引用文本之前",
|
||||
"below_quote": "引用文本之后"
|
||||
},
|
||||
"sub_address_delimiter": {
|
||||
"label": "子地址分隔符",
|
||||
"description": "用于分隔用户名和子地址标签的字符。请选择与您的邮件服务器一致的分隔符(例如 user{delimiter}tag@domain.com)。",
|
||||
|
||||
Reference in New Issue
Block a user