Add german localization

This commit is contained in:
lmaos-code
2023-07-02 19:27:44 +02:00
parent 2b9f3f0474
commit 46f9adc698
3 changed files with 27 additions and 0 deletions

View File

@@ -41,6 +41,8 @@
/* End PBXCopyFilesBuildPhase section */ /* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
3226184D2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
3226184E2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
698DFAE529E2F91A0064F247 /* NearbyConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearbyConnection.swift; sourceTree = "<group>"; }; 698DFAE529E2F91A0064F247 /* NearbyConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearbyConnection.swift; sourceTree = "<group>"; };
698DFAED29E353220064F247 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; }; 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; }; 698DFAEF29E353220064F247 /* UserNotificationsUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotificationsUI.framework; path = System/Library/Frameworks/UserNotificationsUI.framework; sourceTree = SDKROOT; };
@@ -192,6 +194,7 @@
en, en,
it, it,
ru, ru,
de,
); );
mainGroup = 69DA9A0529E0BF5100A442DA; mainGroup = 69DA9A0529E0BF5100A442DA;
packageReferences = ( packageReferences = (
@@ -250,6 +253,7 @@
69D2C32C29E77F2200EC7E30 /* Base */, 69D2C32C29E77F2200EC7E30 /* Base */,
A3930F0629EAB2D1008F891D /* it */, A3930F0629EAB2D1008F891D /* it */,
69D2C33029E789AF00EC7E30 /* ru */, 69D2C33029E789AF00EC7E30 /* ru */,
3226184E2A51E10600B06FD1 /* de */,
); );
name = Localizable.strings; name = Localizable.strings;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -260,6 +264,7 @@
69D2C33729E78DF400EC7E30 /* Base */, 69D2C33729E78DF400EC7E30 /* Base */,
A3930F0529EAB2D1008F891D /* it */, A3930F0529EAB2D1008F891D /* it */,
69D2C33929E78DFD00EC7E30 /* ru */, 69D2C33929E78DFD00EC7E30 /* ru */,
3226184D2A51E10600B06FD1 /* de */,
); );
name = Localizable.stringsdict; name = Localizable.stringsdict;
sourceTree = "<group>"; sourceTree = "<group>";

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NFiles</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@Dateien@</string>
<key>files</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d Datei</string>
<key>other</key>
<string>%d Dateien</string>
</dict>
</dict>
</dict>
</plist>