From efa05a8b40b269400a4b9e8894743e10e33b59fa Mon Sep 17 00:00:00 2001 From: Chiba Date: Sat, 8 Aug 2015 19:46:05 +0800 Subject: [PATCH] edit json --- assets/i18n/en_US.json | 2 +- assets/i18n/ja_JP.json | 2 +- assets/i18n/zh_CN.json | 2 +- index.cjsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 566b33c..4f09729 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -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" } diff --git a/assets/i18n/ja_JP.json b/assets/i18n/ja_JP.json index 806cd63..a72fc00 100644 --- a/assets/i18n/ja_JP.json +++ b/assets/i18n/ja_JP.json @@ -1,5 +1,5 @@ { - "Map-HP": "海域HPゲージ", + "Map HP": "海域HPゲージ", "Click Sortie to get infromation": "出撃ボタンをクリックすることでデータを表示する", "Show captured E0 map": "出撃をクリックしてください" } diff --git a/assets/i18n/zh_CN.json b/assets/i18n/zh_CN.json index 5647434..31d4a57 100644 --- a/assets/i18n/zh_CN.json +++ b/assets/i18n/zh_CN.json @@ -1,5 +1,5 @@ { - "Map-HP": "海域血量", + "Map HP": "海域血量", "Click Sortie to get infromation": "点击出击后才能获得数据", "Show captured E0 map": "显示已攻略EX图" } diff --git a/index.cjsx b/index.cjsx index 4e753d6..2dd5066 100644 --- a/index.cjsx +++ b/index.cjsx @@ -35,8 +35,8 @@ getHpStyle = (percent) -> module.exports = name: 'map-hp' priority: 8 - displayName: {' ' + __("Map-HP")} - description: __("Map-HP") + displayName: {' ' + __("Map HP")} + description: __("Map HP") version: '1.0.0' author: 'Chiba' link: 'https://github.com/Chibaheit'