diff --git a/src/assets/preloader_i18n.js b/src/assets/preloader_i18n.js index 4dc6852b..19d1a0f1 100644 --- a/src/assets/preloader_i18n.js +++ b/src/assets/preloader_i18n.js @@ -61,7 +61,7 @@ let _i18n = { "ja": { "load_title--text": "読み込み中...", "load_caption--text": "初めての読み込みは動作が遅くなる可能性があります
少々お待ち下さい", - "load_copyright--text": "レユニオンデータ統計処理部門" + "load_copyright--text": "ペンギン急便データ統計処理部門" }, "ko": { "load_title--text": "로딩중...", diff --git a/src/locales/en.json b/src/locales/en.json index 8b06abe8..31a53f09 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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)", @@ -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..." } } diff --git a/src/locales/ja.json b/src/locales/ja.json index 83df71e9..6382d1b7 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -78,7 +78,7 @@ "repo": "プロジェクトリポジトリ:", "frontend": "フロントエンド", "backend": "バックエンド", - "contribute_0": "以下のような開発の経験があるのであれば、Penguin Statistics に自身の力を使ってみませんか?右記のQQグループを追加してください:747099627", + "contribute_0": "以下のような開発の経験があるのであれば、Reunion Statisticsに自身の力を使ってみませんか?", "contribute_1": "本プロジェクトは無償のオープンソースプロジェクトです", "skills": { "frontend": "フロントエンド開発 Vue.js", diff --git a/src/locales/zh.json b/src/locales/zh.json index a2aa9909..b07c895d 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -78,7 +78,7 @@ "repo": "项目仓库:", "frontend": "前端", "backend": "后端", - "contribute_0": "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,请加QQ群:747099627", + "contribute_0": "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,欢迎联系我们。", "contribute_1": "本项目为无偿开源项目", "skills": { "frontend": "网站前端开发 Vue.js", @@ -132,5 +132,8 @@ "not": "物品种类应不为 {quantity}" } } + }, + "donate": { + "donate_0": "用户量激增,服务器月费上涨,企鹅数据的运营陷入了危机。站长红白为了保护喜爱的企鹅数据而决定..." } } diff --git a/src/models/special.js b/src/models/special.js index 5e9da294..79659501 100644 --- a/src/models/special.js +++ b/src/models/special.js @@ -13,6 +13,7 @@ export default { }, fool: { enabled () { + return true return timeFormatter.dayjs().isBetween('2020-04-01', '2020-04-02', 'day', '[)') }, messages: { @@ -33,6 +34,9 @@ export default { "intro_0": "欢迎来到整合运动数据统计。", "intro_1": "整合运动数据统计(Reunion Statistics)是整合运动旗下数据处理部门,致力于各作战素材库存统计分析。", "intro_2": "目前绝大部分数据由玩家手动上传,为了尽量减少谎报、误报对结果的影响,整合运动干部们会对库存进行多方位的审查。" + }, + "donate": { + "donate_0": "用户量激增,服务器月费上涨,整合运动的运营陷入了危机。站长红白为了保护喜爱的整合运动而决定..." } }, en: { @@ -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..." diff --git a/src/views/About/Contribute.vue b/src/views/About/Contribute.vue index 18958ae7..96a57977 100644 --- a/src/views/About/Contribute.vue +++ b/src/views/About/Contribute.vue @@ -4,8 +4,6 @@ "contribute": { "frontend": "前端", "backend": "后端", - "contribute_0": "如果您有以下一项或多项经验,愿意为企鹅数据贡献自己的一份力量,欢迎联系我们。", - "contribute_1": "本项目为无偿开源项目", "qq_group": "QQ群:" } }, @@ -13,8 +11,6 @@ "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: " } }, @@ -22,8 +18,6 @@ "contribute": { "frontend": "フロントエンド", "backend": "バックエンド", - "contribute_0": "以下のような開発の経験があるのであれば、Reunion Statisticsに自身の力を使ってみませんか?", - "contribute_1": "本プロジェクトは無償のオープンソースプロジェクトです", "qq_group": "QQグループ:" } }, diff --git a/src/views/About/Donate.vue b/src/views/About/Donate.vue index c20bb9c0..7bc178ad 100644 --- a/src/views/About/Donate.vue +++ b/src/views/About/Donate.vue @@ -2,7 +2,6 @@ { "zh": { "donate": { - "donate_0": "用户量激增,服务器月费上涨,企鹅数据的运营陷入了危机。站长红白为了保护喜爱的企鹅数据而决定...", "donate_1": "随着访问量的增加,目前的小水管服务器已经有些不堪重负了。如果各位刀客塔能捐助一些", "donate_2": "服务器费用", "donate_3": "pocky、阿噗噜派也可", @@ -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",