添加了一个国际化切换演示页面

Former-commit-id: 876d871397ccb22619543820691942bf1ece9b91 [formerly 876d871397ccb22619543820691942bf1ece9b91 [formerly 876d871397ccb22619543820691942bf1ece9b91 [formerly 876d871397ccb22619543820691942bf1ece9b91 [formerly 1ac87ba7d5a23eda87fcd7f82f8633bd9926d5ee [formerly 3898b5988b112d0f89f5d753ec86375f59488a78]]]]]
Former-commit-id: 5ccbe2b813b51163e819c5c31def40b79399e831
Former-commit-id: 43d3967817f9fa2ad8dcf56a0452573328d68f00
Former-commit-id: c731c53f4114955cfa197e34a9bc25003403e590 [formerly 4d75a77a29a4e541f9fdccc5790a470b59716a80]
Former-commit-id: d86e449f43c650c5b412273e77f6201568f6cf9e
Former-commit-id: 957f9eabd4b47d4f0f63a5e4255378365893fac8
Former-commit-id: 431d8be6b93c674935c1a8c677cf388e9e0c0f41
Former-commit-id: 094252d0290bca4ef2b550f6122ffdeca25b8471
Former-commit-id: bf86e0fe0a8e3b8c60f3d3eefd809bc3c2248aef
This commit is contained in:
FairyEver
2019-08-28 09:33:48 +08:00
parent 4302ee6b1a
commit 2936a6f121
9 changed files with 113 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
{
"_name": "English"
"_name": "English",
"page": {
"demo": {
"playground": {
"locales": {
"text": "D2Admin is a fully open source and free enterprise back-end product front-end integration solution, using the latest front-end technology stack, has prepared most of the project preparations, and with a lot of sample code to help the management system agile development."
}
}
}
}
}

View File

@@ -1,3 +1,12 @@
{
"_name": "日本語"
"_name": "日本語",
"page": {
"demo": {
"playground": {
"locales": {
"text": "D2Adminは、最新のフロントエンドテクロジースタックを使用した、完全にオープンソースの無料エンタープライズバックエンド製品フロントエンド統合ソリューションであり、プロジェクトのほとんどの準備を整えており、システムのアジャイル開発の管理に役立つ多くのサンプルコードを備えています。"
}
}
}
}
}

View File

@@ -1,3 +1,12 @@
{
"_name": "简体中文"
"_name": "简体中文",
"page": {
"demo": {
"playground": {
"locales": {
"text": "D2Admin 是一个完全 开源免费 的企业中后台产品前端集成方案,使用最新的前端技术栈,已经做好大部分项目前期准备工作,并且带有大量示例代码,助力管理系统敏捷开发。"
}
}
}
}
}

View File

@@ -1,3 +1,12 @@
{
"_name": "繁體中文"
"_name": "繁體中文",
"page": {
"demo": {
"playground": {
"locales": {
"text": "D2Admin 是一個完全 開源免費 的企業中後台產品前端集成方案,使用最新的前端技術棧,已經做好大部分項目前期準備工作,並且帶有大量示例代碼,助力管理系統敏捷開發。"
}
}
}
}
}