From 46f9adc698cbaecdb4842cfab6ceeb58865e63e5 Mon Sep 17 00:00:00 2001 From: lmaos-code Date: Sun, 2 Jul 2023 19:27:44 +0200 Subject: [PATCH 1/2] Add german localization --- NearDrop.xcodeproj/project.pbxproj | 5 +++++ NearDrop/de.lproj/Localizable.strings | Bin 0 -> 2598 bytes NearDrop/de.lproj/Localizable.stringsdict | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 NearDrop/de.lproj/Localizable.strings create mode 100644 NearDrop/de.lproj/Localizable.stringsdict diff --git a/NearDrop.xcodeproj/project.pbxproj b/NearDrop.xcodeproj/project.pbxproj index 8edb031..12300a0 100644 --- a/NearDrop.xcodeproj/project.pbxproj +++ b/NearDrop.xcodeproj/project.pbxproj @@ -41,6 +41,8 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 3226184D2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = ""; }; + 3226184E2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; 698DFAE529E2F91A0064F247 /* NearbyConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearbyConnection.swift; sourceTree = ""; }; 698DFAED29E353220064F247 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; }; 698DFAEF29E353220064F247 /* UserNotificationsUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotificationsUI.framework; path = System/Library/Frameworks/UserNotificationsUI.framework; sourceTree = SDKROOT; }; @@ -192,6 +194,7 @@ en, it, ru, + de, ); mainGroup = 69DA9A0529E0BF5100A442DA; packageReferences = ( @@ -250,6 +253,7 @@ 69D2C32C29E77F2200EC7E30 /* Base */, A3930F0629EAB2D1008F891D /* it */, 69D2C33029E789AF00EC7E30 /* ru */, + 3226184E2A51E10600B06FD1 /* de */, ); name = Localizable.strings; sourceTree = ""; @@ -260,6 +264,7 @@ 69D2C33729E78DF400EC7E30 /* Base */, A3930F0529EAB2D1008F891D /* it */, 69D2C33929E78DFD00EC7E30 /* ru */, + 3226184D2A51E10600B06FD1 /* de */, ); name = Localizable.stringsdict; sourceTree = ""; diff --git a/NearDrop/de.lproj/Localizable.strings b/NearDrop/de.lproj/Localizable.strings new file mode 100644 index 0000000000000000000000000000000000000000..971185f11b6bdab5f58e79518a094668af6ae00c GIT binary patch literal 2598 zcmc(hPjAye5XI-*PqB)~rH52-1R+721aW8xYSa^#{BfL!)Q+4Klzv`51E&c1z1al2 zKqL;VkY%rTcD?iV&6`<&|8`;L7HnW8&neG4uFMMC(qCJJ<&!OKhHZvrVmqE1&#@M~ zWz6YdJGTovvzEPPl_}OWE3~k`;>PP@#Vk8(8a^lRtJPl6cenO zEgX4T|6)x%3~cO-)+pZi{=dMFIEbUqVX1Aek}`5cbmM+!&Q5N9T5+;zM5}F2?FncC z$iK3Sg<}mUU`e!tePC|ep7|WT2fo%`q>^;3_V6t|N^e&@cdoIrf%_K!6JLF;*Sg!o{3>>MSg=6vR$BU0_um>ew}{qAO0a2CoBpW4P)%^J{R6 z+X5A9)tqNkaYn01t(bk!9Id>;c1^qGQap~j(f0vFd*-Y5sqV?^!dF(zYIX|dj2Vww zlNN*bAMm33Ck$Fo74!0^FRfZ*(R!zG$a_?Z+8eT9<9JoIH5PlTN9a4r)c&{edPlBm z->N<0H*(mlIlYtU1JRpv>9qO(${TsqR72`){!_Fzhs@PUr247I$2t`CwDJ8avkKSz zXWyMFY@RGyL-%=wKdH9HKeV@;Q>o9O_v~NURr~!tTQ9*SeuOVwtVh3OXgi7@MpQK<##;G&hvMg+`!VB#DZ*9ao!x>#%8LIvBM|mLEx$WQ Y+l+euP|?QJ3h7y=_;Cjlkk@DA4`J}M)Bpeg literal 0 HcmV?d00001 diff --git a/NearDrop/de.lproj/Localizable.stringsdict b/NearDrop/de.lproj/Localizable.stringsdict new file mode 100644 index 0000000..52e9b52 --- /dev/null +++ b/NearDrop/de.lproj/Localizable.stringsdict @@ -0,0 +1,22 @@ + + + + + NFiles + + NSStringLocalizedFormatKey + %#@Dateien@ + files + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d Datei + other + %d Dateien + + + + From d20c9938da1ca3328460c66287b838b75dd996fc Mon Sep 17 00:00:00 2001 From: lmaos-code Date: Sun, 2 Jul 2023 19:47:30 +0200 Subject: [PATCH 2/2] added spanish localization --- NearDrop.xcodeproj/project.pbxproj | 5 +++++ NearDrop/es.lproj/Localizable.strings | Bin 0 -> 2600 bytes NearDrop/es.lproj/Localizable.stringsdict | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 NearDrop/es.lproj/Localizable.strings create mode 100644 NearDrop/es.lproj/Localizable.stringsdict diff --git a/NearDrop.xcodeproj/project.pbxproj b/NearDrop.xcodeproj/project.pbxproj index 12300a0..372006d 100644 --- a/NearDrop.xcodeproj/project.pbxproj +++ b/NearDrop.xcodeproj/project.pbxproj @@ -43,6 +43,8 @@ /* Begin PBXFileReference section */ 3226184D2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = ""; }; 3226184E2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; + 322618502A51EB8A00B06FD1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = es; path = es.lproj/Localizable.stringsdict; sourceTree = ""; }; + 322618512A51EB8A00B06FD1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; 698DFAE529E2F91A0064F247 /* NearbyConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearbyConnection.swift; sourceTree = ""; }; 698DFAED29E353220064F247 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; }; 698DFAEF29E353220064F247 /* UserNotificationsUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotificationsUI.framework; path = System/Library/Frameworks/UserNotificationsUI.framework; sourceTree = SDKROOT; }; @@ -195,6 +197,7 @@ it, ru, de, + es, ); mainGroup = 69DA9A0529E0BF5100A442DA; packageReferences = ( @@ -254,6 +257,7 @@ A3930F0629EAB2D1008F891D /* it */, 69D2C33029E789AF00EC7E30 /* ru */, 3226184E2A51E10600B06FD1 /* de */, + 322618512A51EB8A00B06FD1 /* es */, ); name = Localizable.strings; sourceTree = ""; @@ -265,6 +269,7 @@ A3930F0529EAB2D1008F891D /* it */, 69D2C33929E78DFD00EC7E30 /* ru */, 3226184D2A51E10600B06FD1 /* de */, + 322618502A51EB8A00B06FD1 /* es */, ); name = Localizable.stringsdict; sourceTree = ""; diff --git a/NearDrop/es.lproj/Localizable.strings b/NearDrop/es.lproj/Localizable.strings new file mode 100644 index 0000000000000000000000000000000000000000..ce6625c819ab26ff53e9e5e3955560d50904583f GIT binary patch literal 2600 zcmchZL2KJU5QXQQUm;9#$swjWwiFuT1bT?;Hl}x3b{v6ZIhIp!|90xv=U9Ta5q3?e~`3ckZy6Z~89)i9Q1tt8`(z2(b^eMp+A4(Tm;HsDc3*LKab!qWDT zpV%8a22BP&VSlhkyi|Mrs@bXLE3-mR2?FXn|1Le%|?!hdDRXwDC;tU#m1esWr8s``Vj$rEFYc9p#fumzX8qG=-V!a}1 z$9iwre~U82OYv+;t#5d?Tsa&as%quTn|PMDU{+s}0)w7%EK-+xnD|-q-V$Z!v*bOD zFJ>sd=4+-{tu-n}S;9==yYm%=QFFpqMag_lVfR?2WzCXTH&YsFy=%^Vg&M!0t1ia# zn6y^F6MFW>bGJs5LfSDqb{OSBJ6^d`&ysQerIq|dR<#H9ojq6RJNh?e(5gfUR7x)o&d4lExhP@)AQAiY!(y6%~U&^c_l81AQtygf22pGK9N5AnbQB) za7*QNmP@rkS5t5)3!T + + + + NFiles + + NSStringLocalizedFormatKey + %#@archivos@ + file + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d archivo + other + %d archivos + + + +