From: masakih Date: Wed, 11 Jan 2017 11:49:42 +0000 (+0900) Subject: 新しい速力の表示ができるように修正 X-Git-Tag: 1.8b8~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6e36b3d1e638ed5e27bfa2b7cebb64721ac2d144;p=kcd%2FKCD.git 新しい速力の表示ができるように修正 --- diff --git a/KCD/Base.lproj/HMShipDetailViewController.xib b/KCD/Base.lproj/HMShipDetailViewController.xib index 7923c2db..10b3e2ea 100644 --- a/KCD/Base.lproj/HMShipDetailViewController.xib +++ b/KCD/Base.lproj/HMShipDetailViewController.xib @@ -1,7 +1,6 @@ - @@ -339,15 +338,15 @@ - + - + - + - HMSokuTransformer diff --git a/KCD/HMMemberShipCommand.m b/KCD/HMMemberShipCommand.m index a9df4651..b1ad762b 100644 --- a/KCD/HMMemberShipCommand.m +++ b/KCD/HMMemberShipCommand.m @@ -43,8 +43,8 @@ @"api_voicef", @"api_afterlv", @"api_aftershipid", @"api_backs", @"api_slotnum", @"api_stype", @"api_name", @"api_yomi", @"api_raig", @"api_luck", @"api_saku", @"api_raim", @"api_baku", - @"api_taik", @"api_houg", @"api_souk", @"api_houm", @"api_tyku", - @"api_ndock_item", @"api_soku", @"api_star", + @"api_taik", @"api_houg", @"api_houm", @"api_tyku", + @"api_ndock_item", @"api_star", @"api_ndock_time_str", @"api_member_id", @"api_fuel_max", @"api_bull_max"]; return ignoreKeys; } diff --git a/KCD/HMSokuTransformer.m b/KCD/HMSokuTransformer.m index 709c807c..be9431ea 100644 --- a/KCD/HMSokuTransformer.m +++ b/KCD/HMSokuTransformer.m @@ -11,6 +11,8 @@ typedef NS_ENUM(NSInteger, SokuType) { kSlow = 5, kFast = 10, + kFaster = 15, + kFastest = 20, }; @implementation HMSokuTransformer @@ -43,6 +45,12 @@ typedef NS_ENUM(NSInteger, SokuType) { case kFast: result = NSLocalizedString(@"Fast", @"Speed, fast"); break; + case kFaster: + result = NSLocalizedString(@"Faster", @"Speed, faster"); + break; + case kFastest: + result = NSLocalizedString(@"Fastest", @"Speed, fastest"); + break; } return result; diff --git a/KCD/KCD.xcdatamodeld/KCD.xcdatamodel/contents b/KCD/KCD.xcdatamodeld/KCD.xcdatamodel/contents index c890dbc8..55fcc21e 100644 --- a/KCD/KCD.xcdatamodeld/KCD.xcdatamodel/contents +++ b/KCD/KCD.xcdatamodeld/KCD.xcdatamodel/contents @@ -1,5 +1,5 @@ - + @@ -330,6 +330,7 @@ + @@ -353,6 +354,8 @@ + + @@ -369,9 +372,7 @@ - + - - \ No newline at end of file diff --git a/KCD/ja.lproj/Localizable.strings b/KCD/ja.lproj/Localizable.strings index 4bb893da..571040e5 100644 Binary files a/KCD/ja.lproj/Localizable.strings and b/KCD/ja.lproj/Localizable.strings differ diff --git a/KCD/ja.lproj/Localizable.strings.sed b/KCD/ja.lproj/Localizable.strings.sed index de38fe61..d411583f 100644 --- a/KCD/ja.lproj/Localizable.strings.sed +++ b/KCD/ja.lproj/Localizable.strings.sed @@ -30,7 +30,9 @@ s/Long/長/2 s/Middle/中/2 s/Short/短/2 s/Slow/低速/2 -s/Fast/高速/2 +s/Fast"/高速"/2 +s/Faster"/高速+"/2 +s/Fastest"/最速"/2 s/Deleting caches.../キャッシュを削除中.../2 s/Hide Combined View/連合艦隊ビューを隠す/2 s/Show Combined View/連合艦隊ビューを表示/2 diff --git a/KCD/ja.lproj/SlotItemShortName.plist b/KCD/ja.lproj/SlotItemShortName.plist index 45ea2a0c..dc1c8776 100644 --- a/KCD/ja.lproj/SlotItemShortName.plist +++ b/KCD/ja.lproj/SlotItemShortName.plist @@ -2,6 +2,8 @@ + 33 + ター 37 7.7 38 diff --git a/KCD/zh-Hant-TW.lproj/Localizable.strings b/KCD/zh-Hant-TW.lproj/Localizable.strings index c7588724..eb78d150 100644 Binary files a/KCD/zh-Hant-TW.lproj/Localizable.strings and b/KCD/zh-Hant-TW.lproj/Localizable.strings differ diff --git a/KCD/zh-Hant-TW.lproj/Localizable.strings.sed b/KCD/zh-Hant-TW.lproj/Localizable.strings.sed index b4b71ca3..34e9c39d 100644 --- a/KCD/zh-Hant-TW.lproj/Localizable.strings.sed +++ b/KCD/zh-Hant-TW.lproj/Localizable.strings.sed @@ -30,7 +30,9 @@ s/Long/長/2 s/Middle/中/2 s/Short/短/2 s/Slow/低速/2 -s/Fast/高速/2 +s/Fast"/高速"/2 +s/Faster"/高速+"/2 +s/Fastest"/最速"/2 s/Deleting caches.../刪除緩存.../2 s/Hide Combined View/隱藏聯合艦隊視窗/2 s/Show Combined View/顯示聯合艦隊視窗/2