diff --git a/README.md b/README.md index 11dba1e7..74f3328d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -智龙迷城车队阵型图制作工具 | Puzzle & Dragons Dash Formation Maker +智龙迷城队伍图制作工具 | Puzzle & Dragons Formation Maker ====== 这个工具可以帮助你方便的制作和分享车队阵型或单人队形。易用的编辑界面,电脑、手机上都可以轻松使用。 -This tool can help you easily create and share Dash Formation or Solo Formation. Easy to use editing interface and use on your PC and Phone. -**Some similar English names with Dash Formation**, information comes from [this post](https://puzzleanddragonsforum.com/threads/107636). +This tool can help you easily create and share Swipe Formation or Solo Formation. Easy to use editing interface and use on your PC and Phone. +**Some similar English names with Swipe Formation**, information comes from [this post](https://puzzleanddragonsforum.com/threads/107636). * co-op speed farming * ALB farming * green row diff --git a/languages/en.js b/languages/en.js index 3a10e400..5816f457 100644 --- a/languages/en.js +++ b/languages/en.js @@ -1,4 +1,4 @@ -document.title = solo?'P&D Solo Formation Maker':'P&D Dash Formation Maker'; +document.title = solo?'P&D Solo Formation Maker':'P&D Multi Formation Maker'; var txtTitle = document.querySelector(".title-box .title"); var txtDetail = document.querySelector(".detail-box .detail"); txtTitle.placeholder = "Input Formation Title"; diff --git a/languages/zh-TW.js b/languages/zh-TW.js index d0303847..cdc163f9 100644 --- a/languages/zh-TW.js +++ b/languages/zh-TW.js @@ -1,5 +1,5 @@ -document.title = solo?'龍族拼圖單人陣型圖製作工具':'龍族拼圖車隊陣型圖製作工具'; +document.title = solo?'龍族拼圖單人隊伍圖製作工具':'龍族拼圖協力隊伍圖製作工具'; var txtTitle = document.querySelector(".title-box .title"); var txtDetail = document.querySelector(".detail-box .detail"); -txtTitle.placeholder = "輸入陣型標題"; +txtTitle.placeholder = "輸入隊伍標題"; txtDetail.placeholder = "輸入說明"; \ No newline at end of file diff --git a/languages/zh.js b/languages/zh.js index 4a6b8644..1da3348d 100644 --- a/languages/zh.js +++ b/languages/zh.js @@ -1 +1 @@ -document.title = solo?'智龙迷城单人阵型图制作工具':'智龙迷城车队阵型图制作工具'; \ No newline at end of file +document.title = solo?'智龙迷城单人队伍图制作工具':'智龙迷城协力队伍图制作工具'; \ No newline at end of file diff --git a/index.html b/multi.html similarity index 97% rename from index.html rename to multi.html index ad886e10..9529ab81 100644 --- a/index.html +++ b/multi.html @@ -6,7 +6,7 @@ - + @@ -30,7 +30,7 @@ var formation = new Formation(2,5);