Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 65 additions & 1 deletion Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"strings" : {
"" : {

},
"%@" : {

},
"%lld" : {

Expand Down Expand Up @@ -64,6 +67,12 @@
},
"Add Box" : {

},
"All Metadata" : {

},
"Aperture" : {

},
"App PIN" : {

Expand Down Expand Up @@ -107,6 +116,18 @@
},
"Blur" : {

},
"Camera" : {

},
"Camera Access Disabled" : {

},
"Camera access is required to take photos. Please enable camera access in Settings." : {

},
"Camera Information" : {

},
"Cancel" : {

Expand Down Expand Up @@ -163,7 +184,14 @@

},
"Enter your PIN to continue" : {

"localizations" : {
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "hola amigo"
}
}
}
},
"Face Detection" : {

Expand All @@ -173,9 +201,15 @@
},
"File Size" : {

},
"Filename" : {

},
"Filter Photos" : {

},
"Focal Length" : {

},
"For privacy and security reasons, screen recording is not allowed in SnapSafe." : {

Expand Down Expand Up @@ -203,6 +237,15 @@
},
"Invalid PIN. Please try again." : {

},
"ISO" : {

},
"Loading image information..." : {

},
"Loading..." : {

},
"Location" : {

Expand All @@ -224,6 +267,9 @@
},
"New PIN (4 digits)" : {

},
"No camera information available" : {

},
"No faces detected" : {

Expand All @@ -239,6 +285,15 @@
},
"OK" : {

},
"Open Settings" : {

},
"Orientation" : {

},
"Original Date" : {

},
"Permission Status" : {

Expand Down Expand Up @@ -266,6 +321,9 @@
},
"Privacy & Detection" : {

},
"Raw Metadata" : {

},
"Request Location Permission" : {

Expand Down Expand Up @@ -339,6 +397,9 @@
},
"Set Up Security PIN" : {

},
"Setting PIN..." : {

},
"Settings" : {

Expand All @@ -348,6 +409,9 @@
},
"Sharing Options" : {

},
"Shutter Speed" : {

},
"SnapSafe" : {

Expand Down
9 changes: 9 additions & 0 deletions SnapSafe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
A9E6B69B2E6E487400BB6F19 /* PhotoMetaData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E6B69A2E6E487400BB6F19 /* PhotoMetaData.swift */; };
A9E6B6AF2E6EAD3D00BB6F19 /* SecurityOverlayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E6B6AE2E6EAD3D00BB6F19 /* SecurityOverlayViewModel.swift */; };
A9E6B6B12E6EAE3500BB6F19 /* SecurityOverlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E6B6B02E6EAE3500BB6F19 /* SecurityOverlayView.swift */; };
A9E6B6B52E7247D300BB6F19 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */; };
A9E6B6B62E7247D300BB6F19 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */; };
A9E6B6B72E7247D300BB6F19 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -197,6 +200,7 @@
A9E6B69A2E6E487400BB6F19 /* PhotoMetaData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoMetaData.swift; sourceTree = "<group>"; };
A9E6B6AE2E6EAD3D00BB6F19 /* SecurityOverlayViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityOverlayViewModel.swift; sourceTree = "<group>"; };
A9E6B6B02E6EAE3500BB6F19 /* SecurityOverlayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityOverlayView.swift; sourceTree = "<group>"; };
A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -466,6 +470,7 @@
A9DE373E2DC5F34400679C2C = {
isa = PBXGroup;
children = (
A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */,
A91DBB422DE41BAE001F42ED /* SnapSafe.xctestplan */,
A9DE37482DC5F34400679C2C /* Products */,
A91DBC532DE58191001F42ED /* SnapSafe */,
Expand Down Expand Up @@ -611,6 +616,7 @@
knownRegions = (
en,
Base,
es,
);
mainGroup = A9DE373E2DC5F34400679C2C;
packageReferences = (
Expand All @@ -637,20 +643,23 @@
files = (
A91DBC7A2DE58191001F42ED /* Preview Assets.xcassets in Resources */,
A91DBC7B2DE58191001F42ED /* Assets.xcassets in Resources */,
A9E6B6B72E7247D300BB6F19 /* Localizable.xcstrings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
A9DE37552DC5F34600679C2C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A9E6B6B62E7247D300BB6F19 /* Localizable.xcstrings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
A9DE375F2DC5F34600679C2C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A9E6B6B52E7247D300BB6F19 /* Localizable.xcstrings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Loading