forked from WireGuard/wireguard-apple
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update localization system and add required english/russian translation
- Loading branch information
Showing
25 changed files
with
33,216 additions
and
7,682 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Oops, something went wrong.