Spanish, Japanese

This commit is contained in:
Johnny Lin
2020-10-22 20:13:35 -07:00
parent 62268d078e
commit 54ec2fbfc0
10 changed files with 324 additions and 302 deletions

View File

@@ -1,9 +1,9 @@
/* Class = "UILabel"; text = "Firewall Active"; ObjectID = "1pC-80-fVF"; */
"1pC-80-fVF.text" = "Firewall Active";
"1pC-80-fVF.text" = "Firewall Activo";
/* Class = "UIButton"; normalTitle = "Open Lockdown"; ObjectID = "PT0-Mi-sJG"; */
"PT0-Mi-sJG.normalTitle" = "Open Lockdown";
"PT0-Mi-sJG.normalTitle" = "Abrir Lockdown";
/* Class = "UILabel"; text = "-"; ObjectID = "Vbb-eR-jl5"; */
"Vbb-eR-jl5.text" = "-";

View File

@@ -1,9 +1,9 @@
/* Class = "UILabel"; text = "Firewall Active"; ObjectID = "1pC-80-fVF"; */
"1pC-80-fVF.text" = "Firewall Active";
"1pC-80-fVF.text" = "ファイアウォールがアクティブ";
/* Class = "UIButton"; normalTitle = "Open Lockdown"; ObjectID = "PT0-Mi-sJG"; */
"PT0-Mi-sJG.normalTitle" = "Open Lockdown";
"PT0-Mi-sJG.normalTitle" = "Lockdownを開く";
/* Class = "UILabel"; text = "-"; ObjectID = "Vbb-eR-jl5"; */
"Vbb-eR-jl5.text" = "-";

View File

