-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chiba
committed
Aug 8, 2015
1 parent
b1da629
commit 777431b
Showing
92 changed files
with
5,910 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,7 @@ | |
Calculate experience value. | ||
|
||
exp calculator for poi | ||
##v1.0.0 | ||
init | ||
##v1.1.0 | ||
add i18n support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Basic": "Basic", | ||
"Flagship": "Flagship", | ||
"MVP": "MVP", | ||
"MVP and flagship": "MVP and flagship", | ||
"Exp-calc": "Exp-calc", | ||
"Exp calculator": "Exp calculator", | ||
"Ship": "Ship", | ||
"NULL": "NULL", | ||
"Map": "Map", | ||
"Result": "Result", | ||
"Actual level": "Actual level", | ||
"To next": "To next", | ||
"Goal": "Goal", | ||
"Total exp": "Total exp", | ||
"Per attack": "Per attack", | ||
"Remainder": "Remainder" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Basic": "基礎", | ||
"Flagship": "旗艦", | ||
"MVP": "MVP", | ||
"MVP and flagship": "MVP + 旗艦", | ||
"Exp-calc": "経験値計算機", | ||
"Exp calculator": "経験値計算機", | ||
"Ship": "艦", | ||
"NULL": "無", | ||
"Map": "海域", | ||
"Result": "評価", | ||
"Actual level": "今のレべル", | ||
"To next": "次のレベルまで", | ||
"Goal": "目標のレベル", | ||
"Total exp": "必要経験値", | ||
"Per attack": "1回あたり", | ||
"Remainder": "戦闘回数" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Basic": "基础", | ||
"Flagship": "旗舰", | ||
"MVP": "MVP", | ||
"MVP and flagship": "MVP和旗舰", | ||
"Exp-calc": "经验计算", | ||
"Exp calculator": "Exp calculator", | ||
"Ship": "舰娘", | ||
"NULL": "空", | ||
"Map": "海域", | ||
"Result": "结果", | ||
"Actual level": "目前等级", | ||
"To next": "距离下一级", | ||
"Goal": "目标等级", | ||
"Total exp": "合计经验", | ||
"Per attack": "每场经验", | ||
"Remainder": "剩余场数" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.