Skip to content

Commit 437fcff

Browse files
committed
Adds spanish localization
1 parent a4f2b57 commit 437fcff

File tree

4 files changed

+1021
-10
lines changed

4 files changed

+1021
-10
lines changed

TmpDisk.xcodeproj/project.pbxproj

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
2200825F2765505100A8524B /* TmpDiskUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TmpDiskUITests.swift; sourceTree = "<group>"; };
7676
220082612765505100A8524B /* TmpDiskUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TmpDiskUITestsLaunchTests.swift; sourceTree = "<group>"; };
7777
2200826E2765508C00A8524B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
78+
220E0556299DD3D200F822F6 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
79+
220E0557299DD3D200F822F6 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
80+
220E0558299DD3D200F822F6 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
7881
22235EBF27784F8200FBD8AC /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; };
7982
2226C0D7294EAFF80043D2B7 /* IconUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconUtil.swift; sourceTree = "<group>"; };
8083
2264C5E1276553E600C45CB8 /* StatusBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusBarController.swift; sourceTree = "<group>"; };
@@ -335,6 +338,7 @@
335338
en,
336339
Base,
337340
"zh-Hans",
341+
es,
338342
);
339343
mainGroup = 220082372765504E00A8524B;
340344
packageReferences = (
@@ -454,6 +458,7 @@
454458
children = (
455459
2200824A2765505100A8524B /* Base */,
456460
229EFA572985FEB9001EADB2 /* zh-Hans */,
461+
220E0556299DD3D200F822F6 /* es */,
457462
);
458463
name = Main.storyboard;
459464
sourceTree = "<group>";
@@ -463,6 +468,7 @@
463468
children = (
464469
2264C5E72765667500C45CB8 /* en */,
465470
2264C5E92765667700C45CB8 /* zh-Hans */,
471+
220E0558299DD3D200F822F6 /* es */,
466472
);
467473
name = Localizable.strings;
468474
sourceTree = "<group>";
@@ -471,6 +477,7 @@
471477
isa = PBXVariantGroup;
472478
children = (
473479
22A69365277004E90040FDEF /* Base */,
480+
220E0557299DD3D200F822F6 /* es */,
474481
);
475482
name = Main.storyboard;
476483
sourceTree = "<group>";
@@ -606,7 +613,7 @@
606613
CODE_SIGN_IDENTITY = "Apple Development";
607614
CODE_SIGN_STYLE = Automatic;
608615
COMBINE_HIDPI_IMAGES = YES;
609-
CURRENT_PROJECT_VERSION = 1009;
616+
CURRENT_PROJECT_VERSION = 1010;
610617
DEAD_CODE_STRIPPING = YES;
611618
DEVELOPMENT_TEAM = AGZ3AP53DM;
612619
ENABLE_HARDENED_RUNTIME = YES;
@@ -621,7 +628,7 @@
621628
"@executable_path/../Frameworks",
622629
);
623630
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
624-
MARKETING_VERSION = 2.0.5;
631+
MARKETING_VERSION = 2.0.6;
625632
PRODUCT_BUNDLE_IDENTIFIER = com.imothee.TmpDisk;
626633
PRODUCT_NAME = "$(TARGET_NAME)";
627634
SKIP_INSTALL = NO;
@@ -639,7 +646,7 @@
639646
CODE_SIGN_IDENTITY = "Apple Development";
640647
CODE_SIGN_STYLE = Automatic;
641648
COMBINE_HIDPI_IMAGES = YES;
642-
CURRENT_PROJECT_VERSION = 1009;
649+
CURRENT_PROJECT_VERSION = 1010;
643650
DEAD_CODE_STRIPPING = YES;
644651
DEVELOPMENT_TEAM = AGZ3AP53DM;
645652
ENABLE_HARDENED_RUNTIME = YES;
@@ -654,7 +661,7 @@
654661
"@executable_path/../Frameworks",
655662
);
656663
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
657-
MARKETING_VERSION = 2.0.5;
664+
MARKETING_VERSION = 2.0.6;
658665
PRODUCT_BUNDLE_IDENTIFIER = com.imothee.TmpDisk;
659666
PRODUCT_NAME = "$(TARGET_NAME)";
660667
SKIP_INSTALL = NO;
@@ -774,7 +781,7 @@
774781
CODE_SIGN_IDENTITY = "Apple Development";
775782
CODE_SIGN_STYLE = Automatic;
776783
COMBINE_HIDPI_IMAGES = YES;
777-
CURRENT_PROJECT_VERSION = 5;
784+
CURRENT_PROJECT_VERSION = 6;
778785
DEAD_CODE_STRIPPING = YES;
779786
DEVELOPMENT_TEAM = AGZ3AP53DM;
780787
ENABLE_HARDENED_RUNTIME = YES;
@@ -789,7 +796,7 @@
789796
"@executable_path/../Frameworks",
790797
);
791798
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
792-
MARKETING_VERSION = 2.0.4;
799+
MARKETING_VERSION = 2.0.6;
793800
PRODUCT_BUNDLE_IDENTIFIER = com.imothee.TmpDiskLauncher;
794801
PRODUCT_NAME = "$(TARGET_NAME)";
795802
SKIP_INSTALL = YES;
@@ -807,7 +814,7 @@
807814
CODE_SIGN_IDENTITY = "Apple Development";
808815
CODE_SIGN_STYLE = Automatic;
809816
COMBINE_HIDPI_IMAGES = YES;
810-
CURRENT_PROJECT_VERSION = 5;
817+
CURRENT_PROJECT_VERSION = 6;
811818
DEAD_CODE_STRIPPING = YES;
812819
DEVELOPMENT_TEAM = AGZ3AP53DM;
813820
ENABLE_HARDENED_RUNTIME = YES;
@@ -822,7 +829,7 @@
822829
"@executable_path/../Frameworks",
823830
);
824831
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
825-
MARKETING_VERSION = 2.0.4;
832+
MARKETING_VERSION = 2.0.6;
826833
PRODUCT_BUNDLE_IDENTIFIER = com.imothee.TmpDiskLauncher;
827834
PRODUCT_NAME = "$(TARGET_NAME)";
828835
SKIP_INSTALL = YES;
@@ -886,8 +893,8 @@
886893
isa = XCRemoteSwiftPackageReference;
887894
repositoryURL = "https://github.com/sparkle-project/Sparkle";
888895
requirement = {
889-
kind = exactVersion;
890-
version = 2.2.0;
896+
kind = upToNextMajorVersion;
897+
minimumVersion = 2.2.0;
891898
};
892899
};
893900
/* End XCRemoteSwiftPackageReference section */
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
Localizable.strings
3+
TmpDisk
4+
5+
Created by Tim on 12/11/21.
6+
7+
*/
8+
9+
"New TmpDisk" = "New TmpDisk";
10+
"Current TmpDisks" = "Current TmpDisks";
11+
"Recreate All" = "Recreate All";
12+
"AutoCreate Manager" = "AutoCreate Manager";
13+
"Always Start on Login" = "Always Start on Login";
14+
"Check for Updates" = "Check for Updates";
15+
"About TmpDisk" = "About TmpDisk";
16+
"Quit" = "Quit";
17+
"Your TmpDisk must have a name" = "Your TmpDisk must have a name";
18+
"A volume with this name already exists" = "A volume with this name already exists";
19+
"Size must be a number of megabytes > 0" = "Size must be a number of megabytes > 0";
20+
"Size must be a number of gigabytes >= 0.01" = "Size must be a number of gigabytes >= 0.01";
21+
"Failed to create TmpDisk" = "Failed to create TmpDisk";
22+
"Preferences" = "Preferences";
23+
"You can't change the root volume while tmpFS disks are mounted." = "You can't change the root volume while tmpFS disks are mounted.";
24+
"Icon must be square" = "Icon must be square";
25+
"Could not convert image to icon" = "Could not convert image to icon";
26+
"Failed to eject \"%@\"" = "Failed to eject \"%@\"";
27+
"The volume \"%@\" wasn't ejected because one or more programs may be using it" = "The volume \"%@\" wasn't ejected because one or more programs may be using it";
28+
"To eject the disk immediately, hit the Force Eject button" = "To eject the disk immediately, hit the Force Eject button";
29+
"Force Eject" = "Force Eject";

0 commit comments

Comments
 (0)