Localized more labels for the watch app now.

This commit is contained in:
dirk 2020-05-10 21:55:08 +02:00
parent 05dc353f9f
commit 9da816d9ef
11 changed files with 22 additions and 7 deletions

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>537</string>
<string>538</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>537</string>
<string>538</string>
<key>CLKComplicationPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
<key>CLKComplicationSupportedFamilies</key>

View File

@ -16,6 +16,12 @@ class InfoInterfaceController: WKInterfaceController {
@IBOutlet var cachedValuesLabel: WKInterfaceLabel!
@IBOutlet var backgroundUpdatesLabel: WKInterfaceLabel!
override public init() {
super.init()
setTitle(NSLocalizedString("Cancel", comment: "Watch Interface Controller Cancel Label"))
}
@IBAction func doCloseAction() {
self.dismiss()
}

View File

@ -13,6 +13,12 @@ class SnoozeInterfaceController : WKInterfaceController {
@IBOutlet var stopSnoozingButton: WKInterfaceButton!
override public init() {
super.init()
setTitle(NSLocalizedString("Cancel", comment: "Watch Interface Controller Cancel Label"))
}
override func awake(withContext context: Any?) {
super.awake(withContext: context)

View File

@ -1883,7 +1883,7 @@
CODE_SIGN_ENTITLEMENTS = nightguard/scoutwatch.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 537;
CURRENT_PROJECT_VERSION = 538;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = BSAVUVP8PV;
ENABLE_BITCODE = YES;
@ -1911,7 +1911,7 @@
CODE_SIGN_ENTITLEMENTS = nightguard/scoutwatch.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 537;
CURRENT_PROJECT_VERSION = 538;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = BSAVUVP8PV;
ENABLE_BITCODE = YES;

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>537</string>
<string>538</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -330,3 +330,6 @@
/* Watch Popup Zoom Label */
"Zoom" = "Zoom";
/* Watch Interface Controller Cancel Label */
"Cancel" = "Cancel";

View File

@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>537</string>
<string>538</string>
</dict>
</plist>

View File

@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>537</string>
<string>538</string>
</dict>
</plist>