From 5fc201d20ff652817c92a4a5c46ff22255910101 Mon Sep 17 00:00:00 2001 From: GuoHai Date: Sun, 13 Jun 2021 20:32:30 +0800 Subject: [PATCH] Hotfix/typo issue (#726) * Fix little typo issue * Generating the final file * Fix typo issues * Fix little typo issue Co-authored-by: gaogh2 --- backend/i18n/frontend_en.json | 2 +- backend/i18n/frontend_zh.json | 2 +- backend/i18n/source/frontend_en.json | 2 +- backend/i18n/source/frontend_zh.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index 0e8a66fd7..e3f423bc4 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -336,7 +336,7 @@ "common.separateByLine": "Separate by line", "common.settings": "Settings", "common.sidebar": "Sidebar Extension", - "common.sidebarTour": "The sidebar navigation contains useful context specific links. Here you can view the history how this schema has changed over time.", + "common.sidebarTour": "The sidebar navigation contains useful context specific links. Here you can view the history of how this schema has changed over time.", "common.skipped": "Skipped", "common.slug": "Slug", "common.stars.max": "Must not have more than 15 stars", diff --git a/backend/i18n/frontend_zh.json b/backend/i18n/frontend_zh.json index e7d3683b6..dc7c2f285 100644 --- a/backend/i18n/frontend_zh.json +++ b/backend/i18n/frontend_zh.json @@ -529,7 +529,7 @@ "dashboard.schemaNewCardDescription": "Schemas定义了内容元素的结构。", "dashboard.schemasCard": "Schemas", "dashboard.schemasCardDescription": "深入了解此应用的数据模型。", - "dashboard.stackedChart": "堆叠", + "dashboard.stackedChart": "折叠", "dashboard.supportCard": "反馈与支持", "dashboard.supportCardDescription": "提供反馈和请求功能以帮助我们改进 Squidex。", "dashboard.trafficChart": "API 流量图表", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index 0e8a66fd7..e3f423bc4 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -336,7 +336,7 @@ "common.separateByLine": "Separate by line", "common.settings": "Settings", "common.sidebar": "Sidebar Extension", - "common.sidebarTour": "The sidebar navigation contains useful context specific links. Here you can view the history how this schema has changed over time.", + "common.sidebarTour": "The sidebar navigation contains useful context specific links. Here you can view the history of how this schema has changed over time.", "common.skipped": "Skipped", "common.slug": "Slug", "common.stars.max": "Must not have more than 15 stars", diff --git a/backend/i18n/source/frontend_zh.json b/backend/i18n/source/frontend_zh.json index 9181ea7bc..139744df6 100644 --- a/backend/i18n/source/frontend_zh.json +++ b/backend/i18n/source/frontend_zh.json @@ -529,7 +529,7 @@ "dashboard.schemaNewCardDescription": "Schemas定义了内容元素的结构。", "dashboard.schemasCard": "Schemas", "dashboard.schemasCardDescription": "深入了解此应用的数据模型。", - "dashboard.stackedChart": "堆叠", + "dashboard.stackedChart": "折叠", "dashboard.supportCard": "反馈与支持", "dashboard.supportCardDescription": "提供反馈和请求功能以帮助我们改进 Squidex。", "dashboard.trafficChart": "API 流量图表",