mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
96d18adbd0
Currently translated at 100.0% (8 of 8 strings) Translation: Element iOS/Element iOS (Dialogs) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/zh_Hans/
10 lines
899 B
Plaintext
10 lines
899 B
Plaintext
// Permissions usage explanations
|
|
"NSCameraUsageDescription" = "摄像头用于视频通话,或者拍摄和上传照片和视频。";
|
|
"NSPhotoLibraryUsageDescription" = "授予照片访问权以上传你库里的照片和视频。";
|
|
"NSMicrophoneUsageDescription" = "Element 需要访问您的麦克风才能拨打和接听电话、拍摄视频和录制语音消息。";
|
|
"NSContactsUsageDescription" = "将与你的身份服务器共享他们以帮助发现你Matrix上的联系人。";
|
|
"NSCalendarsUsageDescription" = "在此应用中查看你计划的会议。";
|
|
"NSFaceIDUsageDescription" = "Face ID 权限用于访问您的应用。";
|
|
"NSLocationAlwaysAndWhenInUseUsageDescription" = "当你分享你的位置给人们的时候,Element需要权限以显示地图。";
|
|
"NSLocationWhenInUseUsageDescription" = "当你分享你的位置给人们的时候, Element需要权限以显示地图.";
|