From ce3e2d2344a06a481ff0b27d394833fa2ce14eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Jim=C3=A9nez=20S=C3=A1nchez?= Date: Thu, 5 Sep 2024 14:57:23 +0100 Subject: [PATCH] Update ES localization (#2177) --- .../Localization/Localizable.xcstrings | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/IceCubesApp/Resources/Localization/Localizable.xcstrings b/IceCubesApp/Resources/Localization/Localizable.xcstrings index aec5a46cf..999c383ed 100644 --- a/IceCubesApp/Resources/Localization/Localizable.xcstrings +++ b/IceCubesApp/Resources/Localization/Localizable.xcstrings @@ -29185,6 +29185,12 @@ }, "Feature Requests" : { "localizations" : { + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solicitudes de funciones" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -42046,6 +42052,12 @@ }, "Privacy Policy" : { "localizations" : { + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Política de Privacidad" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -78952,6 +78964,12 @@ }, "Telemetry" : { "localizations" : { + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Telemetría" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -78968,6 +78986,12 @@ }, "Telemetry by TelemetryDeck" : { "localizations" : { + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Telemetría de TelemetryDeck" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -83936,4 +83960,4 @@ } }, "version" : "1.0" -} \ No newline at end of file +}