From 9a20563ef4c7338feec3bdbe524734062fb56efc Mon Sep 17 00:00:00 2001 From: saeziae Date: Sat, 5 Mar 2022 17:48:32 +0800 Subject: [PATCH] optimise i18n --- i18n/en.toml | 23 +++++++++++++++++++++++ i18n/es.toml | 5 +++++ i18n/ug.toml | 5 +++++ i18n/zh-hant.toml | 5 +++++ 4 files changed, 38 insertions(+) create mode 100755 i18n/en.toml create mode 100755 i18n/es.toml create mode 100755 i18n/ug.toml create mode 100755 i18n/zh-hant.toml diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100755 index 00000000..46c528a6 --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,23 @@ +[toc-label] +other = "On this page" + +[contactUs] +other = "Contact us" + +[tooltip-written] +other = "Written At" + +[tooltip-modified] +other = "Modified At" + +[tooltip-reading-time] +other = "Reading Time" + +[summary-dateformat] +other = "Jan 2, 2006" + +[reading-time] +other = "min read" + +[single-writtenBy] +other = "WRITTEN BY" diff --git a/i18n/es.toml b/i18n/es.toml new file mode 100755 index 00000000..8989b2c7 --- /dev/null +++ b/i18n/es.toml @@ -0,0 +1,5 @@ +[toc-label] +other = "En esta página" + +[contactUs] +other = "Contacta con nosotras" diff --git a/i18n/ug.toml b/i18n/ug.toml new file mode 100755 index 00000000..4e1a248e --- /dev/null +++ b/i18n/ug.toml @@ -0,0 +1,5 @@ +[toc-label] +other = "Betning mezmuni" + +[contactUs] +other = "Biz bilen alaqilishing" diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml new file mode 100755 index 00000000..d4f875d4 --- /dev/null +++ b/i18n/zh-hant.toml @@ -0,0 +1,5 @@ +[toc-label] +other = "此頁面上的內容" + +[contactUs] +other = "聯繫我們"