@@ -450,7 +450,6 @@
3D752C312357FA3B00C163E4 /* SF-Pro-Rounded-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-Pro-Rounded-Medium.otf"; sourceTree = "<group>"; };
3D752C322357FA3B00C163E4 /* SF-Pro-Rounded-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-Pro-Rounded-Bold.otf"; sourceTree = "<group>"; };
3D752C332357FA3B00C163E4 /* SF-Pro-Rounded-Semibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-Pro-Rounded-Semibold.otf"; sourceTree = "<group>"; };
3D89610C253527B1006D8C12 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
3D89610D253527B1006D8C12 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = "<group>"; };
3D896110253527B2006D8C12 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
3D94AB0322FDEDEB0012B0DE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
@@ -478,6 +477,14 @@
3DCA4F3022F190AE0017740D /* ClientModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientModels.swift; sourceTree = "<group>"; };
3DCA4F3222F22CB40017740D /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
3DCA4F4022F252720017740D /* FirewallController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirewallController.swift; sourceTree = "<group>"; };
3DCBC8FF25425AB200446C98 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
3DCBC90025425AB200446C98 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
3DCBC90125425AB200446C98 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/MainInterface.strings; sourceTree = "<group>"; };
3DCBC90225425AB200446C98 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/MainInterface.strings; sourceTree = "<group>"; };
3DCBC90925425BC900446C98 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
3DCBC90A25425BC900446C98 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
3DCBC90B25425BC900446C98 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/MainInterface.strings; sourceTree = "<group>"; };
3DCBC90C25425BC900446C98 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/MainInterface.strings; sourceTree = "<group>"; };
3DCFE6F924493F9000EA9B35 /* marketing_beta.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = marketing_beta.txt; sourceTree = "<group>"; };
3DE443FA25353453006DF67D /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MainInterface.strings; sourceTree = "<group>"; };
3DE443FE253534C7006DF67D /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MainInterface.strings; sourceTree = "<group>"; };
@@ -1520,6 +1527,8 @@
en,
Base,
fr,
ja,
es,
);
mainGroup = A1141A081F46230500F54698;
productRefGroup = A1141A121F46230500F54698 /* Products */;
@@ -2116,6 +2125,8 @@
children = (
3D3BF4CF233D5E9100D0C482 /* en */,
3D896110253527B2006D8C12 /* fr */,
3DCBC8FF25425AB200446C98 /* ja */,
3DCBC90A25425BC900446C98 /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@@ -2125,6 +2136,8 @@
children = (
3D94AB0322FDEDEB0012B0DE /* Base */,
3DE443FA25353453006DF67D /* fr */,
3DCBC90125425AB200446C98 /* ja */,
3DCBC90B25425BC900446C98 /* es */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
@@ -2134,6 +2147,8 @@
children = (
A1141A191F46230500F54698 /* Base */,
3D89610D253527B1006D8C12 /* fr */,
3DCBC90025425AB200446C98 /* ja */,
3DCBC90925425BC900446C98 /* es */,
);
name = Main.storyboard;
sourceTree = "<group>";
@@ -2143,6 +2158,8 @@
children = (
A12473F91FE44285008493B8 /* Base */,
3DE443FE253534C7006DF67D /* fr */,
3DCBC90225425AB200446C98 /* ja */,
3DCBC90C25425BC900446C98 /* es */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
@@ -2151,7 +2168,6 @@
isa = PBXVariantGroup;
children = (
A15F3C741F79D90500B07F03 /* Base */,
3D89610C253527B1006D8C12 /* fr */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";

View File

@@ -45,16 +45,16 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="hio-Xi-kNY">
<rect key="frame" x="32" y="296.5" width="311" height="54.5"/>
<rect key="frame" x="32" y="295" width="311" height="57"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Block Log Disabled" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Mg-Xn-BmP">
<rect key="frame" x="0.0" y="0.0" width="311" height="24.5"/>
<rect key="frame" x="0.0" y="0.0" width="311" height="26"/>
<fontDescription key="fontDescription" name="Montserrat-Regular" family="Montserrat" pointSize="21"/>
<color key="textColor" red="0.72156862749999995" green="0.72156862749999995" blue="0.72336632010000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="j7V-kr-ymm">
<rect key="frame" x="0.0" y="24.5" width="311" height="30"/>
<rect key="frame" x="0.0" y="26" width="311" height="31"/>
<fontDescription key="fontDescription" name="Montserrat-Regular" family="Montserrat" pointSize="15"/>
<state key="normal" title="Enable Block Log">
<color key="titleColor" name="Confirmed Blue"/>
@@ -69,7 +69,7 @@
</constraints>
</stackView>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="1" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="I2D-RD-nwm">
<rect key="frame" x="0.0" y="167" width="375" height="480"/>
<rect key="frame" x="0.0" y="168" width="375" height="479"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" accessoryType="detailButton" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="blockLogCell" rowHeight="36" id="7rY-DO-9Xs" customClass="BlockLogCell" customModule="Lockdown" customModuleProvider="target">
@@ -170,14 +170,14 @@
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="3421" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sar-GU-wUS">
<rect key="frame" x="128.5" y="138.5" width="40.5" height="21"/>
<rect key="frame" x="139" y="138.5" width="41" height="22"/>
<fontDescription key="fontDescription" name="Montserrat-Bold" family="Montserrat" pointSize="18"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
<size key="shadowOffset" width="0.0" height="0.0"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Blocked today:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oYx-Wf-i0q">
<rect key="frame" x="19" y="140.5" width="94.5" height="16.5"/>
<rect key="frame" x="19" y="140.5" width="105" height="17.5"/>
<fontDescription key="fontDescription" name="Montserrat-Medium" family="Montserrat" pointSize="14"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
@@ -267,7 +267,7 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" tag="500" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="blocked-domain.com" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rHZ-Et-i9v">
<rect key="frame" x="60" y="14.5" width="209" height="21"/>
<rect key="frame" x="58" y="14.5" width="191" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="lUq-sK-HQS"/>
</constraints>
@@ -275,7 +275,7 @@
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="website_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Hzq-av-tVv">
<rect key="frame" x="26" y="13" width="24" height="24"/>
<rect key="frame" x="24" y="13" width="24" height="24"/>
<constraints>
<constraint firstAttribute="width" constant="24" id="dEr-G3-mTt"/>
<constraint firstAttribute="height" constant="24" id="gln-c9-7iQ"/>
@@ -287,11 +287,11 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" tag="501" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Not Blocked" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mgh-17-JWs">
<rect key="frame" x="269" y="14.5" width="90" height="21"/>
<label opaque="NO" userInteractionEnabled="NO" tag="501" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Not Blocked" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="mgh-17-JWs">
<rect key="frame" x="249" y="14.5" width="110" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="vtN-PH-xyx"/>
<constraint firstAttribute="width" constant="90" id="wvc-eF-p56"/>
<constraint firstAttribute="width" constant="110" id="wvc-eF-p56"/>
</constraints>
<fontDescription key="fontDescription" name="Montserrat-Regular" family="Montserrat" pointSize="14"/>
<nil key="highlightedColor"/>
@@ -302,7 +302,7 @@
<constraint firstItem="rHZ-Et-i9v" firstAttribute="leading" secondItem="Hzq-av-tVv" secondAttribute="trailing" constant="10" id="SvM-hp-RoJ"/>
<constraint firstItem="rHZ-Et-i9v" firstAttribute="centerY" secondItem="Hzq-av-tVv" secondAttribute="centerY" id="aVV-0N-EKt"/>
<constraint firstItem="mgh-17-JWs" firstAttribute="leading" secondItem="rHZ-Et-i9v" secondAttribute="trailing" id="fLr-zA-EqQ"/>
<constraint firstItem="Hzq-av-tVv" firstAttribute="leading" secondItem="isU-Xr-509" secondAttribute="leadingMargin" constant="10" id="flP-48-zkd"/>
<constraint firstItem="Hzq-av-tVv" firstAttribute="leading" secondItem="isU-Xr-509" secondAttribute="leadingMargin" constant="8" id="flP-48-zkd"/>
<constraint firstItem="mgh-17-JWs" firstAttribute="trailing" secondItem="isU-Xr-509" secondAttribute="trailingMargin" id="g1l-zJ-GBQ"/>
<constraint firstItem="Hzq-av-tVv" firstAttribute="centerY" secondItem="isU-Xr-509" secondAttribute="centerY" id="yYt-F7-Mnq"/>
</constraints>
@@ -537,7 +537,7 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="O6K-5L-NkS">
<rect key="frame" x="0.0" y="105" width="100" height="27"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NOT ACTIVE" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kmJ-b4-n81">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NOT ACTIVE" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kmJ-b4-n81">
<rect key="frame" x="0.0" y="4.5" width="100" height="18"/>
<color key="backgroundColor" red="0.90588235294117647" green="0.29803921568627451" blue="0.23529411764705882" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
@@ -972,7 +972,7 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oXk-la-xaY">
<rect key="frame" x="0.0" y="0.0" width="347" height="63"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NOT ACTIVE" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2I5-jL-jQr">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NOT ACTIVE" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2I5-jL-jQr">
<rect key="frame" x="123.5" y="172.5" width="100" height="18"/>
<color key="backgroundColor" red="0.90588235294117647" green="0.29803921568627451" blue="0.23529411764705882" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
@@ -1320,7 +1320,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="CQN-ao-cuu">
<rect key="frame" x="0.0" y="54" width="375" height="48"/>
<rect key="frame" x="0.0" y="54" width="375" height="50"/>
<subviews>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PO4-d5-rZJ">
<rect key="frame" x="0.0" y="0.0" width="375" height="8"/>
@@ -1341,10 +1341,10 @@
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SRb-dA-tWF">
<rect key="frame" x="0.0" y="0.0" width="375" height="48"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Blocking Enabled" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kd7-nB-tAb">
<rect key="frame" x="20" y="5.5" width="144" height="30"/>
<rect key="frame" x="20" y="6.5" width="144" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="ZgL-en-Q3V"/>
</constraints>
@@ -1352,14 +1352,14 @@
<nil key="highlightedColor"/>
</label>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="MMI-Pp-XI4">
<rect key="frame" x="306" y="5" width="51" height="31"/>
<rect key="frame" x="306" y="5" width="51" height="33"/>
<color key="onTintColor" red="0.0" green="0.67751116069999995" blue="0.90461090690000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<connections>
<action selector="toggleLockdownWithSender:" destination="lbX-da-1v3" eventType="valueChanged" id="5KZ-iG-w1a"/>
</connections>
</switch>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pH0-q3-pY2">
<rect key="frame" x="0.0" y="47" width="375" height="1"/>
<rect key="frame" x="0.0" y="49" width="375" height="1"/>
<color key="backgroundColor" systemColor="separatorColor"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="cle-g9-fSo"/>
@@ -1382,7 +1382,7 @@
</subviews>
</stackView>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="45" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="Gjd-0I-N7k">
<rect key="frame" x="0.0" y="102" width="375" height="545"/>
<rect key="frame" x="0.0" y="104" width="375" height="543"/>
<color key="backgroundColor" systemColor="groupTableViewBackgroundColor"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="BlockListGroupCell" rowHeight="72" id="c8H-rF-8EP" customClass="BlockListGroupCell" customModule="Lockdown" customModuleProvider="target">
@@ -2627,7 +2627,7 @@
</connections>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SCr-mD-x9f">
<rect key="frame" x="182.5" y="11" width="116" height="33"/>
<rect key="frame" x="182" y="11" width="116" height="33"/>
<fontDescription key="fontDescription" name="Montserrat-Regular" family="Montserrat" pointSize="17"/>
<state key="normal" title="Privacy Policy">
<color key="titleColor" red="0.0" green="0.67751116069999995" blue="0.90461090690000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@@ -3692,7 +3692,7 @@
</designable>
</designables>
<inferredMetricsTieBreakers>
<segue reference="bkM-ZW-kcf"/>
<segue reference="XMa-OM-jKs"/>
<segue reference="QzY-Hs-CoL"/>
</inferredMetricsTieBreakers>
<resources>

View File

@@ -1,99 +1,99 @@
/* Class = "UILabel"; text = "I agree to the"; ObjectID = "04y-ib-kAj"; */
"04y-ib-kAj.text" = "I agree to the";
"04y-ib-kAj.text" = "Estoy de acuerdo con la";
/* Class = "UITextField"; placeholder = "Password"; ObjectID = "0XQ-Qd-SAy"; */
"0XQ-Qd-SAy.placeholder" = "Password";
"0XQ-Qd-SAy.placeholder" = "Contraseña";
/* Class = "UILabel"; text = "TODAY"; ObjectID = "0id-50-Eu3"; */
"0id-50-Eu3.text" = "TODAY";
"0id-50-Eu3.text" = "HOY";
/* Class = "UILabel"; text = "Title"; ObjectID = "0m3-NA-IPB"; */
"0m3-NA-IPB.text" = "Title";
"0m3-NA-IPB.text" = "Título";
/* Class = "UILabel"; text = "NOT ACTIVE"; ObjectID = "2I5-jL-jQr"; */
"2I5-jL-jQr.text" = "NOT ACTIVE";
"2I5-jL-jQr.text" = "NOT ACTIVO";
/* Class = "UITabBarItem"; title = "Learn"; ObjectID = "2sg-zD-KTu"; */
"2sg-zD-KTu.title" = "Learn";
"2sg-zD-KTu.title" = "Aprender";
/* Class = "UILabel"; text = "Warning"; ObjectID = "3P8-IH-ggH"; */
"3P8-IH-ggH.text" = "Warning";
"3P8-IH-ggH.text" = "Advertencia";
/* Class = "UIButton"; normalTitle = "􀈂"; ObjectID = "3tZ-rh-ZOa"; */
"3tZ-rh-ZOa.normalTitle" = "􀈂";
/* Class = "UILabel"; text = "iOS Annual (Save ~50%)"; ObjectID = "5Ce-KH-z1j"; */
"5Ce-KH-z1j.text" = "iOS Annual (Save ~50%)";
"5Ce-KH-z1j.text" = "iOS Anual (Ahorre ~50%)";
/* Class = "UILabel"; text = "A simple, powerful firewall that stops connections to trackers, malware and other bad agents.Free and open source."; ObjectID = "6Qj-yK-k5A"; */
"6Qj-yK-k5A.text" = "A simple, powerful firewall that stops connections to trackers, malware and other bad agents.Free and open source.";
/* Class = "UILabel"; text = "Un firewall simple y potente que detiene las conexiones a rastreadores, malware y otros agentes maliciosos.Free and open source."; ObjectID = "6Qj-yK-k5A"; */
"6Qj-yK-k5A.text" = "Un firewall simple y potente que detiene las conexiones a rastreadores, malware y otros agentes maliciosos.Libre y de código abierto.";
/* Class = "UILabel"; text = "Tap to agree to this"; ObjectID = "6Sd-rw-Pyl"; */
"6Sd-rw-Pyl.text" = "Tap to agree to this";
"6Sd-rw-Pyl.text" = "Toca para aceptar esto";
/* Class = "UILabel"; text = "Not Whitelisted"; ObjectID = "6TE-i7-iPd"; */
"6TE-i7-iPd.text" = "Not Whitelisted";
"6TE-i7-iPd.text" = "No Incluido En La Lista Blanca";
/* Class = "UILabel"; text = "World's Simplest Privacy Policy"; ObjectID = "6sx-m3-XUn"; */
"6sx-m3-XUn.text" = "World's Simplest Privacy Policy";
"6sx-m3-XUn.text" = "La Política De Privacidad Más Sencilla Del Mundo";
/* Class = "UIButton"; normalTitle = "July 23rd, 2020"; ObjectID = "7NS-46-hCo"; */
"7NS-46-hCo.normalTitle" = "July 23rd, 2020";
"7NS-46-hCo.normalTitle" = "23 de julio de 2020";
/* Class = "UIButton"; normalTitle = "Agree"; ObjectID = "7nc-lb-z6u"; */
"7nc-lb-z6u.normalTitle" = "Agree";
"7nc-lb-z6u.normalTitle" = "De acuerdo";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "8FF-0m-G4n"; */
"8FF-0m-G4n.normalTitle" = "CANCEL";
"8FF-0m-G4n.normalTitle" = "CANCELAR";
/* Class = "UILabel"; text = "Accounts get the following benefits:"; ObjectID = "8xZ-K2-buV"; */
"8xZ-K2-buV.text" = "Accounts get the following benefits:";
"8xZ-K2-buV.text" = "Las cuentas obtienen los siguientes beneficios:";
/* Class = "UILabel"; text = "Block Log Disabled"; ObjectID = "9Mg-Xn-BmP"; */
"9Mg-Xn-BmP.text" = "Block Log Disabled";
"9Mg-Xn-BmP.text" = "Registro De Bloqueos Deshabilitado";
/* Class = "UIButton"; normalTitle = "Why Trust Lockdown?"; ObjectID = "A3S-Ro-tUz"; */
"A3S-Ro-tUz.normalTitle" = "Why Trust Lockdown?";
"A3S-Ro-tUz.normalTitle" = "¿Por qué confiar en Lockdown?";
/* Class = "UILabel"; text = "Pro Annual (Save ~30%)"; ObjectID = "ASZ-so-4BJ"; */
"ASZ-so-4BJ.text" = "Pro Annual (Save ~30%)";
"ASZ-so-4BJ.text" = "Pro Anual (Ahorre ~30%)";
/* Class = "UILabel"; text = "Sign Up"; ObjectID = "AVA-H3-vX1"; */
"AVA-H3-vX1.text" = "Sign Up";
"AVA-H3-vX1.text" = "Regístrate";
/* Class = "UILabel"; text = "Secure Tunnel VPN"; ObjectID = "BGP-ej-jz6"; */
"BGP-ej-jz6.text" = "Secure Tunnel VPN";
"BGP-ej-jz6.text" = "VPN Secure Tunnel";
/* Class = "UIView"; accessibilityHint = "iOS Annual supports iPads and iPhones. Double tap using VoiceOver to select."; ObjectID = "BI8-xc-diY"; */
"BI8-xc-diY.accessibilityHint" = "iOS Annual supports iPads and iPhones. Double tap using VoiceOver to select.";
"BI8-xc-diY.accessibilityHint" = "iOS Anual es compatible con iPads y iPhones. Toca dos veces con VoiceOver para seleccionar.";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"iOS Annual\" Plan"; ObjectID = "BI8-xc-diY"; */
"BI8-xc-diY.accessibilityLabel" = "Checkbox for \"iOS Annual\" Plan";
"BI8-xc-diY.accessibilityLabel" = "Casilla de Verificación del Plan \"iOS Anual\"";
/* Class = "UIButton"; normalTitle = "Why Trust Lockdown?"; ObjectID = "BhW-8r-pbC"; */
"BhW-8r-pbC.normalTitle" = "Why Trust Lockdown?";
"BhW-8r-pbC.normalTitle" = "¿Por qué confiar en Lockdown?";
/* Class = "UILabel"; accessibilityHint = "Instructs user to tap the blue circle to the left of this label to activate."; ObjectID = "BoV-0k-BS5"; */
"BoV-0k-BS5.accessibilityHint" = "Instructs user to tap the blue circle to the left of this label to activate.";
"BoV-0k-BS5.accessibilityHint" = "Indica al usuario que toque el círculo azul a la izquierda de esta etiqueta para activar.";
/* Class = "UILabel"; accessibilityLabel = "A label that says Tap To Activate. Not the actual button."; ObjectID = "BoV-0k-BS5"; */
"BoV-0k-BS5.accessibilityLabel" = "A label that says Tap To Activate. Not the actual button.";
"BoV-0k-BS5.accessibilityLabel" = "Una etiqueta que dice Tocar Para Activar. No es el botón real.";
/* Class = "UILabel"; text = "Tap To Activate"; ObjectID = "BoV-0k-BS5"; */
"BoV-0k-BS5.text" = "Tap To Activate";
"BoV-0k-BS5.text" = "Tocar Para Activar";
/* Class = "UILabel"; text = "0"; ObjectID = "C0f-ye-V9U"; */
"C0f-ye-V9U.text" = "0";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "Cjo-hk-1dr"; */
"Cjo-hk-1dr.normalTitle" = "CLOSE";
"Cjo-hk-1dr.normalTitle" = "CERRAR";
/* Class = "UIButton"; normalTitle = "Restore Purchase"; ObjectID = "Dm9-pY-Snm"; */
"Dm9-pY-Snm.normalTitle" = "Restore Purchase";
"Dm9-pY-Snm.normalTitle" = "Restaurar Compra";
/* Class = "UIButton"; normalTitle = "Forgot Password?"; ObjectID = "Dxs-1n-lKD"; */
"Dxs-1n-lKD.normalTitle" = "Forgot Password?";
"Dxs-1n-lKD.normalTitle" = "¿Se te olvidó tu contraseña?";
/* Class = "UILabel"; text = "United States - West"; ObjectID = "E9c-eB-V7Z"; */
"E9c-eB-V7Z.text" = "United States - West";
@@ -102,37 +102,37 @@
"G2S-PC-kMS.text" = "12:22 PM";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "GBo-WQ-fTN"; */
"GBo-WQ-fTN.normalTitle" = "CLOSE";
"GBo-WQ-fTN.normalTitle" = "CERRAR";
/* Class = "UIButton"; normalTitle = "Sign In"; ObjectID = "J7f-4S-hHD"; */
"J7f-4S-hHD.normalTitle" = "Sign In";
"J7f-4S-hHD.normalTitle" = "Iniciar Sesión";
/* Class = "UIButton"; normalTitle = "View Log"; ObjectID = "JVD-sS-lUY"; */
"JVD-sS-lUY.normalTitle" = "View Log";
"JVD-sS-lUY.normalTitle" = "Ver Registro";
/* Class = "UILabel"; text = "Secure Tunnel VPN"; ObjectID = "Jsv-mc-ptE"; */
"Jsv-mc-ptE.text" = "Secure Tunnel VPN";
"Jsv-mc-ptE.text" = "VPN Secure Tunnel";
/* Class = "UILabel"; text = "Already have a Lockdown account?Sign in below."; ObjectID = "KDA-UD-f4u"; */
"KDA-UD-f4u.text" = "Already have a Lockdown account?Sign in below.";
"KDA-UD-f4u.text" = "¿Ya tienes una cuenta de Lockdown? Iniciar sesión a continuación.";
/* Class = "UITextField"; placeholder = "Email Address"; ObjectID = "KMj-n0-VnV"; */
"KMj-n0-VnV.placeholder" = "Email Address";
"KMj-n0-VnV.placeholder" = "Dirección de Correo Electrónico";
/* Class = "UIButton"; normalTitle = "Get Started"; ObjectID = "KbM-Pn-EXN"; */
"KbM-Pn-EXN.normalTitle" = "Get Started";
"KbM-Pn-EXN.normalTitle" = "Empezar";
/* Class = "UILabel"; text = "Blocking Enabled"; ObjectID = "Kd7-nB-tAb"; */
"Kd7-nB-tAb.text" = "Blocking Enabled";
"Kd7-nB-tAb.text" = "Bloqueo Habilitado";
/* Class = "UILabel"; text = "Set Region"; ObjectID = "KtJ-Jg-Z3X"; */
"KtJ-Jg-Z3X.text" = "Set Region";
"KtJ-Jg-Z3X.text" = "Establecer Región";
/* Class = "UILabel"; text = "Firewall"; ObjectID = "LE2-86-d4U"; */
"LE2-86-d4U.text" = "Firewall";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "MRU-xk-A2p"; */
"MRU-xk-A2p.normalTitle" = "CANCEL";
"MRU-xk-A2p.normalTitle" = "CANCELAR";
/* Class = "UILabel"; text = "0"; ObjectID = "Msx-Nc-p9M"; */
"Msx-Nc-p9M.text" = "0";
@@ -141,19 +141,19 @@
"NAN-dg-xBj.text" = "Lockdown";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "NvC-GW-2NJ"; */
"NvC-GW-2NJ.normalTitle" = "CANCEL";
"NvC-GW-2NJ.normalTitle" = "CANCELAR";
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "O4a-yi-uRp"; */
"O4a-yi-uRp.normalTitle" = "Button";
"O4a-yi-uRp.normalTitle" = "Botón";
/* Class = "UITabBarItem"; title = "Protect"; ObjectID = "O5a-jC-Mj1"; */
"O5a-jC-Mj1.title" = "Protect";
"O5a-jC-Mj1.title" = "Proteger";
/* Class = "UILabel"; text = "Location: 🇺🇸"; ObjectID = "O6b-GR-ijA"; */
"O6b-GR-ijA.text" = "Location: 🇺🇸";
"O6b-GR-ijA.text" = "Ubicación: 🇺🇸";
/* Class = "UILabel"; text = "iPads and iPhones"; ObjectID = "ODT-wN-bGo"; */
"ODT-wN-bGo.text" = "iPads and iPhones";
"ODT-wN-bGo.text" = "iPads y iPhones";
/* Class = "UIButton"; normalTitle = "􀍟"; ObjectID = "OIa-zY-ALo"; */
"OIa-zY-ALo.normalTitle" = "􀍟";
@@ -162,253 +162,256 @@
"OLt-18-OkW.normalTitle" = "􀁝";
/* Class = "UILabel"; text = "Block Invasive Tracking"; ObjectID = "PGe-EF-Ixy"; */
"PGe-EF-Ixy.text" = "Block Invasive Tracking";
"PGe-EF-Ixy.text" = "Bloquear Rastreo Invasivo";
/* Class = "UIButton"; normalTitle = "HIDE"; ObjectID = "Pvv-c6-deR"; */
"Pvv-c6-deR.normalTitle" = "OCULTAR";
/* Class = "UIButton"; normalTitle = "􀆅"; ObjectID = "RMP-Wh-oss"; */
"RMP-Wh-oss.normalTitle" = "􀆅";
/* Class = "UIButton"; normalTitle = "Sign Up"; ObjectID = "RTE-DP-SL6"; */
"RTE-DP-SL6.normalTitle" = "Sign Up";
"RTE-DP-SL6.normalTitle" = "Regístrate";
/* Class = "UIButton"; normalTitle = "Whitelist"; ObjectID = "Rhb-9H-gRT"; */
"Rhb-9H-gRT.normalTitle" = "Whitelist";
"Rhb-9H-gRT.normalTitle" = "Lista Blanca";
/* Class = "UIButton"; normalTitle = "Privacy Policy"; ObjectID = "SCr-mD-x9f"; */
"SCr-mD-x9f.normalTitle" = "Privacy Policy";
"SCr-mD-x9f.normalTitle" = "Política de Privacidad";
/* Class = "UILabel"; text = "ALL TIME"; ObjectID = "SGD-NH-9Mo"; */
"SGD-NH-9Mo.text" = "ALL TIME";
"SGD-NH-9Mo.text" = "TODO EL TIEMPO";
/* Class = "UILabel"; text = "iPads, iPhones, and Macs"; ObjectID = "SLG-gG-QTX"; */
"SLG-gG-QTX.text" = "iPads, iPhones, and Macs";
"SLG-gG-QTX.text" = "iPads, iPhones, Y Macs";
/* Class = "UILabel"; text = "3421"; ObjectID = "Sar-GU-wUS"; */
"Sar-GU-wUS.text" = "3421";
/* Class = "UILabel"; text = "Lockdown Firewall is 100% on-device, so it does not collect or transmit any data to any servers - everything stays on your device."; ObjectID = "T2B-yz-40I"; */
"T2B-yz-40I.text" = "Lockdown Firewall is 100% on-device, so it does not collect or transmit any data to any servers - everything stays on your device.";
"T2B-yz-40I.text" = "Lockdown Firewall está 100% en el dispositivo, por lo que no recopila ni transmite ningún dato a ningún servidor; todo permanece en su dispositivo.";
/* Class = "UILabel"; text = "Protect Good Connections"; ObjectID = "TaD-Vg-S5A"; */
"TaD-Vg-S5A.text" = "Protect Good Connections";
"TaD-Vg-S5A.text" = "Proteja Las Buenas Conexiones";
/* Class = "UIButton"; normalTitle = "SAVE"; ObjectID = "Tls-Z3-Gnz"; */
"Tls-Z3-Gnz.normalTitle" = "SAVE";
"Tls-Z3-Gnz.normalTitle" = "GUARDAR";
/* Class = "UITextField"; placeholder = "domain-to-whitelist.com"; ObjectID = "U7q-Uc-gxE"; */
"U7q-Uc-gxE.placeholder" = "domain-to-whitelist.com";
/* Class = "UILabel"; text = "Lockdown VPN is 100% open source, fully audited, and has a strict no-logs policy. Proof of your data protection is in the Privacy Policy."; ObjectID = "UJ5-nt-aYy"; */
"UJ5-nt-aYy.text" = "Lockdown VPN is 100% open source, fully audited, and has a strict no-logs policy. Proof of your data protection is in the Privacy Policy.";
"UJ5-nt-aYy.text" = "Lockdown VPN es 100% de código abierto, totalmente auditado y tiene una política estricta de no guardar registros. La prueba de la protección de sus datos está en la Política de Privacidad.";
/* Class = "UIButton"; normalTitle = "Get Started Free"; ObjectID = "VK2-VJ-AkH"; */
"VK2-VJ-AkH.normalTitle" = "Get Started Free";
"VK2-VJ-AkH.normalTitle" = "Empiece Gratis";
/* Class = "UIButton"; normalTitle = "Learn More"; ObjectID = "Vhr-9g-C3l"; */
"Vhr-9g-C3l.normalTitle" = "Learn More";
"Vhr-9g-C3l.normalTitle" = "Aprende Más";
/* Class = "UILabel"; text = "Password"; ObjectID = "W3y-bX-UkA"; */
"W3y-bX-UkA.text" = "Password";
"W3y-bX-UkA.text" = "Contraseña";
/* Class = "UIView"; accessibilityHint = "iOS Monthly supports iPads and iPhones. Double tap using VoiceOver to select."; ObjectID = "WcD-2j-Lym"; */
"WcD-2j-Lym.accessibilityHint" = "iOS Monthly supports iPads and iPhones. Double tap using VoiceOver to select.";
"WcD-2j-Lym.accessibilityHint" = "iOS Mensual es compatible con iPads y iPhones. Toca dos veces con VoiceOver para seleccionar.";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"iOS Monthly\" Plan"; ObjectID = "WcD-2j-Lym"; */
"WcD-2j-Lym.accessibilityLabel" = "Checkbox for \"iOS Monthly\" Plan";
"WcD-2j-Lym.accessibilityLabel" = "Casilla de verificación para el plan \"iOS Mensual\"";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "Wi8-F0-ahr"; */
"Wi8-F0-ahr.normalTitle" = "CLOSE";
"Wi8-F0-ahr.normalTitle" = "CERRAR";
/* Class = "UILabel"; text = "THIS WEEK"; ObjectID = "WyU-rB-hEs"; */
"WyU-rB-hEs.text" = "THIS WEEK";
"WyU-rB-hEs.text" = "ESTA SEMANA";
/* Class = "UILabel"; text = "$49.99/year after (~$4.17/month)"; ObjectID = "XQI-S7-VjW"; */
"XQI-S7-VjW.text" = "$49.99/year after (~$4.17/month)";
"XQI-S7-VjW.text" = "$49.99/año después (~$4.17/mes)";
/* Class = "UILabel"; text = "0"; ObjectID = "XSr-oZ-hkd"; */
"XSr-oZ-hkd.text" = "0";
/* Class = "UILabel"; text = "Block Group Title"; ObjectID = "XcQ-Zo-7hE"; */
"XcQ-Zo-7hE.text" = "Block Group Title";
"XcQ-Zo-7hE.text" = "Título Del Grupo De Bloqueo";
/* Class = "UILabel"; text = "✓ Get new block lists for trackers✓ Access Lockdown Mac and Desktop✓ Critical announcements and features"; ObjectID = "XhT-hq-Dd2"; */
"XhT-hq-Dd2.text" = "✓ Get new block lists for trackers✓ Access Lockdown Mac and Desktop✓ Critical announcements and features";
"XhT-hq-Dd2.text" = "✓ Obtenga nuevas listas de bloqueo para rastreadores✓ Acceda a Lockdown Mac y ordenador✓ Anuncios y funciones fundamentales";
/* Class = "UIButton"; normalTitle = "Block List"; ObjectID = "XvC-pH-UjX"; */
"XvC-pH-UjX.normalTitle" = "Block List";
"XvC-pH-UjX.normalTitle" = "Lista De Bloqueos";
/* Class = "UINavigationItem"; title = "Account"; ObjectID = "Y6I-Ar-Q5y"; */
"Y6I-Ar-Q5y.title" = "Account";
"Y6I-Ar-Q5y.title" = "Cuenta";
/* Class = "UITabBarItem"; title = "Account"; ObjectID = "YAE-W9-FME"; */
"YAE-W9-FME.title" = "Account";
"YAE-W9-FME.title" = "Cuenta";
/* Class = "UIView"; accessibilityLabel = "Tap This Button To Activate Secure Tunnel"; ObjectID = "ZPf-nR-X1a"; */
"ZPf-nR-X1a.accessibilityLabel" = "Tap This Button To Activate Secure Tunnel";
"ZPf-nR-X1a.accessibilityLabel" = "Toque Este Botón Para Activar Secure Tunnel";
/* Class = "UIButton"; normalTitle = "Privacy Policy"; ObjectID = "a37-qm-xpZ"; */
"a37-qm-xpZ.normalTitle" = "Privacy Policy";
"a37-qm-xpZ.normalTitle" = "Política de Privacidad";
/* Class = "UIButton"; normalTitle = "Set Region"; ObjectID = "a4O-qT-yLk"; */
"a4O-qT-yLk.normalTitle" = "Set Region";
"a4O-qT-yLk.normalTitle" = "Establecer Región";
/* Class = "UILabel"; text = "VPN"; ObjectID = "aXL-VV-lJa"; */
"aXL-VV-lJa.text" = "VPN";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "anO-Te-34C"; */
"anO-Te-34C.normalTitle" = "CANCEL";
"anO-Te-34C.normalTitle" = "CANCELAR";
/* Class = "UILabel"; text = "Email"; ObjectID = "asx-fS-ufQ"; */
"asx-fS-ufQ.text" = "Email";
"asx-fS-ufQ.text" = "Correo Electrónico";
/* Class = "UILabel"; text = "🇺🇸"; ObjectID = "bDO-jU-rIH"; */
"bDO-jU-rIH.text" = "🇺🇸";
/* Class = "UILabel"; text = "Pro Monthly"; ObjectID = "c6Y-nW-xhv"; */
"c6Y-nW-xhv.text" = "Pro Monthly";
"c6Y-nW-xhv.text" = "Pro Mensual";
/* Class = "UIButton"; normalTitle = "􀎬"; ObjectID = "cAQ-Dd-nCd"; */
"cAQ-Dd-nCd.normalTitle" = "􀎬";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "cNH-31-ne4"; */
"cNH-31-ne4.normalTitle" = "CANCEL";
"cNH-31-ne4.normalTitle" = "CANCELAR";
/* Class = "UILabel"; text = "TUNNEL OFF"; ObjectID = "cVg-HS-AW8"; */
"cVg-HS-AW8.text" = "TUNNEL OFF";
"cVg-HS-AW8.text" = "TUNNEL APAGADO";
/* Class = "UILabel"; text = "The connections blocked by Lockdown for the last day are shown below. As per our Privacy Policy, all the blocking is done on-device and never transmitted to any servers for processing."; ObjectID = "ccb-xf-LSM"; */
"ccb-xf-LSM.text" = "The connections blocked by Lockdown for the last day are shown below. As per our Privacy Policy, all the blocking is done on-device and never transmitted to any servers for processing.";
"ccb-xf-LSM.text" = "Las conexiones bloqueadas por Lockdown durante el último día se muestran a continuación. Según nuestra Política de Privacidad, todo el bloqueo se realiza en el dispositivo y nunca se transmite a ningún servidor para su procesamiento..";
/* Class = "UIView"; accessibilityHint = "Pro Annual supports iPads and iPhones and Macs. Double tap using VoiceOver to select."; ObjectID = "d44-u4-ZF6"; */
"d44-u4-ZF6.accessibilityHint" = "Pro Annual supports iPads and iPhones and Macs. Double tap using VoiceOver to select.";
"d44-u4-ZF6.accessibilityHint" = "Pro Anual es compatible con iPads, iPhones y Macs. Toca dos veces con VoiceOver para seleccionar.";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"Pro Annual\" Plan"; ObjectID = "d44-u4-ZF6"; */
"d44-u4-ZF6.accessibilityLabel" = "Checkbox for \"Pro Annual\" Plan";
"d44-u4-ZF6.accessibilityLabel" = "Casilla de verificación para plan \"Pro Anual\"";
/* Class = "UILabel"; text = "Enter your email below and we'll send you an email to reset your password."; ObjectID = "dLw-qu-1Oe"; */
"dLw-qu-1Oe.text" = "Enter your email below and we'll send you an email to reset your password.";
"dLw-qu-1Oe.text" = "Ingrese su correo electrónico a continuación y le enviaremos un correo electrónico para restablecer su contraseña.";
/* Class = "UIButton"; normalTitle = "Sign In"; ObjectID = "dp2-kD-Scb"; */
"dp2-kD-Scb.normalTitle" = "Sign In";
"dp2-kD-Scb.normalTitle" = "Iniciar Sesión";
/* Class = "UITextField"; placeholder = "Password"; ObjectID = "f3K-Kz-eVg"; */
"f3K-Kz-eVg.placeholder" = "Password";
"f3K-Kz-eVg.placeholder" = "Contraseña";
/* Class = "UILabel"; text = "Add a domain to block"; ObjectID = "fJ7-vi-d9y"; */
"fJ7-vi-d9y.text" = "Add a domain to block";
"fJ7-vi-d9y.text" = "Agregar un dominio para bloquear";
/* Class = "UILabel"; text = "blocked-domain.com"; ObjectID = "fK4-lE-dks"; */
"fK4-lE-dks.text" = "blocked-domain.com";
/* Class = "UIButton"; accessibilityLabel = "Tap This Button To Activate Firewall"; ObjectID = "fRG-nx-zRG"; */
"fRG-nx-zRG.accessibilityLabel" = "Tap This Button To Activate Firewall";
"fRG-nx-zRG.accessibilityLabel" = "Toque Este Botón Para Activar El Firewall";
/* Class = "UILabel"; text = "For fastest speeds, choose a region closest to you. You can also anonymize your IP through other regions."; ObjectID = "fTe-nS-2bH"; */
"fTe-nS-2bH.text" = "For fastest speeds, choose a region closest to you. You can also anonymize your IP through other regions.";
"fTe-nS-2bH.text" = "Para velocidades más rápidas, elija una región más cercana a usted. También puede anonimizar su IP a través de otras regiones.";
/* Class = "UILabel"; text = "Block Log"; ObjectID = "fmE-6E-gnc"; */
"fmE-6E-gnc.text" = "Block Log";
"fmE-6E-gnc.text" = "Registro de Bloqueos";
/* Class = "UILabel"; text = "Enhanced Tracking Prevention"; ObjectID = "gHS-VV-2R1"; */
"gHS-VV-2R1.text" = "Enhanced Tracking Prevention";
"gHS-VV-2R1.text" = "Prevención De Rastreo Mejorada";
/* Class = "UILabel"; text = "Password must be at least 8 characters, contain at least one uppercase letter, one lowercase letter, one number, and one symbol."; ObjectID = "gJW-8m-Vk5"; */
"gJW-8m-Vk5.text" = "Password must be at least 8 characters, contain at least one uppercase letter, one lowercase letter, one number, and one symbol.";
"gJW-8m-Vk5.text" = "La contraseña debe tener al menos 8 caracteres, contener al menos una letra mayúscula, una letra minúscula, un número y un símbolo.";
/* Class = "UIButton"; normalTitle = "Why Trust Lockdown?"; ObjectID = "h6y-cc-pyT"; */
"h6y-cc-pyT.normalTitle" = "Why Trust Lockdown?";
"h6y-cc-pyT.normalTitle" = "¿Por qué confiar en Lockdown?";
/* Class = "UIView"; accessibilityHint = "Pro Monthly supports iPads and iPhones and Macs. Double tap using VoiceOver to select."; ObjectID = "hqL-Xy-82O"; */
"hqL-Xy-82O.accessibilityHint" = "Pro Monthly supports iPads and iPhones and Macs. Double tap using VoiceOver to select.";
"hqL-Xy-82O.accessibilityHint" = "Pro Mensual es compatible con iPads, iPhones y Macs. Toca dos veces con VoiceOver para seleccionar.";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"Pro Monthly\" Plan"; ObjectID = "hqL-Xy-82O"; */
"hqL-Xy-82O.accessibilityLabel" = "Checkbox for \"Pro Monthly\" Plan";
"hqL-Xy-82O.accessibilityLabel" = "Casilla de verificación para plan \"Pro Mensual\"";
/* Class = "UIButton"; normalTitle = "Submit"; ObjectID = "j43-ba-oDJ"; */
"j43-ba-oDJ.normalTitle" = "Submit";
"j43-ba-oDJ.normalTitle" = "Enviar";
/* Class = "UIButton"; normalTitle = "Enable Block Log"; ObjectID = "j7V-kr-ymm"; */
"j7V-kr-ymm.normalTitle" = "Enable Block Log";
"j7V-kr-ymm.normalTitle" = "Habilitar Registro De Bloqueos";
/* Class = "UILabel"; text = "Email"; ObjectID = "jMa-F3-KUG"; */
"jMa-F3-KUG.text" = "Email";
"jMa-F3-KUG.text" = "Correo Electrónico";
/* Class = "UIButton"; accessibilityLabel = "Tap This Button To Activate Secure Tunnel"; ObjectID = "jXy-3G-JaC"; */
"jXy-3G-JaC.accessibilityLabel" = "Tap This Button To Activate Secure Tunnel";
"jXy-3G-JaC.accessibilityLabel" = "Toque Este Botón Para Activar Secure Tunnel";
/* Class = "UIButton"; normalTitle = "SAVE"; ObjectID = "jZ0-RK-75S"; */
"jZ0-RK-75S.normalTitle" = "SAVE";
"jZ0-RK-75S.normalTitle" = "GUARDAR";
/* Class = "UILabel"; text = "Private Browsing + Hide Location & IP"; ObjectID = "ked-BF-PXx"; */
"ked-BF-PXx.text" = "Private Browsing + Hide Location & IP";
"ked-BF-PXx.text" = "Navegación Privada + Ocultar Ubicación e IP";
/* Class = "UILabel"; text = "NOT ACTIVE"; ObjectID = "kmJ-b4-n81"; */
"kmJ-b4-n81.text" = "NOT ACTIVE";
"kmJ-b4-n81.text" = "NO ACTIVA";
/* Class = "UIView"; accessibilityLabel = "Tap This Button To Activate Firewall"; ObjectID = "koL-dc-mZr"; */
"koL-dc-mZr.accessibilityLabel" = "Tap This Button To Activate Firewall";
"koL-dc-mZr.accessibilityLabel" = "Toque Este Botón Para Activar El Firewall";
/* Class = "UILabel"; text = "VIEW AUDIT REPORT"; ObjectID = "lDV-k9-rkj"; */
"lDV-k9-rkj.text" = "VIEW AUDIT REPORT";
"lDV-k9-rkj.text" = "VER INFORME DE AUDITORÍA";
/* Class = "UILabel"; text = "You'll automatically be credited for your existing subscription."; ObjectID = "lEt-3l-yTH"; */
"lEt-3l-yTH.text" = "You'll automatically be credited for your existing subscription.";
"lEt-3l-yTH.text" = "Se le acreditará automáticamente su suscripción existente.";
/* Class = "UIButton"; normalTitle = "Terms of Service"; ObjectID = "lOA-PB-b5V"; */
"lOA-PB-b5V.normalTitle" = "Terms of Service";
"lOA-PB-b5V.normalTitle" = "Términos De Servicio";
/* Class = "UILabel"; text = "Block all your apps from connecting to the domains and sites below. For your convenience, Lockdown also has pre-configured suggestions."; ObjectID = "m75-2E-aKT"; */
"m75-2E-aKT.text" = "Block all your apps from connecting to the domains and sites below. For your convenience, Lockdown also has pre-configured suggestions.";
"m75-2E-aKT.text" = "Bloquea todas tus aplicaciones para que no se conecten a los dominios y sitios a continuación. Para su comodidad, Lockdown también tiene sugerencias preconfiguradas.";
/* Class = "UILabel"; text = "To: joe@email.comRe: Q4 2019 Finance Review"; ObjectID = "mRH-Ie-0qb"; */
"mRH-Ie-0qb.text" = "To: joe@email.comRe: Q4 2019 Finance Review";
"mRH-Ie-0qb.text" = "Para: joe@email.comRe: Q4 2019 Revisión Financiera";
/* Class = "UIButton"; normalTitle = "SAVE"; ObjectID = "mU9-zL-O80"; */
"mU9-zL-O80.normalTitle" = "SAVE";
"mU9-zL-O80.normalTitle" = "GUARDAR";
/* Class = "UILabel"; text = "Not Blocked"; ObjectID = "mgh-17-JWs"; */
"mgh-17-JWs.text" = "Not Blocked";
"mgh-17-JWs.text" = "Not Bloqueado";
/* Class = "UILabel"; text = "iPads and iPhones"; ObjectID = "naG-mg-g14"; */
"naG-mg-g14.text" = "iPads and iPhones";
"naG-mg-g14.text" = "iPads y iPhones";
/* Class = "UILabel"; text = "Forgot Password"; ObjectID = "nu2-zq-dta"; */
"nu2-zq-dta.text" = "Forgot Password";
"nu2-zq-dta.text" = "Olvide Mi Contraseña";
/* Class = "UILabel"; text = "Secure Tunnel"; ObjectID = "nuc-D4-P1M"; */
"nuc-D4-P1M.text" = "Secure Tunnel";
/* Class = "UILabel"; text = "Sign In"; ObjectID = "oPf-b7-d1V"; */
"oPf-b7-d1V.text" = "Sign In";
"oPf-b7-d1V.text" = "Iniciar Sesión";
/* Class = "UILabel"; text = "Blocked today:"; ObjectID = "oYx-Wf-i0q"; */
"oYx-Wf-i0q.text" = "Blocked today:";
"oYx-Wf-i0q.text" = "Bloqueado Hoy:";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "pMu-va-97O"; */
"pMu-va-97O.normalTitle" = "CLOSE";
"pMu-va-97O.normalTitle" = "CERRAR";
/* Class = "UILabel"; text = "Some sites or apps don't work well with VPNs. The whitelist below allows you to whitelist sites so they bypass the VPN for a better experience."; ObjectID = "pVa-cX-EbQ"; */
"pVa-cX-EbQ.text" = "Some sites or apps don't work well with VPNs. The whitelist below allows you to whitelist sites so they bypass the VPN for a better experience.";
"pVa-cX-EbQ.text" = "Algunos sitios o aplicaciones no funcionan bien con VPN. La lista blanca a continuación le permite incluir sitios en la lista blanca para que omitan la VPN para una mejor experiencia.";
/* Class = "UITextField"; placeholder = "Email Address"; ObjectID = "pXd-nf-bzR"; */
"pXd-nf-bzR.placeholder" = "Email Address";
"pXd-nf-bzR.placeholder" = "Dirección De Correo Electrónico";
/* Class = "UILabel"; text = "whitelisted-domain.com"; ObjectID = "pao-zq-e98"; */
"pao-zq-e98.text" = "whitelisted-domain.com";
/* Class = "UIButton"; normalTitle = "See How It Works"; ObjectID = "qBb-qF-2nJ"; */
"qBb-qF-2nJ.normalTitle" = "See How It Works";
"qBb-qF-2nJ.normalTitle" = "Vea Cómo Funciona";
/* Class = "UITextField"; placeholder = "domain-to-block.com"; ObjectID = "qMF-E0-xFg"; */
"qMF-E0-xFg.placeholder" = "domain-to-block.com";
/* Class = "UILabel"; text = "Password"; ObjectID = "rCb-D1-AbS"; */
"rCb-D1-AbS.text" = "Password";
"rCb-D1-AbS.text" = "Contraseña";
/* Class = "UILabel"; text = "blocked-domain.com"; ObjectID = "rHZ-Et-i9v"; */
"rHZ-Et-i9v.text" = "blocked-domain.com";
/* Class = "UILabel"; text = "Over 1 Billion Trackers Blocked"; ObjectID = "rJd-Ql-Mu9"; */
"rJd-Ql-Mu9.text" = "Over 1 Billion Trackers Blocked";
"rJd-Ql-Mu9.text" = "Más De 1 Billón De Rastreadores Bloqueados";
/* Class = "UILabel"; text = "blocked-domain.com"; ObjectID = "rJk-m6-qqA"; */
"rJk-m6-qqA.text" = "blocked-domain.com";
@@ -417,49 +420,49 @@
"rhx-SZ-Kki.text" = "IP: 18.142.2.87";
/* Class = "UILabel"; text = "Email"; ObjectID = "syJ-Jd-iUo"; */
"syJ-Jd-iUo.text" = "Email";
"syJ-Jd-iUo.text" = "Correo Electrónico";
/* Class = "UILabel"; text = "Configure Blocking"; ObjectID = "tXa-qM-WDu"; */
"tXa-qM-WDu.text" = "Configure Blocking";
"tXa-qM-WDu.text" = "Configurar Bloqueo";
/* Class = "UIButton"; normalTitle = "Continue"; ObjectID = "tzL-mY-IJs"; */
"tzL-mY-IJs.normalTitle" = "Continue";
"tzL-mY-IJs.normalTitle" = "Continuar";
/* Class = "UILabel"; text = "Tunnel Whitelist"; ObjectID = "uA3-l4-Qe0"; */
"uA3-l4-Qe0.text" = "Tunnel Whitelist";
"uA3-l4-Qe0.text" = "Lista Blanca de Tunnel";
/* Class = "UILabel"; text = "📱"; ObjectID = "uSD-At-Csa"; */
"uSD-At-Csa.text" = "📱";
/* Class = "UILabel"; text = "Secure Tunnel encrypts your connections, anonymizes browsing history, and hides your location and unique IP address."; ObjectID = "ujS-r7-ItM"; */
"ujS-r7-ItM.text" = "Secure Tunnel encrypts your connections, anonymizes browsing history, and hides your location and unique IP address.";
"ujS-r7-ItM.text" = "Secure Tunnel cifra sus conexiones, anonimiza el historial de navegación y oculta su ubicación y dirección IP única.";
/* Class = "UIButton"; normalTitle = "Privacy Policy"; ObjectID = "v8T-bw-mkT"; */
"v8T-bw-mkT.normalTitle" = "Privacy Policy";
"v8T-bw-mkT.normalTitle" = "Política De Privacidad";
/* Class = "UIButton"; normalTitle = "Start 1 Week Free Trial"; ObjectID = "v8r-0N-ycQ"; */
"v8r-0N-ycQ.normalTitle" = "Start 1 Week Free Trial";
"v8r-0N-ycQ.normalTitle" = "Comience La Prueba Gratuita De 1 Semana";
/* Class = "UILabel"; text = "-"; ObjectID = "vKc-uc-qfV"; */
"vKc-uc-qfV.text" = "-";
/* Class = "UILabel"; text = "Add a domain to whitelist"; ObjectID = "w5F-U8-hnF"; */
"w5F-U8-hnF.text" = "Add a domain to whitelist";
"w5F-U8-hnF.text" = "Agregar un dominio a la lista blanca";
/* Class = "UITextField"; placeholder = "Email Address"; ObjectID = "wPU-g5-s3s"; */
"wPU-g5-s3s.placeholder" = "Email Address";
"wPU-g5-s3s.placeholder" = "Dirección De Correo Electrónico";
/* Class = "UILabel"; text = "iOS Monthly"; ObjectID = "xt8-uP-JgS"; */
"xt8-uP-JgS.text" = "iOS Monthly";
"xt8-uP-JgS.text" = "iOS Mensual";
/* Class = "UILabel"; text = "Firewall"; ObjectID = "yIB-Tk-mf1"; */
"yIB-Tk-mf1.text" = "Firewall";
/* Class = "UILabel"; text = "Browse Safer - Fully Audited Privacy"; ObjectID = "yXI-U1-vLz"; */
"yXI-U1-vLz.text" = "Browse Safer - Fully Audited Privacy";
"yXI-U1-vLz.text" = "Navegue De Forma Más Segura - Privacidad Totalmente Auditada";
/* Class = "UILabel"; text = "iPad, iPhones, and Macs"; ObjectID = "yvR-wl-rIt"; */
"yvR-wl-rIt.text" = "iPad, iPhones, and Macs";
"yvR-wl-rIt.text" = "iPad, iPhones, y Macs";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "ziI-ly-5qb"; */
"ziI-ly-5qb.normalTitle" = "CANCEL";
"ziI-ly-5qb.normalTitle" = "CANCELAR";

View File

@@ -1,138 +1,138 @@
/* Class = "UILabel"; text = "I agree to the"; ObjectID = "04y-ib-kAj"; */
"04y-ib-kAj.text" = "I agree to the";
"04y-ib-kAj.text" = "に同意する。";
/* Class = "UITextField"; placeholder = "Password"; ObjectID = "0XQ-Qd-SAy"; */
"0XQ-Qd-SAy.placeholder" = "Password";
"0XQ-Qd-SAy.placeholder" = "パスワード";
/* Class = "UILabel"; text = "TODAY"; ObjectID = "0id-50-Eu3"; */
"0id-50-Eu3.text" = "TODAY";
"0id-50-Eu3.text" = "本日";
/* Class = "UILabel"; text = "Title"; ObjectID = "0m3-NA-IPB"; */
"0m3-NA-IPB.text" = "Title";
"0m3-NA-IPB.text" = "タイトル";
/* Class = "UILabel"; text = "NOT ACTIVE"; ObjectID = "2I5-jL-jQr"; */
"2I5-jL-jQr.text" = "NOT ACTIVE";
"2I5-jL-jQr.text" = "非アクティブ";
/* Class = "UITabBarItem"; title = "Learn"; ObjectID = "2sg-zD-KTu"; */
"2sg-zD-KTu.title" = "Learn";
"2sg-zD-KTu.title" = "学ぶ";
/* Class = "UILabel"; text = "Warning"; ObjectID = "3P8-IH-ggH"; */
"3P8-IH-ggH.text" = "Warning";
"3P8-IH-ggH.text" = "ご注意";
/* Class = "UIButton"; normalTitle = "􀈂"; ObjectID = "3tZ-rh-ZOa"; */
"3tZ-rh-ZOa.normalTitle" = "􀈂";
/* Class = "UILabel"; text = "iOS Annual (Save ~50%)"; ObjectID = "5Ce-KH-z1j"; */
"5Ce-KH-z1j.text" = "iOS Annual (Save ~50%)";
"5Ce-KH-z1j.text" = "iOSの年次 (約50割引)";
/* Class = "UILabel"; text = "A simple, powerful firewall that stops connections to trackers, malware and other bad agents.Free and open source."; ObjectID = "6Qj-yK-k5A"; */
"6Qj-yK-k5A.text" = "A simple, powerful firewall that stops connections to trackers, malware and other bad agents.Free and open source.";
"6Qj-yK-k5A.text" = "トラッカー、マルウェア、その他の悪意のあるエージェントへの接続を停止するシンプルで強力なファイアウォール。

無料でオープンソース。";
/* Class = "UILabel"; text = "Tap to agree to this"; ObjectID = "6Sd-rw-Pyl"; */
"6Sd-rw-Pyl.text" = "Tap to agree to this";
"6Sd-rw-Pyl.text" = "同意する場合はタップしてください。";
/* Class = "UILabel"; text = "Not Whitelisted"; ObjectID = "6TE-i7-iPd"; */
"6TE-i7-iPd.text" = "Not Whitelisted";
"6TE-i7-iPd.text" = "ホワイトリストに登録されていません";
/* Class = "UILabel"; text = "World's Simplest Privacy Policy"; ObjectID = "6sx-m3-XUn"; */
"6sx-m3-XUn.text" = "World's Simplest Privacy Policy";
"6sx-m3-XUn.text" = "世界で最もシンプルなプライバシーポリシー";
/* Class = "UIButton"; normalTitle = "July 23rd, 2020"; ObjectID = "7NS-46-hCo"; */
"7NS-46-hCo.normalTitle" = "July 23rd, 2020";
"7NS-46-hCo.normalTitle" = "2020年7月23日";
/* Class = "UIButton"; normalTitle = "Agree"; ObjectID = "7nc-lb-z6u"; */
"7nc-lb-z6u.normalTitle" = "Agree";
"7nc-lb-z6u.normalTitle" = "同意する";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "8FF-0m-G4n"; */
"8FF-0m-G4n.normalTitle" = "CANCEL";
"8FF-0m-G4n.normalTitle" = "キャンセル";
/* Class = "UILabel"; text = "Accounts get the following benefits:"; ObjectID = "8xZ-K2-buV"; */
"8xZ-K2-buV.text" = "Accounts get the following benefits:";
"8xZ-K2-buV.text" = "アカウントには以下のような特典があります:";
/* Class = "UILabel"; text = "Block Log Disabled"; ObjectID = "9Mg-Xn-BmP"; */
"9Mg-Xn-BmP.text" = "Block Log Disabled";
"9Mg-Xn-BmP.text" = "ブロックログが無効";
/* Class = "UIButton"; normalTitle = "Why Trust Lockdown?"; ObjectID = "A3S-Ro-tUz"; */
"A3S-Ro-tUz.normalTitle" = "Why Trust Lockdown?";
"A3S-Ro-tUz.normalTitle" = "なぜロックダウンを信頼するのですか?";
/* Class = "UILabel"; text = "Pro Annual (Save ~30%)"; ObjectID = "ASZ-so-4BJ"; */
"ASZ-so-4BJ.text" = "Pro Annual (Save ~30%)";
"ASZ-so-4BJ.text" = "プロの年次 (約30割引)";
/* Class = "UILabel"; text = "Sign Up"; ObjectID = "AVA-H3-vX1"; */
"AVA-H3-vX1.text" = "Sign Up";
"AVA-H3-vX1.text" = "サインアップ";
/* Class = "UILabel"; text = "Secure Tunnel VPN"; ObjectID = "BGP-ej-jz6"; */
"BGP-ej-jz6.text" = "Secure Tunnel VPN";
"BGP-ej-jz6.text" = "セキュアトンネルVPN";
/* Class = "UIView"; accessibilityHint = "iOS Annual supports iPads and iPhones. Double tap using VoiceOver to select."; ObjectID = "BI8-xc-diY"; */
"BI8-xc-diY.accessibilityHint" = "iOS Annual supports iPads and iPhones. Double tap using VoiceOver to select.";
"BI8-xc-diY.accessibilityHint" = "iOS年次は、iPadとiPhoneをサポートしています。 VoiceOverを使ってダブルタップして選択します。";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"iOS Annual\" Plan"; ObjectID = "BI8-xc-diY"; */
"BI8-xc-diY.accessibilityLabel" = "Checkbox for \"iOS Annual\" Plan";
"BI8-xc-diY.accessibilityLabel" = "チェックボックス \"iOS年次\" プラン";
/* Class = "UIButton"; normalTitle = "Why Trust Lockdown?"; ObjectID = "BhW-8r-pbC"; */
"BhW-8r-pbC.normalTitle" = "Why Trust Lockdown?";
"BhW-8r-pbC.normalTitle" = "なぜロックダウンを信頼するのですか?";
/* Class = "UILabel"; accessibilityHint = "Instructs user to tap the blue circle to the left of this label to activate."; ObjectID = "BoV-0k-BS5"; */
"BoV-0k-BS5.accessibilityHint" = "Instructs user to tap the blue circle to the left of this label to activate.";
"BoV-0k-BS5.accessibilityHint" = "このラベルの左側にある青い円をタップしてアクティブにするようにユーザーに指示します。";
/* Class = "UILabel"; accessibilityLabel = "A label that says Tap To Activate. Not the actual button."; ObjectID = "BoV-0k-BS5"; */
"BoV-0k-BS5.accessibilityLabel" = "A label that says Tap To Activate. Not the actual button.";
"BoV-0k-BS5.accessibilityLabel" = "「タップしてアクティブにする」と書かれたラベル。実際のボタンではありません。";
/* Class = "UILabel"; text = "Tap To Activate"; ObjectID = "BoV-0k-BS5"; */
"BoV-0k-BS5.text" = "Tap To Activate";
"BoV-0k-BS5.text" = "タップしてアクティブにする";
/* Class = "UILabel"; text = "0"; ObjectID = "C0f-ye-V9U"; */
"C0f-ye-V9U.text" = "0";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "Cjo-hk-1dr"; */
"Cjo-hk-1dr.normalTitle" = "CLOSE";
"Cjo-hk-1dr.normalTitle" = "閉じる";
/* Class = "UIButton"; normalTitle = "Restore Purchase"; ObjectID = "Dm9-pY-Snm"; */
"Dm9-pY-Snm.normalTitle" = "Restore Purchase";
"Dm9-pY-Snm.normalTitle" = "購入商品を復元する";
/* Class = "UIButton"; normalTitle = "Forgot Password?"; ObjectID = "Dxs-1n-lKD"; */
"Dxs-1n-lKD.normalTitle" = "Forgot Password?";
"Dxs-1n-lKD.normalTitle" = "パスワードをお忘れですか?";
/* Class = "UILabel"; text = "United States - West"; ObjectID = "E9c-eB-V7Z"; */
"E9c-eB-V7Z.text" = "United States - West";
"E9c-eB-V7Z.text" = "アメリカ西部";
/* Class = "UILabel"; text = "12:22 PM"; ObjectID = "G2S-PC-kMS"; */
"G2S-PC-kMS.text" = "12:22 PM";
"G2S-PC-kMS.text" = "午後1222";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "GBo-WQ-fTN"; */
"GBo-WQ-fTN.normalTitle" = "CLOSE";
"GBo-WQ-fTN.normalTitle" = "閉じる";
/* Class = "UIButton"; normalTitle = "Sign In"; ObjectID = "J7f-4S-hHD"; */
"J7f-4S-hHD.normalTitle" = "Sign In";
"J7f-4S-hHD.normalTitle" = "サインイン";
/* Class = "UIButton"; normalTitle = "View Log"; ObjectID = "JVD-sS-lUY"; */
"JVD-sS-lUY.normalTitle" = "View Log";
"JVD-sS-lUY.normalTitle" = "ログを見る";
/* Class = "UILabel"; text = "Secure Tunnel VPN"; ObjectID = "Jsv-mc-ptE"; */
"Jsv-mc-ptE.text" = "Secure Tunnel VPN";
"Jsv-mc-ptE.text" = "セキュアトンネルVPN";
/* Class = "UILabel"; text = "Already have a Lockdown account?Sign in below."; ObjectID = "KDA-UD-f4u"; */
"KDA-UD-f4u.text" = "Already have a Lockdown account?Sign in below.";
"KDA-UD-f4u.text" = "すでにLockdownアカウントをお持ちですか?
以下からサインインしてください。";
/* Class = "UITextField"; placeholder = "Email Address"; ObjectID = "KMj-n0-VnV"; */
"KMj-n0-VnV.placeholder" = "Email Address";
"KMj-n0-VnV.placeholder" = "電子メールアドレス";
/* Class = "UIButton"; normalTitle = "Get Started"; ObjectID = "KbM-Pn-EXN"; */
"KbM-Pn-EXN.normalTitle" = "Get Started";
"KbM-Pn-EXN.normalTitle" = "はじめに";
/* Class = "UILabel"; text = "Blocking Enabled"; ObjectID = "Kd7-nB-tAb"; */
"Kd7-nB-tAb.text" = "Blocking Enabled";
"Kd7-nB-tAb.text" = "ブロッキング有効";
/* Class = "UILabel"; text = "Set Region"; ObjectID = "KtJ-Jg-Z3X"; */
"KtJ-Jg-Z3X.text" = "Set Region";
"KtJ-Jg-Z3X.text" = "地域を設定します。";
/* Class = "UILabel"; text = "Firewall"; ObjectID = "LE2-86-d4U"; */
"LE2-86-d4U.text" = "Firewall";
"LE2-86-d4U.text" = "ファイアウォール";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "MRU-xk-A2p"; */
"MRU-xk-A2p.normalTitle" = "CANCEL";
"MRU-xk-A2p.normalTitle" = "キャンセル";
/* Class = "UILabel"; text = "0"; ObjectID = "Msx-Nc-p9M"; */
"Msx-Nc-p9M.text" = "0";
@@ -141,19 +141,19 @@
"NAN-dg-xBj.text" = "Lockdown";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "NvC-GW-2NJ"; */
"NvC-GW-2NJ.normalTitle" = "CANCEL";
"NvC-GW-2NJ.normalTitle" = "キャンセル";
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "O4a-yi-uRp"; */
"O4a-yi-uRp.normalTitle" = "Button";
"O4a-yi-uRp.normalTitle" = "ボタン";
/* Class = "UITabBarItem"; title = "Protect"; ObjectID = "O5a-jC-Mj1"; */
"O5a-jC-Mj1.title" = "Protect";
"O5a-jC-Mj1.title" = "プロテクト";
/* Class = "UILabel"; text = "Location: 🇺🇸"; ObjectID = "O6b-GR-ijA"; */
"O6b-GR-ijA.text" = "Location: 🇺🇸";
"O6b-GR-ijA.text" = "場所: アメリカ";
/* Class = "UILabel"; text = "iPads and iPhones"; ObjectID = "ODT-wN-bGo"; */
"ODT-wN-bGo.text" = "iPads and iPhones";
"ODT-wN-bGo.text" = "iPadiPhone";
/* Class = "UIButton"; normalTitle = "􀍟"; ObjectID = "OIa-zY-ALo"; */
"OIa-zY-ALo.normalTitle" = "􀍟";
@@ -162,253 +162,256 @@
"OLt-18-OkW.normalTitle" = "􀁝";
/* Class = "UILabel"; text = "Block Invasive Tracking"; ObjectID = "PGe-EF-Ixy"; */
"PGe-EF-Ixy.text" = "Block Invasive Tracking";
"PGe-EF-Ixy.text" = "侵襲的追跡をブロック";
/* Class = "UIButton"; normalTitle = "HIDE"; ObjectID = "Pvv-c6-deR"; */
"Pvv-c6-deR.normalTitle" = "隠す";
/* Class = "UIButton"; normalTitle = "􀆅"; ObjectID = "RMP-Wh-oss"; */
"RMP-Wh-oss.normalTitle" = "􀆅";
/* Class = "UIButton"; normalTitle = "Sign Up"; ObjectID = "RTE-DP-SL6"; */
"RTE-DP-SL6.normalTitle" = "Sign Up";
"RTE-DP-SL6.normalTitle" = "サインアップ";
/* Class = "UIButton"; normalTitle = "Whitelist"; ObjectID = "Rhb-9H-gRT"; */
"Rhb-9H-gRT.normalTitle" = "Whitelist";
"Rhb-9H-gRT.normalTitle" = "ホワイトリスト";
/* Class = "UIButton"; normalTitle = "Privacy Policy"; ObjectID = "SCr-mD-x9f"; */
"SCr-mD-x9f.normalTitle" = "Privacy Policy";
"SCr-mD-x9f.normalTitle" = "個人情報保護方針";
/* Class = "UILabel"; text = "ALL TIME"; ObjectID = "SGD-NH-9Mo"; */
"SGD-NH-9Mo.text" = "ALL TIME";
"SGD-NH-9Mo.text" = "全ての時間";
/* Class = "UILabel"; text = "iPads, iPhones, and Macs"; ObjectID = "SLG-gG-QTX"; */
"SLG-gG-QTX.text" = "iPads, iPhones, and Macs";
"SLG-gG-QTX.text" = "iPadiPhone、及びMac";
/* Class = "UILabel"; text = "3421"; ObjectID = "Sar-GU-wUS"; */
"Sar-GU-wUS.text" = "3421";
/* Class = "UILabel"; text = "Lockdown Firewall is 100% on-device, so it does not collect or transmit any data to any servers - everything stays on your device."; ObjectID = "T2B-yz-40I"; */
"T2B-yz-40I.text" = "Lockdown Firewall is 100% on-device, so it does not collect or transmit any data to any servers - everything stays on your device.";
"T2B-yz-40I.text" = "Lockdown Firewallは100デバイス上にあるため、データを収集したり、サーバーに送信したりすることはありません - すべてがデバイスに残ります。";
/* Class = "UILabel"; text = "Protect Good Connections"; ObjectID = "TaD-Vg-S5A"; */
"TaD-Vg-S5A.text" = "Protect Good Connections";
"TaD-Vg-S5A.text" = "良好な接続を保護する";
/* Class = "UIButton"; normalTitle = "SAVE"; ObjectID = "Tls-Z3-Gnz"; */
"Tls-Z3-Gnz.normalTitle" = "SAVE";
"Tls-Z3-Gnz.normalTitle" = "セーブ";
/* Class = "UITextField"; placeholder = "domain-to-whitelist.com"; ObjectID = "U7q-Uc-gxE"; */
"U7q-Uc-gxE.placeholder" = "domain-to-whitelist.com";
/* Class = "UILabel"; text = "Lockdown VPN is 100% open source, fully audited, and has a strict no-logs policy. Proof of your data protection is in the Privacy Policy."; ObjectID = "UJ5-nt-aYy"; */
"UJ5-nt-aYy.text" = "Lockdown VPN is 100% open source, fully audited, and has a strict no-logs policy. Proof of your data protection is in the Privacy Policy.";
"UJ5-nt-aYy.text" = "Lockdown VPNは100%オープンソースで、完全に監査されており、厳格なノーログポリシーを持っています。 お客様のデータ保護の証明は、プライバシーポリシーにあります。";
/* Class = "UIButton"; normalTitle = "Get Started Free"; ObjectID = "VK2-VJ-AkH"; */
"VK2-VJ-AkH.normalTitle" = "Get Started Free";
"VK2-VJ-AkH.normalTitle" = "無料で始める";
/* Class = "UIButton"; normalTitle = "Learn More"; ObjectID = "Vhr-9g-C3l"; */
"Vhr-9g-C3l.normalTitle" = "Learn More";
"Vhr-9g-C3l.normalTitle" = "詳細はこちら";
/* Class = "UILabel"; text = "Password"; ObjectID = "W3y-bX-UkA"; */
"W3y-bX-UkA.text" = "Password";
"W3y-bX-UkA.text" = "パスワード";
/* Class = "UIView"; accessibilityHint = "iOS Monthly supports iPads and iPhones. Double tap using VoiceOver to select."; ObjectID = "WcD-2j-Lym"; */
"WcD-2j-Lym.accessibilityHint" = "iOS Monthly supports iPads and iPhones. Double tap using VoiceOver to select.";
"WcD-2j-Lym.accessibilityHint" = "iOS毎月はiPadとiPhoneをサポートしています。 VoiceOverを使ってダブルタップして選択します。";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"iOS Monthly\" Plan"; ObjectID = "WcD-2j-Lym"; */
"WcD-2j-Lym.accessibilityLabel" = "Checkbox for \"iOS Monthly\" Plan";
"WcD-2j-Lym.accessibilityLabel" = "チェックボックス \"iOS毎月\"プラン";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "Wi8-F0-ahr"; */
"Wi8-F0-ahr.normalTitle" = "CLOSE";
"Wi8-F0-ahr.normalTitle" = "閉じる";
/* Class = "UILabel"; text = "THIS WEEK"; ObjectID = "WyU-rB-hEs"; */
"WyU-rB-hEs.text" = "THIS WEEK";
"WyU-rB-hEs.text" = "今週";
/* Class = "UILabel"; text = "$49.99/year after (~$4.17/month)"; ObjectID = "XQI-S7-VjW"; */
"XQI-S7-VjW.text" = "$49.99/year after (~$4.17/month)";
/* Class = "UILabel"; text = "$49.99/year after (~$4.17/)"; ObjectID = "XQI-S7-VjW"; */
"XQI-S7-VjW.text" = "$49.99/y年後 (~$4.17/)";
/* Class = "UILabel"; text = "0"; ObjectID = "XSr-oZ-hkd"; */
"XSr-oZ-hkd.text" = "0";
/* Class = "UILabel"; text = "Block Group Title"; ObjectID = "XcQ-Zo-7hE"; */
"XcQ-Zo-7hE.text" = "Block Group Title";
"XcQ-Zo-7hE.text" = "ブロックグループタイトル";
/* Class = "UILabel"; text = "✓ Get new block lists for trackers✓ Access Lockdown Mac and Desktop✓ Critical announcements and features"; ObjectID = "XhT-hq-Dd2"; */
"XhT-hq-Dd2.text" = "✓ Get new block lists for trackers✓ Access Lockdown Mac and Desktop✓ Critical announcements and features";
"XhT-hq-Dd2.text" = "✓ トラッカーの新しいブロックリストを取得する
✓ Lockdown Macとデスクトップにアクセス✓ クリティカルな発表と機能";
/* Class = "UIButton"; normalTitle = "Block List"; ObjectID = "XvC-pH-UjX"; */
"XvC-pH-UjX.normalTitle" = "Block List";
"XvC-pH-UjX.normalTitle" = "ブロックリスト";
/* Class = "UINavigationItem"; title = "Account"; ObjectID = "Y6I-Ar-Q5y"; */
"Y6I-Ar-Q5y.title" = "Account";
"Y6I-Ar-Q5y.title" = "アカウント";
/* Class = "UITabBarItem"; title = "Account"; ObjectID = "YAE-W9-FME"; */
"YAE-W9-FME.title" = "Account";
"YAE-W9-FME.title" = "アカウント";
/* Class = "UIView"; accessibilityLabel = "Tap This Button To Activate Secure Tunnel"; ObjectID = "ZPf-nR-X1a"; */
"ZPf-nR-X1a.accessibilityLabel" = "Tap This Button To Activate Secure Tunnel";
"ZPf-nR-X1a.accessibilityLabel" = "このボタンをタップして、セキュアトンネルをアクティブにします";
/* Class = "UIButton"; normalTitle = "Privacy Policy"; ObjectID = "a37-qm-xpZ"; */
"a37-qm-xpZ.normalTitle" = "Privacy Policy";
"a37-qm-xpZ.normalTitle" = "個人情報保護方針";
/* Class = "UIButton"; normalTitle = "Set Region"; ObjectID = "a4O-qT-yLk"; */
"a4O-qT-yLk.normalTitle" = "Set Region";
"a4O-qT-yLk.normalTitle" = "地域を設定する";
/* Class = "UILabel"; text = "VPN"; ObjectID = "aXL-VV-lJa"; */
"aXL-VV-lJa.text" = "VPN";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "anO-Te-34C"; */
"anO-Te-34C.normalTitle" = "CANCEL";
"anO-Te-34C.normalTitle" = "キャンセル";
/* Class = "UILabel"; text = "Email"; ObjectID = "asx-fS-ufQ"; */
"asx-fS-ufQ.text" = "Email";
"asx-fS-ufQ.text" = "電子メール";
/* Class = "UILabel"; text = "🇺🇸"; ObjectID = "bDO-jU-rIH"; */
"bDO-jU-rIH.text" = "🇺🇸";
"bDO-jU-rIH.text" = "アメリカ";
/* Class = "UILabel"; text = "Pro Monthly"; ObjectID = "c6Y-nW-xhv"; */
"c6Y-nW-xhv.text" = "Pro Monthly";
"c6Y-nW-xhv.text" = "Pro毎月";
/* Class = "UIButton"; normalTitle = "􀎬"; ObjectID = "cAQ-Dd-nCd"; */
"cAQ-Dd-nCd.normalTitle" = "􀎬";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "cNH-31-ne4"; */
"cNH-31-ne4.normalTitle" = "CANCEL";
"cNH-31-ne4.normalTitle" = "キャンセル";
/* Class = "UILabel"; text = "TUNNEL OFF"; ObjectID = "cVg-HS-AW8"; */
"cVg-HS-AW8.text" = "TUNNEL OFF";
"cVg-HS-AW8.text" = "トンネルオフ";
/* Class = "UILabel"; text = "The connections blocked by Lockdown for the last day are shown below. As per our Privacy Policy, all the blocking is done on-device and never transmitted to any servers for processing."; ObjectID = "ccb-xf-LSM"; */
"ccb-xf-LSM.text" = "The connections blocked by Lockdown for the last day are shown below. As per our Privacy Policy, all the blocking is done on-device and never transmitted to any servers for processing.";
"ccb-xf-LSM.text" = "最終日のLockdownでブロックされた接続は以下の通りです。 プライバシーポリシーに従い、すべてのブロックはデバイス上で行われ、処理のためにサーバーに送信されることはありません。";
/* Class = "UIView"; accessibilityHint = "Pro Annual supports iPads and iPhones and Macs. Double tap using VoiceOver to select."; ObjectID = "d44-u4-ZF6"; */
"d44-u4-ZF6.accessibilityHint" = "Pro Annual supports iPads and iPhones and Macs. Double tap using VoiceOver to select.";
"d44-u4-ZF6.accessibilityHint" = "Pro年次はiPadとiPhoneをサポートしています。 VoiceOverを使ってダブルタップして選択します。";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"Pro Annual\" Plan"; ObjectID = "d44-u4-ZF6"; */
"d44-u4-ZF6.accessibilityLabel" = "Checkbox for \"Pro Annual\" Plan";
"d44-u4-ZF6.accessibilityLabel" = "チェックボックス \"Pro年次\"プラン";
/* Class = "UILabel"; text = "Enter your email below and we'll send you an email to reset your password."; ObjectID = "dLw-qu-1Oe"; */
"dLw-qu-1Oe.text" = "Enter your email below and we'll send you an email to reset your password.";
"dLw-qu-1Oe.text" = "下記にメールアドレスを入力すると、パスワードをリセットするためのメールを送信します。";
/* Class = "UIButton"; normalTitle = "Sign In"; ObjectID = "dp2-kD-Scb"; */
"dp2-kD-Scb.normalTitle" = "Sign In";
"dp2-kD-Scb.normalTitle" = "サインイン";
/* Class = "UITextField"; placeholder = "Password"; ObjectID = "f3K-Kz-eVg"; */
"f3K-Kz-eVg.placeholder" = "Password";
"f3K-Kz-eVg.placeholder" = "パスワード";
/* Class = "UILabel"; text = "Add a domain to block"; ObjectID = "fJ7-vi-d9y"; */
"fJ7-vi-d9y.text" = "Add a domain to block";
"fJ7-vi-d9y.text" = "ブロックするドメインを追加する";
/* Class = "UILabel"; text = "blocked-domain.com"; ObjectID = "fK4-lE-dks"; */
"fK4-lE-dks.text" = "blocked-domain.com";
/* Class = "UIButton"; accessibilityLabel = "Tap This Button To Activate Firewall"; ObjectID = "fRG-nx-zRG"; */
"fRG-nx-zRG.accessibilityLabel" = "Tap This Button To Activate Firewall";
"fRG-nx-zRG.accessibilityLabel" = "このボタンをタップしてファイアウォールをアクティブにします";
/* Class = "UILabel"; text = "For fastest speeds, choose a region closest to you. You can also anonymize your IP through other regions."; ObjectID = "fTe-nS-2bH"; */
"fTe-nS-2bH.text" = "For fastest speeds, choose a region closest to you. You can also anonymize your IP through other regions.";
"fTe-nS-2bH.text" = "最速の速度を得るには、最も近い地域を選択してください。 他の地域を経由してIPを匿名化することもできます。";
/* Class = "UILabel"; text = "Block Log"; ObjectID = "fmE-6E-gnc"; */
"fmE-6E-gnc.text" = "Block Log";
"fmE-6E-gnc.text" = "ブロックログ";
/* Class = "UILabel"; text = "Enhanced Tracking Prevention"; ObjectID = "gHS-VV-2R1"; */
"gHS-VV-2R1.text" = "Enhanced Tracking Prevention";
"gHS-VV-2R1.text" = "トラッキング防止の強化";
/* Class = "UILabel"; text = "Password must be at least 8 characters, contain at least one uppercase letter, one lowercase letter, one number, and one symbol."; ObjectID = "gJW-8m-Vk5"; */
"gJW-8m-Vk5.text" = "Password must be at least 8 characters, contain at least one uppercase letter, one lowercase letter, one number, and one symbol.";
"gJW-8m-Vk5.text" = "パスワードは8文字以上で、大文字、小文字、数字、記号を1つ以上含む必要があります。";
/* Class = "UIButton"; normalTitle = "Why Trust Lockdown?"; ObjectID = "h6y-cc-pyT"; */
"h6y-cc-pyT.normalTitle" = "Why Trust Lockdown?";
"h6y-cc-pyT.normalTitle" = "なぜLockdownを信頼するのか";
/* Class = "UIView"; accessibilityHint = "Pro Monthly supports iPads and iPhones and Macs. Double tap using VoiceOver to select."; ObjectID = "hqL-Xy-82O"; */
"hqL-Xy-82O.accessibilityHint" = "Pro Monthly supports iPads and iPhones and Macs. Double tap using VoiceOver to select.";
"hqL-Xy-82O.accessibilityHint" = "Pro毎月はiPadとiPhoneをサポートしています。 VoiceOverを使ってダブルタップして選択します。";
/* Class = "UIView"; accessibilityLabel = "Checkbox for \"Pro Monthly\" Plan"; ObjectID = "hqL-Xy-82O"; */
"hqL-Xy-82O.accessibilityLabel" = "Checkbox for \"Pro Monthly\" Plan";
"hqL-Xy-82O.accessibilityLabel" = "チェックボックス \"Pro毎月\"プラン";
/* Class = "UIButton"; normalTitle = "Submit"; ObjectID = "j43-ba-oDJ"; */
"j43-ba-oDJ.normalTitle" = "Submit";
"j43-ba-oDJ.normalTitle" = "参加する";
/* Class = "UIButton"; normalTitle = "Enable Block Log"; ObjectID = "j7V-kr-ymm"; */
"j7V-kr-ymm.normalTitle" = "Enable Block Log";
"j7V-kr-ymm.normalTitle" = "ブロックログを有効にする";
/* Class = "UILabel"; text = "Email"; ObjectID = "jMa-F3-KUG"; */
"jMa-F3-KUG.text" = "Email";
"jMa-F3-KUG.text" = "電子メール";
/* Class = "UIButton"; accessibilityLabel = "Tap This Button To Activate Secure Tunnel"; ObjectID = "jXy-3G-JaC"; */
"jXy-3G-JaC.accessibilityLabel" = "Tap This Button To Activate Secure Tunnel";
"jXy-3G-JaC.accessibilityLabel" = "このボタンをタップして、セキュアトンネルをアクティブにします";
/* Class = "UIButton"; normalTitle = "SAVE"; ObjectID = "jZ0-RK-75S"; */
"jZ0-RK-75S.normalTitle" = "SAVE";
"jZ0-RK-75S.normalTitle" = "セーブ";
/* Class = "UILabel"; text = "Private Browsing + Hide Location & IP"; ObjectID = "ked-BF-PXx"; */
"ked-BF-PXx.text" = "Private Browsing + Hide Location & IP";
"ked-BF-PXx.text" = "プライベートブラウジング+場所とIPを非表示";
/* Class = "UILabel"; text = "NOT ACTIVE"; ObjectID = "kmJ-b4-n81"; */
"kmJ-b4-n81.text" = "NOT ACTIVE";
"kmJ-b4-n81.text" = "非アクティブ";
/* Class = "UIView"; accessibilityLabel = "Tap This Button To Activate Firewall"; ObjectID = "koL-dc-mZr"; */
"koL-dc-mZr.accessibilityLabel" = "Tap This Button To Activate Firewall";
"koL-dc-mZr.accessibilityLabel" = "このボタンをタップしてファイアウォールをアクティブにします";
/* Class = "UILabel"; text = "VIEW AUDIT REPORT"; ObjectID = "lDV-k9-rkj"; */
"lDV-k9-rkj.text" = "VIEW AUDIT REPORT";
"lDV-k9-rkj.text" = "監査報告書を見る";
/* Class = "UILabel"; text = "You'll automatically be credited for your existing subscription."; ObjectID = "lEt-3l-yTH"; */
"lEt-3l-yTH.text" = "You'll automatically be credited for your existing subscription.";
"lEt-3l-yTH.text" = "既存のサブスクリプションに対して自動的にクレジットされます。";
/* Class = "UIButton"; normalTitle = "Terms of Service"; ObjectID = "lOA-PB-b5V"; */
"lOA-PB-b5V.normalTitle" = "Terms of Service";
"lOA-PB-b5V.normalTitle" = "利用規約";
/* Class = "UILabel"; text = "Block all your apps from connecting to the domains and sites below. For your convenience, Lockdown also has pre-configured suggestions."; ObjectID = "m75-2E-aKT"; */
"m75-2E-aKT.text" = "Block all your apps from connecting to the domains and sites below. For your convenience, Lockdown also has pre-configured suggestions.";
"m75-2E-aKT.text" = "以下のドメインとサイトへの接続からすべてのアプリをブロックします。便利なように、Lockdownには事前に設定された提案もあります。";
/* Class = "UILabel"; text = "To: joe@email.comRe: Q4 2019 Finance Review"; ObjectID = "mRH-Ie-0qb"; */
"mRH-Ie-0qb.text" = "To: joe@email.comRe: Q4 2019 Finance Review";
"mRH-Ie-0qb.text" = "宛先: joe@email.com: Q4 2019 財務レビュー";
/* Class = "UIButton"; normalTitle = "SAVE"; ObjectID = "mU9-zL-O80"; */
"mU9-zL-O80.normalTitle" = "SAVE";
"mU9-zL-O80.normalTitle" = "セーブ";
/* Class = "UILabel"; text = "Not Blocked"; ObjectID = "mgh-17-JWs"; */
"mgh-17-JWs.text" = "Not Blocked";
"mgh-17-JWs.text" = "ブロックされていません";
/* Class = "UILabel"; text = "iPads and iPhones"; ObjectID = "naG-mg-g14"; */
"naG-mg-g14.text" = "iPads and iPhones";
"naG-mg-g14.text" = "iPadiPhone";
/* Class = "UILabel"; text = "Forgot Password"; ObjectID = "nu2-zq-dta"; */
"nu2-zq-dta.text" = "Forgot Password";
"nu2-zq-dta.text" = "パスワードをお忘れですか";
/* Class = "UILabel"; text = "Secure Tunnel"; ObjectID = "nuc-D4-P1M"; */
"nuc-D4-P1M.text" = "Secure Tunnel";
"nuc-D4-P1M.text" = "セキュアトンネル";
/* Class = "UILabel"; text = "Sign In"; ObjectID = "oPf-b7-d1V"; */
"oPf-b7-d1V.text" = "Sign In";
"oPf-b7-d1V.text" = "サインイン";
/* Class = "UILabel"; text = "Blocked today:"; ObjectID = "oYx-Wf-i0q"; */
"oYx-Wf-i0q.text" = "Blocked today:";
"oYx-Wf-i0q.text" = "今日ブロックされました:";
/* Class = "UIButton"; normalTitle = "CLOSE"; ObjectID = "pMu-va-97O"; */
"pMu-va-97O.normalTitle" = "CLOSE";
"pMu-va-97O.normalTitle" = "閉じる";
/* Class = "UILabel"; text = "Some sites or apps don't work well with VPNs. The whitelist below allows you to whitelist sites so they bypass the VPN for a better experience."; ObjectID = "pVa-cX-EbQ"; */
"pVa-cX-EbQ.text" = "Some sites or apps don't work well with VPNs. The whitelist below allows you to whitelist sites so they bypass the VPN for a better experience.";
"pVa-cX-EbQ.text" = "一部のサイトまたはアプリはVPNでうまく機能しません。 以下のホワイトリストを使用すると、より良い経験のためにVPNをバイパスするようにサイトをホワイトリスト化することができます。";
/* Class = "UITextField"; placeholder = "Email Address"; ObjectID = "pXd-nf-bzR"; */
"pXd-nf-bzR.placeholder" = "Email Address";
"pXd-nf-bzR.placeholder" = "電子メールアドレス";
/* Class = "UILabel"; text = "whitelisted-domain.com"; ObjectID = "pao-zq-e98"; */
"pao-zq-e98.text" = "whitelisted-domain.com";
/* Class = "UIButton"; normalTitle = "See How It Works"; ObjectID = "qBb-qF-2nJ"; */
"qBb-qF-2nJ.normalTitle" = "See How It Works";
"qBb-qF-2nJ.normalTitle" = "仕組みを見る";
/* Class = "UITextField"; placeholder = "domain-to-block.com"; ObjectID = "qMF-E0-xFg"; */
"qMF-E0-xFg.placeholder" = "domain-to-block.com";
/* Class = "UILabel"; text = "Password"; ObjectID = "rCb-D1-AbS"; */
"rCb-D1-AbS.text" = "Password";
"rCb-D1-AbS.text" = "パスワード";
/* Class = "UILabel"; text = "blocked-domain.com"; ObjectID = "rHZ-Et-i9v"; */
"rHZ-Et-i9v.text" = "blocked-domain.com";
/* Class = "UILabel"; text = "Over 1 Billion Trackers Blocked"; ObjectID = "rJd-Ql-Mu9"; */
"rJd-Ql-Mu9.text" = "Over 1 Billion Trackers Blocked";
"rJd-Ql-Mu9.text" = "10億を超えるトラッカーがブロックされています";
/* Class = "UILabel"; text = "blocked-domain.com"; ObjectID = "rJk-m6-qqA"; */
"rJk-m6-qqA.text" = "blocked-domain.com";
@@ -417,49 +420,49 @@
"rhx-SZ-Kki.text" = "IP: 18.142.2.87";
/* Class = "UILabel"; text = "Email"; ObjectID = "syJ-Jd-iUo"; */
"syJ-Jd-iUo.text" = "Email";
"syJ-Jd-iUo.text" = "電子メール";
/* Class = "UILabel"; text = "Configure Blocking"; ObjectID = "tXa-qM-WDu"; */
"tXa-qM-WDu.text" = "Configure Blocking";
"tXa-qM-WDu.text" = "ブロッキングを設定する";
/* Class = "UIButton"; normalTitle = "Continue"; ObjectID = "tzL-mY-IJs"; */
"tzL-mY-IJs.normalTitle" = "Continue";
"tzL-mY-IJs.normalTitle" = "続ける";
/* Class = "UILabel"; text = "Tunnel Whitelist"; ObjectID = "uA3-l4-Qe0"; */
"uA3-l4-Qe0.text" = "Tunnel Whitelist";
"uA3-l4-Qe0.text" = "トンネルのホワイトリスト";
/* Class = "UILabel"; text = "📱"; ObjectID = "uSD-At-Csa"; */
"uSD-At-Csa.text" = "📱";
/* Class = "UILabel"; text = "Secure Tunnel encrypts your connections, anonymizes browsing history, and hides your location and unique IP address."; ObjectID = "ujS-r7-ItM"; */
"ujS-r7-ItM.text" = "Secure Tunnel encrypts your connections, anonymizes browsing history, and hides your location and unique IP address.";
"ujS-r7-ItM.text" = "セキュアトンネルは、接続を暗号化し、閲覧履歴を匿名化し、現在地と一意のIPアドレスを非表示にします。";
/* Class = "UIButton"; normalTitle = "Privacy Policy"; ObjectID = "v8T-bw-mkT"; */
"v8T-bw-mkT.normalTitle" = "Privacy Policy";
"v8T-bw-mkT.normalTitle" = "個人情報保護方針";
/* Class = "UIButton"; normalTitle = "Start 1 Week Free Trial"; ObjectID = "v8r-0N-ycQ"; */
"v8r-0N-ycQ.normalTitle" = "Start 1 Week Free Trial";
"v8r-0N-ycQ.normalTitle" = "1週間の無料トライアルを開始";
/* Class = "UILabel"; text = "-"; ObjectID = "vKc-uc-qfV"; */
"vKc-uc-qfV.text" = "-";
/* Class = "UILabel"; text = "Add a domain to whitelist"; ObjectID = "w5F-U8-hnF"; */
"w5F-U8-hnF.text" = "Add a domain to whitelist";
"w5F-U8-hnF.text" = "ホワイトリストにドメインを追加する";
/* Class = "UITextField"; placeholder = "Email Address"; ObjectID = "wPU-g5-s3s"; */
"wPU-g5-s3s.placeholder" = "Email Address";
"wPU-g5-s3s.placeholder" = "電子メールアドレス";
/* Class = "UILabel"; text = "iOS Monthly"; ObjectID = "xt8-uP-JgS"; */
"xt8-uP-JgS.text" = "iOS Monthly";
"xt8-uP-JgS.text" = "iOS毎月";
/* Class = "UILabel"; text = "Firewall"; ObjectID = "yIB-Tk-mf1"; */
"yIB-Tk-mf1.text" = "Firewall";
"yIB-Tk-mf1.text" = "ファイアウォール";
/* Class = "UILabel"; text = "Browse Safer - Fully Audited Privacy"; ObjectID = "yXI-U1-vLz"; */
"yXI-U1-vLz.text" = "Browse Safer - Fully Audited Privacy";
"yXI-U1-vLz.text" = "より安全に閲覧-完全に監査されたプライバシー";
/* Class = "UILabel"; text = "iPad, iPhones, and Macs"; ObjectID = "yvR-wl-rIt"; */
"yvR-wl-rIt.text" = "iPad, iPhones, and Macs";
"yvR-wl-rIt.text" = "iPadiPhone、及びMac";
/* Class = "UIButton"; normalTitle = "CANCEL"; ObjectID = "ziI-ly-5qb"; */
"ziI-ly-5qb.normalTitle" = "CANCEL";
"ziI-ly-5qb.normalTitle" = "キャンセル";

View File

@@ -1,9 +1,9 @@
/* Class = "UILabel"; text = "VPN Active"; ObjectID = "1pC-80-fVF"; */
"1pC-80-fVF.text" = "VPN Active";
"1pC-80-fVF.text" = "VPN Activo";
/* Class = "UIButton"; normalTitle = "Open Lockdown"; ObjectID = "PT0-Mi-sJG"; */
"PT0-Mi-sJG.normalTitle" = "Open Lockdown";
"PT0-Mi-sJG.normalTitle" = "Abrir Lockdown";
/* Class = "UILabel"; text = "United Kingdom"; ObjectID = "Vbb-eR-jl5"; */
"Vbb-eR-jl5.text" = "United Kingdom";
"Vbb-eR-jl5.text" = "Reino Unido";

View File

@@ -1,9 +1,9 @@
/* Class = "UILabel"; text = "VPN Active"; ObjectID = "1pC-80-fVF"; */
"1pC-80-fVF.text" = "VPN Active";
"1pC-80-fVF.text" = "VPN Activé";
/* Class = "UIButton"; normalTitle = "Open Lockdown"; ObjectID = "PT0-Mi-sJG"; */
"PT0-Mi-sJG.normalTitle" = "Ouvrir Lockdown";
/* Class = "UILabel"; text = "United Kingdom"; ObjectID = "Vbb-eR-jl5"; */
"Vbb-eR-jl5.text" = "United Kingdom";
"Vbb-eR-jl5.text" = "Royaume-Uni";

View File

@@ -1,9 +1,9 @@
/* Class = "UILabel"; text = "VPN Active"; ObjectID = "1pC-80-fVF"; */
"1pC-80-fVF.text" = "VPN Active";
"1pC-80-fVF.text" = "VPNアクティブ";
/* Class = "UIButton"; normalTitle = "Open Lockdown"; ObjectID = "PT0-Mi-sJG"; */
"PT0-Mi-sJG.normalTitle" = "Open Lockdown";
"PT0-Mi-sJG.normalTitle" = "Lockdownを開く";
/* Class = "UILabel"; text = "United Kingdom"; ObjectID = "Vbb-eR-jl5"; */
"Vbb-eR-jl5.text" = "United Kingdom";
"Vbb-eR-jl5.text" = "イギリス";

Binary file not shown.