Skip to content

Commit 590d753

Browse files
committed
Add Localization file
The file was already there from earlier in the project. It just needed to be imported into the project.
1 parent e004924 commit 590d753

2 files changed

Lines changed: 74 additions & 1 deletion

File tree

Localizable.xcstrings

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"strings" : {
44
"" : {
55

6+
},
7+
"%@" : {
8+
69
},
710
"%lld" : {
811

@@ -64,6 +67,12 @@
6467
},
6568
"Add Box" : {
6669

70+
},
71+
"All Metadata" : {
72+
73+
},
74+
"Aperture" : {
75+
6776
},
6877
"App PIN" : {
6978

@@ -107,6 +116,18 @@
107116
},
108117
"Blur" : {
109118

119+
},
120+
"Camera" : {
121+
122+
},
123+
"Camera Access Disabled" : {
124+
125+
},
126+
"Camera access is required to take photos. Please enable camera access in Settings." : {
127+
128+
},
129+
"Camera Information" : {
130+
110131
},
111132
"Cancel" : {
112133

@@ -163,7 +184,14 @@
163184

164185
},
165186
"Enter your PIN to continue" : {
166-
187+
"localizations" : {
188+
"es" : {
189+
"stringUnit" : {
190+
"state" : "translated",
191+
"value" : "hola amigo"
192+
}
193+
}
194+
}
167195
},
168196
"Face Detection" : {
169197

@@ -173,9 +201,15 @@
173201
},
174202
"File Size" : {
175203

204+
},
205+
"Filename" : {
206+
176207
},
177208
"Filter Photos" : {
178209

210+
},
211+
"Focal Length" : {
212+
179213
},
180214
"For privacy and security reasons, screen recording is not allowed in SnapSafe." : {
181215

@@ -203,6 +237,15 @@
203237
},
204238
"Invalid PIN. Please try again." : {
205239

240+
},
241+
"ISO" : {
242+
243+
},
244+
"Loading image information..." : {
245+
246+
},
247+
"Loading..." : {
248+
206249
},
207250
"Location" : {
208251

@@ -224,6 +267,9 @@
224267
},
225268
"New PIN (4 digits)" : {
226269

270+
},
271+
"No camera information available" : {
272+
227273
},
228274
"No faces detected" : {
229275

@@ -239,6 +285,15 @@
239285
},
240286
"OK" : {
241287

288+
},
289+
"Open Settings" : {
290+
291+
},
292+
"Orientation" : {
293+
294+
},
295+
"Original Date" : {
296+
242297
},
243298
"Permission Status" : {
244299

@@ -266,6 +321,9 @@
266321
},
267322
"Privacy & Detection" : {
268323

324+
},
325+
"Raw Metadata" : {
326+
269327
},
270328
"Request Location Permission" : {
271329

@@ -339,6 +397,9 @@
339397
},
340398
"Set Up Security PIN" : {
341399

400+
},
401+
"Setting PIN..." : {
402+
342403
},
343404
"Settings" : {
344405

@@ -348,6 +409,9 @@
348409
},
349410
"Sharing Options" : {
350411

412+
},
413+
"Shutter Speed" : {
414+
351415
},
352416
"SnapSafe" : {
353417

SnapSafe.xcodeproj/project.pbxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
A9E6B69B2E6E487400BB6F19 /* PhotoMetaData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E6B69A2E6E487400BB6F19 /* PhotoMetaData.swift */; };
9494
A9E6B6AF2E6EAD3D00BB6F19 /* SecurityOverlayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E6B6AE2E6EAD3D00BB6F19 /* SecurityOverlayViewModel.swift */; };
9595
A9E6B6B12E6EAE3500BB6F19 /* SecurityOverlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E6B6B02E6EAE3500BB6F19 /* SecurityOverlayView.swift */; };
96+
A9E6B6B52E7247D300BB6F19 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */; };
97+
A9E6B6B62E7247D300BB6F19 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */; };
98+
A9E6B6B72E7247D300BB6F19 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */; };
9699
/* End PBXBuildFile section */
97100

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

202206
/* Begin PBXFrameworksBuildPhase section */
@@ -466,6 +470,7 @@
466470
A9DE373E2DC5F34400679C2C = {
467471
isa = PBXGroup;
468472
children = (
473+
A9E6B6B42E7247D300BB6F19 /* Localizable.xcstrings */,
469474
A91DBB422DE41BAE001F42ED /* SnapSafe.xctestplan */,
470475
A9DE37482DC5F34400679C2C /* Products */,
471476
A91DBC532DE58191001F42ED /* SnapSafe */,
@@ -611,6 +616,7 @@
611616
knownRegions = (
612617
en,
613618
Base,
619+
es,
614620
);
615621
mainGroup = A9DE373E2DC5F34400679C2C;
616622
packageReferences = (
@@ -637,20 +643,23 @@
637643
files = (
638644
A91DBC7A2DE58191001F42ED /* Preview Assets.xcassets in Resources */,
639645
A91DBC7B2DE58191001F42ED /* Assets.xcassets in Resources */,
646+
A9E6B6B72E7247D300BB6F19 /* Localizable.xcstrings in Resources */,
640647
);
641648
runOnlyForDeploymentPostprocessing = 0;
642649
};
643650
A9DE37552DC5F34600679C2C /* Resources */ = {
644651
isa = PBXResourcesBuildPhase;
645652
buildActionMask = 2147483647;
646653
files = (
654+
A9E6B6B62E7247D300BB6F19 /* Localizable.xcstrings in Resources */,
647655
);
648656
runOnlyForDeploymentPostprocessing = 0;
649657
};
650658
A9DE375F2DC5F34600679C2C /* Resources */ = {
651659
isa = PBXResourcesBuildPhase;
652660
buildActionMask = 2147483647;
653661
files = (
662+
A9E6B6B52E7247D300BB6F19 /* Localizable.xcstrings in Resources */,
654663
);
655664
runOnlyForDeploymentPostprocessing = 0;
656665
};

0 commit comments

Comments
 (0)