diff --git a/Localizable.xcstrings b/Localizable.xcstrings index b433331..11dca5a 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -3,6 +3,9 @@ "strings" : { "" : { + }, + "%@" : { + }, "%lld" : { @@ -64,6 +67,12 @@ }, "Add Box" : { + }, + "All Metadata" : { + + }, + "Aperture" : { + }, "App PIN" : { @@ -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" : { @@ -163,7 +184,14 @@ }, "Enter your PIN to continue" : { - + "localizations" : { + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "hola amigo" + } + } + } }, "Face Detection" : { @@ -173,9 +201,15 @@ }, "File Size" : { + }, + "Filename" : { + }, "Filter Photos" : { + }, + "Focal Length" : { + }, "For privacy and security reasons, screen recording is not allowed in SnapSafe." : { @@ -203,6 +237,15 @@ }, "Invalid PIN. Please try again." : { + }, + "ISO" : { + + }, + "Loading image information..." : { + + }, + "Loading..." : { + }, "Location" : { @@ -224,6 +267,9 @@ }, "New PIN (4 digits)" : { + }, + "No camera information available" : { + }, "No faces detected" : { @@ -239,6 +285,15 @@ }, "OK" : { + }, + "Open Settings" : { + + }, + "Orientation" : { + + }, + "Original Date" : { + }, "Permission Status" : { @@ -266,6 +321,9 @@ }, "Privacy & Detection" : { + }, + "Raw Metadata" : { + }, "Request Location Permission" : { @@ -339,6 +397,9 @@ }, "Set Up Security PIN" : { + }, + "Setting PIN..." : { + }, "Settings" : { @@ -348,6 +409,9 @@ }, "Sharing Options" : { + }, + "Shutter Speed" : { + }, "SnapSafe" : { diff --git a/SnapSafe.xcodeproj/project.pbxproj b/SnapSafe.xcodeproj/project.pbxproj index 7a387f1..7417f4c 100644 --- a/SnapSafe.xcodeproj/project.pbxproj +++ b/SnapSafe.xcodeproj/project.pbxproj @@ -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 */ @@ -197,6 +200,7 @@ A9E6B69A2E6E487400BB6F19 /* PhotoMetaData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoMetaData.swift; sourceTree = ""; }; A9E6B6AE2E6EAD3D00BB6F19 /* SecurityOverlayViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityOverlayViewModel.swift; sourceTree = ""; }; A9E6B6B02E6EAE3500BB6F19 /* SecurityOverlayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityOverlayView.swift; sourceTree = ""; }; + A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -466,6 +470,7 @@ A9DE373E2DC5F34400679C2C = { isa = PBXGroup; children = ( + A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */, A91DBB422DE41BAE001F42ED /* SnapSafe.xctestplan */, A9DE37482DC5F34400679C2C /* Products */, A91DBC532DE58191001F42ED /* SnapSafe */, @@ -611,6 +616,7 @@ knownRegions = ( en, Base, + es, ); mainGroup = A9DE373E2DC5F34400679C2C; packageReferences = ( @@ -637,6 +643,7 @@ files = ( A91DBC7A2DE58191001F42ED /* Preview Assets.xcassets in Resources */, A91DBC7B2DE58191001F42ED /* Assets.xcassets in Resources */, + A9E6B6B72E7247D300BB6F19 /* Localizable.xcstrings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -644,6 +651,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + A9E6B6B62E7247D300BB6F19 /* Localizable.xcstrings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -651,6 +659,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + A9E6B6B52E7247D300BB6F19 /* Localizable.xcstrings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };