Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New quest data from kcwiki #31

Merged
merged 4 commits into from
Aug 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions assets/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,18 @@
},

"modelconversion": {
"main": "{{{secretary_equip}}}, then scrap {{{scraps}}}{{{note}}}",
"main": "{{{secretary_equip}}}, then {{{objects}}}{{{note}}}",
"noequip": "Have {{{secretary}}} as secretary",
"equip": "Equip an UNLOCKED {{{fullyskilled}}}{{{equipment}}} on {{{secretary}}} as secretary",
"equip": "Equip an UNLOCKED {{{fullyskilled}}}{{{maxmodified}}}{{{equipment}}} on {{{secretary}}} as secretary",
"secretarydefault": "a carrier",
"scraps": "scrap {{{scraps}}}",
"scrap": "{{{amount}}} {{{name}}}",
"consumptions": "consuming {{{consumptions}}}",
"consumption": "{{{amount}}} {{{name}}}",
"equipmentdelim": ", ",
"scrapdelim": ", ",
"fullyskilled": "Rank 7 ",
"maxmodified": "maxed modified ",
"useskilledcrew": ", consuming a Skilled Crew Member"
},

Expand Down
10 changes: 8 additions & 2 deletions assets/i18n/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Daily Quest": "デイリー",
"Weekly Quest": "ウィークリー",
"Monthly Quest": "マンスリー",
"Quarterly Quest": "クォータリー",
"-3rd/-7th/-0th": "デイリー(3/7/0日限定)",
"-2nd/-8th": "デイリー(2/8日限定)",

Expand Down Expand Up @@ -145,13 +146,18 @@
},

"modelconversion": {
"main": "{{{secretary_equip}}}{{{scraps}}}廃棄{{{note}}}",
"equip": "ロックを解除した{{{fullyskilled}}}{{{equipment}}}搭載{{{secretary}}}を秘書艦にして、",
"main": "{{{secretary_equip}}}{{{objects}}}{{{note}}}",
"equip": "ロックを解除した{{{fullyskilled}}}{{{maxmodified}}}{{{equipment}}}搭載{{{secretary}}}を秘書艦にして、",
"noequip": "{{{secretary}}}を秘書艦にして",
"secretarydefault": "空母",
"scraps": "{{{scraps}}}廃棄",
"scrap": "{{{name}}}を{{{amount}}}つ",
"consumptions": "{{{consumptions}}}消費",
"consumption": "{{{name}}}を{{{amount}}}個",
"equipmentdelim": "・",
"scrapdelim": "・",
"fullyskilled": "練度max",
"maxmodified": "改修max",
"useskilledcrew": "(熟練搭乗員がいないと達成不可)"
},

Expand Down
10 changes: 8 additions & 2 deletions assets/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Daily Quest": "每日任务",
"Weekly Quest": "每周任务",
"Monthly Quest": "每月任务",
"Quarterly Quest": "每季任务",
"-3rd/-7th/-0th": "3/7/0日任务",
"-2nd/-8th": "2/8日任务",

Expand Down Expand Up @@ -159,13 +160,18 @@
},

"modelconversion": {
"main": "{{{secretary_equip}}},然后废弃{{{scraps}}}{{{note}}}",
"equip": "秘书舰{{{secretary}}}搭载未上锁的{{{fullyskilled}}}{{{equipment}}}",
"main": "{{{secretary_equip}}},然后{{{objects}}}{{{note}}}",
"equip": "秘书舰{{{secretary}}}搭载未上锁的{{{fullyskilled}}}{{{maxmodified}}}{{{equipment}}}",
"noequip": "秘书舰设为{{{secretary}}}",
"secretarydefault": "空母",
"scraps": "废弃{{{scraps}}}",
"scrap": "{{{name}}}{{{amount}}}只",
"consumptions": "消耗{{{consumptions}}}",
"consumption": "{{{name}}}{{{amount}}}个",
"equipmentdelim": "、",
"scrapdelim": ",",
"fullyskilled": "、满熟练度的",
"maxmodified": "、改修Max的",
"useskilledcrew": ",同时消耗一个熟练搭乘员"
},

Expand Down
10 changes: 8 additions & 2 deletions assets/i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Daily Quest": "每日任務",
"Weekly Quest": "每週任務",
"Monthly Quest": "每月任務",
"Quarterly Quest": "每季任務",
"-3rd/-7th/-0th": "3/7/0日任務",
"-2nd/-8th": "2/8日任務",

Expand Down Expand Up @@ -158,13 +159,18 @@
},

"modelconversion": {
"main": "{{{secretary_equip}}},然後廢棄{{{scraps}}}{{{note}}}",
"equip": "祕書艦{{{secretary}}}搭載未上鎖的{{{fullyskilled}}}{{{equipment}}}",
"main": "{{{secretary_equip}}},然後{{{objects}}}{{{note}}}",
"equip": "祕書艦{{{secretary}}}搭載未上鎖的{{{fullyskilled}}}{{{maxmodified}}}{{{equipment}}}",
"noequip": "祕書艦設為{{{secretary}}}",
"secretarydefault": "空母",
"scraps": "廢棄{{{scraps}}}",
"scrap": "{{{name}}}{{{amount}}}只",
"consumptions": "消耗{{{consumptions}}}",
"consumption": "{{{name}}}{{{amount}}}個",
"equipmentdelim": "、",
"scrapdelim": ",",
"fullyskilled": "、滿熟練度的",
"maxmodified": "、改修Max的",
"useskilledcrew": ",同時消耗一個熟練搭乘員"
},

Expand Down
Loading