COVIDSafe code from version 1.13 (#25)

This commit is contained in:
COVIDSafe Support 2020-10-16 15:45:07 +11:00 committed by GitHub
parent a2b6a8bfb5
commit 3ea83834f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 970 additions and 576 deletions

View file

@ -233,6 +233,10 @@
5B9360FB24F73806008859FC /* StatisticsTableHeader.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9360F924F73806008859FC /* StatisticsTableHeader.xib */; }; 5B9360FB24F73806008859FC /* StatisticsTableHeader.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9360F924F73806008859FC /* StatisticsTableHeader.xib */; };
5B9360FD24F73CE6008859FC /* LoadingViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9360FC24F73CE6008859FC /* LoadingViewCell.xib */; }; 5B9360FD24F73CE6008859FC /* LoadingViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9360FC24F73CE6008859FC /* LoadingViewCell.xib */; };
5B9360FE24F73CE6008859FC /* LoadingViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9360FC24F73CE6008859FC /* LoadingViewCell.xib */; }; 5B9360FE24F73CE6008859FC /* LoadingViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9360FC24F73CE6008859FC /* LoadingViewCell.xib */; };
5B9E410D2521683500434B25 /* CSAlertView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9E410C2521683500434B25 /* CSAlertView.xib */; };
5B9E410E2521683500434B25 /* CSAlertView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B9E410C2521683500434B25 /* CSAlertView.xib */; };
5B9E41122521688700434B25 /* CSAlertViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9E41112521688700434B25 /* CSAlertViewController.swift */; };
5B9E41132521688700434B25 /* CSAlertViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9E41112521688700434B25 /* CSAlertViewController.swift */; };
5BA33A7B24B3FE2700D12515 /* UIFont + Traits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA33A7A24B3FE2700D12515 /* UIFont + Traits.swift */; }; 5BA33A7B24B3FE2700D12515 /* UIFont + Traits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA33A7A24B3FE2700D12515 /* UIFont + Traits.swift */; };
5BA33A7C24B41ECA00D12515 /* UIFont + Traits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA33A7A24B3FE2700D12515 /* UIFont + Traits.swift */; }; 5BA33A7C24B41ECA00D12515 /* UIFont + Traits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA33A7A24B3FE2700D12515 /* UIFont + Traits.swift */; };
5BA33A7E24B55E7D00D12515 /* BLELogRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA33A7D24B55E7D00D12515 /* BLELogRecord.swift */; }; 5BA33A7E24B55E7D00D12515 /* BLELogRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA33A7D24B55E7D00D12515 /* BLELogRecord.swift */; };
@ -427,6 +431,8 @@
5B9360F024F619C8008859FC /* MainStatisticsHeader.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainStatisticsHeader.xib; sourceTree = "<group>"; }; 5B9360F024F619C8008859FC /* MainStatisticsHeader.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainStatisticsHeader.xib; sourceTree = "<group>"; };
5B9360F924F73806008859FC /* StatisticsTableHeader.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = StatisticsTableHeader.xib; sourceTree = "<group>"; }; 5B9360F924F73806008859FC /* StatisticsTableHeader.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = StatisticsTableHeader.xib; sourceTree = "<group>"; };
5B9360FC24F73CE6008859FC /* LoadingViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LoadingViewCell.xib; sourceTree = "<group>"; }; 5B9360FC24F73CE6008859FC /* LoadingViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LoadingViewCell.xib; sourceTree = "<group>"; };
5B9E410C2521683500434B25 /* CSAlertView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CSAlertView.xib; sourceTree = "<group>"; };
5B9E41112521688700434B25 /* CSAlertViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSAlertViewController.swift; sourceTree = "<group>"; };
5BA33A7A24B3FE2700D12515 /* UIFont + Traits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont + Traits.swift"; sourceTree = "<group>"; }; 5BA33A7A24B3FE2700D12515 /* UIFont + Traits.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont + Traits.swift"; sourceTree = "<group>"; };
5BA33A7D24B55E7D00D12515 /* BLELogRecord.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BLELogRecord.swift; sourceTree = "<group>"; }; 5BA33A7D24B55E7D00D12515 /* BLELogRecord.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BLELogRecord.swift; sourceTree = "<group>"; };
5BA33A7F24B55EF200D12515 /* BLELogDB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BLELogDB.swift; sourceTree = "<group>"; }; 5BA33A7F24B55EF200D12515 /* BLELogDB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BLELogDB.swift; sourceTree = "<group>"; };
@ -597,6 +603,7 @@
5D8DD05D23E2F0BA00E097EF /* InfoViewController.swift */, 5D8DD05D23E2F0BA00E097EF /* InfoViewController.swift */,
7FACD53923F25A9A0042A33A /* InitialScreenViewController.swift */, 7FACD53923F25A9A0042A33A /* InitialScreenViewController.swift */,
5B92B09324D14AE00069C57D /* InternetConnectionViewController.swift */, 5B92B09324D14AE00069C57D /* InternetConnectionViewController.swift */,
5B9E41112521688700434B25 /* CSAlertViewController.swift */,
5B7ABF24244D3BC600BB249B /* IsolationSuccessViewController.swift */, 5B7ABF24244D3BC600BB249B /* IsolationSuccessViewController.swift */,
5D8DD05B23E2F0A700E097EF /* LogViewController.swift */, 5D8DD05B23E2F0A700E097EF /* LogViewController.swift */,
5961ABE92474E358004040DF /* MigrationViewController.swift */, 5961ABE92474E358004040DF /* MigrationViewController.swift */,
@ -637,6 +644,7 @@
children = ( children = (
5B9360EC24F6196A008859FC /* Cells */, 5B9360EC24F6196A008859FC /* Cells */,
30E91BEA23EFEA0B002D592A /* CodeInputView.swift */, 30E91BEA23EFEA0B002D592A /* CodeInputView.swift */,
5B9E410C2521683500434B25 /* CSAlertView.xib */,
B615C5A623F8EB1700345969 /* UIProgressView + Extension.swift */, B615C5A623F8EB1700345969 /* UIProgressView + Extension.swift */,
0BC141AB24305D9C00399FA8 /* NSMutableString + Extensions.swift */, 0BC141AB24305D9C00399FA8 /* NSMutableString + Extensions.swift */,
0BC141AD2430685800399FA8 /* UIColor + Extensions.swift */, 0BC141AD2430685800399FA8 /* UIColor + Extensions.swift */,
@ -1088,6 +1096,7 @@
5B82435F2480DC2100705CB1 /* Localizable.strings in Resources */, 5B82435F2480DC2100705CB1 /* Localizable.strings in Resources */,
5B92D6C7243018040049877B /* CovidSafe-config.plist in Resources */, 5B92D6C7243018040049877B /* CovidSafe-config.plist in Resources */,
59AF2EA0243560FD00ACCAF2 /* AmazonRootCA1.cer in Resources */, 59AF2EA0243560FD00ACCAF2 /* AmazonRootCA1.cer in Resources */,
5B9E410E2521683500434B25 /* CSAlertView.xib in Resources */,
5961ABEE2474E464004040DF /* spinner_migrating_db.json in Resources */, 5961ABEE2474E464004040DF /* spinner_migrating_db.json in Resources */,
5B92B0A224E0CD170069C57D /* LaunchScreen_pa-IN.storyboard in Resources */, 5B92B0A224E0CD170069C57D /* LaunchScreen_pa-IN.storyboard in Resources */,
59AF2EAD2435801400ACCAF2 /* AmazonRootCA4.cer in Resources */, 59AF2EAD2435801400ACCAF2 /* AmazonRootCA4.cer in Resources */,
@ -1130,6 +1139,7 @@
5BED1E3D24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard in Resources */, 5BED1E3D24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard in Resources */,
5B9360FA24F73806008859FC /* StatisticsTableHeader.xib in Resources */, 5B9360FA24F73806008859FC /* StatisticsTableHeader.xib in Resources */,
59F25D69245B917A002A7ED8 /* Spinner_home.json in Resources */, 59F25D69245B917A002A7ED8 /* Spinner_home.json in Resources */,
5B9E410D2521683500434B25 /* CSAlertView.xib in Resources */,
5B92B0B424F37E3E0069C57D /* InternetConnectionView.xib in Resources */, 5B92B0B424F37E3E0069C57D /* InternetConnectionView.xib in Resources */,
5BED1E4624A98EC20066C4D2 /* LaunchScreen_ko.storyboard in Resources */, 5BED1E4624A98EC20066C4D2 /* LaunchScreen_ko.storyboard in Resources */,
5BED1E3A24A96D1C0066C4D2 /* LaunchScreen_ar.storyboard in Resources */, 5BED1E3A24A96D1C0066C4D2 /* LaunchScreen_ar.storyboard in Resources */,
@ -1302,6 +1312,7 @@
596B189A24496D32003E190F /* Encounter+Util.swift in Sources */, 596B189A24496D32003E190F /* Encounter+Util.swift in Sources */,
5904A5C32462471A008C8012 /* EncounterV1toV2.xcmappingmodel in Sources */, 5904A5C32462471A008C8012 /* EncounterV1toV2.xcmappingmodel in Sources */,
5B92D690243018040049877B /* Encounter+CoreDataClass.swift in Sources */, 5B92D690243018040049877B /* Encounter+CoreDataClass.swift in Sources */,
5B9E41132521688700434B25 /* CSAlertViewController.swift in Sources */,
5B92D691243018040049877B /* RespondToAuthChallengeAPI.swift in Sources */, 5B92D691243018040049877B /* RespondToAuthChallengeAPI.swift in Sources */,
5B92D692243018040049877B /* BluetraceManager.swift in Sources */, 5B92D692243018040049877B /* BluetraceManager.swift in Sources */,
597BB7CD245FAEC00067A2E2 /* SecKey+CovidSafe.swift in Sources */, 597BB7CD245FAEC00067A2E2 /* SecKey+CovidSafe.swift in Sources */,
@ -1412,6 +1423,7 @@
30BE1CB123F134D0005DCE4F /* Encounter+EncounterRecord.swift in Sources */, 30BE1CB123F134D0005DCE4F /* Encounter+EncounterRecord.swift in Sources */,
A767D336242DF1B100DC9E2A /* GetJMCTargetAction.swift in Sources */, A767D336242DF1B100DC9E2A /* GetJMCTargetAction.swift in Sources */,
A767D316242DF1B000DC9E2A /* Logging.swift in Sources */, A767D316242DF1B000DC9E2A /* Logging.swift in Sources */,
5B9E41122521688700434B25 /* CSAlertViewController.swift in Sources */,
D8EB201B23FA722D001C60EC /* HelpNavController.swift in Sources */, D8EB201B23FA722D001C60EC /* HelpNavController.swift in Sources */,
596B189924496D32003E190F /* Encounter+Util.swift in Sources */, 596B189924496D32003E190F /* Encounter+Util.swift in Sources */,
5961ABEA2474E358004040DF /* MigrationViewController.swift in Sources */, 5961ABEA2474E358004040DF /* MigrationViewController.swift in Sources */,
@ -1631,7 +1643,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -1639,7 +1651,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
PRODUCT_NAME = COVIDSafe; PRODUCT_NAME = COVIDSafe;
@ -1715,7 +1727,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -1723,7 +1735,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
PRODUCT_NAME = COVIDSafe; PRODUCT_NAME = COVIDSafe;
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
@ -1743,7 +1755,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -1751,7 +1763,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
@ -1773,7 +1785,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -1781,7 +1793,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
@ -1803,7 +1815,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -1811,7 +1823,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
PRODUCT_MODULE_NAME = COVIDSafe; PRODUCT_MODULE_NAME = COVIDSafe;
@ -1833,7 +1845,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -1841,7 +1853,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
PRODUCT_MODULE_NAME = COVIDSafe; PRODUCT_MODULE_NAME = COVIDSafe;
@ -1981,7 +1993,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -1989,7 +2001,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
PRODUCT_NAME = COVIDSafe; PRODUCT_NAME = COVIDSafe;
@ -2009,7 +2021,7 @@
CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements";
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 74; CURRENT_PROJECT_VERSION = 80;
DEVELOPMENT_TEAM = 45792XH5L8; DEVELOPMENT_TEAM = 45792XH5L8;
INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0; IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@ -2017,7 +2029,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.11; MARKETING_VERSION = 1.13;
PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe;
PRODUCT_NAME = COVIDSafe; PRODUCT_NAME = COVIDSafe;
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8X4-AC-7cb"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8X4-AC-7cb">
<device id="retina5_5" orientation="portrait" appearance="light"/> <device id="retina5_5" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<scenes> <scenes>
@ -99,7 +100,7 @@
</connections> </connections>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="sHp-C7-xCZ" firstAttribute="top" secondItem="x1u-Qk-m74" secondAttribute="bottom" constant="16" id="49k-D3-nTJ"/> <constraint firstItem="sHp-C7-xCZ" firstAttribute="top" secondItem="x1u-Qk-m74" secondAttribute="bottom" constant="16" id="49k-D3-nTJ"/>
<constraint firstAttribute="trailing" secondItem="04D-Hy-djY" secondAttribute="trailing" constant="32" id="5Qv-Ob-yoq"/> <constraint firstAttribute="trailing" secondItem="04D-Hy-djY" secondAttribute="trailing" constant="32" id="5Qv-Ob-yoq"/>
@ -149,7 +150,7 @@
<constraint firstAttribute="trailing" secondItem="ow2-rP-ZcP" secondAttribute="trailing" id="yRr-ib-CnW"/> <constraint firstAttribute="trailing" secondItem="ow2-rP-ZcP" secondAttribute="trailing" id="yRr-ib-CnW"/>
</constraints> </constraints>
</scrollView> </scrollView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fwi-lK-bOF"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fwi-lK-bOF">
<rect key="frame" x="32" y="655" width="350" height="49"/> <rect key="frame" x="32" y="655" width="350" height="49"/>
<color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
@ -167,7 +168,8 @@
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="PHO-4j-w6y"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="PHO-4j-w6y" firstAttribute="bottom" secondItem="fwi-lK-bOF" secondAttribute="bottom" constant="32" id="0GI-N8-leQ"/> <constraint firstItem="PHO-4j-w6y" firstAttribute="bottom" secondItem="fwi-lK-bOF" secondAttribute="bottom" constant="32" id="0GI-N8-leQ"/>
<constraint firstItem="PHO-4j-w6y" firstAttribute="trailing" secondItem="fwi-lK-bOF" secondAttribute="trailing" constant="32" id="ENd-Wu-aZ6"/> <constraint firstItem="PHO-4j-w6y" firstAttribute="trailing" secondItem="fwi-lK-bOF" secondAttribute="trailing" constant="32" id="ENd-Wu-aZ6"/>
@ -177,7 +179,6 @@
<constraint firstItem="fwi-lK-bOF" firstAttribute="leading" secondItem="PHO-4j-w6y" secondAttribute="leading" constant="32" id="bmW-cP-98P"/> <constraint firstItem="fwi-lK-bOF" firstAttribute="leading" secondItem="PHO-4j-w6y" secondAttribute="leading" constant="32" id="bmW-cP-98P"/>
<constraint firstItem="8yA-6u-BZO" firstAttribute="top" secondItem="PHO-4j-w6y" secondAttribute="top" id="iBj-lk-HCR"/> <constraint firstItem="8yA-6u-BZO" firstAttribute="top" secondItem="PHO-4j-w6y" secondAttribute="top" id="iBj-lk-HCR"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="PHO-4j-w6y"/>
</view> </view>
<navigationItem key="navigationItem" id="Qmi-E0-d5C"/> <navigationItem key="navigationItem" id="Qmi-E0-d5C"/>
<connections> <connections>
@ -216,7 +217,7 @@
</constraints> </constraints>
</imageView> </imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Together we can stop the spread of COVID-19" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="00h-JA-MfK"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Together we can stop the spread of COVID-19" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="00h-JA-MfK">
<rect key="frame" x="32" y="208" width="307.66666666666669" height="67.666666666666686"/> <rect key="frame" x="32" y="208" width="308.33333333333331" height="67.666666666666686"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" staticText="YES" header="YES"/> <accessibilityTraits key="traits" staticText="YES" header="YES"/>
</accessibility> </accessibility>
@ -242,7 +243,7 @@ Together we can help stop the spread and stay healthy.</string>
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="JYM-TW-Zxf" firstAttribute="leading" secondItem="0Og-8r-Em6" secondAttribute="leading" constant="32" id="AX5-t6-DWN"/> <constraint firstItem="JYM-TW-Zxf" firstAttribute="leading" secondItem="0Og-8r-Em6" secondAttribute="leading" constant="32" id="AX5-t6-DWN"/>
<constraint firstItem="JYM-TW-Zxf" firstAttribute="top" secondItem="0Og-8r-Em6" secondAttribute="top" constant="12" id="IoO-AX-vTX"/> <constraint firstItem="JYM-TW-Zxf" firstAttribute="top" secondItem="0Og-8r-Em6" secondAttribute="top" constant="12" id="IoO-AX-vTX"/>
@ -304,7 +305,8 @@ Together we can help stop the spread and stay healthy.</string>
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="nOG-gl-32p"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="LX0-7p-Shs" firstAttribute="leading" secondItem="nOG-gl-32p" secondAttribute="leading" constant="32" id="2RI-Og-uUL"/> <constraint firstItem="LX0-7p-Shs" firstAttribute="leading" secondItem="nOG-gl-32p" secondAttribute="leading" constant="32" id="2RI-Og-uUL"/>
<constraint firstItem="Bpu-gs-E11" firstAttribute="leading" secondItem="nOG-gl-32p" secondAttribute="leading" id="OsF-wY-dmT"/> <constraint firstItem="Bpu-gs-E11" firstAttribute="leading" secondItem="nOG-gl-32p" secondAttribute="leading" id="OsF-wY-dmT"/>
@ -314,7 +316,6 @@ Together we can help stop the spread and stay healthy.</string>
<constraint firstItem="nOG-gl-32p" firstAttribute="bottom" secondItem="LX0-7p-Shs" secondAttribute="bottom" constant="32" id="nQE-01-ds1"/> <constraint firstItem="nOG-gl-32p" firstAttribute="bottom" secondItem="LX0-7p-Shs" secondAttribute="bottom" constant="32" id="nQE-01-ds1"/>
<constraint firstItem="Bpu-gs-E11" firstAttribute="top" secondItem="nOG-gl-32p" secondAttribute="top" id="ovp-Mu-Rna"/> <constraint firstItem="Bpu-gs-E11" firstAttribute="top" secondItem="nOG-gl-32p" secondAttribute="top" id="ovp-Mu-Rna"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="nOG-gl-32p"/>
</view> </view>
<navigationItem key="navigationItem" id="M5c-Sc-QmX"/> <navigationItem key="navigationItem" id="M5c-Sc-QmX"/>
<nil key="simulatedTopBarMetrics"/> <nil key="simulatedTopBarMetrics"/>
@ -389,7 +390,7 @@ COVIDSafe does not send pairing requests.</string>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="npY-9G-r2u" firstAttribute="leading" secondItem="SpU-i1-aUA" secondAttribute="leading" constant="32" id="1qx-Y1-2Bz"/> <constraint firstItem="npY-9G-r2u" firstAttribute="leading" secondItem="SpU-i1-aUA" secondAttribute="leading" constant="32" id="1qx-Y1-2Bz"/>
<constraint firstItem="Vco-tH-Zts" firstAttribute="top" secondItem="SpU-i1-aUA" secondAttribute="top" constant="60" id="A22-Zs-PDI"/> <constraint firstItem="Vco-tH-Zts" firstAttribute="top" secondItem="SpU-i1-aUA" secondAttribute="top" constant="60" id="A22-Zs-PDI"/>
@ -427,7 +428,7 @@ COVIDSafe does not send pairing requests.</string>
<constraint firstAttribute="trailing" secondItem="SpU-i1-aUA" secondAttribute="trailing" id="zoL-Zp-hd6"/> <constraint firstAttribute="trailing" secondItem="SpU-i1-aUA" secondAttribute="trailing" id="zoL-Zp-hd6"/>
</constraints> </constraints>
</scrollView> </scrollView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zmj-3v-POB"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zmj-3v-POB">
<rect key="frame" x="32" y="655" width="350" height="49"/> <rect key="frame" x="32" y="655" width="350" height="49"/>
<color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
@ -445,7 +446,8 @@ COVIDSafe does not send pairing requests.</string>
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="gTH-Be-3VE"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="VYy-f9-p2t" firstAttribute="leading" secondItem="gTH-Be-3VE" secondAttribute="leading" id="NDr-2L-4lg"/> <constraint firstItem="VYy-f9-p2t" firstAttribute="leading" secondItem="gTH-Be-3VE" secondAttribute="leading" id="NDr-2L-4lg"/>
<constraint firstItem="gTH-Be-3VE" firstAttribute="bottom" secondItem="Zmj-3v-POB" secondAttribute="bottom" constant="32" id="TPo-bP-SVN"/> <constraint firstItem="gTH-Be-3VE" firstAttribute="bottom" secondItem="Zmj-3v-POB" secondAttribute="bottom" constant="32" id="TPo-bP-SVN"/>
@ -455,7 +457,6 @@ COVIDSafe does not send pairing requests.</string>
<constraint firstItem="Zmj-3v-POB" firstAttribute="leading" secondItem="gTH-Be-3VE" secondAttribute="leading" constant="32" id="eMJ-UJ-BF6"/> <constraint firstItem="Zmj-3v-POB" firstAttribute="leading" secondItem="gTH-Be-3VE" secondAttribute="leading" constant="32" id="eMJ-UJ-BF6"/>
<constraint firstItem="VYy-f9-p2t" firstAttribute="top" secondItem="gTH-Be-3VE" secondAttribute="top" id="nua-Eb-y9r"/> <constraint firstItem="VYy-f9-p2t" firstAttribute="top" secondItem="gTH-Be-3VE" secondAttribute="top" id="nua-Eb-y9r"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="gTH-Be-3VE"/>
</view> </view>
<navigationItem key="navigationItem" id="B3a-X1-mbg"/> <navigationItem key="navigationItem" id="B3a-X1-mbg"/>
<nil key="simulatedTopBarMetrics"/> <nil key="simulatedTopBarMetrics"/>
@ -668,7 +669,7 @@ They will need to register using their own device and phone number so that COVID
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="AMg-Zg-jA1" secondAttribute="trailing" constant="32" id="1fX-5g-0gD"/> <constraint firstAttribute="trailing" secondItem="AMg-Zg-jA1" secondAttribute="trailing" constant="32" id="1fX-5g-0gD"/>
<constraint firstAttribute="trailing" secondItem="bnv-bL-uww" secondAttribute="trailing" constant="32" id="94I-BS-xYg"/> <constraint firstAttribute="trailing" secondItem="bnv-bL-uww" secondAttribute="trailing" constant="32" id="94I-BS-xYg"/>
@ -707,7 +708,7 @@ They will need to register using their own device and phone number so that COVID
<constraint firstItem="Rcd-mO-xGu" firstAttribute="leading" secondItem="xub-Ry-BNj" secondAttribute="leading" id="tss-tk-mgI"/> <constraint firstItem="Rcd-mO-xGu" firstAttribute="leading" secondItem="xub-Ry-BNj" secondAttribute="leading" id="tss-tk-mgI"/>
</constraints> </constraints>
</scrollView> </scrollView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Tuw-g5-oMO" userLabel="Next"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Tuw-g5-oMO" userLabel="Next">
<rect key="frame" x="32" y="655" width="350" height="49"/> <rect key="frame" x="32" y="655" width="350" height="49"/>
<color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
@ -734,7 +735,8 @@ They will need to register using their own device and phone number so that COVID
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</activityIndicatorView> </activityIndicatorView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="hck-9P-Njf"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="hck-9P-Njf" firstAttribute="trailing" secondItem="9fc-dI-kw7" secondAttribute="trailing" constant="58" id="Bcj-AX-jog"/> <constraint firstItem="hck-9P-Njf" firstAttribute="trailing" secondItem="9fc-dI-kw7" secondAttribute="trailing" constant="58" id="Bcj-AX-jog"/>
<constraint firstItem="hck-9P-Njf" firstAttribute="trailing" secondItem="Tuw-g5-oMO" secondAttribute="trailing" constant="32" id="CJM-tB-V3b"/> <constraint firstItem="hck-9P-Njf" firstAttribute="trailing" secondItem="Tuw-g5-oMO" secondAttribute="trailing" constant="32" id="CJM-tB-V3b"/>
@ -746,12 +748,12 @@ They will need to register using their own device and phone number so that COVID
<constraint firstItem="xub-Ry-BNj" firstAttribute="leading" secondItem="hck-9P-Njf" secondAttribute="leading" id="lw6-n6-7gJ"/> <constraint firstItem="xub-Ry-BNj" firstAttribute="leading" secondItem="hck-9P-Njf" secondAttribute="leading" id="lw6-n6-7gJ"/>
<constraint firstItem="Tuw-g5-oMO" firstAttribute="leading" secondItem="hck-9P-Njf" secondAttribute="leading" constant="32" id="xBM-sP-MLX"/> <constraint firstItem="Tuw-g5-oMO" firstAttribute="leading" secondItem="hck-9P-Njf" secondAttribute="leading" constant="32" id="xBM-sP-MLX"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="hck-9P-Njf"/>
</view> </view>
<navigationItem key="navigationItem" id="yu2-9q-yeC"/> <navigationItem key="navigationItem" id="yu2-9q-yeC"/>
<nil key="simulatedTopBarMetrics"/> <nil key="simulatedTopBarMetrics"/>
<connections> <connections>
<outlet property="activityIndicator" destination="9fc-dI-kw7" id="0m9-uc-KP2"/> <outlet property="activityIndicator" destination="9fc-dI-kw7" id="0m9-uc-KP2"/>
<outlet property="backButton" destination="Cbj-dJ-gHU" id="3A4-5w-dsd"/>
<outlet property="countryCodeField" destination="bnv-bL-uww" id="MX0-VR-STY"/> <outlet property="countryCodeField" destination="bnv-bL-uww" id="MX0-VR-STY"/>
<outlet property="getOTPButton" destination="Tuw-g5-oMO" id="V1f-GW-Nyu"/> <outlet property="getOTPButton" destination="Tuw-g5-oMO" id="V1f-GW-Nyu"/>
<outlet property="phoneError" destination="tAk-aI-1Uc" id="SuX-K7-3vA"/> <outlet property="phoneError" destination="tAk-aI-1Uc" id="SuX-K7-3vA"/>
@ -775,7 +777,7 @@ They will need to register using their own device and phone number so that COVID
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="p4Q-Qs-SJV"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="p4Q-Qs-SJV">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/> <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<color key="sectionIndexColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="sectionIndexColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="sectionIndexBackgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="sectionIndexBackgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<prototypes> <prototypes>
@ -881,7 +883,7 @@ They will need to register using their own device and phone number so that COVID
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="wordWrap" hasAttributedTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K7X-Ux-SAc"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="wordWrap" hasAttributedTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K7X-Ux-SAc">
<rect key="frame" x="32" y="171" width="213" height="31"/> <rect key="frame" x="32" y="171" width="213" height="31"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" link="YES"/> <accessibilityTraits key="traits" link="YES"/>
@ -909,7 +911,7 @@ They will need to register using their own device and phone number so that COVID
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5L2-jv-Oa6" customClass="CodeInputView" customModule="COVIDSafe" customModuleProvider="target"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5L2-jv-Oa6" customClass="CodeInputView" customModule="COVIDSafe" customModuleProvider="target">
<rect key="frame" x="27" y="36" width="360" height="60"/> <rect key="frame" x="27" y="36" width="360" height="60"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="60" id="94m-dG-wrd"/> <constraint firstAttribute="height" constant="60" id="94m-dG-wrd"/>
</constraints> </constraints>
@ -944,8 +946,8 @@ They will need to register using their own device and phone number so that COVID
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
<size key="shadowOffset" width="0.0" height="0.0"/> <size key="shadowOffset" width="0.0" height="0.0"/>
</label> </label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" hasAttributedTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hzs-ds-Zon"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" hasAttributedTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hzs-ds-Zon">
<rect key="frame" x="32" y="397" width="212" height="33.333333333333314"/> <rect key="frame" x="32" y="397" width="210" height="33.333333333333314"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" link="YES"/> <accessibilityTraits key="traits" link="YES"/>
</accessibility> </accessibility>
@ -967,8 +969,8 @@ They will need to register using their own device and phone number so that COVID
<action selector="issuesWithPinTapped:" destination="QXj-uo-Wqr" eventType="touchUpInside" id="HuY-wx-77W"/> <action selector="issuesWithPinTapped:" destination="QXj-uo-Wqr" eventType="touchUpInside" id="HuY-wx-77W"/>
</connections> </connections>
</button> </button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" hasAttributedTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6Rh-JE-cit"> <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" hasAttributedTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6Rh-JE-cit">
<rect key="frame" x="32" y="363.66666666666669" width="94" height="33.333333333333314"/> <rect key="frame" x="32" y="363.66666666666669" width="93" height="33.333333333333314"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" link="YES"/> <accessibilityTraits key="traits" link="YES"/>
</accessibility> </accessibility>
@ -997,7 +999,7 @@ They will need to register using their own device and phone number so that COVID
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="KLp-Fk-KTm" firstAttribute="top" secondItem="K7X-Ux-SAc" secondAttribute="bottom" id="00M-R2-dHN"/> <constraint firstItem="KLp-Fk-KTm" firstAttribute="top" secondItem="K7X-Ux-SAc" secondAttribute="bottom" id="00M-R2-dHN"/>
<constraint firstItem="GWc-qS-9y6" firstAttribute="top" secondItem="0e1-Yu-pmy" secondAttribute="bottom" constant="24" id="2LN-Qm-O8j"/> <constraint firstItem="GWc-qS-9y6" firstAttribute="top" secondItem="0e1-Yu-pmy" secondAttribute="bottom" constant="24" id="2LN-Qm-O8j"/>
@ -1032,7 +1034,7 @@ They will need to register using their own device and phone number so that COVID
<constraint firstItem="V8B-ij-TAp" firstAttribute="width" secondItem="AhK-OV-Qck" secondAttribute="width" id="gMA-47-mp5"/> <constraint firstItem="V8B-ij-TAp" firstAttribute="width" secondItem="AhK-OV-Qck" secondAttribute="width" id="gMA-47-mp5"/>
</constraints> </constraints>
</scrollView> </scrollView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lQY-RW-yBL"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lQY-RW-yBL">
<rect key="frame" x="32" y="655" width="350" height="49"/> <rect key="frame" x="32" y="655" width="350" height="49"/>
<color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
@ -1059,7 +1061,8 @@ They will need to register using their own device and phone number so that COVID
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</activityIndicatorView> </activityIndicatorView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="5R8-gb-HbO"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="5R8-gb-HbO" firstAttribute="trailing" secondItem="AhK-OV-Qck" secondAttribute="trailing" id="MCQ-Ud-2VJ"/> <constraint firstItem="5R8-gb-HbO" firstAttribute="trailing" secondItem="AhK-OV-Qck" secondAttribute="trailing" id="MCQ-Ud-2VJ"/>
<constraint firstItem="lQY-RW-yBL" firstAttribute="top" secondItem="AhK-OV-Qck" secondAttribute="bottom" constant="31" id="TCD-Si-GLA"/> <constraint firstItem="lQY-RW-yBL" firstAttribute="top" secondItem="AhK-OV-Qck" secondAttribute="bottom" constant="31" id="TCD-Si-GLA"/>
@ -1071,7 +1074,6 @@ They will need to register using their own device and phone number so that COVID
<constraint firstItem="AhK-OV-Qck" firstAttribute="leading" secondItem="5R8-gb-HbO" secondAttribute="leading" id="wGE-xz-FL9"/> <constraint firstItem="AhK-OV-Qck" firstAttribute="leading" secondItem="5R8-gb-HbO" secondAttribute="leading" id="wGE-xz-FL9"/>
<constraint firstItem="lQY-RW-yBL" firstAttribute="leading" secondItem="5R8-gb-HbO" secondAttribute="leading" constant="32" id="wPw-ok-yQY"/> <constraint firstItem="lQY-RW-yBL" firstAttribute="leading" secondItem="5R8-gb-HbO" secondAttribute="leading" constant="32" id="wPw-ok-yQY"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="5R8-gb-HbO"/>
</view> </view>
<navigationItem key="navigationItem" id="aB2-Gn-4Z6"/> <navigationItem key="navigationItem" id="aB2-Gn-4Z6"/>
<connections> <connections>
@ -1169,6 +1171,7 @@ and save lives.</string>
</constraints> </constraints>
</view> </view>
</subviews> </subviews>
<viewLayoutGuide key="safeArea" id="Vsg-6A-skc"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstItem="Df1-JU-hm6" firstAttribute="centerX" secondItem="hys-VW-nN1" secondAttribute="centerX" id="CwG-zh-Yaz"/> <constraint firstItem="Df1-JU-hm6" firstAttribute="centerX" secondItem="hys-VW-nN1" secondAttribute="centerX" id="CwG-zh-Yaz"/>
@ -1178,7 +1181,6 @@ and save lives.</string>
<constraint firstItem="hys-VW-nN1" firstAttribute="top" secondItem="Df1-JU-hm6" secondAttribute="bottom" constant="46" id="uz9-2G-roN"/> <constraint firstItem="hys-VW-nN1" firstAttribute="top" secondItem="Df1-JU-hm6" secondAttribute="bottom" constant="46" id="uz9-2G-roN"/>
<constraint firstItem="Df1-JU-hm6" firstAttribute="centerX" secondItem="yNe-Pg-5Zb" secondAttribute="centerX" id="wJx-tm-HcT"/> <constraint firstItem="Df1-JU-hm6" firstAttribute="centerX" secondItem="yNe-Pg-5Zb" secondAttribute="centerX" id="wJx-tm-HcT"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="Vsg-6A-skc"/>
</view> </view>
<navigationItem key="navigationItem" id="apU-ck-XY9"/> <navigationItem key="navigationItem" id="apU-ck-XY9"/>
<connections> <connections>
@ -1236,6 +1238,7 @@ and save lives.</string>
</constraints> </constraints>
</view> </view>
</subviews> </subviews>
<viewLayoutGuide key="safeArea" id="ZLv-lh-E2f"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstItem="Qov-O8-A7L" firstAttribute="width" secondItem="Qov-O8-A7L" secondAttribute="height" multiplier="148:77" id="1iI-wS-6LY"/> <constraint firstItem="Qov-O8-A7L" firstAttribute="width" secondItem="Qov-O8-A7L" secondAttribute="height" multiplier="148:77" id="1iI-wS-6LY"/>
@ -1246,7 +1249,6 @@ and save lives.</string>
<constraint firstItem="SLW-8v-OdL" firstAttribute="top" secondItem="Qov-O8-A7L" secondAttribute="bottom" constant="30" id="nKo-BV-iiu"/> <constraint firstItem="SLW-8v-OdL" firstAttribute="top" secondItem="Qov-O8-A7L" secondAttribute="bottom" constant="30" id="nKo-BV-iiu"/>
<constraint firstItem="Qov-O8-A7L" firstAttribute="top" secondItem="ZLv-lh-E2f" secondAttribute="top" constant="30" id="u5Z-1m-FSD"/> <constraint firstItem="Qov-O8-A7L" firstAttribute="top" secondItem="ZLv-lh-E2f" secondAttribute="top" constant="30" id="u5Z-1m-FSD"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="ZLv-lh-E2f"/>
</view> </view>
<connections> <connections>
<outlet property="animationContainer" destination="SOF-ig-kwj" id="24K-l5-R3z"/> <outlet property="animationContainer" destination="SOF-ig-kwj" id="24K-l5-R3z"/>
@ -1304,7 +1306,7 @@ and save lives.</string>
</button> </button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" editable="NO" textAlignment="natural" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rRc-fO-exY"> <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" editable="NO" textAlignment="natural" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rRc-fO-exY">
<rect key="frame" x="32" y="299.66666666666674" width="350" height="522"/> <rect key="frame" x="32" y="299.66666666666674" width="350" height="522"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<string key="text">Bluetooth® signals are used to determine when you're near another COVIDSafe user. <string key="text">Bluetooth® signals are used to determine when you're near another COVIDSafe user.
Every instance of close contact between you and other COVIDSafe users is noted to create close contact information. This information is encrypted and only stored in your phone. Every instance of close contact between you and other COVIDSafe users is noted to create close contact information. This information is encrypted and only stored in your phone.
@ -1314,7 +1316,7 @@ If you test positive to COVID-19 as a COVIDSafe user, a state or territory healt
State or territory health officials can also contact you if you came in close contact with another COVIDSafe user who tested positive. State or territory health officials can also contact you if you came in close contact with another COVIDSafe user who tested positive.
For more information please refer to the *Help Topics* page.</string> For more information please refer to the *Help Topics* page.</string>
<color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/> <color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<textInputTraits key="textInputTraits"/> <textInputTraits key="textInputTraits"/>
<userDefinedRuntimeAttributes> <userDefinedRuntimeAttributes>
@ -1323,7 +1325,7 @@ For more information please refer to the *Help Topics* page.</string>
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</textView> </textView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="rRc-fO-exY" secondAttribute="trailing" constant="32" id="CDz-YV-Lp5"/> <constraint firstAttribute="trailing" secondItem="rRc-fO-exY" secondAttribute="trailing" constant="32" id="CDz-YV-Lp5"/>
<constraint firstItem="Pxu-Q6-QrV" firstAttribute="leading" secondItem="jDA-AT-Vtv" secondAttribute="leading" constant="30.5" id="Fvq-SA-a9x"/> <constraint firstItem="Pxu-Q6-QrV" firstAttribute="leading" secondItem="jDA-AT-Vtv" secondAttribute="leading" constant="30.5" id="Fvq-SA-a9x"/>
@ -1386,7 +1388,8 @@ For more information please refer to the *Help Topics* page.</string>
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="Zbo-54-kdf"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="nmf-2C-O48" firstAttribute="leading" secondItem="Zbo-54-kdf" secondAttribute="leading" id="996-lF-ecz"/> <constraint firstItem="nmf-2C-O48" firstAttribute="leading" secondItem="Zbo-54-kdf" secondAttribute="leading" id="996-lF-ecz"/>
<constraint firstItem="Zbo-54-kdf" firstAttribute="bottom" secondItem="2RA-ER-v0N" secondAttribute="bottom" constant="32" id="B6w-1z-CMx"/> <constraint firstItem="Zbo-54-kdf" firstAttribute="bottom" secondItem="2RA-ER-v0N" secondAttribute="bottom" constant="32" id="B6w-1z-CMx"/>
@ -1396,7 +1399,6 @@ For more information please refer to the *Help Topics* page.</string>
<constraint firstItem="2RA-ER-v0N" firstAttribute="top" secondItem="nmf-2C-O48" secondAttribute="bottom" id="eNJ-FO-Sh5"/> <constraint firstItem="2RA-ER-v0N" firstAttribute="top" secondItem="nmf-2C-O48" secondAttribute="bottom" id="eNJ-FO-Sh5"/>
<constraint firstItem="nmf-2C-O48" firstAttribute="top" secondItem="Zbo-54-kdf" secondAttribute="top" id="fHq-2Y-Iyh"/> <constraint firstItem="nmf-2C-O48" firstAttribute="top" secondItem="Zbo-54-kdf" secondAttribute="top" id="fHq-2Y-Iyh"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="Zbo-54-kdf"/>
</view> </view>
<navigationItem key="navigationItem" id="lTd-N2-ef4"/> <navigationItem key="navigationItem" id="lTd-N2-ef4"/>
<nil key="simulatedTopBarMetrics"/> <nil key="simulatedTopBarMetrics"/>
@ -1420,7 +1422,7 @@ For more information please refer to the *Help Topics* page.</string>
<rect key="frame" x="0.0" y="0.0" width="414" height="642"/> <rect key="frame" x="0.0" y="0.0" width="414" height="642"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="42W-iQ-ZjG" userLabel="ContentView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="42W-iQ-ZjG" userLabel="ContentView">
<rect key="frame" x="0.0" y="0.0" width="414" height="345"/> <rect key="frame" x="0.0" y="0.0" width="414" height="403.33333333333331"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Registration consent" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tZr-Mn-eQ0"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Registration consent" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tZr-Mn-eQ0">
<rect key="frame" x="32" y="60" width="350" height="33.666666666666657"/> <rect key="frame" x="32" y="60" width="350" height="33.666666666666657"/>
@ -1488,7 +1490,7 @@ For more information please refer to the *Help Topics* page.</string>
</connections> </connections>
</button> </button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Select 'I agree' to confirm consent." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KBd-BL-7hu"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Select 'I agree' to confirm consent." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KBd-BL-7hu">
<rect key="frame" x="32" y="307.66666666666669" width="350" height="20.333333333333314"/> <rect key="frame" x="32" y="366" width="350" height="20.333333333333314"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -1496,8 +1498,23 @@ For more information please refer to the *Help Topics* page.</string>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="consent_call_for_action"/> <userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="consent_call_for_action"/>
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Information to ensure that COVIDSafe is working properly on my device." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rCo-p1-lc5">
<rect key="frame" x="46" y="306.66666666666669" width="336" height="42.333333333333314"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="registration_consent_diagnostic"/>
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="•" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4NZ-4K-48S">
<rect key="frame" x="32" y="306.66666666666669" width="7.6666666666666643" height="20.333333333333314"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="tZr-Mn-eQ0" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="0f9-HS-iIl"/> <constraint firstItem="tZr-Mn-eQ0" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="0f9-HS-iIl"/>
<constraint firstItem="Y1i-g9-Bpj" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="3pb-pB-rtr"/> <constraint firstItem="Y1i-g9-Bpj" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="3pb-pB-rtr"/>
@ -1509,18 +1526,23 @@ For more information please refer to the *Help Topics* page.</string>
<constraint firstItem="SFJ-yh-BcG" firstAttribute="leading" secondItem="Y1i-g9-Bpj" secondAttribute="leading" constant="14" id="Czx-R0-0rm"/> <constraint firstItem="SFJ-yh-BcG" firstAttribute="leading" secondItem="Y1i-g9-Bpj" secondAttribute="leading" constant="14" id="Czx-R0-0rm"/>
<constraint firstItem="XLh-Jl-tqN" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="Io2-jb-jo7"/> <constraint firstItem="XLh-Jl-tqN" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="Io2-jb-jo7"/>
<constraint firstItem="KBd-BL-7hu" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="KMV-zw-sPj"/> <constraint firstItem="KBd-BL-7hu" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="KMV-zw-sPj"/>
<constraint firstItem="4NZ-4K-48S" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="OwD-8A-khA"/>
<constraint firstAttribute="trailing" secondItem="SFJ-yh-BcG" secondAttribute="trailing" constant="32" id="XCe-ap-eyH"/> <constraint firstAttribute="trailing" secondItem="SFJ-yh-BcG" secondAttribute="trailing" constant="32" id="XCe-ap-eyH"/>
<constraint firstItem="4NZ-4K-48S" firstAttribute="top" secondItem="rCo-p1-lc5" secondAttribute="top" id="XHZ-8M-P64"/>
<constraint firstItem="KBd-BL-7hu" firstAttribute="top" secondItem="rCo-p1-lc5" secondAttribute="bottom" constant="17" id="bFv-p1-A8j"/>
<constraint firstItem="XLh-Jl-tqN" firstAttribute="top" secondItem="eCd-JO-SUg" secondAttribute="top" id="cDr-37-aEs"/> <constraint firstItem="XLh-Jl-tqN" firstAttribute="top" secondItem="eCd-JO-SUg" secondAttribute="top" id="cDr-37-aEs"/>
<constraint firstItem="Nse-4l-iel" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="16" id="dpG-ba-n6O"/> <constraint firstItem="Nse-4l-iel" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="16" id="dpG-ba-n6O"/>
<constraint firstItem="rCo-p1-lc5" firstAttribute="leading" secondItem="4NZ-4K-48S" secondAttribute="leading" constant="14" id="eR1-XO-4S3"/>
<constraint firstItem="l6E-t2-z2H" firstAttribute="top" secondItem="tZr-Mn-eQ0" secondAttribute="bottom" constant="16" id="h4Q-4C-Z4A"/> <constraint firstItem="l6E-t2-z2H" firstAttribute="top" secondItem="tZr-Mn-eQ0" secondAttribute="bottom" constant="16" id="h4Q-4C-Z4A"/>
<constraint firstItem="l6E-t2-z2H" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="h9Q-bv-Jfj"/> <constraint firstItem="l6E-t2-z2H" firstAttribute="leading" secondItem="42W-iQ-ZjG" secondAttribute="leading" constant="32" id="h9Q-bv-Jfj"/>
<constraint firstAttribute="trailing" secondItem="eCd-JO-SUg" secondAttribute="trailing" constant="32" id="jR9-Ah-FCr"/> <constraint firstAttribute="trailing" secondItem="eCd-JO-SUg" secondAttribute="trailing" constant="32" id="jR9-Ah-FCr"/>
<constraint firstAttribute="trailing" secondItem="tZr-Mn-eQ0" secondAttribute="trailing" constant="32" id="jRT-NZ-iih"/> <constraint firstAttribute="trailing" secondItem="tZr-Mn-eQ0" secondAttribute="trailing" constant="32" id="jRT-NZ-iih"/>
<constraint firstItem="tZr-Mn-eQ0" firstAttribute="top" secondItem="Nse-4l-iel" secondAttribute="bottom" id="klq-n6-WcQ"/> <constraint firstItem="tZr-Mn-eQ0" firstAttribute="top" secondItem="Nse-4l-iel" secondAttribute="bottom" id="klq-n6-WcQ"/>
<constraint firstAttribute="trailing" secondItem="rCo-p1-lc5" secondAttribute="trailing" constant="32" id="lFW-ou-tRV"/>
<constraint firstItem="eCd-JO-SUg" firstAttribute="leading" secondItem="XLh-Jl-tqN" secondAttribute="leading" constant="14" id="q1u-Ka-gRd"/> <constraint firstItem="eCd-JO-SUg" firstAttribute="leading" secondItem="XLh-Jl-tqN" secondAttribute="leading" constant="14" id="q1u-Ka-gRd"/>
<constraint firstAttribute="bottom" secondItem="KBd-BL-7hu" secondAttribute="bottom" constant="17" id="sEW-fm-q0K"/> <constraint firstAttribute="bottom" secondItem="KBd-BL-7hu" secondAttribute="bottom" constant="17" id="sEW-fm-q0K"/>
<constraint firstItem="eCd-JO-SUg" firstAttribute="top" secondItem="SFJ-yh-BcG" secondAttribute="bottom" constant="16" id="sFd-iI-kuS"/> <constraint firstItem="eCd-JO-SUg" firstAttribute="top" secondItem="SFJ-yh-BcG" secondAttribute="bottom" constant="16" id="sFd-iI-kuS"/>
<constraint firstItem="KBd-BL-7hu" firstAttribute="top" secondItem="eCd-JO-SUg" secondAttribute="bottom" constant="17" id="zrS-mE-6dv"/> <constraint firstItem="rCo-p1-lc5" firstAttribute="top" secondItem="eCd-JO-SUg" secondAttribute="bottom" constant="16" id="xV4-eX-ulG"/>
</constraints> </constraints>
</view> </view>
</subviews> </subviews>
@ -1532,7 +1554,7 @@ For more information please refer to the *Help Topics* page.</string>
<constraint firstItem="42W-iQ-ZjG" firstAttribute="top" secondItem="9yy-tx-zgR" secondAttribute="top" id="sgu-7F-wMR"/> <constraint firstItem="42W-iQ-ZjG" firstAttribute="top" secondItem="9yy-tx-zgR" secondAttribute="top" id="sgu-7F-wMR"/>
</constraints> </constraints>
</scrollView> </scrollView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7xK-OR-1CE"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7xK-OR-1CE">
<rect key="frame" x="32" y="655" width="350" height="49"/> <rect key="frame" x="32" y="655" width="350" height="49"/>
<color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<accessibility key="accessibilityConfiguration" label="I agree"/> <accessibility key="accessibilityConfiguration" label="I agree"/>
@ -1554,7 +1576,8 @@ For more information please refer to the *Help Topics* page.</string>
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="R54-H5-iGW"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="9yy-tx-zgR" firstAttribute="top" secondItem="R54-H5-iGW" secondAttribute="top" id="CcJ-FM-1vT"/> <constraint firstItem="9yy-tx-zgR" firstAttribute="top" secondItem="R54-H5-iGW" secondAttribute="top" id="CcJ-FM-1vT"/>
<constraint firstItem="9yy-tx-zgR" firstAttribute="trailing" secondItem="R54-H5-iGW" secondAttribute="trailing" id="Rmu-Ec-rfj"/> <constraint firstItem="9yy-tx-zgR" firstAttribute="trailing" secondItem="R54-H5-iGW" secondAttribute="trailing" id="Rmu-Ec-rfj"/>
@ -1564,7 +1587,6 @@ For more information please refer to the *Help Topics* page.</string>
<constraint firstItem="9yy-tx-zgR" firstAttribute="leading" secondItem="R54-H5-iGW" secondAttribute="leading" id="utg-A1-0wM"/> <constraint firstItem="9yy-tx-zgR" firstAttribute="leading" secondItem="R54-H5-iGW" secondAttribute="leading" id="utg-A1-0wM"/>
<constraint firstItem="R54-H5-iGW" firstAttribute="trailing" secondItem="7xK-OR-1CE" secondAttribute="trailing" constant="32" id="vq0-iV-8Ss"/> <constraint firstItem="R54-H5-iGW" firstAttribute="trailing" secondItem="7xK-OR-1CE" secondAttribute="trailing" constant="32" id="vq0-iV-8Ss"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="R54-H5-iGW"/>
</view> </view>
<navigationItem key="navigationItem" id="CfU-xv-EVP"/> <navigationItem key="navigationItem" id="CfU-xv-EVP"/>
<nil key="simulatedTopBarMetrics"/> <nil key="simulatedTopBarMetrics"/>
@ -1574,7 +1596,7 @@ For more information please refer to the *Help Topics* page.</string>
</viewController> </viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="hzX-4B-EMw" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="hzX-4B-EMw" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects> </objects>
<point key="canvasLocation" x="-3633" y="-1212"/> <point key="canvasLocation" x="-3633.3333333333335" y="-1212.2282608695652"/>
</scene> </scene>
<!--Onboarding Step 1a View Controller--> <!--Onboarding Step 1a View Controller-->
<scene sceneID="R6W-kj-4rq"> <scene sceneID="R6W-kj-4rq">
@ -1588,7 +1610,7 @@ For more information please refer to the *Help Topics* page.</string>
<rect key="frame" x="0.0" y="0.0" width="414" height="655"/> <rect key="frame" x="0.0" y="0.0" width="414" height="655"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hkk-Gz-zWK" userLabel="ContentView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hkk-Gz-zWK" userLabel="ContentView">
<rect key="frame" x="0.0" y="0.0" width="414" height="1422.6666666666667"/> <rect key="frame" x="0.0" y="0.0" width="414" height="1400.6666666666667"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UNs-4Z-dJr"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UNs-4Z-dJr">
<rect key="frame" x="16" y="16" width="44" height="44"/> <rect key="frame" x="16" y="16" width="44" height="44"/>
@ -1611,8 +1633,8 @@ For more information please refer to the *Help Topics* page.</string>
</constraints> </constraints>
</imageView> </imageView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" bouncesZoom="NO" editable="NO" textAlignment="natural" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="g4Z-4b-Uce"> <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" bouncesZoom="NO" editable="NO" textAlignment="natural" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="g4Z-4b-Uce">
<rect key="frame" x="25" y="290.66666666666674" width="364" height="1116"/> <rect key="frame" x="25" y="290.66666666666674" width="364" height="1094"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<string key="text">It is important that you read the COVIDSafe *privacy policy* before you register for COVIDSafe. <string key="text">It is important that you read the COVIDSafe *privacy policy* before you register for COVIDSafe.
If you are under 16 years of age, your parent/guardian must also read the *privacy policy*. If you are under 16 years of age, your parent/guardian must also read the *privacy policy*.
@ -1636,7 +1658,7 @@ Your registration details will only be used or disclosed for contact tracing and
More information is available at the *Australian Government Department of Health website*. More information is available at the *Australian Government Department of Health website*.
See the COVIDSafe *privacy policy* for further details about your rights about your information and how it will be handled and shared.</string> See the COVIDSafe *privacy policy* for further details about your rights about your information and how it will be handled and shared.</string>
<color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/> <color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
<userDefinedRuntimeAttributes> <userDefinedRuntimeAttributes>
@ -1644,7 +1666,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</textView> </textView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Registration and privacy" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Q0u-wa-fYL"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Registration and privacy" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Q0u-wa-fYL">
<rect key="frame" x="30" y="243.99999999999997" width="289" height="33.666666666666657"/> <rect key="frame" x="30" y="243.99999999999997" width="289.66666666666669" height="33.666666666666657"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" staticText="YES" header="YES"/> <accessibilityTraits key="traits" staticText="YES" header="YES"/>
</accessibility> </accessibility>
@ -1656,7 +1678,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="g4Z-4b-Uce" secondAttribute="trailing" constant="25" id="6sF-Nn-FxT"/> <constraint firstAttribute="trailing" secondItem="g4Z-4b-Uce" secondAttribute="trailing" constant="25" id="6sF-Nn-FxT"/>
<constraint firstItem="Q0u-wa-fYL" firstAttribute="leading" secondItem="Hkk-Gz-zWK" secondAttribute="leading" constant="30" id="Ias-ue-vLs"/> <constraint firstItem="Q0u-wa-fYL" firstAttribute="leading" secondItem="Hkk-Gz-zWK" secondAttribute="leading" constant="30" id="Ias-ue-vLs"/>
@ -1720,7 +1742,8 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="SOQ-Ep-V20"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="SOQ-Ep-V20" firstAttribute="bottom" secondItem="gds-T3-NzS" secondAttribute="bottom" constant="32" id="8KE-w4-YjI"/> <constraint firstItem="SOQ-Ep-V20" firstAttribute="bottom" secondItem="gds-T3-NzS" secondAttribute="bottom" constant="32" id="8KE-w4-YjI"/>
<constraint firstItem="gds-T3-NzS" firstAttribute="leading" secondItem="SOQ-Ep-V20" secondAttribute="leading" constant="32" id="9eh-64-cuq"/> <constraint firstItem="gds-T3-NzS" firstAttribute="leading" secondItem="SOQ-Ep-V20" secondAttribute="leading" constant="32" id="9eh-64-cuq"/>
@ -1730,7 +1753,6 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<constraint firstItem="DhA-8H-f7E" firstAttribute="leading" secondItem="SOQ-Ep-V20" secondAttribute="leading" id="ZWf-0n-zHO"/> <constraint firstItem="DhA-8H-f7E" firstAttribute="leading" secondItem="SOQ-Ep-V20" secondAttribute="leading" id="ZWf-0n-zHO"/>
<constraint firstItem="DhA-8H-f7E" firstAttribute="top" secondItem="SOQ-Ep-V20" secondAttribute="top" id="mor-jV-Sob"/> <constraint firstItem="DhA-8H-f7E" firstAttribute="top" secondItem="SOQ-Ep-V20" secondAttribute="top" id="mor-jV-Sob"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="SOQ-Ep-V20"/>
</view> </view>
<navigationItem key="navigationItem" id="cgd-rJ-Tij"/> <navigationItem key="navigationItem" id="cgd-rJ-Tij"/>
<connections> <connections>
@ -1833,7 +1855,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="pdJ-6t-GZL" secondAttribute="bottom" id="6e9-mL-j6i"/> <constraint firstAttribute="bottom" secondItem="pdJ-6t-GZL" secondAttribute="bottom" id="6e9-mL-j6i"/>
<constraint firstItem="pdJ-6t-GZL" firstAttribute="top" secondItem="h3e-GV-yRm" secondAttribute="top" constant="13" id="MuZ-6t-x2e"/> <constraint firstItem="pdJ-6t-GZL" firstAttribute="top" secondItem="h3e-GV-yRm" secondAttribute="top" constant="13" id="MuZ-6t-x2e"/>
@ -1874,7 +1896,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</constraints> </constraints>
</imageView> </imageView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="38" id="8kF-vV-1zb"/> <constraint firstAttribute="height" constant="38" id="8kF-vV-1zb"/>
<constraint firstItem="pYl-es-7AA" firstAttribute="leading" secondItem="bAO-Fi-CsW" secondAttribute="leading" id="DpK-l9-aWs"/> <constraint firstItem="pYl-es-7AA" firstAttribute="leading" secondItem="bAO-Fi-CsW" secondAttribute="leading" id="DpK-l9-aWs"/>
@ -1898,7 +1920,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<rect key="frame" x="0.0" y="157.66666666666669" width="350" height="33.333333333333343"/> <rect key="frame" x="0.0" y="157.66666666666669" width="350" height="33.333333333333343"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Postcode" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7RM-TO-7v0"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Postcode" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7RM-TO-7v0">
<rect key="frame" x="0.0" y="12.999999999999998" width="72.333333333333329" height="20.333333333333329"/> <rect key="frame" x="0.0" y="12.999999999999998" width="72" height="20.333333333333329"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -1907,7 +1929,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="7RM-TO-7v0" secondAttribute="bottom" id="0Dq-4J-01L"/> <constraint firstAttribute="bottom" secondItem="7RM-TO-7v0" secondAttribute="bottom" id="0Dq-4J-01L"/>
<constraint firstItem="7RM-TO-7v0" firstAttribute="leading" secondItem="zEi-0v-YfD" secondAttribute="leading" id="GYN-GJ-Uct"/> <constraint firstItem="7RM-TO-7v0" firstAttribute="leading" secondItem="zEi-0v-YfD" secondAttribute="leading" id="GYN-GJ-Uct"/>
@ -1950,7 +1972,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="tk2-6x-mvl" secondAttribute="bottom" id="8jp-20-h5a"/> <constraint firstAttribute="bottom" secondItem="tk2-6x-mvl" secondAttribute="bottom" id="8jp-20-h5a"/>
<constraint firstItem="hXy-ib-9vr" firstAttribute="leading" secondItem="LCa-Je-nVQ" secondAttribute="leading" constant="32" id="9rc-ME-RF4"/> <constraint firstItem="hXy-ib-9vr" firstAttribute="leading" secondItem="LCa-Je-nVQ" secondAttribute="leading" constant="32" id="9rc-ME-RF4"/>
@ -1982,7 +2004,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<accessibilityTraits key="traits" notEnabled="YES"/> <accessibilityTraits key="traits" notEnabled="YES"/>
</accessibility> </accessibility>
</view> </view>
<button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wu0-UH-w3R"> <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wu0-UH-w3R">
<rect key="frame" x="32" y="655" width="350" height="49"/> <rect key="frame" x="32" y="655" width="350" height="49"/>
<color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
@ -2003,7 +2025,8 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="6ZP-yA-jRS"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="0l9-L6-g64" firstAttribute="top" secondItem="6ZP-yA-jRS" secondAttribute="top" id="4Sb-f0-uRo"/> <constraint firstItem="0l9-L6-g64" firstAttribute="top" secondItem="6ZP-yA-jRS" secondAttribute="top" id="4Sb-f0-uRo"/>
<constraint firstItem="6ZP-yA-jRS" firstAttribute="trailing" secondItem="0l9-L6-g64" secondAttribute="trailing" id="52o-6x-PfB"/> <constraint firstItem="6ZP-yA-jRS" firstAttribute="trailing" secondItem="0l9-L6-g64" secondAttribute="trailing" id="52o-6x-PfB"/>
@ -2017,7 +2040,6 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<constraint firstItem="xBC-Md-zDE" firstAttribute="bottom" secondItem="6ZP-yA-jRS" secondAttribute="bottom" id="fKf-Dz-ITg"/> <constraint firstItem="xBC-Md-zDE" firstAttribute="bottom" secondItem="6ZP-yA-jRS" secondAttribute="bottom" id="fKf-Dz-ITg"/>
<constraint firstItem="wu0-UH-w3R" firstAttribute="top" secondItem="0l9-L6-g64" secondAttribute="bottom" constant="31" id="qx2-wZ-55e"/> <constraint firstItem="wu0-UH-w3R" firstAttribute="top" secondItem="0l9-L6-g64" secondAttribute="bottom" constant="31" id="qx2-wZ-55e"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="6ZP-yA-jRS"/>
</view> </view>
<navigationItem key="navigationItem" id="K7o-JJ-E0j"/> <navigationItem key="navigationItem" id="K7o-JJ-E0j"/>
<connections> <connections>
@ -2056,7 +2078,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<rect key="frame" x="0.0" y="0.0" width="414" height="647"/> <rect key="frame" x="0.0" y="0.0" width="414" height="647"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DY3-Bs-8h2" userLabel="ContentView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DY3-Bs-8h2" userLabel="ContentView">
<rect key="frame" x="0.0" y="0.0" width="414" height="446.33333333333331"/> <rect key="frame" x="0.0" y="0.0" width="414" height="497.66666666666669"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You need the consent of your parent/guardian to proceed" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rlW-1W-YqS"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You need the consent of your parent/guardian to proceed" textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rlW-1W-YqS">
<rect key="frame" x="32" y="103.33333333333331" width="350" height="67.666666666666686"/> <rect key="frame" x="32" y="103.33333333333331" width="350" height="67.666666666666686"/>
@ -2089,7 +2111,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Select 'I agree' to confirm consent." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ba6-us-91a"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Select 'I agree' to confirm consent." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ba6-us-91a">
<rect key="frame" x="32" y="414" width="362" height="20.333333333333314"/> <rect key="frame" x="32" y="465.33333333333331" width="362" height="20.333333333333314"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -2138,10 +2160,26 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Information to ensure that COVIDSafe is working properly on my device." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nfU-tC-WBE">
<rect key="frame" x="46" y="406" width="336" height="42.333333333333314"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="us_registration_consent_diagnostic_copy"/>
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="•" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="A3d-zY-MSz">
<rect key="frame" x="32" y="406" width="7.6666666666666643" height="20.333333333333314"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="ago-Xc-vpG" secondAttribute="trailing" constant="32" id="3zw-oe-0g1"/> <constraint firstAttribute="trailing" secondItem="ago-Xc-vpG" secondAttribute="trailing" constant="32" id="3zw-oe-0g1"/>
<constraint firstAttribute="trailing" secondItem="nfU-tC-WBE" secondAttribute="trailing" constant="32" id="4cO-Xi-LnA"/>
<constraint firstItem="rlW-1W-YqS" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="32" id="7Yi-8y-TTN"/> <constraint firstItem="rlW-1W-YqS" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="32" id="7Yi-8y-TTN"/>
<constraint firstAttribute="bottom" secondItem="Ba6-us-91a" secondAttribute="bottom" constant="12" id="AXo-mh-O77"/> <constraint firstAttribute="bottom" secondItem="Ba6-us-91a" secondAttribute="bottom" constant="12" id="AXo-mh-O77"/>
<constraint firstItem="ago-Xc-vpG" firstAttribute="leading" secondItem="S8l-U4-ztC" secondAttribute="leading" constant="14" id="BiL-z3-V1j"/> <constraint firstItem="ago-Xc-vpG" firstAttribute="leading" secondItem="S8l-U4-ztC" secondAttribute="leading" constant="14" id="BiL-z3-V1j"/>
@ -2155,16 +2193,20 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<constraint firstAttribute="trailing" secondItem="phd-aD-1If" secondAttribute="trailing" constant="32" id="TOS-eQ-mGa"/> <constraint firstAttribute="trailing" secondItem="phd-aD-1If" secondAttribute="trailing" constant="32" id="TOS-eQ-mGa"/>
<constraint firstItem="PXg-tG-JnX" firstAttribute="leading" secondItem="zfb-Qr-RoV" secondAttribute="leading" constant="14" id="b91-EL-OXe"/> <constraint firstItem="PXg-tG-JnX" firstAttribute="leading" secondItem="zfb-Qr-RoV" secondAttribute="leading" constant="14" id="b91-EL-OXe"/>
<constraint firstItem="S8l-U4-ztC" firstAttribute="top" secondItem="ago-Xc-vpG" secondAttribute="top" id="bfD-kE-tdi"/> <constraint firstItem="S8l-U4-ztC" firstAttribute="top" secondItem="ago-Xc-vpG" secondAttribute="top" id="bfD-kE-tdi"/>
<constraint firstItem="nfU-tC-WBE" firstAttribute="top" secondItem="ago-Xc-vpG" secondAttribute="bottom" constant="16" id="bl8-1M-QdA"/>
<constraint firstItem="A3d-zY-MSz" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="32" id="cDp-Ed-0qH"/>
<constraint firstItem="Ba6-us-91a" firstAttribute="top" secondItem="nfU-tC-WBE" secondAttribute="bottom" constant="17" id="cJZ-W4-XTQ"/>
<constraint firstItem="QDG-kZ-uPM" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="32" id="cni-eh-z3M"/> <constraint firstItem="QDG-kZ-uPM" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="32" id="cni-eh-z3M"/>
<constraint firstAttribute="trailing" secondItem="Ba6-us-91a" secondAttribute="trailing" constant="20" id="cvN-TA-jPz"/> <constraint firstAttribute="trailing" secondItem="Ba6-us-91a" secondAttribute="trailing" constant="20" id="cvN-TA-jPz"/>
<constraint firstItem="zfb-Qr-RoV" firstAttribute="top" secondItem="PXg-tG-JnX" secondAttribute="top" id="ehC-bB-jIY"/> <constraint firstItem="zfb-Qr-RoV" firstAttribute="top" secondItem="PXg-tG-JnX" secondAttribute="top" id="ehC-bB-jIY"/>
<constraint firstItem="phd-aD-1If" firstAttribute="top" secondItem="HIU-En-ZQe" secondAttribute="bottom" id="gNw-HG-3U7"/> <constraint firstItem="phd-aD-1If" firstAttribute="top" secondItem="HIU-En-ZQe" secondAttribute="bottom" id="gNw-HG-3U7"/>
<constraint firstItem="HIU-En-ZQe" firstAttribute="top" secondItem="DY3-Bs-8h2" secondAttribute="top" constant="16" id="hcU-mf-G4h"/> <constraint firstItem="HIU-En-ZQe" firstAttribute="top" secondItem="DY3-Bs-8h2" secondAttribute="top" constant="16" id="hcU-mf-G4h"/>
<constraint firstItem="Ba6-us-91a" firstAttribute="top" secondItem="ago-Xc-vpG" secondAttribute="bottom" constant="24" id="iyF-fT-xcv"/>
<constraint firstAttribute="trailing" secondItem="QDG-kZ-uPM" secondAttribute="trailing" constant="32" id="jre-Ei-31C"/> <constraint firstAttribute="trailing" secondItem="QDG-kZ-uPM" secondAttribute="trailing" constant="32" id="jre-Ei-31C"/>
<constraint firstItem="ago-Xc-vpG" firstAttribute="top" secondItem="PXg-tG-JnX" secondAttribute="bottom" constant="16" id="qaN-Gw-1uR"/> <constraint firstItem="ago-Xc-vpG" firstAttribute="top" secondItem="PXg-tG-JnX" secondAttribute="bottom" constant="16" id="qaN-Gw-1uR"/>
<constraint firstItem="QDG-kZ-uPM" firstAttribute="top" secondItem="rlW-1W-YqS" secondAttribute="bottom" constant="16" id="umk-pN-NGM"/> <constraint firstItem="QDG-kZ-uPM" firstAttribute="top" secondItem="rlW-1W-YqS" secondAttribute="bottom" constant="16" id="umk-pN-NGM"/>
<constraint firstItem="A3d-zY-MSz" firstAttribute="top" secondItem="nfU-tC-WBE" secondAttribute="top" id="vxQ-sP-Ei2"/>
<constraint firstItem="HIU-En-ZQe" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="16" id="wEU-WU-ava"/> <constraint firstItem="HIU-En-ZQe" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="16" id="wEU-WU-ava"/>
<constraint firstItem="nfU-tC-WBE" firstAttribute="leading" secondItem="A3d-zY-MSz" secondAttribute="leading" constant="14" id="ws0-aO-sZu"/>
<constraint firstItem="S8l-U4-ztC" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="32" id="x8w-eS-YlP"/> <constraint firstItem="S8l-U4-ztC" firstAttribute="leading" secondItem="DY3-Bs-8h2" secondAttribute="leading" constant="32" id="x8w-eS-YlP"/>
</constraints> </constraints>
</view> </view>
@ -2177,7 +2219,7 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<constraint firstItem="DY3-Bs-8h2" firstAttribute="top" secondItem="HxI-sW-1by" secondAttribute="top" id="khk-zh-kMz"/> <constraint firstItem="DY3-Bs-8h2" firstAttribute="top" secondItem="HxI-sW-1by" secondAttribute="top" id="khk-zh-kMz"/>
</constraints> </constraints>
</scrollView> </scrollView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="C8B-6S-UGU"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="C8B-6S-UGU">
<rect key="frame" x="32" y="655" width="350" height="49"/> <rect key="frame" x="32" y="655" width="350" height="49"/>
<color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<accessibility key="accessibilityConfiguration" hint="please consent to proceed"/> <accessibility key="accessibilityConfiguration" hint="please consent to proceed"/>
@ -2196,7 +2238,8 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="sEQ-sW-LBI"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="C8B-6S-UGU" firstAttribute="leading" secondItem="sEQ-sW-LBI" secondAttribute="leading" constant="32" id="Dqh-2I-raE"/> <constraint firstItem="C8B-6S-UGU" firstAttribute="leading" secondItem="sEQ-sW-LBI" secondAttribute="leading" constant="32" id="Dqh-2I-raE"/>
<constraint firstItem="C8B-6S-UGU" firstAttribute="top" secondItem="HxI-sW-1by" secondAttribute="bottom" constant="8" id="Vzy-X6-5Gx"/> <constraint firstItem="C8B-6S-UGU" firstAttribute="top" secondItem="HxI-sW-1by" secondAttribute="bottom" constant="8" id="Vzy-X6-5Gx"/>
@ -2206,7 +2249,6 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<constraint firstItem="HxI-sW-1by" firstAttribute="leading" secondItem="sEQ-sW-LBI" secondAttribute="leading" id="sCn-WT-Ne1"/> <constraint firstItem="HxI-sW-1by" firstAttribute="leading" secondItem="sEQ-sW-LBI" secondAttribute="leading" id="sCn-WT-Ne1"/>
<constraint firstItem="sEQ-sW-LBI" firstAttribute="trailing" secondItem="C8B-6S-UGU" secondAttribute="trailing" constant="32" id="t6r-v9-G5t"/> <constraint firstItem="sEQ-sW-LBI" firstAttribute="trailing" secondItem="C8B-6S-UGU" secondAttribute="trailing" constant="32" id="t6r-v9-G5t"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="sEQ-sW-LBI"/>
</view> </view>
<navigationItem key="navigationItem" id="Stz-cr-egJ"/> <navigationItem key="navigationItem" id="Stz-cr-egJ"/>
<connections> <connections>
@ -2216,11 +2258,11 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
</viewController> </viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="70d-y6-jME" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="70d-y6-jME" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects> </objects>
<point key="canvasLocation" x="-1692" y="-1239.1304347826087"/> <point key="canvasLocation" x="-1692.753623188406" y="-1239.1304347826087"/>
</scene> </scene>
</scenes> </scenes>
<inferredMetricsTieBreakers> <inferredMetricsTieBreakers>
<segue reference="rHc-rZ-59x"/> <segue reference="bMl-IY-pjw"/>
<segue reference="4eL-1Z-MtW"/> <segue reference="4eL-1Z-MtW"/>
</inferredMetricsTieBreakers> </inferredMetricsTieBreakers>
<resources> <resources>
@ -2234,5 +2276,11 @@ See the COVIDSafe *privacy policy* for further details about your rights about y
<image name="howItWorks" width="311" height="188"/> <image name="howItWorks" width="311" height="188"/>
<image name="info" width="24" height="24"/> <image name="info" width="24" height="24"/>
<image name="privacy" width="311" height="188"/> <image name="privacy" width="311" height="188"/>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources> </resources>
</document> </document>

82
CovidSafe/CSAlertView.xib Normal file
View file

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CSAlertViewController" customModule="COVIDSafe" customModuleProvider="target">
<connections>
<outlet property="mainButton" destination="R97-nu-hDO" id="yMM-sC-Yh8"/>
<outlet property="messageLabel" destination="ZAV-9u-66C" id="l65-c0-ar4"/>
<outlet property="view" destination="iN0-l3-epB" id="dTf-QS-rUG"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="noz-x4-eyw">
<rect key="frame" x="16" y="355" width="382" height="186"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="R97-nu-hDO">
<rect key="frame" x="0.0" y="130" width="382" height="56"/>
<color key="backgroundColor" red="0.7843137255" green="1" blue="0.72549019609999998" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="56" id="Wc9-CV-VEl"/>
</constraints>
<fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
<state key="normal" title="Dismiss">
<color key="titleColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="onMainActionTapped:" destination="-1" eventType="touchUpInside" id="G7d-LW-A5y"/>
</connections>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" bouncesZoom="NO" editable="NO" text="COVIDSafe now collects diagnostic information to help you troubleshoot issues with your App. Learn more" textAlignment="natural" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZAV-9u-66C">
<rect key="frame" x="16" y="24" width="350" height="82"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<color key="tintColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="R97-nu-hDO" firstAttribute="leading" secondItem="noz-x4-eyw" secondAttribute="leading" id="3Hd-12-vef"/>
<constraint firstItem="ZAV-9u-66C" firstAttribute="leading" secondItem="noz-x4-eyw" secondAttribute="leading" constant="16" id="9WA-Gs-QEM"/>
<constraint firstAttribute="trailing" secondItem="ZAV-9u-66C" secondAttribute="trailing" constant="16" id="WDm-74-G3u"/>
<constraint firstAttribute="bottom" secondItem="R97-nu-hDO" secondAttribute="bottom" id="WX7-Wi-ExD"/>
<constraint firstItem="ZAV-9u-66C" firstAttribute="top" secondItem="noz-x4-eyw" secondAttribute="top" constant="24" id="fsR-mW-8GF"/>
<constraint firstAttribute="trailing" secondItem="R97-nu-hDO" secondAttribute="trailing" id="qi2-BP-FDs"/>
<constraint firstItem="R97-nu-hDO" firstAttribute="top" secondItem="ZAV-9u-66C" secondAttribute="bottom" constant="24" id="ysv-sc-AvP"/>
</constraints>
</view>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.29527948943661969" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="noz-x4-eyw" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="16" id="Ktz-tM-Y4d"/>
<constraint firstItem="noz-x4-eyw" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="cAK-sK-IGc"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="noz-x4-eyw" secondAttribute="trailing" constant="16" id="wNF-aD-XaI"/>
</constraints>
<nil key="simulatedTopBarMetrics"/>
<nil key="simulatedBottomBarMetrics"/>
<point key="canvasLocation" x="-384.05797101449281" y="-35.491071428571423"/>
</view>
</objects>
<resources>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>

View file

@ -0,0 +1,47 @@
//
// CSAlertViewController.swift
// CovidSafe
//
// Copyright © 2020 Australian Government. All rights reserved.
//
import UIKit
import SafariServices
class CSAlertViewController: UIViewController {
@IBOutlet weak var messageLabel: UITextView!
@IBOutlet weak var mainButton: UIButton!
private var message: NSAttributedString?
private var buttonLabel: String?
override func viewDidLoad() {
super.viewDidLoad()
messageLabel.delegate = self
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
messageLabel.attributedText = message
mainButton.setTitle(buttonLabel, for: .normal)
}
func set(message: NSAttributedString, buttonLabel: String) {
self.message = message
self.buttonLabel = buttonLabel
}
@IBAction func onMainActionTapped(_ sender: Any) {
dismiss(animated: true, completion: nil)
}
}
extension CSAlertViewController: UITextViewDelegate {
func textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool {
DispatchQueue.main.asyncAfter(deadline: .now() + 1, execute: {
self.dismiss(animated: true, completion: nil)
})
return true
}
}

View file

@ -10,6 +10,8 @@ import Lottie
class CovidStatisticsViewController: UITableViewController { class CovidStatisticsViewController: UITableViewController {
private let showHideStatisticsKey = "showHideStatisticsKey"
private let heartImage = UIImage(named: "heart") private let heartImage = UIImage(named: "heart")
private let virusMoleculeImage = UIImage(named: "virus-molecule") private let virusMoleculeImage = UIImage(named: "virus-molecule")
private let trendUpImage = UIImage(named: "trending-up") private let trendUpImage = UIImage(named: "trending-up")
@ -18,6 +20,16 @@ class CovidStatisticsViewController: UITableViewController {
private var showError: Bool = false private var showError: Bool = false
private var showInternetError: Bool = false private var showInternetError: Bool = false
private var showRefresh: Bool = false private var showRefresh: Bool = false
lazy var showStatistics: Bool = {
guard let value = UserDefaults.standard.value(forKey: showHideStatisticsKey) as? Bool else {
return true
}
return value
}(){
didSet {
UserDefaults.standard.set(showStatistics, forKey: showHideStatisticsKey)
}
}
private var statisticSections: [[StatisticRowModel]] = [] private var statisticSections: [[StatisticRowModel]] = []
@ -163,15 +175,24 @@ class CovidStatisticsViewController: UITableViewController {
if section == 0 { if section == 0 {
let headerView = tableView.dequeueReusableCell(withIdentifier: "MainStatisticsHeader") as! MainStatisticsHeaderViewCell let headerView = tableView.dequeueReusableCell(withIdentifier: "MainStatisticsHeader") as! MainStatisticsHeaderViewCell
headerView.titleLabel.font = UIFont.preferredFont(for: .title1, weight: .semibold) headerView.titleLabel.font = UIFont.preferredFont(for: .title3, weight: .semibold)
headerView.statisticsDelegate = statisticsDelegate headerView.statisticsDelegate = statisticsDelegate
headerView.statisticsTableDelegate = self
if let updateDate = statisticsUpdatedDate { let hideShowLabel = showStatistics ? "hide".localizedString() : "show".localizedString()
headerView.hideShowButton.setTitle(hideShowLabel, for: .normal)
if let updateDate = statisticsUpdatedDate, showStatistics {
let dateFormatter = DateFormatter() let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "dd MMMM yyyy h a 'AEST'" dateFormatter.dateStyle = .medium
headerView.dateLabel.text = dateFormatter.string(from: updateDate) dateFormatter.timeStyle = .short
headerView.dateLabelContainer.isHidden = false
headerView.dateLabelDivider.isHidden = false
headerView.dateLabel.text = "\(dateFormatter.string(from: updateDate)) AEST"
} else { } else {
headerView.dateLabel.isHidden = true headerView.dateLabelContainer.isHidden = true
headerView.dateLabelDivider.isHidden = true
} }
if showInternetError { if showInternetError {
@ -180,8 +201,8 @@ class CovidStatisticsViewController: UITableViewController {
headerView.errorLabel.text = "numbers_error".localizedString() headerView.errorLabel.text = "numbers_error".localizedString()
} }
headerView.errorLabel.isHidden = !showError headerView.errorLabel.isHidden = !showError || !showStatistics
headerView.refreshViewContainer.isHidden = !showRefresh headerView.refreshViewContainer.isHidden = !showRefresh || !showStatistics
return headerView return headerView
} }
@ -199,8 +220,15 @@ class CovidStatisticsViewController: UITableViewController {
return -1 // automatic return -1 // automatic
} }
override func numberOfSections(in tableView: UITableView) -> Int { override func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat {
if isLoading { if isLoading {
return 0 // no header for section
}
return 53
}
override func numberOfSections(in tableView: UITableView) -> Int {
if isLoading || !showStatistics {
return 1 return 1
} }
return statisticSections.count return statisticSections.count
@ -210,6 +238,9 @@ class CovidStatisticsViewController: UITableViewController {
if isLoading { if isLoading {
return 1 return 1
} }
if !showStatistics {
return 0
}
return statisticSections[section].count return statisticSections[section].count
} }
@ -219,6 +250,18 @@ class CovidStatisticsViewController: UITableViewController {
} }
} }
override func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
UIView.performWithoutAnimation {
view.layoutIfNeeded()
}
}
override func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
UIView.performWithoutAnimation {
cell.layoutIfNeeded()
}
}
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
if isLoading { if isLoading {
let cellView = tableView.dequeueReusableCell(withIdentifier: "LoadingViewCell", for: indexPath) as! LoadingViewCell let cellView = tableView.dequeueReusableCell(withIdentifier: "LoadingViewCell", for: indexPath) as! LoadingViewCell
@ -267,6 +310,23 @@ class CovidStatisticsViewController: UITableViewController {
} }
// MARK: Statistics Table Delegate Implementation
extension CovidStatisticsViewController: StatisticsTableDelegate {
func toggleDisplayStatistics() {
showStatistics = !showStatistics
if showStatistics && statisticSections.count == 0 {
statisticsDelegate?.refreshStatistics()
} else {
UIView.transition(with: tableView,
duration: 0.3,
options: .transitionCrossDissolve,
animations: { self.reloadTable() })
}
}
}
// MARK: Table view cells // MARK: Table view cells
class StatDetailedViewCell: UITableViewCell { class StatDetailedViewCell: UITableViewCell {
@ -285,15 +345,23 @@ class StatDetailedViewCell: UITableViewCell {
class MainStatisticsHeaderViewCell: UITableViewCell { class MainStatisticsHeaderViewCell: UITableViewCell {
@IBOutlet weak var dateLabel: UILabel! @IBOutlet weak var dateLabel: UILabel!
@IBOutlet weak var dateLabelContainer: UIView!
@IBOutlet weak var dateLabelDivider: UIView!
@IBOutlet weak var errorLabel: UILabel! @IBOutlet weak var errorLabel: UILabel!
@IBOutlet weak var refreshViewContainer: UIView! @IBOutlet weak var refreshViewContainer: UIView!
@IBOutlet weak var titleLabel: UILabel! @IBOutlet weak var titleLabel: UILabel!
@IBOutlet weak var hideShowButton: UIButton!
var statisticsDelegate: StatisticsDelegate? var statisticsDelegate: StatisticsDelegate?
var statisticsTableDelegate: StatisticsTableDelegate?
@IBAction func refreshButtonTapped(_ sender: Any) { @IBAction func refreshButtonTapped(_ sender: Any) {
statisticsDelegate?.refreshStatistics() statisticsDelegate?.refreshStatistics()
} }
@IBAction func showHideButtonTapped(_ sender: Any) {
statisticsTableDelegate?.toggleDisplayStatistics()
}
} }
class LoadingViewCell: UITableViewCell { class LoadingViewCell: UITableViewCell {
@ -320,6 +388,10 @@ class LoadingViewCell: UITableViewCell {
// MARK: Statistics delegate // MARK: Statistics delegate
protocol StatisticsTableDelegate {
func toggleDisplayStatistics()
}
protocol StatisticsDelegate { protocol StatisticsDelegate {
func refreshStatistics() func refreshStatistics()
func setStatisticsContainerHeight(height: CGFloat) func setStatisticsContainerHeight(height: CGFloat)

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="UCh-Op-nym"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="UCh-Op-nym">
<device id="retina6_1" orientation="portrait" appearance="light"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<scenes> <scenes>
@ -16,8 +17,8 @@
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/> <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gua-x7-jJP"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gua-x7-jJP">
<rect key="frame" x="243" y="59.5" width="60" height="30"/> <rect key="frame" x="243.5" y="59.5" width="60" height="30"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="30" id="5mg-7K-90i"/> <constraint firstAttribute="height" constant="30" id="5mg-7K-90i"/>
<constraint firstAttribute="width" constant="60" id="Kpp-AK-HNh"/> <constraint firstAttribute="width" constant="60" id="Kpp-AK-HNh"/>
@ -27,7 +28,7 @@
<action selector="logoutBtn:" destination="dhe-6o-fvJ" eventType="touchUpInside" id="wv7-nj-02U"/> <action selector="logoutBtn:" destination="dhe-6o-fvJ" eventType="touchUpInside" id="wv7-nj-02U"/>
</connections> </connections>
</button> </button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FMQ-oF-sLW"> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FMQ-oF-sLW">
<rect key="frame" x="161" y="59" width="70" height="30"/> <rect key="frame" x="161" y="59" width="70" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" title="Export DB"/> <state key="normal" title="Export DB"/>
@ -36,7 +37,7 @@
</connections> </connections>
</button> </button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Settings" lineBreakMode="characterWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Apr-IN-mch"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Settings" lineBreakMode="characterWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Apr-IN-mch">
<rect key="frame" x="16" y="54" width="133" height="41"/> <rect key="frame" x="16" y="54" width="133.5" height="41"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="34"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="34"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -45,10 +46,10 @@
<rect key="frame" x="0.0" y="111" width="414" height="702"/> <rect key="frame" x="0.0" y="111" width="414" height="702"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eTh-XD-RKI" userLabel="ContentView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eTh-XD-RKI" userLabel="ContentView">
<rect key="frame" x="0.0" y="0.0" width="414" height="675.5"/> <rect key="frame" x="0.0" y="0.0" width="414" height="736.5"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="vW3-bA-wgt"> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="vW3-bA-wgt">
<rect key="frame" x="0.0" y="0.0" width="414" height="675.5"/> <rect key="frame" x="0.0" y="0.0" width="414" height="736.5"/>
<subviews> <subviews>
<view contentMode="scaleToFill" verticalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="T1Q-yS-0Qz"> <view contentMode="scaleToFill" verticalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="T1Q-yS-0Qz">
<rect key="frame" x="0.0" y="0.0" width="414" height="14.5"/> <rect key="frame" x="0.0" y="0.0" width="414" height="14.5"/>
@ -66,7 +67,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="yHq-NW-S3P" firstAttribute="top" secondItem="T1Q-yS-0Qz" secondAttribute="top" id="8aC-xz-Dcj"/> <constraint firstItem="yHq-NW-S3P" firstAttribute="top" secondItem="T1Q-yS-0Qz" secondAttribute="top" id="8aC-xz-Dcj"/>
<constraint firstItem="7ks-G7-72D" firstAttribute="leading" secondItem="T1Q-yS-0Qz" secondAttribute="leading" constant="16" id="9wm-j2-KWW"/> <constraint firstItem="7ks-G7-72D" firstAttribute="leading" secondItem="T1Q-yS-0Qz" secondAttribute="leading" constant="16" id="9wm-j2-KWW"/>
@ -87,7 +88,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="x5g-CO-y2v" secondAttribute="trailing" constant="16" id="Wb5-5n-U59"/> <constraint firstAttribute="trailing" secondItem="x5g-CO-y2v" secondAttribute="trailing" constant="16" id="Wb5-5n-U59"/>
<constraint firstItem="x5g-CO-y2v" firstAttribute="top" secondItem="KAo-T6-Bcm" secondAttribute="top" id="bqu-OK-Q0a"/> <constraint firstItem="x5g-CO-y2v" firstAttribute="top" secondItem="KAo-T6-Bcm" secondAttribute="top" id="bqu-OK-Q0a"/>
@ -105,7 +106,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="fqh-QW-KCP" firstAttribute="leading" secondItem="Ed3-Lt-5xT" secondAttribute="leading" constant="16" id="0Tw-16-gaN"/> <constraint firstItem="fqh-QW-KCP" firstAttribute="leading" secondItem="Ed3-Lt-5xT" secondAttribute="leading" constant="16" id="0Tw-16-gaN"/>
<constraint firstItem="fqh-QW-KCP" firstAttribute="top" secondItem="Ed3-Lt-5xT" secondAttribute="top" id="4AF-5b-aE7"/> <constraint firstItem="fqh-QW-KCP" firstAttribute="top" secondItem="Ed3-Lt-5xT" secondAttribute="top" id="4AF-5b-aE7"/>
@ -123,7 +124,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="Kot-qu-BYK" firstAttribute="leading" secondItem="d70-mL-W6J" secondAttribute="leading" constant="16" id="5xe-xz-1xE"/> <constraint firstItem="Kot-qu-BYK" firstAttribute="leading" secondItem="d70-mL-W6J" secondAttribute="leading" constant="16" id="5xe-xz-1xE"/>
<constraint firstItem="Kot-qu-BYK" firstAttribute="top" secondItem="d70-mL-W6J" secondAttribute="top" id="KFF-cw-olC"/> <constraint firstItem="Kot-qu-BYK" firstAttribute="top" secondItem="d70-mL-W6J" secondAttribute="top" id="KFF-cw-olC"/>
@ -141,7 +142,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="r8F-jH-7Fs" firstAttribute="top" secondItem="mnl-nT-3ew" secondAttribute="top" id="Xev-jc-Gke"/> <constraint firstItem="r8F-jH-7Fs" firstAttribute="top" secondItem="mnl-nT-3ew" secondAttribute="top" id="Xev-jc-Gke"/>
<constraint firstAttribute="bottom" secondItem="r8F-jH-7Fs" secondAttribute="bottom" id="cXZ-dP-d0O"/> <constraint firstAttribute="bottom" secondItem="r8F-jH-7Fs" secondAttribute="bottom" id="cXZ-dP-d0O"/>
@ -152,14 +153,14 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vBO-kL-9pk"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vBO-kL-9pk">
<rect key="frame" x="0.0" y="151.5" width="414" height="44"/> <rect key="frame" x="0.0" y="151.5" width="414" height="44"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yeE-eu-dNb"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yeE-eu-dNb">
<rect key="frame" x="16" y="0.0" width="69" height="44"/> <rect key="frame" x="16" y="0.0" width="69" height="44"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="44" id="mjW-Mz-ezJ"/> <constraint firstAttribute="height" constant="44" id="mjW-Mz-ezJ"/>
</constraints> </constraints>
<state key="normal" title="Clear logs"/> <state key="normal" title="Clear logs"/>
</button> </button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gZQ-CY-N0t"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gZQ-CY-N0t">
<rect key="frame" x="117" y="0.0" width="44" height="44"/> <rect key="frame" x="117" y="0.0" width="44" height="44"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="44" id="282-d1-E10"/> <constraint firstAttribute="height" constant="44" id="282-d1-E10"/>
@ -167,7 +168,7 @@
</constraints> </constraints>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="yeE-eu-dNb" firstAttribute="top" secondItem="vBO-kL-9pk" secondAttribute="top" id="71y-5M-1wM"/> <constraint firstItem="yeE-eu-dNb" firstAttribute="top" secondItem="vBO-kL-9pk" secondAttribute="top" id="71y-5M-1wM"/>
<constraint firstItem="gZQ-CY-N0t" firstAttribute="leading" secondItem="yeE-eu-dNb" secondAttribute="trailing" constant="32" id="9ki-YW-f0B"/> <constraint firstItem="gZQ-CY-N0t" firstAttribute="leading" secondItem="yeE-eu-dNb" secondAttribute="trailing" constant="32" id="9ki-YW-f0B"/>
@ -181,16 +182,16 @@
<rect key="frame" x="0.0" y="203.5" width="414" height="31"/> <rect key="frame" x="0.0" y="203.5" width="414" height="31"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Toggle advertisement" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="omg-67-iV0"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Toggle advertisement" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="omg-67-iV0">
<rect key="frame" x="16" y="0.0" width="166" height="31"/> <rect key="frame" x="16" y="0.0" width="165.5" height="31"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="i01-q8-Sxa"> <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="i01-q8-Sxa">
<rect key="frame" x="202" y="0.0" width="51" height="31"/> <rect key="frame" x="201.5" y="0.0" width="51" height="31"/>
</switch> </switch>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="i01-q8-Sxa" secondAttribute="bottom" id="C3U-tV-N3x"/> <constraint firstAttribute="bottom" secondItem="i01-q8-Sxa" secondAttribute="bottom" id="C3U-tV-N3x"/>
<constraint firstItem="i01-q8-Sxa" firstAttribute="centerY" secondItem="omg-67-iV0" secondAttribute="centerY" id="EHp-1s-ism"/> <constraint firstItem="i01-q8-Sxa" firstAttribute="centerY" secondItem="omg-67-iV0" secondAttribute="centerY" id="EHp-1s-ism"/>
@ -205,16 +206,16 @@
<rect key="frame" x="0.0" y="242.5" width="414" height="31"/> <rect key="frame" x="0.0" y="242.5" width="414" height="31"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Toggle scanning" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6hb-oo-EFZ"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Toggle scanning" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6hb-oo-EFZ">
<rect key="frame" x="16" y="0.0" width="125" height="31"/> <rect key="frame" x="16" y="0.0" width="124.5" height="31"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pSh-gt-Z0V"> <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pSh-gt-Z0V">
<rect key="frame" x="161" y="0.0" width="51" height="31"/> <rect key="frame" x="160.5" y="0.0" width="51" height="31"/>
</switch> </switch>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="pSh-gt-Z0V" firstAttribute="centerY" secondItem="6hb-oo-EFZ" secondAttribute="centerY" id="But-UP-nnD"/> <constraint firstItem="pSh-gt-Z0V" firstAttribute="centerY" secondItem="6hb-oo-EFZ" secondAttribute="centerY" id="But-UP-nnD"/>
<constraint firstItem="pSh-gt-Z0V" firstAttribute="top" secondItem="UsF-LF-5uJ" secondAttribute="top" id="ImI-bk-A7x"/> <constraint firstItem="pSh-gt-Z0V" firstAttribute="top" secondItem="UsF-LF-5uJ" secondAttribute="top" id="ImI-bk-A7x"/>
@ -228,15 +229,15 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cmJ-Am-HxG"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cmJ-Am-HxG">
<rect key="frame" x="0.0" y="281.5" width="414" height="44"/> <rect key="frame" x="0.0" y="281.5" width="414" height="44"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MRj-sM-i0b"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MRj-sM-i0b">
<rect key="frame" x="16" y="0.0" width="155" height="44"/> <rect key="frame" x="16" y="0.0" width="154" height="44"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="44" id="ya8-0C-zRi"/> <constraint firstAttribute="height" constant="44" id="ya8-0C-zRi"/>
</constraints> </constraints>
<state key="normal" title="Obtain Bluetooth state"/> <state key="normal" title="Obtain Bluetooth state"/>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="MRj-sM-i0b" firstAttribute="leading" secondItem="cmJ-Am-HxG" secondAttribute="leading" constant="16" id="74Z-2Q-p7W"/> <constraint firstItem="MRj-sM-i0b" firstAttribute="leading" secondItem="cmJ-Am-HxG" secondAttribute="leading" constant="16" id="74Z-2Q-p7W"/>
<constraint firstItem="MRj-sM-i0b" firstAttribute="top" secondItem="cmJ-Am-HxG" secondAttribute="top" id="scC-oS-5U5"/> <constraint firstItem="MRj-sM-i0b" firstAttribute="top" secondItem="cmJ-Am-HxG" secondAttribute="top" id="scC-oS-5U5"/>
@ -253,7 +254,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="98r-Qb-WQe" firstAttribute="top" secondItem="70A-Ef-2Sn" secondAttribute="top" id="MfK-kK-YWF"/> <constraint firstItem="98r-Qb-WQe" firstAttribute="top" secondItem="70A-Ef-2Sn" secondAttribute="top" id="MfK-kK-YWF"/>
<constraint firstAttribute="bottom" secondItem="98r-Qb-WQe" secondAttribute="bottom" id="Xrv-MF-oGF"/> <constraint firstAttribute="bottom" secondItem="98r-Qb-WQe" secondAttribute="bottom" id="Xrv-MF-oGF"/>
@ -271,7 +272,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="msZ-UI-ziw" secondAttribute="trailing" constant="16" id="PTu-g7-dqM"/> <constraint firstAttribute="trailing" secondItem="msZ-UI-ziw" secondAttribute="trailing" constant="16" id="PTu-g7-dqM"/>
<constraint firstItem="msZ-UI-ziw" firstAttribute="top" secondItem="p0G-Gz-NI9" secondAttribute="top" id="oaP-n7-nEL"/> <constraint firstItem="msZ-UI-ziw" firstAttribute="top" secondItem="p0G-Gz-NI9" secondAttribute="top" id="oaP-n7-nEL"/>
@ -289,7 +290,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="Fye-BS-LR4" secondAttribute="bottom" id="Bvf-ZA-VaC"/> <constraint firstAttribute="bottom" secondItem="Fye-BS-LR4" secondAttribute="bottom" id="Bvf-ZA-VaC"/>
<constraint firstAttribute="trailing" secondItem="Fye-BS-LR4" secondAttribute="trailing" constant="16" id="PHg-ZB-XE4"/> <constraint firstAttribute="trailing" secondItem="Fye-BS-LR4" secondAttribute="trailing" constant="16" id="PHg-ZB-XE4"/>
@ -308,19 +309,19 @@
<rect key="frame" x="0.0" y="428" width="414" height="20.5"/> <rect key="frame" x="0.0" y="428" width="414" height="20.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Silent notifications received:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aQD-YK-YEa"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Silent notifications received:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aQD-YK-YEa">
<rect key="frame" x="16" y="0.0" width="215.5" height="20.5"/> <rect key="frame" x="16" y="0.0" width="214.5" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dU2-1t-euQ"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dU2-1t-euQ">
<rect key="frame" x="247.5" y="0.0" width="10.5" height="20.5"/> <rect key="frame" x="246.5" y="0.0" width="10.5" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="aQD-YK-YEa" secondAttribute="bottom" id="BcZ-Kp-d02"/> <constraint firstAttribute="bottom" secondItem="aQD-YK-YEa" secondAttribute="bottom" id="BcZ-Kp-d02"/>
<constraint firstAttribute="bottom" secondItem="dU2-1t-euQ" secondAttribute="bottom" id="DUe-sJ-pG0"/> <constraint firstAttribute="bottom" secondItem="dU2-1t-euQ" secondAttribute="bottom" id="DUe-sJ-pG0"/>
@ -340,7 +341,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="wqp-Fe-L0f" firstAttribute="leading" secondItem="gho-qz-b8q" secondAttribute="leading" constant="16" id="6tx-aL-Q4z"/> <constraint firstItem="wqp-Fe-L0f" firstAttribute="leading" secondItem="gho-qz-b8q" secondAttribute="leading" constant="16" id="6tx-aL-Q4z"/>
<constraint firstItem="wqp-Fe-L0f" firstAttribute="top" secondItem="gho-qz-b8q" secondAttribute="top" id="8yq-ly-IL4"/> <constraint firstItem="wqp-Fe-L0f" firstAttribute="top" secondItem="gho-qz-b8q" secondAttribute="top" id="8yq-ly-IL4"/>
@ -358,7 +359,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="bcP-lC-FpW" secondAttribute="trailing" constant="16" id="3Ox-TK-tEA"/> <constraint firstAttribute="trailing" secondItem="bcP-lC-FpW" secondAttribute="trailing" constant="16" id="3Ox-TK-tEA"/>
<constraint firstAttribute="bottom" secondItem="bcP-lC-FpW" secondAttribute="bottom" id="KbX-BQ-dwQ"/> <constraint firstAttribute="bottom" secondItem="bcP-lC-FpW" secondAttribute="bottom" id="KbX-BQ-dwQ"/>
@ -369,7 +370,7 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J6X-oB-ElI"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J6X-oB-ElI">
<rect key="frame" x="0.0" y="513.5" width="414" height="44"/> <rect key="frame" x="0.0" y="513.5" width="414" height="44"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vDB-4P-xpd"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vDB-4P-xpd">
<rect key="frame" x="16" y="0.0" width="184" height="44"/> <rect key="frame" x="16" y="0.0" width="184" height="44"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="44" id="SVe-Hf-15e"/> <constraint firstAttribute="height" constant="44" id="SVe-Hf-15e"/>
@ -380,7 +381,7 @@
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="vDB-4P-xpd" secondAttribute="bottom" id="B7Q-bm-K8n"/> <constraint firstAttribute="bottom" secondItem="vDB-4P-xpd" secondAttribute="bottom" id="B7Q-bm-K8n"/>
<constraint firstItem="vDB-4P-xpd" firstAttribute="top" secondItem="J6X-oB-ElI" secondAttribute="top" id="haX-kJ-gTM"/> <constraint firstItem="vDB-4P-xpd" firstAttribute="top" secondItem="J6X-oB-ElI" secondAttribute="top" id="haX-kJ-gTM"/>
@ -398,19 +399,19 @@
<rect key="frame" x="0.0" y="574.5" width="414" height="20.5"/> <rect key="frame" x="0.0" y="574.5" width="414" height="20.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Messages API last called:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FNp-YY-TfL"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Messages API last called:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FNp-YY-TfL">
<rect key="frame" x="16" y="0.0" width="193.5" height="20.5"/> <rect key="frame" x="16" y="0.0" width="192.5" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zhH-y2-e2F"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zhH-y2-e2F">
<rect key="frame" x="225.5" y="0.0" width="172.5" height="20.5"/> <rect key="frame" x="224.5" y="0.0" width="173.5" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="FNp-YY-TfL" secondAttribute="bottom" id="5ML-cg-qrc"/> <constraint firstAttribute="bottom" secondItem="FNp-YY-TfL" secondAttribute="bottom" id="5ML-cg-qrc"/>
<constraint firstItem="FNp-YY-TfL" firstAttribute="leading" secondItem="o3E-U5-TFT" secondAttribute="leading" constant="16" id="9pS-6G-vZt"/> <constraint firstItem="FNp-YY-TfL" firstAttribute="leading" secondItem="o3E-U5-TFT" secondAttribute="leading" constant="16" id="9pS-6G-vZt"/>
@ -425,19 +426,19 @@
<rect key="frame" x="0.0" y="603" width="414" height="20.5"/> <rect key="frame" x="0.0" y="603" width="414" height="20.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Last app version used for call :" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1v8-GS-AgD"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Last app version used for call :" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1v8-GS-AgD">
<rect key="frame" x="16" y="0.0" width="232.5" height="20.5"/> <rect key="frame" x="16" y="0.0" width="231" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a7S-NY-B1k"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a7S-NY-B1k">
<rect key="frame" x="264.5" y="0.0" width="133.5" height="20.5"/> <rect key="frame" x="263" y="0.0" width="135" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="a7S-NY-B1k" firstAttribute="leading" secondItem="1v8-GS-AgD" secondAttribute="trailing" constant="16" id="E9K-dM-hWv"/> <constraint firstItem="a7S-NY-B1k" firstAttribute="leading" secondItem="1v8-GS-AgD" secondAttribute="trailing" constant="16" id="E9K-dM-hWv"/>
<constraint firstItem="1v8-GS-AgD" firstAttribute="leading" secondItem="poe-Fe-dGA" secondAttribute="leading" constant="16" id="Ook-br-Tmq"/> <constraint firstItem="1v8-GS-AgD" firstAttribute="leading" secondItem="poe-Fe-dGA" secondAttribute="leading" constant="16" id="Ook-br-Tmq"/>
@ -451,7 +452,7 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="itk-Rh-MAV"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="itk-Rh-MAV">
<rect key="frame" x="0.0" y="631.5" width="414" height="44"/> <rect key="frame" x="0.0" y="631.5" width="414" height="44"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8Ls-XW-Bmh"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8Ls-XW-Bmh">
<rect key="frame" x="16" y="0.0" width="179" height="44"/> <rect key="frame" x="16" y="0.0" width="179" height="44"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="44" id="QmX-gk-xKb"/> <constraint firstAttribute="height" constant="44" id="QmX-gk-xKb"/>
@ -462,17 +463,45 @@
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="8Ls-XW-Bmh" secondAttribute="bottom" id="eWU-oY-ZbA"/> <constraint firstAttribute="bottom" secondItem="8Ls-XW-Bmh" secondAttribute="bottom" id="eWU-oY-ZbA"/>
<constraint firstItem="8Ls-XW-Bmh" firstAttribute="top" secondItem="itk-Rh-MAV" secondAttribute="top" id="vIq-oD-Faa"/> <constraint firstItem="8Ls-XW-Bmh" firstAttribute="top" secondItem="itk-Rh-MAV" secondAttribute="top" id="vIq-oD-Faa"/>
<constraint firstItem="8Ls-XW-Bmh" firstAttribute="leading" secondItem="itk-Rh-MAV" secondAttribute="leading" constant="16" id="yof-1m-Jm9"/> <constraint firstItem="8Ls-XW-Bmh" firstAttribute="leading" secondItem="itk-Rh-MAV" secondAttribute="leading" constant="16" id="yof-1m-Jm9"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="svJ-3I-tto">
<rect key="frame" x="0.0" y="683.5" width="414" height="1"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="h6Z-69-ljn"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lI5-dG-ihI">
<rect key="frame" x="0.0" y="692.5" width="414" height="44"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vVm-e2-Qef">
<rect key="frame" x="16" y="0.0" width="223" height="44"/>
<constraints>
<constraint firstAttribute="height" constant="44" id="loK-2L-nZL"/>
</constraints>
<state key="normal" title="Reset diclaimer update message"/>
<connections>
<action selector="resetDisclaimerUpdateMessage:" destination="dhe-6o-fvJ" eventType="touchUpInside" id="HYP-eD-16s"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="vVm-e2-Qef" firstAttribute="top" secondItem="lI5-dG-ihI" secondAttribute="top" id="NWO-ph-GNk"/>
<constraint firstAttribute="bottom" secondItem="vVm-e2-Qef" secondAttribute="bottom" id="YEi-Ep-mMc"/>
<constraint firstItem="vVm-e2-Qef" firstAttribute="leading" secondItem="lI5-dG-ihI" secondAttribute="leading" constant="16" id="tYZ-d5-vWt"/>
</constraints>
</view>
</subviews> </subviews>
</stackView> </stackView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="vW3-bA-wgt" firstAttribute="leading" secondItem="eTh-XD-RKI" secondAttribute="leading" id="6D6-5w-ZNO"/> <constraint firstItem="vW3-bA-wgt" firstAttribute="leading" secondItem="eTh-XD-RKI" secondAttribute="leading" id="6D6-5w-ZNO"/>
<constraint firstAttribute="trailing" secondItem="vW3-bA-wgt" secondAttribute="trailing" id="Kyz-LI-AK4"/> <constraint firstAttribute="trailing" secondItem="vW3-bA-wgt" secondAttribute="trailing" id="Kyz-LI-AK4"/>
@ -490,7 +519,8 @@
</constraints> </constraints>
</scrollView> </scrollView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="dAZ-zL-v9t"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="Apr-IN-mch" firstAttribute="leading" secondItem="dAZ-zL-v9t" secondAttribute="leading" constant="16" id="9xN-7N-yYi"/> <constraint firstItem="Apr-IN-mch" firstAttribute="leading" secondItem="dAZ-zL-v9t" secondAttribute="leading" constant="16" id="9xN-7N-yYi"/>
<constraint firstItem="QEz-Pd-P6j" firstAttribute="trailing" secondItem="dAZ-zL-v9t" secondAttribute="trailing" id="DWc-ix-IbL"/> <constraint firstItem="QEz-Pd-P6j" firstAttribute="trailing" secondItem="dAZ-zL-v9t" secondAttribute="trailing" id="DWc-ix-IbL"/>
@ -501,7 +531,6 @@
<constraint firstItem="QEz-Pd-P6j" firstAttribute="leading" secondItem="dAZ-zL-v9t" secondAttribute="leading" id="lvH-Ei-G5i"/> <constraint firstItem="QEz-Pd-P6j" firstAttribute="leading" secondItem="dAZ-zL-v9t" secondAttribute="leading" id="lvH-Ei-G5i"/>
<constraint firstItem="Apr-IN-mch" firstAttribute="top" secondItem="dAZ-zL-v9t" secondAttribute="top" constant="10" id="xof-zA-Zxs"/> <constraint firstItem="Apr-IN-mch" firstAttribute="top" secondItem="dAZ-zL-v9t" secondAttribute="top" constant="10" id="xof-zA-Zxs"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="dAZ-zL-v9t"/>
</view> </view>
<tabBarItem key="tabBarItem" title="Settings" image="gear" catalog="system" id="4uk-EU-fEm"/> <tabBarItem key="tabBarItem" title="Settings" image="gear" catalog="system" id="4uk-EU-fEm"/>
<simulatedTabBarMetrics key="simulatedBottomBarMetrics"/> <simulatedTabBarMetrics key="simulatedBottomBarMetrics"/>
@ -536,7 +565,7 @@
<subviews> <subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="JTY-NC-j9V"> <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="JTY-NC-j9V">
<rect key="frame" x="0.0" y="105" width="414" height="708"/> <rect key="frame" x="0.0" y="105" width="414" height="708"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<prototypes> <prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="LogCell" id="xon-Sc-SC0"> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="LogCell" id="xon-Sc-SC0">
<rect key="frame" x="0.0" y="28" width="414" height="43.5"/> <rect key="frame" x="0.0" y="28" width="414" height="43.5"/>
@ -554,7 +583,7 @@
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="alh-rc-F6U"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="alh-rc-F6U">
<rect key="frame" x="299" y="71" width="99" height="24"/> <rect key="frame" x="299" y="71" width="99" height="24"/>
<fontDescription key="fontDescription" type="system" pointSize="10"/> <fontDescription key="fontDescription" type="system" pointSize="10"/>
<state key="normal" title="Take me out of here!"/> <state key="normal" title="Take me out of here!"/>
@ -563,7 +592,8 @@
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="re5-jQ-NFh"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="zjz-E7-CrJ" firstAttribute="leading" secondItem="re5-jQ-NFh" secondAttribute="leading" constant="16" id="9jb-Qc-wS4"/> <constraint firstItem="zjz-E7-CrJ" firstAttribute="leading" secondItem="re5-jQ-NFh" secondAttribute="leading" constant="16" id="9jb-Qc-wS4"/>
<constraint firstItem="re5-jQ-NFh" firstAttribute="bottom" secondItem="JTY-NC-j9V" secondAttribute="bottom" id="HNJ-pS-3uS"/> <constraint firstItem="re5-jQ-NFh" firstAttribute="bottom" secondItem="JTY-NC-j9V" secondAttribute="bottom" id="HNJ-pS-3uS"/>
@ -574,7 +604,6 @@
<constraint firstItem="JTY-NC-j9V" firstAttribute="leading" secondItem="re5-jQ-NFh" secondAttribute="leading" id="ixM-ox-TgO"/> <constraint firstItem="JTY-NC-j9V" firstAttribute="leading" secondItem="re5-jQ-NFh" secondAttribute="leading" id="ixM-ox-TgO"/>
<constraint firstItem="re5-jQ-NFh" firstAttribute="trailing" secondItem="alh-rc-F6U" secondAttribute="trailing" constant="16" id="qSo-xv-3m9"/> <constraint firstItem="re5-jQ-NFh" firstAttribute="trailing" secondItem="alh-rc-F6U" secondAttribute="trailing" constant="16" id="qSo-xv-3m9"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="re5-jQ-NFh"/>
</view> </view>
<tabBarItem key="tabBarItem" title="Logs" image="list.dash" catalog="system" id="6QY-Kv-qGu"/> <tabBarItem key="tabBarItem" title="Logs" image="list.dash" catalog="system" id="6QY-Kv-qGu"/>
<connections> <connections>
@ -601,7 +630,7 @@
</label> </label>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="IWJ-4p-KDD"> <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="IWJ-4p-KDD">
<rect key="frame" x="0.0" y="148.5" width="414" height="664.5"/> <rect key="frame" x="0.0" y="148.5" width="414" height="664.5"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<prototypes> <prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="FcL-1y-xlz"> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="FcL-1y-xlz">
<rect key="frame" x="0.0" y="28" width="414" height="43.5"/> <rect key="frame" x="0.0" y="28" width="414" height="43.5"/>
@ -620,7 +649,8 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="9Fi-Ul-6hx"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="KGL-MD-nRf" firstAttribute="leading" secondItem="9Fi-Ul-6hx" secondAttribute="leading" constant="16" id="7hO-qt-IHe"/> <constraint firstItem="KGL-MD-nRf" firstAttribute="leading" secondItem="9Fi-Ul-6hx" secondAttribute="leading" constant="16" id="7hO-qt-IHe"/>
<constraint firstItem="9Fi-Ul-6hx" firstAttribute="trailing" secondItem="IWJ-4p-KDD" secondAttribute="trailing" id="9ra-ph-tjw"/> <constraint firstItem="9Fi-Ul-6hx" firstAttribute="trailing" secondItem="IWJ-4p-KDD" secondAttribute="trailing" id="9ra-ph-tjw"/>
@ -632,7 +662,6 @@
<constraint firstItem="IWJ-4p-KDD" firstAttribute="leading" secondItem="9Fi-Ul-6hx" secondAttribute="leading" id="xZe-TT-DNr"/> <constraint firstItem="IWJ-4p-KDD" firstAttribute="leading" secondItem="9Fi-Ul-6hx" secondAttribute="leading" id="xZe-TT-DNr"/>
<constraint firstItem="EJu-fI-ykg" firstAttribute="leading" secondItem="9Fi-Ul-6hx" secondAttribute="leading" constant="16" id="zi5-MU-iXo"/> <constraint firstItem="EJu-fI-ykg" firstAttribute="leading" secondItem="9Fi-Ul-6hx" secondAttribute="leading" constant="16" id="zi5-MU-iXo"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="9Fi-Ul-6hx"/>
</view> </view>
<tabBarItem key="tabBarItem" title="Contacts" image="person.circle" catalog="system" id="aYC-cx-3zC"/> <tabBarItem key="tabBarItem" title="Contacts" image="person.circle" catalog="system" id="aYC-cx-3zC"/>
<connections> <connections>
@ -674,7 +703,7 @@
<subviews> <subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="59u-O7-gii"> <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="59u-O7-gii">
<rect key="frame" x="0.0" y="105" width="414" height="708"/> <rect key="frame" x="0.0" y="105" width="414" height="708"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<prototypes> <prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="LogCell" id="VLC-oG-EM6"> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="LogCell" id="VLC-oG-EM6">
<rect key="frame" x="0.0" y="28" width="414" height="43.5"/> <rect key="frame" x="0.0" y="28" width="414" height="43.5"/>
@ -693,7 +722,8 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="SB6-tg-Q7b"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="Ijv-ar-Hcw" firstAttribute="leading" secondItem="SB6-tg-Q7b" secondAttribute="leading" constant="16" id="0C6-pu-glJ"/> <constraint firstItem="Ijv-ar-Hcw" firstAttribute="leading" secondItem="SB6-tg-Q7b" secondAttribute="leading" constant="16" id="0C6-pu-glJ"/>
<constraint firstItem="SB6-tg-Q7b" firstAttribute="trailing" secondItem="59u-O7-gii" secondAttribute="trailing" id="3Ph-Wp-dip"/> <constraint firstItem="SB6-tg-Q7b" firstAttribute="trailing" secondItem="59u-O7-gii" secondAttribute="trailing" id="3Ph-Wp-dip"/>
@ -702,7 +732,6 @@
<constraint firstItem="SB6-tg-Q7b" firstAttribute="bottom" secondItem="59u-O7-gii" secondAttribute="bottom" id="ZCs-Gt-tbN"/> <constraint firstItem="SB6-tg-Q7b" firstAttribute="bottom" secondItem="59u-O7-gii" secondAttribute="bottom" id="ZCs-Gt-tbN"/>
<constraint firstItem="59u-O7-gii" firstAttribute="top" secondItem="Ijv-ar-Hcw" secondAttribute="bottom" constant="10" id="dFx-rX-1Nz"/> <constraint firstItem="59u-O7-gii" firstAttribute="top" secondItem="Ijv-ar-Hcw" secondAttribute="bottom" constant="10" id="dFx-rX-1Nz"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="SB6-tg-Q7b"/>
</view> </view>
<tabBarItem key="tabBarItem" title="BLE" image="list.dash" catalog="system" id="6vn-4L-c4A"/> <tabBarItem key="tabBarItem" title="BLE" image="list.dash" catalog="system" id="6vn-4L-c4A"/>
<connections> <connections>
@ -718,5 +747,8 @@
<image name="gear" catalog="system" width="128" height="119"/> <image name="gear" catalog="system" width="128" height="119"/>
<image name="list.dash" catalog="system" width="128" height="85"/> <image name="list.dash" catalog="system" width="128" height="85"/>
<image name="person.circle" catalog="system" width="128" height="121"/> <image name="person.circle" catalog="system" width="128" height="121"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources> </resources>
</document> </document>

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<objects> <objects>
@ -14,9 +15,7 @@
<outlet property="animatedBluetoothHeader" destination="agZ-x5-SNR" id="ixY-i5-G2e"/> <outlet property="animatedBluetoothHeader" destination="agZ-x5-SNR" id="ixY-i5-G2e"/>
<outlet property="appActiveSubtitleLabel" destination="sPX-9E-2VC" id="mkd-xY-bt4"/> <outlet property="appActiveSubtitleLabel" destination="sPX-9E-2VC" id="mkd-xY-bt4"/>
<outlet property="bluetoothPermissionOffView" destination="a5D-xk-n0n" id="BJE-Vo-NVV"/> <outlet property="bluetoothPermissionOffView" destination="a5D-xk-n0n" id="BJE-Vo-NVV"/>
<outlet property="bluetoothPermissionOnView" destination="AH7-69-ECr" id="kox-af-7oa"/>
<outlet property="bluetoothStatusOffView" destination="ers-f9-BFH" id="lOQ-d0-Kd6"/> <outlet property="bluetoothStatusOffView" destination="ers-f9-BFH" id="lOQ-d0-Kd6"/>
<outlet property="bluetoothStatusOnView" destination="LbY-Xi-nuS" id="skW-GQ-vfQ"/>
<outlet property="covidActiveLabel" destination="rMJ-xf-l8j" id="LUF-bC-A7I"/> <outlet property="covidActiveLabel" destination="rMJ-xf-l8j" id="LUF-bC-A7I"/>
<outlet property="covidInactiveLabel" destination="uOm-Hj-Pyl" id="0f4-KJ-XRB"/> <outlet property="covidInactiveLabel" destination="uOm-Hj-Pyl" id="0f4-KJ-XRB"/>
<outlet property="covidStatisticsContainer" destination="eZl-C5-gSv" id="37c-CV-VgS"/> <outlet property="covidStatisticsContainer" destination="eZl-C5-gSv" id="37c-CV-VgS"/>
@ -157,10 +156,10 @@
</constraints> </constraints>
</view> </view>
<stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="h36-8c-K2n"> <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="h36-8c-K2n">
<rect key="frame" x="0.0" y="120" width="414" height="1449"/> <rect key="frame" x="0.0" y="120" width="414" height="1461"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bRs-XW-qzv" userLabel="StatusView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bRs-XW-qzv" userLabel="StatusView">
<rect key="frame" x="0.0" y="0.0" width="414" height="670.5"/> <rect key="frame" x="0.0" y="0.0" width="414" height="682.5"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="rcS-nL-IAO"> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="rcS-nL-IAO">
<rect key="frame" x="0.0" y="0.0" width="414" height="658.5"/> <rect key="frame" x="0.0" y="0.0" width="414" height="658.5"/>
@ -202,10 +201,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AUW-C2-ven" userLabel="App Permission Label View"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AUW-C2-ven" userLabel="App Permission Label View">
<rect key="frame" x="0.0" y="82" width="414" height="76.5"/> <rect key="frame" x="0.0" y="82" width="414" height="192.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" text="COVIDSafe won't work without the right settings. " textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="f6I-eD-3rn"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" text="COVIDSafe won't work without the right settings. " textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="f6I-eD-3rn">
<rect key="frame" x="16" y="16" width="382" height="44.5"/> <rect key="frame" x="16" y="16" width="382" height="160.5"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/> <fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -222,63 +221,14 @@
<constraint firstItem="f6I-eD-3rn" firstAttribute="top" secondItem="AUW-C2-ven" secondAttribute="top" constant="16" id="uCJ-Kd-QuD"/> <constraint firstItem="f6I-eD-3rn" firstAttribute="top" secondItem="AUW-C2-ven" secondAttribute="top" constant="16" id="uCJ-Kd-QuD"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AH7-69-ECr" userLabel="Bluetooth Permission On Section">
<rect key="frame" x="0.0" y="159.5" width="414" height="57"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Yg7-4A-W6T" userLabel="Bluetooth Permission On Bar">
<rect key="frame" x="0.0" y="0.0" width="414" height="57"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Allow Bluetooth®: On" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FQ2-WQ-jOP">
<rect key="frame" x="16" y="16" width="183.5" height="25"/>
<accessibility key="accessibilityConfiguration">
<bool key="isElement" value="NO"/>
</accessibility>
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="AllowBluetoothON"/>
<userDefinedRuntimeAttribute type="string" keyPath="localVOLabelKey" value="AllowBluetoothON_VOLabel"/>
</userDefinedRuntimeAttributes>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="small tick" translatesAutoresizingMaskIntoConstraints="NO" id="HhW-4G-9oq">
<rect key="frame" x="374" y="15" width="24" height="27"/>
</imageView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="HhW-4G-9oq" secondAttribute="trailing" constant="16" id="MYO-q5-ZPO"/>
<constraint firstItem="HhW-4G-9oq" firstAttribute="top" secondItem="Yg7-4A-W6T" secondAttribute="top" constant="15" id="X0z-c1-uTo"/>
<constraint firstItem="FQ2-WQ-jOP" firstAttribute="leading" secondItem="Yg7-4A-W6T" secondAttribute="leading" constant="16" id="efQ-Hi-4nI"/>
<constraint firstAttribute="bottom" secondItem="FQ2-WQ-jOP" secondAttribute="bottom" constant="16" id="inN-V2-hUO"/>
<constraint firstItem="FQ2-WQ-jOP" firstAttribute="top" secondItem="Yg7-4A-W6T" secondAttribute="top" constant="16" id="q3b-FD-Spc"/>
<constraint firstAttribute="bottom" secondItem="HhW-4G-9oq" secondAttribute="bottom" constant="15" id="sXK-pG-LoG"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="FQ2-WQ-jOP" secondAttribute="trailing" constant="20" symbolic="YES" id="vQh-nu-ltT"/>
</constraints>
</view>
</subviews>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/>
</accessibility>
<constraints>
<constraint firstItem="Yg7-4A-W6T" firstAttribute="leading" secondItem="AH7-69-ECr" secondAttribute="leading" id="3Bu-ge-TvP"/>
<constraint firstItem="Yg7-4A-W6T" firstAttribute="top" secondItem="AH7-69-ECr" secondAttribute="top" id="5xA-fG-0cM"/>
<constraint firstAttribute="bottom" secondItem="Yg7-4A-W6T" secondAttribute="bottom" id="68T-gv-I7B"/>
<constraint firstAttribute="trailing" secondItem="Yg7-4A-W6T" secondAttribute="trailing" id="ePN-a9-LtA"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localVOLabelKey" value="AllowBluetoothON_VOLabel"/>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="a5D-xk-n0n" userLabel="Bluetooth Permission Off Section"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="a5D-xk-n0n" userLabel="Bluetooth Permission Off Section">
<rect key="frame" x="0.0" y="217.5" width="414" height="80.5"/> <rect key="frame" x="0.0" y="275.5" width="414" height="80.5"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZoL-pC-0bR" userLabel="Bluetooth Permission Off Bar"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZoL-pC-0bR" userLabel="Bluetooth Permission Off Bar">
<rect key="frame" x="0.0" y="0.0" width="414" height="80.5"/> <rect key="frame" x="0.0" y="0.0" width="414" height="80.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Allow Bluetooth®: Off" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ssc-jo-9nS"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Allow Bluetooth®: Off" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ssc-jo-9nS">
<rect key="frame" x="16" y="16" width="185.5" height="25"/> <rect key="frame" x="16" y="16" width="187.5" height="25"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/> <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
<color key="textColor" red="0.63921568630000003" green="0.098039215690000001" blue="0.098039215690000001" alpha="1" colorSpace="calibratedRGB"/> <color key="textColor" red="0.63921568630000003" green="0.098039215690000001" blue="0.098039215690000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -311,7 +261,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="ssc-jo-9nS" firstAttribute="top" secondItem="ZoL-pC-0bR" secondAttribute="top" constant="16" id="3Im-Uh-fZN"/> <constraint firstItem="ssc-jo-9nS" firstAttribute="top" secondItem="ZoL-pC-0bR" secondAttribute="top" constant="16" id="3Im-Uh-fZN"/>
<constraint firstItem="xNI-ci-c0m" firstAttribute="leading" secondItem="ZoL-pC-0bR" secondAttribute="leading" constant="16" id="4Nv-BT-6lX"/> <constraint firstItem="xNI-ci-c0m" firstAttribute="leading" secondItem="ZoL-pC-0bR" secondAttribute="leading" constant="16" id="4Nv-BT-6lX"/>
@ -342,52 +292,6 @@
<outletCollection property="gestureRecognizers" destination="zO2-1f-TbO" appends="YES" id="hQV-Pt-ZVn"/> <outletCollection property="gestureRecognizers" destination="zO2-1f-TbO" appends="YES" id="hQV-Pt-ZVn"/>
</connections> </connections>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LbY-Xi-nuS" userLabel="Bluetooth Status On Section">
<rect key="frame" x="0.0" y="299" width="414" height="57"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nWv-tT-ULX" userLabel="Bluetooth Status Bar On">
<rect key="frame" x="0.0" y="0.0" width="414" height="57"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Bluetooth®: On" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ahB-1i-uO9">
<rect key="frame" x="16" y="16" width="131.5" height="25"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="BluetoothON"/>
<userDefinedRuntimeAttribute type="string" keyPath="localVOLabelKey" value="BluetoothON_VOLabel"/>
</userDefinedRuntimeAttributes>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="small tick" translatesAutoresizingMaskIntoConstraints="NO" id="9uR-MG-hNP">
<rect key="frame" x="374" y="15" width="24" height="27"/>
</imageView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="9uR-MG-hNP" secondAttribute="bottom" constant="15" id="7mc-Yk-bMa"/>
<constraint firstItem="ahB-1i-uO9" firstAttribute="top" secondItem="nWv-tT-ULX" secondAttribute="top" constant="16" id="8k7-LY-XVK"/>
<constraint firstAttribute="bottom" secondItem="ahB-1i-uO9" secondAttribute="bottom" constant="16" id="JvF-fG-Nz4"/>
<constraint firstItem="ahB-1i-uO9" firstAttribute="leading" secondItem="nWv-tT-ULX" secondAttribute="leading" constant="16" id="LV5-om-ii1"/>
<constraint firstAttribute="trailing" secondItem="9uR-MG-hNP" secondAttribute="trailing" constant="16" id="buQ-kV-N6Y"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="ahB-1i-uO9" secondAttribute="trailing" constant="20" symbolic="YES" id="gyB-VE-4Qj"/>
<constraint firstItem="9uR-MG-hNP" firstAttribute="top" secondItem="nWv-tT-ULX" secondAttribute="top" constant="15" id="h6B-MM-kch"/>
</constraints>
</view>
</subviews>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/>
</accessibility>
<constraints>
<constraint firstItem="nWv-tT-ULX" firstAttribute="top" secondItem="LbY-Xi-nuS" secondAttribute="top" id="1z0-xx-Bm2"/>
<constraint firstItem="nWv-tT-ULX" firstAttribute="leading" secondItem="LbY-Xi-nuS" secondAttribute="leading" id="Y3b-C2-Rkl"/>
<constraint firstAttribute="trailing" secondItem="nWv-tT-ULX" secondAttribute="trailing" id="det-Jd-bBz"/>
<constraint firstAttribute="bottom" secondItem="nWv-tT-ULX" secondAttribute="bottom" id="trg-gW-sHZ"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localVOLabelKey" value="BluetoothON_VOLabel"/>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ers-f9-BFH" userLabel="Bluetooth Status Off Section"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ers-f9-BFH" userLabel="Bluetooth Status Off Section">
<rect key="frame" x="0.0" y="357" width="414" height="101.5"/> <rect key="frame" x="0.0" y="357" width="414" height="101.5"/>
<subviews> <subviews>
@ -395,7 +299,7 @@
<rect key="frame" x="0.0" y="0.0" width="414" height="101.5"/> <rect key="frame" x="0.0" y="0.0" width="414" height="101.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Bluetooth®: Off" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g0P-dF-xcR"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Bluetooth®: Off" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g0P-dF-xcR">
<rect key="frame" x="16" y="16" width="133.5" height="24"/> <rect key="frame" x="16" y="16" width="135.5" height="24"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<bool key="isElement" value="NO"/> <bool key="isElement" value="NO"/>
</accessibility> </accessibility>
@ -423,7 +327,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="g0P-dF-xcR" firstAttribute="top" secondItem="p5d-dk-foR" secondAttribute="top" constant="16" id="1oo-da-bcl"/> <constraint firstItem="g0P-dF-xcR" firstAttribute="top" secondItem="p5d-dk-foR" secondAttribute="top" constant="16" id="1oo-da-bcl"/>
<constraint firstItem="4ba-M6-iM2" firstAttribute="top" secondItem="g0P-dF-xcR" secondAttribute="bottom" constant="4" id="9WI-Jo-vNv"/> <constraint firstItem="4ba-M6-iM2" firstAttribute="top" secondItem="g0P-dF-xcR" secondAttribute="bottom" constant="4" id="9WI-Jo-vNv"/>
@ -509,7 +413,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="rMJ-xf-l8j" firstAttribute="leading" secondItem="F4Z-1Y-tG8" secondAttribute="leading" constant="16" id="LHw-3n-r6o"/> <constraint firstItem="rMJ-xf-l8j" firstAttribute="leading" secondItem="F4Z-1Y-tG8" secondAttribute="leading" constant="16" id="LHw-3n-r6o"/>
<constraint firstItem="sPX-9E-2VC" firstAttribute="leading" secondItem="F4Z-1Y-tG8" secondAttribute="leading" constant="16" id="LJY-nO-RML"/> <constraint firstItem="sPX-9E-2VC" firstAttribute="leading" secondItem="F4Z-1Y-tG8" secondAttribute="leading" constant="16" id="LJY-nO-RML"/>
@ -535,7 +439,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="Axa-OY-2R9" secondAttribute="bottom" constant="16" id="55q-2C-SLN"/> <constraint firstAttribute="bottom" secondItem="Axa-OY-2R9" secondAttribute="bottom" constant="16" id="55q-2C-SLN"/>
<constraint firstItem="Axa-OY-2R9" firstAttribute="leading" secondItem="D9q-sl-43r" secondAttribute="leading" constant="16" id="CyL-cv-iQb"/> <constraint firstItem="Axa-OY-2R9" firstAttribute="leading" secondItem="D9q-sl-43r" secondAttribute="leading" constant="16" id="CyL-cv-iQb"/>
@ -556,7 +460,7 @@
</connections> </connections>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="EF2-ER-Q6h" secondAttribute="bottom" constant="16" id="2ek-LK-Gxt"/> <constraint firstAttribute="bottom" secondItem="EF2-ER-Q6h" secondAttribute="bottom" constant="16" id="2ek-LK-Gxt"/>
<constraint firstAttribute="trailing" secondItem="EF2-ER-Q6h" secondAttribute="trailing" constant="16" id="EB2-VT-a1g"/> <constraint firstAttribute="trailing" secondItem="EF2-ER-Q6h" secondAttribute="trailing" constant="16" id="EB2-VT-a1g"/>
@ -579,27 +483,27 @@
</stackView> </stackView>
</subviews> </subviews>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="rcS-nL-IAO" secondAttribute="bottom" constant="12" id="JPm-Iq-0ld"/> <constraint firstAttribute="bottom" secondItem="rcS-nL-IAO" secondAttribute="bottom" constant="24" id="JPm-Iq-0ld"/>
<constraint firstItem="rcS-nL-IAO" firstAttribute="top" secondItem="bRs-XW-qzv" secondAttribute="top" id="O4a-lq-CQv"/> <constraint firstItem="rcS-nL-IAO" firstAttribute="top" secondItem="bRs-XW-qzv" secondAttribute="top" id="O4a-lq-CQv"/>
<constraint firstAttribute="trailing" secondItem="rcS-nL-IAO" secondAttribute="trailing" id="ecY-Dd-693"/> <constraint firstAttribute="trailing" secondItem="rcS-nL-IAO" secondAttribute="trailing" id="ecY-Dd-693"/>
<constraint firstItem="rcS-nL-IAO" firstAttribute="leading" secondItem="bRs-XW-qzv" secondAttribute="leading" id="oHN-Ig-LSm"/> <constraint firstItem="rcS-nL-IAO" firstAttribute="leading" secondItem="bRs-XW-qzv" secondAttribute="leading" id="oHN-Ig-LSm"/>
</constraints> </constraints>
</view> </view>
<view clipsSubviews="YES" contentMode="scaleToFill" verticalHuggingPriority="1" translatesAutoresizingMaskIntoConstraints="NO" id="eZl-C5-gSv" userLabel="StatisticsView"> <view clipsSubviews="YES" contentMode="scaleToFill" verticalHuggingPriority="1" translatesAutoresizingMaskIntoConstraints="NO" id="eZl-C5-gSv" userLabel="StatisticsView">
<rect key="frame" x="0.0" y="670.5" width="414" height="100"/> <rect key="frame" x="0.0" y="682.5" width="414" height="100"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="100" id="BpM-8d-yWh"/> <constraint firstAttribute="height" constant="100" id="BpM-8d-yWh"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9cE-NC-A20" userLabel="Help"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9cE-NC-A20" userLabel="Help">
<rect key="frame" x="0.0" y="770.5" width="414" height="153"/> <rect key="frame" x="0.0" y="782.5" width="414" height="153"/>
<subviews> <subviews>
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="co1-dK-1WU"> <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="co1-dK-1WU">
<rect key="frame" x="0.0" y="12" width="414" height="129"/> <rect key="frame" x="0.0" y="24" width="414" height="117"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="l5t-Qr-RVi" userLabel="Help topics"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="l5t-Qr-RVi" userLabel="Help topics">
<rect key="frame" x="0.0" y="0.0" width="414" height="129"/> <rect key="frame" x="0.0" y="0.0" width="414" height="117"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Help topics" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jVQ-W4-wBu"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Help topics" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jVQ-W4-wBu">
<rect key="frame" x="72" y="16" width="302" height="24"/> <rect key="frame" x="72" y="16" width="302" height="24"/>
@ -625,7 +529,7 @@
</constraints> </constraints>
</imageView> </imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="If you have issues or questions about the app." textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CPI-2b-Hmb"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="If you have issues or questions about the app." textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CPI-2b-Hmb">
<rect key="frame" x="72" y="40" width="302" height="73"/> <rect key="frame" x="72" y="40" width="302" height="61"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" none="YES"/> <accessibilityTraits key="traits" none="YES"/>
<bool key="isElement" value="NO"/> <bool key="isElement" value="NO"/>
@ -666,7 +570,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</view> </view>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app."> <accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app.">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -721,12 +625,12 @@
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="co1-dK-1WU" secondAttribute="bottom" constant="12" id="4w8-R7-BDK"/> <constraint firstAttribute="bottom" secondItem="co1-dK-1WU" secondAttribute="bottom" constant="12" id="4w8-R7-BDK"/>
<constraint firstItem="co1-dK-1WU" firstAttribute="leading" secondItem="9cE-NC-A20" secondAttribute="leading" id="ZyR-zR-Hzk"/> <constraint firstItem="co1-dK-1WU" firstAttribute="leading" secondItem="9cE-NC-A20" secondAttribute="leading" id="ZyR-zR-Hzk"/>
<constraint firstItem="co1-dK-1WU" firstAttribute="top" secondItem="9cE-NC-A20" secondAttribute="top" constant="12" id="gRj-Wk-s6U"/> <constraint firstItem="co1-dK-1WU" firstAttribute="top" secondItem="9cE-NC-A20" secondAttribute="top" constant="24" id="gRj-Wk-s6U"/>
<constraint firstAttribute="trailing" secondItem="co1-dK-1WU" secondAttribute="trailing" id="jMu-zb-CUh"/> <constraint firstAttribute="trailing" secondItem="co1-dK-1WU" secondAttribute="trailing" id="jMu-zb-CUh"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7cN-DY-lc3" userLabel="Change language"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7cN-DY-lc3" userLabel="Change language">
<rect key="frame" x="0.0" y="923.5" width="414" height="153"/> <rect key="frame" x="0.0" y="935.5" width="414" height="153"/>
<subviews> <subviews>
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bE9-gT-Hba"> <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bE9-gT-Hba">
<rect key="frame" x="0.0" y="12" width="414" height="129"/> <rect key="frame" x="0.0" y="12" width="414" height="129"/>
@ -799,7 +703,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</view> </view>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app."> <accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app.">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -859,7 +763,7 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vs9-rS-UOM" userLabel="Share CovidSafe"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vs9-rS-UOM" userLabel="Share CovidSafe">
<rect key="frame" x="0.0" y="1076.5" width="414" height="151"/> <rect key="frame" x="0.0" y="1088.5" width="414" height="151"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RCa-zU-3Vo"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RCa-zU-3Vo">
<rect key="frame" x="0.0" y="12" width="414" height="127"/> <rect key="frame" x="0.0" y="12" width="414" height="127"/>
@ -914,7 +818,7 @@
</constraints> </constraints>
</imageView> </imageView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration" label="Share COVIDSafe. Invite others to help. Together, we're stronger."> <accessibility key="accessibilityConfiguration" label="Share COVIDSafe. Invite others to help. Together, we're stronger.">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -970,7 +874,7 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JSe-D6-hyV" userLabel="Upload Data"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JSe-D6-hyV" userLabel="Upload Data">
<rect key="frame" x="0.0" y="1227.5" width="414" height="165.5"/> <rect key="frame" x="0.0" y="1239.5" width="414" height="165.5"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8pS-Df-p0U"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8pS-Df-p0U">
<rect key="frame" x="0.0" y="12" width="414" height="141.5"/> <rect key="frame" x="0.0" y="12" width="414" height="141.5"/>
@ -1090,7 +994,7 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eZ2-CQ-dtQ" userLabel="Version View"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eZ2-CQ-dtQ" userLabel="Version View">
<rect key="frame" x="0.0" y="1393" width="414" height="56"/> <rect key="frame" x="0.0" y="1405" width="414" height="56"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version number:" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="O1w-Sl-OIH" userLabel="Version"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version number:" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="O1w-Sl-OIH" userLabel="Version">
<rect key="frame" x="16" y="12" width="382" height="20"/> <rect key="frame" x="16" y="12" width="382" height="20"/>
@ -1124,6 +1028,7 @@
</constraints> </constraints>
</scrollView> </scrollView>
</subviews> </subviews>
<viewLayoutGuide key="safeArea" id="yMg-iM-Wi8"/>
<color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/> <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
<constraints> <constraints>
<constraint firstItem="A0e-eD-gwN" firstAttribute="leading" secondItem="yMg-iM-Wi8" secondAttribute="leading" id="6Ub-Yd-0kS"/> <constraint firstItem="A0e-eD-gwN" firstAttribute="leading" secondItem="yMg-iM-Wi8" secondAttribute="leading" id="6Ub-Yd-0kS"/>
@ -1135,7 +1040,6 @@
<constraint firstItem="Lws-gT-pWp" firstAttribute="top" secondItem="yMg-iM-Wi8" secondAttribute="top" id="kmT-bg-yhK"/> <constraint firstItem="Lws-gT-pWp" firstAttribute="top" secondItem="yMg-iM-Wi8" secondAttribute="top" id="kmT-bg-yhK"/>
</constraints> </constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<viewLayoutGuide key="safeArea" id="yMg-iM-Wi8"/>
<point key="canvasLocation" x="802.89855072463774" y="1050.6696428571429"/> <point key="canvasLocation" x="802.89855072463774" y="1050.6696428571429"/>
</view> </view>
</objects> </objects>
@ -1151,5 +1055,8 @@
<image name="redcross" width="22" height="22"/> <image name="redcross" width="22" height="22"/>
<image name="settings" width="24" height="24"/> <image name="settings" width="24" height="24"/>
<image name="small tick" width="24" height="24"/> <image name="small tick" width="24" height="24"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources> </resources>
</document> </document>

View file

@ -8,9 +8,7 @@ class HomeViewController: UIViewController {
private var observer: NSObjectProtocol? private var observer: NSObjectProtocol?
@IBOutlet weak var bluetoothStatusOffView: UIView! @IBOutlet weak var bluetoothStatusOffView: UIView!
@IBOutlet weak var bluetoothStatusOnView: UIView!
@IBOutlet weak var bluetoothPermissionOffView: UIView! @IBOutlet weak var bluetoothPermissionOffView: UIView!
@IBOutlet weak var bluetoothPermissionOnView: UIView!
@IBOutlet weak var shareView: UIView! @IBOutlet weak var shareView: UIView!
@IBOutlet weak var inactiveAppSectionView: UIView! @IBOutlet weak var inactiveAppSectionView: UIView!
@IBOutlet weak var activeAppSectionView: UIView! @IBOutlet weak var activeAppSectionView: UIView!
@ -172,6 +170,10 @@ class HomeViewController: UIViewController {
self.lottieBluetoothView?.play() self.lottieBluetoothView?.play()
self.becomeFirstResponder() self.becomeFirstResponder()
self.updateJWTKeychainAccess() self.updateJWTKeychainAccess()
if shouldShowPolicyUpdateMessage() {
showPolicyUpdateMessage()
}
} }
override func viewWillDisappear(_ animated: Bool) { override func viewWillDisappear(_ animated: Bool) {
@ -330,12 +332,10 @@ class HomeViewController: UIViewController {
} }
fileprivate func toggleBluetoothStatusView() { fileprivate func toggleBluetoothStatusView() {
toggleViewVisibility(view: bluetoothStatusOnView, isVisible: !self.bluetoothPermissionOn && self.bluetoothStatusOn)
toggleViewVisibility(view: bluetoothStatusOffView, isVisible: self.bluetoothPermissionOn && !self.bluetoothStatusOn) toggleViewVisibility(view: bluetoothStatusOffView, isVisible: self.bluetoothPermissionOn && !self.bluetoothStatusOn)
} }
fileprivate func toggleBluetoothPermissionStatusView() { fileprivate func toggleBluetoothPermissionStatusView() {
toggleViewVisibility(view: bluetoothPermissionOnView, isVisible: !self.allPermissionOn && self.bluetoothPermissionOn)
toggleViewVisibility(view: bluetoothPermissionOffView, isVisible: !self.allPermissionOn && !self.bluetoothPermissionOn) toggleViewVisibility(view: bluetoothPermissionOffView, isVisible: !self.allPermissionOn && !self.bluetoothPermissionOn)
} }
@ -357,6 +357,36 @@ class HomeViewController: UIViewController {
} }
} }
// MARK: policy update message
func shouldShowPolicyUpdateMessage() -> Bool {
// this is the min version that the disclamer should be diplayed on.
let minVersionShowPolicyUpdate = 77
let latestVersionShown = UserDefaults.standard.integer(forKey: "latestPolicyUpdateVersionShown")
guard let currentVersion = (Bundle.main.version as NSString?)?.integerValue else {
return false
}
if currentVersion >= minVersionShowPolicyUpdate && currentVersion > latestVersionShown {
UserDefaults.standard.set(currentVersion, forKey: "latestPolicyUpdateVersionShown")
return true
}
return false
}
func showPolicyUpdateMessage() {
let privacyPolicyUrl = URLHelper.getPrivacyPolicyURL()
let disclaimerAlert = CSAlertViewController(nibName: "CSAlertView", bundle: nil)
let disclaimerMsg = NSMutableAttributedString(string: "collection_message".localizedString(), attributes: [.font : UIFont.preferredFont(forTextStyle: .body)])
disclaimerMsg.addLink(enclosedIn: "*", urlString: privacyPolicyUrl)
disclaimerAlert.set(message: disclaimerMsg, buttonLabel: "dismiss".localizedString())
disclaimerAlert.modalPresentationStyle = UIModalPresentationStyle.overCurrentContext
disclaimerAlert.modalTransitionStyle = UIModalTransitionStyle.crossDissolve
present(disclaimerAlert, animated: true, completion: nil)
}
// MARK: API calls // MARK: API calls
func getMessagesFromServer(force: Bool = false, completion: @escaping () -> Void = {}) { func getMessagesFromServer(force: Bool = false, completion: @escaping () -> Void = {}) {
@ -393,10 +423,12 @@ class HomeViewController: UIViewController {
} }
func getStatistics() { func getStatistics() {
self.covidStatisticsViewController.isLoading = true if covidStatisticsViewController.showStatistics {
StatisticsAPI.getStatistics { (stats, error) in self.covidStatisticsViewController.isLoading = true
self.covidStatisticsViewController.isLoading = false StatisticsAPI.getStatistics { (stats, error) in
self.covidStatisticsViewController.setupData(statistics: stats, errorType: error, hasInternet: self.isInternetReachable()) self.covidStatisticsViewController.isLoading = false
self.covidStatisticsViewController.setupData(statistics: stats, errorType: error, hasInternet: self.isInternetReachable())
}
} }
} }
@ -466,13 +498,10 @@ class HomeViewController: UIViewController {
} }
@IBAction func onPositiveButtonTapped(_ sender: UITapGestureRecognizer) { @IBAction func onPositiveButtonTapped(_ sender: UITapGestureRecognizer) {
guard let helpVC = UIStoryboard(name: "UploadData", bundle: nil).instantiateInitialViewController() else { guard let uploadVC = UIStoryboard(name: "UploadData", bundle: nil).instantiateInitialViewController() else {
return return
} }
let nav = UploadDataNavigationController(rootViewController: helpVC) navigationController?.pushViewController(uploadVC, animated: true)
nav.modalTransitionStyle = .coverVertical
nav.modalPresentationStyle = .fullScreen
present(nav, animated: true, completion: nil)
} }
@IBAction func onHelpButtonTapped(_ sender: Any) { @IBAction func onHelpButtonTapped(_ sender: Any) {
@ -491,9 +520,7 @@ class HomeViewController: UIViewController {
@IBAction func onSettingsTapped(_ sender: Any) { @IBAction func onSettingsTapped(_ sender: Any) {
let settingsVC = SettingsViewController(nibName: "SettingsView", bundle: nil) let settingsVC = SettingsViewController(nibName: "SettingsView", bundle: nil)
settingsVC.showUpdateAvailable = shouldShowUpdateApp settingsVC.showUpdateAvailable = shouldShowUpdateApp
settingsVC.modalPresentationStyle = .overFullScreen navigationController?.pushViewController(settingsVC, animated: true)
settingsVC.modalTransitionStyle = .coverVertical
self.present(settingsVC, animated: true, completion: nil)
} }
@objc @objc

View file

@ -159,4 +159,8 @@ final class InfoViewController: UIViewController {
messagesAPILastDateLabel.text = "-" messagesAPILastDateLabel.text = "-"
messagesAPILastVersionLabel.text = "-" messagesAPILastVersionLabel.text = "-"
} }
@IBAction func resetDisclaimerUpdateMessage(_ sender: Any) {
UserDefaults.standard.removeObject(forKey: "latestPolicyUpdateVersionShown")
}
} }

View file

@ -88,12 +88,9 @@ class InitialScreenViewController: UIViewController, EncounterDBMigrationProgres
} else if !UserDefaults.standard.bool(forKey: "allowedPermissions") { } else if !UserDefaults.standard.bool(forKey: "allowedPermissions") {
self.performSegue(withIdentifier: "initialScreenToAllowPermissionsSegue", sender: self) self.performSegue(withIdentifier: "initialScreenToAllowPermissionsSegue", sender: self)
} else { } else {
DispatchQueue.main.async { DispatchQueue.main.async {
let homeVC = HomeViewController(nibName: "HomeView", bundle: nil) let homeVC = HomeViewController(nibName: "HomeView", bundle: nil)
homeVC.modalPresentationStyle = .overFullScreen self.navigationController?.setViewControllers([homeVC], animated: true)
homeVC.modalTransitionStyle = .coverVertical
self.present(homeVC, animated: true, completion: nil)
} }
} }
} }

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
@ -84,7 +84,7 @@ Connecting to the internet ensures you receive notifications on:</string>
<constraint firstAttribute="width" constant="44" id="oP5-6j-9yw"/> <constraint firstAttribute="width" constant="44" id="oP5-6j-9yw"/>
<constraint firstAttribute="height" constant="44" id="xe4-W1-nk3"/> <constraint firstAttribute="height" constant="44" id="xe4-W1-nk3"/>
</constraints> </constraints>
<state key="normal" image="arrow-left"/> <state key="normal" image="closeButton"/>
<userDefinedRuntimeAttributes> <userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localVOLabelKey" value="global_back"/> <userDefinedRuntimeAttribute type="string" keyPath="localVOLabelKey" value="global_back"/>
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
@ -146,7 +146,7 @@ Connecting to the internet ensures you receive notifications on:</string>
</view> </view>
</objects> </objects>
<resources> <resources>
<image name="arrow-left" width="24" height="24"/> <image name="closeButton" width="24" height="24"/>
<image name="internet_connection" width="154" height="138"/> <image name="internet_connection" width="154" height="138"/>
</resources> </resources>
</document> </document>

View file

@ -1,50 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<objects> <objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MainStatisticsHeaderViewCell" customModule="COVIDSafe" customModuleProvider="target"> <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MainStatisticsHeaderViewCell" customModule="COVIDSafe" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="414" height="140"/> <rect key="frame" x="0.0" y="0.0" width="414" height="141"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" verticalHuggingPriority="150" translatesAutoresizingMaskIntoConstraints="NO" id="LNU-3k-bH8"> <view contentMode="scaleToFill" verticalHuggingPriority="150" translatesAutoresizingMaskIntoConstraints="NO" id="LNU-3k-bH8">
<rect key="frame" x="0.0" y="0.0" width="414" height="139"/> <rect key="frame" x="0.0" y="0.0" width="414" height="141"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="200" verticalCompressionResistancePriority="250" axis="vertical" distribution="equalCentering" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="3KU-hY-cXW"> <stackView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="200" verticalCompressionResistancePriority="250" axis="vertical" distribution="equalCentering" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="3KU-hY-cXW">
<rect key="frame" x="16" y="16" width="382" height="108"/> <rect key="frame" x="16" y="10" width="382" height="121"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="National Numbers" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LUK-tN-ZWJ"> <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yiG-0H-5h8">
<rect key="frame" x="0.0" y="0.0" width="382" height="26.5"/> <rect key="frame" x="0.0" y="0.0" width="382" height="32"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle2"/> <subviews>
<nil key="textColor"/> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="200" horizontalCompressionResistancePriority="200" text="National Numbers" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LUK-tN-ZWJ">
<nil key="highlightedColor"/> <rect key="frame" x="0.0" y="0.0" width="332" height="32"/>
<userDefinedRuntimeAttributes> <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="national_numbers"/> <nil key="textColor"/>
</userDefinedRuntimeAttributes> <nil key="highlightedColor"/>
</label> <userDefinedRuntimeAttributes>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="19 August 2020 at 9pm AEST" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Szv-Ly-NAe"> <userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="national_numbers"/>
<rect key="frame" x="0.0" y="32.5" width="382" height="19.5"/> </userDefinedRuntimeAttributes>
<fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/> </label>
<nil key="textColor"/> <button opaque="NO" contentMode="scaleToFill" horizontalCompressionResistancePriority="250" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YIZ-FU-gPZ" userLabel="RefreshNow">
<nil key="highlightedColor"/> <rect key="frame" x="332" y="0.0" width="50" height="32"/>
</label> <constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="50" id="i77-4x-1qg"/>
</constraints>
<fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/>
<state key="normal" title="Hide">
<color key="titleColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="showHideButtonTapped:" destination="iN0-l3-epB" eventType="touchUpInside" id="T32-je-Y3z"/>
</connections>
</button>
</subviews>
</stackView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HQV-Ve-FBH" userLabel="I">
<rect key="frame" x="0.0" y="38" width="382" height="4"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5Bt-uv-S3P">
<rect key="frame" x="-16" y="3" width="414" height="1"/>
<color key="backgroundColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.8666666666666667" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="leE-sm-vmd"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="5Bt-uv-S3P" firstAttribute="top" secondItem="HQV-Ve-FBH" secondAttribute="top" constant="3" id="T8m-7X-0kN"/>
<constraint firstAttribute="trailing" secondItem="5Bt-uv-S3P" secondAttribute="trailing" constant="-16" id="WcC-wS-z6L"/>
<constraint firstItem="5Bt-uv-S3P" firstAttribute="leading" secondItem="HQV-Ve-FBH" secondAttribute="leading" constant="-16" id="eqB-f8-3Um"/>
<constraint firstAttribute="bottom" secondItem="5Bt-uv-S3P" secondAttribute="bottom" id="quf-kd-WvG"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Buq-AE-Tec">
<rect key="frame" x="0.0" y="48" width="382" height="37"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="19 August 2020 at 9pm AEST" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Szv-Ly-NAe">
<rect key="frame" x="0.0" y="9" width="382" height="28"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="Szv-Ly-NAe" secondAttribute="bottom" id="KG5-C7-aEy"/>
<constraint firstItem="Szv-Ly-NAe" firstAttribute="leading" secondItem="Buq-AE-Tec" secondAttribute="leading" id="YDf-qt-KCT"/>
<constraint firstAttribute="trailing" secondItem="Szv-Ly-NAe" secondAttribute="trailing" id="bUk-6J-Ayy"/>
<constraint firstItem="Szv-Ly-NAe" firstAttribute="top" secondItem="Buq-AE-Tec" secondAttribute="top" constant="9" id="xCx-2F-2Sf"/>
</constraints>
</view>
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="Connect to the internet to ensure you get updated numbers." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hJd-vH-SuQ"> <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" text="Connect to the internet to ensure you get updated numbers." textAlignment="natural" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hJd-vH-SuQ">
<rect key="frame" x="0.0" y="55" width="382" height="0.0"/> <rect key="frame" x="0.0" y="88" width="382" height="0.0"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/> <fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/>
<color key="textColor" red="0.63921568630000003" green="0.098039215690000001" blue="0.098039215690000001" alpha="1" colorSpace="calibratedRGB"/> <color key="textColor" red="0.63921568630000003" green="0.098039215690000001" blue="0.098039215690000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<view contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="yGy-cF-2ss"> <view contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="yGy-cF-2ss">
<rect key="frame" x="0.0" y="58" width="382" height="50"/> <rect key="frame" x="0.0" y="91" width="382" height="30"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0ye-oo-sh0" userLabel="RefreshNow"> <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0ye-oo-sh0" userLabel="RefreshNow">
<rect key="frame" x="0.0" y="0.0" width="87" height="50"/> <rect key="frame" x="0.0" y="0.0" width="87" height="30"/>
<fontDescription key="fontDescription" name="Tahoma" family="Tahoma" pointSize="15"/> <fontDescription key="fontDescription" name="Tahoma" family="Tahoma" pointSize="15"/>
<state key="normal" title="Refresh Now"> <state key="normal" title="Refresh Now">
<color key="titleColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="titleColor" red="0.0" green="0.40000000000000002" blue="0.1058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -57,7 +107,7 @@
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="0ye-oo-sh0" secondAttribute="bottom" id="QVj-eL-Os0"/> <constraint firstAttribute="bottom" secondItem="0ye-oo-sh0" secondAttribute="bottom" id="QVj-eL-Os0"/>
<constraint firstItem="0ye-oo-sh0" firstAttribute="leading" secondItem="yGy-cF-2ss" secondAttribute="leading" id="kyg-C6-oG1"/> <constraint firstItem="0ye-oo-sh0" firstAttribute="leading" secondItem="yGy-cF-2ss" secondAttribute="leading" id="kyg-C6-oG1"/>
@ -67,18 +117,18 @@
</subviews> </subviews>
</stackView> </stackView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="3KU-hY-cXW" secondAttribute="bottom" constant="15" id="8HZ-16-M66"/> <constraint firstAttribute="bottom" secondItem="3KU-hY-cXW" secondAttribute="bottom" constant="10" id="8HZ-16-M66"/>
<constraint firstAttribute="trailing" secondItem="3KU-hY-cXW" secondAttribute="trailing" constant="16" id="DWd-Sg-YC5"/> <constraint firstAttribute="trailing" secondItem="3KU-hY-cXW" secondAttribute="trailing" constant="16" id="DWd-Sg-YC5"/>
<constraint firstItem="3KU-hY-cXW" firstAttribute="leading" secondItem="LNU-3k-bH8" secondAttribute="leading" constant="16" id="ZPK-gK-ayb"/> <constraint firstItem="3KU-hY-cXW" firstAttribute="leading" secondItem="LNU-3k-bH8" secondAttribute="leading" constant="16" id="ZPK-gK-ayb"/>
<constraint firstItem="3KU-hY-cXW" firstAttribute="top" secondItem="LNU-3k-bH8" secondAttribute="top" constant="16" id="fbb-8s-Hch"/> <constraint firstItem="3KU-hY-cXW" firstAttribute="top" secondItem="LNU-3k-bH8" secondAttribute="top" constant="10" id="fbb-8s-Hch"/>
</constraints> </constraints>
</view> </view>
</subviews> </subviews>
<color key="backgroundColor" red="0.86666666670000003" green="0.86666666670000003" blue="0.86666666670000003" alpha="1" colorSpace="calibratedRGB"/> <color key="backgroundColor" red="0.86666666670000003" green="0.86666666670000003" blue="0.86666666670000003" alpha="1" colorSpace="calibratedRGB"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="LNU-3k-bH8" secondAttribute="bottom" constant="1" id="1ky-wJ-WLp"/> <constraint firstAttribute="bottom" secondItem="LNU-3k-bH8" secondAttribute="bottom" id="1ky-wJ-WLp"/>
<constraint firstAttribute="trailing" secondItem="LNU-3k-bH8" secondAttribute="trailing" id="Gyk-V9-IkT"/> <constraint firstAttribute="trailing" secondItem="LNU-3k-bH8" secondAttribute="trailing" id="Gyk-V9-IkT"/>
<constraint firstItem="LNU-3k-bH8" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="MbS-Uc-ecX"/> <constraint firstItem="LNU-3k-bH8" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="MbS-Uc-ecX"/>
<constraint firstItem="LNU-3k-bH8" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="kYn-fV-Em1"/> <constraint firstItem="LNU-3k-bH8" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="kYn-fV-Em1"/>
@ -88,11 +138,19 @@
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections> <connections>
<outlet property="dateLabel" destination="Szv-Ly-NAe" id="K1g-54-6dB"/> <outlet property="dateLabel" destination="Szv-Ly-NAe" id="K1g-54-6dB"/>
<outlet property="dateLabelContainer" destination="Buq-AE-Tec" id="JHf-1C-JoC"/>
<outlet property="dateLabelDivider" destination="HQV-Ve-FBH" id="0lR-kj-lSQ"/>
<outlet property="errorLabel" destination="hJd-vH-SuQ" id="cXx-zR-cHb"/> <outlet property="errorLabel" destination="hJd-vH-SuQ" id="cXx-zR-cHb"/>
<outlet property="hideShowButton" destination="YIZ-FU-gPZ" id="6fn-pc-fYr"/>
<outlet property="refreshViewContainer" destination="yGy-cF-2ss" id="4tz-HJ-nkf"/> <outlet property="refreshViewContainer" destination="yGy-cF-2ss" id="4tz-HJ-nkf"/>
<outlet property="titleLabel" destination="LUK-tN-ZWJ" id="FjT-za-hlQ"/> <outlet property="titleLabel" destination="LUK-tN-ZWJ" id="FjT-za-hlQ"/>
</connections> </connections>
<point key="canvasLocation" x="140.57971014492756" y="-99.776785714285708"/> <point key="canvasLocation" x="140.57971014492756" y="-95.758928571428569"/>
</view> </view>
</objects> </objects>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document> </document>

View file

@ -80,10 +80,14 @@ class OTPViewController: UIViewController, RegistrationHandler {
let pinIssuesString = NSLocalizedString("ReceivePinIssue", comment: "Text for pin receive issues button") let pinIssuesString = NSLocalizedString("ReceivePinIssue", comment: "Text for pin receive issues button")
let pinIssuesText = NSAttributedString(string: pinIssuesString, attributes: buttonAtt) let pinIssuesText = NSAttributedString(string: pinIssuesString, attributes: buttonAtt)
self.pinIssuesButton?.setAttributedTitle(pinIssuesText, for: .normal) self.pinIssuesButton?.setAttributedTitle(pinIssuesText, for: .normal)
stepCounterLabel.text = String.localizedStringWithFormat( "stepCounter".localizedString(), if reauthenticating {
3, stepCounterLabel.text = String.localizedStringWithFormat( "stepCounter".localizedString(), 2, 2)
UserDefaults.standard.bool(forKey: "allowedPermissions") ? 3 : 4 } else {
) stepCounterLabel.text = String.localizedStringWithFormat( "stepCounter".localizedString(),
3,
UserDefaults.standard.bool(forKey: "allowedPermissions") ? 3 : 4
)
}
} }
override func viewWillAppear(_ animated: Bool) { override func viewWillAppear(_ animated: Bool) {
@ -143,6 +147,7 @@ class OTPViewController: UIViewController, RegistrationHandler {
} }
} else { } else {
timer?.invalidate() timer?.invalidate()
resendCodeButton?.isHidden = false
expiredMessageLabel?.text = "CodeHasExpired".localizedString() expiredMessageLabel?.text = "CodeHasExpired".localizedString()
expiredMessageLabel?.textColor = UIColor(0xA31919) expiredMessageLabel?.textColor = UIColor(0xA31919)
@ -173,6 +178,7 @@ class OTPViewController: UIViewController, RegistrationHandler {
UserDefaults.standard.set(session, forKey: "session") UserDefaults.standard.set(session, forKey: "session")
} }
startTimer() startTimer()
resendCodeButton?.isHidden = true
} }
@IBAction func issuesWithPinTapped(_ sender: UIButton) { @IBAction func issuesWithPinTapped(_ sender: UIButton) {
@ -273,9 +279,7 @@ class OTPViewController: UIViewController, RegistrationHandler {
} else { } else {
DispatchQueue.main.async { DispatchQueue.main.async {
let homeVC = HomeViewController(nibName: "HomeView", bundle: nil) let homeVC = HomeViewController(nibName: "HomeView", bundle: nil)
homeVC.modalPresentationStyle = .overFullScreen self.navigationController?.setViewControllers([homeVC], animated: true)
homeVC.modalTransitionStyle = .coverVertical
self.present(homeVC, animated: true, completion: nil)
} }
} }
} }

View file

@ -38,9 +38,7 @@ class OnboardingStep1ViewController: UIViewController {
if isLoggedIn { if isLoggedIn {
DispatchQueue.main.async { DispatchQueue.main.async {
let homeVC = HomeViewController(nibName: "HomeView", bundle: nil) let homeVC = HomeViewController(nibName: "HomeView", bundle: nil)
homeVC.modalPresentationStyle = .overFullScreen self.navigationController?.setViewControllers([homeVC], animated: true)
homeVC.modalTransitionStyle = .coverVertical
self.present(homeVC, animated: true, completion: nil)
} }
} }
} }

View file

@ -48,7 +48,7 @@ class OnboardingStep1aViewController: UIViewController, UITextViewDelegate {
privacyText.addLink(privacyPolicyUrl, enclosedIn: "*") privacyText.addLink(privacyPolicyUrl, enclosedIn: "*")
privacyText.addLink(privacyPolicyUrl, enclosedIn: "*") privacyText.addLink(privacyPolicyUrl, enclosedIn: "*")
privacyText.addLink(URLHelper.getHelpURL(), enclosedIn: "*") privacyText.addLink(URLHelper.getHelpURL(), enclosedIn: "*")
privacyText.addLink("https://www.health.gov.au", enclosedIn: "*") privacyText.addLink("https://covidsafe.gov.au", enclosedIn: "*")
privacyText.addLink(privacyPolicyUrl, enclosedIn: "*") privacyText.addLink(privacyPolicyUrl, enclosedIn: "*")
} }

View file

@ -36,6 +36,11 @@ class OnboardingStep2bViewController: UIViewController {
pointThreeText.addAttributes([.underlineStyle: NSUnderlineStyle.single.rawValue, .foregroundColor: UIColor.covidSafeColor], range: nsRange) pointThreeText.addAttributes([.underlineStyle: NSUnderlineStyle.single.rawValue, .foregroundColor: UIColor.covidSafeColor], range: nsRange)
pointThreeLabel.attributedText = pointThreeText pointThreeLabel.attributedText = pointThreeText
} }
guard let currentVersion = (Bundle.main.version as NSString?)?.integerValue else {
return
}
UserDefaults.standard.set(currentVersion, forKey: "latestPolicyUpdateVersionShown")
} }
@IBAction func learnMoreTapped(_ sender: Any) { @IBAction func learnMoreTapped(_ sender: Any) {
@ -49,8 +54,6 @@ class OnboardingStep2bViewController: UIViewController {
@IBAction func continueBtnTapped(_ sender: UIButton) { @IBAction func continueBtnTapped(_ sender: UIButton) {
let homeVC = HomeViewController(nibName: "HomeView", bundle: nil) let homeVC = HomeViewController(nibName: "HomeView", bundle: nil)
homeVC.modalPresentationStyle = .overFullScreen self.navigationController?.setViewControllers([homeVC], animated: true)
homeVC.modalTransitionStyle = .coverVertical
self.present(homeVC, animated: true, completion: nil)
} }
} }

View file

@ -13,6 +13,7 @@ class PhoneNumberViewController: UIViewController, UITextFieldDelegate, Registra
@IBOutlet weak var phoneError: UILabel! @IBOutlet weak var phoneError: UILabel!
@IBOutlet weak var phoneLabel: UILabel! @IBOutlet weak var phoneLabel: UILabel!
@IBOutlet weak var stepCounterLabel: UILabel! @IBOutlet weak var stepCounterLabel: UILabel!
@IBOutlet weak var backButton: UIButton!
var countryFlagContainerView: UIView! var countryFlagContainerView: UIView!
var flagImageView: UIImageView! var flagImageView: UIImageView!
@ -77,10 +78,19 @@ class PhoneNumberViewController: UIViewController, UITextFieldDelegate, Registra
initialTextFieldBorderColour = phoneNumberField.borderColor initialTextFieldBorderColour = phoneNumberField.borderColor
navigationController?.view.backgroundColor = UIColor.white navigationController?.view.backgroundColor = UIColor.white
stepCounterLabel.text = String.localizedStringWithFormat( "stepCounter".localizedString(), if reauthenticating {
2, backButton.isHidden = true
UserDefaults.standard.bool(forKey: "allowedPermissions") ? 3 : 4 registrationInfo = RegistrationRequest(fullName: "", postcode: "", age: 20, isMinor: false, phoneNumber: "")
) stepCounterLabel.text = String.localizedStringWithFormat( "stepCounter".localizedString(),
1,
2
)
} else {
stepCounterLabel.text = String.localizedStringWithFormat( "stepCounter".localizedString(),
2,
UserDefaults.standard.bool(forKey: "allowedPermissions") ? 3 : 4
)
}
} }
@IBAction func onBackTapped(_ sender: UIButton) { @IBAction func onBackTapped(_ sender: UIButton) {

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<objects> <objects>
@ -80,7 +81,7 @@
</connections> </connections>
</button> </button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Settings" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aZp-27-AWI"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Settings" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aZp-27-AWI">
<rect key="frame" x="16" y="70" width="120.5" height="41"/> <rect key="frame" x="16" y="70" width="121" height="41"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/> <fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -126,7 +127,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="Oci-wt-fut" firstAttribute="leading" secondItem="Tjs-7H-YLp" secondAttribute="leading" constant="16" id="9qE-9C-gAu"/> <constraint firstItem="Oci-wt-fut" firstAttribute="leading" secondItem="Tjs-7H-YLp" secondAttribute="leading" constant="16" id="9qE-9C-gAu"/>
<constraint firstAttribute="trailing" secondItem="Oci-wt-fut" secondAttribute="trailing" constant="16" id="CeX-9T-RKg"/> <constraint firstAttribute="trailing" secondItem="Oci-wt-fut" secondAttribute="trailing" constant="16" id="CeX-9T-RKg"/>
@ -149,7 +150,7 @@
<rect key="frame" x="0.0" y="0.0" width="414" height="36"/> <rect key="frame" x="0.0" y="0.0" width="414" height="36"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No internet connection" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s7t-Sn-iLm"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No internet connection" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s7t-Sn-iLm">
<rect key="frame" x="16" y="16" width="198" height="0.0"/> <rect key="frame" x="16" y="16" width="200" height="0.0"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/> <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
<color key="textColor" red="0.63921568630000003" green="0.098039215690000001" blue="0.098039215690000001" alpha="1" colorSpace="calibratedRGB"/> <color key="textColor" red="0.63921568630000003" green="0.098039215690000001" blue="0.098039215690000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -181,7 +182,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="TaR-nF-icP" secondAttribute="trailing" constant="6" id="E7V-kF-nta"/> <constraint firstAttribute="trailing" secondItem="TaR-nF-icP" secondAttribute="trailing" constant="6" id="E7V-kF-nta"/>
<constraint firstItem="s7t-Sn-iLm" firstAttribute="leading" secondItem="nm4-W8-yfz" secondAttribute="leading" constant="16" id="GFy-Uc-2jx"/> <constraint firstItem="s7t-Sn-iLm" firstAttribute="leading" secondItem="nm4-W8-yfz" secondAttribute="leading" constant="16" id="GFy-Uc-2jx"/>
@ -240,7 +241,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="K8R-1I-GXu" firstAttribute="leading" secondItem="2Uq-lN-t0Y" secondAttribute="leading" constant="16" id="4bq-7J-B5x"/> <constraint firstItem="K8R-1I-GXu" firstAttribute="leading" secondItem="2Uq-lN-t0Y" secondAttribute="leading" constant="16" id="4bq-7J-B5x"/>
<constraint firstAttribute="trailing" secondItem="OCr-fR-PSi" secondAttribute="trailing" constant="16" id="9i5-Mm-mL6"/> <constraint firstAttribute="trailing" secondItem="OCr-fR-PSi" secondAttribute="trailing" constant="16" id="9i5-Mm-mL6"/>
@ -393,7 +394,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" link="YES"/> <accessibilityTraits key="traits" link="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -523,7 +524,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</view> </view>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app."> <accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app.">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -600,6 +601,9 @@
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/> <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="support"/>
</userDefinedRuntimeAttributes>
</label> </label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ChevronRight" translatesAutoresizingMaskIntoConstraints="NO" id="Pfd-lj-r1k"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ChevronRight" translatesAutoresizingMaskIntoConstraints="NO" id="Pfd-lj-r1k">
<rect key="frame" x="382" y="16" width="24" height="24"/> <rect key="frame" x="382" y="16" width="24" height="24"/>
@ -620,6 +624,9 @@
<fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/> <fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localizationKey" value="support_content"/>
</userDefinedRuntimeAttributes>
</label> </label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ujZ-Re-wBC"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ujZ-Re-wBC">
<rect key="frame" x="16" y="16" width="40" height="40"/> <rect key="frame" x="16" y="16" width="40" height="40"/>
@ -650,7 +657,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</view> </view>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app."> <accessibility key="accessibilityConfiguration" label="Help topics. If you have issues or questions about the app.">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -668,6 +675,9 @@
<constraint firstItem="8L3-Mj-r6x" firstAttribute="top" secondItem="OaS-gp-jFt" secondAttribute="top" constant="16" id="swV-KH-uDW"/> <constraint firstItem="8L3-Mj-r6x" firstAttribute="top" secondItem="OaS-gp-jFt" secondAttribute="top" constant="16" id="swV-KH-uDW"/>
<constraint firstAttribute="bottom" secondItem="DGq-gH-3wa" secondAttribute="bottom" constant="16" id="v4w-4g-BMi"/> <constraint firstAttribute="bottom" secondItem="DGq-gH-3wa" secondAttribute="bottom" constant="16" id="v4w-4g-BMi"/>
</constraints> </constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="localVOLabelKey" value="Support_VOLabel"/>
</userDefinedRuntimeAttributes>
<connections> <connections>
<outletCollection property="gestureRecognizers" destination="hgQ-bq-uf6" appends="YES" id="gxA-an-nML"/> <outletCollection property="gestureRecognizers" destination="hgQ-bq-uf6" appends="YES" id="gxA-an-nML"/>
</connections> </connections>
@ -762,7 +772,7 @@
</constraints> </constraints>
</imageView> </imageView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration" label="Share COVIDSafe. Invite others to help. Together, we're stronger."> <accessibility key="accessibilityConfiguration" label="Share COVIDSafe. Invite others to help. Together, we're stronger.">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -873,7 +883,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -945,7 +955,7 @@
</userDefinedRuntimeAttributes> </userDefinedRuntimeAttributes>
</label> </label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<accessibility key="accessibilityConfiguration"> <accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" button="YES"/> <accessibilityTraits key="traits" button="YES"/>
<bool key="isElement" value="YES"/> <bool key="isElement" value="YES"/>
@ -1039,6 +1049,7 @@
</constraints> </constraints>
</scrollView> </scrollView>
</subviews> </subviews>
<viewLayoutGuide key="safeArea" id="yMg-iM-Wi8"/>
<color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/> <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="calibratedRGB"/>
<constraints> <constraints>
<constraint firstItem="yMg-iM-Wi8" firstAttribute="bottom" secondItem="Lws-gT-pWp" secondAttribute="bottom" id="7ha-Sn-bjS"/> <constraint firstItem="yMg-iM-Wi8" firstAttribute="bottom" secondItem="Lws-gT-pWp" secondAttribute="bottom" id="7ha-Sn-bjS"/>
@ -1050,7 +1061,6 @@
<constraint firstItem="Toa-Nz-phA" firstAttribute="top" secondItem="eRJ-sP-D5g" secondAttribute="top" id="yYO-ht-dbf"/> <constraint firstItem="Toa-Nz-phA" firstAttribute="top" secondItem="eRJ-sP-D5g" secondAttribute="top" id="yYO-ht-dbf"/>
</constraints> </constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<viewLayoutGuide key="safeArea" id="yMg-iM-Wi8"/>
<point key="canvasLocation" x="834.78260869565224" y="837.05357142857144"/> <point key="canvasLocation" x="834.78260869565224" y="837.05357142857144"/>
</view> </view>
<tapGestureRecognizer id="zAK-Wn-nIg" userLabel="ShareTapped"> <tapGestureRecognizer id="zAK-Wn-nIg" userLabel="ShareTapped">
@ -1070,5 +1080,8 @@
<image name="question-mark" width="13" height="20"/> <image name="question-mark" width="13" height="20"/>
<image name="redcross" width="22" height="22"/> <image name="redcross" width="22" height="22"/>
<image name="small tick" width="24" height="24"/> <image name="small tick" width="24" height="24"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources> </resources>
</document> </document>

View file

@ -216,6 +216,6 @@ class SettingsViewController: UIViewController {
} }
@IBAction func onBackTapped(_ sender: Any) { @IBAction func onBackTapped(_ sender: Any) {
dismiss(animated: true, completion: nil) navigationController?.popViewController(animated: true)
} }
} }

View file

@ -5,7 +5,7 @@ import UIKit
final class UploadDataPrefaceViewController: UIViewController { final class UploadDataPrefaceViewController: UIViewController {
@IBAction func onBackTapped(_ sender: UIButton) { @IBAction func onBackTapped(_ sender: UIButton) {
self.dismiss(animated: true, completion: nil) navigationController?.popViewController(animated: true)
} }
} }

View file

@ -19,6 +19,6 @@ final class UploadDataThankYouHomeViewController: UIViewController {
} }
@IBAction func doneBtnTapped(_ sender: UIButton) { @IBAction func doneBtnTapped(_ sender: UIButton) {
dismiss(animated: true) navigationController?.popToRootViewController(animated: true)
} }
} }

View file

@ -11,13 +11,14 @@
"AllowBluetoothON" = "الوصول إلى Bluetooth: مشغّل"; "AllowBluetoothON" = "الوصول إلى Bluetooth: مشغّل";
"australian_capital_territory" = "إقليم العاصمة الأسترالية"; "australian_capital_territory" = "إقليم العاصمة الأسترالية";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothOFF" = "Bluetooth®: متوقف"; "BluetoothOFF" = "\U200FBluetooth®: متوقف";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothOFF_content" = "شغِّل الـ Bluetooth® على هاتفك، اختر \"السماح باتصالات جديدة\" في حال ظهورها."; "BluetoothOFF_content" = "شغِّل Bluetooth® على هاتفك، اختر \"السماح باتصالات جديدة\" في حال ظهورها.";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothON" = "Bluetooth®: مشغّل"; "BluetoothON" = "Bluetooth®: مشغّل";
"change_language" = "تغيير اللغة"; "change_language" = "تغيير اللغة";
"change_language_content" = "اقرأ الدليل حول استخدام تطبيق COVIDSafe بلغة مختلفة."; "change_language_content" = "اقرأ الدليل حول استخدام تطبيق COVIDSafe بلغة مختلفة.";
"collection_message" = "يقوم تطبيق COVIDSafe الآن بجمع معلومات تشخيصية لمساعدتك على استكشاف المشكلات في تطبيقك وإصلاحها. *أعرف المزيد*";
"consent_button" = "أوافق"; "consent_button" = "أوافق";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "اختر \"أوافق\" لتأكيد الموافقة."; "consent_call_for_action" = "اختر \"أوافق\" لتأكيد الموافقة.";
@ -233,8 +234,8 @@
"country_region_name_zm" = "زامبيا"; "country_region_name_zm" = "زامبيا";
"country_region_name_zw" = "زيمبابوي"; "country_region_name_zw" = "زيمبابوي";
"data_privacy_button" = "التالي"; "data_privacy_button" = "التالي";
"data_privacy_content" = "من المهم أن تقرأ *سياسة الخصوصية* تطبيق COVIDSafe قبل التسجيل. \n\n إذا كان عمرك أقل من 16 عاماً، يجب على أحد والديك/ الوصي أيضاً قراءة *سياسة الخصوصية*. \n\n استخدام تطبيق COVIDSafe هو أمر إختياري تماماً. يمكنك تثبيت التطبيق أو حذفه في أي وقت. إذا قمت بحذف تطبيق COVIDSafe، *يمكنك أيضاً طلب حذف معلوماتك* من الخادم الآمن. \n\n للتسجيل في تطبيق COVIDSafe، ستحتاج إلى إدخال اسم (أو اسم مستعار) ورقم هاتف محمول وفئة عمرية ورمز بريدي. \n\n سيتم جمع المعلومات التي ترسلها عند التسجيل، ومعلومات استخدامك لتطبيق COVIDSafe وتخزينها في خادم آمن للغاية. \n\n لن يقوم تطبيق COVIDSafe بجمع معلومات عن موقعك الجغرافي. \n\n سيدوّن تطبيق COVIDSafe وقت الاتصال ورمز مجهول الهوية لمستخدمي COVIDSafe الآخرين الذين تتواصل معهم وقوة إشارة الـ Bluetooth، وموديل الهاتف المحمول للمستخدمين الآخرين على جهازك. \n\nكما سيدون تطبيق COVIDSafe لدى المستخدمين الآخرين الذين تتواصل معهم أيضاً الرمز مجهول الهوية الخاص بك وتاريخ ووقت الاتصال بك وقوة إشارة الـ Bluetooth وموديل هاتفك المحمول على أجهزتهم. \n\n إذا أظهرت نتائج فحص COVID-19 إصابة مستخدم آخر، فقد يقوم هذا المستخدم بتحميل تفاصيل الاتصال به وقد يتصل بك موظف دائرة الصحة في الولاية أو الإقليم لأغراض تقفّي المخالطة. \n\n سيتم استخدام تفاصيل التسجيل الخاصة بك أو الكشف عنها فقط لتقفّي المخالطة وللأغراض المناسبة والقانونية لـ COVIDSafe. \n\n يتوفر المزيد من المعلومات على الموقع الإلكتروني لـ*وزارة الصحة في الحكومة الأسترالية*. \n\n راجع *سياسة الخصوصية* لتطبيق COVIDSafe للاطلاع على مزيد من التفاصيل حول حقوقك المتعلقة بمعلوماتك وكيف سيتم التعامل معها ومشاركتها."; "data_privacy_content" = "من المهم أن تقرأ *سياسة الخصوصية* لتطبيق COVIDSafe قبل التسجيل. \n\n إذا كان عمرك يقل عن 16 عاماً، يجب على أحد والديك/الوصي أيضاً قراءة *سياسة الخصوصية*. \n\nاستخدام تطبيق COVIDSafe هو أمر إختياري تماماً. يمكنك تثبيت التطبيق أو حذفه في أي وقت. إذا قمت بحذف تطبيق COVIDSafe، *يمكنك أيضاً طلب حذف معلوماتك* من الخادم الآمن. \n\nللتسجيل في تطبيق COVIDSafe، ستحتاج إلى إدخال اسم (أو اسم مستعار) ورقم هاتف محمول وفئة عمرية ورمز بريدي. \n\n يتم تخزين المعلومات التي تعطيها عند التسجيل، والمعلومات المتعلقة باستخدامك لتطبيق COVIDSafe في خادم آمن للغاية. \n\nيتم جمع المعلومات أيضًا للتأكد من أن تطبيق COVIDSafe يعمل بشكل صحيح على جهازك، ويتضمن ذلك نظام تشغيل جهازك وإصدار التطبيق الذي قمت بتثبيته واللغة التي تستخدمها في جهازك وما إذا كانت تقنية Bluetooth® تعمل وما إذا كان التطبيق الخاص بك قد سجل أي لقاءات في الأيام السبعة السابقة.\n\nلن يقوم تطبيق COVIDSafe بجمع معلومات عن موقعك الجغرافي. \n\nسيسجل تطبيق COVIDSafe تاريخ ووقت الاتصال والرمز مجهول الهوية لمستخدمي COVIDSafe الآخرين الذين تتواصل معهم وقوة إشارة Bluetooth، وطراز الهاتف المحمول للمستخدمين الآخرين على جهازك. \n\nكما سيسجل تطبيق COVIDSafe على أجهزة المستخدمين الآخرين الذين تتواصل معهم أيضاً الرمز مجهول الهوية الخاص بك وتاريخ ووقت الاتصال بك وقوة إشارة Bluetooth وطراز هاتفك المحمول. \n\n إذا جاءت نتيجة فحص COVID-19 لمستخدم آخر إيجابية، فقد يقوم هذا المستخدم بتحميل تفاصيل الاتصال به وقد يتصل بك موظف من دائرة الصحة في الولاية أو الإقليم لأغراض تعقب الاختلاط. \n\n سيتم استخدام تفاصيل التسجيل الخاصة بك أو الكشف عنها فقط لتعقب الاختلاط ولتشغيل التطبيق بالطرق المناسبة والقانونية. \n\n يتوفر المزيد من المعلومات على الموقع الإلكتروني *covidsafe.gov.au*. \n\n راجع *سياسة الخصوصية* لتطبيق COVIDSafe للاطلاع على مزيد من التفاصيل حول حقوقك المتعلقة بمعلوماتك وكيف سيتم التعامل معها ومشاركتها.";
"data_privacy_content_VO" = "من المهم أن تقرأ سياسة الخصوصية لـ COVIDSafe قبل التسجيل في COVIDSafe. \n\n إذا كان عمرك أقل من 16 عامًا ، فيجب على والديك / ولي أمرك أيضًا قراءة سياسة الخصوصية. \n\n استخدام COVIDSafe طوعي تمامًا. يمكنك تثبيت أو حذف التطبيق في أي وقت. إذا قمت بحذف COVIDSafe ، فيمكنك أيضًا طلب حذف معلوماتك من الخادم الآمن. \n\n للتسجيل في COVIDSafe ، ستحتاج إلى إدخال اسم (أو اسم مستعار) ورقم الهاتف المحمول والفئة العمرية والرمز البريدي. \n\n سيتم جمع المعلومات التي ترسلها عند التسجيل والمعلومات حول استخدامك لـ COVIDSafe وتخزينها على خادم آمن للغاية. \n\n لن تقوم COVIDSafe بجمع معلومات موقعك. \n\n ستدون COVIDSafe وقت الاتصال ، ورمز المعرف المجهول لمستخدمي COVIDSafe الآخرين الذين تتعامل معهم ، وقوة إشارة Bluetooth وطراز الهاتف للمستخدمين الآخرين ، على جهازك. \n\n سيقوم مستخدمو COVIDSafe الآخرون الذين تتواصل معهم بتدوين رمز المعرف المجهول الخاص بك وتاريخ ووقت الاتصال بك وقوة إشارة Bluetooth وطراز هاتفك على أجهزتهم. \n\n إذا كانت نتيجة اختبار مستخدم آخر إيجابية لـ COVID-19 ، فيجوز له تحميل معلومات الاتصال الخاصة به وقد يتصل بك مسؤول الصحة في الولاية أو الإقليم لأغراض تتبع جهات الاتصال. \n\n سيتم استخدام تفاصيل التسجيل الخاصة بك أو الكشف عنها فقط لتتبع جهات الاتصال وللتشغيل السليم والقانوني لـ COVIDSafe. \n\n يتوفر مزيد من المعلومات على الموقع الإلكتروني لوزارة الصحة التابعة للحكومة الأسترالية. \n\n راجع سياسة الخصوصية الخاصة بـ COVIDSafe للحصول على مزيد من التفاصيل حول حقوقك حول معلوماتك وكيفية التعامل معها ومشاركتها."; "data_privacy_content_VO" = "من المهم أن تقرأ سياسة الخصوصية لتطبيق COVIDSafe قبل التسجيل. \n\nإذا كان عمرك يقل عن 16 عاماً، يجب على أحد والديك/الوصي أيضاً قراءة سياسة الخصوصية. \n\nاستخدام تطبيق COVIDSafe هو أمر إختياري تماماً. يمكنك تثبيت التطبيق أو حذفه في أي وقت. إذا قمت بحذف تطبيق COVIDSafe، يمكنك أيضاً طلب حذف معلوماتك من الخادم الآمن. \n \nللتسجيل في تطبيق COVIDSafe، ستحتاج إلى إدخال اسم (أو اسم مستعار) ورقم هاتف محمول وفئة عمرية ورمز بريدي. \n\n يتم تخزين المعلومات التي تعطيها عند التسجيل، والمعلومات المتعلقة باستخدامك لتطبيق COVIDSafe في خادم آمن للغاية. \n \n يتم جمع المعلومات أيضًا للتأكد من أن تطبيق COVIDSafe يعمل بشكل صحيح على جهازك، ويتضمن ذلك نظام تشغيل جهازك وإصدار التطبيق الذي قمت بتثبيته واللغة التي تستخدمها في جهازك وما إذا كانت تقنية Bluetooth تعمل وما إذا كان التطبيق الخاص بك قد سجل أي لقاءات في الأيام السبعة السابقة.\n\n لن يقوم تطبيق COVIDSafe بجمع معلومات عن موقعك الجغرافي. \n\nسيسجل تطبيق COVIDSafe تاريخ ووقت الاتصال والرمز مجهول الهوية لمستخدمي COVIDSafe الآخرين الذين تتواصل معهم وقوة إشارة Bluetooth، وطراز الهاتف المحمول للمستخدمين الآخرين على جهازك. \n\nكما سيسجل تطبيق COVIDSafe على أجهزة المستخدمين الآخرين الذين تتواصل معهم أيضاً الرمز مجهول الهوية الخاص بك وتاريخ ووقت الاتصال بك وقوة إشارة Bluetooth وطراز هاتفك المحمول. \n\nإذا جاءت نتيجة فحص COVID-19 لمستخدم آخر إيجابية، فقد يقوم هذا المستخدم بتحميل تفاصيل الاتصال به وقد يتصل بك موظف من دائرة الصحة في الولاية أو الإقليم لأغراض تعقب الاختلاط. \n\n سيتم استخدام تفاصيل التسجيل الخاصة بك أو الكشف عنها فقط لتعقب الاختلاط ولتشغيل التطبيق بالطرق المناسبة والقانونية. \n\nيتوفر المزيد من المعلومات على الموقع الإلكتروني covidsafe.gov.au. \n\n راجع سياسة الخصوصية لتطبيق COVIDSafe للاطلاع على مزيد من التفاصيل حول حقوقك المتعلقة بمعلوماتك وكيف سيتم التعامل معها ومشاركتها.";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "التسجيل والخصوصية"; "data_privacy_headline" = "التسجيل والخصوصية";
"deaths" = "الوفيات"; "deaths" = "الوفيات";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "إلغاء"; "dialog_error_uploading_negative" = "إلغاء";
"dialog_error_uploading_positive" = "حاول مرة أخرى"; "dialog_error_uploading_positive" = "حاول مرة أخرى";
"dialog_uploading_message" = "يتم الآن تحميل معلومات COVIDSafe الخاصة بك. \n\n الرجاء عدم إغلاق التطبيق."; "dialog_uploading_message" = "يتم الآن تحميل معلومات COVIDSafe الخاصة بك. \n\n الرجاء عدم إغلاق التطبيق.";
"dismiss" = "تجاهل";
"done_success" = "تـمّ"; "done_success" = "تـمّ";
"enter_number_button" = "احصل على رقم تعريف شخصي"; "enter_number_button" = "احصل على رقم تعريف شخصي";
"enter_number_content" = "سنرسل لك رقم تعريف شخصي مكوناً من 6 أرقام للتحقق من رقم هاتفك المحمول."; "enter_number_content" = "سنرسل لك رقم تعريف شخصي مكوناً من 6 أرقام للتحقق من رقم هاتفك المحمول.";
@ -259,6 +261,7 @@
"global_close" = "إغلاق"; "global_close" = "إغلاق";
"global_double_tap" = "أنقر مرتين للتصحيح"; "global_double_tap" = "أنقر مرتين للتصحيح";
"global_OK" = "حسناً"; "global_OK" = "حسناً";
"hide" = "إخفاء";
"home_app_permission_status_subtitle" = "لن يعمل تطبيق COVIDSafe بدون الإعدادات الصحيحة."; "home_app_permission_status_subtitle" = "لن يعمل تطبيق COVIDSafe بدون الإعدادات الصحيحة.";
"home_app_permission_status_title" = "تحقق من إعدادات هاتفك"; "home_app_permission_status_title" = "تحقق من إعدادات هاتفك";
"home_data_uploaded_message" = "ساعد في وقف انتشار COVID-19 وتتبع أعراضك."; "home_data_uploaded_message" = "ساعد في وقف انتشار COVID-19 وتتبع أعراضك.";
@ -310,7 +313,9 @@
"IntroLabel" = "ساعد في وقف الانتشار\nوإنقاذ الأرواح."; "IntroLabel" = "ساعد في وقف الانتشار\nوإنقاذ الأرواح.";
"invalid_australian_phone_number_error_prompt" = "تتألف أرقام الهواتف المحمولة في أستراليا من 10 أرقام كحد أقصى."; "invalid_australian_phone_number_error_prompt" = "تتألف أرقام الهواتف المحمولة في أستراليا من 10 أرقام كحد أقصى.";
"invalid_norfolk_island_phone_number_error_prompt" = "تتألف أرقام الهواتف المحمولة في جزيرة نورفولك من 5 إلى 6 أرقام."; "invalid_norfolk_island_phone_number_error_prompt" = "تتألف أرقام الهواتف المحمولة في جزيرة نورفولك من 5 إلى 6 أرقام.";
"loading_numbers" = ""; "jwt_description" = "هناك مشكلة في تفاصيل التسجيل الخاصة بك.";
"jwt_heading" = "يرجى التسجيل مرة أخرى";
"loading_numbers" = "تحميل أحدث الأرقام";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "تحديث تطبيق COVIDSafe قيد الإنجاز. \n\nيُرجى التأكد من عدم إغلاق هاتفك إلى أن يتم اكتمال التحديث."; "migration_in_progress" = "تحديث تطبيق COVIDSafe قيد الإنجاز. \n\nيُرجى التأكد من عدم إغلاق هاتفك إلى أن يتم اكتمال التحديث.";
"national_numbers" = "الأرقام على الصعيد الوطني"; "national_numbers" = "الأرقام على الصعيد الوطني";
@ -331,13 +336,13 @@
"NotificationsDisabledBlurb" = "لن تتلقى إشعارًا إذا كان تطبيق COVIDSafe لا يعمل. \nغيّر إعدادات الإشعارات"; "NotificationsDisabledBlurb" = "لن تتلقى إشعارًا إذا كان تطبيق COVIDSafe لا يعمل. \nغيّر إعدادات الإشعارات";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "سوف تتلقى إشعارًا إذا كان تطبيق COVIDSafe لا يعمل. غيّر إعدادات الإشعارات"; "NotificationsEnabledBlurb" = "سوف تتلقى إشعارًا إذا كان تطبيق COVIDSafe لا يعمل. غيّر إعدادات الإشعارات";
"numbers_error" = ""; "numbers_error" = "تعذر التحقق من أحدث الأرقام.";
"numbers_no_internet" = ""; "numbers_no_internet" = "اتصل بالإنترنت لكي تحصل على آخر الأرقام.";
"numbers_refresh" = ""; "numbers_refresh" = "قم بالتحديث الآن";
"options_for_australia" = "خيارات لأستراليا"; "options_for_australia" = "خيارات لأستراليا";
"permission_button" = "تابع"; "permission_button" = "تابع";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"permission_content_iOS" = "يحتاج تطبيق COVIDSafe إلى تمكين الـ Bluetooth® لكي يعمل. يسمح تمكين الإشعارات بتلقي تحديثات لتذكيرك عندما يكون تطبيق COVIDSafe متوقف عن العمل. \n\n اختر \"تابع\" للتمكين:"; "permission_content_iOS" = "يحتاج تطبيق COVIDSafe إلى تمكين Bluetooth® لكي يعمل. يسمح تمكين الإشعارات بتلقي تحديثات لتذكيرك عندما يكون تطبيق COVIDSafe متوقف عن العمل. \n\n اختر \"تابع\" للتمكين:";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"permission_content_iOS_2" = "1. Bluetooth® \n 2. الإشعارات \n\n لا يرسل تطبيق COVIDSafe طلبات الاقتران."; "permission_content_iOS_2" = "1. Bluetooth® \n 2. الإشعارات \n\n لا يرسل تطبيق COVIDSafe طلبات الاقتران.";
/* OnBoarding Permission */ /* OnBoarding Permission */
@ -360,7 +365,7 @@
"personal_details_post_code_error_prompt" = "يجب أن يحتوي رقم رمزك البريدي الأسترالي على 4 أرقام."; "personal_details_post_code_error_prompt" = "يجب أن يحتوي رقم رمزك البريدي الأسترالي على 4 أرقام.";
"PINNumber_VO_Label" = "رقم التعريف الشخصي PIN"; "PINNumber_VO_Label" = "رقم التعريف الشخصي PIN";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_BluetoothStatusBody" = "تأكد من أن التطبيق يعمل قبل مغادرتك المنزل وعند وجودك في الأماكن العامة من خلال تمكين الـ Bluetooth®."; "PN_BluetoothStatusBody" = "تأكد من أن التطبيق يعمل قبل مغادرتك المنزل وعند وجودك في الأماكن العامة من خلال تمكين Bluetooth®.";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_BluetoothStatusTitle" = "\U200F COVIDSafe لا يعمل"; "PN_BluetoothStatusTitle" = "\U200F COVIDSafe لا يعمل";
"PN_MobileNumber_VOLabel" = "رقم الهاتف المحمول"; "PN_MobileNumber_VOLabel" = "رقم الهاتف المحمول";
@ -369,9 +374,10 @@
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_ReminderTitle" = "لم يتم اكتشاف أي لقاءات لمدة 48 ساعة"; "PN_ReminderTitle" = "لم يتم اكتشاف أي لقاءات لمدة 48 ساعة";
"PostcodeValidationErrorMessage" = "يُرجى إدخال رمز بريدي أسترالي صالح."; "PostcodeValidationErrorMessage" = "يُرجى إدخال رمز بريدي أسترالي صالح.";
"queensland" = "كوينزلاند"; "queensland" = "ولاية كوينزلاند";
"recovered" = "مجموع الحالات التي تعافت"; "recovered" = "مجموع الحالات التي تعافت";
"registration_consent_content" = "أوافق على أن تكون وكالة التحول الرقمي مسؤولة عن تخزين البيانات، بموجب قرار قانوني صادر عن أمين عام وزارة الصحة في الحكومة الأسترالية لجمع:"; "registration_consent_content" = "أوافق على أن تقوم وكالة التحول الرقمي، كونها مسؤولة عن تخزين البيانات، بموجب قرار قانوني صادر عن أمين عام وزارة الصحة في الحكومة الأسترالية بجمع:";
"registration_consent_diagnostic" = "معلومات للتأكد من أن تطبيق COVIDSafe يعمل بشكل صحيح على جهازي.";
"registration_consent_first_paragraph" = "معلومات التسجيل الخاصة بي."; "registration_consent_first_paragraph" = "معلومات التسجيل الخاصة بي.";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "الموافقة على التسجيل"; "registration_consent_headline" = "الموافقة على التسجيل";
@ -382,12 +388,13 @@
"Select_country_or_region_headline" = "اختر البلد أو المنطقة"; "Select_country_or_region_headline" = "اختر البلد أو المنطقة";
"settings" = "الإعدادات"; "settings" = "الإعدادات";
"share_this_app_content" = "إنضم لي لنعمل على وقف انتشار COVID-19! قم بتنزيل COVIDSafe، وهو تطبيق من الحكومة الأسترالية. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "إنضم لي لنعمل على وقف انتشار COVID-19! قم بتنزيل COVIDSafe، وهو تطبيق من الحكومة الأسترالية. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"south_australia" = "جنوب أستراليا"; "show" = "اظهار";
"south_australia" = "ولاية جنوب أستراليا";
"stepCounter" = "الخطوة %d من %d"; "stepCounter" = "الخطوة %d من %d";
"support" = "الدعم"; "support" = "الدعم";
"support_content" = "للحصول على مساعدة بشأن المشكلات التي لا تغطيها مواضيع المساعدة"; "support_content" = "للحصول على مساعدة بشأن المشكلات التي لا تغطيها مواضيع المساعدة";
"Support_VOLabel" = "الدعم. للحصول على مساعدة بشأن المشكلات التي لا تغطيها مواضيع المساعدة"; "Support_VOLabel" = "الدعم. للحصول على مساعدة بشأن المشكلات التي لا تغطيها مواضيع المساعدة";
"tasmania" = "تسمانيا"; "tasmania" = "ولاية تسمانيا";
"total_confirmed_cases" = "مجموع الحالات المؤكدة"; "total_confirmed_cases" = "مجموع الحالات المؤكدة";
"total_per_state" = "مجموع الحالات المؤكدة في كل ولاية وإقليم"; "total_per_state" = "مجموع الحالات المؤكدة في كل ولاية وإقليم";
"UILaunchStoryboardName" = "LaunchScreen_ar"; "UILaunchStoryboardName" = "LaunchScreen_ar";
@ -402,7 +409,7 @@
"under-sixteen_consent_call_for_action" = "اختر \"أوافق\" لتأكيد الموافقة."; "under-sixteen_consent_call_for_action" = "اختر \"أوافق\" لتأكيد الموافقة.";
"update_available_app_store_btn" = "انتقل إلى App Store"; "update_available_app_store_btn" = "انتقل إلى App Store";
"update_available_dismiss_btn" = "ذكّرني لاحقًا"; "update_available_dismiss_btn" = "ذكّرني لاحقًا";
"update_available_message_ios" = "لقد أجرينا تحسينات على تطبيق COVIDSafe. قم بتحديث التطبيق عبر متجر App Store."; "update_available_message_ios" = "لقد أجرينا تحسينات على تطبيق COVIDSafe. قم بتحديث التطبيق عبر متجر التطبيقات App Store.";
"update_available_title" = "التحديث متوفر!"; "update_available_title" = "التحديث متوفر!";
"upload_answer_no" = "لا"; "upload_answer_no" = "لا";
/* Upload flow */ /* Upload flow */
@ -418,15 +425,16 @@
"upload_step_verify_pin_header" = "قم بتحميل معلوماتك"; "upload_step_verify_pin_header" = "قم بتحميل معلوماتك";
"upload_step_verify_pin_sub_header" = "سيرسل أحد موظفي دائرة الصحة في الولاية أو الإقليم رقم التعريف الشخصي (PIN) إلى جهازك عبر رسالة نصية. أدخله أدناه لتحميل معلوماتك."; "upload_step_verify_pin_sub_header" = "سيرسل أحد موظفي دائرة الصحة في الولاية أو الإقليم رقم التعريف الشخصي (PIN) إلى جهازك عبر رسالة نصية. أدخله أدناه لتحميل معلوماتك.";
"us_consent_button" = "أوافق"; "us_consent_button" = "أوافق";
"victoria" = "فيكتوريا"; "us_registration_consent_diagnostic" = "معلومات للتأكد من أن تطبيق COVIDSafe يعمل بشكل صحيح على جهازي.";
"western_australia" = "غرب أستراليا"; "victoria" = "ولاية فيكتوريا";
"western_australia" = "ولاية أستراليا الغربية";
"wrong_ping_number" = "تم إدخال رقم تعريف شخصي خاطئ"; "wrong_ping_number" = "تم إدخال رقم تعريف شخصي خاطئ";
"country_region_name_au2" = "جزيرة نورفولك"; "country_region_name_au2" = "جزيرة نورفولك";
"AllowBluetoothOFF_VOLabel" = "الوصول إلى Bluetooth: متوقف. إسمـح لتطبيق COVIDSafe بالوصول إلى Bluetooth"; "AllowBluetoothOFF_VOLabel" = "تشغيل Bluetooth: متوقف. إسمـح لتطبيق COVIDSafe باستخدام Bluetooth";
"AllowBluetoothON_VOLabel" = "الوصول إلى Bluetooth: مشغّل"; "AllowBluetoothON_VOLabel" = "الوصول إلى Bluetooth: مشغّل";
"BluetoothOFF_VOLabel" = "Bluetooth: متوقف. شغِّل الـ Bluetooth على هاتفك. اختر \"السماح باتصالات جديدة\" في حال ظهورها."; "BluetoothOFF_VOLabel" = "Bluetooth: متوقف. شغِّل Bluetooth على هاتفك. اختر \"السماح باتصالات جديدة\" في حال ظهورها.";
"BluetoothON_VOLabel" = "Bluetooth: مشغّل"; "BluetoothON_VOLabel" = "Bluetooth: مشغّل";
"CodeHasExpired" = "انتهت صلاحية الرمز الخاص بك."; "CodeHasExpired" = "انتهت صلاحية رقم التعريف الشخصي الخاص بك.";
/* details */ /* details */
"Done" = "تـمّ"; "Done" = "تـمّ";
/* Feedback */ /* Feedback */
@ -493,6 +501,6 @@
"NotificationsEnabled_VOLabel" = "يُسمح بالإشعارات. سوف تتلقى إشعارًا إذا كان تطبيق COVIDSafe لا يعمل.\nقم بتغيير إعدادات الإشعارات"; "NotificationsEnabled_VOLabel" = "يُسمح بالإشعارات. سوف تتلقى إشعارًا إذا كان تطبيق COVIDSafe لا يعمل.\nقم بتغيير إعدادات الإشعارات";
"OS1b_TopParagraph_VOLabel" = "تُستخدم إشارات Bluetooth لتحديد وجودك بالقرب من مستخدم آخر لتطبيق COVIDSafe. \n سيتم تدوين ملاحظة في كل مرة يحصل فيها اختلاط عن قرب بينك وبين مستخدمي تطبيق COVIDSafe الآخرين لجمع معلومات عن اختلاط الأشخاص. يتم تشفير هذه المعلومات وتخزينها فقط في هاتفك. \n إذا جاءت نتيجة فحصك ﻟ COVID-19 إيجابية كمستخدم لتطبيق COVIDSafe، سوف يتصل بك أحد موظفي دائرة الصحة في الولاية أو الإقليم ويساعدك في القيام بتحميل اختياري لمعلومات الاتصال بك إلى نظام تخزين معلومات آمن للغاية \nيمكن أيضًا لموظفي دائرة الصحة في الولاية أو الإقليم الاتصال بك إذا حصل اتصال وثيق بينك وبين مستخدم آخر لتطبيق COVIDSafe أظهرت نتائج الفحص أنه مصاب بالفيروس. \n لمزيد من المعلومات، يرجى الرجوع إلى صفحة مواضيع المساعدة."; "OS1b_TopParagraph_VOLabel" = "تُستخدم إشارات Bluetooth لتحديد وجودك بالقرب من مستخدم آخر لتطبيق COVIDSafe. \n سيتم تدوين ملاحظة في كل مرة يحصل فيها اختلاط عن قرب بينك وبين مستخدمي تطبيق COVIDSafe الآخرين لجمع معلومات عن اختلاط الأشخاص. يتم تشفير هذه المعلومات وتخزينها فقط في هاتفك. \n إذا جاءت نتيجة فحصك ﻟ COVID-19 إيجابية كمستخدم لتطبيق COVIDSafe، سوف يتصل بك أحد موظفي دائرة الصحة في الولاية أو الإقليم ويساعدك في القيام بتحميل اختياري لمعلومات الاتصال بك إلى نظام تخزين معلومات آمن للغاية \nيمكن أيضًا لموظفي دائرة الصحة في الولاية أو الإقليم الاتصال بك إذا حصل اتصال وثيق بينك وبين مستخدم آخر لتطبيق COVIDSafe أظهرت نتائج الفحص أنه مصاب بالفيروس. \n لمزيد من المعلومات، يرجى الرجوع إلى صفحة مواضيع المساعدة.";
"permission_content_iOS_2_VOLabel" = "1. Bluetooth \n 2. الإشعارات \n\n لا يرسل تطبيق COVIDSafe طلبات الاقتران."; "permission_content_iOS_2_VOLabel" = "1. Bluetooth \n 2. الإشعارات \n\n لا يرسل تطبيق COVIDSafe طلبات الاقتران.";
"permission_content_iOS_VOLabel" = "يحتاج تطبيق COVIDSafe إلى تمكين الـ Bluetooth لكي يعمل. يسمح تمكين الإشعارات بتلقي تحديثات لتذكيرك عندما يكون تطبيق COVIDSafe متوقف عن العمل. \n\n اختر \"تابع\" للتمكين:"; "permission_content_iOS_VOLabel" = "يحتاج تطبيق COVIDSafe إلى تمكين Bluetooth لكي يعمل. يسمح تمكين الإشعارات بتلقي تحديثات لتذكيرك عندما يكون تطبيق COVIDSafe متوقف عن العمل. \n\n اختر \"تابع\" للتمكين:";
"ShareCovidSafe_VOLabel" = "شارك COVIDSafe. قم بدعوة الآخرين للمساعدة. معاً، نحن أقوى."; "ShareCovidSafe_VOLabel" = "شارك COVIDSafe. قم بدعوة الآخرين للمساعدة. معاً، نحن أقوى.";
"UploadData_VOLabel" = "هل اتصل بك أحد موظفي دائرة الصحة؟ يمكنك تحميل معلوماتك فقط إذا كانت نتيجة فحصك إيجابية."; "UploadData_VOLabel" = "هل اتصل بك أحد موظفي دائرة الصحة؟ يمكنك تحميل معلوماتك فقط إذا كانت نتيجة فحصك إيجابية.";

View file

@ -18,6 +18,7 @@
"BluetoothON" = "Bluetooth®: ΕΝΕΡΓΟ"; "BluetoothON" = "Bluetooth®: ΕΝΕΡΓΟ";
"change_language" = "Αλλάξτε γλώσσα"; "change_language" = "Αλλάξτε γλώσσα";
"change_language_content" = "Διαβάστε τον οδηγό για τη χρήση του COVIDSafe σε διαφορετική γλώσσα."; "change_language_content" = "Διαβάστε τον οδηγό για τη χρήση του COVIDSafe σε διαφορετική γλώσσα.";
"collection_message" = "Η COVIDSafe συλλέγει τώρα διαγνωστικές πληροφορίες για να σας βοηθήσει να αντιμετωπίσετε προβλήματα με την εφαρμογή σας. *Μάθετε περισσότερα*";
"consent_button" = "Συμφωνώ"; "consent_button" = "Συμφωνώ";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "Επιλέξτε «Συμφωνώ» για επιβεβαίωση της συγκατάθεσης."; "consent_call_for_action" = "Επιλέξτε «Συμφωνώ» για επιβεβαίωση της συγκατάθεσης.";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "Ακύρωση"; "dialog_error_uploading_negative" = "Ακύρωση";
"dialog_error_uploading_positive" = "Προσπαθήστε ξανά"; "dialog_error_uploading_positive" = "Προσπαθήστε ξανά";
"dialog_uploading_message" = "Τα στοιχεία σας αναρτίζονται στην COVIDSafe αυτή τη στιγμή. \n\nΜην κλείσετε την εφαρμογή."; "dialog_uploading_message" = "Τα στοιχεία σας αναρτίζονται στην COVIDSafe αυτή τη στιγμή. \n\nΜην κλείσετε την εφαρμογή.";
"dismiss" = "Απόρριψη";
"done_success" = "Ολοκλήρωση"; "done_success" = "Ολοκλήρωση";
"enter_number_button" = "Αποκτήστε PIN"; "enter_number_button" = "Αποκτήστε PIN";
"enter_number_content" = "Θα σας στείλουμε ένα 6ψήφιο PIN για να επαληθεύσετε τον αριθμό του κινητού σας."; "enter_number_content" = "Θα σας στείλουμε ένα 6ψήφιο PIN για να επαληθεύσετε τον αριθμό του κινητού σας.";
@ -259,6 +261,7 @@
"global_close" = "Κλείσετε"; "global_close" = "Κλείσετε";
"global_double_tap" = "πατήστε δύο φορές για επεξεργασία"; "global_double_tap" = "πατήστε δύο φορές για επεξεργασία";
"global_OK" = "OK"; "global_OK" = "OK";
"hide" = "Απόκρυψη";
"home_app_permission_status_subtitle" = "Η COVIDSafe δε θα λειτουργήσει χωρίς τις σωστές ρυθμίσεις."; "home_app_permission_status_subtitle" = "Η COVIDSafe δε θα λειτουργήσει χωρίς τις σωστές ρυθμίσεις.";
"home_app_permission_status_title" = "Ελέγξτε τις ρυθμίσεις σας"; "home_app_permission_status_title" = "Ελέγξτε τις ρυθμίσεις σας";
"home_data_uploaded_message" = "Βοηθήστε να σταματήσει η εξάπλωση του COVID-19 και παρακολουθείτε τα συμπτώματά σας."; "home_data_uploaded_message" = "Βοηθήστε να σταματήσει η εξάπλωση του COVID-19 και παρακολουθείτε τα συμπτώματά σας.";
@ -294,7 +297,7 @@
"how_it_works_content" = "Τα σήματα Bluetooth® χρησιμοποιούνται για να προσδιορίσουν πότε βρίσκεστε κοντά σε άλλο χρήστη της COVIDSafe.\n\nΗ κάθε στενή επαφή σας με άλλους χρήστες της COVIDSafe σημειώνεται για να δημιουργεί στενά στοιχεία επικοινωνίας. Οι πληροφορίες είναι κρυπτογραφημένες και αποθηκεύονται μόνο στο τηλέφωνό σας.\n\nΕάν διαγνωστείτε θετικά στην COVID-19 ως χρήστης της COVIDSafe, υπεύθυνος υγείας της Πολιτείας ή της Επικράτειάς σας θα επικοινωνήσει μαζί σας. Θα βοηθήσει με την εθελοντική ανάρτηση των προσωπικών στοιχείων επικοινωνίας σας σε ένα εξαιρετικά ασφαλές σύστημα αποθήκευσης πληροφοριών. \n\nΟι υπεύθυνοι υγείας της Πολιτείας ή της Επικράτειάς σας μπορούν επίσης να επικοινωνήσουν μαζί σας εάν ήρθατε σε στενή επαφή με άλλο χρήστη της COVIDSafe που επίσης διαγνώσθηκε θετικά.\n\nΓια περισσότερες πληροφορίες, πηγαίνετε στη σελίδα *Θέματα Βοήθειας*."; "how_it_works_content" = "Τα σήματα Bluetooth® χρησιμοποιούνται για να προσδιορίσουν πότε βρίσκεστε κοντά σε άλλο χρήστη της COVIDSafe.\n\nΗ κάθε στενή επαφή σας με άλλους χρήστες της COVIDSafe σημειώνεται για να δημιουργεί στενά στοιχεία επικοινωνίας. Οι πληροφορίες είναι κρυπτογραφημένες και αποθηκεύονται μόνο στο τηλέφωνό σας.\n\nΕάν διαγνωστείτε θετικά στην COVID-19 ως χρήστης της COVIDSafe, υπεύθυνος υγείας της Πολιτείας ή της Επικράτειάς σας θα επικοινωνήσει μαζί σας. Θα βοηθήσει με την εθελοντική ανάρτηση των προσωπικών στοιχείων επικοινωνίας σας σε ένα εξαιρετικά ασφαλές σύστημα αποθήκευσης πληροφοριών. \n\nΟι υπεύθυνοι υγείας της Πολιτείας ή της Επικράτειάς σας μπορούν επίσης να επικοινωνήσουν μαζί σας εάν ήρθατε σε στενή επαφή με άλλο χρήστη της COVIDSafe που επίσης διαγνώσθηκε θετικά.\n\nΓια περισσότερες πληροφορίες, πηγαίνετε στη σελίδα *Θέματα Βοήθειας*.";
/* OnBoarding How it works */ /* OnBoarding How it works */
"how_it_works_headline" = "Πώς λειτουργεί η COVIDSafe"; "how_it_works_headline" = "Πώς λειτουργεί η COVIDSafe";
"improve" = ""; "improve" = "Βελτιώστε την απόδοση της εφαρμογής";
"improve_heading" = "Βελτιώστε την απόδοση της COVIDSafe"; "improve_heading" = "Βελτιώστε την απόδοση της COVIDSafe";
"internet_connection_content" = "Συνδεθείτε στο Διαδίκτυο για να βεβαιωθείτε ότι λαμβάνετε ειδοποιήσεις για ζητήματα και ανανεώσεις."; "internet_connection_content" = "Συνδεθείτε στο Διαδίκτυο για να βεβαιωθείτε ότι λαμβάνετε ειδοποιήσεις για ζητήματα και ανανεώσεις.";
"internet_connection_heading" = "Δεν υπάρχει σύνδεση στο διαδίκτυο"; "internet_connection_heading" = "Δεν υπάρχει σύνδεση στο διαδίκτυο";
@ -310,7 +313,9 @@
"IntroLabel" = "Βοηθήστε να σταματήσουμε την εξάπλωση \nκαι σώστε ζωές."; "IntroLabel" = "Βοηθήστε να σταματήσουμε την εξάπλωση \nκαι σώστε ζωές.";
"invalid_australian_phone_number_error_prompt" = "Οι αριθμοί κινητής τηλεφωνίας της Αυστραλίας περιέχουν έως 10 ψηφία."; "invalid_australian_phone_number_error_prompt" = "Οι αριθμοί κινητής τηλεφωνίας της Αυστραλίας περιέχουν έως 10 ψηφία.";
"invalid_norfolk_island_phone_number_error_prompt" = "Οι αριθμοί κινητής τηλεφωνίας στο νησί Νόρφολκ περιέχουν 5 έως 6 ψηφία."; "invalid_norfolk_island_phone_number_error_prompt" = "Οι αριθμοί κινητής τηλεφωνίας στο νησί Νόρφολκ περιέχουν 5 έως 6 ψηφία.";
"loading_numbers" = ""; "jwt_description" = "Υπάρχει ένα πρόβλημα με τα στοιχεία εγγραφής σας.";
"jwt_heading" = "Παρακαλούμε εγγραφείτε ξανά";
"loading_numbers" = "Φόρτωση τελευταίων αριθμών";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "Η ενημέρωση της COVIDSafe συνεχίζεται. \n\nΒεβαιωθείτε ότι το τηλέφωνό σας δεν είναι απενεργοποιημένο έως ότου ολοκληρωθεί η ενημέρωση."; "migration_in_progress" = "Η ενημέρωση της COVIDSafe συνεχίζεται. \n\nΒεβαιωθείτε ότι το τηλέφωνό σας δεν είναι απενεργοποιημένο έως ότου ολοκληρωθεί η ενημέρωση.";
"national_numbers" = "Στατιστικές για όλη την Αυστραλία"; "national_numbers" = "Στατιστικές για όλη την Αυστραλία";
@ -331,9 +336,9 @@
"NotificationsDisabledBlurb" = "Δε θα λάβετε ειδοποίηση εάν η COVIDSafe δεν είναι ενεργή. \n Αλλαγή στις ρυθμίσεις ειδοποιήσεων"; "NotificationsDisabledBlurb" = "Δε θα λάβετε ειδοποίηση εάν η COVIDSafe δεν είναι ενεργή. \n Αλλαγή στις ρυθμίσεις ειδοποιήσεων";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "Θα λάβετε ειδοποίηση εάν η COVIDSafe δεν είναι ενεργή. \n Αλλάξετε τις ρυθμίσεις ειδοποιήσεων"; "NotificationsEnabledBlurb" = "Θα λάβετε ειδοποίηση εάν η COVIDSafe δεν είναι ενεργή. \n Αλλάξετε τις ρυθμίσεις ειδοποιήσεων";
"numbers_error" = ""; "numbers_error" = "Δεν είναι δυνατός ο έλεγχος για ενημερωμένους αριθμούς.";
"numbers_no_internet" = ""; "numbers_no_internet" = "Συνδεθείτε στο Διαδίκτυο για να βεβαιωθείτε ότι λαμβάνετε ενημερωμένους αριθμούς.";
"numbers_refresh" = ""; "numbers_refresh" = "Ανανεώστε τώρα";
"options_for_australia" = "Επιλογές για την Αυστραλία"; "options_for_australia" = "Επιλογές για την Αυστραλία";
"permission_button" = "Προχωρήστε"; "permission_button" = "Προχωρήστε";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
@ -372,6 +377,7 @@
"queensland" = "Κουίνσλαντ"; "queensland" = "Κουίνσλαντ";
"recovered" = "Σύνολο ασθενών που ανάρρωσαν"; "recovered" = "Σύνολο ασθενών που ανάρρωσαν";
"registration_consent_content" = "Συναινώ στον Οργανισμό Ψηφιακού Μετασχηματισμού ως διαχειριστή της αποθήκευσης δεδομένων, σύμφωνα με τη νομική απόφαση του Γενικού Γραμματέα Υγείας της Αυστραλίας που συλλέγει:"; "registration_consent_content" = "Συναινώ στον Οργανισμό Ψηφιακού Μετασχηματισμού ως διαχειριστή της αποθήκευσης δεδομένων, σύμφωνα με τη νομική απόφαση του Γενικού Γραμματέα Υγείας της Αυστραλίας που συλλέγει:";
"registration_consent_diagnostic" = "Πληροφορίες για να διασφαλιστεί ότι η COVIDSafe λειτουργεί σωστά στη συσκευή μου.";
"registration_consent_first_paragraph" = "Τα στοιχεία εγγραφής μου."; "registration_consent_first_paragraph" = "Τα στοιχεία εγγραφής μου.";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "Συναίνεση εγγραφής"; "registration_consent_headline" = "Συναίνεση εγγραφής";
@ -380,8 +386,9 @@
"select_country_or_region" = "Επιλέξτε χώρα ή περιοχή"; "select_country_or_region" = "Επιλέξτε χώρα ή περιοχή";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"Select_country_or_region_headline" = "Επιλέξτε χώρα ή περιοχή"; "Select_country_or_region_headline" = "Επιλέξτε χώρα ή περιοχή";
"settings" = ""; "settings" = "Ρυθμίσεις";
"share_this_app_content" = "Ελάτε μαζί μου να σταματήσουμε την εξάπλωση του COVID-19! Κατεβάστε την COVIDSafe, μια εφαρμογή της Αυστραλιανής Κυβέρνησης. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "Ελάτε μαζί μου να σταματήσουμε την εξάπλωση του COVID-19! Κατεβάστε την COVIDSafe, μια εφαρμογή της Αυστραλιανής Κυβέρνησης. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "Εμφάνιση";
"south_australia" = "Νότια Αυστραλία"; "south_australia" = "Νότια Αυστραλία";
"stepCounter" = "Βήμα %d του %d"; "stepCounter" = "Βήμα %d του %d";
"support" = "Υποστήριξη"; "support" = "Υποστήριξη";
@ -418,6 +425,7 @@
"upload_step_verify_pin_header" = "Αναρτήστε τα στοιχεία σας"; "upload_step_verify_pin_header" = "Αναρτήστε τα στοιχεία σας";
"upload_step_verify_pin_sub_header" = "Ένας υπάλληλος υγείας της Πολιτείας ή της Επικράτειάς σας θα στείλει ένα PIN στη συσκευή σας μέσω μηνύματος. Εισάγετέ το παρακάτω για να αναρτήσετε τα στοιχεία σας."; "upload_step_verify_pin_sub_header" = "Ένας υπάλληλος υγείας της Πολιτείας ή της Επικράτειάς σας θα στείλει ένα PIN στη συσκευή σας μέσω μηνύματος. Εισάγετέ το παρακάτω για να αναρτήσετε τα στοιχεία σας.";
"us_consent_button" = "Συμφωνώ"; "us_consent_button" = "Συμφωνώ";
"us_registration_consent_diagnostic" = "Πληροφορίες για να διασφαλιστεί ότι η COVIDSafe λειτουργεί σωστά στη συσκευή μου.";
"victoria" = "Βικτώρια"; "victoria" = "Βικτώρια";
"western_australia" = "Δυτική Αυστραλία"; "western_australia" = "Δυτική Αυστραλία";
"wrong_ping_number" = "Εισήχθη λάθος PIN"; "wrong_ping_number" = "Εισήχθη λάθος PIN";

View file

@ -18,6 +18,7 @@
"BluetoothON" = "Bluetooth®: ON"; "BluetoothON" = "Bluetooth®: ON";
"change_language" = "Change language"; "change_language" = "Change language";
"change_language_content" = "Read the guide on using COVIDSafe in a different language."; "change_language_content" = "Read the guide on using COVIDSafe in a different language.";
"collection_message" = "COVIDSafe now collects diagnostic information to help you troubleshoot issues with your App. *Learn more*";
"consent_button" = "I agree"; "consent_button" = "I agree";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "Select 'I agree' to confirm consent."; "consent_call_for_action" = "Select 'I agree' to confirm consent.";
@ -233,8 +234,8 @@
"country_region_name_zm" = "Zambia"; "country_region_name_zm" = "Zambia";
"country_region_name_zw" = "Zimbabwe"; "country_region_name_zw" = "Zimbabwe";
"data_privacy_button" = "Next"; "data_privacy_button" = "Next";
"data_privacy_content" = "It is important that you read the COVIDSafe *privacy policy* before you register for COVIDSafe.\n\nIf you are under 16 years of age, your parent/guardian must also read the *privacy policy*.\n\nUse of COVIDSafe is completely voluntary. You can install or delete the application at any time. If you delete COVIDSafe, *you may also ask for your information to be deleted* from the secure server.\n\nTo register for COVIDSafe, you will need to enter a name (or pseudonym), mobile number, age range and postcode.\n\nInformation you submit when you register, and information about your use of COVIDSafe will be collected and stored on a highly secure server.\n\nCOVIDSafe will not collect your location information.\n\nCOVIDSafe will note the time of contact, anonymous ID code of other COVIDSafe users you come into contact with, Bluetooth® signal strength and the phone model of other users, on your device.\n\nOther COVIDSafe users you come into contact with will also note your anonymous ID code, the date and time of contact with you, Bluetooth® signal strength and your phone model, on their device.\n\nIf another user tests positive to COVID-19, they may upload their contact information and a state or territory health official may contact you for contact tracing purposes. \n\nYour registration details will only be used or disclosed for contact tracing and for the proper and lawful functioning of COVIDSafe. \n\nMore information is available at the *Australian Government Department of Health* website.\n\nSee the COVIDSafe *privacy policy* for further details about your rights about your information and how it will be handled and shared."; "data_privacy_content" = "It is important that you read the COVIDSafe *privacy policy* before you register for COVIDSafe.\n\nIf you are under 16 years of age, your parent/guardian must also read the *privacy policy*.\n\nUse of COVIDSafe is completely voluntary. You can install or delete the application at any time. If you delete COVIDSafe, *you may also ask for your information* to be deleted from the secure server.\n\nTo register for COVIDSafe, you will need to enter a name (or pseudonym), mobile number, age range and postcode.\n\nInformation you submit when you register and information about your use of COVIDSafe is stored on a highly secure server.\n\nInformation is also collected to make sure that COVIDSafe is working properly on your device. This includes your operating system, the version of the App you have installed, the language your device is set to, whether Bluetooth® is working and if your App has recorded any encounters in the previous seven days.\n\nCOVIDSafe will not collect your location information.\n\nCOVIDSafe will note the date and time of contact, anonymous ID code of other COVIDSafe users you come into contact with, Bluetooth signal strength and the phone model of other users, on your device.\n\nOther COVIDSafe users you come into contact with will note your anonymous ID code, the date and time of contact with you, Bluetooth signal strength and your phone model, on their device.\n\nIf another user tests positive to COVID-19, they may upload their contact information and a state or territory health official may contact you for contact tracing purposes.\n\nYour registration details will only be used or disclosed for contact tracing and for the proper and lawful functioning of COVIDSafe.\n\nMore information is available at the *covidsafe.gov.au* website.\n\nSee the COVIDSafe *privacy policy* for further details about your rights about your information and how it will be handled and shared.";
"data_privacy_content_VO" = "It is important that you read the COVIDSafe privacy policy before you register for COVIDSafe.\n\nIf you are under 16 years of age, your parent/guardian must also read the privacy policy.\n\nUse of COVIDSafe is completely voluntary. You can install or delete the application at any time. If you delete COVIDSafe, you may also ask for your information to be deleted from the secure server.\n\nTo register for COVIDSafe, you will need to enter a name (or pseudonym), mobile number, age range and postcode.\n\nInformation you submit when you register, and information about your use of COVIDSafe will be collected and stored on a highly secure server.\n\nCOVIDSafe will not collect your location information.\n\nCOVIDSafe will note the time of contact, anonymous ID code of other COVIDSafe users you come into contact with, Bluetooth signal strength and the phone model of other users, on your device.\n\nOther COVIDSafe users you come into contact with will also note your anonymous ID code, the date and time of contact with you, Bluetooth signal strength and your phone model, on their device.\n\nIf another user tests positive to COVID-19, they may upload their contact information and a state or territory health official may contact you for contact tracing purposes. \n\nYour registration details will only be used or disclosed for contact tracing and for the proper and lawful functioning of COVIDSafe. \n\nMore information is available at the Australian Government Department of Health website.\n\nSee the COVIDSafe privacy policy for further details about your rights about your information and how it will be handled and shared."; "data_privacy_content_VO" = "It is important that you read the COVIDSafe privacy policy before you register for COVIDSafe.\n\nIf you are under 16 years of age, your parent/guardian must also read the privacy policy.\n\nUse of COVIDSafe is completely voluntary. You can install or delete the application at any time. If you delete COVIDSafe, you may also ask for your information to be deleted from the secure server.\n\nTo register for COVIDSafe, you will need to enter a name (or pseudonym), mobile number, age range and postcode.\n\nInformation you submit when you register and information about your use of COVIDSafe is stored on a highly secure server.\n\nInformation is also collected to make sure that COVIDSafe is working properly on your device. This includes your operating system, the version of the App you have installed, the language your device is set to, whether Bluetooth is working and if your App has recorded any encounters in the previous seven days.\n\nCOVIDSafe will not collect your location information.\n\nCOVIDSafe will note the date and time of contact, anonymous ID code of other COVIDSafe users you come into contact with, Bluetooth signal strength and the phone model of other users, on your device.\n\nOther COVIDSafe users you come into contact with will note your anonymous ID code, the date and time of contact with you, Bluetooth signal strength and your phone model, on their device.\n\nIf another user tests positive to COVID-19, they may upload their contact information and a state or territory health official may contact you for contact tracing purposes.\n\nYour registration details will only be used or disclosed for contact tracing and for the proper and lawful functioning of COVIDSafe.\n\nMore information is available at the covidsafe.gov.au website.\n\nSee the COVIDSafe privacy policy for further details about your rights about your information and how it will be handled and shared.";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "Registration and privacy"; "data_privacy_headline" = "Registration and privacy";
"deaths" = "Deaths"; "deaths" = "Deaths";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "Cancel"; "dialog_error_uploading_negative" = "Cancel";
"dialog_error_uploading_positive" = "Try again"; "dialog_error_uploading_positive" = "Try again";
"dialog_uploading_message" = "Your COVIDSafe information is currently being uploaded.\n\nPlease do not close the app."; "dialog_uploading_message" = "Your COVIDSafe information is currently being uploaded.\n\nPlease do not close the app.";
"dismiss" = "Dismiss";
"done_success" = "Done"; "done_success" = "Done";
"enter_number_button" = "Get PIN"; "enter_number_button" = "Get PIN";
"enter_number_content" = "Well send you a 6-digit PIN to verify your mobile number."; "enter_number_content" = "Well send you a 6-digit PIN to verify your mobile number.";
@ -259,6 +261,7 @@
"global_close" = "Close"; "global_close" = "Close";
"global_double_tap" = "double tap to edit"; "global_double_tap" = "double tap to edit";
"global_OK" = "OK"; "global_OK" = "OK";
"hide" = "Hide";
"home_app_permission_status_subtitle" = "COVIDSafe won't work without the right settings. "; "home_app_permission_status_subtitle" = "COVIDSafe won't work without the right settings. ";
"home_app_permission_status_title" = "Check your settings"; "home_app_permission_status_title" = "Check your settings";
"home_data_uploaded_message" = "Help stop the spread of COVID-19 and track your symptoms."; "home_data_uploaded_message" = "Help stop the spread of COVID-19 and track your symptoms.";
@ -310,6 +313,8 @@
"IntroLabel" = "Help stop the spread\nand save lives."; "IntroLabel" = "Help stop the spread\nand save lives.";
"invalid_australian_phone_number_error_prompt" = "Australian mobile numbers contain a maximum of 10 digits."; "invalid_australian_phone_number_error_prompt" = "Australian mobile numbers contain a maximum of 10 digits.";
"invalid_norfolk_island_phone_number_error_prompt" = "Mobile numbers in Norfolk Island contain 5 to 6 digits."; "invalid_norfolk_island_phone_number_error_prompt" = "Mobile numbers in Norfolk Island contain 5 to 6 digits.";
"jwt_description" = "There is an issue with your registration details.";
"jwt_heading" = "Please register again";
"loading_numbers" = "Loading latest numbers"; "loading_numbers" = "Loading latest numbers";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = " COVIDSafe update in progress. \n\n Please make sure you phone is not switched off until the update is complete."; "migration_in_progress" = " COVIDSafe update in progress. \n\n Please make sure you phone is not switched off until the update is complete.";
@ -371,17 +376,19 @@
"PostcodeValidationErrorMessage" = "Please enter a valid Australian postcode."; "PostcodeValidationErrorMessage" = "Please enter a valid Australian postcode.";
"queensland" = "Queensland"; "queensland" = "Queensland";
"recovered" = "Total cases recovered"; "recovered" = "Total cases recovered";
"registration_consent_content" = "I consent to the Digital Transformation Agency as data store administrator, under legal determination made by the Secretary of the Australian Government Department of Health collecting:"; "registration_consent_content" = "I consent to the Digital Transformation Agency, as data store administrator, under legal determination made by the Secretary of the Australian Government Department of Health collecting:";
"registration_consent_first_paragraph" = "My registration information."; "registration_consent_diagnostic" = "information to ensure that COVIDSafe is working properly on my device";
"registration_consent_first_paragraph" = "my registration information";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "Registration consent"; "registration_consent_headline" = "Registration consent";
"registration_consent_second_paragraph" = "Information about my contact with other COVIDSafe users, if another user I have come into contact with tests positive for COVID-19 and uploads their contact data."; "registration_consent_second_paragraph" = "information about my contact with other COVIDSafe users, if another user I have come into contact with tests positive for COVID-19 and uploads their contact data";
/* OnBoarding Enter Number */ /* OnBoarding Enter Number */
"select_country_or_region" = "Select country or region"; "select_country_or_region" = "Select country or region";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"Select_country_or_region_headline" = "Select country or region"; "Select_country_or_region_headline" = "Select country or region";
"settings" = "Settings"; "settings" = "Settings";
"share_this_app_content" = "Join me in stopping the spread of COVID-19! Download COVIDSafe, an app from the Australian Government. #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "Join me in stopping the spread of COVID-19! Download COVIDSafe, an app from the Australian Government. #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "Show";
"south_australia" = "South Australia"; "south_australia" = "South Australia";
"stepCounter" = "Step %d of %d"; "stepCounter" = "Step %d of %d";
"support" = "Support"; "support" = "Support";
@ -392,12 +399,12 @@
"total_per_state" = "Total confirmed cases by state and territory"; "total_per_state" = "Total confirmed cases by state and territory";
"UILaunchStoryboardName" = "LaunchScreen_en"; "UILaunchStoryboardName" = "LaunchScreen_en";
"under_sixteen_content" = "I confirm my parent or guardian consents to the Digital Transformation Agency as data store administrator, under legal determination made by the Secretary of the Australian Government Department of Health collecting:"; "under_sixteen_content" = "I confirm my parent or guardian consents to the Digital Transformation Agency as data store administrator, under legal determination made by the Secretary of the Australian Government Department of Health collecting:";
"under_sixteen_first_paragraph" = "My registration information."; "under_sixteen_first_paragraph" = "my registration information";
/* OnBoarding Under Sixteen */ /* OnBoarding Under Sixteen */
"under_sixteen_headline" = "You need the consent of your parent/guardian to proceed"; "under_sixteen_headline" = "You need the consent of your parent/guardian to proceed";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"under_sixteen_registration_consent_first_paragraph" = "My registration information."; "under_sixteen_registration_consent_first_paragraph" = "my registration information";
"under_sixteen_second_paragraph" = "Information about my contact with other COVIDSafe users, if another user I have come into contact with tests positive for COVID-19 and uploads their contact data."; "under_sixteen_second_paragraph" = "information about my contact with other COVIDSafe users, if another user I have come into contact with tests positive for COVID-19 and uploads their contact data";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"under-sixteen_consent_call_for_action" = "Select 'I agree' to confirm consent. "; "under-sixteen_consent_call_for_action" = "Select 'I agree' to confirm consent. ";
"update_available_app_store_btn" = "Go to App Store"; "update_available_app_store_btn" = "Go to App Store";
@ -418,6 +425,7 @@
"upload_step_verify_pin_header" = "Upload your information"; "upload_step_verify_pin_header" = "Upload your information";
"upload_step_verify_pin_sub_header" = "A state or territory health official will send a PIN to your device via text message. Enter it below to upload your information."; "upload_step_verify_pin_sub_header" = "A state or territory health official will send a PIN to your device via text message. Enter it below to upload your information.";
"us_consent_button" = "I agree"; "us_consent_button" = "I agree";
"us_registration_consent_diagnostic" = "information to ensure that COVIDSafe is working properly on my device";
"victoria" = "Victoria"; "victoria" = "Victoria";
"western_australia" = "Western Australia"; "western_australia" = "Western Australia";
"wrong_ping_number" = " Wrong PIN entered"; "wrong_ping_number" = " Wrong PIN entered";

View file

@ -2,7 +2,7 @@
CovidSafe CovidSafe
Copyright © 2020 Australian Government. All rights reserved. */ Copyright © 2020 Australian Government. All rights reserved. */
"BluetoothUsageDesc" = "Il COVIDSafe scambia segnali Bluetooth® con telefonini vicini che utilizzano la stessa app. Questi segnali contengono un ID anonimo, che è crittografato e cambia continuamente per garantire la tua privacy."; "BluetoothUsageDesc" = "COVIDSafe scambia segnali Bluetooth® con cellulari vicini che utilizzano la stessa app. Questi segnali contengono un ID anonimo crittografato che cambia continuamente per garantire la privacy.";
"NSBluetoothAlwaysUsageDescription" = "Il COVIDSafe scambia segnali Bluetooth® con cellulari vicini che utilizzano la stessa app. Questi segnali contengono un ID anonimo crittografato che cambia continuamente per garantire la tua privacy."; "NSBluetoothAlwaysUsageDescription" = "COVIDSafe scambia segnali Bluetooth® con cellulari vicini che utilizzano la stessa app. Questi segnali contengono un ID anonimo crittografato che cambia continuamente per garantire la privacy.";
"NSBluetoothPeripheralUsageDescription" = "Il COVIDSafe scambia segnali Bluetooth® con cellulari vicini che utilizzano la stessa app. Questi segnali contengono un ID anonimo crittografato che cambia continuamente per garantire la tua privacy."; "NSBluetoothPeripheralUsageDescription" = "COVIDSafe scambia segnali Bluetooth® con i cellulari vicini che utilizzano la stessa app. Questi segnali contengono un ID anonimo crittografato che cambia continuamente per garantire la privacy.";
"UILaunchStoryboardName" = "LaunchScreen_it"; "UILaunchStoryboardName" = "LaunchScreen_it";

View file

@ -1,7 +1,7 @@
"action_continue" = "Continua"; "action_continue" = "Continua";
"action_report_an_issue" = "Segnala un problema"; "action_report_an_issue" = "Segnala un problema";
"action_upload_done" = "Eseguito"; "action_upload_done" = "Eseguito";
"action_verify_invalid_pin" = "PIN non valido, chiedi al funzionario sanitario di inviarti un altro PIN."; "action_verify_invalid_pin" = "PIN non valido, chiedi al funzionario sanitario d'inviarti un altro PIN.";
"action_verify_upload_pin" = "Carica i miei dati"; "action_verify_upload_pin" = "Carica i miei dati";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"allow_bluetooth_call" = "Consenti al COVIDSafe di accedere al Bluetooth®"; "allow_bluetooth_call" = "Consenti al COVIDSafe di accedere al Bluetooth®";
@ -9,7 +9,7 @@
"AllowBluetoothOFF" = "Accesso al Bluetooth®: OFF"; "AllowBluetoothOFF" = "Accesso al Bluetooth®: OFF";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"AllowBluetoothON" = "Accesso al Bluetooth®: ON"; "AllowBluetoothON" = "Accesso al Bluetooth®: ON";
"australian_capital_territory" = "Territorio della Capitale Australiana"; "australian_capital_territory" = "Australian Capital Territory";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothOFF" = "Bluetooth®: OFF"; "BluetoothOFF" = "Bluetooth®: OFF";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
@ -17,7 +17,8 @@
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothON" = "Bluetooth®: ON"; "BluetoothON" = "Bluetooth®: ON";
"change_language" = "Cambia lingua"; "change_language" = "Cambia lingua";
"change_language_content" = "Leggi la guida sull'uso del COVIDSafe in un'altra lingua."; "change_language_content" = "Leggi la guida sull'uso di COVIDSafe in un'altra lingua.";
"collection_message" = "COVIDSafe raccoglie ora informazioni diagnostiche per aiutarti a risolvere i problemi con l'App. *Per saperne di più*";
"consent_button" = "Sono d'accordo"; "consent_button" = "Sono d'accordo";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "Seleziona \"Sono d'accordo\" per confermare il consenso."; "consent_call_for_action" = "Seleziona \"Sono d'accordo\" per confermare il consenso.";
@ -233,20 +234,21 @@
"country_region_name_zm" = "Zambia"; "country_region_name_zm" = "Zambia";
"country_region_name_zw" = "Zimbabwe"; "country_region_name_zw" = "Zimbabwe";
"data_privacy_button" = "Avanti"; "data_privacy_button" = "Avanti";
"data_privacy_content" = "È importante leggere *l'informativa sulla privacy* del COVIDSafe prima di eseguire la registrazione per il COVIDSafe. \n\nSe hai meno di 16 anni, anche il tuo genitore / tutore dovrà leggere *l'informativa sulla privacy*. \n\nL'uso del COVIDSafe è completamente volontario. È possibile installare o eliminare l'applicazione in qualsiasi momento. Se elimini il COVIDSafe, *puoi anche chiedere che i tuoi dati vengano eliminati* dal server sicuro. \n\nPer registrarti al COVIDSafe, dovrai inserire un nome (o pseudonimo), un numero di cellulare, una fascia di età e un codice postale. \n\nI dati trasmessi al momento della registrazione e i dati sul tuo utilizzo del COVIDSafe verranno raccolti e archiviati su un server altamente sicuro. \n\nIl COVIDSafe non raccoglierà dati sulla tua posizione. \n\nIl COVIDSafe annoterà l'ora del contatto e un codice ID anonimo degli altri utenti COVIDSafe con cui tu entri in contatto, l'intensità del segnale Bluetooth® e il modello di cellulare degli altri utenti, sul tuo dispositivo. \n\nAnche gli altri utenti COVIDSafe con cui entri in contatto noteranno il tuo codice ID anonimo, la data e l'ora del contatto con te, l'intensità del segnale Bluetooth® e il modello del tuo cellulare, sul loro dispositivo. \n\nSe un altro utente risulta positivo al COVID-19, può caricare i propri dati di contatto e un funzionario sanitario statale o del territorio può contattarti a scopi di ricerca dei contatti. \n\nI tuoi dettagli di registrazione verranno utilizzati o divulgati esclusivamente per l'esecuzione di traccia dei contatti e per il corretto e legittimo funzionamento del COVIDSafe. \n\nMaggiori informazioni sono disponibili sul sito web del *Dipartimento della sanità del governo australiano*. \n\nVedi *l'informativa sulla privacy* del COVIDSafe per ulteriori dettagli sui tuoi diritti ai tuoi dati e su come verranno gestiti e condivisi."; "data_privacy_content" = "Leggere *l'informativa sulla privacy* prima di eseguire la registrazione a COVIDSafe. \n\n*L'informativa sulla privacy* deve essere letta anche dai genitori/chi ne fa le veci dei minori di 16 anni. \n\nL'uso di COVIDSafe è volontario. È possibile installare o eliminare l'applicazione in qualsiasi momento. Se si elimina COVIDSafe, si può anche richiedere la cancellazione delle informazioni dal server protetto \n\nPer registrarsi a COVIDSafe, inserire nome (o pseudonimo), numero di cellulare, fascia di età e codice postale. \n\nLe informazioni inviate al momento della registrazione e quelle sull'utilizzo di COVIDSafe vengono raccolte e archiviate su un server altamente protetto. \n\nLe informazioni vengono raccolte anche per assicurarsi che COVIDSafe stia funzionando sul tuo cellulare. Le informazioni riguardano il sistema operativo, la versione App istallata, la lingua selezionata, il funzionamento di Bluetooth e se sono stati registrati dei contatti negli ultimi sette giorni.\n\nCOVIDSafe non raccoglie informazioni sulla vostra posizione. \n\nCOVIDSafe annota sul tuo dispositivo il giorno e l'ora del contatto, il codice ID anonimo degli altri utenti di COVIDSafe con cui sei entrato/a in contatto, il loro modello di cellulare e l'intensità del segnale Bluetooth. \n\nGli utenti di COVIDSafe con cui si entra in contatto vedranno sul loro dispositivo il tuo codice ID anonimo, la data e l'ora del contatto, l'intensità del segnale Bluetooth e il modello del tuo cellulare. \n\nSe un utente che risulta positivo al COVID-19 carica i propri dati di contatto, potresti essere contattato/a da un funzionario sanitario dello stato o territorio australiano interessato per ragioni di tracciabilità dei contatti. \n\nI tuoi dati di registrazione verranno utilizzati o divulgati esclusivamente per ragioni di tracciabilità dei contatti e per il corretto e legittimo funzionamento di COVIDSafe. \n\nMaggiori informazioni sono disponibili sul sito covidsafe.gov.au.\n\nPer ulteriori informazioni sui diritti dell'utente e la gestione e condivisione dei dati consultare *l'informativa sulla privacy* di COVIDSafe .";
"data_privacy_content_VO" = "È importante leggere *l'informativa sulla privacy* del COVIDSafe prima di eseguire la registrazione per il COVIDSafe. \n\nSe hai meno di 16 anni, anche il tuo genitore / tutore dovrà leggere *l'informativa sulla privacy*. \n\nL'uso del COVIDSafe è completamente volontario. È possibile installare o eliminare l'applicazione in qualsiasi momento. Se elimini il COVIDSafe, puoi anche chiedere che le tue informazioni vengano cancellate dal server sicuro. \n\nPer registrarti al COVIDSafe, dovrai inserire un nome (o un pseudonimo), un numero di cellulare, una fascia di età e un codice postale. \n\nLe informazioni inviate al momento della registrazione e le informazioni sul tuo utilizzo del COVIDSafe verranno raccolte e archiviate su un server altamente sicuro. \n\nIl COVIDSafe non raccoglierà informazioni sulla tua posizione. \n\nIl COVIDSafe annoterà l'ora del contatto, il codice ID anonimo degli altri utenti COVIDSafe con cui entri in contatto, l'intensità del segnale Bluetooth e il modello di cellulare degli altri utenti, sul tuo dispositivo. \n\nGli altri utenti COVIDSafe con cui entri in contatto noteranno altresi' il tuo codice ID anonimo, la data e l'ora del contatto con te, l'intensità del segnale Bluetooth e il modello del tuo cellulare, sul loro dispositivo. \n\nSe un altro utente risulta positivo al COVID-19, può caricare i propri dati di contatto e un funzionario sanitario statale o del territorio potrebbe contattarti a scopi di ricerca dei contatti. \n\nI tuoi dettagli di registrazione verranno utilizzati o divulgati esclusivamente per l'esecuzione di traccia dei contatti e per il corretto e legittimo funzionamento del COVIDSafe. \n\nMaggiori informazioni sono disponibili sul sito web del *Dipartimento della sanità del governo australiano*. \n\nVedi *l'informativa sulla privacy* del COVIDSafe per ulteriori dettagli sui tuoi diritti ai tuoi dati e su come verranno gestiti e condivisi."; "data_privacy_content_VO" = "Leggere *l'informativa sulla privacy* prima di eseguire la registrazione a COVIDSafe. \n\n*L'informativa sulla privacy* deve essere letta anche dai genitori/chi ne fa le veci dei minori di 16 anni. \n\nL'uso di COVIDSafe è volontario. È possibile installare o eliminare l'applicazione in qualsiasi momento. Se si elimina COVIDSafe, si può anche richiedere la cancellazione delle informazioni dal server protetto \n\nPer registrarsi a COVIDSafe, inserire nome (o pseudonimo), numero di cellulare, fascia di età e codice postale. \n\nLe informazioni inviate al momento della registrazione e quelle sull'utilizzo di COVIDSafe vengono raccolte e archiviate su un server altamente protetto. \n\nLe informazioni vengono raccolte anche per assicurarsi che COVIDSafe stia funzionando sul tuo cellulare. Le informazioni riguardano il sistema operativo, la versione App installata, la lingua selezionata, il funzionamento di Bluetooth e se sono stati registrati dei contatti negli ultimi sette giorni.\n\nCOVIDSafe non raccoglie informazioni sulla tua posizione. \n\nCOVIDSafe annota sul tuo dispositivo il giorno e l'ora del contatto, il codice ID anonimo degli altri utenti di COVIDSafe con cui sei entrato/a in contatto, il loro modello di cellulare e l'intensità del segnale Bluetooth. \n\nGli utenti di COVIDSafe con cui sei entrato/a in contatto vedranno sul loro dispositivo il tuo codice ID anonimo, la data e l'ora del contatto, l'intensità del segnale Bluetooth e il modello del tuo cellulare. \n\nSe un utente che risulta positivo al COVID-19 carica i propri dati di contatto, potresti essere contattato/a da un funzionario sanitario dello stato o territorio australiano interessato per ragioni di tracciabilità dei contatti. \n\nI tuoi dati di registrazione verranno utilizzati o divulgati esclusivamente per ragioni di tracciabilità dei contatti e per il corretto e legittimo funzionamento di COVIDSafe. \n\nUlteriori informazioni sono disponibili sul sito covidsafe.gov.au.\n\nPer ulteriori informazioni sui diritti dell'utente e la gestione e condivisione dei dati consultare *l'informativa sulla privacy* di COVIDSafe.";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "Registrazione e privacy"; "data_privacy_headline" = "Registrazione e privacy";
"deaths" = "Deceduti"; "deaths" = "Decessi";
"dialog_error_uploading_message" = "Si è verificato un errore durante il caricamento delle informazioni. Riprova."; "dialog_error_uploading_message" = "Si è verificato un errore durante il caricamento delle informazioni. Riprova.";
"dialog_error_uploading_negative" = "Annulla"; "dialog_error_uploading_negative" = "Annulla";
"dialog_error_uploading_positive" = "Riprova"; "dialog_error_uploading_positive" = "Riprova";
"dialog_uploading_message" = "I tuoi dati COVIDSafe sono attualmente in fase di caricamento. \n\nSi prega di non chiudere l'app."; "dialog_uploading_message" = "I dati di COVIDSafe sono attualmente in fase di caricamento. \n\nNon chiudere l'app.";
"dismiss" = "Ignora";
"done_success" = "Fatto"; "done_success" = "Fatto";
"enter_number_button" = "Ottenere il PIN"; "enter_number_button" = "Ottieni il PIN";
"enter_number_content" = "Ti invieremo un PIN di 6 cifre per verificare il tuo numero di cellulare."; "enter_number_content" = "Invieremo un PIN di 6 cifre per verificare il numero di cellulare.";
"enter_number_headline" = "Inserisci il tuo numero di cellulare"; "enter_number_headline" = "Inserisci il numero di cellulare";
"enter_number_relative" = "Cerchi di registrare per conto di un amico o un parente? \n\nDovranno registrarsi utilizzando il proprio dispositivo e numero di cellulare in modo che il COVIDSafe possa funzionare per loro."; "enter_number_relative" = "State effettuando la registrazione per conto di un amico o un parente? \n\nDevono registrarsi utilizzando il proprio dispositivo e numero di cellulare in modo che COVIDSafe possa funzionare per loro.";
"enter_pin_button" = "Verifica"; "enter_pin_button" = "Verifica";
/* OnBoarding Enter PIN */ /* OnBoarding Enter PIN */
"enter_pin_headline" = "Inserisci il PIN inviato a %s %s"; "enter_pin_headline" = "Inserisci il PIN inviato a %s %s";
@ -254,135 +256,140 @@
"enter_pin_timer_expire" = "Il tuo codice PIN scadrà tra"; "enter_pin_timer_expire" = "Il tuo codice PIN scadrà tra";
"enter_pin_wrong_number" = "Questo numero di cellulare è sbagliato?"; "enter_pin_wrong_number" = "Questo numero di cellulare è sbagliato?";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"Enter_your_mobile_number_label" = "Inserisci il tuo numero di cellulare"; "Enter_your_mobile_number_label" = "Inserisci il numero di cellulare";
"global_back" = "Indietro"; "global_back" = "Indietro";
"global_close" = "Chiudere"; "global_close" = "Chiudi";
"global_double_tap" = "doppio tocco per modificare"; "global_double_tap" = "Fai un doppio click per modificare";
"global_OK" = "OK"; "global_OK" = "OK";
"home_app_permission_status_subtitle" = "Il COVIDSafe non funzionerà senza le impostazioni corrette. "; "hide" = "Nascondi";
"home_app_permission_status_title" = "Controlla le tue impostazioni"; "home_app_permission_status_subtitle" = "COVIDSafe non funziona senza le impostazioni corrette. ";
"home_data_uploaded_message" = "Aiuta a fermare la diffusione del COVID-19 e tenere traccia dei tuoi sintomi."; "home_app_permission_status_title" = "Controlla le impostazioni";
"home_header_active_no_action_required" = "Non è richiesta alcuna ulteriore azione."; "home_data_uploaded_message" = "Aiuta a fermare la diffusione di COVID-19 e a monitorare i sintomi.";
"home_header_active_no_action_required" = "Non sono necessarie ulteriori azioni.";
/* Home */ /* Home */
"home_header_active_title" = "Il COVIDSafe è attivo"; "home_header_active_title" = "COVIDSafe è attiva";
/* Home */ /* Home */
"home_header_active_title_thanks" = "Grazie, COVIDSafe ora è attivo."; "home_header_active_title_thanks" = "Grazie, COVIDSafe è ora attiva.";
"home_header_inactive_check_your_permissions" = "Controlla le tue impostazioni"; "home_header_inactive_check_your_permissions" = "Controlla le impostazioni";
"home_header_inactive_title" = "Il COVIDSafe non è attivo"; "home_header_inactive_title" = "COVIDSafe non è attiva";
"home_header_uploaded_on_date_ios" = "I tuoi dati sono stati caricati su %@"; "home_header_uploaded_on_date_ios" = "I tuoi dati sono stati caricati su %@";
"home_set_complete_external_link_app_content" = "Scarica l'app governativa per le ultime notizie e consigli."; "home_set_complete_external_link_app_content" = "Scarica l'app governativa per le ultime notizie e consigli.";
"home_set_complete_external_link_app_title" = "Scarica l'app Coronavirus"; "home_set_complete_external_link_app_title" = "Scarica l'app Coronavirus";
"home_set_complete_external_link_been_contacted_content" = "Puoi caricare i tuoi dati solo se sei risultato positivo."; "home_set_complete_external_link_been_contacted_content" = "Puoi caricare i tuoi dati solo se risulti positivo.";
"home_set_complete_external_link_been_contacted_title" = "Un funzionario sanitario ti ha contattato?"; "home_set_complete_external_link_been_contacted_title" = "Un funzionario sanitario ti ha contattato?";
"home_set_complete_external_link_help_topics_content" = "Guida su come individuare e risolvere problemi tecnici"; "home_set_complete_external_link_help_topics_content" = "Guida all'individuazione e risoluzione di problemi tecnici";
"home_set_complete_external_link_help_topics_title" = "Argomenti della Guida"; "home_set_complete_external_link_help_topics_title" = "Argomenti della Guida";
"home_set_complete_external_link_news_content" = "Vai su aus.gov.au per le ultime notizie sul Coronavirus."; "home_set_complete_external_link_news_content" = "Vai su aus.gov.au per le ultime notizie sul Coronavirus.";
"home_set_complete_external_link_news_title" = "Ultime notizie e aggiornamenti"; "home_set_complete_external_link_news_title" = "Ultime notizie e aggiornamenti";
"home_set_complete_external_link_news_url" = "https://www.australia.gov.au"; "home_set_complete_external_link_news_url" = "https://www.australia.gov.au";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"home_set_complete_external_link_notifications_content_iOS_off" = "Non riceverai alcuna notifica se il COVIDSafe non è attivo."; "home_set_complete_external_link_notifications_content_iOS_off" = "Non riceverai alcuna notifica se COVIDSafe non è attiva.";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"home_set_complete_external_link_notifications_title_iOS" = "Le notifiche sono abilitate"; "home_set_complete_external_link_notifications_title_iOS" = "Le notifiche sono abilitate";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"home_set_complete_external_link_notifications_title_iOS_off" = "Le notifiche sono disabilitate"; "home_set_complete_external_link_notifications_title_iOS_off" = "Le notifiche sono disabilitate";
"home_set_complete_external_link_self_isolation_register_url" = "https://covid-form.service.gov.au"; "home_set_complete_external_link_self_isolation_register_url" = "https://covid-form.service.gov.au";
"home_set_complete_external_link_share_content" = "Invita altri ad aiutare. Insieme, siamo più forti."; "home_set_complete_external_link_share_content" = "Invita altri ad collaborare. Insieme, siamo più forti.";
"home_set_complete_external_link_share_title" = "Condividi il COVIDSafe"; "home_set_complete_external_link_share_title" = "Condividi COVIDSafe";
"home_setup_help" = "Guida"; "home_setup_help" = "Guida";
"home_version_number_ios" = "Versione %@ , Build %@"; "home_version_number_ios" = "Versione %@ , Build %@";
"how_it_works_button" = "Avanti"; "how_it_works_button" = "Avanti";
"how_it_works_content" = "I segnali Bluetooth® vengono utilizzati per determinare quando sei vicino a un altro utente COVIDSafe.\n\nOgni istanza di stretto contatto tra te e gli altri utenti COVIDSafe viene notata per creare informazioni sui contatti ravvicinati. Queste informazioni sono crittografate e memorizzate solo nel tuo cellulare.\n\nQualora risulti positivo al COVID-19 come utente COVIDSafe, sarai contattato da un funzionario sanitario statale o del territorio. Loro ti aiuteranno con il caricamento volontario dei tuoi dati di stretto contatto su un sistema altamente sicuro di archiviazione delle informazioni.\n\nI funzionari sanitari statali o del territorio possono anche contattarti se sei entrato in stretto contatto con un altro utente COVIDSafe che è risultato positivo.\n\nPer ulteriori informazioni, consultare la pagina *Argomenti della Guida*."; "how_it_works_content" = "I segnali Bluetooth vengono utilizzati per determinare la vicinanza ad altri utenti di COVIDSafe. \nOgni istanza di stretto contatto tra voi e gli altri utenti di COVIDSafe viene annotata per creare informazioni sui contatti. Queste informazioni sono crittografate e memorizzate solo sul vostro cellulare. \nSe risultate positivi al COVID-19, come utenti di COVIDSafe sarete contattati da un funzionario sanitario statale o del territorio per assistervi con il caricamento volontario delle vostre informazioni di stretto contatto in un sistema di archiviazione delle informazioni altamente sicuro. \nI funzionari sanitari statali o territoriali possono anche contattarvi se siete entrati in stretto contatto con un altro utente di COVIDSafe risultato positivo. \nPer ulteriori informazioni, consultare la pagina Argomenti della Guida.";
/* OnBoarding How it works */ /* OnBoarding How it works */
"how_it_works_headline" = "Come funziona il COVIDSafe"; "how_it_works_headline" = "Come funziona il COVIDSafe";
"improve" = ""; "improve" = "Migliora le prestazioni dell'app";
"improve_heading" = "Migliora le prestazioni del COVIDSafe"; "improve_heading" = "Migliora le prestazioni di COVIDSafe";
"internet_connection_content" = "Connettiti a Internet per assicurarti di ricevere notifiche su problemi e aggiornamenti."; "internet_connection_content" = "Connettersi a Internet per ricevere notifiche su problemi e aggiornamenti.";
"internet_connection_heading" = "Si prega di controllare la connessione internet"; "internet_connection_heading" = "Nessuna connessione internet";
"internet_screen_content" = "Il COVIDSafe deve connettersi al server di volta in volta per garantire di poter identificare eventuali problemi dell'app. \n\n La connessione a Internet ti garantisce di ricevere notifiche su:"; "internet_screen_content" = "COVIDSafe deve connettersi al server periodicamente per identificare eventuali problemi dell'app. \n\n La connessione Internet permette di ricevere notifiche su:";
"internet_screen_content_1" = "come risolvere problemi e riattivare il COVIDSafe di nuovo"; "internet_screen_content_1" = "come risolvere problemi e riattivare nuovamente COVIDSafe ";
"internet_screen_content_2" = "quando sarà disponibile un nuovo aggiornamento della versione"; "internet_screen_content_2" = "quando sarà disponibile un nuovo aggiornamento della versione";
"internet_screen_heading" = "Connettiti a Internet per migliorare le prestazioni del COVIDSafe"; "internet_screen_heading" = "Connettersi a Internet per migliorare le prestazioni di COVIDSafe";
"intro_button" = "Voglio aiutare"; "intro_button" = "Voglio aiutare";
"intro_content" = "Il COVIDSafe è stato sviluppato dal Governo australiano per aiutare a proteggere la comunità dalla diffusione del coronavirus. \n\nIl COVIDSafe noterà in modo sicuro i contatti che hai con altri utenti dell'app. Ciò consentirà ai funzionari sanitari statali e del territorio di contattarti, se sei stato in stretto contatto con qualcuno che è risultato positivo al virus. \n\nInsieme possiamo aiutare a fermare la diffusione e rimanere sani."; "intro_content" = "COVIDSafe è stata sviluppata dal Governo australiano per aiutare a proteggere la comunità dalla diffusione del coronavirus. \n\nCOVIDSafe rileva in modo sicuro i contatti che avete con altri utenti dell'app e consente ai funzionari sanitari statali e del territorio di contattarvi, se siete stati in stretto contatto con qualcuno risultato positivo al virus. \n\nInsieme possiamo aiutare a fermare la diffusione e rimanere sani.";
/* OnBoarding Intro */ /* OnBoarding Intro */
"intro_headline" = "Insieme possiamo fermare la diffusione del COVID-19"; "intro_headline" = "Insieme possiamo fermare la diffusione del COVID-19";
/* Class = "UILabel"; text = "Help stop the spread\nand save lives."; ObjectID = "Cme-9F-deB"; */ /* Class = "UILabel"; text = "Help stop the spread\nand save lives."; ObjectID = "Cme-9F-deB"; */
"IntroLabel" = "Aiuta a fermare la diffusione\ne salvare vite umane."; "IntroLabel" = "Aiuta a fermare la diffusione\ne salvare vite umane.";
"invalid_australian_phone_number_error_prompt" = "I numeri di cellulare australiani contengono un massimo di 10 cifre."; "invalid_australian_phone_number_error_prompt" = "I numeri di cellulare australiani contengono un massimo di 10 cifre.";
"invalid_norfolk_island_phone_number_error_prompt" = "I numeri di cellulare nell'Isola di Norfolk contengono da 5 a 6 cifre."; "invalid_norfolk_island_phone_number_error_prompt" = "I numeri di cellulare nell'Isola di Norfolk contengono da 5 a 6 cifre.";
"loading_numbers" = ""; "jwt_description" = "C'è un problema con i dati di registrazione.";
"jwt_heading" = "Si prega di registrarsi di nuovo";
"loading_numbers" = "Caricamento degli ultimi numeri";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "Aggiornamento COVIDSafe in corso. \n\nAssicurarsi che il cellulare non sia spento fino al completamento dell'aggiornamento."; "migration_in_progress" = "Aggiornamento COVIDSafe in corso. \n\nAssicurarsi che il cellulare non sia spento fino al completamento dell'aggiornamento.";
"national_numbers" = "Numeri nazionali"; "national_numbers" = "Numeri nazionali";
"new_cases" = "Nuovi casi negli ultimi 24 ore"; "new_cases" = "Nuovi casi nelle ultime 24 ore";
"new_south_wales" = "New South Wales"; "new_south_wales" = "New South Wales";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"norfolk_hint" = "Per esempio: 51234"; "norfolk_hint" = "Per esempio: 51234";
"northern_territory" = "Territorio del Nord"; "northern_territory" = "Northern Territory";
"notification_bluetooth" = "Attivare il Bluetooth per far funzionare il COVIDSafe."; "notification_bluetooth" = "Attiva il Bluetooth per far funzionare COVIDSafe.";
"notification_internet_content" = "Aprire l'app e controllare la connessione Internet per far funzionare il COVIDSafe."; "notification_internet_content" = "Apri l'app e controlla la connessione Internet per far funzionare COVIDSafe.";
"notification_not_active_title" = "Il COVIDSafe non è attivo"; "notification_not_active_title" = "COVIDSafe non è attivo";
"notification_settings" = "Apri l'app per controllare le impostazioni."; "notification_settings" = "Apri l'app per controllare le impostazioni.";
"notification_update_content" = "Aggiorna la tua app per accedere agli ultimi miglioramenti."; "notification_update_content" = "Aggiorna l'app per accedere agli ultimi miglioramenti.";
"notification_update_heading" = "Aggiornamento COVIDSafe disponibile"; "notification_update_heading" = "Aggiornamento COVIDSafe disponibile";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsBlurbLink" = "Modifica le impostazioni delle notifiche"; "NotificationsBlurbLink" = "Modifica le impostazioni di notifica";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsDisabledBlurb" = "Non riceverai una notifica se il COVIDSafe non è attivo. \nModifica le impostazioni delle notifiche"; "NotificationsDisabledBlurb" = "Non riceverai una notifica se COVIDSafe non è attiva. \nModifica le impostazioni di notifica";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "Riceverai una notifica se il COVIDSafe non è attivo. \nModifica le impostazioni delle notifiche"; "NotificationsEnabledBlurb" = "Riceverai una notifica se il COVIDSafe non è attivo. \nModifica le impostazioni di notifica";
"numbers_error" = ""; "numbers_error" = "Impossibile controllare i numeri aggiornati.";
"numbers_no_internet" = ""; "numbers_no_internet" = "Connettiti a Internet per ricevere notifiche sui numeri aggiornati.";
"numbers_refresh" = ""; "numbers_refresh" = "Aggiorna ora";
"options_for_australia" = "Opzioni per l'Australia"; "options_for_australia" = "Opzioni per l'Australia";
"permission_button" = "Proceda"; "permission_button" = "Procedi";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"permission_content_iOS" = "Il COVIDSafe necessita del Bluetooth® abilitato per funzionare. Abilitando Notifiche, ricevi aggiornamenti per ricordarti quando il COVIDSafe non è attivo. \n\nSeleziona 'Proceda' per abilitare:"; "permission_content_iOS" = "COVIDSafe necessita del Bluetooth® abilitato per funzionare. Abilitando Notifiche, ricevi aggiornamenti per ricordarti quando COVIDSafe non è attivo. \n\nSeleziona 'Procedi' per abilitare:";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"permission_content_iOS_2" = "1. Bluetooth®\n2. Notifiche\n\nIl COVIDSafe non invia richieste di accoppiamento."; "permission_content_iOS_2" = "1. Bluetooth®\n2. Notifiche\n\nCOVIDSafe non invia richieste di accoppiamento.";
/* OnBoarding Permission */ /* OnBoarding Permission */
"permission_headline" = "Impostazioni dell'app"; "permission_headline" = "Impostazioni dell'app";
"permission_success_button" = "Eseguito"; "permission_success_button" = "Eseguito";
/* OnBoarding Permission Success */ /* OnBoarding Permission Success */
"permission_success_headline" = "Ti sei registrato con successo"; "permission_success_headline" = "Ti sei registrato con successo";
"permission_success_warning" = "Tieni attive le notifiche push per il COVIDSafe in modo che possiamo informarti rapidamente se l'app non funziona correttamente."; "permission_success_warning" = "Mantieni attive le notifiche push di COVIDSafe in modo da essere tempestivamente avvisato se l'app non funziona correttamente.";
"personal_details_age_content_description" = "Seleziona la fascia d'età"; "personal_details_age_content_description" = "Seleziona la fascia d'età";
"personal_details_age_error_prompt" = "Seleziona la tua fascia d'età."; "personal_details_age_error_prompt" = "Seleziona la fascia d'età.";
"personal_details_age_title" = "Fascia d'età (seleziona)"; "personal_details_age_title" = "Fascia d'età (seleziona)";
"personal_details_button" = "Continua"; "personal_details_button" = "Continua";
"personal_details_dialog_ok" = "Selezionare"; "personal_details_dialog_ok" = "Selezionare";
/* OnBoarding Personal details */ /* OnBoarding Personal details */
"personal_details_headline" = "Inserisci i tuoi dati"; "personal_details_headline" = "Inserisci i tuoi dati";
"personal_details_name_characters_prompt" = "Si prega di utilizzare caratteri inglesi per il nome completo. Non utilizzare altre lingue o simboli come ',' o '?'."; "personal_details_name_characters_prompt" = "Si prega di utilizzare caratteri inglesi per il nome completo. Non utilizzare altre lingue o simboli come ',' o '?'.";
"personal_details_name_error_prompt" = "Inserisci il tuo nome e cognome."; "personal_details_name_error_prompt" = "Inserisci nome e cognome.";
"personal_details_name_title" = "Nome e cognome (o pseudonimo)"; "personal_details_name_title" = "Nome e cognome (o pseudonimo)";
"personal_details_post_code" = "CAP in Australia"; "personal_details_post_code" = "CAP in Australia";
"personal_details_post_code_error_prompt" = "Il tuo codice postale australiano deve contenere 4 cifre."; "personal_details_post_code_error_prompt" = "Il codice postale australiano deve contenere 4 cifre.";
"PINNumber_VO_Label" = "Codice PIN"; "PINNumber_VO_Label" = "Codice PIN";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_BluetoothStatusBody" = "Assicurati che sia attivo prima di uscire di casa e quando sei in luoghi pubblici abilitando il Bluetooth®."; "PN_BluetoothStatusBody" = "Assicuratevi che COVIDSafe sia attivo prima di uscire di casa e quando siete in luoghi pubblici abilitando il Bluetooth®.";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_BluetoothStatusTitle" = "Il COVIDSafe non è attivo"; "PN_BluetoothStatusTitle" = "COVIDSafe non è attivo";
"PN_MobileNumber_VOLabel" = "Numero di cellulare"; "PN_MobileNumber_VOLabel" = "Numero di cellulare";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_ReminderBody" = "Apri il COVIDSafe per assicurarti che sia in funzione.\n"; "PN_ReminderBody" = "Apri COVIDSafe per assicurarti che sia in funzione.\n";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_ReminderTitle" = "Nessun incontro rilevato per 48 ore"; "PN_ReminderTitle" = "Nessun incontro rilevato da 48 ore";
"PostcodeValidationErrorMessage" = "Si prega inserire un codice postale australiano valido."; "PostcodeValidationErrorMessage" = "Inserisci un codice postale australiano valido.";
"queensland" = "Queensland"; "queensland" = "Queensland";
"recovered" = "Totale casi guariti"; "recovered" = "Totale guarigioni";
"registration_consent_content" = "Acconsento alla raccolta da parte dell'Agenzia di trasformazione digitale come amministratrice dell'archivio dati, in base alla decisione legale presa dal Segretario del Dipartimento della sanità del governo australiano per:"; "registration_consent_content" = "Acconsento alla raccolta di dati da parte della Digital Transformation Agency nel ruolo di amministratrice dell'archivio dati, in base alle disposizioni legali stabilite dal segretario del Dipartimento della sanità del governo australiano per:";
"registration_consent_diagnostic" = "Informazioni per garantire il corretto funzionamento di COVIDSafe sul mio dispositivo.";
"registration_consent_first_paragraph" = "I miei dati di registrazione."; "registration_consent_first_paragraph" = "I miei dati di registrazione.";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "Consenso alla registrazione"; "registration_consent_headline" = "Consenso alla registrazione";
"registration_consent_second_paragraph" = "I dati sui miei contatti con altri utenti COVIDSafe, se un altro utente con il quale io sono entrato in contatto risultasse positivo al COVID-19 e carica i propri dati di contatti."; "registration_consent_second_paragraph" = "Informazioni sul contatto con altri utenti di COVIDSafe, se un utente con cui sono entrato in contatto risulta positivo al COVID-19 e carica i suoi dati.";
/* OnBoarding Enter Number */ /* OnBoarding Enter Number */
"select_country_or_region" = "Seleziona il paese o la regione"; "select_country_or_region" = "Seleziona il paese o la regione";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"Select_country_or_region_headline" = "Seleziona il paese o la regione"; "Select_country_or_region_headline" = "Seleziona il paese o la regione";
"settings" = "Impostazioni"; "settings" = "Impostazioni";
"share_this_app_content" = "Unisciti a me per fermare la diffusione del COVID-19! Scarica il COVIDSafe, un'app del Governo australiano. #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "Unisciti a noi per fermare la diffusione del COVID-19! Scarica il COVIDSafe, un'app del Governo australiano. #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"south_australia" = "Sud Australia"; "show" = "Visualizza";
"south_australia" = "South Australia";
"stepCounter" = "Passo %d di %d"; "stepCounter" = "Passo %d di %d";
"support" = "Supporto"; "support" = "Supporto";
"support_content" = "Per assistenza su questioni non trattate dagli argomenti della Guida"; "support_content" = "Per assistenza su questioni non trattate dagli argomenti della Guida";
@ -391,18 +398,18 @@
"total_confirmed_cases" = "Totale casi confermati"; "total_confirmed_cases" = "Totale casi confermati";
"total_per_state" = "Totale casi confermati per stato e territorio"; "total_per_state" = "Totale casi confermati per stato e territorio";
"UILaunchStoryboardName" = "LaunchScreen_it_IT"; "UILaunchStoryboardName" = "LaunchScreen_it_IT";
"under_sixteen_content" = "Confermo il consenso da parte del mio genitore o tutore perché l'Agenzia di trasformazione digitale come amministratrice dell'archivio dati, in base alla decisione legale presa dal Segretario del Dipartimento della sanità del governo australiano possa raccogliere:"; "under_sixteen_content" = "Confermo il consenso dei miei genitori o del mio tutore a Digital Transformation Agency nel suo ruolo di amministratore della banca dati, in base alle disposizioni legali stabilite dal segretario del Dipartimento della sanità del governo australiano:";
"under_sixteen_first_paragraph" = "I miei dati di registrazione."; "under_sixteen_first_paragraph" = "I miei dati di registrazione.";
/* OnBoarding Under Sixteen */ /* OnBoarding Under Sixteen */
"under_sixteen_headline" = "È necessario il consenso di un genitore o di un tutore per procedere"; "under_sixteen_headline" = "È necessario il consenso di un genitore o di un tutore per procedere";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"under_sixteen_registration_consent_first_paragraph" = "I miei dati di registrazione."; "under_sixteen_registration_consent_first_paragraph" = "I miei dati di registrazione.";
"under_sixteen_second_paragraph" = "I dati sui miei contatti con altri utenti COVIDSafe, se un altro utente con il quale io sono entrato in contatto risultasse positivo al COVID-19 e carica i propri dati di contatti."; "under_sixteen_second_paragraph" = "Informazioni sul contatto tra me e altri utenti di COVIDSafe, se un altro utente con cui sono entrato in contatto risulta positivo al COVID-19 e carica i suoi dati.";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"under-sixteen_consent_call_for_action" = "Seleziona \"Sono d'accordo\" per confermare il consenso."; "under-sixteen_consent_call_for_action" = "Seleziona \"Sono d'accordo\" per confermare il consenso.";
"update_available_app_store_btn" = "Vai all'App Store"; "update_available_app_store_btn" = "Vai all'App Store";
"update_available_dismiss_btn" = "Ricordamelo più tardi"; "update_available_dismiss_btn" = "Ricordamelo più tardi";
"update_available_message_ios" = "Abbiamo apportato dei miglioramenti al COVIDSafe. Aggiornare tramite l'App Store"; "update_available_message_ios" = "Abbiamo apportato dei miglioramenti a COVIDSafe. Aggiorna tramite l'App Store";
"update_available_title" = "Aggiornamento disponibile!"; "update_available_title" = "Aggiornamento disponibile!";
"upload_answer_no" = "No"; "upload_answer_no" = "No";
/* Upload flow */ /* Upload flow */
@ -410,32 +417,33 @@
"upload_consent_button" = "Sono d'accordo"; "upload_consent_button" = "Sono d'accordo";
"upload_failed" = "Caricamento non riuscito"; "upload_failed" = "Caricamento non riuscito";
"upload_finished_header" = "Grazie per aver aiutato a fermare la diffusione del COVID-19!"; "upload_finished_header" = "Grazie per aver aiutato a fermare la diffusione del COVID-19!";
"upload_finished_sub_header" = "Hai caricato con successo i tuoi dati sul sistema altamente sicuro di archiviazione COVIDSafe. \n\nI funzionari sanitari statali o del territorio informeranno gli altri utenti COVIDSafe che hanno registrato casi di stretto contatto con te. La tua identità rimarrà anonima per gli altri utenti."; "upload_finished_sub_header" = "I vostri dati sono stati caricati sul sistema altamente sicuro di archiviazione di COVIDSafe. \n\nI funzionari sanitari statali o del territorio informeranno gli altri utenti COVIDSafe che hanno registrato casi di stretto contatto con voi. La vostra identità rimarrà anonima per gli altri utenti.";
"upload_step_1_body" = "Un funzionario sanitario statale o del territorio ti contatterà per aiutarti con il caricamento volontario dei tuoi dati solo nel caso tu risulti positivo al COVID-19.\n\nDopo aver premuto 'Sì', dovrai fornire il consenso per caricare i tuoi dati."; "upload_step_1_body" = "Un funzionario sanitario statale o del territorio vi contatterà per aiutarvi con il caricamento volontario dei vostri dati solo se siete risultati positivi al COVID-19.\n\nDopo aver premuto 'Sì', bisogna fornire il proprio consenso per caricare i dati.";
"upload_step_1_header" = "Un funzionario sanitario ti sta chiedendo di caricare i tuoi dati?"; "upload_step_1_header" = "Hai ricevuto richiesta di caricamento dati da un ufficiale sanitario?";
"upload_step_4_header" = "Consenso al caricamento"; "upload_step_4_header" = "Consenso al caricamento";
"upload_step_4_sub_header" = "Senza il tuo consenso, i tuoi dati di stretto contatto non verranno caricati.\n\nSe dai il tuo consenso, i tuoi dati di stretto contatto verranno caricati e condivisi con funzionari sanitari statali o del territorio a scopo di tracciamento di contatti.\n\nI funzionari sanitari statali e del territorio solo potranno accedere alle informazioni sui tuoi contatti stretti.\n\nLeggi *l'informativa sulla privacy* del COVIDSafe per ulteriori informazioni."; "upload_step_4_sub_header" = "I dati di stretto contatto non vengono caricati senza il vostro consenso.\n\nUna volta dato il consenso, i vostri dati di stretto contatto vengono caricati e condivisi con funzionari sanitari statali o del territorio a scopo di tracciamento di contatti.\n\nI funzionari sanitari statali e del territorio potranno accedere solo alle informazioni sui contatti stretti.\n\nLeggere *l'informativa sulla privacy* del COVIDSafe per ulteriori informazioni.";
"upload_step_verify_pin_header" = "Carica i tuoi dati"; "upload_step_verify_pin_header" = "Carica i tuoi dati";
"upload_step_verify_pin_sub_header" = "Un funzionario sanitario statale o del territorio invierà un PIN al tuo dispositivo tramite messaggio di testo. Inseriscilo qui sotto per caricare i tuoi dati."; "upload_step_verify_pin_sub_header" = "Un funzionario sanitario statale o del territorio invierà un PIN al tuo dispositivo tramite messaggio di testo. Inseriscilo qui sotto per caricare i tuoi dati.";
"us_consent_button" = "Sono d'accordo"; "us_consent_button" = "Sono d'accordo";
"us_registration_consent_diagnostic" = "Informazioni per garantire il corretto funzionamento di COVIDSafe sul mio dispositivo.";
"victoria" = "Victoria"; "victoria" = "Victoria";
"western_australia" = "Western Australia"; "western_australia" = "Western Australia";
"wrong_ping_number" = "PIN errato inserito"; "wrong_ping_number" = "PIN errato ";
"country_region_name_au2" = "Isola di Norfolk"; "country_region_name_au2" = "Isola di Norfolk";
"AllowBluetoothOFF_VOLabel" = "Accesso a Bluetooth: OFF Consenti al COVIDSafe di accedere a Bluetooth"; "AllowBluetoothOFF_VOLabel" = "Accesso a Bluetooth: OFF Consenti a COVIDSafe di accedere a Bluetooth";
"AllowBluetoothON_VOLabel" = "Accesso al Bluetooth: ON"; "AllowBluetoothON_VOLabel" = "Accesso al Bluetooth: ON";
"BluetoothOFF_VOLabel" = "Bluetooth: OFF Attiva il Bluetooth del tuo cellulare. Selezionare \"Consenti nuove connessioni'\" se visualizzato."; "BluetoothOFF_VOLabel" = "Bluetooth: OFF Attiva il Bluetooth sul cellulare. Seleziona \"Consenti nuove connessioni'\" se visualizzato.";
"BluetoothON_VOLabel" = "Bluetooth: ON"; "BluetoothON_VOLabel" = "Bluetooth: ON";
"CodeHasExpired" = "Il tuo codice è scaduto"; "CodeHasExpired" = "Il codice PIN è scaduto";
/* details */ /* details */
"Done" = "Fatto"; "Done" = "Fatto";
/* Feedback */ /* Feedback */
"EmailPlaceholder" = "Inserisci il tuo indirizzo e-mail (obbligatorio)"; "EmailPlaceholder" = "Inserisci l'indirizzo email (obbligatorio)";
/* Phone number and PIN */ /* Phone number and PIN */
"EnterPhoneReVerify" = "Inserisci il tuo numero di cellulare per effettuare una nuova verifica"; "EnterPhoneReVerify" = "Inserisci il numero di cellulare per effettuare una nuova verifica";
"EnterPINSent" = "Inserire il PIN inviato a %@"; "EnterPINSent" = "Inserire il PIN inviato a %@";
/* Message for prompt that user sees when opening feeback. Prompt asks user if he/she would like to send new feedback. */ /* Message for prompt that user sees when opening feeback. Prompt asks user if he/she would like to send new feedback. */
"entryPrompt_alert_message" = "Ciao amico, come vorresti procedere?"; "entryPrompt_alert_message" = "Ciao, come vorresti procedere?";
/* Title for prompt that user sees when opening feeback. Prompt asks user if he/she would like to send new feedback. */ /* Title for prompt that user sees when opening feeback. Prompt asks user if he/she would like to send new feedback. */
"entryPrompt_alert_title" = "Casella di Feedback"; "entryPrompt_alert_title" = "Casella di Feedback";
/* Title for button that launches new feedback flow. */ /* Title for button that launches new feedback flow. */
@ -447,52 +455,52 @@
"global_sending_indication_title" = "Invio"; "global_sending_indication_title" = "Invio";
"global_success_indication_title" = "Successo"; "global_success_indication_title" = "Successo";
/* upload */ /* upload */
"InformationUploaded" = "I tuoi dati sono stati caricati su %@"; "InformationUploaded" = "I dati sono stati caricati su %@";
"InvalidOTP" = "Deve essere un codice di 6 cifre"; "InvalidOTP" = "Il codice deve avere 6 cifre";
"IssueDescPlaceholder" = "Si prega di descrivere il problema"; "IssueDescPlaceholder" = "Descrivi il problema";
"IssueFooter" = "Potremmo contattarti per ulteriori dettagli sul tuo feedback. Il tuo indirizzo email non verrà utilizzato per nessun altro scopo."; "IssueFooter" = "Potremmo contattarvi per ulteriori dettagli sul vostro feedback. Il vostro indirizzo email non verrà utilizzato per nessun altro scopo.";
"IssueThankYou" = "Grazie! Abbiamo ricevuto il tuo feedback."; "IssueThankYou" = "Grazie! Abbiamo ricevuto il feedback";
/* Delete screenshot action sheet action button title. */ /* Delete screenshot action sheet action button title. */
"newFeedback_deleteScreenshot_actionTitle" = "Eliminare Screenshot"; "newFeedback_deleteScreenshot_actionTitle" = "Elimina Screenshot";
/* Messsage shown to user asking to confirm screenshot deletion. */ /* Messsage shown to user asking to confirm screenshot deletion. */
"newFeedback_deleteScreenshotConfirmation_message" = "Questo screenshot verrà eliminato definitivamente."; "newFeedback_deleteScreenshotConfirmation_message" = "Questo screenshot verrà eliminato definitivamente.";
"newFeedback_invalidEmail_errorMessage" = "Si prega di inserire un indirizzo email valido!"; "newFeedback_invalidEmail_errorMessage" = "Inserisci un indirizzo email valido!";
/* Error message displayed to users when feedback has empty description */ /* Error message displayed to users when feedback has empty description */
"newFeedback_noMessage_errorMessage" = "Dicci qualcosa prima di inviare."; "newFeedback_noMessage_errorMessage" = "Diteci qualcosa prima di inviare.";
/* Error message displayed to users when feedback fails to send. */ /* Error message displayed to users when feedback fails to send. */
"newFeedback_send_errorMessage" = "Errore durante l'invio del Feedback"; "newFeedback_send_errorMessage" = "Errore durante l'invio del Feedback";
/* Navigation Bar title shown during new feedback flow. */ /* Navigation Bar title shown during new feedback flow. */
"newFeedbackFlow_navigationTitle" = "Segnala un problema"; "newFeedbackFlow_navigationTitle" = "Segnala un problema";
"Next" = "Avanti"; "Next" = "Avanti";
/* registration succcess */ /* registration succcess */
"OS2b_Item1" = "1. Quando esci di casa, porti il cellulare con te e assicurati che il COVIDSafe sia attivo."; "OS2b_Item1" = "1. Quando uscite di casa, portate il cellulare con voi e assicuratevi che COVIDSafe sia attiva.";
"OS2b_Item2" = "2. Il Bluetooth® deve rimanere ON."; "OS2b_Item2" = "2. Il Bluetooth® deve rimanere ON.";
"OS2b_Item2_VOLabel" = "2. Il Bluetooth deve rimanere ON."; "OS2b_Item2_VOLabel" = "2. Il Bluetooth deve rimanere ON.";
"OS2b_Item3" = "3. Il COVIDSafe non invia richieste di accoppiamento. Per saperne di più."; "OS2b_Item3" = "3. COVIDSafe non invia richieste di accoppiamento. Per saperne di più.";
"OS2b_Item3Underline" = "Per saperne di più"; "OS2b_Item3Underline" = "Per saperne di più";
/* home */ /* home */
"PairingRequestsInfo" = "Il COVIDSafe non invia richieste di accoppiamento."; "PairingRequestsInfo" = "COVIDSafe non invia richieste di accoppiamento.";
"PairingRequestsInfoUnderline" = "richieste di accoppiamento"; "PairingRequestsInfoUnderline" = "richieste di accoppiamento";
"PhoneNumberFormatErrorMessage" = "Si prega di inserire un numero di cellulare."; "PhoneNumberFormatErrorMessage" = "Inserisci il numero di cellulare.";
"PhoneNumberFormatErrorTitle" = "Formato numerico errato"; "PhoneNumberFormatErrorTitle" = "Formato numerico errato";
"PhoneVerificationErrorMessage" = "Controlla i tuoi dati e riprova."; "PhoneVerificationErrorMessage" = "Controlla i tuoi dati e riprova";
"PhoneVerificationErrorTitle" = "Errore nella verifica del numero di cellulare"; "PhoneVerificationErrorTitle" = "Errore nella verifica del numero di cellulare";
"PINWillExpire" = "Il codice PIN scad tra %@"; "PINWillExpire" = "Il codice PIN scade tra %@";
"ReceivePinIssue" = "Problemi a ricevere il PIN?"; "ReceivePinIssue" = "Problemi nel ricevere il PIN?";
/* help */ /* help */
"ReportAnIssue" = "Segnala un problema"; "ReportAnIssue" = "Segnala un problema";
/* VO */ /* VO */
"SelectedCountryTemplate" = "(+ %@) %@ è selezionato"; "SelectedCountryTemplate" = "(+ %@) %@ è selezionato";
"UploadFailed" = "Caricamento non riuscito. Riprova più tardi."; "UploadFailed" = "Caricamento non riuscito. Riprova più tardi.";
"UploadFailedErrorMessage" = "Si prega di riprovare più tardi."; "UploadFailedErrorMessage" = "Riprova più tardi.";
"ValidationError" = "Errore di convalida"; "ValidationError" = "Errore di convalida";
"GetCoronaVirusApp_VOLabel" = "Scarica l'app Coronavirus. Scarica l'app governativa per le ultime notizie e consigli."; "GetCoronaVirusApp_VOLabel" = "Scarica l'app Coronavirus. Scarica l'app governativa per le ultime notizie e consigli.";
"HelpTopics_VOLabel" = "Argomenti della Guida su come individuare e risolvere problemi tecnici."; "HelpTopics_VOLabel" = "Argomenti della Guida su come individuare e risolvere problemi tecnici.";
"LatestNews_VOLabel" = "Ultime notizie e aggiornamenti. Vai su aus.gov.au per le ultime notizie sul Coronavirus."; "LatestNews_VOLabel" = "Ultime notizie e aggiornamenti.Visitare aus.gov.au per le ultime notizie sul Coronavirus.";
"NotificationsDisabled_VOLabel" = "Le notifiche sono disabilitate. Non riceverai una notifica se COVIDSafe non è attivo. \nModifica le impostazioni di notifica"; "NotificationsDisabled_VOLabel" = "Le notifiche sono disabilitate. Non si ricevono notifiche se COVIDSafe non è attivo. \nModifica le impostazioni di notifica";
"NotificationsEnabled_VOLabel" = "Le notifiche sono abilitate. Riceverai una notifica se COVIDSafe non è attivo. \nModifica le impostazioni di notifica"; "NotificationsEnabled_VOLabel" = "Le notifiche sono abilitate. Riceverai una notifica se COVIDSafe non è attivo. \nModifica le impostazioni di notifica";
"OS1b_TopParagraph_VOLabel" = "I segnali Bluetooth vengono utilizzati per determinare quando sei vicino a un altro utente COVIDSafe. \nOgni istanza di stretto contatto tra te e gli altri utenti COVIDSafe viene notata per creare informazioni sui stretti contatti. Queste informazioni sono crittografate e memorizzate solo nel tuo cellulare. \nSe risulti positivo al COVID-19 come utente COVIDSafe, sarai contattato da un funzionario sanitario statale o del territorio.\nEssi ti aiuteranno con il caricamento volontario delle tue informazioni di stretto contatto ad un sistema altamente sicuro di archiviazione delle informazioni. \nI funzionari sanitari statali o del territorio possono anche contattarti se sei entrato in stretto contatto con un altro utente COVIDSafe che è risultato positivo. \nPer ulteriori informazioni, consultare la pagina Argomenti della Guida."; "OS1b_TopParagraph_VOLabel" = "I segnali Bluetooth vengono utilizzati per determinare la vicinanza ad altri utenti di COVIDSafe. \nOgni istanza di stretto contatto tra voi e gli altri utenti di COVIDSafe viene annotata per creare informazioni sui contatti. Queste informazioni sono crittografate e memorizzate solo sul vostro cellulare. \nSe risultate positivi al COVID-19, come utenti di COVIDSafe sarete contattati da un funzionario sanitario statale o del territorio per assistervi con il caricamento volontario delle vostre informazioni di stretto contatto in un sistema di archiviazione di informazioni altamente sicuro. \nI funzionari sanitari statali o territoriali possono anche contattarvi se siete entrati in stretto contatto con un altro utente di COVIDSafe risultato positivo. \nPer ulteriori informazioni, consultare la pagina Argomenti della Guida.";
"permission_content_iOS_2_VOLabel" = "1. Bluetooth\n2. Notifiche\n\nIl COVIDSafe non invia richieste di accoppiamento."; "permission_content_iOS_2_VOLabel" = "1. Bluetooth\n2. Notifiche\n\nCOVIDSafe non invia richieste di accoppiamento.";
"permission_content_iOS_VOLabel" = "Il COVIDSafe necessita il Bluetooth abilitato per funzionare. Abilitando Notifiche, ricevi aggiornamenti per ricordarti quando COVIDSafe non è attivo. \n\n Seleziona 'Proceda' per abilitare:"; "permission_content_iOS_VOLabel" = "COVIDSafe necessita il Bluetooth abilitato per funzionare. Abilitando Notifiche, ricevete aggiornamenti per sapere quando COVIDSafe non è attivo. \n\n Seleziona 'Procedi' per abilitare:";
"ShareCovidSafe_VOLabel" = "Condividi il COVIDSafe. Invita altri ad aiutare. Insieme, siamo più forti."; "ShareCovidSafe_VOLabel" = "Condividi COVIDSafe. Invita altri ad collaborare. Insieme, siamo più forti.";
"UploadData_VOLabel" = "Un funzionario sanitario ti ha contattato? Puoi caricare le tue informazioni solo se sei risultato positivo."; "UploadData_VOLabel" = "Siete stati contattati da un funzionario sanitario? Potete caricare le vostre informazioni solo se siete risultati positivi.";

View file

@ -18,6 +18,7 @@
"BluetoothON" = "블루투스®: ON"; "BluetoothON" = "블루투스®: ON";
"change_language" = "언어를 변경하십시오"; "change_language" = "언어를 변경하십시오";
"change_language_content" = "다른 언어로 COVIDSafe 사용에 대한 안내서를 읽으십시오."; "change_language_content" = "다른 언어로 COVIDSafe 사용에 대한 안내서를 읽으십시오.";
"collection_message" = "이제 COVIDSafe는 앱 문제를 해결하는 데 도움이 되는 진단 정보를 수집합니다. *더 알아보기*";
"consent_button" = "동의"; "consent_button" = "동의";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "동의 확인을 위해 '동의'를 선택하세요. "; "consent_call_for_action" = "동의 확인을 위해 '동의'를 선택하세요. ";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "취소"; "dialog_error_uploading_negative" = "취소";
"dialog_error_uploading_positive" = "다시 시도"; "dialog_error_uploading_positive" = "다시 시도";
"dialog_uploading_message" = "당신의 COVIDSafe 정보가 현재 업로드 중입니다. \n\n앱을 닫지 마세요."; "dialog_uploading_message" = "당신의 COVIDSafe 정보가 현재 업로드 중입니다. \n\n앱을 닫지 마세요.";
"dismiss" = "무시하기";
"done_success" = "완료"; "done_success" = "완료";
"enter_number_button" = "PIN 받기"; "enter_number_button" = "PIN 받기";
"enter_number_content" = "본 휴대폰 번호 확인을 위해 6자리 PIN을 보내겠습니다."; "enter_number_content" = "본 휴대폰 번호 확인을 위해 6자리 PIN을 보내겠습니다.";
@ -259,6 +261,7 @@
"global_close" = "닫기"; "global_close" = "닫기";
"global_double_tap" = "두 번 탭해서 수정하세요"; "global_double_tap" = "두 번 탭해서 수정하세요";
"global_OK" = "확인"; "global_OK" = "확인";
"hide" = "숨기기";
"home_app_permission_status_subtitle" = "COVIDSafe는 올바른 설정없이는 작동되지 않습니다."; "home_app_permission_status_subtitle" = "COVIDSafe는 올바른 설정없이는 작동되지 않습니다.";
"home_app_permission_status_title" = "설정을 확인하세요."; "home_app_permission_status_title" = "설정을 확인하세요.";
"home_data_uploaded_message" = "COVID-19의 확산방지에 협조하고 자신의 증상을 추적하세요."; "home_data_uploaded_message" = "COVID-19의 확산방지에 협조하고 자신의 증상을 추적하세요.";
@ -310,7 +313,9 @@
"IntroLabel" = "바이러스 확산을 방지해서 \n생명을 구합시다."; "IntroLabel" = "바이러스 확산을 방지해서 \n생명을 구합시다.";
"invalid_australian_phone_number_error_prompt" = "호주 휴대폰 번호는 최대 10자리입니다."; "invalid_australian_phone_number_error_prompt" = "호주 휴대폰 번호는 최대 10자리입니다.";
"invalid_norfolk_island_phone_number_error_prompt" = "노퍽 섬의 휴대폰 번호는 5-6자리입니다."; "invalid_norfolk_island_phone_number_error_prompt" = "노퍽 섬의 휴대폰 번호는 5-6자리입니다.";
"loading_numbers" = ""; "jwt_description" = "등록 세부 정보에 문제가 있습니다.";
"jwt_heading" = "다시 등록하십시오";
"loading_numbers" = "최신 번호 로드 중";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "COVIDSafe 업데이트 진행 중. \n\n업데이트가 완료될 때까지 휴대폰이 꺼지지 않도록 해주세요."; "migration_in_progress" = "COVIDSafe 업데이트 진행 중. \n\n업데이트가 완료될 때까지 휴대폰이 꺼지지 않도록 해주세요.";
"national_numbers" = "전국 수"; "national_numbers" = "전국 수";
@ -331,9 +336,9 @@
"NotificationsDisabledBlurb" = "COVIDSafe가 비활성화되어 있으면 알림을 받을 것입니다."; "NotificationsDisabledBlurb" = "COVIDSafe가 비활성화되어 있으면 알림을 받을 것입니다.";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "COVIDSafe가 비활성화되어 있으면 알림을 받을 것입니다.\n알림 설정 변경하기"; "NotificationsEnabledBlurb" = "COVIDSafe가 비활성화되어 있으면 알림을 받을 것입니다.\n알림 설정 변경하기";
"numbers_error" = ""; "numbers_error" = "업데이트된 번호를 확인할 수 없습니다.";
"numbers_no_internet" = ""; "numbers_no_internet" = "업데이트된 번호를 얻으려면 인터넷에 연결하십시오.";
"numbers_refresh" = ""; "numbers_refresh" = "지금 새로 고침";
"options_for_australia" = "호주 관련 옵션"; "options_for_australia" = "호주 관련 옵션";
"permission_button" = "진행"; "permission_button" = "진행";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
@ -372,6 +377,7 @@
"queensland" = "퀸즐랜드"; "queensland" = "퀸즐랜드";
"recovered" = "회복된 총 확진자 수"; "recovered" = "회복된 총 확진자 수";
"registration_consent_content" = "본인은 호주 정부 보건부 장관의 법적 결정에 따라, 데이터 저장소 관리자로서 Digital Transformation Agency가 다음 정보를 수집하는 것에 동의합니다:"; "registration_consent_content" = "본인은 호주 정부 보건부 장관의 법적 결정에 따라, 데이터 저장소 관리자로서 Digital Transformation Agency가 다음 정보를 수집하는 것에 동의합니다:";
"registration_consent_diagnostic" = "COVIDSafe가 내 장치에서 제대로 작동하는지 확인하기 위한 정보.";
"registration_consent_first_paragraph" = "나의 등록 정보."; "registration_consent_first_paragraph" = "나의 등록 정보.";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "등록 동의"; "registration_consent_headline" = "등록 동의";
@ -382,6 +388,7 @@
"Select_country_or_region_headline" = "국가 또는 지역을 선택하세요"; "Select_country_or_region_headline" = "국가 또는 지역을 선택하세요";
"settings" = "설정"; "settings" = "설정";
"share_this_app_content" = "COVID-19의 확산을 막아주세요! 호주 정부의 앱인 COVIDSafe를 다운로드하세요. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "COVID-19의 확산을 막아주세요! 호주 정부의 앱인 COVIDSafe를 다운로드하세요. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "보여주기";
"south_australia" = "남호주"; "south_australia" = "남호주";
"stepCounter" = "%d 의 단계들 중 %d 단계"; "stepCounter" = "%d 의 단계들 중 %d 단계";
"support" = "지원"; "support" = "지원";
@ -418,6 +425,7 @@
"upload_step_verify_pin_header" = "본인의 정보를 업로드하세요"; "upload_step_verify_pin_header" = "본인의 정보를 업로드하세요";
"upload_step_verify_pin_sub_header" = "주 또는 테리토리 보건 담당자가 당신의 장치에 문자 메시지로 PIN을 보낼 것입니다. 본인의 정보를 업로드하려면 아래에 그 번호를 입력하십시오."; "upload_step_verify_pin_sub_header" = "주 또는 테리토리 보건 담당자가 당신의 장치에 문자 메시지로 PIN을 보낼 것입니다. 본인의 정보를 업로드하려면 아래에 그 번호를 입력하십시오.";
"us_consent_button" = "동의"; "us_consent_button" = "동의";
"us_registration_consent_diagnostic" = "COVIDSafe가 내 장치에서 제대로 작동하는지 확인하기 위한 정보.";
"victoria" = "빅토리아"; "victoria" = "빅토리아";
"western_australia" = "서호주"; "western_australia" = "서호주";
"wrong_ping_number" = "잘못된 PIN 입력"; "wrong_ping_number" = "잘못된 PIN 입력";

View file

@ -3,6 +3,6 @@
Copyright © 2020 Australian Government. All rights reserved. */ Copyright © 2020 Australian Government. All rights reserved. */
"BluetoothUsageDesc" = "COVIDSafe ਨਜ਼ਦੀਕੀ ਇਕੋ ਜਿਹੀ ਐਪ ਵਾਲੇ ਫੋਨਾਂ ਨਾਲ ਬਲੂਟੁੱਥ® ਸਿਗਨਲਾਂ ਦਾ ਵਟਾਂਦਰਾ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਸਿਗਨਲਾਂ ਵਿੱਚ ਇੱਕ ਗੁੰਮਨਾਮ ਏਨਕ੍ਰਿਪਟਿਡ ਆਈ.ਡੀ. ਹੁੰਦੀ ਹੈ ਜੋ ਤੁਹਾਡੀ ਪ੍ਰਾਈਵੇਸੀ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਲਗਾਤਾਰ ਬਦਲਦੀ ਰਹਿੰਦੀ ਹੈ|"; "BluetoothUsageDesc" = "COVIDSafe ਨਜ਼ਦੀਕੀ ਇਕੋ ਜਿਹੀ ਐਪ ਵਾਲੇ ਫੋਨਾਂ ਨਾਲ ਬਲੂਟੁੱਥ® ਸਿਗਨਲਾਂ ਦਾ ਵਟਾਂਦਰਾ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਸਿਗਨਲਾਂ ਵਿੱਚ ਇੱਕ ਗੁੰਮਨਾਮ ਏਨਕ੍ਰਿਪਟਿਡ ਆਈ.ਡੀ. ਹੁੰਦੀ ਹੈ ਜੋ ਤੁਹਾਡੀ ਪ੍ਰਾਈਵੇਸੀ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਲਗਾਤਾਰ ਬਦਲਦੀ ਰਹਿੰਦੀ ਹੈ|";
"NSBluetoothAlwaysUsageDescription" = "COVIDSafe ਨਜ਼ਦੀਕੀ ਇਕੋ ਜਿਹੀ ਐਪ ਵਾਲੇ ਫੋਨਾਂ ਨਾਲ ਬਲੂਟੁੱਥ ਸਿਗਨਲਾਂ ਦਾ ਵਟਾਂਦਰਾ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਸਿਗਨਲਾਂ ਵਿੱਚ ਇੱਕ ਗੁੰਮਨਾਮ ਏਨਕ੍ਰਿਪਟਿਡ ਆਈ.ਡੀ. ਹੁੰਦੀ ਹੈ ਜੋ ਤੁਹਾਡੀ ਪ੍ਰਾਈਵੇਸੀ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਲਗਾਤਾਰ ਬਦਲਦੀ ਰਹਿੰਦੀ ਹੈ|"; "NSBluetoothAlwaysUsageDescription" = "COVIDSafe ਨਜ਼ਦੀਕੀ ਇਕੋ ਜਿਹੀ ਐਪ ਵਾਲੇ ਫੋਨਾਂ ਨਾਲ Bluetooth ਸਿਗਨਲਾਂ ਦਾ ਵਟਾਂਦਰਾ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਸਿਗਨਲਾਂ ਵਿੱਚ ਇੱਕ ਗੁੰਮਨਾਮ ਏਨਕ੍ਰਿਪਟਿਡ ਆਈ.ਡੀ. ਹੁੰਦੀ ਹੈ ਜੋ ਤੁਹਾਡੀ ਪ੍ਰਾਈਵੇਸੀ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਲਗਾਤਾਰ ਬਦਲਦੀ ਰਹਿੰਦੀ ਹੈ|";
"NSBluetoothPeripheralUsageDescription" = "CovidSafe ਨਜ਼ਦੀਕੀ ਇਕੋ ਜਿਹੀ ਐਪ ਵਾਲੇ ਫੋਨਾਂ ਨਾਲ ਬਲੂਟੁੱਥ ਸਿਗਨਲਾਂ ਦਾ ਵਟਾਂਦਰਾ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਸਿਗਨਲਾਂ ਵਿੱਚ ਇੱਕ ਗੁੰਮਨਾਮ ਏਨਕ੍ਰਿਪਟਿਡ ਆਈ.ਡੀ. ਹੁੰਦੀ ਹੈ ਜੋ ਤੁਹਾਡੀ ਪ੍ਰਾਈਵੇਸੀ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਲਗਾਤਾਰ ਬਦਲਦੀ ਰਹਿੰਦੀ ਹੈ|"; "NSBluetoothPeripheralUsageDescription" = "CovidSafe ਨਜ਼ਦੀਕੀ ਇਕੋ ਜਿਹੀ ਐਪ ਵਾਲੇ ਫੋਨਾਂ ਨਾਲ Bluetooth ਸਿਗਨਲਾਂ ਦਾ ਵਟਾਂਦਰਾ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਸਿਗਨਲਾਂ ਵਿੱਚ ਇੱਕ ਗੁੰਮਨਾਮ ਏਨਕ੍ਰਿਪਟਿਡ ਆਈ.ਡੀ. ਹੁੰਦੀ ਹੈ ਜੋ ਤੁਹਾਡੀ ਪ੍ਰਾਈਵੇਸੀ ਨੂੰ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਲਗਾਤਾਰ ਬਦਲਦੀ ਰਹਿੰਦੀ ਹੈ|";
"UILaunchStoryboardName" = "LaunchScreen_pa-IN"; "UILaunchStoryboardName" = "LaunchScreen_pa-IN";

View file

@ -4,20 +4,21 @@
"action_verify_invalid_pin" = "ਨਾਜਾਇਜ ਪਿੰਨ, ਕਿਰਪਾ ਕਰਕੇ ਸਿਹਤ ਅਧਿਕਾਰੀ ਨੂੰ ਤੁਹਾਨੂੰ ਇੱਕ ਹੋਰ ਪਿੰਨ ਭੇਜਣ ਲਈ ਕਹੋ।"; "action_verify_invalid_pin" = "ਨਾਜਾਇਜ ਪਿੰਨ, ਕਿਰਪਾ ਕਰਕੇ ਸਿਹਤ ਅਧਿਕਾਰੀ ਨੂੰ ਤੁਹਾਨੂੰ ਇੱਕ ਹੋਰ ਪਿੰਨ ਭੇਜਣ ਲਈ ਕਹੋ।";
"action_verify_upload_pin" = "ਮੇਰੀ ਜਾਣਕਾਰੀ ਅੱਪਲੋਡ ਕਰੋ"; "action_verify_upload_pin" = "ਮੇਰੀ ਜਾਣਕਾਰੀ ਅੱਪਲੋਡ ਕਰੋ";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"allow_bluetooth_call" = "COVIDSafe ਨੂੰ ਬਲੂਟੁੱਥ® ਤੱਕ ਪਹੁੰਚ ਦਿਓ"; "allow_bluetooth_call" = "COVIDSafe ਨੂੰ Bluetooth® ਤੱਕ ਪਹੁੰਚ ਦਿਓ";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"AllowBluetoothOFF" = "ਬਲੂਟੁੱਥ® ਤੱਕ ਪਹੁੰਚ: ਔੱਫ"; "AllowBluetoothOFF" = "Bluetooth® ਤੱਕ ਪਹੁੰਚ: ਔੱਫ";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"AllowBluetoothON" = "ਬਲੂਟੁੱਥ ਤੱਕ ਪਹੁੰਚ: ਔਨ"; "AllowBluetoothON" = "Bluetooth ਤੱਕ ਪਹੁੰਚ: ਔਨ";
"australian_capital_territory" = "ਆਸਟ੍ਰੇਲੀਅਨ ਕੈਪੀਟਲ ਟੈਰੀਟਰੀ"; "australian_capital_territory" = "ਆਸਟ੍ਰੇਲੀਅਨ ਕੈਪੀਟਲ ਟੈਰੀਟਰੀ";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothOFF" = "ਬਲੂਟੁੱਥ®: ਔੱਫ"; "BluetoothOFF" = "Bluetooth®: ਔੱਫ";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothOFF_content" = "ਆਪਣੇ ਫ਼ੋਨ ਦੇ ਬਲੂਟੁੱਥ® ਨੂੰ ਔਨ ਕਰੋ। ਜੇਕਰ ਡਿਸਪਲੇ ਹੈ ਤਾਂ 'ਨਵੇਂ ਕੁਨੈਕਸ਼ਨ ਆਉਣ ਦਿਓ - Allow New Connections' ਚੁਣੋ ।"; "BluetoothOFF_content" = "ਆਪਣੇ ਫ਼ੋਨ ਦੇ Bluetooth® ਨੂੰ ਔਨ ਕਰੋ। ਜੇਕਰ ਡਿਸਪਲੇ ਹੈ ਤਾਂ 'ਨਵੇਂ ਕੁਨੈਕਸ਼ਨ ਆਉਣ ਦਿਓ - Allow New Connections' ਚੁਣੋ ।";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"BluetoothON" = "ਬਲੂਟੁੱਥ®: ਔਨ"; "BluetoothON" = "Bluetooth®: ਔਨ";
"change_language" = "ਭਾਸ਼ਾ ਬਦਲੋ"; "change_language" = "ਭਾਸ਼ਾ ਬਦਲੋ";
"change_language_content" = "COVIDSafe ਦੀ ਵਰਤੋਂ ਕਿਸੇ ਵੱਖਰੀ ਭਾਸ਼ਾ ਵਿੱਚ ਕਰਨ ਲਈ ਇਹ ਗਾਈਡ ਪੜ੍ਹੋ।"; "change_language_content" = "COVIDSafe ਦੀ ਵਰਤੋਂ ਕਿਸੇ ਵੱਖਰੀ ਭਾਸ਼ਾ ਵਿੱਚ ਕਰਨ ਲਈ ਇਹ ਗਾਈਡ ਪੜ੍ਹੋ।";
"collection_message" = "COVIDSafe ਐਪ ਦੀ ਟ੍ਰਬਲਸ਼ੂਟ ਲਈ ਤੁਹਾਡੀ ਸਹਾਇਤਾ ਵਜੋਂ ਹੁਣ ਤੁਹਾਡੀ ਡਾਇਗਨੌਸਟਿਕ ਜਾਣਕਾਰੀ ਇਕੱਤਰ ਕਰਦਾ ਹੈ। *ਵਧੇਰੇ ਜਾਣੋ*";
"consent_button" = "ਮੈਂ ਸਹਿਮਤ ਹਾਂ"; "consent_button" = "ਮੈਂ ਸਹਿਮਤ ਹਾਂ";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "ਸਹਿਮਤੀ ਦੀ ਪੁਸ਼ਟੀ ਲਈ 'ਮੈਂ ਸਹਿਮਤ ਹਾਂ' ਚੋਣ ਕਰੋ।"; "consent_call_for_action" = "ਸਹਿਮਤੀ ਦੀ ਪੁਸ਼ਟੀ ਲਈ 'ਮੈਂ ਸਹਿਮਤ ਹਾਂ' ਚੋਣ ਕਰੋ।";
@ -233,8 +234,8 @@
"country_region_name_zm" = "ਜ਼ਾਂਬੀਆ"; "country_region_name_zm" = "ਜ਼ਾਂਬੀਆ";
"country_region_name_zw" = "ਜਿੰਮਬਾਬਵੇ"; "country_region_name_zw" = "ਜਿੰਮਬਾਬਵੇ";
"data_privacy_button" = "ਅੱਗੇ"; "data_privacy_button" = "ਅੱਗੇ";
"data_privacy_content" = "ਇਹ ਮਹੱਤਵਪੂਰਨ ਹੈ ਕਿ ਤੁਸੀਂ COVIDSafe ਪੰਜੀਕਰਨ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ COVIDSafe *ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ* ਪੜ੍ਹੋ।\n\nਜੇ ਤੁਹਾਡੀ ਉਮਰ 16 ਸਾਲ ਤੋਂ ਘੱਟ ਹੈ, ਤਾਂ ਤੁਹਾਡੇ ਮਾਪੇ/ਸਰਪ੍ਰਸਤ ਨੂੰ ਵੀ *ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ* ਪੜ੍ਹਨੀ ਚਾਹੀਦੀ ਹੈ।\n\nCOVIDSafe ਦੀ ਵਰਤੋਂ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਵੈ-ਇੱਛਤ ਹੈ। ਤੁਸੀਂ ਕਿਸੇ ਵੀ ਸਮੇਂ ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਇੰਸਟਾਲ ਜਾਂ ਡਿਲੀਟ ਕਰ ਸਕਦੇ ਹੋ। ਜੇ ਤੁਸੀਂ COVIDSafe ਨੂੰ ਡਿਲੀਟ ਕਰ ਦਿੰਦੇ ਹੋ, ਤਾਂ ਸੁਰੱਖਿਅਤ ਸਰਵਰ ਤੋਂ *ਤੁਸੀਂ ਆਪਣੀ ਜਾਣਕਾਰੀ ਨੂੰ ਮਿਟਾਉਣ ਲਈ ਵੀ ਕਹਿ ਸਕਦੇ ਹੋ*।\n\nCOVIDSafe ਪੰਜੀਕਰਨ ਲਈ, ਤੁਹਾਨੂੰ ਅਪਣਾ ਨਾਮ (ਜਾਂ ਨਕਲੀ ਨਾਮ), ਮੋਬਾਈਲ ਨੰਬਰ, ਉਮਰ ਸੀਮਾ ਅਤੇ ਪੋਸਟਕੋਡ ਭਰਨਾ ਪਵੇਗਾ।\n\nਜਦ ਤੁਸੀਂ ਰਜਿਸਟਰ ਕਰਦੇ ਹੋ ਤਾਂ COVIDSafe ਦੀ ਤੁਹਾਡੀ ਵਰਤੋਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਨੂੰ ਇਕੱਤਰ ਕੀਤਾ ਜਾਵੇਗਾ ਅਤੇ ਇਸ ਜਾਣਕਾਰੀ ਨੂੰ ਇੱਕ ਬੇਹੱਦ ਸੁਰੱਖਿਅਤ ਸਰਵਰ 'ਤੇ ਸਟੋਰ ਕੀਤਾ ਜਾਵੇਗਾ।\n\nCOVIDSafe ਤੁਹਾਡੀ ਲੋਕੇਸ਼ਨ ਜਾਣਕਾਰੀ ਨੂੰ ਇਕੱਤਰ ਨਹੀਂ ਕਰੇਗਾ।\n\n COVIDSafe ਤੁਹਾਡੀ ਡਿਵਾਈਸ 'ਤੇ, ਤੁਹਾਡੇ ਸੰਪਰਕ ਦੇ ਸਮੇਂ, ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਗੁੰਮਨਾਮ ਆਈਡੀ ਕੋਡ, ਬਲੂਟੁੱਥ® ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਹੋਰ ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਫ਼ੋਨ ਮਾਡਲ ਨੋਟ ਕਰੇਗਾ।\n\nਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰ ਜਿੰਨ੍ਹਾਂ ਨਾਲ ਤੁਸੀਂ ਸੰਪਰਕ ਵਿੱਚ ਆਉਂਦੇ ਹੋ, ਤੁਹਾਡੇ ਗੁੰਮਨਾਮ ਆਈਡੀ ਕੋਡ, ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਦੀ ਤਾਰੀਖ਼ ਅਤੇ ਸਮਾਂ, ਬਲੂਟੁੱਥ® ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਤੁਹਾਡੇ ਫ਼ੋਨ ਮਾਡਲ ਨੂੰ ਉਹਨਾਂ ਦੀ ਡੀਵਾਈਸ 'ਤੇ ਨੋਟ ਕਰਨਗੇ।\n\nਜੇ ਕੋਈ ਹੋਰ ਵਰਤੋਂਕਾਰ ਕੋਵਿਡ-19 ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਕਰਦਾ ਹੈ, ਤਾਂ ਉਹ ਆਪਣੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਨੂੰ ਅੱਪਲੋਡ ਕਰ ਸਕਦੇ ਹਨ ਅਤੇ ਕੋਈ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਸੰਪਰਕ ਟਰੇਸਿੰਗ ਲਈ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰ ਸਕਦਾ ਹੈ। \n\nਤੁਹਾਡੇ ਪੰਜੀਕਰਨ ਦੇ ਵਿਸਥਾਰਾਂ ਨੂੰ ਕੇਵਲ ਸੰਪਰਕ ਟਰੇਸਿੰਗ ਲਈ ਅਤੇ COVIDSafe ਦੇ ਉਚਿਤ ਅਤੇ ਕਨੂੰਨੀ ਕਾਰਜ-ਖੇਤਰ ਲਈ ਹੀ ਵਰਤਿਆ ਜਾਂ ਖੁਲਾਸਾ ਕੀਤਾ ਜਾਵੇਗਾ। \n\nਵਧੇਰੇ ਜਾਣਕਾਰੀ *ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੇ ਸਿਹਤ ਵਿਭਾਗ* ਦੀ ਵੈੱਬਸਾਈਟ 'ਤੇ ਉਪਲਬਧ ਹੈ।\n\nਤੁਹਾਡੀ ਜਾਣਕਾਰੀ ਅਤੇ ਅਧਿਕਾਰਾਂ ਬਾਰੇ ਅਤੇ ਇਸ ਨਾਲ ਕਿਵੇਂ ਨਿਪਟਿਆ ਜਾਵੇਗਾ ਅਤੇ ਇਸਨੂੰ ਸਾਂਝਾ ਕਿਵੇਂ ਕੀਤਾ ਜਾਵੇਗਾ, ਇਸ ਬਾਰੇ ਹੋਰ ਵਿਸਥਾਰਾਂ ਲਈ COVIDSafe *ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ* ਦੇਖੋ।"; "data_privacy_content" = "COVIdSafe ਪੰਜੀਕਰਨ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇਹ ਮਹੱਤਵਪੂਰਨ ਹੈ ਕਿ ਤੁਸੀਂ COVIDSafe ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ ਪੜ੍ਹੋ।\n\nਜੇ ਤੁਸੀਂ 16 ਸਾਲ ਤੋਂ ਘੱਟ ਉਮਰ ਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਡੇ ਮਾਪੇ/ਸਰਪ੍ਰਸਤ ਨੂੰ ਵੀ *ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ* ਪੜ੍ਹਨੀ ਚਾਹੀਦੀ ਹੈ।\n\nCOVIDSafe ਦੀ ਵਰਤੋਂ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਵੈ-ਇੱਛਤ ਹੈ। ਤੁਸੀਂ ਕਿਸੇ ਵੀ ਸਮੇਂ ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਇੰਸਟਾਲ ਜਾਂ ਡਿਲੀਟ ਕਰ ਸਕਦੇ ਹੋ। ਜੇ ਤੁਸੀਂ COVIDSafe ਨੂੰ ਡਿਲੀਟ ਕਰ ਦਿੰਦੇ ਹੋ, *ਤੁਸੀਂ ਆਪਣੀ ਜਾਣਕਾਰੀ* ਨੂੰ ਵੀ ਸੁਰੱਖਿਅਤ ਸਰਵਰ ਤੋਂ ਡਿਲੀਟ ਕਰਨ ਲਈ ਕਹਿ ਸਕਦੇ ਹੋ।\n\nCOVIDSafe ਪੰਜੀਕਰਨ ਕਰਨ ਲਈ, ਤੁਹਾਨੂੰ ਅਪਣਾ ਨਾਮ (ਜਾਂ ਨਕਲੀ ਨਾਮ), ਮੋਬਾਈਲ ਨੰਬਰ, ਉਮਰ ਸੀਮਾ ਅਤੇ ਪੋਸਟਕੋਡ ਦਾਖਲ ਕਰਨ ਦੀ ਲੋੜ ਪਵੇਗੀ।\n\nਰਜਿਸਟਰ ਕਰਨ ਵੇਲੇ ਤੁਹਾਡੇ ਵਲੋਂ ਦਿੱਤੀ ਜਾਣਕਾਰੀ ਅਤੇ COVIDSafe ਦੀ ਤੁਹਾਡੇ ਦੁਆਰਾ ਵਰਤੋਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਨੂੰ ਇੱਕ ਬੇਹੱਦ ਸੁਰੱਖਿਅਤ ਸਰਵਰ 'ਤੇ ਸਟੋਰ ਕੀਤਾ ਜਾਂਦਾ ਹੈ।\n\nਇਹ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਵੀ ਜਾਣਕਾਰੀ ਇਕੱਤਰ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ਕਿ COVIDSafe ਤੁਹਾਡੀ ਡੀਵਾਈਸ 'ਤੇ ਉਚਿਤ ਤਰੀਕੇ ਨਾਲ ਕੰਮ ਕਰ ਰਿਹਾ ਹੈ। ਇਸ ਵਿੱਚ ਤੁਹਾਡਾ ਆਪਰੇਟਿੰਗ ਸਿਸਟਮ, ਤੁਹਾਡੇ ਵੱਲੋਂ ਇੰਸਟਾਲ ਕੀਤੀ ਐਪ ਦਾ ਵਰਜ਼ਨ, ਤੁਹਾਡੀ ਡਿਵਾਈਸ 'ਤੇ ਸੈੱਟ ਕੀਤੀ ਗਈ ਭਾਸ਼ਾ, ਚਾਹੇ Bluetooth® ਕੰਮ ਕਰ ਰਿਹਾ ਹੋਵੇ ਅਤੇ ਜੇ ਤੁਹਾਡੀ ਐਪ ਨੇ ਪਿਛਲੇ ਸੱਤ ਦਿਨਾਂ ਵਿੱਚ ਕੋਈ ਵੀ ਮੁਕਾਬਲਿਆਂ ਨੂੰ ਰਿਕਾਰਡ ਕੀਤਾ ਹੋਵੇ।\n\nCOVIDSafe ਤੁਹਾਡੀ ਲੋਕੇਸ਼ਨ ਜਾਣਕਾਰੀ ਨੂੰ ਇਕੱਤਰ ਨਹੀਂ ਕਰੇਗਾ।\n\nCOVIDSafe ਤੁਹਾਡੇ ਸੰਪਰਕ ਵਿੱਚ ਆਉਣ ਵਾਲੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰਾਂ ਦੀ ਤਾਰੀਖ਼ ਅਤੇ ਸਮਾ, ਗੁੰਮਨਾਮ ID ਕੋਡ, Bluetooth ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਫੋਨ ਮਾਡਲ ਤੁਹਾਡੀ ਡਿਵਾਈਸ 'ਤੇ \nਨੋਟ ਕਰੇਗਾ।\n\nਦੂਜੇ COVIDSafe ਵਰਤੋਂਕਾਰ ਜਿੰਨ੍ਹਾਂ ਦੇ ਸੰਪਰਕ ਵਿੱਚ ਤੁਸੀਂ ਆਉਂਦੇ ਹੋ, ਤੁਹਾਡਾ ਗੁੰਮਨਾਮ ID ਕੋਡ ਅਤੇ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਦੀ ਤਾਰੀਖ਼ ਅਤੇ ਸਮਾਂ, Bluetooth ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਤੁਹਾਡਾ \nਫੋਨ ਮਾਡਲ ਉਹਨਾਂ ਦੀ ਡੀਵਾਈਸ 'ਤੇ ਨੋਟ ਕਰਨਗੇ।\n\nਜੇ ਕੋਈ ਹੋਰ ਵਰਤੋਂਕਾਰ COVIDSafe ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਕਰਦਾ ਹੈ, ਤਾਂ ਉਹ ਆਪਣੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਨੂੰ ਅੱਪਲੋਡ ਕਰ ਸਕਦੇ ਹਨ ਅਤੇ ਕੋਈ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਇਲਾਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਤੁਹਾਡੇ ਕੰਟੈਕਟ ਟਰੇਸ ਕਰਨ ਲਈ ਸੰਪਰਕ ਕਰ ਸਕਦਾ ਹੈ। \n\nਤੁਹਾਡੇ ਪੰਜੀਕਰਨ ਦੇ ਵਿਸਥਾਰਾਂ ਨੂੰ ਕੇਵਲ ਸੰਪਰਕ ਟਰੇਸਿੰਗ ਲਈ ਅਤੇ COVIDSafe ਦੇ ਉਚਿਤ ਅਤੇ ਕਨੂੰਨੀ ਕਾਰਜ-ਖੇਤਰ ਲਈ ਵਰਤਿਆ ਜਾਂ ਖੁਲਾਸਾ ਕੀਤਾ ਜਾਵੇਗਾ।\n\nਵਧੇਰੇ ਜਾਣਕਾਰੀ *covidsafe.go.au* 'ਤੇ ਉਪਲਬਧ ਹੈ।\n\nਤੁਹਾਡੀ ਜਾਣਕਾਰੀ ਅਤੇ ਅਧਿਕਾਰਾਂ ਬਾਰੇ ਅਤੇ ਇਸ ਨਾਲ ਕਿਵੇਂ ਨਿਪਟਿਆ ਅਤੇ ਸਾਂਝਾ ਕੀਤਾ ਜਾਵੇਗਾ, ਇਸ ਬਾਰੇ ਹੋਰ ਵਿਸਥਾਰਾਂ ਲਈ COVIDSafe *ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ* ਦੇਖੋ।";
"data_privacy_content_VO" = "COVIdsafe ਪੰਜੀਕਰਨ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇਹ ਮਹੱਤਵਪੂਰਨ ਹੈ ਕਿ ਤੁਸੀਂ COVIDSafe ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ ਪੜ੍ਹੋ।\n\nਜੇ ਤੁਸੀਂ 16 ਸਾਲ ਤੋਂ ਘੱਟ ਉਮਰ ਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਡੇ ਮਾਪੇ/ਸਰਪ੍ਰਸਤ ਨੂੰ ਵੀ ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ ਪੜ੍ਹਨੀ ਚਾਹੀਦੀ ਹੈ।\n\nCOVIDSafe ਦੀ ਵਰਤੋਂ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਵੈ-ਇੱਛਤ ਹੈ। ਤੁਸੀਂ ਕਿਸੇ ਵੀ ਸਮੇਂ ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਇੰਸਟਾਲ ਜਾਂ ਡਿਲੀਟ ਕਰ ਸਕਦੇ ਹੋ। ਜੇ ਤੁਸੀਂ COVIDSafe ਨੂੰ ਡਿਲੀਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ ਆਪਣੀ ਜਾਣਕਾਰੀ ਨੂੰ ਸੁਰੱਖਿਅਤ ਸਰਵਰ ਤੋਂ ਡਿਲੀਟ ਕਰਨ ਲਈ ਵੀ ਕਹਿ ਸਕਦੇ ਹੋ।\n\nCOVIDSafe ਪੰਜੀਕਰਨ ਲਈ, ਤੁਹਾਨੂੰ ਅਪਣਾ ਨਾਮ (ਜਾਂ ਨਕਲੀ ਨਾਮ), ਮੋਬਾਈਲ ਨੰਬਰ, ਉਮਰ ਸੀਮਾ ਅਤੇ ਪੋਸਟਕੋਡ ਭਰਨਾ ਪਵੇਗਾ|\n\nਪੰਜੀਕਰਨ ਵੇਲੇ ਦਿਤੀ ਜਾਣਕਾਰੀ ਅਤੇ COVIDSafe ਦੀ ਵਰਤੋਂ ਬਾਰੇ ਤੁਹਾਡੀ ਜਾਣਕਾਰੀ ਇਕੱਠੀ ਕੀਤੀ ਜਾਵੇਗੀ ਅਤੇ ਇੱਕ ਬੇਹੱਦ ਸੁਰੱਖਿਅਤ ਸਰਵਰ 'ਤੇ ਸਟੋਰ ਕੀਤੀ ਜਾਵੇਗੀ।\n\nCOVIDSafe ਤੁਹਾਡੀ ਲੋਕੇਸ਼ਨ ਜਾਣਕਾਰੀ ਨੂੰ ਇਕੱਠਾ ਨਹੀਂ ਕਰੇਗਾ।\n\nCOVIDSafe ਤੁਹਾਡੇ ਡਿਵਾਈਸ 'ਤੇ, ਤੁਹਾਡੇ ਸੰਪਰਕ ਵਿੱਚ ਆਉਣ ਵਾਲੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਸੰਪਰਕ ਦਾ ਸਮਾਂ, ਗੁੰਮਨਾਮ ਆਈਡੀ ਕੋਡ, ਬਲੂਟੁੱਥ ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਹੋਰ ਵਰਤੋਂਕਾਰਾਂ ਦੇ ਫ਼ੋਨ ਮਾਡਲ ਨੂੰ ਨੋਟ ਕਰੇਗਾ।\n\nਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰ ਜਿੰਨ੍ਹਾਂ ਨਾਲ ਤੁਸੀਂ ਸੰਪਰਕ ਵਿੱਚ ਆਉਂਦੇ ਹੋ, ਉਹ ਤੁਹਾਡੇ ਗੁੰਮਨਾਮ ਆਈਡੀ ਕੋਡ, ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਦੀ ਤਾਰੀਖ਼ ਅਤੇ ਸਮਾਂ, ਬਲੂਟੁੱਥ ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਤੁਹਾਡੇ ਫ਼ੋਨ ਮਾਡਲ ਨੂੰ ਵੀ ਉਹਨਾਂ ਦੀ ਡੀਵਾਈਸ 'ਤੇ ਨੋਟ ਕਰਨਗੇ।\n\nਜੇ ਕੋਈ ਹੋਰ ਵਰਤੋਂਕਾਰ COVIDSafe ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਕਰਦਾ ਹੈ, ਤਾਂ ਉਹ ਆਪਣੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਨੂੰ ਅੱਪਲੋਡ ਕਰ ਸਕਦੇ ਹਨ ਅਤੇ ਕੋਈ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਇਲਾਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਤੁਹਾਡੇ ਕੰਟੈਕਟ ਟਰੇਸ ਕਰਨ ਲਈ ਸੰਪਰਕ ਕਰ ਸਕਦਾ ਹੈ। \n\nਤੁਹਾਡੇ ਪੰਜੀਕਰਨ ਦੇ ਵਿਸਥਾਰਾਂ ਨੂੰ ਕੇਵਲ ਸੰਪਰਕ ਟਰੇਸਿੰਗ ਵਾਸਤੇ ਅਤੇ COVIDSafe ਦੇ ਉਚਿਤ ਅਤੇ ਕਨੂੰਨੀ ਕਾਰਜ-ਖੇਤਰ ਵਾਸਤੇ ਵਰਤਿਆ ਜਾਵੇਗਾ ਜਾਂ ਖੁਲਾਸਾ ਕੀਤਾ ਜਾਵੇਗਾ। \n\nਵਧੇਰੇ ਜਾਣਕਾਰੀ ਆਸਟਰੇਲੀਆ ਸਰਕਾਰ ਦੇ ਸਿਹਤ ਵਿਭਾਗ ਦੀ ਵੈੱਬਸਾਈਟ 'ਤੇ ਉਪਲਬਧ ਹੈ।\n\nਤੁਹਾਡੇ ਅਧਿਕਾਰਾਂ ਦੀ ਜਾਣਕਾਰੀ ਅਤੇ ਇਹਨਾਂ ਨਾਲ ਕਿਵੇਂ ਨਿਪਟਿਆ ਅਤੇ ਇਹਨਾਂ ਨੂੰ ਕਿਵੇਂ ਸਾਂਝਾ ਕੀਤਾ ਜਾਵੇਗਾ, ਇਸ ਬਾਰੇ ਹੋਰ ਵਿਸਥਾਰਾਂ ਲਈ COVIDSafe ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ ਦੇਖੋ।"; "data_privacy_content_VO" = "COVIdSafe ਪੰਜੀਕਰਨ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇਹ ਮਹੱਤਵਪੂਰਨ ਹੈ ਕਿ ਤੁਸੀਂ COVIDSafe ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ ਪੜ੍ਹੋ।\n\nਜੇ ਤੁਸੀਂ 16 ਸਾਲ ਤੋਂ ਘੱਟ ਉਮਰ ਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਡੇ ਮਾਪੇ/ਸਰਪ੍ਰਸਤ ਨੂੰ ਵੀ ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ ਪੜ੍ਹਨੀ ਚਾਹੀਦੀ ਹੈ।\n\nCOVIDSafe ਦੀ ਵਰਤੋਂ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਵੈ-ਇੱਛਤ ਹੈ। ਤੁਸੀਂ ਕਿਸੇ ਵੀ ਸਮੇਂ ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਇੰਸਟਾਲ ਜਾਂ ਡਿਲੀਟ ਕਰ ਸਕਦੇ ਹੋ। ਜੇ ਤੁਸੀਂ COVIDSafe ਨੂੰ ਡਿਲੀਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ ਆਪਣੀ ਜਾਣਕਾਰੀ ਨੂੰ ਸੁਰੱਖਿਅਤ ਸਰਵਰ ਤੋਂ ਡਿਲੀਟ ਕਰਨ ਲਈ ਵੀ ਕਹਿ ਸਕਦੇ ਹੋ।\n\nCOVIDSafe ਪੰਜੀਕਰਨ ਲਈ, ਤੁਹਾਨੂੰ ਅਪਣਾ ਨਾਮ (ਜਾਂ ਨਕਲੀ ਨਾਮ), ਮੋਬਾਈਲ ਨੰਬਰ, ਉਮਰ ਸੀਮਾ ਅਤੇ ਪੋਸਟਕੋਡ ਭਰਨਾ ਪਵੇਗਾ|\n\nਰਜਿਸਟਰ ਕਰਨ ਵੇਲੇ ਤੁਹਾਡੇ ਵਲੋਂ ਦਿੱਤੀ ਜਾਣਕਾਰੀ ਅਤੇ COVIDSafe ਦੀ ਤੁਹਾਡੇ ਦੁਆਰਾ ਵਰਤੋਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਨੂੰ ਇੱਕ ਬੇਹੱਦ ਸੁਰੱਖਿਅਤ ਸਰਵਰ 'ਤੇ ਸਟੋਰ ਕੀਤਾ ਜਾਂਦਾ ਹੈ।\n\nCOVIDSafe ਤੁਹਾਡੀ ਲੋਕੇਸ਼ਨ ਜਾਣਕਾਰੀ ਨੂੰ ਇਕੱਠਾ ਨਹੀਂ ਕਰੇਗਾ।\n\nCOVIDSafe ਤੁਹਾਡੇ ਸੰਪਰਕ ਵਿੱਚ ਆਉਣ ਵਾਲੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰਾਂ ਦੀ ਤਾਰੀਖ਼ ਅਤੇ ਸਮਾ, ਗੁੰਮਨਾਮ ID ਕੋਡ, Bluetooth ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਫੋਨ ਮਾਡਲ ਤੁਹਾਡੀ ਡਿਵਾਈਸ 'ਤੇ \nਨੋਟ ਕਰੇਗਾ।\n\nਦੂਜੇ COVIDSafe ਵਰਤੋਂਕਾਰ ਜਿੰਨ੍ਹਾਂ ਦੇ ਸੰਪਰਕ ਵਿੱਚ ਤੁਸੀਂ ਆਉਂਦੇ ਹੋ, ਤੁਹਾਡਾ ਗੁੰਮਨਾਮ ID ਕੋਡ ਅਤੇ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਦੀ ਤਾਰੀਖ਼ ਅਤੇ ਸਮਾਂ, Bluetooth ਸਿਗਨਲ ਸ਼ਕਤੀ ਅਤੇ ਤੁਹਾਡਾ \nਫੋਨ ਮਾਡਲ ਉਹਨਾਂ ਦੀ ਡੀਵਾਈਸ 'ਤੇ ਨੋਟ ਕਰਨਗੇ।\n\nਜੇ ਕੋਈ ਹੋਰ ਵਰਤੋਂਕਾਰ COVIDSafe ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਕਰਦਾ ਹੈ, ਤਾਂ ਉਹ ਆਪਣੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਨੂੰ ਅੱਪਲੋਡ ਕਰ ਸਕਦੇ ਹਨ ਅਤੇ ਕੋਈ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਇਲਾਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਤੁਹਾਡੇ ਕੰਟੈਕਟ ਟਰੇਸ ਕਰਨ ਲਈ ਸੰਪਰਕ ਕਰ ਸਕਦਾ ਹੈ। \n\nਤੁਹਾਡੇ ਪੰਜੀਕਰਨ ਦੇ ਵਿਸਥਾਰਾਂ ਨੂੰ ਕੇਵਲ ਸੰਪਰਕ ਟਰੇਸਿੰਗ ਲਈ ਅਤੇ COVIDSafe ਦੇ ਉਚਿਤ ਅਤੇ ਕਨੂੰਨੀ ਕਾਰਜ-ਖੇਤਰ ਲਈ ਵਰਤਿਆ ਜਾਂ ਖੁਲਾਸਾ ਕੀਤਾ ਜਾਵੇਗਾ। \n\nਵਧੇਰੇ ਜਾਣਕਾਰੀ covidsafre.gov.au website 'ਤੇ ਉਪਲਬਧ ਹੈ।\n\nਤੁਹਾਡੇ ਅਧਿਕਾਰਾਂ ਦੀ ਜਾਣਕਾਰੀ ਅਤੇ ਇਹਨਾਂ ਨਾਲ ਕਿਵੇਂ ਨਿਪਟਿਆ ਅਤੇ ਇਹਨਾਂ ਨੂੰ ਕਿਵੇਂ ਸਾਂਝਾ ਕੀਤਾ ਜਾਵੇਗਾ, ਇਸ ਬਾਰੇ ਹੋਰ ਵਿਸਥਾਰਾਂ ਲਈ COVIDSafe ਪ੍ਰਾਈਵੇਸੀ ਨੀਤੀ ਦੇਖੋ।";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "ਪੰਜੀਕਰਨ ਅਤੇ ਪ੍ਰਾਈਵੇਸੀ"; "data_privacy_headline" = "ਪੰਜੀਕਰਨ ਅਤੇ ਪ੍ਰਾਈਵੇਸੀ";
"deaths" = "ਮੌਤਾਂ"; "deaths" = "ਮੌਤਾਂ";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "ਰੱਦ"; "dialog_error_uploading_negative" = "ਰੱਦ";
"dialog_error_uploading_positive" = "ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ"; "dialog_error_uploading_positive" = "ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ";
"dialog_uploading_message" = "ਤੁਹਾਡੀ COVIDSafe ਜਾਣਕਾਰੀ ਨੂੰ ਇਸ ਵੇਲੇ ਅੱਪਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।\n\nਕਿਰਪਾ ਕਰਕੇ ਐਪ ਬੰਦ ਨਾ ਕਰੋ।"; "dialog_uploading_message" = "ਤੁਹਾਡੀ COVIDSafe ਜਾਣਕਾਰੀ ਨੂੰ ਇਸ ਵੇਲੇ ਅੱਪਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।\n\nਕਿਰਪਾ ਕਰਕੇ ਐਪ ਬੰਦ ਨਾ ਕਰੋ।";
"dismiss" = "ਰੱਦ ਕਰਨਾ";
"done_success" = "ਕੀਤਾ"; "done_success" = "ਕੀਤਾ";
"enter_number_button" = "ਪਿੰਨ ਲਓ"; "enter_number_button" = "ਪਿੰਨ ਲਓ";
"enter_number_content" = "ਤੁਹਾਡੇ ਮੋਬਾਈਲ ਨੰਬਰ ਦੀ ਪੁਸ਼ਟੀ ਕਰਨ ਲਈ ਅਸੀਂ ਤੁਹਾਨੂੰ 6-ਅੰਕਾਂ ਦਾ ਪਿੰਨ ਭੇਜਾਂਗੇ।"; "enter_number_content" = "ਤੁਹਾਡੇ ਮੋਬਾਈਲ ਨੰਬਰ ਦੀ ਪੁਸ਼ਟੀ ਕਰਨ ਲਈ ਅਸੀਂ ਤੁਹਾਨੂੰ 6-ਅੰਕਾਂ ਦਾ ਪਿੰਨ ਭੇਜਾਂਗੇ।";
@ -259,6 +261,7 @@
"global_close" = "ਬੰਦ ਕਰੋ"; "global_close" = "ਬੰਦ ਕਰੋ";
"global_double_tap" = "ਸੋਧਣ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ"; "global_double_tap" = "ਸੋਧਣ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ";
"global_OK" = "ਠੀਕ ਹੈ"; "global_OK" = "ਠੀਕ ਹੈ";
"hide" = "ਛੁਪਾਣਾ";
"home_app_permission_status_subtitle" = "COVIDSafe ਸਹੀ ਸੈਟਿੰਗਾਂ ਤੋਂ ਬਿਨਾਂ ਕੰਮ ਨਹੀਂ ਕਰੇਗਾ।"; "home_app_permission_status_subtitle" = "COVIDSafe ਸਹੀ ਸੈਟਿੰਗਾਂ ਤੋਂ ਬਿਨਾਂ ਕੰਮ ਨਹੀਂ ਕਰੇਗਾ।";
"home_app_permission_status_title" = "ਆਪਣੀਆਂ ਸੈਟਿੰਗਾਂ ਚੈੱਕ ਕਰੋ"; "home_app_permission_status_title" = "ਆਪਣੀਆਂ ਸੈਟਿੰਗਾਂ ਚੈੱਕ ਕਰੋ";
"home_data_uploaded_message" = "ਕੋਵਿਡ-19 ਦੇ ਫੈਲਣ ਨੂੰ ਰੋਕਣ ਵਿੱਚ ਸਹਾਇਤਾ ਕਰੋ ਅਤੇ ਆਪਣੇ ਲੱਛਣਾਂ 'ਤੇ ਨਜ਼ਰ ਰੱਖੋ।"; "home_data_uploaded_message" = "ਕੋਵਿਡ-19 ਦੇ ਫੈਲਣ ਨੂੰ ਰੋਕਣ ਵਿੱਚ ਸਹਾਇਤਾ ਕਰੋ ਅਤੇ ਆਪਣੇ ਲੱਛਣਾਂ 'ਤੇ ਨਜ਼ਰ ਰੱਖੋ।";
@ -274,7 +277,7 @@
"home_set_complete_external_link_app_title" = "ਕੋਰੋਨਾਵਾਇਰਸ ਐਪ ਪ੍ਰਾਪਤ ਕਰੋ"; "home_set_complete_external_link_app_title" = "ਕੋਰੋਨਾਵਾਇਰਸ ਐਪ ਪ੍ਰਾਪਤ ਕਰੋ";
"home_set_complete_external_link_been_contacted_content" = "ਤੁਸੀਂ ਆਪਣੀ ਜਾਣਕਾਰੀ ਤਾਂ ਹੀ ਅੱਪਲੋਡ ਕਰ ਸਕਦੇ ਹੋ ਜੇਕਰ ਤੁਹਾਡਾ ਟੈਸਟ ਪਾਜ਼ੇਟਿਵ ਆਇਆ ਹੋਵੇ|"; "home_set_complete_external_link_been_contacted_content" = "ਤੁਸੀਂ ਆਪਣੀ ਜਾਣਕਾਰੀ ਤਾਂ ਹੀ ਅੱਪਲੋਡ ਕਰ ਸਕਦੇ ਹੋ ਜੇਕਰ ਤੁਹਾਡਾ ਟੈਸਟ ਪਾਜ਼ੇਟਿਵ ਆਇਆ ਹੋਵੇ|";
"home_set_complete_external_link_been_contacted_title" = "ਕੀ ਕਿਸੇ ਸਿਹਤ ਅਧਿਕਾਰੀ ਨੇ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕੀਤਾ ਹੈ?"; "home_set_complete_external_link_been_contacted_title" = "ਕੀ ਕਿਸੇ ਸਿਹਤ ਅਧਿਕਾਰੀ ਨੇ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕੀਤਾ ਹੈ?";
"home_set_complete_external_link_help_topics_content" = "ਤਕਨੀਕੀ ਸਮੱਸਿਆਵਾਂ ਨੂੰ ਹੱਲ ਕਰਨ ਅਤੇ ਠੀਕ ਕਰਨ ਦੇ ਤਰੀਕੇ ਬਾਰੇ ਮਾਰਗ ਦਰਸ਼ਨ।"; "home_set_complete_external_link_help_topics_content" = "ਤਕਨੀਕੀ ਸਮੱਸਿਆਵਾਂ ਨੂੰ ਟ੍ਰਬਲਸ਼ੂਟ ਅਤੇ ਹੱਲ ਕਰਨ ਬਾਰੇ ਮਾਰਗ ਦਰਸ਼ਨ";
"home_set_complete_external_link_help_topics_title" = "ਸਹਾਇਤਾ ਵਿਸ਼ੇ"; "home_set_complete_external_link_help_topics_title" = "ਸਹਾਇਤਾ ਵਿਸ਼ੇ";
"home_set_complete_external_link_news_content" = "ਤਾਜ਼ਾ ਕੋਰੋਨਾਵਾਇਰਸ ਖ਼ਬਰਾਂ ਲਈ aus.gov.au ਵੱਲ ਜਾਓ।"; "home_set_complete_external_link_news_content" = "ਤਾਜ਼ਾ ਕੋਰੋਨਾਵਾਇਰਸ ਖ਼ਬਰਾਂ ਲਈ aus.gov.au ਵੱਲ ਜਾਓ।";
"home_set_complete_external_link_news_title" = "ਤਾਜ਼ਾ ਖ਼ਬਰਾਂ ਅਤੇ ਅੱਪਡੇਟ"; "home_set_complete_external_link_news_title" = "ਤਾਜ਼ਾ ਖ਼ਬਰਾਂ ਅਤੇ ਅੱਪਡੇਟ";
@ -291,7 +294,7 @@
"home_setup_help" = "ਸਹਾਇਤਾ"; "home_setup_help" = "ਸਹਾਇਤਾ";
"home_version_number_ios" = "ਵਰਜਨ %@, ਬਿਲਡ %@"; "home_version_number_ios" = "ਵਰਜਨ %@, ਬਿਲਡ %@";
"how_it_works_button" = "ਅੱਗੇ"; "how_it_works_button" = "ਅੱਗੇ";
"how_it_works_content" = "ਬਲੂਟੁੱਥ ਸਿਗਨਲਾਂ ਦੀ ਵਰਤੋਂ ਇਹ ਦੱਸਦੀ ਹੈ ਜਦੋਂ ਤੁਸੀਂ ਕਿਸੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰ ਦੇ ਨੇੜੇ ਹੁੰਦੇ ਹੋ।\n\nਤੁਹਾਡੇ ਅਤੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰਾਂ ਵਿਚਕਾਰ ਨਜ਼ਦੀਕੀ ਸੰਪਰਕ ਦੀ ਹਰੇਕ ਇਕਾਈ ਨੂੰ ਨਜ਼ਦੀਕੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਲਈ ਨੋਟ ਕੀਤਾ ਜਾਂਦਾ ਹੈ। ਇਹ ਜਾਣਕਾਰੀ ਏਨਕ੍ਰਿਪਟਿਡ ਹੁੰਦੀ ਹੈ ਅਤੇ ਕੇਵਲ ਤੁਹਾਡੇ ਫ਼ੋਨ ਵਿੱਚ ਹੀ ਸਟੋਰ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।\n\nਜੇ ਤੁਸੀਂ COVIDSafe ਵਰਤੋਂਕਾਰ ਵਜੋਂ ਕੋਵਿਡ-19 ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਕੋਈ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰੇਗਾ। ਉਹ ਤੁਹਾਡੀ ਨਜ਼ਦੀਕੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਨੂੰ ਇੱਕ ਬੇਹੱਦ ਸੁਰੱਖਿਅਤ ਜਾਣਕਾਰੀ ਸਟੋਰੇਜ ਸਿਸਟਮ ਵਿੱਚ ਅੱਪਲੋਡ ਕਰਨ ਵਿੱਚ ਸਹਾਇਤਾ ਕਰਨਗੇ। \n\nਜੇ ਤੁਸੀਂ ਕਿਸੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰ ਜੋ ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਹੋਇਆ ਸੀ ਦੇ ਸੰਪਰਕ ਵਿੱਚ ਆਏ ਤਾਂ ਭੀ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰ ਸਕਦੇ ਹਨ|\n\nਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ ਕਿਰਪਾ ਕਰਕੇ *ਸਹਾਇਤਾ ਵਿਸ਼ੇ* ਪੰਨਾ ਦੇਖੋ।\n"; "how_it_works_content" = "Bluetooth ਸਿਗਨਲਾਂ ਦੀ ਵਰਤੋਂ ਇਹ ਦੱਸਦੀ ਹੈ ਜਦੋਂ ਤੁਸੀਂ ਕਿਸੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰ ਦੇ ਨੇੜੇ ਹੁੰਦੇ ਹੋ।\n\nਤੁਹਾਡੇ ਅਤੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰਾਂ ਵਿਚਕਾਰ ਨਜ਼ਦੀਕੀ ਸੰਪਰਕ ਦੀ ਹਰੇਕ ਇਕਾਈ ਨੂੰ ਨਜ਼ਦੀਕੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਲਈ ਨੋਟ ਕੀਤਾ ਜਾਂਦਾ ਹੈ। ਇਹ ਜਾਣਕਾਰੀ ਏਨਕ੍ਰਿਪਟਿਡ ਹੁੰਦੀ ਹੈ ਅਤੇ ਕੇਵਲ ਤੁਹਾਡੇ ਫ਼ੋਨ ਵਿੱਚ ਹੀ ਸਟੋਰ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।\n\nਜੇ ਤੁਸੀਂ COVIDSafe ਵਰਤੋਂਕਾਰ ਵਜੋਂ ਕੋਵਿਡ-19 ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਕੋਈ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰੇਗਾ। ਉਹ ਤੁਹਾਡੀ ਨਜ਼ਦੀਕੀ ਸੰਪਰਕ ਜਾਣਕਾਰੀ ਨੂੰ ਇੱਕ ਬੇਹੱਦ ਸੁਰੱਖਿਅਤ ਜਾਣਕਾਰੀ ਸਟੋਰੇਜ ਸਿਸਟਮ ਵਿੱਚ ਅੱਪਲੋਡ ਕਰਨ ਵਿੱਚ ਸਹਾਇਤਾ ਕਰਨਗੇ। \n\nਜੇ ਤੁਸੀਂ ਕਿਸੇ ਹੋਰ COVIDSafe ਵਰਤੋਂਕਾਰ ਜੋ ਪਾਜ਼ੇਟਿਵ ਟੈਸਟ ਹੋਇਆ ਸੀ ਦੇ ਸੰਪਰਕ ਵਿੱਚ ਆਏ ਤਾਂ ਭੀ ਪ੍ਰਾਂਤਿਕ ਜਾਂ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰ ਸਕਦੇ ਹਨ|\n\nਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ ਕਿਰਪਾ ਕਰਕੇ *ਸਹਾਇਤਾ ਵਿਸ਼ੇ* ਪੰਨਾ ਦੇਖੋ।";
/* OnBoarding How it works */ /* OnBoarding How it works */
"how_it_works_headline" = "COVIDSafe ਕਿਵੇਂ ਕੰਮ ਕਰਦਾ ਹੈ"; "how_it_works_headline" = "COVIDSafe ਕਿਵੇਂ ਕੰਮ ਕਰਦਾ ਹੈ";
"improve" = "ਐਪ ਪ੍ਰਦਰਸ਼ਨ ਵਿੱਚ ਸੁਧਾਰ ਕਰੋ"; "improve" = "ਐਪ ਪ੍ਰਦਰਸ਼ਨ ਵਿੱਚ ਸੁਧਾਰ ਕਰੋ";
@ -303,13 +306,15 @@
"internet_screen_content_2" = "ਜਦੋਂ ਕੋਈ ਅੱਪਡੇਟ ਦਾ ਨਵਾਂ ਵਰਜਨ ਉਪਲਬਧ ਹੋਵੇ|"; "internet_screen_content_2" = "ਜਦੋਂ ਕੋਈ ਅੱਪਡੇਟ ਦਾ ਨਵਾਂ ਵਰਜਨ ਉਪਲਬਧ ਹੋਵੇ|";
"internet_screen_heading" = "COVIDSafe ਦੇ ਪ੍ਰਦਰਸ਼ਨ ਵਿੱਚ ਸੁਧਾਰ ਕਰਨ ਲਈ ਇੰਟਰਨੈੱਟ ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਬਾਰੇ"; "internet_screen_heading" = "COVIDSafe ਦੇ ਪ੍ਰਦਰਸ਼ਨ ਵਿੱਚ ਸੁਧਾਰ ਕਰਨ ਲਈ ਇੰਟਰਨੈੱਟ ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਬਾਰੇ";
"intro_button" = "ਮੈਂ ਸਹਾਇਤਾ ਕਰਨਾ ਚਾਹੁੰਦਾ ਹਾਂ"; "intro_button" = "ਮੈਂ ਸਹਾਇਤਾ ਕਰਨਾ ਚਾਹੁੰਦਾ ਹਾਂ";
"intro_content" = "COVIDSafe ਨੂੰ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੁਆਰਾ ਵਿਕਸਤ ਕੀਤਾ ਗਿਆ ਹੈ ਤਾਂ ਜੋ ਸਮਾਜ ਨੂੰ ਕੋਰੋਨਾਵਾਇਰਸ ਦੇ ਫੈਲਣ ਤੋਂ ਸੁਰੱਖਿਅਤ ਰੱਖਣ ਵਿੱਚ ਸਹਾਇਤਾ ਮਿਲ ਸਕੇ।\n\nCOVIDSafe ਤੁਹਾਡੇ ਐਪ ਦੇ ਹੋਰ ਵਰਤੋਂਕਾਰਾਂ ਨਾਲ ਸੰਪਰਕ ਸੁਰੱਖਿਅਤ ਤਰੀਕੇ ਨਾਲ ਨੋਟ ਕਰੇਗਾ। ਜੇ ਤੁਸੀਂ ਕਿਸੇ ਅਜਿਹੇ ਵਿਅਕਤੀ ਦੇ ਸੰਪਰਕ ਵਿੱਚ ਆਏ ਹੋ ਜਿਸਦਾ ਵਾਇਰਸ ਟੈਸਟ ਪਾਜ਼ੇਟਿਵ ਆਇਆ ਹੈ ਤਾਂ ਇਹ ਰਾਜ ਅਤੇ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀਆਂ ਨੂੰ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਵੇਗਾ|\n\nਇਕੱਠੇ ਅਸੀਂ ਫੈਲਣ ਨੂੰ ਰੋਕਣ ਅਤੇ ਸਿਹਤਮੰਦ ਬਣੇ ਰਹਿਣ ਵਿੱਚ ਸਹਾਈ ਹੋ ਸਕਦੇ ਹਾਂ।\n\n\n\n\n\n\n"; "intro_content" = "COVIDSafe ਨੂੰ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੁਆਰਾ ਵਿਕਸਤ ਕੀਤਾ ਗਿਆ ਹੈ ਤਾਂ ਜੋ ਸਮਾਜ ਨੂੰ ਕੋਰੋਨਾਵਾਇਰਸ ਦੇ ਫੈਲਣ ਤੋਂ ਸੁਰੱਖਿਅਤ ਰੱਖਣ ਵਿੱਚ ਸਹਾਇਤਾ ਮਿਲ ਸਕੇ।\n\nCOVIDSafe ਤੁਹਾਡੇ ਐਪ ਦੇ ਹੋਰ ਵਰਤੋਂਕਾਰਾਂ ਨਾਲ ਸੰਪਰਕ ਸੁਰੱਖਿਅਤ ਤਰੀਕੇ ਨਾਲ ਨੋਟ ਕਰੇਗਾ। ਜੇ ਤੁਸੀਂ ਕਿਸੇ ਅਜਿਹੇ ਵਿਅਕਤੀ ਦੇ ਸੰਪਰਕ ਵਿੱਚ ਆਏ ਹੋ ਜਿਸਦਾ ਵਾਇਰਸ ਟੈਸਟ ਪਾਜ਼ੇਟਿਵ ਆਇਆ ਹੈ ਤਾਂ ਇਹ ਰਾਜ ਅਤੇ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀਆਂ ਨੂੰ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰਨ ਦੇ ਯੋਗ ਬਣਾਵੇਗਾ|\n\nਇਕੱਠੇ ਅਸੀਂ ਫੈਲਣ ਨੂੰ ਰੋਕਣ ਅਤੇ ਸਿਹਤਮੰਦ ਬਣੇ ਰਹਿਣ ਵਿੱਚ ਸਹਾਈ ਹੋ ਸਕਦੇ ਹਾਂ।";
/* OnBoarding Intro */ /* OnBoarding Intro */
"intro_headline" = "ਇਕੱਠੇ ਅਸੀਂ ਕੋਵਿਡ-19 ਦੇ ਫੈਲਾਅ ਨੂੰ ਰੋਕ ਸਕਦੇ ਹਾਂ।"; "intro_headline" = "ਇਕੱਠੇ ਅਸੀਂ ਕੋਵਿਡ-19 ਦੇ ਫੈਲਾਅ ਨੂੰ ਰੋਕ ਸਕਦੇ ਹਾਂ।";
/* Class = "UILabel"; text = "Help stop the spread\nand save lives."; ObjectID = "Cme-9F-deB"; */ /* Class = "UILabel"; text = "Help stop the spread\nand save lives."; ObjectID = "Cme-9F-deB"; */
"IntroLabel" = "ਫੈਲਣ ਨੂੰ ਰੋਕਣ ਵਿੱਚ ਸਹਾਇਤਾ ਕਰੋ ਅਤੇ ਜ਼ਿੰਦਗੀਆਂ ਬਚਾਓ।"; "IntroLabel" = "ਫੈਲਣ ਨੂੰ ਰੋਕਣ ਵਿੱਚ ਸਹਾਇਤਾ ਕਰੋ ਅਤੇ ਜ਼ਿੰਦਗੀਆਂ ਬਚਾਓ।";
"invalid_australian_phone_number_error_prompt" = "ਆਸਟਰੇਲੀਆਈ ਮੋਬਾਈਲ ਨੰਬਰਾਂ ਵਿੱਚ ਅਧਿਕਤਮ 10 ਅੰਕ ਹੁੰਦੇ ਹਨ।"; "invalid_australian_phone_number_error_prompt" = "ਆਸਟਰੇਲੀਆਈ ਮੋਬਾਈਲ ਨੰਬਰਾਂ ਵਿੱਚ ਅਧਿਕਤਮ 10 ਅੰਕ ਹੁੰਦੇ ਹਨ।";
"invalid_norfolk_island_phone_number_error_prompt" = "ਨੋਰਫੋਕ ਆਈਲੈਂਡਜ਼ ਵਿਖੇ ਮੋਬਾਈਲ ਨੰਬਰਾਂ ਦੇ 5 ਤੋਂ 6 ਅੰਕ ਹੁੰਦੇ ਹਨ।"; "invalid_norfolk_island_phone_number_error_prompt" = "ਨੋਰਫੋਕ ਆਈਲੈਂਡਜ਼ ਵਿਖੇ ਮੋਬਾਈਲ ਨੰਬਰਾਂ ਦੇ 5 ਤੋਂ 6 ਅੰਕ ਹੁੰਦੇ ਹਨ।";
"jwt_description" = "ਤੁਹਾਡੇ ਪੰਜੀਕਰਨ (ਰਜ਼ਿਸਟ੍ਰੇਸ਼ਨ) ਦੇ ਵਿਸਥਾਰਾਂ ਵਿੱਚ ਕੋਈ ਸਮੱਸਿਆ ਹੈ।";
"jwt_heading" = "ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਰਜਿਸਟਰ ਕਰੋ";
"loading_numbers" = "ਤਾਜ਼ਾ ਅੰਕੜੇ ਲੋਡ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ"; "loading_numbers" = "ਤਾਜ਼ਾ ਅੰਕੜੇ ਲੋਡ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "COVIDSafe ਅੱਪਡੇਟ ਚੱਲ ਰਿਹਾ ਹੈ। \n\nਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਤੁਹਾਡਾ ਫ਼ੋਨ ਤਦ ਤੱਕ ਬੰਦ ਨਹੀਂ ਹੋਣਾ ਚਾਹੀਦਾ ਜਦ ਤੱਕ ਅੱਪਡੇਟ ਪੂਰਾ ਨਹੀਂ ਹੋ ਜਾਂਦਾ।"; "migration_in_progress" = "COVIDSafe ਅੱਪਡੇਟ ਚੱਲ ਰਿਹਾ ਹੈ। \n\nਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਤੁਹਾਡਾ ਫ਼ੋਨ ਤਦ ਤੱਕ ਬੰਦ ਨਹੀਂ ਹੋਣਾ ਚਾਹੀਦਾ ਜਦ ਤੱਕ ਅੱਪਡੇਟ ਪੂਰਾ ਨਹੀਂ ਹੋ ਜਾਂਦਾ।";
@ -322,7 +327,7 @@
"notification_bluetooth" = "COVIDSafe ਦੇ ਕੰਮ ਕਰਨ ਲਈ ਬਲੂਟੁੱਥ ਚਾਲੂ ਕਰੋ।"; "notification_bluetooth" = "COVIDSafe ਦੇ ਕੰਮ ਕਰਨ ਲਈ ਬਲੂਟੁੱਥ ਚਾਲੂ ਕਰੋ।";
"notification_internet_content" = "COVIDSafe ਦੇ ਕੰਮ ਕਰਨਾ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਇਸਦਾ ਐਪ ਖੋਲੋ ਅਤੇ ਆਪਣਾ ਇੰਟਰਨੇਟ ਕੁਨੈਕਸ਼ਨ ਚੈਕ ਕਰੋ।"; "notification_internet_content" = "COVIDSafe ਦੇ ਕੰਮ ਕਰਨਾ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਇਸਦਾ ਐਪ ਖੋਲੋ ਅਤੇ ਆਪਣਾ ਇੰਟਰਨੇਟ ਕੁਨੈਕਸ਼ਨ ਚੈਕ ਕਰੋ।";
"notification_not_active_title" = "COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਹੈ|"; "notification_not_active_title" = "COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਹੈ|";
"notification_settings" = "ਆਪਣੀਆਂ ਸੈਟਿੰਗਾਂ ਦੀ ਜਾਂਚ ਕਰਨ ਲਈ ਐਪ ਨੂੰ ਖੋਲ੍ਹੋ।"; "notification_settings" = "ਆਪਣੀਆਂ ਸੈਟਿੰਗਾਂ ਦੀ ਜਾਂਚ ਕਰਨ ਲਈ ਐਪ ਖੋਲ੍ਹੋ।";
"notification_update_content" = "ਤਾਜ਼ਾ ਸੁਧਾਰਾਂ ਲਈ ਆਪਣੀ ਐਪ ਨੂੰ ਅੱਪਡੇਟ ਕਰੋ।"; "notification_update_content" = "ਤਾਜ਼ਾ ਸੁਧਾਰਾਂ ਲਈ ਆਪਣੀ ਐਪ ਨੂੰ ਅੱਪਡੇਟ ਕਰੋ।";
"notification_update_heading" = "COVIDSafe ਅੱਪਡੇਟ ਉਪਲਬਧ ਹੈ|"; "notification_update_heading" = "COVIDSafe ਅੱਪਡੇਟ ਉਪਲਬਧ ਹੈ|";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
@ -332,14 +337,14 @@
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "ਜੇ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਤਾਂ ਤੁਹਾਨੂੰ ਸੂਚਨਾ ਮਿਲੇਗੀ| \nਸੂਚਨਾ ਸੈਟਿੰਗ ਬਦਲੋ"; "NotificationsEnabledBlurb" = "ਜੇ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਤਾਂ ਤੁਹਾਨੂੰ ਸੂਚਨਾ ਮਿਲੇਗੀ| \nਸੂਚਨਾ ਸੈਟਿੰਗ ਬਦਲੋ";
"numbers_error" = "ਅੱਪਡੇਟ ਕੀਤੇ ਨੰਬਰਾਂ ਦੀ ਜਾਂਚ ਕਰਨ ਵਿੱਚ ਅਸਮਰੱਥ।"; "numbers_error" = "ਅੱਪਡੇਟ ਕੀਤੇ ਨੰਬਰਾਂ ਦੀ ਜਾਂਚ ਕਰਨ ਵਿੱਚ ਅਸਮਰੱਥ।";
"numbers_no_internet" = "ਅੱਪਡੇਟ ਅੰਕੜੇ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਇੰਟਰਨੈੱਟ ਨਾਲ ਕਨੈਕਟ ਕਰੋ|"; "numbers_no_internet" = "ਇਹ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਕਿ ਤੁਹਾਨੂੰ ਅੱਪਡੇਟਿਡ ਨੰਬਰ ਪ੍ਰਾਪਤ ਹੋਣ ਇੰਟਰਨੈੱਟ ਨਾਲ ਕਨੈਕਟ ਕਰੋ|";
"numbers_refresh" = "ਹੁਣ ਰਿਫਰੈਸ਼ ਕਰੋ|"; "numbers_refresh" = "ਹੁਣ ਰਿਫਰੈਸ਼ ਕਰੋ";
"options_for_australia" = "ਆਸਟਰੇਲੀਆ ਲਈ ਵਿਕਲਪ"; "options_for_australia" = "ਆਸਟਰੇਲੀਆ ਲਈ ਵਿਕਲਪ";
"permission_button" = "ਅੱਗੇ ਵਧੋ"; "permission_button" = "ਅੱਗੇ ਵਧੋ";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"permission_content_iOS" = "COVIDSafe ਲਈ ਬਲੂਟੁਥ ਅਨੇਬਲ ਕਰੋ| ਸੂਚਨਾਵਾਂ ਨੂੰ ਅਨੇਬਲ ਕਰਣ ਤੇ ਤੁਹਾਨੂੰ ਅੱਪਡੇਟ ਪ੍ਰਾਪਤ ਹੁੰਦੇ ਹਨ ਜੋ ਯਾਦ ਕਰਾਉਂਦੇ ਹਨ ਜਦੋਂ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਹੁੰਦਾ|\n\nਚਲਾਉਣ ਲਈ 'ਅੱਗੇ ਵਧੋ' ਚੁਣੋ:"; "permission_content_iOS" = "COVIDSafe ਲਈ ਬਲੂਟੁਥ ਅਨੇਬਲ ਕਰੋ| ਸੂਚਨਾਵਾਂ ਨੂੰ ਅਨੇਬਲ ਕਰਣ ਤੇ ਤੁਹਾਨੂੰ ਅੱਪਡੇਟ ਪ੍ਰਾਪਤ ਹੁੰਦੇ ਹਨ ਜੋ ਯਾਦ ਕਰਾਉਂਦੇ ਹਨ ਜਦੋਂ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਹੁੰਦਾ|\n\nਚਲਾਉਣ ਲਈ 'ਅੱਗੇ ਵਧੋ' ਚੁਣੋ:";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"permission_content_iOS_2" = "1. ਬਲੂਟੁੱਥ®\n2. ਸੂਚਨਾਵਾਂ\n\nCOVIDSafe ਪੇਅਰਿੰਗ ਦੀਆਂ ਬੇਨਤੀਆਂ ਨਹੀਂ ਭੇਜਦੀ।"; "permission_content_iOS_2" = "1. Bluetooth®\n2. ਸੂਚਨਾਵਾਂ\n\nCOVIDSafe ਪੇਅਰਿੰਗ ਦੀਆਂ ਬੇਨਤੀਆਂ ਨਹੀਂ ਭੇਜਦੀ।";
/* OnBoarding Permission */ /* OnBoarding Permission */
"permission_headline" = "ਐਪ ਸੈਟਿੰਗਾਂ"; "permission_headline" = "ਐਪ ਸੈਟਿੰਗਾਂ";
"permission_success_button" = "ਕੀਤਾ"; "permission_success_button" = "ਕੀਤਾ";
@ -360,7 +365,7 @@
"personal_details_post_code_error_prompt" = "ਤੁਹਾਡੇ ਆਸਟਰੇਲੀਆਈ ਪੋਸਟਕੋਡ ਨੰਬਰ ਵਿੱਚ ਲਾਜ਼ਮੀ ਤੌਰ 'ਤੇ 4 ਅੰਕ ਹੋਣੇ ਚਾਹੀਦੇ ਹਨ।"; "personal_details_post_code_error_prompt" = "ਤੁਹਾਡੇ ਆਸਟਰੇਲੀਆਈ ਪੋਸਟਕੋਡ ਨੰਬਰ ਵਿੱਚ ਲਾਜ਼ਮੀ ਤੌਰ 'ਤੇ 4 ਅੰਕ ਹੋਣੇ ਚਾਹੀਦੇ ਹਨ।";
"PINNumber_VO_Label" = "ਪਿੰਨ ਨੰਬਰ"; "PINNumber_VO_Label" = "ਪਿੰਨ ਨੰਬਰ";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_BluetoothStatusBody" = "ਤੁਸੀਂ ਘਰੋਂ ਬਾਹਰ ਜਾਣ ਤੋਂ ਪਹਿਲਾਂ ਜਾਂ ਜਨਤਕ ਸਥਾਨਾਂ 'ਤੇ ਹੁੰਦੇ ਹੋ ਤਾਂ ਬਲੂਟੁੱਥ® ਨੂੰ ਚਾਲੂ (ਅਨੇਬਲਡ) ਕਰਕੇ ਇਹ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਇਹ ਐਕਟਿਵ ਹੈ|"; "PN_BluetoothStatusBody" = "ਤੁਸੀਂ ਘਰੋਂ ਬਾਹਰ ਜਾਣ ਤੋਂ ਪਹਿਲਾਂ ਜਾਂ ਜਨਤਕ ਸਥਾਨਾਂ 'ਤੇ ਹੁੰਦੇ ਹੋ ਤਾਂ Bluetooth® ਨੂੰ ਚਾਲੂ (ਅਨੇਬਲਡ) ਕਰਕੇ ਇਹ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਇਹ ਐਕਟਿਵ ਹੈ|";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"PN_BluetoothStatusTitle" = "COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਹੈ|"; "PN_BluetoothStatusTitle" = "COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਹੈ|";
"PN_MobileNumber_VOLabel" = "ਮੋਬਾਈਲ ਨੰਬਰ"; "PN_MobileNumber_VOLabel" = "ਮੋਬਾਈਲ ਨੰਬਰ";
@ -371,7 +376,8 @@
"PostcodeValidationErrorMessage" = "ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਜਾਇਜ਼ (ਵੈਲਡ) ਆਸਟਰੇਲੀਆਈ ਪੋਸਟਕੋਡ ਭਰੋ|"; "PostcodeValidationErrorMessage" = "ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਜਾਇਜ਼ (ਵੈਲਡ) ਆਸਟਰੇਲੀਆਈ ਪੋਸਟਕੋਡ ਭਰੋ|";
"queensland" = "ਕੁਈਨਜ਼ਲੈਂਡ"; "queensland" = "ਕੁਈਨਜ਼ਲੈਂਡ";
"recovered" = "ਠੀਕ ਹੋਏ ਕੁੱਲ ਕੇਸ"; "recovered" = "ਠੀਕ ਹੋਏ ਕੁੱਲ ਕੇਸ";
"registration_consent_content" = "ਮੈਂ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੇ ਸਿਹਤ ਵਿਭਾਗ ਦੇ ਸਕੱਤਰ ਦੁਆਰਾ ਕੀਤੇ ਕਨੂੰਨੀ ਨਿਰਣੇ ਦੇ ਤਹਿਤ, ਡੇਟਾ ਸਟੋਰ ਪ੍ਰਸ਼ਾਸ਼ਕ ਵਜੋਂ ਡਿਜ਼ਿਟਲ ਤਬਦੀਲੀ ਏਜੰਸੀ ਨੂੰ ਡੇਟਾ ਇਕੱਤਰ ਕਰਣ ਬਾਰੇ ਸਹਿਮਤੀ ਦਿੰਦਾ/ਦਿੰਦੀ ਹਾਂ:"; "registration_consent_content" = "ਮੈਂ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੇ ਸਿਹਤ ਵਿਭਾਗ ਦੇ ਸਕੱਤਰ ਦੁਆਰਾ ਕੀਤੇ ਕਨੂੰਨੀ ਨਿਰਣੇ ਦੇ ਤਹਿਤ, ਡੇਟਾ ਸਟੋਰ ਪ੍ਰਸ਼ਾਸਕ ਵਜੋਂ, ਡਿਜ਼ਿਟਲ ਤਬਦੀਲੀ ਏਜੰਸੀ ਨੂੰ ਸਹਿਮਤੀ ਦਿੰਦਾ/ਦਿੰਦੀ ਹਾਂ|";
"registration_consent_diagnostic" = "ਇਹ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਜਾਣਕਾਰੀ ਕਿ COVIDSafe ਮੇਰੀ ਡੀਵਾਈਸ 'ਤੇ ਠੀਕ ਕੰਮ ਕਰ ਰਹੀ ਹੈ।";
"registration_consent_first_paragraph" = "ਮੇਰੀ ਪੰਜੀਕਰਨ ਜਾਣਕਾਰੀ।"; "registration_consent_first_paragraph" = "ਮੇਰੀ ਪੰਜੀਕਰਨ ਜਾਣਕਾਰੀ।";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "ਰਜਿਸਟਰੇਸ਼ਨ ਸਹਿਮਤੀ"; "registration_consent_headline" = "ਰਜਿਸਟਰੇਸ਼ਨ ਸਹਿਮਤੀ";
@ -382,14 +388,15 @@
"Select_country_or_region_headline" = "ਦੇਸ਼ ਜਾਂ ਖੇਤਰ ਚੁਣੋ"; "Select_country_or_region_headline" = "ਦੇਸ਼ ਜਾਂ ਖੇਤਰ ਚੁਣੋ";
"settings" = "ਸੈਟਿੰਗਾਂ"; "settings" = "ਸੈਟਿੰਗਾਂ";
"share_this_app_content" = "ਕੋਵਿਡ-19 ਦੇ ਫੈਲਾਅ ਨੂੰ ਰੋਕਣ ਲਈ ਮੇਰੇ ਨਾਲ ਜੁੜੋ! COVIDSafe ਨੂੰ ਡਾਊਨਲੋਡ ਕਰੋ, ਜੋ ਕਿ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੀ ਐਪ ਹੈ। #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "ਕੋਵਿਡ-19 ਦੇ ਫੈਲਾਅ ਨੂੰ ਰੋਕਣ ਲਈ ਮੇਰੇ ਨਾਲ ਜੁੜੋ! COVIDSafe ਨੂੰ ਡਾਊਨਲੋਡ ਕਰੋ, ਜੋ ਕਿ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੀ ਐਪ ਹੈ। #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "ਦਿਖਾਓ";
"south_australia" = "ਦੱਖਣੀ ਆਸਟਰੇਲੀਆ"; "south_australia" = "ਦੱਖਣੀ ਆਸਟਰੇਲੀਆ";
"stepCounter" = "ਸਟੈਪ %d ਦਾ%d"; "stepCounter" = "ਸਟੈਪ %d ਦਾ%d";
"support" = "ਸਹਾਇਤਾ"; "support" = "ਸਹਾਇਤਾ";
"support_content" = "ਜੋ ਮੁੱਦੇ ਸਹਾਇਤਾ ਵਿਸ਼ੇ ਦੁਆਰਾ ਕਵਰ ਨਹੀਂ ਹੁੰਦੇ ਉਨ੍ਹਾਂ ਵਾਸਤੇ ਮਦਦ"; "support_content" = "ਜੋ ਮੁੱਦੇ ਸਹਾਇਤਾ ਵਿਸ਼ੇ ਦੁਆਰਾ ਕਵਰ ਨਹੀਂ ਹੁੰਦੇ ਉਨ੍ਹਾਂ ਲਈ ਸਹਾਇਤਾ";
"Support_VOLabel" = "ਸਹਾਇਤਾ। ਜੋ ਮੁੱਦੇ ਸਹਾਇਤਾ ਵਿਸ਼ੇ ਵਿੱਚ ਸ਼ਾਮਿਲ ਨਹੀਂ ਹੁੰਦੇ ਉਨ੍ਹਾਂ ਵਾਸਤੇ ਮਦਦ"; "Support_VOLabel" = "ਸਹਾਇਤਾ। ਜੋ ਮੁੱਦੇ ਸਹਾਇਤਾ ਵਿਸ਼ੇ ਦੁਆਰਾ ਕਵਰ ਨਹੀਂ ਹੁੰਦੇ ਉਨ੍ਹਾਂ ਲਈ ਸਹਾਇਤਾ";
"tasmania" = "ਤਸਮਾਨੀਆ"; "tasmania" = "ਤਸਮਾਨੀਆ";
"total_confirmed_cases" = "ਕੁੱਲ ਪੁਸ਼ਟੀ ਕੀਤੇ ਕੇਸ"; "total_confirmed_cases" = "ਕੁੱਲ ਪੁਸ਼ਟੀ ਕੀਤੇ ਕੇਸ";
"total_per_state" = "ਰਾਜ ਅਤੇ ਖੇਤਰ ਮੁਤਾਬਕ ਕੁੱਲ ਪੁਸ਼ਟੀ ਕੀਤੇ ਕੇਸ"; "total_per_state" = "ਪ੍ਰਾਂਤ ਅਤੇ ਹਲਕੇ ਅਨੁਸਾਰ ਕੁੱਲ ਪੁਸ਼ਟੀ ਕੀਤੇ ਕੇਸ";
"UILaunchStoryboardName" = ""; "UILaunchStoryboardName" = "";
"under_sixteen_content" = "ਮੈਂ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੇ ਸਿਹਤ ਵਿਭਾਗ ਦੇ ਸਕੱਤਰ ਦੁਆਰਾ ਕੀਤੇ ਕਨੂੰਨੀ ਨਿਰਣੇ ਦੇ ਤਹਿਤ, ਡੇਟਾ ਸਟੋਰ ਪ੍ਰਸ਼ਾਸ਼ਕ ਵਜੋਂ ਡਿਜ਼ਿਟਲ ਤਬਦੀਲੀ ਏਜੰਸੀ ਨੂੰ ਮੇਰੇ ਮਾਪੇ ਜਾਂ ਸਰਪ੍ਰਸਤ ਦੀਆਂ ਸਹਿਮਤੀਆਂ ਦੀ ਪੁਸ਼ਟੀ ਕਰਦਾ/ਕਰਦੀ ਹਾਂ:"; "under_sixteen_content" = "ਮੈਂ ਆਸਟਰੇਲੀਆਈ ਸਰਕਾਰ ਦੇ ਸਿਹਤ ਵਿਭਾਗ ਦੇ ਸਕੱਤਰ ਦੁਆਰਾ ਕੀਤੇ ਕਨੂੰਨੀ ਨਿਰਣੇ ਦੇ ਤਹਿਤ, ਡੇਟਾ ਸਟੋਰ ਪ੍ਰਸ਼ਾਸ਼ਕ ਵਜੋਂ ਡਿਜ਼ਿਟਲ ਤਬਦੀਲੀ ਏਜੰਸੀ ਨੂੰ ਮੇਰੇ ਮਾਪੇ ਜਾਂ ਸਰਪ੍ਰਸਤ ਦੀਆਂ ਸਹਿਮਤੀਆਂ ਦੀ ਪੁਸ਼ਟੀ ਕਰਦਾ/ਕਰਦੀ ਹਾਂ:";
"under_sixteen_first_paragraph" = "ਮੇਰੀ ਪੰਜੀਕਰਨ ਜਾਣਕਾਰੀ।"; "under_sixteen_first_paragraph" = "ਮੇਰੀ ਪੰਜੀਕਰਨ ਜਾਣਕਾਰੀ।";
@ -402,7 +409,7 @@
"under-sixteen_consent_call_for_action" = "ਸਹਿਮਤੀ ਲਈ 'ਮੈਂ ਸਹਿਮਤ ਹਾਂ' ਚੁਣੋ|"; "under-sixteen_consent_call_for_action" = "ਸਹਿਮਤੀ ਲਈ 'ਮੈਂ ਸਹਿਮਤ ਹਾਂ' ਚੁਣੋ|";
"update_available_app_store_btn" = "ਐਪ ਸਟੋਰ 'ਤੇ ਜਾਓ"; "update_available_app_store_btn" = "ਐਪ ਸਟੋਰ 'ਤੇ ਜਾਓ";
"update_available_dismiss_btn" = "ਮੈਨੂੰ ਬਾਅਦ ਵਿੱਚ ਯਾਦ ਕਰਵਾਓ"; "update_available_dismiss_btn" = "ਮੈਨੂੰ ਬਾਅਦ ਵਿੱਚ ਯਾਦ ਕਰਵਾਓ";
"update_available_message_ios" = "ਅਸੀਂ COVIDSafe ਵਿੱਚ ਸੁਧਾਰ ਕਰਦੇ ਆ ਰਹੇ ਹਾਂ। ਐਪ ਸਟੋਰ ਰਾਹੀਂ ਅੱਪਡੇਟ।"; "update_available_message_ios" = "ਅਸੀਂ COVIDSafe ਵਿੱਚ ਸੁਧਾਰ ਕਰਦੇ ਆ ਰਹੇ ਹਾਂ| ਐਪ ਸਟੋਰ ਰਾਹੀਂ ਅਪਡੇਟ ਕਰੋ।";
"update_available_title" = "ਅੱਪਡੇਟ ਉਪਲਬਧ ਹੈ|"; "update_available_title" = "ਅੱਪਡੇਟ ਉਪਲਬਧ ਹੈ|";
"upload_answer_no" = "ਨਹੀਂ"; "upload_answer_no" = "ਨਹੀਂ";
/* Upload flow */ /* Upload flow */
@ -418,15 +425,16 @@
"upload_step_verify_pin_header" = "ਆਪਣੀ ਜਾਣਕਾਰੀ ਅੱਪਲੋਡ ਕਰੋ"; "upload_step_verify_pin_header" = "ਆਪਣੀ ਜਾਣਕਾਰੀ ਅੱਪਲੋਡ ਕਰੋ";
"upload_step_verify_pin_sub_header" = "ਕੋਈ ਰਾਜ ਜਾਂ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਲਿਖਤੀ ਸੰਦੇਸ਼ ਰਾਹੀਂ ਤੁਹਾਡੀ ਡੀਵਾਈਸ 'ਤੇ ਪਿੰਨ ਭੇਜੇਗਾ। ਆਪਣੀ ਜਾਣਕਾਰੀ ਨੂੰ ਅੱਪਲੋਡ ਕਰਨ ਲਈ ਹੇਠਾਂ ਭਰੋ।"; "upload_step_verify_pin_sub_header" = "ਕੋਈ ਰਾਜ ਜਾਂ ਹਲਕਾ ਸਿਹਤ ਅਧਿਕਾਰੀ ਲਿਖਤੀ ਸੰਦੇਸ਼ ਰਾਹੀਂ ਤੁਹਾਡੀ ਡੀਵਾਈਸ 'ਤੇ ਪਿੰਨ ਭੇਜੇਗਾ। ਆਪਣੀ ਜਾਣਕਾਰੀ ਨੂੰ ਅੱਪਲੋਡ ਕਰਨ ਲਈ ਹੇਠਾਂ ਭਰੋ।";
"us_consent_button" = "ਮੈਂ ਸਹਿਮਤ ਹਾਂ"; "us_consent_button" = "ਮੈਂ ਸਹਿਮਤ ਹਾਂ";
"us_registration_consent_diagnostic" = "ਇਹ ਯਕੀਨੀ ਬਣਾਉਣ ਲਈ ਜਾਣਕਾਰੀ ਕਿ COVIDSafe ਮੇਰੀ ਡੀਵਾਈਸ 'ਤੇ ਠੀਕ ਕੰਮ ਕਰ ਰਹੀ ਹੈ।";
"victoria" = "ਵਿਕਟੋਰੀਆ"; "victoria" = "ਵਿਕਟੋਰੀਆ";
"western_australia" = "ਪੱਛਮੀ ਆਸਟਰੇਲੀਆ"; "western_australia" = "ਪੱਛਮੀ ਆਸਟਰੇਲੀਆ";
"wrong_ping_number" = "ਗਲਤ ਪਿੰਨ ਭਰਿਆ"; "wrong_ping_number" = "ਗਲਤ ਪਿੰਨ ਭਰਿਆ";
"country_region_name_au2" = "ਨੋਰਫੋਕ ਆਈਲੈਂਡ"; "country_region_name_au2" = "ਨੋਰਫੋਕ ਆਈਲੈਂਡ";
"AllowBluetoothOFF_VOLabel" = "ਬਲੂਟੁੱਥ ਤੱਕ ਪਹੁੰਚ: ਔੱਫ, COVIDSafe ਨੂੰ ਬਲੂਟੁੱਥ ਤੱਕ ਪਹੁੰਚ ਦਿਓ"; "AllowBluetoothOFF_VOLabel" = "Bluetooth ਤੱਕ ਪਹੁੰਚ: ਔੱਫ, COVIDSafe ਨੂੰ Bluetooth ਤੱਕ ਪਹੁੰਚ ਦਿਓ";
"AllowBluetoothON_VOLabel" = "ਬਲੂਟੁੱਥ ਤੱਕ ਪਹੁੰਚ: ਔਨ"; "AllowBluetoothON_VOLabel" = "Bluetooth® ਤੱਕ ਪਹੁੰਚ: ਔਨ";
"BluetoothOFF_VOLabel" = "ਬਲੂਟੁੱਥ: ਔੱਫ, ਆਪਣੇ ਫ਼ੋਨ ਦੇ ਬਲੂਟੁੱਥ ਨੂੰ ਔਨ ਕਰੋ। ਜੇਕਰ ਡਿਸਪਲੇ ਹੁੰਦਾ ਹੈ ਤਾਂ 'ਨਵੇਂ ਕੁਨੈਕਸ਼ਨ ਆਉਣ ਦਿਓ' ਚੁਣੋ ।"; "BluetoothOFF_VOLabel" = "Bluetooth®: ਔੱਫ, ਆਪਣੇ ਫ਼ੋਨ ਦੇ Bluetooth® ਨੂੰ ਔਨ ਕਰੋ। ਜੇਕਰ ਡਿਸਪਲੇ ਹੁੰਦਾ ਹੈ ਤਾਂ 'ਨਵੇਂ ਕੁਨੈਕਸ਼ਨ ਆਉਣ ਦਿਓ' ਚੁਣੋ ।";
"BluetoothON_VOLabel" = "ਬਲੂਟੁੱਥ: ਔਨ"; "BluetoothON_VOLabel" = "Bluetooth®: ਔਨ";
"CodeHasExpired" = "ਤੁਹਾਡਾ ਕੋਡ ਖਤਮ ਹੋ ਗਿਆ ਹੈ।"; "CodeHasExpired" = "ਤੁਹਾਡਾ ਪਿੰਨ ਖਤਮ ਹੋ ਗਿਆ ਹੈ।";
/* details */ /* details */
"Done" = "ਕੀਤਾ"; "Done" = "ਕੀਤਾ";
/* Feedback */ /* Feedback */
@ -466,8 +474,8 @@
"Next" = "ਅੱਗੇ"; "Next" = "ਅੱਗੇ";
/* registration succcess */ /* registration succcess */
"OS2b_Item1" = "1. ਜਦੋਂ ਤੁਸੀਂ ਘਰੋਂ ਬਾਹਰ ਜਾਂਦੇ ਹੋ, ਤਾਂ ਆਪਣੇ ਫ਼ੋਨ ਨੂੰ ਨਾਲ ਰੱਖੋ ਅਤੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ COVIDSafe ਐਕਟਿਵ ਹੈ।"; "OS2b_Item1" = "1. ਜਦੋਂ ਤੁਸੀਂ ਘਰੋਂ ਬਾਹਰ ਜਾਂਦੇ ਹੋ, ਤਾਂ ਆਪਣੇ ਫ਼ੋਨ ਨੂੰ ਨਾਲ ਰੱਖੋ ਅਤੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ COVIDSafe ਐਕਟਿਵ ਹੈ।";
"OS2b_Item2" = "2. ਬਲੂਟੁੱਥ® ਔਨ ਰੱਖੋ|"; "OS2b_Item2" = "2. Bluetooth® ਔਨ ਰੱਖੋ|";
"OS2b_Item2_VOLabel" = "2. ਬਲੂਟੁੱਥ ਔਨ ਰੱਖੋ।"; "OS2b_Item2_VOLabel" = "2. Bluetooth® ਔਨ ਰੱਖੋ।";
"OS2b_Item3" = "COVIDSafe ਪੇਅਰਿੰਗ ਦੀਆਂ ਬੇਨਤੀਆਂ ਨਹੀਂ ਭੇਜਦੀ।"; "OS2b_Item3" = "COVIDSafe ਪੇਅਰਿੰਗ ਦੀਆਂ ਬੇਨਤੀਆਂ ਨਹੀਂ ਭੇਜਦੀ।";
"OS2b_Item3Underline" = "ਹੋਰ ਸਿੱਖੋ|"; "OS2b_Item3Underline" = "ਹੋਰ ਸਿੱਖੋ|";
/* home */ /* home */
@ -487,7 +495,7 @@
"UploadFailedErrorMessage" = "ਕਿਰਪਾ ਕਰਕੇ ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"; "UploadFailedErrorMessage" = "ਕਿਰਪਾ ਕਰਕੇ ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।";
"ValidationError" = "ਜਾਇਜ਼ਤਾ (ਵੈਲੀਡੇਸ਼ਨ) ਗਲਤੀ"; "ValidationError" = "ਜਾਇਜ਼ਤਾ (ਵੈਲੀਡੇਸ਼ਨ) ਗਲਤੀ";
"GetCoronaVirusApp_VOLabel" = "ਕੋਰੋਨਾਵਾਇਰਸ ਐਪ ਪ੍ਰਾਪਤ ਕਰੋ। ਤਾਜ਼ਾ ਖ਼ਬਰਾਂ ਅਤੇ ਸਲਾਹ ਲਈ ਸਰਕਾਰੀ ਐਪ ਡਾਊਨਲੋਡ ਕਰੋ।"; "GetCoronaVirusApp_VOLabel" = "ਕੋਰੋਨਾਵਾਇਰਸ ਐਪ ਪ੍ਰਾਪਤ ਕਰੋ। ਤਾਜ਼ਾ ਖ਼ਬਰਾਂ ਅਤੇ ਸਲਾਹ ਲਈ ਸਰਕਾਰੀ ਐਪ ਡਾਊਨਲੋਡ ਕਰੋ।";
"HelpTopics_VOLabel" = "ਸਹਾਇਤਾ ਵਿਸ਼ੇ। ਤਕਨੀਕੀ ਸਮੱਸਿਆਵਾਂ ਨੂੰ ਹੱਲ ਕਰਨ ਅਤੇ ਠੀਕ ਕਰਨ ਦੇ ਤਰੀਕੇ ਬਾਰੇ ਮਾਰਗ ਦਰਸ਼ਨ"; "HelpTopics_VOLabel" = "ਸਹਾਇਤਾ ਵਿਸ਼ੇ। ਤਕਨੀਕੀ ਸਮੱਸਿਆਵਾਂ ਨੂੰ ਟ੍ਰਬਲਸ਼ੂਟ ਅਤੇ ਠੀਕ ਕਰਨ ਬਾਰੇ ਮਾਰਗ ਦਰਸ਼ਨ";
"LatestNews_VOLabel" = "ਤਾਜ਼ਾ ਖ਼ਬਰਾਂ ਅਤੇ ਅੱਪਡੇਟ। ਤਾਜ਼ਾ ਕੋਰੋਨਾਵਾਇਰਸ ਖ਼ਬਰਾਂ ਵਾਸਤੇ aus.gov.au ਵੱਲ ਜਾਓ।"; "LatestNews_VOLabel" = "ਤਾਜ਼ਾ ਖ਼ਬਰਾਂ ਅਤੇ ਅੱਪਡੇਟ। ਤਾਜ਼ਾ ਕੋਰੋਨਾਵਾਇਰਸ ਖ਼ਬਰਾਂ ਵਾਸਤੇ aus.gov.au ਵੱਲ ਜਾਓ।";
"NotificationsDisabled_VOLabel" = "ਸੂਚਨਾਵਾਂ ਬੰਦ (ਡਿਸੇਬਲੇਡ) ਹਨ। ਜੇ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਤਾਂ ਤੁਹਾਨੂੰ ਕੋਈ ਸੂਚਨਾ ਨਹੀਂ ਮਿਲੇਗੀ|\nਸੂਚਨਾ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਬਦਲੋ"; "NotificationsDisabled_VOLabel" = "ਸੂਚਨਾਵਾਂ ਬੰਦ (ਡਿਸੇਬਲੇਡ) ਹਨ। ਜੇ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਤਾਂ ਤੁਹਾਨੂੰ ਕੋਈ ਸੂਚਨਾ ਨਹੀਂ ਮਿਲੇਗੀ|\nਸੂਚਨਾ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਬਦਲੋ";
"NotificationsEnabled_VOLabel" = "ਸੂਚਨਾਵਾਂ ਚਾਲੂ (ਅਨੇਬਲਡ) ਹਨ। ਜੇ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਤਾਂ ਤੁਹਾਨੂੰ ਸੂਚਨਾ ਮਿਲੇਗੀ|\nਸੂਚਨਾ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਬਦਲੋ"; "NotificationsEnabled_VOLabel" = "ਸੂਚਨਾਵਾਂ ਚਾਲੂ (ਅਨੇਬਲਡ) ਹਨ। ਜੇ COVIDSafe ਐਕਟਿਵ ਨਹੀਂ ਤਾਂ ਤੁਹਾਨੂੰ ਸੂਚਨਾ ਮਿਲੇਗੀ|\nਸੂਚਨਾ ਸੈਟਿੰਗਜ਼ ਨੂੰ ਬਦਲੋ";

View file

@ -18,6 +18,7 @@
"BluetoothON" = "Bluetooth®: AÇIK"; "BluetoothON" = "Bluetooth®: AÇIK";
"change_language" = "Dili değiştir"; "change_language" = "Dili değiştir";
"change_language_content" = "COVIDSafe'i farklı bir dilde kullanmak için ilgili kılavuzu okuyunuz."; "change_language_content" = "COVIDSafe'i farklı bir dilde kullanmak için ilgili kılavuzu okuyunuz.";
"collection_message" = "COVIDSafe artık uygulamanızla ilgili sorunları gidermenize yardımcı olmak için tanılama bilgileri toplamaktadır. *Daha fazla bilgi edin*";
"consent_button" = "Kabul ediyorum"; "consent_button" = "Kabul ediyorum";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "Rızanızı onaylamak için 'Kabul ediyorum'u seçiniz."; "consent_call_for_action" = "Rızanızı onaylamak için 'Kabul ediyorum'u seçiniz.";
@ -233,8 +234,8 @@
"country_region_name_zm" = "Zambiya"; "country_region_name_zm" = "Zambiya";
"country_region_name_zw" = "Zimbabve"; "country_region_name_zw" = "Zimbabve";
"data_privacy_button" = "Sonraki"; "data_privacy_button" = "Sonraki";
"data_privacy_content" = "COVIDSafe'a kaydolmadan önce *COVIDSafe gizlilik ilkesini* okumanız önemlidir. \n\n16 yaşından küçükseniz, ebeveyniniz/veliniz de *gizlilik ilkesini* okumalıdır. \n\nCOVIDSafe kullanımı tamamen isteğe bağlıdır. Uygulamayı istediğiniz zaman yükleyebilir veya silebilirsiniz. COVIDSafe'i silerseniz *bilgilerinizin güvenli sunucudan silinmesini de* isteyebilirsiniz. \n\nCOVIDSafe'e kaydolmak için bir ad (veya takma ad), cep telefonu numarası, yaş aralığı ve posta kodu girmeniz gerekir. \n\nKayıt olurken gönderdiğiniz bilgiler ve COVIDSafe kullanımınızla ilgili bilgiler yüksek düzeyde güvenli bir sunucuda toplanacak ve saklanacaktır. \n\nCOVIDSafe konum bilgilerinizi toplamaz. \n\nCOVIDSafe temas saatini, temas ettiğiniz diğer COVIDSafe kullanıcılarının gizli kimlik kodlarını, Bluetooth® sinyal gücünü ve diğer kullanıcıların telefon modellerini cihazınıza kaydeder. \n\nTemas ettiğiniz diğer COVIDSafe kullanıcıları da gizli kimlik kodunuzu, sizinle temas tarih ve saatini, Bluetooth® sinyal gücünü ve telefon modelinizi kendi cihazlarında kaydedecektir. \n\nBaşka bir kullanıcının COVID-19 testinin pozitif çıkması durumunda kendi iletişim bilgilerini sisteme yükleyebilir ve bir eyalet veya bölge sağlık yetkilisi temas takibi amacıyla sizinle iletişime geçebilir. \n\nKayıt bilgileriniz yalnızca temas takibi ve COVIDSafe'in düzgün ve yasalara uygun çalışması için kullanılacak ya da açıklanacaktır. \n\nDaha fazla bilgiyi *Avustralya Hükümeti Sağlık Bakanlığı* web sitesinde bulabilirsiniz. \n\nBilgileriniz ve bu bilgilerin nasıl işleneceği ve paylaşılacağına dair haklarınızla ilgili daha fazla bilgi için COVIDSafe *gizlilik ilkesine* bakınız."; "data_privacy_content" = "COVIDSafe'a kaydolmadan önce COVIDSafe *gizlilik ilkesini* okumanız önemlidir. \n\n16 yaşından küçükseniz, ebeveyniniz/veliniz de *gizlilik ilkesini* okumalıdır. \n\nCOVIDSafe kullanımı tamamen isteğe bağlıdır. Uygulamayı istediğiniz zaman yükleyebilir veya silebilirsiniz. COVIDSafe'i silerseniz *bilgilerinizin güvenli sunucudan silinmesini de isteyebilirsiniz*. \n\nCOVIDSafe'e kaydolmak için bir ad (veya takma ad), cep telefonu numarası, yaş aralığı ve posta kodu girmeniz gerekir. \n\nKayıt olurken gönderdiğiniz bilgiler ve COVIDSafe kullanımınızla ilgili bilgiler yüksek düzeyde güvenli bir sunucuda toplanacak ve saklanacaktır.\n\nCOVIDSafe'in cihazınızda düzgün çalıştığından emin olmak için de bilgiler toplanmaktadır. Buna işletim sisteminiz, yüklediğiniz uygulamanın sürümü, cihazınızda ayarlanmış olan dil, Bluetooth'un çalışıp çalışmadığı ve uygulamanızın son yedi günde herhangi bir karşılaşma kaydedip kaydetmediği dahildir.\n\nCOVIDSafe konum bilgilerinizi toplamaz. \n\nCOVIDSafe temas tarihini ve saatini, temas ettiğiniz diğer COVIDSafe kullanıcılarının gizli kimlik kodunu, Bluetooth sinyal gücünü ve diğer kullanıcıların telefon modelini cihazınıza kaydeder. \n\nTemas ettiğiniz diğer COVIDSafe kullanıcıları gizli kimlik kodunuzu, sizinle temas tarih ve saatini, Bluetooth sinyal gücünü ve telefon modelinizi kendi cihazlarında kaydedecektir. \n\nBaşka bir kullanıcının COVID-19 testi pozitif çıkması halinde kendi iletişim bilgilerini sisteme yükleyebilir ve bu durumda bir eyalet veya bölge sağlık yetkilisi temas takibi amacıyla sizinle iletişim kurabilir. \n\nKayıt bilgileriniz yalnızca temas takibi ve COVIDSafe'in düzgün ve yasalara uygun çalışması için kullanılacak ya da açıklanacaktır. \n\nDaha fazla bilgiyi *covidsafe.gov.au* web sitesinde bulabilirsiniz. \n\nBilgileriniz ve bu bilgilerin nasıl işleneceği ve paylaşılacağına dair haklarınızla ilgili daha fazla bilgi için COVIDSafe *gizlilik ilkesine* bakın.";
"data_privacy_content_VO" = "COVIDSafe'a kaydolmadan önce COVIDSafe gizlilik ilkesini okumanız önemlidir. \n\n16 yaşından küçükseniz, ebeveyniniz/veliniz de gizlilik ilkesini okumalıdır. \n\nCOVIDSafe kullanımı tamamen isteğe bağlıdır. Uygulamayı istediğiniz zaman yükleyebilir veya silebilirsiniz. COVIDSafe'i silerseniz bilgilerinizin güvenli sunucudan silinmesini de isteyebilirsiniz. \n\nCOVIDSafe'e kaydolmak için bir ad (veya takma ad), cep telefonu numarası, yaş aralığı ve posta kodu girmeniz gerekir. \n\nKayıt olurken gönderdiğiniz bilgiler ve COVIDSafe kullanımınızla ilgili bilgiler yüksek düzeyde güvenli bir sunucuda toplanacak ve saklanacaktır. \n\nCOVIDSafe konum bilgilerinizi toplamaz. \n\nCOVIDSafe temas saatini, temas ettiğiniz diğer COVIDSafe kullanıcılarının anonim kimlik kodlarını, Bluetooth sinyal gücünü ve diğer kullanıcıların telefon modellerini cihazınıza kaydeder. \n\nTemas ettiğiniz diğer COVIDSafe kullanıcıları da anonim kimlik kodunuzu, sizinle temas tarih ve saatini, Bluetooth sinyal gücünü ve telefon modelinizi kendi cihazlarında kaydedecektir. \n\nBaşka bir kullanıcının COVID-19 testi pozitif çıkması halinde iletişim bilgilerini sisteme yükleyebilir ve bu durumda bir eyalet veya bölge sağlık yetkilisi temas takibi amacıyla sizinle iletişim kurabilir. \n\nKayıt bilgileriniz yalnızca temas takibi ve COVIDSafe'in düzgün ve yasalara uygun çalışması için kullanılacak ya da açıklanacaktır. \n\nDaha fazla bilgiyi Avustralya Hükümeti Sağlık Bakanlığı web sitesinde bulabilirsiniz. \n\nBilgileriniz ve bu bilgilerin nasıl işleneceği ve paylaşılacağına dair haklarınızla ilgili daha fazla bilgi için COVIDSafe gizlilik ilkesine bakınız."; "data_privacy_content_VO" = "COVIDSafe'a kaydolmadan önce COVIDSafe gizlilik ilkesini okumanız önemlidir. \n\n16 yaşından küçükseniz, ebeveyniniz/veliniz de gizlilik ilkesini okumalıdır. \n\nCOVIDSafe kullanımı tamamen isteğe bağlıdır. Uygulamayı istediğiniz zaman yükleyebilir veya silebilirsiniz. COVIDSafe'i silerseniz bilgilerinizin güvenli sunucudan silinmesini de isteyebilirsiniz. \n\nCOVIDSafe'e kaydolmak için bir ad (veya takma ad), cep telefonu numarası, yaş aralığı ve posta kodu girmeniz gerekir. \n\nKayıt olurken gönderdiğiniz bilgiler ve COVIDSafe kullanımınızla ilgili bilgiler yüksek düzeyde güvenli bir sunucuda toplanacak ve saklanacaktır.\n\nCOVIDSafe'in cihazınızda düzgün çalıştığından emin olmak için de bilgiler toplanmaktadır. Buna işletim sisteminiz, yüklediğiniz uygulamanın sürümü, cihazınızda ayarlanmış olan dil, Bluetooth'un çalışıp çalışmadığı ve uygulamanızın son yedi günde herhangi bir karşılaşma kaydedip kaydetmediği dahildir.\n\nCOVIDSafe konum bilgilerinizi toplamaz. \n\nCOVIDSafe temas tarihini ve saatini, temas ettiğiniz diğer COVIDSafe kullanıcılarının gizli kimlik kodunu, Bluetooth sinyal gücünü ve diğer kullanıcıların telefon modelini cihazınıza kaydeder. \n\nTemas ettiğiniz diğer COVIDSafe kullanıcıları gizli kimlik kodunuzu, sizinle temas tarih ve saatini, Bluetooth sinyal gücünü ve telefon modelinizi kendi cihazlarında kaydedecektir. \n\nBaşka bir kullanıcının COVID-19 testi pozitif çıkması halinde kendi iletişim bilgilerini sisteme yükleyebilir ve bu durumda bir eyalet veya bölge sağlık yetkilisi temas takibi amacıyla sizinle iletişim kurabilir. \n\nKayıt bilgileriniz yalnızca temas takibi ve COVIDSafe'in düzgün ve yasalara uygun çalışması için kullanılacak ya da açıklanacaktır. \n\nDaha fazla bilgiyi covidsafe.gov.au web sitesinde bulabilirsiniz. \n\nBilgileriniz ve bu bilgilerin nasıl işleneceği ve paylaşılacağına dair haklarınızla ilgili daha fazla bilgi için COVIDSafe gizlilik ilkesine bakın.";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "Kayıt ve gizlilik"; "data_privacy_headline" = "Kayıt ve gizlilik";
"deaths" = "Ölümler"; "deaths" = "Ölümler";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "İptal"; "dialog_error_uploading_negative" = "İptal";
"dialog_error_uploading_positive" = "Tekrar deneyin"; "dialog_error_uploading_positive" = "Tekrar deneyin";
"dialog_uploading_message" = "COVIDSafe bilgileriniz şu anda sisteme yükleniyor. \n\n Lütfen uygulamayı kapatmayın."; "dialog_uploading_message" = "COVIDSafe bilgileriniz şu anda sisteme yükleniyor. \n\n Lütfen uygulamayı kapatmayın.";
"dismiss" = "Reddet";
"done_success" = "Bitti"; "done_success" = "Bitti";
"enter_number_button" = "PIN al"; "enter_number_button" = "PIN al";
"enter_number_content" = "Cep telefonu numaranızı doğrulamak için size 6 haneli bir PIN göndereceğiz."; "enter_number_content" = "Cep telefonu numaranızı doğrulamak için size 6 haneli bir PIN göndereceğiz.";
@ -259,6 +261,7 @@
"global_close" = "Kapat"; "global_close" = "Kapat";
"global_double_tap" = "düzeltme yapmak için iki defa tıklayınız"; "global_double_tap" = "düzeltme yapmak için iki defa tıklayınız";
"global_OK" = "Tamam"; "global_OK" = "Tamam";
"hide" = "Gizle";
"home_app_permission_status_subtitle" = "COVIDSafe doğru ayarlar olmadan çalışmaz. "; "home_app_permission_status_subtitle" = "COVIDSafe doğru ayarlar olmadan çalışmaz. ";
"home_app_permission_status_title" = "Ayarlarınızı kontrol edin"; "home_app_permission_status_title" = "Ayarlarınızı kontrol edin";
"home_data_uploaded_message" = "COVID-19'un yayılmasını durdurmaya ve belirtilerinizin takibine yardımcı olun."; "home_data_uploaded_message" = "COVID-19'un yayılmasını durdurmaya ve belirtilerinizin takibine yardımcı olun.";
@ -310,7 +313,9 @@
"IntroLabel" = "Yayılmayı durdurmaya yardımcı olun \nve hayatları kurtarın."; "IntroLabel" = "Yayılmayı durdurmaya yardımcı olun \nve hayatları kurtarın.";
"invalid_australian_phone_number_error_prompt" = "Avustralya cep telefonu numaraları en fazla 10 rakam içerir."; "invalid_australian_phone_number_error_prompt" = "Avustralya cep telefonu numaraları en fazla 10 rakam içerir.";
"invalid_norfolk_island_phone_number_error_prompt" = "Norfolk Adası'ndaki cep telefonu numaraları 5 ila 6 rakam içerir."; "invalid_norfolk_island_phone_number_error_prompt" = "Norfolk Adası'ndaki cep telefonu numaraları 5 ila 6 rakam içerir.";
"loading_numbers" = "En son sayıla yükleniyor"; "jwt_description" = "Kayıt bilgilerinizle ilgili bir sorun var.";
"jwt_heading" = "Lütfen tekrar kayıt olun";
"loading_numbers" = "En son sayılar yükleniyor";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = " COVIDSafe güncellemesi devam ediyor. \n\n Lütfen güncelleme tamamlanana kadar telefonunuzu kapatmayın."; "migration_in_progress" = " COVIDSafe güncellemesi devam ediyor. \n\n Lütfen güncelleme tamamlanana kadar telefonunuzu kapatmayın.";
"national_numbers" = "Ulusal sayılar"; "national_numbers" = "Ulusal sayılar";
@ -332,7 +337,7 @@
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "COVIDSafe aktif olmadığında bildirim alacaksınız.\nBildirim ayarlarını değiştir"; "NotificationsEnabledBlurb" = "COVIDSafe aktif olmadığında bildirim alacaksınız.\nBildirim ayarlarını değiştir";
"numbers_error" = "Güncellenen sayılar kontrol edilemiyor."; "numbers_error" = "Güncellenen sayılar kontrol edilemiyor.";
"numbers_no_internet" = "Güncellenen sayıları aldığınızdan emin olmak için internete bağlanın"; "numbers_no_internet" = "Güncellenen sayıları aldığınızdan emin olmak için internete bağlanın.";
"numbers_refresh" = "Şimdi yenile"; "numbers_refresh" = "Şimdi yenile";
"options_for_australia" = "Avustralya için seçenekler"; "options_for_australia" = "Avustralya için seçenekler";
"permission_button" = "İlerle"; "permission_button" = "İlerle";
@ -370,8 +375,9 @@
"PN_ReminderTitle" = "48 saat boyunca karşılaşma tespit edilmedi"; "PN_ReminderTitle" = "48 saat boyunca karşılaşma tespit edilmedi";
"PostcodeValidationErrorMessage" = "Lütfen geçerli bir Avustralya posta kodu giriniz."; "PostcodeValidationErrorMessage" = "Lütfen geçerli bir Avustralya posta kodu giriniz.";
"queensland" = "Queensland"; "queensland" = "Queensland";
"recovered" = "İyileşen toplam vakalar"; "recovered" = "Toplam iyileşen vakalar";
"registration_consent_content" = "Avustralya Hükümeti Sağlık Bakanının yasal olarak belirlediğine uygun olarak aşağıdaki bilgileri toplayan Dijital Dönüşüm Ajansı'nı veri deposu yöneticisi olarak onaylıyorum:"; "registration_consent_content" = "Avustralya Hükümeti Sağlık Bakanının yasal olarak belirlediğine uygun olarak aşağıdaki bilgileri toplayan Dijital Dönüşüm Ajansı'nı veri deposu yöneticisi olarak onaylıyorum:";
"registration_consent_diagnostic" = "COVIDSafe'in cihazımda düzgün çalıştığından emin olmak için gereken bilgiler.";
"registration_consent_first_paragraph" = "Kayıt bilgilerim."; "registration_consent_first_paragraph" = "Kayıt bilgilerim.";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "Kayıt onayı"; "registration_consent_headline" = "Kayıt onayı";
@ -382,6 +388,7 @@
"Select_country_or_region_headline" = "Ülke veya bölge seçiniz"; "Select_country_or_region_headline" = "Ülke veya bölge seçiniz";
"settings" = "Ayarlar"; "settings" = "Ayarlar";
"share_this_app_content" = "COVID-19'un yayılmasını durdurmada bana katılın! Avustralya Hükümeti'nin bir uygulaması olan COVIDSafe'i indirin. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "COVID-19'un yayılmasını durdurmada bana katılın! Avustralya Hükümeti'nin bir uygulaması olan COVIDSafe'i indirin. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "Göster";
"south_australia" = "Güney Avustralya"; "south_australia" = "Güney Avustralya";
"stepCounter" = "Adım %d / %d"; "stepCounter" = "Adım %d / %d";
"support" = "Destek"; "support" = "Destek";
@ -418,6 +425,7 @@
"upload_step_verify_pin_header" = "Bilgilerinizi sisteme yükleyiniz"; "upload_step_verify_pin_header" = "Bilgilerinizi sisteme yükleyiniz";
"upload_step_verify_pin_sub_header" = "Eyalet veya bölge sağlık yetkilisi cihazınıza mesaj olarak bir PIN gönderecektir. Bilgilerinizi sisteme yüklemek için PIN'i aşağıya giriniz."; "upload_step_verify_pin_sub_header" = "Eyalet veya bölge sağlık yetkilisi cihazınıza mesaj olarak bir PIN gönderecektir. Bilgilerinizi sisteme yüklemek için PIN'i aşağıya giriniz.";
"us_consent_button" = "Kabul ediyorum"; "us_consent_button" = "Kabul ediyorum";
"us_registration_consent_diagnostic" = "COVIDSafe'in cihazımda düzgün çalıştığından emin olmak için gereken bilgiler.";
"victoria" = "Viktorya"; "victoria" = "Viktorya";
"western_australia" = "Batı Avustralya"; "western_australia" = "Batı Avustralya";
"wrong_ping_number" = " Yanlış PIN girildi"; "wrong_ping_number" = " Yanlış PIN girildi";
@ -426,7 +434,7 @@
"AllowBluetoothON_VOLabel" = "Bluetooth'a erişim: AÇIK"; "AllowBluetoothON_VOLabel" = "Bluetooth'a erişim: AÇIK";
"BluetoothOFF_VOLabel" = "Bluetooth: KAPALI Telefonunuzun Bluetooth özelliğini açın. Görüntüleniyorsa 'Yeni Bağlantılara İzin Ver'i seçin."; "BluetoothOFF_VOLabel" = "Bluetooth: KAPALI Telefonunuzun Bluetooth özelliğini açın. Görüntüleniyorsa 'Yeni Bağlantılara İzin Ver'i seçin.";
"BluetoothON_VOLabel" = "Bluetooth: AÇIK"; "BluetoothON_VOLabel" = "Bluetooth: AÇIK";
"CodeHasExpired" = "Kodunuzun süresi doldu."; "CodeHasExpired" = "PIN kodunuzun süresi doldu.";
/* details */ /* details */
"Done" = "Bitti"; "Done" = "Bitti";
/* Feedback */ /* Feedback */

View file

@ -18,6 +18,7 @@
"BluetoothON" = "Bluetooth®: BẬT"; "BluetoothON" = "Bluetooth®: BẬT";
"change_language" = "Thay đổi ngôn ngữ"; "change_language" = "Thay đổi ngôn ngữ";
"change_language_content" = "Đọc hướng dẫn về cách sử dụng COVIDSafe bằng ngôn ngữ khác."; "change_language_content" = "Đọc hướng dẫn về cách sử dụng COVIDSafe bằng ngôn ngữ khác.";
"collection_message" = "COVIDSafe hiện đang thu thập thông tin chẩn đoán để giúp bạn khắc phục sự cố với Ứng dụng của mình. *Tìm hiểu thêm *";
"consent_button" = "Tôi đồng ý"; "consent_button" = "Tôi đồng ý";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "Chọn 'Tôi đồng ý' để xác nhận đồng ý."; "consent_call_for_action" = "Chọn 'Tôi đồng ý' để xác nhận đồng ý.";
@ -233,8 +234,8 @@
"country_region_name_zm" = "Zambia"; "country_region_name_zm" = "Zambia";
"country_region_name_zw" = "Zimbabwe"; "country_region_name_zw" = "Zimbabwe";
"data_privacy_button" = "Tiếp theo"; "data_privacy_button" = "Tiếp theo";
"data_privacy_content" = "Điều quan trọng là bạn phải đọc *chính sách bảo mật* COVIDSafe trước khi đăng ký COVIDSafe. \n\nNếu bạn dưới 16 tuổi, cha mẹ/người giám hộ của bạn cũng phải đọc *chính sách bảo mật *. \n\nSử dụng COVIDSafe là hoàn toàn tự nguyện. Bạn có thể cài đặt hoặc xóa ứng dụng bất cứ lúc nào. Nếu bạn xóa COVIDSafe, *bạn cũng có thể yêu cầu xóa thông tin của mình* khỏi máy chủ bảo mật. \n\nĐể đăng ký COVIDSafe, bạn sẽ cần nhập tên (hoặc biệt danh), số điện thoại di động, độ tuổi và mã bưu điện. \n\nThông tin bạn gửi khi đăng ký và thông tin về việc sử dụng COVIDSafe của bạn sẽ được thu thập và lưu trữ trên một máy chủ có độ an toàn cao. \n\nCOVIDSafe sẽ không thu thập thông tin vị trí của bạn. \n\nCOVIDSafe sẽ ghi nhớ thời gian tiếp xúc, mã ID ẩn danh của những người dùng COVIDSafe khác mà bạn tiếp xúc, cường độ tín hiệu Bluetooth® và kiểu điện thoại của người dùng khác trên thiết bị của bạn. \n\nNhững người dùng COVIDSafe khác mà bạn tiếp xúc cũng sẽ ghi nhớ mã ID ẩn danh của bạn, thời gian tiếp xúc, cường độ tín hiệu Bluetooth® và kiểu điện thoại của bạn, trên thiết bị của họ.\n\nNếu người dùng khác xét nghiệm dương tính với COVID-19, họ có thể đăng tải thông tin tiếp xúc của họ và nhân viên y tế của tiểu bang hoặc lãnh thổ có thể liên hệ với bạn nhằm mục đích truy tìm tiếp xúc. \n\nChi tiết đăng ký của bạn sẽ chỉ được sử dụng hoặc tiết lộ để theo dõi việc tiếp xúc và hoạt động đúng đắn và hợp pháp của COVIDSafe. \n\nThông tin để tìm hiểu thêm có tại trang mạng của *Bộ Y tế Chính phủ Úc*. \n\n Xem *chính sách bảo mật* của COVIDSafe để biết thêm chi tiết các quyền về thông tin của bạn và cách xử lý và chia sẻ thông tin đó.\n "; "data_privacy_content" = "Điều quan trọng là bạn phải đọc *chính sách bảo mật* COVIDSafe trước khi đăng ký COVIDSafe. \n\nNếu bạn dưới 16 tuổi, cha mẹ/người giám hộ của bạn cũng phải đọc *chính sách bảo mật *. \n\nSử dụng COVIDSafe là hoàn toàn tự nguyện. Bạn có thể cài đặt hoặc xóa ứng dụng bất cứ lúc nào. Nếu bạn xóa COVIDSafe, *bạn cũng có thể yêu cầu xóa thông tin của mình* khỏi máy chủ bảo mật. \n\nĐể đăng ký COVIDSafe, bạn sẽ cần nhập tên (hoặc biệt danh), số điện thoại di động, độ tuổi và mã bưu điện. \n\nThông tin bạn gửi khi đăng ký và thông tin về việc sử dụng COVIDSafe của bạn sẽ được thu thập và lưu trữ trên một máy chủ có độ an toàn cao. \n\nThông tin cũng được thu thập để đảm bảo rằng COVIDSafe đang hoạt động bình thường trên thiết bị của bạn. Điều này bao gồm hệ điều hành, phiên bản Ứng dụng bạn đã cài đặt, ngôn ngữ được thiết lập trên thiết bị của bạn, Bluetooth® có hoạt động hay không và liệu Ứng dụng của bạn có ghi lại bất kỳ cuộc gặp gỡ nào trong bảy ngày trước đó hay không.\n\nCOVIDSafe sẽ không thu thập thông tin vị trí của bạn. \n\nCOVIDSafe sẽ ghi nhớ thời gian tiếp xúc, mã ID ẩn danh của những người dùng COVIDSafe khác mà bạn tiếp xúc, cường độ tín hiệu Bluetooth và kiểu điện thoại của người dùng khác trên thiết bị của bạn. \n\nNhững người dùng COVIDSafe khác mà bạn tiếp xúc cũng sẽ ghi nhớ mã ID ẩn danh của bạn, thời gian tiếp xúc, cường độ tín hiệu Bluetooth và kiểu điện thoại của bạn, trên thiết bị của họ.\n\nNếu người dùng khác xét nghiệm dương tính với COVID-19, họ có thể đăng tải thông tin tiếp xúc của họ và nhân viên y tế của tiểu bang hoặc lãnh thổ có thể liên hệ với bạn nhằm mục đích truy tìm tiếp xúc. \n\nThông tin đăng ký của bạn sẽ chỉ được sử dụng hoặc tiết lộ để truy tìm tiếp xúc và để COVIDSafe hoạt động đúng đắn và hợp pháp. \n\nThông tin thêm có tại trang mạng *covidsafe.gov.au*. \n\nXem *chính sách bảo mật* của COVIDSafe để biết thêm chi tiết về quyền của bạn đối với thông tin của mình cũng như cách xử lý và chia sẻ thông tin đó.\n ";
"data_privacy_content_VO" = "Điều quan trọng là bạn phải đọc chính sách bảo mật của COVIDSafe trước khi đăng ký COVIDSafe. \n\nNếu bạn dưới 16 tuổi, cha mẹ/người giám hộ của bạn cũng phải đọc chính sách bảo mật. \n\nSử dụng COVIDSafe là hoàn toàn tự nguyện. Bạn có thể cài đặt hoặc xóa ứng dụng này bất cứ lúc nào. Nếu bạn xóa COVIDSafe, bạn cũng có thể yêu cầu xóa thông tin của mình khỏi máy chủ bảo mật. \n\nĐể đăng ký COVIDSafe, bạn cần nhập tên (hoặc biệt danh), số điện thoại di động, độ tuổi và mã bưu điện. \n\nThông tin bạn gửi khi đăng ký, và thông tin về việc sử dụng COVIDSafe của bạn sẽ được thu thập và lưu trữ trên một máy chủ có độ an toàn cao. \n\nCOVIDSafe sẽ không thu thập thông tin về vị trí của bạn. \n\nCOVIDSafe sẽ ghi nhớ thời gian tiếp xúc và mã ID ẩn danh của những người dùng COVIDSafe khác mà bạn tiếp xúc, cường độ tín hiệu Bluetooth và kiểu điện thoại của người dùng khác, trên thiết bị của bạn. \n\nNhững người dùng COVIDSafe khác mà bạn tiếp xúc sẽ ghi nhớ mã ID ẩn danh và thời gian tiếp xúc với bạn, cường độ tín hiệu Bluetooth và kiểu điện thoại của bạn, trên thiết bị của họ. \n\nNếu người dùng khác xét nghiệm dương tính với COVID-19, họ có thể đăng tải thông tin tiếp xúc của họ và nhân viên y tế của tiểu bang hoặc lãnh thổ có thể liên hệ với bạn nhằm mục đích truy tìm việc tiếp xúc. \n\nChi tiết đăng ký của bạn sẽ chỉ được sử dụng hoặc tiết lộ để theo dõi việc tiếp xúc và hoạt động đúng đắn và hợp pháp của COVIDSafe. \n\nThông tin thêm có sẵn tại trang mạng của Bộ Y tế Chính phủ Úc. \n\nXem chính sách bảo mật của COVIDSafe để biết thêm chi tiết quyền về thông tin của bạn và cách xử lý và chia sẻ thông tin đó."; "data_privacy_content_VO" = "Điều quan trọng là bạn phải đọc chính sách bảo mật của COVIDSafe trước khi đăng ký COVIDSafe.\n\nNếu bạn dưới 16 tuổi, cha mẹ/người giám hộ của bạn cũng phải đọc chính sách bảo mật.\n\nViệc sử dụng COVIDSafe là hoàn toàn tự nguyện. Bạn có thể cài đặt hoặc xóa ứng dụng bất kỳ lúc nào. Nếu bạn xóa COVIDSafe, bạn cũng có thể yêu cầu xóa thông tin của mình khỏi máy chủ bảo mật.\n\nĐể đăng ký COVIDSafe, bạn sẽ cần nhập tên (hoặc biệt danh), số điện thoại di động, độ tuổi và mã bưu điện.\n\nThông tin bạn gửi khi đăng ký và thông tin về việc sử dụng COVIDSafe của bạn được lưu trữ trên một máy chủ có độ bảo mật cao.\n\nThông tin cũng được thu thập để đảm bảo rằng COVIDSafe đang hoạt động bình thường trên thiết bị của bạn. Điều này bao gồm hệ điều hành, phiên bản Ứng dụng bạn đã cài đặt, ngôn ngữ được thiết lập trên thiết bị của bạn, Bluetooth có hoạt động hay không và liệu Ứng dụng của bạn có ghi lại bất kỳ cuộc gặp gỡ nào trong bảy ngày trước đó hay không.\n\nCOVIDSafe sẽ không thu thập thông tin vị trí của bạn.\n\nCOVIDSafe sẽ ghi nhớ ngày và giờ tiếp xúc, mã ID ẩn danh của những người dùng COVIDSafe khác mà bạn tiếp xúc, cường độ tín hiệu Bluetooth và kiểu điện thoại của những người dùng khác trên thiết bị của bạn.\n\nNhững người dùng COVIDSafe khác mà bạn tiếp xúc sẽ ghi nhớ mã ID ẩn danh, ngày và giờ tiếp xúc với bạn, cường độ tín hiệu Bluetooth và kiểu điện thoại của bạn trên thiết bị của họ.\n\nNếu một người dùng khác xét nghiệm dương tính với COVID-19, họ có thể đăng tải thông tin liên hệ của mình và nhân viên y tế của tiểu bang hoặc vùng lãnh thổ có thể liên hệ với bạn nhằm mục đích truy tìm tiếp xúc.\n\nCác thông tin đăng ký của bạn sẽ chỉ được sử dụng hoặc tiết lộ để theo dõi tiếp xúc và để COVIDSafe hoạt động đúng đắn và hợp pháp.\n\nThông tin thêm có tại trang mạng covidsafe.gov.au.\n\nXem chính sách bảo mật của COVIDSafe để biết thêm chi tiết về các quyền của bạn đối với thông tin của mình cũng như cách xử lý và chia sẻ thông tin đó.";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "Đăng ký và bảo mật"; "data_privacy_headline" = "Đăng ký và bảo mật";
"deaths" = "Tử vong"; "deaths" = "Tử vong";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "Hủy bỏ"; "dialog_error_uploading_negative" = "Hủy bỏ";
"dialog_error_uploading_positive" = "Thử lại"; "dialog_error_uploading_positive" = "Thử lại";
"dialog_uploading_message" = "Thông tin COVIDSafe của bạn hiện đang được đăng tải. \n\n Vui lòng không đóng ứng dụng."; "dialog_uploading_message" = "Thông tin COVIDSafe của bạn hiện đang được đăng tải. \n\n Vui lòng không đóng ứng dụng.";
"dismiss" = "Bỏ qua";
"done_success" = "Hoàn tất"; "done_success" = "Hoàn tất";
"enter_number_button" = "Nhận mã PIN"; "enter_number_button" = "Nhận mã PIN";
"enter_number_content" = "Chúng tôi sẽ gửi cho bạn mã PIN gồm 6 chữ số để xác minh số điện thoại của bạn."; "enter_number_content" = "Chúng tôi sẽ gửi cho bạn mã PIN gồm 6 chữ số để xác minh số điện thoại của bạn.";
@ -259,6 +261,7 @@
"global_close" = "Đóng"; "global_close" = "Đóng";
"global_double_tap" = "nhấn đúp để chỉnh sửa"; "global_double_tap" = "nhấn đúp để chỉnh sửa";
"global_OK" = "Đồng ý"; "global_OK" = "Đồng ý";
"hide" = "Ẩn";
"home_app_permission_status_subtitle" = "COVIDSafe sẽ không hoạt động nếu không có cài đặt phù hợp."; "home_app_permission_status_subtitle" = "COVIDSafe sẽ không hoạt động nếu không có cài đặt phù hợp.";
"home_app_permission_status_title" = "Kiểm tra cài đặt của bạn"; "home_app_permission_status_title" = "Kiểm tra cài đặt của bạn";
"home_data_uploaded_message" = "Giúp ngăn chặn sự lây lan của COVID-19 và theo dõi các triệu chứng của bạn."; "home_data_uploaded_message" = "Giúp ngăn chặn sự lây lan của COVID-19 và theo dõi các triệu chứng của bạn.";
@ -274,7 +277,7 @@
"home_set_complete_external_link_app_title" = "Tải ứng dụng Coronavirus"; "home_set_complete_external_link_app_title" = "Tải ứng dụng Coronavirus";
"home_set_complete_external_link_been_contacted_content" = "Bạn chỉ có thể đăng tải thông tin của mình nếu bạn được xét nghiệm có kết quả dương tính."; "home_set_complete_external_link_been_contacted_content" = "Bạn chỉ có thể đăng tải thông tin của mình nếu bạn được xét nghiệm có kết quả dương tính.";
"home_set_complete_external_link_been_contacted_title" = "Nhân viên y tế có liên lạc với bạn không?"; "home_set_complete_external_link_been_contacted_title" = "Nhân viên y tế có liên lạc với bạn không?";
"home_set_complete_external_link_help_topics_content" = "Hướng dẫn cách khắc phục và sửa chữa sự cố kỹ thuật"; "home_set_complete_external_link_help_topics_content" = "Hướng dẫn cách khắc phục và sửa chữa các sự cố kỹ thuật";
"home_set_complete_external_link_help_topics_title" = "Các chủ đề trợ giúp"; "home_set_complete_external_link_help_topics_title" = "Các chủ đề trợ giúp";
"home_set_complete_external_link_news_content" = "Vào aus.gov.au để biết tin tức mới nhất về Coronavirus."; "home_set_complete_external_link_news_content" = "Vào aus.gov.au để biết tin tức mới nhất về Coronavirus.";
"home_set_complete_external_link_news_title" = "Tin tức và cập nhật mới nhất"; "home_set_complete_external_link_news_title" = "Tin tức và cập nhật mới nhất";
@ -294,7 +297,7 @@
"how_it_works_content" = "Tín hiệu Bluetooth® được sử dụng để xác định khi bạn đang ở gần người dùng COVIDSafe khác. \n\nMọi trường hợp tiếp xúc gần giữa bạn và những người dùng COVIDSafe khác đều được ghi nhận để tạo dữ liệu tiếp xúc. Thông tin này được mã hóa và chỉ được lưu trữ trong điện thoại của bạn. \n\nNếu bạn xét nghiệm dương tính với COVID-19 và là người dùng COVIDSafe, nhân viên y tế của tiểu bang hoặc lãnh thổ sẽ liên hệ với bạn. Họ sẽ tự nguyện hỗ trợ đăng tải dữ liệu tiếp xúc của bạn lên hệ thống lưu trữ thông tin có độ an toàn cao.\n\nCác nhân viên y tế của tiểu bang hoặc lãnh thổ cũng có thể liên hệ với bạn nếu bạn đã tiếp xúc gần với một người dùng COVIDSafe khác có kết quả xét nghiệm dương tính. \n\nĐể biết thêm thông tin, vui lòng tham khảo trang *Chủ đề Trợ giúp*"; "how_it_works_content" = "Tín hiệu Bluetooth® được sử dụng để xác định khi bạn đang ở gần người dùng COVIDSafe khác. \n\nMọi trường hợp tiếp xúc gần giữa bạn và những người dùng COVIDSafe khác đều được ghi nhận để tạo dữ liệu tiếp xúc. Thông tin này được mã hóa và chỉ được lưu trữ trong điện thoại của bạn. \n\nNếu bạn xét nghiệm dương tính với COVID-19 và là người dùng COVIDSafe, nhân viên y tế của tiểu bang hoặc lãnh thổ sẽ liên hệ với bạn. Họ sẽ tự nguyện hỗ trợ đăng tải dữ liệu tiếp xúc của bạn lên hệ thống lưu trữ thông tin có độ an toàn cao.\n\nCác nhân viên y tế của tiểu bang hoặc lãnh thổ cũng có thể liên hệ với bạn nếu bạn đã tiếp xúc gần với một người dùng COVIDSafe khác có kết quả xét nghiệm dương tính. \n\nĐể biết thêm thông tin, vui lòng tham khảo trang *Chủ đề Trợ giúp*";
/* OnBoarding How it works */ /* OnBoarding How it works */
"how_it_works_headline" = "COVIDSafe hoạt động như thế nào"; "how_it_works_headline" = "COVIDSafe hoạt động như thế nào";
"improve" = ""; "improve" = "Cải thiện hiệu năng của ứng dụng";
"improve_heading" = "Cải thiện hoạt động của COVIDSafe"; "improve_heading" = "Cải thiện hoạt động của COVIDSafe";
"internet_connection_content" = "Kết nối với internet để đảm bảo nhận được thông báo về các sự cố và cập nhật."; "internet_connection_content" = "Kết nối với internet để đảm bảo nhận được thông báo về các sự cố và cập nhật.";
"internet_connection_heading" = "Không có kết nối Internet"; "internet_connection_heading" = "Không có kết nối Internet";
@ -310,7 +313,9 @@
"IntroLabel" = "Giúp ngăn chặn sự lây lan\nvà cứu mạng sống."; "IntroLabel" = "Giúp ngăn chặn sự lây lan\nvà cứu mạng sống.";
"invalid_australian_phone_number_error_prompt" = "Số điện thoại di động ở Úc chứa tối đa 10 chữ số."; "invalid_australian_phone_number_error_prompt" = "Số điện thoại di động ở Úc chứa tối đa 10 chữ số.";
"invalid_norfolk_island_phone_number_error_prompt" = "Số điện thoại di động ở Đảo Norfolk chứa từ 5 đến 6 chữ số."; "invalid_norfolk_island_phone_number_error_prompt" = "Số điện thoại di động ở Đảo Norfolk chứa từ 5 đến 6 chữ số.";
"loading_numbers" = ""; "jwt_description" = "Có vấn đề với thông tin đăng ký của bạn.";
"jwt_heading" = "Vui lòng đăng ký lại";
"loading_numbers" = "Đang tải các số mới nhất";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "COVIDSafe trong tiến trình cập nhật. \n\nVui lòng đảm bảo điện thoại của bạn không bị tắt cho đến khi cập nhật hoàn tất."; "migration_in_progress" = "COVIDSafe trong tiến trình cập nhật. \n\nVui lòng đảm bảo điện thoại của bạn không bị tắt cho đến khi cập nhật hoàn tất.";
"national_numbers" = "Số ca nhiễm trên toàn quốc"; "national_numbers" = "Số ca nhiễm trên toàn quốc";
@ -331,9 +336,9 @@
"NotificationsDisabledBlurb" = "Bạn sẽ không nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo"; "NotificationsDisabledBlurb" = "Bạn sẽ không nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "Bạn sẽ nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo"; "NotificationsEnabledBlurb" = "Bạn sẽ nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo";
"numbers_error" = ""; "numbers_error" = "Không thể kiểm tra các số đã cập nhật.";
"numbers_no_internet" = ""; "numbers_no_internet" = "Kết nối với internet để đảm bảo bạn nhận được các số cập nhật.";
"numbers_refresh" = ""; "numbers_refresh" = "Làm mới ngay";
"options_for_australia" = "Tùy chọn cho Úc"; "options_for_australia" = "Tùy chọn cho Úc";
"permission_button" = "Kích hoạt"; "permission_button" = "Kích hoạt";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
@ -371,7 +376,8 @@
"PostcodeValidationErrorMessage" = "Vui lòng nhập mã bưu điện Úc hợp lệ."; "PostcodeValidationErrorMessage" = "Vui lòng nhập mã bưu điện Úc hợp lệ.";
"queensland" = "Queensland"; "queensland" = "Queensland";
"recovered" = "Tổng số ca phục hồi"; "recovered" = "Tổng số ca phục hồi";
"registration_consent_content" = "Tôi đồng ý cho Cơ quan Chuyển đổi Kỹ thuật số với tư cách là nhà quản trị cửa hàng dữ liệu, theo quyết định pháp lý của Bộ trưởng Bộ Y tế Chính phủ Úc thu thập:"; "registration_consent_content" = "Tôi đồng ý cho Cơ quan Chuyển đổi Kỹ thuật số với tư cách là nhà quản trị kho dữ liệu, theo quyết định pháp lý của Bộ trưởng Bộ Y tế Chính phủ Úc thu thập:";
"registration_consent_diagnostic" = "Thông tin để đảm bảo rằng COVIDSafe đang hoạt động bình thường trên thiết bị của tôi.";
"registration_consent_first_paragraph" = "Thông tin đăng ký của tôi."; "registration_consent_first_paragraph" = "Thông tin đăng ký của tôi.";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "Đồng ý đăng ký"; "registration_consent_headline" = "Đồng ý đăng ký";
@ -380,13 +386,14 @@
"select_country_or_region" = "Chọn quốc gia hoặc khu vực"; "select_country_or_region" = "Chọn quốc gia hoặc khu vực";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"Select_country_or_region_headline" = "Chọn quốc gia hoặc khu vực"; "Select_country_or_region_headline" = "Chọn quốc gia hoặc khu vực";
"settings" = ""; "settings" = "Cài đặt";
"share_this_app_content" = "Hãy cùng tôi ngăn chặn sự lây lan của COVID-19! Tải COVIDSafe, ứng dụng của Chính phủ Úc. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "Hãy cùng tôi ngăn chặn sự lây lan của COVID-19! Tải COVIDSafe, ứng dụng của Chính phủ Úc. # COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "Hiển thị";
"south_australia" = "Nam Úc"; "south_australia" = "Nam Úc";
"stepCounter" = "Bước %d của %d"; "stepCounter" = "Bước %d của %d";
"support" = "Hỗ trợ"; "support" = "Hỗ trợ";
"support_content" = "Để được hỗ trợ về các vấn đề không có trong chủ đề Trợ giúp"; "support_content" = "Để được trợ giúp về các vấn đề không có trong chủ đề Trợ giúp";
"Support_VOLabel" = "Hỗ trợ. Để được hỗ trợ về các vấn đề không có trong chủ đề Trợ giúp"; "Support_VOLabel" = "Hỗ trợ. Để được trợ giúp về các vấn đề không có trong chủ đề Trợ giúp";
"tasmania" = "Tasmania"; "tasmania" = "Tasmania";
"total_confirmed_cases" = "Tổng số ca nhiễm"; "total_confirmed_cases" = "Tổng số ca nhiễm";
"total_per_state" = "Tổng số ca nhiễm theo tiểu bang và lãnh thổ"; "total_per_state" = "Tổng số ca nhiễm theo tiểu bang và lãnh thổ";
@ -402,7 +409,7 @@
"under-sixteen_consent_call_for_action" = "Chọn 'Tôi đồng ý' để xác nhận sự đồng ý."; "under-sixteen_consent_call_for_action" = "Chọn 'Tôi đồng ý' để xác nhận sự đồng ý.";
"update_available_app_store_btn" = "Vào App Store"; "update_available_app_store_btn" = "Vào App Store";
"update_available_dismiss_btn" = "Nhắc tôi sau"; "update_available_dismiss_btn" = "Nhắc tôi sau";
"update_available_message_ios" = "Chúng tôi đã và đang cải thiện COVIDSafe. Cập nhật qua Cửa hàng Ứng dụng (App Store)."; "update_available_message_ios" = "Chúng tôi đã và đang cải thiện COVIDSafe. Cập nhật qua Kho Ứng dụng (App Store).";
"update_available_title" = "Cập nhật có sẵn!"; "update_available_title" = "Cập nhật có sẵn!";
"upload_answer_no" = "Không"; "upload_answer_no" = "Không";
/* Upload flow */ /* Upload flow */
@ -418,6 +425,7 @@
"upload_step_verify_pin_header" = "Đăng tải thông tin của bạn"; "upload_step_verify_pin_header" = "Đăng tải thông tin của bạn";
"upload_step_verify_pin_sub_header" = "Nhân viên y tế của tiểu bang hoặc lãnh thổ sẽ gửi mã PIN qua tin nhắn đến thiết bị của bạn. Nhập mã PIN vào đây để đăng tải thông tin của bạn."; "upload_step_verify_pin_sub_header" = "Nhân viên y tế của tiểu bang hoặc lãnh thổ sẽ gửi mã PIN qua tin nhắn đến thiết bị của bạn. Nhập mã PIN vào đây để đăng tải thông tin của bạn.";
"us_consent_button" = "Tôi đồng ý"; "us_consent_button" = "Tôi đồng ý";
"us_registration_consent_diagnostic" = "Thông tin để đảm bảo rằng COVIDSafe đang hoạt động bình thường trên thiết bị của tôi.";
"victoria" = "Victoria"; "victoria" = "Victoria";
"western_australia" = "Tây Úc"; "western_australia" = "Tây Úc";
"wrong_ping_number" = "Nhập sai mã PIN"; "wrong_ping_number" = "Nhập sai mã PIN";
@ -426,7 +434,7 @@
"AllowBluetoothON_VOLabel" = "Truy cập Bluetooth: BẬT"; "AllowBluetoothON_VOLabel" = "Truy cập Bluetooth: BẬT";
"BluetoothOFF_VOLabel" = "Bluetooth: TẮT Bật Bluetooth trên điện thoại của bạn. Chọn 'Cho phép Kết nối Mới' nếu thấy hiển thị."; "BluetoothOFF_VOLabel" = "Bluetooth: TẮT Bật Bluetooth trên điện thoại của bạn. Chọn 'Cho phép Kết nối Mới' nếu thấy hiển thị.";
"BluetoothON_VOLabel" = "Bluetooth: BẬT"; "BluetoothON_VOLabel" = "Bluetooth: BẬT";
"CodeHasExpired" = "Mã của bạn đã hết hạn."; "CodeHasExpired" = "Mã PIN của bạn đã hết hạn.";
/* details */ /* details */
"Done" = "Hoàn tất"; "Done" = "Hoàn tất";
/* Feedback */ /* Feedback */
@ -487,12 +495,12 @@
"UploadFailedErrorMessage" = "Vui lòng thử lại sau."; "UploadFailedErrorMessage" = "Vui lòng thử lại sau.";
"ValidationError" = "Lỗi xác nhận"; "ValidationError" = "Lỗi xác nhận";
"GetCoronaVirusApp_VOLabel" = "Tải ứng dụng Coronavirus. Tải ứng dụng của chính phủ để biết những tin tức và lời khuyên mới nhất."; "GetCoronaVirusApp_VOLabel" = "Tải ứng dụng Coronavirus. Tải ứng dụng của chính phủ để biết những tin tức và lời khuyên mới nhất.";
"HelpTopics_VOLabel" = "Chủ đề Trợ giúp. Hướng dẫn cách khắc phục và sửa chữa sự cố kỹ thuật"; "HelpTopics_VOLabel" = "Chủ đề Trợ giúp. Hướng dẫn cách khắc phục và sửa chữa các sự cố kỹ thuật";
"LatestNews_VOLabel" = "Tin tức và cập nhật mới nhất. Vào trang aus.gov.au để biết tin tức mới nhất về coronavirus."; "LatestNews_VOLabel" = "Tin tức và cập nhật mới nhất. Vào trang aus.gov.au để biết tin tức mới nhất về coronavirus.";
"NotificationsDisabled_VOLabel" = "Thông báo bị vô hiệu hóa. Bạn sẽ không nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo"; "NotificationsDisabled_VOLabel" = "Thông báo bị vô hiệu hóa. Bạn sẽ không nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo";
"NotificationsEnabled_VOLabel" = "Thông báo được kích hoạt. Bạn sẽ nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo"; "NotificationsEnabled_VOLabel" = "Thông báo được kích hoạt. Bạn sẽ nhận được thông báo nếu COVIDSafe không hoạt động. \nThay đổi cài đặt thông báo";
"OS1b_TopParagraph_VOLabel" = "Tín hiệu Bluetooth được sử dụng để xác định khi bạn ở gần người dùng COVIDSafe khác. \nMọi trường hợp tiếp xúc gần giữa bạn và những người dùng COVIDSafe khác đều được ghi nhận để tạo thông tin về mối tiếp xúc gần. Thông tin này sẽ được mã hóa và chỉ lưu trữ trong điện thoại của bạn. \nNếu bạn xét nghiệm dương tính với COVID-19 và là người dùng COVIDSafe, nhân viên y tế của tiểu bang hoặc lãnh thổ sẽ liên hệ với bạn. Họ sẽ tự nguyện hỗ trợ đăng tải thông tin về tiếp xúc gần của bạn vào hệ thống lưu trữ thông tin có độ an toàn cao \nCác nhân viên y tế của tiểu bang hoặc lãnh thổ cũng có thể liên hệ với bạn nếu bạn tiếp xúc gần với một người dùng COVIDSafe khác có kết quả xét nghiệm dương tính. \nĐể biết thêm thông tin, vui lòng tham khảo trang Chủ đề Trợ giúp"; "OS1b_TopParagraph_VOLabel" = "Tín hiệu Bluetooth được sử dụng để xác định khi bạn ở gần người dùng COVIDSafe khác. \nMọi trường hợp tiếp xúc gần giữa bạn và những người dùng COVIDSafe khác đều được ghi nhận để tạo thông tin về mối tiếp xúc gần. Thông tin này sẽ được mã hóa và chỉ lưu trữ trong điện thoại của bạn. \nNếu bạn xét nghiệm dương tính với COVID-19 và là người dùng COVIDSafe, nhân viên y tế của tiểu bang hoặc lãnh thổ sẽ liên hệ với bạn. Họ sẽ tự nguyện hỗ trợ đăng tải thông tin về tiếp xúc gần của bạn vào hệ thống lưu trữ thông tin có độ an toàn cao \nCác nhân viên y tế của tiểu bang hoặc lãnh thổ cũng có thể liên hệ với bạn nếu bạn tiếp xúc gần với một người dùng COVIDSafe khác có kết quả xét nghiệm dương tính. \nĐể biết thêm thông tin, vui lòng tham khảo trang Chủ đề Trợ giúp";
"permission_content_iOS_2_VOLabel" = "1. Bluetooth \n2. Thông báo \n\n COVIDSafe không gửi yêu cầu kết nối."; "permission_content_iOS_2_VOLabel" = "1. Bluetooth \n2. Thông báo \n\n COVIDSafe không gửi yêu cầu ghép nối.";
"permission_content_iOS_VOLabel" = "Cần bật Bluetooth để COVIDSafe hoạt động. Khi bật Thông báo, bạn nhận được các cập nhật để nhắc nhở khi COVIDSafe không hoạt động. \n\n Chọn 'Kích hoạt' để bật:"; "permission_content_iOS_VOLabel" = "Cần bật Bluetooth để COVIDSafe hoạt động. Khi bật Thông báo, bạn nhận được các cập nhật để nhắc nhở khi COVIDSafe không hoạt động. \n\n Chọn 'Kích hoạt' để bật:";
"ShareCovidSafe_VOLabel" = "Chia sẻ COVIDSafe. Mời người khác giúp đỡ. Cùng nhau, chúng ta mạnh mẽ hơn."; "ShareCovidSafe_VOLabel" = "Chia sẻ COVIDSafe. Mời người khác giúp đỡ. Cùng nhau, chúng ta mạnh mẽ hơn.";
"UploadData_VOLabel" = "Nhân viên y tế có liên lạc với bạn không? Bạn chỉ có thể đăng tải thông tin của mình nếu bạn có kết quả xét nghiệm dương tính."; "UploadData_VOLabel" = "Nhân viên y tế có liên lạc với bạn không? Bạn chỉ có thể đăng tải thông tin của mình nếu bạn có kết quả xét nghiệm dương tính.";

View file

@ -18,6 +18,7 @@
"BluetoothON" = "蓝牙®:开"; "BluetoothON" = "蓝牙®:开";
"change_language" = "更改语言"; "change_language" = "更改语言";
"change_language_content" = "阅读其他语言版本的COVIDSafe使用指南。"; "change_language_content" = "阅读其他语言版本的COVIDSafe使用指南。";
"collection_message" = "COVIDSafe现在会收集诊断信息以帮助您解决应用程序中的问题。*了解更多信息*";
"consent_button" = "我同意"; "consent_button" = "我同意";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "选择“我同意”以确认同意。"; "consent_call_for_action" = "选择“我同意”以确认同意。";
@ -233,8 +234,8 @@
"country_region_name_zm" = "赞比亚"; "country_region_name_zm" = "赞比亚";
"country_region_name_zw" = "津巴布韦"; "country_region_name_zw" = "津巴布韦";
"data_privacy_button" = "下一步"; "data_privacy_button" = "下一步";
"data_privacy_content" = "注册COVIDSafe之前请务必阅读COVIDSafe的*隐私政策*。 \n\n如果您未满16岁您的父母/监护人也必须阅读*隐私政策*。 \n\n使用COVIDSafe属自愿行为。您可以随时安装或删除该应用程序。如果删除COVIDSafe*您也可以要求从安全服务器上删除您的信息*。 \n\n您需要输入姓名或化名,手机号码,年龄段和邮政编码来注册使用COVIDSafe。 \n\n注册时提交的信息以及有关COVIDSafe使用的信息将被收集并存储在高度安全的服务器上。 \n\nCOVIDSafe不会收集您的位置信息。 \n\nCOVIDSafe将在您的设备上记录发生接触的时间、与您发生过接触的其他用户的匿名ID码、蓝牙®信号强度以及其他用户的手机型号。 \n\n与您发生接触的其他COVIDSafe用户的设备上也会记录您的匿名ID代码、与您发生接触的日期和时间、蓝牙®信号强度以及您的手机型号。 \n\n如果其他用户的COVID-19检测结果为阳性他们可以上传自己的接触者信息而州或领地的卫生官员可能会出于追踪接触者的目的与您联系。 \n\n您的详细注册信息仅在追踪接触者以及维持COVIDSafe的合法正常运行时使用或披露。 \n\n如需了解更多信息,请访问*澳大利亚政府卫生部*网站。 \n\n如需进一步了解您对个人信息的权利以及个人信息的处理和共享方式请参阅COVIDSafe *隐私政策*。"; "data_privacy_content" = "注册COVIDSafe之前请务必阅读COVIDSafe的*隐私政策*。 \n\n如果您未满16岁您的父母/监护人也必须阅读*隐私政策*。 \n\n使用COVIDSafe属自愿行为。您可以随时安装或删除该应用程序。如果删除COVIDSafe*您也可以要求从安全服务器上删除您的信息*。 \n\n您需要输入姓名或化名、手机号码、年龄段和邮政编码来注册使用COVIDSafe。 \n\n注册时提交的信息以及有关COVIDSafe的使用信息将被储存在高度安全的服务器上。 \n\n为了确保COVIDSafe可以在您的设备上正常运行需要收集与您的设备相关的以下信息操作系统、应用程序版本、语言设置、蓝牙®是否正在运行以及过去7天应用程序上的接触记录。\n\nCOVIDSafe不会收集您的位置信息。 \n\nCOVIDSafe将在您的设备上记录发生接触的时间、与您发生过接触的其他COVIDSafe用户的匿名ID码、蓝牙®信号强度以及手机型号。 \n\n与您发生接触的其他COVIDSafe用户的设备上也会记录您的匿名ID代码、与您发生接触的日期和时间、蓝牙®信号强度以及您的手机型号。 \n\n如果其他用户的COVID-19检测结果为阳性他们可以上传自己的接触者信息而州或领地的卫生官员可能会出于追踪接触者的目的与您联系。 \n\n您的详细注册信息仅在追踪接触者以及维持COVIDSafe的合法正常运行时使用或披露。 \n\n更多信息可在*covidsafe.gov.au*网站上查阅。 \n\n如需进一步了解您对个人信息的权利以及个人信息的处理和共享方式请参阅COVIDSafe *隐私政策*。";
"data_privacy_content_VO" = "注册COVIDSafe之前请务必阅读COVIDSafe的*隐私政策*。 \n\n如果您未满16岁您的父母/监护人也必须阅读*隐私政策*。 \n\n使用COVIDSafe属自愿行为。您可以随时安装或删除该应用程序。如果删除COVIDSafe*您也可以要求从安全服务器上删除您的信息*。 \n\n您需要输入姓名或化名手机号码年龄段和邮政编码来注册使用COVIDSafe。 \n\n注册时提交的信息以及有关COVIDSafe使用的信息将被收集并存储在高度安全的服务器上。 \n\nCOVIDSafe不会收集您的位置信息。 \n\nCOVIDSafe将在您的设备上记录发生接触的时间、与您发生过接触的其他用户的匿名ID码、蓝牙®信号强度以及其他用户的手机型号。 \n\n与您发生接触的其他COVIDSafe用户的设备上也会记录您的匿名ID代码、与您发生接触的日期和时间、蓝牙®信号强度以及您的手机型号。 \n\n如果其他用户的COVID-19检测结果为阳性他们可以上传自己的接触者信息而州或领地的卫生官员可能会出于追踪接触者的目的与您联系。 \n\n您的详细注册信息仅在追踪接触者以及维持COVIDSafe的合法正常运行时使用或披露。 \n\n如需了解更多信息,请访问*澳大利亚政府卫生部*网站。 \n\n如需进一步了解您对个人信息的权利以及个人信息的处理和共享方式请参阅COVIDSafe *隐私政策*。"; "data_privacy_content_VO" = "注册COVIDSafe之前请务必阅读COVIDSafe的隐私政策。 \n\n如果您未满16岁您的父母/监护人也必须阅读隐私政策。 \n\n使用COVIDSafe属自愿行为。您可以随时安装或删除该应用程序。如果删除COVIDSafe您也可以要求从安全服务器上删除您的信息。 \n\n您需要输入姓名或化名、手机号码、年龄段和邮政编码来注册使用COVIDSafe。 \n\n注册时提交的信息以及有关COVIDSafe的使用信息将被储存在高度安全的服务器上。 \n\n为了确保COVIDSafe可以正常运行需要收集与您的设备相关的以下信息操作系统、应用程序版本、语言设置、蓝牙®是否正在运行以及过去7天应用程序上的接触记录。\n\nCOVIDSafe不会收集您的位置信息。 \n\nCOVIDSafe将在您的设备上记录发生接触的时间、与您发生过接触的其他COVIDSafe用户的匿名ID码、蓝牙®信号强度以及手机型号。 \n\n与您发生接触的其他COVIDSafe用户的设备上也会记录您的匿名ID代码、与您发生接触的日期和时间、蓝牙®信号强度以及您的手机型号。 \n\n如果其他用户的COVID-19检测结果为阳性他们可以上传自己的接触者信息而州或领地的卫生官员可能会出于追踪接触者的目的与您联系。 \n\n您的详细注册信息仅在追踪接触者以及维持COVIDSafe的合法正常运行时使用或披露。 \n\n更多信息可在covidsafe.gov.au网站上查阅。 \n\n如需进一步了解您对个人信息的权利以及个人信息的处理和共享方式请参阅COVIDSafe 隐私政策。";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "注册及隐私"; "data_privacy_headline" = "注册及隐私";
"deaths" = "死亡人数"; "deaths" = "死亡人数";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "取消"; "dialog_error_uploading_negative" = "取消";
"dialog_error_uploading_positive" = "重试"; "dialog_error_uploading_positive" = "重试";
"dialog_uploading_message" = "您的COVIDSafe信息正在上传中。 \n\n请不要关闭该应用程序。"; "dialog_uploading_message" = "您的COVIDSafe信息正在上传中。 \n\n请不要关闭该应用程序。";
"dismiss" = "取消";
"done_success" = "完成"; "done_success" = "完成";
"enter_number_button" = "获取PIN码"; "enter_number_button" = "获取PIN码";
"enter_number_content" = "我们将向您发送一个6位数的PIN码以验证您的手机号码。"; "enter_number_content" = "我们将向您发送一个6位数的PIN码以验证您的手机号码。";
@ -259,6 +261,7 @@
"global_close" = "关闭"; "global_close" = "关闭";
"global_double_tap" = "双击进行编辑"; "global_double_tap" = "双击进行编辑";
"global_OK" = "确定"; "global_OK" = "确定";
"hide" = "隐藏";
"home_app_permission_status_subtitle" = "若设置不正确COVIDSafe将无法运行。"; "home_app_permission_status_subtitle" = "若设置不正确COVIDSafe将无法运行。";
"home_app_permission_status_title" = "检查您的设置"; "home_app_permission_status_title" = "检查您的设置";
"home_data_uploaded_message" = "协助阻止COVID-19的传播追踪您的症状。"; "home_data_uploaded_message" = "协助阻止COVID-19的传播追踪您的症状。";
@ -294,7 +297,7 @@
"how_it_works_content" = "COVIDSafe需要使用蓝牙®信号以确定您在何时靠近另一个COVIDSafe用户。 \n\n您与其他COVIDSafe用户之间的每一次密切接触都会被记录下来以创建接触者数据。该信息经过加密且仅储存在您的手机中。 \n\n如果您是COVIDSafe用户并且COVID-19检测呈阳性则州或领地卫生官员将与您联系。他们会协助您自愿将密切接触者数据上传至高度安全的信息储存系统。\n\n如果您与检测结果呈阳性的其他COVIDSafe用户发生过密切接触则州或领地卫生官员也会与您联系。 \n\n如需更多信息请参阅*帮助主题*页。"; "how_it_works_content" = "COVIDSafe需要使用蓝牙®信号以确定您在何时靠近另一个COVIDSafe用户。 \n\n您与其他COVIDSafe用户之间的每一次密切接触都会被记录下来以创建接触者数据。该信息经过加密且仅储存在您的手机中。 \n\n如果您是COVIDSafe用户并且COVID-19检测呈阳性则州或领地卫生官员将与您联系。他们会协助您自愿将密切接触者数据上传至高度安全的信息储存系统。\n\n如果您与检测结果呈阳性的其他COVIDSafe用户发生过密切接触则州或领地卫生官员也会与您联系。 \n\n如需更多信息请参阅*帮助主题*页。";
/* OnBoarding How it works */ /* OnBoarding How it works */
"how_it_works_headline" = "COVIDSafe 的工作原理"; "how_it_works_headline" = "COVIDSafe 的工作原理";
"improve" = ""; "improve" = "提升应用程序性能";
"improve_heading" = "提升COVIDSafe 的性能"; "improve_heading" = "提升COVIDSafe 的性能";
"internet_connection_content" = "连接到互联网,以确保您可以收到有关应用程序问题和更新的通知。"; "internet_connection_content" = "连接到互联网,以确保您可以收到有关应用程序问题和更新的通知。";
"internet_connection_heading" = "无网络连接"; "internet_connection_heading" = "无网络连接";
@ -310,7 +313,9 @@
"IntroLabel" = "阻止传播\n拯救生命"; "IntroLabel" = "阻止传播\n拯救生命";
"invalid_australian_phone_number_error_prompt" = "澳大利亚手机号码最多包含10位数。"; "invalid_australian_phone_number_error_prompt" = "澳大利亚手机号码最多包含10位数。";
"invalid_norfolk_island_phone_number_error_prompt" = "诺福克岛的手机号码包含5到6位数。"; "invalid_norfolk_island_phone_number_error_prompt" = "诺福克岛的手机号码包含5到6位数。";
"loading_numbers" = ""; "jwt_description" = "您的注册信息存在问题。";
"jwt_heading" = "请重新注册";
"loading_numbers" = "正在加载最新统计数字";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "COVIDSafe正在更新。 \n\n请保持开机状态直至更新完成。"; "migration_in_progress" = "COVIDSafe正在更新。 \n\n请保持开机状态直至更新完成。";
"national_numbers" = "全国统计数字"; "national_numbers" = "全国统计数字";
@ -331,9 +336,9 @@
"NotificationsDisabledBlurb" = "如果COVIDSafe未激活您不会收到任何通知。 \n更改通知设置"; "NotificationsDisabledBlurb" = "如果COVIDSafe未激活您不会收到任何通知。 \n更改通知设置";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "如果COVIDSafe未激活您将收到通知。 \n更改通知设置"; "NotificationsEnabledBlurb" = "如果COVIDSafe未激活您将收到通知。 \n更改通知设置";
"numbers_error" = ""; "numbers_error" = "无法查询最新统计数字。";
"numbers_no_internet" = ""; "numbers_no_internet" = "请连接到互联网,以获取最新统计数字。";
"numbers_refresh" = ""; "numbers_refresh" = "请刷新";
"options_for_australia" = "澳大利亚选项"; "options_for_australia" = "澳大利亚选项";
"permission_button" = "继续"; "permission_button" = "继续";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
@ -372,6 +377,7 @@
"queensland" = "昆士兰州"; "queensland" = "昆士兰州";
"recovered" = "康复患者总数"; "recovered" = "康复患者总数";
"registration_consent_content" = "我同意数字转换局作为数据存储管理方可以根据澳大利亚政府卫生部常务副部长依法作出的决议,收集以下信息:"; "registration_consent_content" = "我同意数字转换局作为数据存储管理方可以根据澳大利亚政府卫生部常务副部长依法作出的决议,收集以下信息:";
"registration_consent_diagnostic" = "确保 COVIDSafe 在我的设备上正常运行的信息。";
"registration_consent_first_paragraph" = "我的注册信息。"; "registration_consent_first_paragraph" = "我的注册信息。";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "注册同意书"; "registration_consent_headline" = "注册同意书";
@ -380,8 +386,9 @@
"select_country_or_region" = "选择国家或地区"; "select_country_or_region" = "选择国家或地区";
/* Figma page Android Screens (05/06) */ /* Figma page Android Screens (05/06) */
"Select_country_or_region_headline" = "选择国家或地区"; "Select_country_or_region_headline" = "选择国家或地区";
"settings" = ""; "settings" = "设置";
"share_this_app_content" = "让我们一起阻止COVID-19的传播下载 COVIDSafe—澳大利亚政府开发的一款应用程序。 #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "让我们一起阻止COVID-19的传播下载 COVIDSafe—澳大利亚政府开发的一款应用程序。 #COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "显示";
"south_australia" = "南澳大利亚州"; "south_australia" = "南澳大利亚州";
"stepCounter" = "第%d步共%d步"; "stepCounter" = "第%d步共%d步";
"support" = "支持"; "support" = "支持";
@ -418,6 +425,7 @@
"upload_step_verify_pin_header" = "上传个人信息"; "upload_step_verify_pin_header" = "上传个人信息";
"upload_step_verify_pin_sub_header" = "州或领地卫生官员将通过短信向您的手机发送 PIN码。请在下面输入PIN码以上传个人信息。"; "upload_step_verify_pin_sub_header" = "州或领地卫生官员将通过短信向您的手机发送 PIN码。请在下面输入PIN码以上传个人信息。";
"us_consent_button" = "我同意"; "us_consent_button" = "我同意";
"us_registration_consent_diagnostic" = "确保 COVIDSafe 在我的设备上正常运行的信息。";
"victoria" = "维多利亚州"; "victoria" = "维多利亚州";
"western_australia" = "西澳大利亚州"; "western_australia" = "西澳大利亚州";
"wrong_ping_number" = "错误的PIN码"; "wrong_ping_number" = "错误的PIN码";

View file

@ -18,6 +18,7 @@
"BluetoothON" = "藍牙®:開"; "BluetoothON" = "藍牙®:開";
"change_language" = "更換語言"; "change_language" = "更換語言";
"change_language_content" = "用其他語言閱讀COVIDSafe使用指南。"; "change_language_content" = "用其他語言閱讀COVIDSafe使用指南。";
"collection_message" = "COVIDSafe現在會收集診斷資訊以幫助你解決應用程式中的問題。 *了解更多*";
"consent_button" = "我同意"; "consent_button" = "我同意";
/* Shared Consent Actions */ /* Shared Consent Actions */
"consent_call_for_action" = "選擇「我同意」以確認同意聲明。"; "consent_call_for_action" = "選擇「我同意」以確認同意聲明。";
@ -233,8 +234,8 @@
"country_region_name_zm" = "贊比亞"; "country_region_name_zm" = "贊比亞";
"country_region_name_zw" = "津巴布韋"; "country_region_name_zw" = "津巴布韋";
"data_privacy_button" = "下一步"; "data_privacy_button" = "下一步";
"data_privacy_content" = "在註册 COVIDSafe 之前,請務必閱讀 COVIDSafe *私隱政策*。 \n\n如果你未滿 16 歲,你的父母/監護人亦必須閱讀*私隱政策*。 \n\n使用 COVIDSafe 純屬自願性質。你可以隨時安裝或刪除本應用程式。如果刪除 COVIDSafe*你亦可以要求刪除在保密伺服器内的個人資料*。\n\n要註册使用 COVIDSafe你需要輸入一个名字或假名、手機號碼、年齡組别及郵遞區號。 \n\n我們會收集你註冊時提供的資料和關於你使用COVIDSafe的資料並且儲存在一個高度保密的伺服器內。 \n\nCOVIDSafe 不會收集你的位置資訊。 \n\nCOVIDSafe 將會在你的設備上記錄與你接觸過的其他 COVIDSafe 用戶的接觸時間,其匿名 ID藍牙®信號強度和其手機型號。\n\n其他與你接觸過的 COVIDSafe 用戶的設備上亦會記錄你的匿名 ID 及與你接觸的日期時間,藍牙®信號強度和你的手機型號。 \n\n如果其他用戶被驗出 COVID-19 陽性,他們可以上傳其接觸者資料。為了追蹤接觸者,各州或領地的衛生部官員可能會聯絡你。 \n\n我們在追蹤接觸者和確保COVIDSafe 正常且合法運作時才會使用並且透露你的詳細註冊資料。 \n\n欲了解更多資訊請瀏覧*澳洲政府衛生部*的網站。 \n\n如需進一步了解你對個人資料的權利及個人資料的處理和共享方式請參閱 COVIDSafe *私隱政策*。"; "data_privacy_content" = "在註册 COVIDSafe 之前,請務必閱讀 COVIDSafe *私隱政策*。 \n\n如果你未滿 16 歲,你的父母/監護人亦必須閱讀*私隱政策*。 \n\n使用 COVIDSafe 純屬自願性質。你可以隨時安裝或刪除本應用程式。如果刪除 COVIDSafe*你亦可以要求刪除在保密伺服器內的個人資料*。\n\n要註册使用 COVIDSafe你需要輸入一個名字或者假名、手機號碼、年齡組别及郵遞區號。 \n\n你註冊時提交的資料以及有關COVIDSafe的使用資料將被儲存在高度安全的伺服器上。\n\n為了確保COVIDSafe可以正常運行需要收集有關你的設備的以下信息操作系統、應用程式版本、語言設置、藍牙®是否正在運行以及過去7天應用程式上的接觸記錄。\n\nCOVIDSafe不會收集你的位置信息。\n\nCOVIDSafe將在你的設備上記錄發生接觸的時間、與你發生過接觸的其他COVIDSafe用戶的匿名ID碼、藍牙®信號強度以及手機型號。 \n\n與你發生接觸的其他COVIDSafe使用者的設備上也會記錄你的匿名ID代碼、與你發生接觸的日期和時間、藍牙®信號強度以及你的手機型號。 \n\n如果其他使用者的COVID-19檢測結果為陽性他們可以上傳自己的接觸者資訊而州或領地的衛生官員可能會出於追蹤接觸者的目的與你聯繫。 \n\n你的註冊詳情僅在追蹤接觸者以及維持COVIDSafe的合法正常運行時使用或披露。 \n\n更多資訊可在*covidsafe.gov.au*網站上查閱。 \n\n如需進一步了解你對個人資訊的權利以及個人資訊的處理和共用方式請參閱COVIDSafe *隱私政策*。";
"data_privacy_content_VO" = "在註册 COVIDSafe 之前,請務必閱讀 COVIDSafe *私隱政策*。 \n\n如果你未滿 16 歲,你的父母/監護人亦必須閱讀*私隱政策*。 \n\n使用 COVIDSafe 純屬自願性質。你可以隨時安裝或刪除本應用程式。如果刪除 COVIDSafe*你亦可以要求刪除在保密伺服器內的個人資料*。\n\n要註册使用 COVIDSafe你需要輸入一個名字或者假名、手機號碼、年齡組别及郵遞區號。 \n\n我們會收集你註冊時提供的資料和關於你使用COVIDSafe的資料並且儲存在一個高度保密的伺服器內。 \n\nCOVIDSafe 不會收集你的位置資訊。 \n\nCOVIDSafe 將會在你的設備上記錄與你接觸過的其他 COVIDSafe 用戶的接觸時間,其匿名 ID藍牙信號強度和其手機型號。\n\n其他與你接觸過的 COVIDSafe 用戶的設備上亦會記錄你的匿名 ID 及與你接觸的日期時間,藍牙信號強度和你的手機型號。 \n\n如果其他用戶被驗出 COVID-19 陽性,他們可以上傳其接觸者資料。為了追蹤接觸者,州或領地的衛生部官員可能會聯絡你。 \n\n我們在追蹤接觸者和確保COVIDSafe 正常且合法運作時才會使用並且透露你的詳細註冊資料。 \n\n欲了解更多資訊請瀏覧*澳洲政府衛生部*的網站。 \n\n如需進一步了解你對個人資料的權利及個人資料的處理和共享方式請參閱 COVIDSafe *私隱政策*。"; "data_privacy_content_VO" = "在註册 COVIDSafe 之前,請務必閱讀 COVIDSafe 私隱政策。 \n\n如果你未滿 16 歲,你的父母/監護人亦必須閱讀私隱政策。 \n\n使用 COVIDSafe 純屬自願性質。你可以隨時安裝或刪除本應用程式。如果刪除 COVIDSafe你亦可以要求刪除在保密伺服器內的個人資料。\n\n要註册使用 COVIDSafe你需要輸入一個名字或者假名、手機號碼、年齡組别及郵遞區號。 \n\n你註冊時提交的資料以及有關COVIDSafe的使用資料將被儲存在高度安全的伺服器上。\n\n為了確保COVIDSafe可以正常運行需要收集有關你的設備的以下資訊操作系統、應用程式版本、語言設置、藍牙®是否正在運行以及過去7天應用程式上的接觸記錄。\n\nCOVIDSafe不會收集你的位置資訊。\n\nCOVIDSafe將在你的設備上記錄發生接觸的時間、與你發生過接觸的其他COVIDSafe用戶的匿名ID碼、藍牙®信號強度以及手機型號。 \n\n與你發生接觸的其他COVIDSafe使用者的設備上也會記錄你的匿名ID代碼、與你發生接觸的日期和時間、藍牙®信號強度以及你的手機型號。 \n\n如果其他使用者的COVID-19檢測結果為陽性他們可以上傳自己的接觸者資訊而州或領地的衛生官員可能會出於追蹤接觸者的目的與你聯繫。 \n\n你的註冊詳情僅在追蹤接觸者以及維持COVIDSafe的合法正常運行時使用或披露。 \n\n更多資訊可在covidsafe.gov.au網站上查閱。 \n\n如需進一步了解你對個人資訊的權利以及個人資訊的處理和共用方式請參閱COVIDSafe 隱私政策。";
/* OnBoarding Data Privacy */ /* OnBoarding Data Privacy */
"data_privacy_headline" = "註册及私隱權"; "data_privacy_headline" = "註册及私隱權";
"deaths" = "死亡人數"; "deaths" = "死亡人數";
@ -242,6 +243,7 @@
"dialog_error_uploading_negative" = "取消"; "dialog_error_uploading_negative" = "取消";
"dialog_error_uploading_positive" = "重試"; "dialog_error_uploading_positive" = "重試";
"dialog_uploading_message" = "正在上傳你的 COVIDSafe 資料。 \n\n請勿關閉應用程式。"; "dialog_uploading_message" = "正在上傳你的 COVIDSafe 資料。 \n\n請勿關閉應用程式。";
"dismiss" = "取消";
"done_success" = "完成"; "done_success" = "完成";
"enter_number_button" = "收取 PIN 碼"; "enter_number_button" = "收取 PIN 碼";
"enter_number_content" = "我們將向你傳送一條 6 數位的 PIN 碼來驗證你的手機號碼。"; "enter_number_content" = "我們將向你傳送一條 6 數位的 PIN 碼來驗證你的手機號碼。";
@ -259,6 +261,7 @@
"global_close" = "關閉"; "global_close" = "關閉";
"global_double_tap" = "點觸兩次來編輯"; "global_double_tap" = "點觸兩次來編輯";
"global_OK" = "確定"; "global_OK" = "確定";
"hide" = "隱藏";
"home_app_permission_status_subtitle" = "若設定錯誤,將無法執行 COVIDSafe。"; "home_app_permission_status_subtitle" = "若設定錯誤,將無法執行 COVIDSafe。";
"home_app_permission_status_title" = "檢查你的設定"; "home_app_permission_status_title" = "檢查你的設定";
"home_data_uploaded_message" = "協助遏止 COVID-19 擴散,追蹤你的症狀。"; "home_data_uploaded_message" = "協助遏止 COVID-19 擴散,追蹤你的症狀。";
@ -310,7 +313,9 @@
"IntroLabel" = "請協助遏止病毒擴散\n拯救生命"; "IntroLabel" = "請協助遏止病毒擴散\n拯救生命";
"invalid_australian_phone_number_error_prompt" = "澳洲手機號碼最多有10 個數位。"; "invalid_australian_phone_number_error_prompt" = "澳洲手機號碼最多有10 個數位。";
"invalid_norfolk_island_phone_number_error_prompt" = "諾福克島的手機號碼是個5至6位數字。"; "invalid_norfolk_island_phone_number_error_prompt" = "諾福克島的手機號碼是個5至6位數字。";
"loading_numbers" = ""; "jwt_description" = "你的註冊詳情存在問題。";
"jwt_heading" = "請重新註冊。";
"loading_numbers" = "正在載入最新統計數字";
/* Splash Screen */ /* Splash Screen */
"migration_in_progress" = "正在更新 COVIDSafe。\n\n請保持開機狀態直至更新完成為止。"; "migration_in_progress" = "正在更新 COVIDSafe。\n\n請保持開機狀態直至更新完成為止。";
"national_numbers" = "全國統計數字"; "national_numbers" = "全國統計數字";
@ -331,9 +336,9 @@
"NotificationsDisabledBlurb" = "如果 COVIDSafe 尚未處於啟用狀態,你將不會收到通知。 \n更改通知設定"; "NotificationsDisabledBlurb" = "如果 COVIDSafe 尚未處於啟用狀態,你將不會收到通知。 \n更改通知設定";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
"NotificationsEnabledBlurb" = "如果 COVIDSafe 尚未處於啟用狀態,你將會收到通知。 \n更改通知設定"; "NotificationsEnabledBlurb" = "如果 COVIDSafe 尚未處於啟用狀態,你將會收到通知。 \n更改通知設定";
"numbers_error" = ""; "numbers_error" = "無法查詢最新統計數字。";
"numbers_no_internet" = ""; "numbers_no_internet" = "請連接到互聯網,以獲取最新統計數字。";
"numbers_refresh" = ""; "numbers_refresh" = "現在刷新";
"options_for_australia" = "澳洲適用選項"; "options_for_australia" = "澳洲適用選項";
"permission_button" = "繼續"; "permission_button" = "繼續";
/* Figma page iOS Screens (05/06) */ /* Figma page iOS Screens (05/06) */
@ -372,6 +377,7 @@
"queensland" = "昆士蘭州"; "queensland" = "昆士蘭州";
"recovered" = "康復者總數"; "recovered" = "康復者總數";
"registration_consent_content" = "我同意數字化轉型局作為數據儲存管理者,根據澳大利亞政府衛生部常務副部長的合法決定,收集以下信息:"; "registration_consent_content" = "我同意數字化轉型局作為數據儲存管理者,根據澳大利亞政府衛生部常務副部長的合法決定,收集以下信息:";
"registration_consent_diagnostic" = "確保 COVIDSafe 在我的設備上正常運行的資訊。";
"registration_consent_first_paragraph" = "我的註册資料。"; "registration_consent_first_paragraph" = "我的註册資料。";
/* Onboarding Registration Consent */ /* Onboarding Registration Consent */
"registration_consent_headline" = "註册同意書"; "registration_consent_headline" = "註册同意書";
@ -382,6 +388,7 @@
"Select_country_or_region_headline" = "選擇國家或地區"; "Select_country_or_region_headline" = "選擇國家或地區";
"settings" = "設置"; "settings" = "設置";
"share_this_app_content" = "同我一齊遏止 COVID-19 的擴散!下載澳洲政府提供的 COVIDSafe 應用程式。 COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au"; "share_this_app_content" = "同我一齊遏止 COVID-19 的擴散!下載澳洲政府提供的 COVIDSafe 應用程式。 COVID19 #coronavirusaustralia #stayhomesavelives https://covidsafe.gov.au";
"show" = "顯示";
"south_australia" = "南澳"; "south_australia" = "南澳";
"stepCounter" = "第%d步共%d步"; "stepCounter" = "第%d步共%d步";
"support" = "支持"; "support" = "支持";
@ -418,6 +425,7 @@
"upload_step_verify_pin_header" = "上傳你的資料"; "upload_step_verify_pin_header" = "上傳你的資料";
"upload_step_verify_pin_sub_header" = "各州或領地的衛生部官員將會透過簡訊傳送一條 PIN 碼到你的設備。請在下面輸入 PIN 碼來上傳個人資料。"; "upload_step_verify_pin_sub_header" = "各州或領地的衛生部官員將會透過簡訊傳送一條 PIN 碼到你的設備。請在下面輸入 PIN 碼來上傳個人資料。";
"us_consent_button" = "我同意"; "us_consent_button" = "我同意";
"us_registration_consent_diagnostic" = "確保 COVIDSafe 在我的設備上正常運行的資訊。";
"victoria" = "維多利亞州"; "victoria" = "維多利亞州";
"western_australia" = "西澳"; "western_australia" = "西澳";
"wrong_ping_number" = "輸入了錯誤的 PIN 碼"; "wrong_ping_number" = "輸入了錯誤的 PIN 碼";