Skip to content

Commit

Permalink
edit json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiba committed Aug 8, 2015
1 parent a413b06 commit efa05a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/i18n/en_US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Map-HP": "Map-HP",
"Map HP": "Map HP",
"Click Sortie to get infromation": "Click Sortie to get infromation",
"Show captured E0 map": "Show captured E0 map"
}
2 changes: 1 addition & 1 deletion assets/i18n/ja_JP.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Map-HP": "海域HPゲージ",
"Map HP": "海域HPゲージ",
"Click Sortie to get infromation": "出撃ボタンをクリックすることでデータを表示する",
"Show captured E0 map": "出撃をクリックしてください"
}
2 changes: 1 addition & 1 deletion assets/i18n/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Map-HP": "海域血量",
"Map HP": "海域血量",
"Click Sortie to get infromation": "点击出击后才能获得数据",
"Show captured E0 map": "显示已攻略EX图"
}
4 changes: 2 additions & 2 deletions index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ getHpStyle = (percent) ->
module.exports =
name: 'map-hp'
priority: 8
displayName: <span><FontAwesome key={0} name='heart' />{' ' + __("Map-HP")}</span>
description: __("Map-HP")
displayName: <span><FontAwesome key={0} name='heart' />{' ' + __("Map HP")}</span>
description: __("Map HP")
version: '1.0.0'
author: 'Chiba'
link: 'https://github.com/Chibaheit'
Expand Down

0 comments on commit efa05a8

Please sign in to comment.