Skip to content

Commit

Permalink
Update localization system and add required english/russian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
isamnezia committed Apr 6, 2024
1 parent 75689e6 commit 06b70d3
Show file tree
Hide file tree
Showing 25 changed files with 33,216 additions and 7,682 deletions.
7 changes: 0 additions & 7 deletions Sources/WireGuardApp/Base.lproj/InfoPlist.strings

This file was deleted.

457 changes: 0 additions & 457 deletions Sources/WireGuardApp/Base.lproj/Localizable.strings

This file was deleted.

67 changes: 67 additions & 0 deletions Sources/WireGuardApp/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"sourceLanguage" : "en",
"strings" : {
"CFBundleDisplayName" : {
"comment" : "Bundle display name",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "AmneziaWG"
}
}
}
},
"CFBundleName" : {
"comment" : "Bundle name",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "AmneziaWG"
}
}
}
},
"NSCameraUsageDescription" : {
"comment" : "iOS permission prompts",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Camera is used for scanning QR codes for importing AmneziaWG configurations"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Камера используется для импорта конфигураций путём сканирования QR-кодов"
}
}
}
},
"NSFaceIDUsageDescription" : {
"comment" : "Privacy - Face ID Usage Description",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Face ID is used for authenticating viewing and exporting of private keys"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Face ID используется для аутентификации пользователя в случае просмотра или экспорта приватных ключей"
}
}
}
},
"WireGuard wg-quick configuration file" : {

}
},
"version" : "1.0"
}
Loading

0 comments on commit 06b70d3

Please sign in to comment.