From 22653774d57747df2043a209f0d810ffe1090dca Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 5 Apr 2020 01:00:11 +0530 Subject: [PATCH] New translations app.json (Chinese Simplified) --- src/i18n/locales/zh/app/app.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/i18n/locales/zh/app/app.json b/src/i18n/locales/zh/app/app.json index 809292c3..503ae667 100644 --- a/src/i18n/locales/zh/app/app.json +++ b/src/i18n/locales/zh/app/app.json @@ -16,5 +16,23 @@ "label": "添加" } }, + "printDialog": { + "heading": "下载简历", + "quality": { + "label": "品质" + }, + "printType": { + "label": "类型", + "types": { + "unconstrained": "不受限制", + "fitInA4": "适合A4", + "multiPageA4": "多页A4" + } + }, + "buttons": { + "cancel": "取消", + "saveAsPdf": "保存为 PDF" + } + }, "markdownHelpText": "你可以使用 <1>GitHub 倾向的 Markdown 来美化这部分文字." }