Skip to content

Commit

Permalink
fix(fool): fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Mar 31, 2020
1 parent 4fe5b61 commit 325197a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/assets/preloader_i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let _i18n = {
"ja": {
"load_title--text": "読み込み中...",
"load_caption--text": "初めての読み込みは動作が遅くなる可能性があります<br>少々お待ち下さい",
"load_copyright--text": "レユニオンデータ統計処理部門"
"load_copyright--text": "ペンギン急便データ統計処理部門"
},
"ko": {
"load_title--text": "로딩중...",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"repo": "Project repositories: ",
"frontend": "Front End",
"backend": "Back End",
"contribute_0": "If you have experience with any of the following, and want to contribute to Penguin Statistics, contact us at QQ group: 747099627.",
"contribute_0": "If you have experience with any of the following skills, and want to contribute to Penguin Statistics, please feel free to contact us.",
"contribute_1": "This is a nonprofit and open source project",
"skills": {
"frontend": "Front End Development (Vue.js)",
Expand Down Expand Up @@ -132,5 +132,8 @@
"not": "Should not be {quantity} kinds of items"
}
}
},
"donate": {
"donate_0": "Increasing number of users and server fees are putting Penguin Statistics into crisis. In order to protect our beloved Penguin Statistics, the webmaster decided to..."
}
}
2 changes: 1 addition & 1 deletion src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"repo": "プロジェクトリポジトリ:",
"frontend": "フロントエンド",
"backend": "バックエンド",
"contribute_0": "以下のような開発の経験があるのであれば、Penguin Statistics に自身の力を使ってみませんか?右記のQQグループを追加してください:747099627",
"contribute_0": "以下のような開発の経験があるのであれば、Reunion Statisticsに自身の力を使ってみませんか?",
"contribute_1": "本プロジェクトは無償のオープンソースプロジェクトです",
"skills": {
"frontend": "フロントエンド開発 Vue.js",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"repo": "项目仓库:",
"frontend": "前端",
"backend": "后端",
"contribute_0": "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,请加QQ群:747099627",
"contribute_0": "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,欢迎联系我们。",
"contribute_1": "本项目为无偿开源项目",
"skills": {
"frontend": "网站前端开发 Vue.js",
Expand Down Expand Up @@ -132,5 +132,8 @@
"not": "物品种类应不为 {quantity}"
}
}
},
"donate": {
"donate_0": "用户量激增,服务器月费上涨,企鹅数据的运营陷入了危机。站长红白为了保护喜爱的企鹅数据而决定..."
}
}
6 changes: 5 additions & 1 deletion src/models/special.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default {
},
fool: {
enabled () {
return true
return timeFormatter.dayjs().isBetween('2020-04-01', '2020-04-02', 'day', '[)')
},
messages: {
Expand All @@ -33,6 +34,9 @@ export default {
"intro_0": "欢迎来到整合运动数据统计。",
"intro_1": "整合运动数据统计(Reunion Statistics)是整合运动旗下数据处理部门,致力于各作战素材库存统计分析。",
"intro_2": "目前绝大部分数据由玩家手动上传,为了尽量减少谎报、误报对结果的影响,整合运动干部们会对库存进行多方位的审查。"
},
"donate": {
"donate_0": "用户量激增,服务器月费上涨,整合运动的运营陷入了危机。站长红白为了保护喜爱的整合运动而决定..."
}
},
en: {
Expand All @@ -51,7 +55,7 @@ export default {
}
},
contribute: {
contribute_0: "If you have experience with any of the following, and want to contribute to Reunion Statistics, contact us at QQ group: 747099627."
"contribute_0": "If you have experience with any of the following skills, and want to contribute to Reunion Statistics, please feel free to contact us.",
},
"donate": {
"donate_0": "Increasing number of users and server fees are putting Reunion Statistics into crisis. In order to protect our beloved Reunion Statistics, the webmaster decided to..."
Expand Down
6 changes: 0 additions & 6 deletions src/views/About/Contribute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,20 @@
"contribute": {
"frontend": "前端",
"backend": "后端",
"contribute_0": "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,欢迎联系我们。",
"contribute_1": "本项目为无偿开源项目",
"qq_group": "QQ群:"
}
},
"en": {
"contribute": {
"frontend": "Frontend",
"backend": "Backend",
"contribute_0": "If you have experience with any of the following skills, and want to contribute to Reunion Statistics, please feel free to contact us.",
"contribute_1": "This is a nonprofit and open source project",
"qq_group": "QQ Group: "
}
},
"ja": {
"contribute": {
"frontend": "フロントエンド",
"backend": "バックエンド",
"contribute_0": "以下のような開発の経験があるのであれば、Reunion Statisticsに自身の力を使ってみませんか?",
"contribute_1": "本プロジェクトは無償のオープンソースプロジェクトです",
"qq_group": "QQグループ:"
}
},
Expand Down
2 changes: 0 additions & 2 deletions src/views/About/Donate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"zh": {
"donate": {
"donate_0": "用户量激增,服务器月费上涨,企鹅数据的运营陷入了危机。站长红白为了保护喜爱的企鹅数据而决定...",
"donate_1": "随着访问量的增加,目前的小水管服务器已经有些不堪重负了。如果各位刀客塔能捐助一些",
"donate_2": "服务器费用",
"donate_3": "pocky、阿噗噜派也可",
Expand All @@ -17,7 +16,6 @@
},
"en": {
"donate": {
"donate_0": "Increasing number of users and server fees are putting Reunion Statistics into crisis. In order to protect our beloved Reunion Statistics, the webmaster decided to...",
"donate_1": "The number of users is increasing. The server is becoming overwhelmed. We will appreciate it a lot if Doctors can donate some",
"donate_2": "server fee.",
"donate_3": "pocky or apple pie are also accepted",
Expand Down

0 comments on commit 325197a

Please sign in to comment.