mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-23 12:25:51 +00:00
* mobile: show skipped messages in the UI * ios: skipped messages alert and translations * android: skipped messages alert * android translation keys * more keys Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
16 lines
896 B
Plaintext
16 lines
896 B
Plaintext
/* Bundle name */
|
||
"CFBundleName" = "SimpleX";
|
||
|
||
/* Privacy - Camera Usage Description */
|
||
"NSCameraUsageDescription" = "SimpleX использует камеру для сканирования QR кодов при соединении с другими пользователями и для видео звонков.";
|
||
|
||
/* Privacy - Face ID Usage Description */
|
||
"NSFaceIDUsageDescription" = "SimpleX использует Face ID для аутентификации";
|
||
|
||
/* Privacy - Microphone Usage Description */
|
||
"NSMicrophoneUsageDescription" = "SimpleX использует микрофон для аудио и видео звонков.";
|
||
|
||
/* Privacy - Photo Library Additions Usage Description */
|
||
"NSPhotoLibraryAddUsageDescription" = "SimpleX использует доступ к Photo Library для сохранения сделанных и полученных фотографий";
|
||
|