From e4e12799ef3667a4226544475d62371d782a6d79 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 20 Feb 2025 19:54:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Add=20Spanish=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These translations were added via a locally ran LLM. I know some Spanish, but if you identify any mistakes, please get in touch! --- PHP Monitor.xcodeproj/project.pbxproj | 5 +- .../xcschemes/PHP Monitor DEV.xcscheme | 2 +- .../xcschemes/PHP Monitor EAP.xcscheme | 2 +- .../PHP Monitor Self-Updater.xcscheme | 2 +- .../xcschemes/PHP Monitor.xcscheme | 2 +- .../xcschemes/Unit Tests.xcscheme | 2 +- phpmon/es.lproj/Localizable.strings | 853 ++++++++++++++++++ 7 files changed, 862 insertions(+), 6 deletions(-) create mode 100644 phpmon/es.lproj/Localizable.strings diff --git a/PHP Monitor.xcodeproj/project.pbxproj b/PHP Monitor.xcodeproj/project.pbxproj index 825416e..8ac192b 100644 --- a/PHP Monitor.xcodeproj/project.pbxproj +++ b/PHP Monitor.xcodeproj/project.pbxproj @@ -1085,6 +1085,7 @@ C4930849279F331F009C240B /* AddSiteVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddSiteVC.swift; sourceTree = ""; }; C495F5AE28A42E080087F70A /* EnvironmentCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnvironmentCheck.swift; sourceTree = ""; }; C4998F092617633900B2526E /* PreferencesWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindowController.swift; sourceTree = ""; }; + C49DA9BC2D67AC49006F9CF4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; C49EAA5129B12A5A00AB28FC /* Measurements.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Measurements.swift; sourceTree = ""; }; C49EAA5629B1689200AB28FC /* App+BrewWatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "App+BrewWatch.swift"; sourceTree = ""; }; C4A81CA328C67101008DD9D1 /* PMTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PMTableView.swift; sourceTree = ""; }; @@ -2348,7 +2349,7 @@ attributes = { BuildIndependentTargetsInParallel = YES; LastSwiftUpdateCheck = 1420; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 1620; ORGANIZATIONNAME = "Nico Verbruggen"; TargetAttributes = { C406A5EF298AD2CE00B5B85A = { @@ -2382,6 +2383,7 @@ Base, fr, "zh-Hans", + es, ); mainGroup = C41C1B2A22B0097F00E7CF16; packageReferences = ( @@ -3409,6 +3411,7 @@ C4622F572A7593CB0016F8FB /* pt-PT */, 0336CAAF2B0D0CDA009A1034 /* fr */, C453874C2BE37FD6002B9C65 /* zh-Hans */, + C49DA9BC2D67AC49006F9CF4 /* es */, ); name = Localizable.strings; sourceTree = ""; diff --git a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme index 2b20eb8..c29c587 100644 --- a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme +++ b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor DEV.xcscheme @@ -1,6 +1,6 @@