OSDN Git Service

関数名を変更
[kcd/KCD.git] / KCD / LocalizedStrings.swift
1 //
2 //  LocalizedStrings.swift
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2017/10/01.
6 //  Copyright © 2017年 Hori,Masaki. All rights reserved.
7 //
8
9 import Foundation
10
11 struct LocalizedStrings {}
12
13 /// WindowManager
14 extension LocalizedStrings {
15     
16     /// Menu itmes
17     static let showHistory = LocalizedString("Show History", comment: "Show History")
18     static let hideHistory = LocalizedString("Hide History", comment: "Hide History")
19     static let showSlotItem = LocalizedString("Show Slot Item", comment: "Show Slot Item")
20     static let hideSlotItem = LocalizedString("Hide Slot Item", comment: "Hide Slot Item")
21     static let showUpgradableShips = LocalizedString("Show Upgradable Ships", comment: "Show Upgradable Ships")
22     static let hideUpgradableShips = LocalizedString("Hide Upgradable Ships", comment: "Hide Upgradable Ships")
23     static let showScreenshotList = LocalizedString("Show Screenshot List", comment: "Show Screenshot List")
24     static let hideScreenshotList = LocalizedString("Hide Screenshot List", comment: "Hide Screenshot List")
25     static let showAirbaseInfo = LocalizedString("Show Air Base Info", comment: "Show Air Base Info")
26     static let hideAirbaseInfo = LocalizedString("Hide Air Base Info", comment: "Hide Air Base Info")
27     
28 }
29
30 /// SokuTransformer
31 extension LocalizedStrings {
32     
33     static let slow = LocalizedString("Slow", comment: "Speed, slow")
34     static let fast = LocalizedString("Fast", comment: "Speed, fast")
35     static let faster = LocalizedString("Faster", comment: "Speed, faster")
36     static let fastest = LocalizedString("Fastest", comment: "Speed, fastest")
37     
38 }
39
40 /// LengTransformer
41 extension LocalizedStrings {
42     
43     static let short = LocalizedString("Short", comment: "Range, short")
44     static let middle = LocalizedString("Middle", comment: "Range, middle")
45     static let long = LocalizedString("Long", comment: "Range, long")
46     static let overLong = LocalizedString("Very Long", comment: "Range, very long")
47     
48 }
49
50 /// ActinKindTransformer
51 extension LocalizedStrings {
52     
53     static let standBy = LocalizedString("StandBy", comment: "Airbase action kind")
54     static let sortie = LocalizedString("Sortie", comment: "Airbase action kind")
55     static let airDifense = LocalizedString("Air Difence", comment: "Airbase action kind")
56     static let shelter = LocalizedString("Shelter", comment: "Airbase action kind")
57     static let rest = LocalizedString("Rest", comment: "Airbase action kind")
58     
59 }
60
61 /// AirbasePlaneStateTransformer
62 extension LocalizedStrings {
63     
64     static let rotating = LocalizedString("rotating", comment: "AirbasePlaneStateTransformer")
65 }
66
67 /// MissionStatus
68 extension LocalizedStrings {
69     
70     static let missionWillReturnMessage = LocalizedString("%@ Will Return From Mission.", comment: "%@ Will Return From Mission.")
71     static let missionWillReturnInformation = LocalizedString("%@ Will Return From %@.", comment: "%@ Will Return From %@.")
72     
73 }
74
75 /// NyukyoDockStatus
76 extension LocalizedStrings {
77     
78     static let dockingWillFinish = LocalizedString("%@ Will Finish Docking.", comment: "%@ Will Finish Docking.")
79     
80 }
81
82 /// KenzoDockStatus
83 extension LocalizedStrings {
84     
85     static let buildingWillFinish = LocalizedString("It Will Finish Build at No.%@.", comment: "It Will Finish Build at No.%@.")
86     
87 }
88
89 /// TimeSignalNotifier
90 extension LocalizedStrings {
91     
92     static let timerSIgnalMessage = LocalizedString("It is soon %zd o'clock.", comment: "It is soon %zd o'clock.")
93     
94 }
95
96 /// StoreCreateSlotItemHistoryCommand
97 extension LocalizedStrings {
98     
99     static let failDevelop = LocalizedString("fail to develop", comment: "fail to develop")
100     
101 }
102
103 /// BridgeViewController
104 extension LocalizedStrings {
105     
106     static let tweetTag = LocalizedString("kancolle", comment: "kancolle twitter hash tag")
107     
108 }
109
110 /// BroserWindowController
111 extension LocalizedStrings {
112     
113     /// Menu items
114     static let showCombinedView = LocalizedString("Show Combined View", comment: "View menu, show combined view")
115     static let hideCombinedView = LocalizedString("Hide Combined View", comment: "View menu, hide combined view")
116     
117 }
118
119 /// GameViewController
120 extension LocalizedStrings {
121     
122     /// Menu items
123     static let reload = LocalizedString("Reload", comment: "Reload menu, reload")
124     static let backToGame = LocalizedString("Back To Game", comment: "Reload menu, back to game")
125     
126     /// Others
127     static let reloadTimeShortenMessage = LocalizedString("Reload interval is too short?", comment: "")
128     static let reloadTimeShortenInfo = LocalizedString("Reload interval is too short.\nWait until %@.", comment: "")
129     static let deletingCacheInfo = LocalizedString("Deleting caches...", comment: "Deleting caches...")
130 }
131
132 /// DocksViewController
133 extension LocalizedStrings {
134     
135     static let sortieInfomation = LocalizedString("%@ in sortie into %@ (%@)", comment: "Sortie")
136     static let battleWithBOSS = LocalizedString("%@ battle against the enemy main fleet at %@ war zone in %@ (%@) now", comment: "Sortie")
137     static let battleInformation = LocalizedString("%@ battle at %@ war zone in %@ (%@) now", comment: "Sortie")
138 }
139
140 /// HistoryTableViewController
141 extension LocalizedStrings {
142     
143     static let addMark = LocalizedString("Add mark", comment: "Add history mark.")
144     static let removeMark = LocalizedString("Remove mark", comment: "Remove history mark.")
145     
146 }
147
148 /// SlotItemWindowController
149 extension LocalizedStrings {
150     
151     static let allEquipment = LocalizedString("All", comment: "show equipment type All")
152     static let equiped = LocalizedString("Equiped", comment: "show equipment type Equiped")
153     static let unequiped = LocalizedString("Unequiped", comment: "show equipment type Unequiped")
154     
155 }
156
157 /// UpgradableShipsWindowController
158 extension LocalizedStrings {
159     
160     static let showKanmusu = LocalizedString("Show Kanmusu", comment: "UpgradableShipsWindowController menu item")
161     static let hideKanmusu = LocalizedString("Hide Kanmusu", comment: "UpgradableShipsWindowController menu item")
162     
163 }
164
165 /// ExternalBrowserWindowController
166 extension LocalizedStrings {
167     
168     /// Menu Items
169     static let showBookmark = LocalizedString("Show Bookmark", comment: "Menu item title, Show Bookmark")
170     static let hideBookmark = LocalizedString("Hide Bookmark", comment: "Menu item title, Hide Bookmark")
171     
172 }