Skip to content

Commit 9a27c50

Browse files
authored
Merge pull request WireGuard#3 from amnezia-vpn/feature/awg-parameters-ui-ios
Add viewing/editing parameters of AWG protocol
2 parents 84e91a8 + 41e8b07 commit 9a27c50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+33389
-7699
lines changed

Sources/WireGuardApp/Base.lproj/InfoPlist.strings

Lines changed: 0 additions & 7 deletions
This file was deleted.

Sources/WireGuardApp/Base.lproj/Localizable.strings

Lines changed: 0 additions & 457 deletions
This file was deleted.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"sourceLanguage" : "en",
3+
"strings" : {
4+
"CFBundleDisplayName" : {
5+
"comment" : "Bundle display name",
6+
"extractionState" : "extracted_with_value",
7+
"localizations" : {
8+
"en" : {
9+
"stringUnit" : {
10+
"state" : "new",
11+
"value" : "AmneziaWG"
12+
}
13+
}
14+
}
15+
},
16+
"CFBundleName" : {
17+
"comment" : "Bundle name",
18+
"extractionState" : "extracted_with_value",
19+
"localizations" : {
20+
"en" : {
21+
"stringUnit" : {
22+
"state" : "new",
23+
"value" : "AmneziaWG"
24+
}
25+
}
26+
}
27+
},
28+
"NSCameraUsageDescription" : {
29+
"comment" : "iOS permission prompts",
30+
"localizations" : {
31+
"en" : {
32+
"stringUnit" : {
33+
"state" : "translated",
34+
"value" : "Camera is used for scanning QR codes for importing AmneziaWG configurations"
35+
}
36+
},
37+
"ru" : {
38+
"stringUnit" : {
39+
"state" : "translated",
40+
"value" : "Камера используется для импорта конфигураций путём сканирования QR-кодов"
41+
}
42+
}
43+
}
44+
},
45+
"NSFaceIDUsageDescription" : {
46+
"comment" : "Privacy - Face ID Usage Description",
47+
"localizations" : {
48+
"en" : {
49+
"stringUnit" : {
50+
"state" : "translated",
51+
"value" : "Face ID is used for authenticating viewing and exporting of private keys"
52+
}
53+
},
54+
"ru" : {
55+
"stringUnit" : {
56+
"state" : "translated",
57+
"value" : "Face ID используется для аутентификации пользователя в случае просмотра или экспорта приватных ключей"
58+
}
59+
}
60+
}
61+
},
62+
"WireGuard wg-quick configuration file" : {
63+
64+
}
65+
},
66+
"version" : "1.0"
67+
}

0 commit comments

Comments
 (0)