mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2024-11-26 20:50:48 +00:00
字符串优先级
Signed-off-by: fanchenxuan <fanchenxuan@huawei.com>
This commit is contained in:
parent
6a1fdbafc1
commit
bba1510119
@ -86,67 +86,115 @@
|
||||
},
|
||||
{
|
||||
"name":"allow",
|
||||
"value":"Allow"
|
||||
"value":"Allow",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"ban",
|
||||
"value":"Deny"
|
||||
"value":"Deny",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"always_allow",
|
||||
"value":"Always allow"
|
||||
"value":"Always allow",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_use_query",
|
||||
"value":"Ask each time"
|
||||
"value":"Ask each time",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_inquiry",
|
||||
"value":"Ask each time"
|
||||
"value":"Ask each time",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"This_time_only",
|
||||
"value":"Allow this time only"
|
||||
"value":"Allow this time only",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allowed_only_during_use",
|
||||
"value":"Allow while using the app"
|
||||
"value":"Allow while using the app",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow_this_time",
|
||||
"value":"Allow this time only"
|
||||
"value":"Allow this time only",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location",
|
||||
"value":"Precise location"
|
||||
"value":"Precise location",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_on",
|
||||
"value":"Precise location: On"
|
||||
"value":"Precise location: On",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_off",
|
||||
"value":"Precise location: Off"
|
||||
"value":"Precise location: Off",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"get_the_exact_position",
|
||||
"value":"Allow this app to access your precise location. When this is off, this app can only access your approximate location. Some apps that don't support this feature may fail to get any location."
|
||||
"value":"Allow this app to access your precise location. When this is off, this app can only access your approximate location. Some apps that don't support this feature may fail to get any location.",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"close_exact_position",
|
||||
"value":"When Precise location is disabled, the app can only get your approximate location."
|
||||
"value":"When Precise location is disabled, the app can only get your approximate location.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"access_general_location",
|
||||
"value":"Allow %s to access this device's approximate location?"
|
||||
"value":"Allow %s to access this device's approximate location?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"fuzzy_to_exact",
|
||||
"value":"Change %s's location access from approximate to precise?"
|
||||
"value":"Change %s's location access from approximate to precise?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"cancel",
|
||||
"value":"Cancel"
|
||||
"value":"Cancel",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"open",
|
||||
@ -214,11 +262,17 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"Content copied from \"%s\". "
|
||||
"value":"Content copied from \"%s\". ",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_desc",
|
||||
"value":"If denied, this app won't be able to access the clipboard."
|
||||
"value":"If denied, this app won't be able to access the clipboard.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"groupName_location",
|
||||
@ -282,63 +336,108 @@
|
||||
},
|
||||
{
|
||||
"name":"group_label_location",
|
||||
"value":"Allow %s to access this device's location?"
|
||||
"value":"Allow %s to access this device's location?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_camera",
|
||||
"value":"Allow %s to use the camera?"
|
||||
"value":"Allow %s to use the camera?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_microphone",
|
||||
"value":"Allow %s to use the microphone?"
|
||||
"value":"Allow %s to use the microphone?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_contacts",
|
||||
"value":"Allow %s to access your contacts?"
|
||||
"value":"Allow %s to access your contacts?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_calendar",
|
||||
"value":"Allow %s to access your calendar?"
|
||||
"value":"Allow %s to access your calendar?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_sport",
|
||||
"value":"Allow %s to access your physical activity data?"
|
||||
"value":"Allow %s to access your physical activity data?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_health",
|
||||
"value":"Allow %s to use body sensors?"
|
||||
"value":"Allow %s to use body sensors?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_distributed_datasync",
|
||||
"value":"Allow %s to collaborate with other devices?"
|
||||
"value":"Allow %s to collaborate with other devices?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_image_and_videos",
|
||||
"value":"Allow %s to access images and videos on your device?"
|
||||
"value":"Allow %s to access images and videos on your device?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_audios",
|
||||
"value":"Allow %s to access music and audio files on your device?"
|
||||
"value":"Allow %s to access music and audio files on your device?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document",
|
||||
"value":"Allow %s to access files on your device?"
|
||||
"value":"Allow %s to access files on your device?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_ADS",
|
||||
"value":"Allow %s to track your activity across other apps?"
|
||||
"value":"Allow %s to track your activity across other apps?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_appList",
|
||||
"value":"Allow %s to read the list of installed apps?"
|
||||
"value":"Allow %s to read the list of installed apps?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_bluetooth",
|
||||
"value":"Allow %s to use Bluetooth?"
|
||||
"value":"Allow %s to use Bluetooth?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_pasteboard",
|
||||
"value":"Allow %s to copy content from the clipboard?"
|
||||
"value":"Allow %s to copy content from the clipboard?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_folder",
|
||||
@ -346,19 +445,31 @@
|
||||
},
|
||||
{
|
||||
"name":"group_label_download_folder",
|
||||
"value":"Allow %s to access the \"Downloads\" folder on your device?"
|
||||
"value":"Allow %s to access the \"Downloads\" folder on your device?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_desktop_folder",
|
||||
"value":"Allow %s to access the \"Home screen\" folder on your device?"
|
||||
"value":"Allow %s to access the \"Home screen\" folder on your device?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document_folder",
|
||||
"value":"Allow %s to access the \"Documents\" folder on your device?"
|
||||
"value":"Allow %s to access the \"Documents\" folder on your device?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_nearLink",
|
||||
"value":"Allow %s to use NearLink?"
|
||||
"value":"Allow %s to use NearLink?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"enable_description_location",
|
||||
@ -534,19 +645,31 @@
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_location",
|
||||
"value":"Private access to location"
|
||||
"value":"Private access to location",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_mediaFiles",
|
||||
"value":"Private access to Gallery"
|
||||
"value":"Private access to Gallery",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_location",
|
||||
"value":"To protect your privacy, %s can only briefly access your location when you tap Allow."
|
||||
"value":"To protect your privacy, %s can only briefly access your location when you tap Allow.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_mediaFiles",
|
||||
"value":"To protect your privacy, %s can only briefly access your Gallery to save items when you tap Allow."
|
||||
"value":"To protect your privacy, %s can only briefly access your Gallery to save items when you tap Allow.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"Download",
|
||||
|
@ -2,51 +2,87 @@
|
||||
"string":[
|
||||
{
|
||||
"name":"SecurityTitle_mediaFiles",
|
||||
"value":"པར་རིས་དང་བརྙན་ཟློས་བདེ་འཇགས་ངང་ཉར་ཚགས་བྱེད་པ།"
|
||||
"value":"པར་རིས་དང་བརྙན་ཟློས་བདེ་འཇགས་ངང་ཉར་ཚགས་བྱེད་པ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_location",
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱིས་གནོན་མཐེབ་རྡེབ་སྐབས་གནས་ཡུལ་ལ་ལྟ་སྤྱོད་ཁོ་ན་བྱ་ཆོག་པ་ལས། ཁྱེད་ཀྱི་སྒེར་གསང་གཞི་གྲངས་རྒྱུན་མཐུད་ནས་ལེན་མི་ཐུབ།"
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱིས་གནོན་མཐེབ་རྡེབ་སྐབས་གནས་ཡུལ་ལ་ལྟ་སྤྱོད་ཁོ་ན་བྱ་ཆོག་པ་ལས། ཁྱེད་ཀྱི་སྒེར་གསང་གཞི་གྲངས་རྒྱུན་མཐུད་ནས་ལེན་མི་ཐུབ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow",
|
||||
"value":"ཆོག་པ།"
|
||||
"value":"ཆོག་པ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_mediaFiles",
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱིས་གནོན་མཐེབ་རྡེབ་སྐབས་པར་མཛོད་དུ་འདྲ་པར་དང་བརྙན་ཟློས་ཉར་ཚགས་ཁོ་ན་བྱ་ཆོག་པ་ལས། ཁྱེད་ཀྱི་སྒེར་གསང་གཞི་གྲངས་རྒྱུན་མཐུད་ནས་ལེན་མི་ཐུབ།"
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱིས་གནོན་མཐེབ་རྡེབ་སྐབས་པར་མཛོད་དུ་འདྲ་པར་དང་བརྙན་ཟློས་ཉར་ཚགས་ཁོ་ན་བྱ་ཆོག་པ་ལས། ཁྱེད་ཀྱི་སྒེར་གསང་གཞི་གྲངས་རྒྱུན་མཐུད་ནས་ལེན་མི་ཐུབ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_location",
|
||||
"value":"གནས་ཡུལ་ལ་བདེ་འཇགས་ངང་ལྟ་སྤྱོད་བྱེད་པ།"
|
||||
"value":"གནས་ཡུལ་ལ་བདེ་འཇགས་ངང་ལྟ་སྤྱོད་བྱེད་པ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"cancel",
|
||||
"value":"འདོར་བ།"
|
||||
"value":"འདོར་བ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"get_the_exact_position",
|
||||
"value":"ཉེར་སྤྱོད་འདིས་ཁྱེད་ཀྱི་ཞིབ་ཕྲའི་གནས་ཡུལ་ཐོབ་ལེན་བྱ་ཆོག་པར་གནང་རོགས། ཁ་བརྒྱབ་རྗེས། ཉེར་སྤྱོད་ལ་ཐོབ་པའི་གནས་ཡུལ་ལ་ཧེ་བག་འབྱུང་སྲིད། རྩོལ་ནུས་འདིར་རྒྱབ་སྐྱོར་མི་བྱེད་པའི་ཉེར་སྤྱོད་ཁག་ཅིག་གིས་གནས་ངེས་བྱེད་མི་ཐུབ།"
|
||||
"value":"ཉེར་སྤྱོད་འདིས་ཁྱེད་ཀྱི་ཞིབ་ཕྲའི་གནས་ཡུལ་ཐོབ་ལེན་བྱ་ཆོག་པར་གནང་རོགས། ཁ་བརྒྱབ་རྗེས། ཉེར་སྤྱོད་ལ་ཐོབ་པའི་གནས་ཡུལ་ལ་ཧེ་བག་འབྱུང་སྲིད། རྩོལ་ནུས་འདིར་རྒྱབ་སྐྱོར་མི་བྱེད་པའི་ཉེར་སྤྱོད་ཁག་ཅིག་གིས་གནས་ངེས་བྱེད་མི་ཐུབ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"close_exact_position",
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ་ཁ་བརྒྱབ་རྗེས། ཉེར་སྤྱོད་ཀྱིས་བླངས་པའི་གནས་ཡུལ་ལ་བར་ཁྱད་ཅུང་ཟད་ཡོད་སྲིད།"
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ་ཁ་བརྒྱབ་རྗེས། ཉེར་སྤྱོད་ཀྱིས་བླངས་པའི་གནས་ཡུལ་ལ་བར་ཁྱད་ཅུང་ཟད་ཡོད་སྲིད།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location",
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ།"
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"always_allow",
|
||||
"value":"ནམ་ཡང་ཆོག་པ།"
|
||||
"value":"ནམ་ཡང་ཆོག་པ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"access_general_location",
|
||||
"value":"༼%s༽ཡིས་གནས་ཡུལ་རགས་པར་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་གནས་ཡུལ་རགས་པར་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_ADS",
|
||||
"value":"༼%s༽ཡིས་བརྡ་ཁྱབ་རྗེས་འདེད་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་བརྡ་ཁྱབ་རྗེས་འདེད་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"ban",
|
||||
@ -57,27 +93,45 @@
|
||||
},
|
||||
{
|
||||
"name":"group_label_document_folder",
|
||||
"value":"༼%s༽ཡིས་༼ཡིག་ཚགས་༽ཀྱི་ཡིག་ཁུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་༼ཡིག་ཚགས་༽ཀྱི་ཡིག་ཁུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_use_query",
|
||||
"value":"བཀོལ་ཐེངས་རེར་བློ་འདྲི་བ།"
|
||||
"value":"བཀོལ་ཐེངས་རེར་བློ་འདྲི་བ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_desc",
|
||||
"value":"བཀག་འགོག་བྱས་རྗེས་ཉེར་སྤྱོད་དེས་དྲས་སྦྱར་པང་ལ་ལྟ་སྤྱོད་བྱ་མི་ཆོག"
|
||||
"value":"བཀག་འགོག་བྱས་རྗེས་ཉེར་སྤྱོད་དེས་དྲས་སྦྱར་པང་ལ་ལྟ་སྤྱོད་བྱ་མི་ཆོག",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow_this_time",
|
||||
"value":"ཐེངས་འདིར་བཀོལ་ཆོག་པ།"
|
||||
"value":"ཐེངས་འདིར་བཀོལ་ཆོག་པ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allowed_only_during_use",
|
||||
"value":"བེད་སྤྱོད་བྱེད་པའི་རིང་ཁོ་ནར་ཆོག་པ།"
|
||||
"value":"བེད་སྤྱོད་བྱེད་པའི་རིང་ཁོ་ནར་ཆོག་པ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_desktop_folder",
|
||||
"value":"༼%s༽ཡིས་༼ཅོག་ངོས་༽ཀྱི་ཡིག་ཁུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་༼ཅོག་ངོས་༽ཀྱི་ཡིག་ཁུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_inquiry",
|
||||
@ -88,15 +142,24 @@
|
||||
},
|
||||
{
|
||||
"name":"group_label_download_folder",
|
||||
"value":"༼%s༽ཡིས་༼ཕབ་ལེན་༽གྱི་ཡིག་ཁུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་༼ཕབ་ལེན་༽གྱི་ཡིག་ཁུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"fuzzy_to_exact",
|
||||
"value":"༼%s༽ཡི་གནས་ཡུལ་ལྟ་སྤྱོད་དབང་ཚད་དེ་༼གནས་ཡུལ་རགས་པ་༽ནས་༼ཞིབ་ཕྲའི་གནས་ཡུལ་༽ལ་བསྒྱུར་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡི་གནས་ཡུལ་ལྟ་སྤྱོད་དབང་ཚད་དེ་༼གནས་ཡུལ་རགས་པ་༽ནས་༼ཞིབ་ཕྲའི་གནས་ཡུལ་༽ལ་བསྒྱུར་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_appList",
|
||||
"value":"༼%s༽ཡིས་སྒྲིག་འཇུག་བྱས་ཟིན་པའི་ཉེར་སྤྱོད་རེའུ་མིག་ཀློག་ལེན་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་སྒྲིག་འཇུག་བྱས་ཟིན་པའི་ཉེར་སྤྱོད་རེའུ་མིག་ཀློག་ལེན་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"This_time_only",
|
||||
@ -107,71 +170,122 @@
|
||||
},
|
||||
{
|
||||
"name":"group_label_health",
|
||||
"value":"༼%s༽ཡིས་ཚོར་ཆས་བཀོལ་ནས་ཁྱེད་ཀྱི་གཟུགས་པོའི་ཆ་འཕྲིན་ལེན་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ཚོར་ཆས་བཀོལ་ནས་ཁྱེད་ཀྱི་གཟུགས་པོའི་ཆ་འཕྲིན་ལེན་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_pasteboard",
|
||||
"value":"༼%s༽ཡིས་དྲས་སྦྱར་པང་ལས་བྱུང་བའི་ནང་དོན་འདྲ་བཤུ་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་དྲས་སྦྱར་པང་ལས་བྱུང་བའི་ནང་དོན་འདྲ་བཤུ་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_on",
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ། : ཁ་ཕྱེ་བ།"
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ། : ཁ་ཕྱེ་བ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_contacts",
|
||||
"value":"༼%s༽ཡིས་ཁ་པར་ཐོ་དེབ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ཁ་པར་ཐོ་དེབ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_bluetooth",
|
||||
"value":"༼%s༽ཡིས་སོ་སྔོན་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་སོ་སྔོན་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_distributed_datasync",
|
||||
"value":"༼%s༽ཡིས་སྒྲིག་ཆས་མང་པོའི་མཐུན་སྦྱོར་བཀོལ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་སྒྲིག་ཆས་མང་པོའི་མཐུན་སྦྱོར་བཀོལ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document",
|
||||
"value":"༼%s༽ཡིས་ཡིག་ཆ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ཡིག་ཆ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_calendar",
|
||||
"value":"༼%s༽ཡིས་ལོ་ཐོ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ལོ་ཐོ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_off",
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ། : ཁ་བརྒྱབ་པ།"
|
||||
"value":"ཞིབ་ཕྲའི་གནས་ཡུལ། : ཁ་བརྒྱབ་པ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_camera",
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱི་པར་ཆས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱི་པར་ཆས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_nearLink",
|
||||
"value":"༼%s༽ཡིས་སྐར་ཆེམ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་ཀྱི་ཡིན་ནམ།"
|
||||
"value":"༼%s༽ཡིས་སྐར་ཆེམ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་ཀྱི་ཡིན་ནམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_sport",
|
||||
"value":"༼%s༽ཡིས་ལུས་རྩལ་གྱི་གཞི་གྲངས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ལུས་རྩལ་གྱི་གཞི་གྲངས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_image_and_videos",
|
||||
"value":"༼%s༽ཡིས་པར་རིས་དང་བརྙན་ཟློས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་པར་རིས་དང་བརྙན་ཟློས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_location",
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱི་གནས་ཡུལ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱི་གནས་ཡུལ་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_microphone",
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱི་སྐད་སྦུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་ཁྱེད་ཀྱི་སྐད་སྦུག་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_audios",
|
||||
"value":"༼%s༽ཡིས་རོལ་དབྱངས་དང་སྒྲ་ཟློས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།"
|
||||
"value":"༼%s༽ཡིས་རོལ་དབྱངས་དང་སྒྲ་ཟློས་ལ་ལྟ་སྤྱོད་བྱ་ཆོག་པར་བྱེད་དམ།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"ནང་དོན་༼%s༽ལས་འདྲ་བཤུས་བྱས།"
|
||||
"value":"ནང་དོན་༼%s༽ལས་འདྲ་བཤུས་བྱས།",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -2,167 +2,290 @@
|
||||
"string":[
|
||||
{
|
||||
"name":"SecurityTitle_mediaFiles",
|
||||
"value":"بىخەتەر رەسىم ۋە سىن ساقلاش ئىجازىتى"
|
||||
"value":"بىخەتەر رەسىم ۋە سىن ساقلاش ئىجازىتى",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_location",
|
||||
"value":"مەخپىيەتلىك قوغداش ئۈچۈن، «%s» پەقەت سىز رۇخسەت كۇنۇپكىسىنى چەككەن ۋاقىتتىلا ئورۇن ئۇچۇرىنى ئوقۇيالايدۇ."
|
||||
"value":"مەخپىيەتلىك قوغداش ئۈچۈن، «%s» پەقەت سىز رۇخسەت كۇنۇپكىسىنى چەككەن ۋاقىتتىلا ئورۇن ئۇچۇرىنى ئوقۇيالايدۇ.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow",
|
||||
"value":"رۇخسەت"
|
||||
"value":"رۇخسەت",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_mediaFiles",
|
||||
"value":"مەخپىيەتلىك قوغداش ئۈچۈن، «%s» پەقەت سىز رۇخسەت كۇنۇپكىسىنى چەككەن ۋاقىتتىلا ئامبارغا رەسىم ۋە سىن ساقلىيالايدۇ."
|
||||
"value":"مەخپىيەتلىك قوغداش ئۈچۈن، «%s» پەقەت سىز رۇخسەت كۇنۇپكىسىنى چەككەن ۋاقىتتىلا ئامبارغا رەسىم ۋە سىن ساقلىيالايدۇ.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_location",
|
||||
"value":"بىخەتەر ئورۇن ئىجازىتى"
|
||||
"value":"بىخەتەر ئورۇن ئىجازىتى",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"cancel",
|
||||
"value":"بىكار قىلىش"
|
||||
"value":"بىكار قىلىش",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"get_the_exact_position",
|
||||
"value":"بۇ ئەپنىڭ ئېنىق ئورۇن بەلگىلىشىگە رۇخسەت قىلىنىدۇ. بۇ ئېتىك ھالەتتە ئەپ پەقەت تەخمىنىي ئورۇن ئۇچۇرىنى ئىگىلەيدۇ. بۇ ئىقتىدارنى قوللىمايدىغان ئەپلەر ئورۇن بەلگىلىيەلمەسلىكى مۇمكىن."
|
||||
"value":"بۇ ئەپنىڭ ئېنىق ئورۇن بەلگىلىشىگە رۇخسەت قىلىنىدۇ. بۇ ئېتىك ھالەتتە ئەپ پەقەت تەخمىنىي ئورۇن ئۇچۇرىنى ئىگىلەيدۇ. بۇ ئىقتىدارنى قوللىمايدىغان ئەپلەر ئورۇن بەلگىلىيەلمەسلىكى مۇمكىن.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"close_exact_position",
|
||||
"value":"ئېنىق ئورۇننى ئەتسىڭىز، بۇ ئەپ تەخمىنىي ئورۇن ئۇچۇرىڭىزنىلا ئوقۇيالايدۇ."
|
||||
"value":"ئېنىق ئورۇننى ئەتسىڭىز، بۇ ئەپ تەخمىنىي ئورۇن ئۇچۇرىڭىزنىلا ئوقۇيالايدۇ.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location",
|
||||
"value":"ئېنىق ئورۇن"
|
||||
"value":"ئېنىق ئورۇن",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"always_allow",
|
||||
"value":"ئىزچىل رۇخسەت"
|
||||
"value":"ئىزچىل رۇخسەت",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"access_general_location",
|
||||
"value":"\u200f«%s» تەخمىنىي ئورۇن ئۇچۇرىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» تەخمىنىي ئورۇن ئۇچۇرىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_ADS",
|
||||
"value":"\u200f«%s» ئۈچۈن ئېلان ئىزلاش ئىجازىتى كېرەك، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» ئۈچۈن ئېلان ئىزلاش ئىجازىتى كېرەك، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"ban",
|
||||
"value":"چەكلەش"
|
||||
"value":"چەكلەش",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document_folder",
|
||||
"value":"\u200f«%s» «پۈتۈك» قىسقۇچىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» «پۈتۈك» قىسقۇچىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_use_query",
|
||||
"value":"ئىزچىل سوراش"
|
||||
"value":"ئىزچىل سوراش",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_desc",
|
||||
"value":"چەكلىسىڭىز، بۇ ئەپ كېسىش تاختىسىنى زىيارەت قىلالمايدۇ."
|
||||
"value":"چەكلىسىڭىز، بۇ ئەپ كېسىش تاختىسىنى زىيارەت قىلالمايدۇ.",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow_this_time",
|
||||
"value":"بۇ قېتىم رۇخسەت"
|
||||
"value":"بۇ قېتىم رۇخسەت",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allowed_only_during_use",
|
||||
"value":"ئىشلەتكەندە رۇخسەت"
|
||||
"value":"ئىشلەتكەندە رۇخسەت",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_desktop_folder",
|
||||
"value":"\u200f«%s» «ئۈستەليۈزى» قىسقۇچىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» «ئۈستەليۈزى» قىسقۇچىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_inquiry",
|
||||
"value":"ئىزچىل سوراش"
|
||||
"value":"ئىزچىل سوراش",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_download_folder",
|
||||
"value":"\u200f«%s» «چۈشۈرۈلمە» قىسقۇچىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» «چۈشۈرۈلمە» قىسقۇچىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"fuzzy_to_exact",
|
||||
"value":"\u200f«%s» نىڭ ئورۇن ئىجازىتى «تەخمىنىي ئورۇن» دىن «ئېنىق ئورۇن» غا ئۆزگىرىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ ئورۇن ئىجازىتى «تەخمىنىي ئورۇن» دىن «ئېنىق ئورۇن» غا ئۆزگىرىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_appList",
|
||||
"value":"\u200f«%s» نىڭ قاچىلىغان ئەپ تىزىملىكىنى ئوقۇشىغا رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ قاچىلىغان ئەپ تىزىملىكىنى ئوقۇشىغا رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"This_time_only",
|
||||
"value":"بۇ قېتىم رۇخسەت"
|
||||
"value":"بۇ قېتىم رۇخسەت",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_health",
|
||||
"value":"\u200f«%s» بەدەن سەزگۈچ ئارقىلىق بەدەن ئۇچۇرىنى ئوقۇيدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» بەدەن سەزگۈچ ئارقىلىق بەدەن ئۇچۇرىنى ئوقۇيدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_pasteboard",
|
||||
"value":"\u200f«%s» نىڭ كېسىش تاختىسىدىن مەزمۇن كۆچۈرۈشىگە رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ كېسىش تاختىسىدىن مەزمۇن كۆچۈرۈشىگە رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_on",
|
||||
"value":"ئېنىق ئورۇن: ئوچۇق"
|
||||
"value":"ئېنىق ئورۇن: ئوچۇق",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_contacts",
|
||||
"value":"\u200f«%s» نىڭ ئالاقىداش ئىشلىتىشىگە رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ ئالاقىداش ئىشلىتىشىگە رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_bluetooth",
|
||||
"value":"\u200f«%s» نىڭ كۆكچىش ئىشلىتىشىگە رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ كۆكچىش ئىشلىتىشىگە رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_distributed_datasync",
|
||||
"value":"\u200f«%s» نىڭ كۆپ ئۈسكۈنە ھەمكارلىقىغا رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ كۆپ ئۈسكۈنە ھەمكارلىقىغا رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document",
|
||||
"value":"\u200f«%s» نىڭ ھۆججەت زىيارەت قىلىشىغا رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ ھۆججەت زىيارەت قىلىشىغا رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_calendar",
|
||||
"value":"\u200f«%s» نىڭ كالېندار ئىشلىتىشىگە رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ كالېندار ئىشلىتىشىگە رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_off",
|
||||
"value":"ئېنىق ئورۇن: ئېتىك"
|
||||
"value":"ئېنىق ئورۇن: ئېتىك",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_camera",
|
||||
"value":"\u200f«%s» كامېرا ئىشلىتىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» كامېرا ئىشلىتىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_nearLink",
|
||||
"value":"\u200f«%s» نىڭ «ئۇچقۇن» ئىشلىتىشىگە رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ «ئۇچقۇن» ئىشلىتىشىگە رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_sport",
|
||||
"value":"\u200f«%s» چېنىقىش ئۇچۇرىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» چېنىقىش ئۇچۇرىنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_image_and_videos",
|
||||
"value":"\u200f«%s» نىڭ رەسىم ۋە سىن زىيارەت قىلىشىغا رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ رەسىم ۋە سىن زىيارەت قىلىشىغا رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_location",
|
||||
"value":"\u200f«%s» ئورۇن ئۇچۇرىڭىزنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» ئورۇن ئۇچۇرىڭىزنى زىيارەت قىلىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_microphone",
|
||||
"value":"\u200f«%s» مىكروفون ئىشلىتىدۇ، رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» مىكروفون ئىشلىتىدۇ، رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_audios",
|
||||
"value":"\u200f«%s» نىڭ مۇزىكا ۋە ئاۋاز ھۆججىتى ئوقۇشىغا رۇخسەتمۇ؟"
|
||||
"value":"\u200f«%s» نىڭ مۇزىكا ۋە ئاۋاز ھۆججىتى ئوقۇشىغا رۇخسەتمۇ؟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"مەزمۇن مەنبەسى: %s. "
|
||||
"value":"مەزمۇن مەنبەسى: %s. ",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -86,67 +86,115 @@
|
||||
},
|
||||
{
|
||||
"name":"allow",
|
||||
"value":"允许"
|
||||
"value":"允许",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"ban",
|
||||
"value":"禁止"
|
||||
"value":"禁止",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"always_allow",
|
||||
"value":"始终允许"
|
||||
"value":"始终允许",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_use_query",
|
||||
"value":"每次使用询问"
|
||||
"value":"每次使用询问",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_inquiry",
|
||||
"value":"每次询问"
|
||||
"value":"每次询问",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"This_time_only",
|
||||
"value":"仅本次允许"
|
||||
"value":"仅本次允许",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allowed_only_during_use",
|
||||
"value":"仅使用期间允许"
|
||||
"value":"仅使用期间允许",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow_this_time",
|
||||
"value":"允许本次使用"
|
||||
"value":"允许本次使用",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location",
|
||||
"value":"精确位置"
|
||||
"value":"精确位置",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_on",
|
||||
"value":"精确位置:开启"
|
||||
"value":"精确位置:开启",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_off",
|
||||
"value":"精确位置:关闭"
|
||||
"value":"精确位置:关闭",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"get_the_exact_position",
|
||||
"value":"允许此应用获取您的准确位置。关闭后,应用获取的位置会有偏差,部分不支持此功能的应用可能会定位失败。"
|
||||
"value":"允许此应用获取您的准确位置。关闭后,应用获取的位置会有偏差,部分不支持此功能的应用可能会定位失败。",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"close_exact_position",
|
||||
"value":"关闭精确位置后,应用获取的位置会有偏差。"
|
||||
"value":"关闭精确位置后,应用获取的位置会有偏差。",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"access_general_location",
|
||||
"value":"允许“%s”访问大致位置?"
|
||||
"value":"允许“%s”访问大致位置?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"fuzzy_to_exact",
|
||||
"value":"允许“%s”的位置访问权限从“大致位置”改为“精确位置”?"
|
||||
"value":"允许“%s”的位置访问权限从“大致位置”改为“精确位置”?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"cancel",
|
||||
"value":"取消"
|
||||
"value":"取消",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"open",
|
||||
@ -214,11 +262,17 @@
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"内容复制自“%s”。"
|
||||
"value":"内容复制自“%s”。",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_desc",
|
||||
"value":"禁止后将不再允许此应用访问剪贴板。"
|
||||
"value":"禁止后将不再允许此应用访问剪贴板。",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"groupName_location",
|
||||
@ -282,63 +336,108 @@
|
||||
},
|
||||
{
|
||||
"name":"group_label_location",
|
||||
"value":"允许“%s”访问你的位置?"
|
||||
"value":"允许“%s”访问你的位置?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_camera",
|
||||
"value":"允许“%s”访问你的相机?"
|
||||
"value":"允许“%s”访问你的相机?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_microphone",
|
||||
"value":"允许“%s”访问你的麦克风?"
|
||||
"value":"允许“%s”访问你的麦克风?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_contacts",
|
||||
"value":"允许“%s”访问通讯录?"
|
||||
"value":"允许“%s”访问通讯录?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_calendar",
|
||||
"value":"允许“%s”访问日历?"
|
||||
"value":"允许“%s”访问日历?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_sport",
|
||||
"value":"允许“%s”访问运动数据?"
|
||||
"value":"允许“%s”访问运动数据?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_health",
|
||||
"value":"允许“%s”使用传感器获取你的身体数据?"
|
||||
"value":"允许“%s”使用传感器获取你的身体数据?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_distributed_datasync",
|
||||
"value":"允许“%s”使用多设备协同?"
|
||||
"value":"允许“%s”使用多设备协同?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_image_and_videos",
|
||||
"value":"允许“%s”访问图片和视频?"
|
||||
"value":"允许“%s”访问图片和视频?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_audios",
|
||||
"value":"允许“%s”访问音乐和音频?"
|
||||
"value":"允许“%s”访问音乐和音频?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document",
|
||||
"value":"允许“%s”访问文件?"
|
||||
"value":"允许“%s”访问文件?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_ADS",
|
||||
"value":"允许“%s”访问广告跟踪?"
|
||||
"value":"允许“%s”访问广告跟踪?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_appList",
|
||||
"value":"允许“%s”读取已安装应用列表?"
|
||||
"value":"允许“%s”读取已安装应用列表?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_bluetooth",
|
||||
"value":"允许“%s”访问蓝牙?"
|
||||
"value":"允许“%s”访问蓝牙?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_pasteboard",
|
||||
"value":"允许“%s”复制来自剪贴板的内容?"
|
||||
"value":"允许“%s”复制来自剪贴板的内容?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_folder",
|
||||
@ -346,19 +445,31 @@
|
||||
},
|
||||
{
|
||||
"name":"group_label_download_folder",
|
||||
"value":"允许“%s”访问“下载”文件夹?"
|
||||
"value":"允许“%s”访问“下载”文件夹?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_desktop_folder",
|
||||
"value":"允许“%s”访问“桌面”文件夹?"
|
||||
"value":"允许“%s”访问“桌面”文件夹?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document_folder",
|
||||
"value":"允许“%s”访问“文档”文件夹?"
|
||||
"value":"允许“%s”访问“文档”文件夹?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_nearLink",
|
||||
"value":"允许“%s”访问星闪?"
|
||||
"value":"允许“%s”访问星闪?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"enable_description_location",
|
||||
@ -534,19 +645,31 @@
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_location",
|
||||
"value":"安全访问位置"
|
||||
"value":"安全访问位置",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_mediaFiles",
|
||||
"value":"安全保存图片和视频"
|
||||
"value":"安全保存图片和视频",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_location",
|
||||
"value":"仅允许“%s”在你点击此按钮时访问位置,无法持续获取你的隐私数据。"
|
||||
"value":"仅允许“%s”在你点击此按钮时访问位置,无法持续获取你的隐私数据。",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_mediaFiles",
|
||||
"value":"仅允许“%s”在你点击此按钮时保存图片和视频至图库,无法持续获取你的隐私数据。"
|
||||
"value":"仅允许“%s”在你点击此按钮时保存图片和视频至图库,无法持续获取你的隐私数据。",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"Download",
|
||||
|
@ -2,167 +2,290 @@
|
||||
"string":[
|
||||
{
|
||||
"name":"SecurityTitle_mediaFiles",
|
||||
"value":"安全儲存圖片和影片"
|
||||
"value":"安全儲存圖片和影片",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_location",
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時存取位置,無法持續取得您的私隱資訊。"
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時存取位置,無法持續取得您的私隱資訊。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow",
|
||||
"value":"允許"
|
||||
"value":"允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_mediaFiles",
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時儲存圖片和影片至圖片庫,無法持續取得您的私隱資訊。"
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時儲存圖片和影片至圖片庫,無法持續取得您的私隱資訊。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_location",
|
||||
"value":"安全存取位置"
|
||||
"value":"安全存取位置",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"cancel",
|
||||
"value":"取消"
|
||||
"value":"取消",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"get_the_exact_position",
|
||||
"value":"允許此應用程式取得您的準確位置。停用後,應用程式取得的位置會有偏差,部分不支援此功能的應用程式可能會無法定位。"
|
||||
"value":"允許此應用程式取得您的準確位置。停用後,應用程式取得的位置會有偏差,部分不支援此功能的應用程式可能會無法定位。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"close_exact_position",
|
||||
"value":"停用精確位置後,應用程式獲取的位置會有偏差。"
|
||||
"value":"停用精確位置後,應用程式獲取的位置會有偏差。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location",
|
||||
"value":"精確位置"
|
||||
"value":"精確位置",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"always_allow",
|
||||
"value":"永久允許"
|
||||
"value":"永久允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"access_general_location",
|
||||
"value":"允許「%s」存取大致位置?"
|
||||
"value":"允許「%s」存取大致位置?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_ADS",
|
||||
"value":"允許「%s」存取廣告追蹤?"
|
||||
"value":"允許「%s」存取廣告追蹤?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"ban",
|
||||
"value":"禁止"
|
||||
"value":"禁止",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document_folder",
|
||||
"value":"允許「%s」存取「文件」資料夾?"
|
||||
"value":"允許「%s」存取「文件」資料夾?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_use_query",
|
||||
"value":"每次使用時詢問"
|
||||
"value":"每次使用時詢問",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_desc",
|
||||
"value":"禁止後將不再允許此應用程式存取剪貼簿。"
|
||||
"value":"禁止後將不再允許此應用程式存取剪貼簿。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow_this_time",
|
||||
"value":"允許本次使用"
|
||||
"value":"允許本次使用",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allowed_only_during_use",
|
||||
"value":"僅使用期間允許"
|
||||
"value":"僅使用期間允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_desktop_folder",
|
||||
"value":"允許「%s」存取「主屏幕」資料夾?"
|
||||
"value":"允許「%s」存取「主屏幕」資料夾?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_inquiry",
|
||||
"value":"每次均詢問"
|
||||
"value":"每次均詢問",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_download_folder",
|
||||
"value":"允許「%s」存取「下載」資料夾?"
|
||||
"value":"允許「%s」存取「下載」資料夾?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"fuzzy_to_exact",
|
||||
"value":"允許「%s」的位置存取權限從「大致位置」更改為「精確位置」?"
|
||||
"value":"允許「%s」的位置存取權限從「大致位置」更改為「精確位置」?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_appList",
|
||||
"value":"允許「%s」讀取已安裝應用程式清單?"
|
||||
"value":"允許「%s」讀取已安裝應用程式清單?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"This_time_only",
|
||||
"value":"僅本次允許"
|
||||
"value":"僅本次允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_health",
|
||||
"value":"允許「%s」使用感應器獲取你的身體數據?"
|
||||
"value":"允許「%s」使用感應器獲取你的身體數據?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_pasteboard",
|
||||
"value":"允許「%s」複製來自剪貼簿的內容?"
|
||||
"value":"允許「%s」複製來自剪貼簿的內容?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_on",
|
||||
"value":"精確位置:開啟"
|
||||
"value":"精確位置:開啟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_contacts",
|
||||
"value":"允許「%s」存取聯絡人?"
|
||||
"value":"允許「%s」存取聯絡人?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_bluetooth",
|
||||
"value":"允許「%s」存取藍牙?"
|
||||
"value":"允許「%s」存取藍牙?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_distributed_datasync",
|
||||
"value":"允許「%s」使用多裝置協同?"
|
||||
"value":"允許「%s」使用多裝置協同?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document",
|
||||
"value":"允許「%s」存取檔案?"
|
||||
"value":"允許「%s」存取檔案?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_calendar",
|
||||
"value":"允許「%s」存取日曆?"
|
||||
"value":"允許「%s」存取日曆?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_off",
|
||||
"value":"精確位置:關閉"
|
||||
"value":"精確位置:關閉",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_camera",
|
||||
"value":"允許「%s」存取你的相機?"
|
||||
"value":"允許「%s」存取你的相機?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_nearLink",
|
||||
"value":"允許「%s」存取星閃?"
|
||||
"value":"允許「%s」存取星閃?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_sport",
|
||||
"value":"允許「%s」存取運動數據?"
|
||||
"value":"允許「%s」存取運動數據?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_image_and_videos",
|
||||
"value":"允許「%s」存取圖片和影片?"
|
||||
"value":"允許「%s」存取圖片和影片?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_location",
|
||||
"value":"允許「%s」存取你的位置?"
|
||||
"value":"允許「%s」存取你的位置?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_microphone",
|
||||
"value":"允許「%s」存取你的麥克風?"
|
||||
"value":"允許「%s」存取你的麥克風?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_audios",
|
||||
"value":"允許「%s」存取音樂和音訊?"
|
||||
"value":"允許「%s」存取音樂和音訊?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"複製內容來自「%s」。"
|
||||
"value":"複製內容來自「%s」。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -2,167 +2,290 @@
|
||||
"string":[
|
||||
{
|
||||
"name":"SecurityTitle_mediaFiles",
|
||||
"value":"安全儲存圖片和影片"
|
||||
"value":"安全儲存圖片和影片",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_location",
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時存取位置,無法持續取得您的私人資料。"
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時存取位置,無法持續取得您的私人資料。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow",
|
||||
"value":"允許"
|
||||
"value":"允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityDescription_mediaFiles",
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時,將圖片和影片儲存至圖片庫,無法持續取得您的私人資料。"
|
||||
"value":"僅允許「%s」在您輕觸此按鈕時,將圖片和影片儲存至圖片庫,無法持續取得您的私人資料。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"SecurityTitle_location",
|
||||
"value":"安全存取位置"
|
||||
"value":"安全存取位置",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"cancel",
|
||||
"value":"取消"
|
||||
"value":"取消",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"get_the_exact_position",
|
||||
"value":"允許此應用程式取得您的準確位置。停用後,應用程式取得的位置會有所偏差,部分不支援此功能的應用程式可能會定位失敗。"
|
||||
"value":"允許此應用程式取得您的準確位置。停用後,應用程式取得的位置會有所偏差,部分不支援此功能的應用程式可能會定位失敗。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"close_exact_position",
|
||||
"value":"停用精確位置後,應用程式取得的位置會有所偏差。"
|
||||
"value":"停用精確位置後,應用程式取得的位置會有所偏差。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location",
|
||||
"value":"精確位置"
|
||||
"value":"精確位置",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"always_allow",
|
||||
"value":"一律允許"
|
||||
"value":"一律允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"access_general_location",
|
||||
"value":"允許「%s」存取概略位置?"
|
||||
"value":"允許「%s」存取概略位置?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_ADS",
|
||||
"value":"允許「%s」存取廣告追蹤?"
|
||||
"value":"允許「%s」存取廣告追蹤?",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"ban",
|
||||
"value":"禁止"
|
||||
"value":"禁止",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document_folder",
|
||||
"value":"允許「%s」存取「文件」資料夾?"
|
||||
"value":"允許「%s」存取「文件」資料夾?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_use_query",
|
||||
"value":"每次使用時詢問"
|
||||
"value":"每次使用時詢問",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_desc",
|
||||
"value":"禁止後,將不再允許此應用程式存取剪貼簿。"
|
||||
"value":"禁止後,將不再允許此應用程式存取剪貼簿。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allow_this_time",
|
||||
"value":"允許本次使用"
|
||||
"value":"允許本次使用",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"allowed_only_during_use",
|
||||
"value":"僅使用期間允許"
|
||||
"value":"僅使用期間允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_desktop_folder",
|
||||
"value":"允許「%s」存取「桌面」資料夾?"
|
||||
"value":"允許「%s」存取「桌面」資料夾?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"per_inquiry",
|
||||
"value":"每次詢問"
|
||||
"value":"每次詢問",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_download_folder",
|
||||
"value":"允許「%s」存取「下載」資料夾?"
|
||||
"value":"允許「%s」存取「下載」資料夾?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"fuzzy_to_exact",
|
||||
"value":"允許「%s」的位置存取權限從「概略位置」變更為「精確位置」?"
|
||||
"value":"允許「%s」的位置存取權限從「概略位置」變更為「精確位置」?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_appList",
|
||||
"value":"允許「%s」讀取已安裝應用程式清單?"
|
||||
"value":"允許「%s」讀取已安裝應用程式清單?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"This_time_only",
|
||||
"value":"僅本次允許"
|
||||
"value":"僅本次允許",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_health",
|
||||
"value":"允許「%s」使用感測器取得您的身體資料?"
|
||||
"value":"允許「%s」使用感測器取得您的身體資料?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_pasteboard",
|
||||
"value":"允許「%s」複製來自剪貼簿的內容?"
|
||||
"value":"允許「%s」複製來自剪貼簿的內容?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_on",
|
||||
"value":"精確位置:開啟"
|
||||
"value":"精確位置:開啟",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_contacts",
|
||||
"value":"允許「%s」存取聯絡人?"
|
||||
"value":"允許「%s」存取聯絡人?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_bluetooth",
|
||||
"value":"允許「%s」存取藍牙?"
|
||||
"value":"允許「%s」存取藍牙?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_distributed_datasync",
|
||||
"value":"允許「%s」使用多裝置共同作業?"
|
||||
"value":"允許「%s」使用多裝置共同作業?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_document",
|
||||
"value":"允許「%s」存取檔案?"
|
||||
"value":"允許「%s」存取檔案?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_calendar",
|
||||
"value":"允許「%s」存取日曆?"
|
||||
"value":"允許「%s」存取日曆?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"precise_location_off",
|
||||
"value":"精確位置:關閉"
|
||||
"value":"精確位置:關閉",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_camera",
|
||||
"value":"允許「%s」存取您的相機?"
|
||||
"value":"允許「%s」存取您的相機?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_nearLink",
|
||||
"value":"允許「%s」存取星閃?"
|
||||
"value":"允許「%s」存取星閃?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_sport",
|
||||
"value":"允許「%s」存取運動資料?"
|
||||
"value":"允許「%s」存取運動資料?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_image_and_videos",
|
||||
"value":"允許「%s」存取圖片和影片?"
|
||||
"value":"允許「%s」存取圖片和影片?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_location",
|
||||
"value":"允許「%s」存取您的位置?"
|
||||
"value":"允許「%s」存取您的位置?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_microphone",
|
||||
"value":"允許「%s」存取您的麥克風?"
|
||||
"value":"允許「%s」存取您的麥克風?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"group_label_audios",
|
||||
"value":"允許「%s」存取音樂和音訊?"
|
||||
"value":"允許「%s」存取音樂和音訊?",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"內容複製自「%s」。"
|
||||
"value":"內容複製自「%s」。",
|
||||
"attr":{
|
||||
"priority":"LT"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -163,6 +163,414 @@
|
||||
{
|
||||
"name":"pasteBoard_app",
|
||||
"value":"[TS_950726]_Content copied from \"%s\". "
|
||||
},
|
||||
{
|
||||
"name":"afternoon",
|
||||
"value":"[TS_950700]_pm"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_location",
|
||||
"value":"[TS_950827]_When the system location service is enabled, %s apps are allowed to obtain the location of the device."
|
||||
},
|
||||
{
|
||||
"name":"groupName_microphone",
|
||||
"value":"[TS_950697]_Microphone"
|
||||
},
|
||||
{
|
||||
"name":"Desktop_folder",
|
||||
"value":"[TS_950711]_Desktop folder"
|
||||
},
|
||||
{
|
||||
"name":"groupName_calendar",
|
||||
"value":"[TS_950820]_Calendar"
|
||||
},
|
||||
{
|
||||
"name":"comma",
|
||||
"value":"[TS_950730]_, "
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_read_calendar",
|
||||
"value":"[TS_950812]_Apps are prohibited from reading all calendar activities stored on the device, including those of friends or colleagues. This permission allows the app to share or save your calendar data, regardless of whether it is confidential or sensitive."
|
||||
},
|
||||
{
|
||||
"name":"permission_manager",
|
||||
"value":"[TS_950705]_Permission manager"
|
||||
},
|
||||
{
|
||||
"name":"groupName_bluetooth",
|
||||
"value":"[TS_950706]_Bluetooth"
|
||||
},
|
||||
{
|
||||
"name":"Document",
|
||||
"value":"[TS_950787]_Document"
|
||||
},
|
||||
{
|
||||
"name":"camera",
|
||||
"value":"[TS_950835]_Camera"
|
||||
},
|
||||
{
|
||||
"name":"groupName_camera",
|
||||
"value":"[TS_950709]_Camera"
|
||||
},
|
||||
{
|
||||
"name":"groupName_sport",
|
||||
"value":"[TS_950724]_Fitness"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_write_contacts",
|
||||
"value":"[TS_950796]_Apps are prohibited from modifying data about contacts stored on the device, including how often you communicate with specific individuals by making phone calls, sending emails, or otherwise. This permission allows the app to delete contact data."
|
||||
},
|
||||
{
|
||||
"name":"global_desc_microphone",
|
||||
"value":"[TS_950806]_An application is accessing the microphone. Click \"Open\" to resume normal use."
|
||||
},
|
||||
{
|
||||
"name":"and",
|
||||
"value":"[TS_950684]_ and "
|
||||
},
|
||||
{
|
||||
"name":"global_desc_camera",
|
||||
"value":"[TS_950804]_An application is accessing the camera. Click \"Open\" to resume normal use."
|
||||
},
|
||||
{
|
||||
"name":"groupName_ADS",
|
||||
"value":"[TS_950783]_Advertising tracking"
|
||||
},
|
||||
{
|
||||
"name":"global_title_camera_and_microphone",
|
||||
"value":"[TS_950747]_The camera and microphone are disabled"
|
||||
},
|
||||
{
|
||||
"name":"permission",
|
||||
"value":"[TS_950690]_Permissions"
|
||||
},
|
||||
{
|
||||
"name":"close",
|
||||
"value":"[TS_950719]_Close"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_ADS",
|
||||
"value":"[TS_950754]_%s apps have been allowed to create a profile or show you personalized ads based on your AD identifier."
|
||||
},
|
||||
{
|
||||
"name":"group_label_folder",
|
||||
"value":"[TS_950763]_Allow \"%s\" access Folder?"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_camera",
|
||||
"value":"[TS_950794]_%s apps have been allowed to use the camera to take photos and videos. This permission allows the app to use the camera at any time without your confirmation."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_documents",
|
||||
"value":"[TS_950839]_Apps have been prevented from accessing files on your device."
|
||||
},
|
||||
{
|
||||
"name":"groupName_folder",
|
||||
"value":"[TS_950780]_Folder"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_sport",
|
||||
"value":"[TS_950837]_%s apps have been allowed to identify your fitness movements."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_health",
|
||||
"value":"[TS_950751]_%s apps have been allowed to access data from the sensors you use to measure your physical condition, such as your heart rate."
|
||||
},
|
||||
{
|
||||
"name":"microphone_is_off",
|
||||
"value":"[TS_950748]_The microphone is turned off. No application can use the microphone to record audio."
|
||||
},
|
||||
{
|
||||
"name":"global_title_camera",
|
||||
"value":"[TS_950733]_The camera is disabled"
|
||||
},
|
||||
{
|
||||
"name":"period",
|
||||
"value":"[TS_950823]_."
|
||||
},
|
||||
{
|
||||
"name":"global_title_microphone",
|
||||
"value":"[TS_950818]_Microphone not turned on"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_ADS",
|
||||
"value":"[TS_950833]_Apps are prohibited from creating profiles or showing you personalized ads based on your AD identifier."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_write_calendar",
|
||||
"value":"[TS_950792]_Apps are prohibited from sending event invitations on behalf of the calendar owner, while allowing it to add, delete, and change events that you can modify on your device (including those of friends or colleagues). A malicious application with this permission can pose as the calendar owner to send spam, and can also modify the activity or add fake activity without the owner's knowledge."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_pasteboard",
|
||||
"value":"[TS_950805]_Apps are prohibited from reading or writing clipboard information without using the system clipboard control. It is recommended to use apps that use system clipboard controls that only temporarily access the clipboard when you click to reduce the risk of private data being accessed."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_image",
|
||||
"value":"[TS_950765]_Apps have been blocked from accessing pictures and videos on your device."
|
||||
},
|
||||
{
|
||||
"name":"close_camera_desc",
|
||||
"value":"[TS_950764]_After it is turned off, all apps will not be able to use the camera properly to take photos, videos or perform face recognition. To restore data, turn on the camera switch."
|
||||
},
|
||||
{
|
||||
"name":"close_microphone_desc",
|
||||
"value":"[TS_950742]_After the microphone is disabled, all application services cannot use the microphone to make calls, record audio, or voice wake up. To restore data, turn on the microphone switch."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_distributed_datasync",
|
||||
"value":"[TS_950721]_%s apps have been allowed to discover and access other devices for collaborative operations between multiple devices."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_read_contacts",
|
||||
"value":"[TS_950798]_Apps are prohibited from reading data about contacts stored on your device, including how often you communicate with specific individuals by calling, sending emails, or otherwise. This permission allows an app to save your contact data, which a malicious app may share without your knowledge."
|
||||
},
|
||||
{
|
||||
"name":"permission_access_record",
|
||||
"value":"[TS_950701]_Permission access record"
|
||||
},
|
||||
{
|
||||
"name":"no_permission",
|
||||
"value":"[TS_950682]_No permission"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_write_calendar",
|
||||
"value":"[TS_950729]_%s apps have been allowed to send event invitations on behalf of the calendar owner, as well as to add, delete, and change events (including those of friends or colleagues) that you can modify on your device. A malicious application with this permission can pose as the calendar owner to send spam, and can also modify the activity or add fake activity without the owner's knowledge."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_folder",
|
||||
"value":"[TS_950737]_Apps have been prevented from accessing files and folders."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_documents",
|
||||
"value":"[TS_950799]_%s apps have been allowed to access files on your device."
|
||||
},
|
||||
{
|
||||
"name":"morning",
|
||||
"value":"[TS_950785]_am"
|
||||
},
|
||||
{
|
||||
"name":"version",
|
||||
"value":"[TS_950771]_Version "
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_write_whole_calendar",
|
||||
"value":"[TS_950712]_Apps are prohibited from adding, deleting, and changing all calendars."
|
||||
},
|
||||
{
|
||||
"name":"groupName_appList",
|
||||
"value":"[TS_950836]_Read the list of installed apps"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_read_whole_calendar",
|
||||
"value":"[TS_950714]_%s apps are allowed to read the entire calendar."
|
||||
},
|
||||
{
|
||||
"name":"Download_folder",
|
||||
"value":"[TS_950718]_Download folder"
|
||||
},
|
||||
{
|
||||
"name":"microphone",
|
||||
"value":"[TS_950710]_Microphone"
|
||||
},
|
||||
{
|
||||
"name":"groupName_health",
|
||||
"value":"[TS_950745]_Body sensor"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_audios",
|
||||
"value":"[TS_950734]_%s apps have been allowed to access music and audio on your device."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_microphone",
|
||||
"value":"[TS_950740]_Your app has been disabled from using microphones to record audio. This permission allows the app to record audio at any time without your confirmation."
|
||||
},
|
||||
{
|
||||
"name":"no_record",
|
||||
"value":"[TS_950741]_No permission access record"
|
||||
},
|
||||
{
|
||||
"name":"close_camera",
|
||||
"value":"[TS_950685]_Turn off the camera"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_sport",
|
||||
"value":"[TS_950762]_Apps are prohibited from recognizing your fitness exercise."
|
||||
},
|
||||
{
|
||||
"name":"groupName_contacts",
|
||||
"value":"[TS_950816]_Address book"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_microphone",
|
||||
"value":"[TS_950828]_%s apps have been allowed to record audio using microphones. This permission allows the app to record audio at any time without your confirmation."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_read_calendar",
|
||||
"value":"[TS_950786]_%s apps have been allowed to read all calendar activities stored on the device, including those of friends or colleagues. This permission allows the app to share or save your calendar data, regardless of whether it is confidential or sensitive."
|
||||
},
|
||||
{
|
||||
"name":"allowed",
|
||||
"value":"[TS_950738]_ALLOWED"
|
||||
},
|
||||
{
|
||||
"name":"open",
|
||||
"value":"[TS_950832]_Open"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_appList",
|
||||
"value":"[TS_950703]_Apps are prohibited from reading the list of installed applications on the local device."
|
||||
},
|
||||
{
|
||||
"name":"groupName_location",
|
||||
"value":"[TS_950772]_Location information"
|
||||
},
|
||||
{
|
||||
"name":"right",
|
||||
"value":"[TS_950725]_ permissions"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_location",
|
||||
"value":"[TS_950688]_When the system positioning service is enabled, applications are not allowed to obtain the location of the device."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_bluetooth",
|
||||
"value":"[TS_950743]_Apps are prohibited from using Bluetooth to find or connect to nearby devices."
|
||||
},
|
||||
{
|
||||
"name":"multi_device_collaboration",
|
||||
"value":"[TS_950795]_Multi-device collaboration"
|
||||
},
|
||||
{
|
||||
"name":"close_microphone",
|
||||
"value":"[TS_950689]_Turn off the microphone"
|
||||
},
|
||||
{
|
||||
"name":"global_desc_camera_and_microphone",
|
||||
"value":"[TS_950693]_An application is accessing the camera and microphone. Click \"Open\" to resume normal use."
|
||||
},
|
||||
{
|
||||
"name":"application",
|
||||
"value":"[TS_950819]_Applications"
|
||||
},
|
||||
{
|
||||
"name":"camera_is_off",
|
||||
"value":"[TS_950752]_The camera is turned off and no apps can currently use the camera to take photos and videos."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_distributed_datasync",
|
||||
"value":"[TS_950715]_Apps are prohibited from discovering and accessing other devices for collaborative operations between multiple devices."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_write_contacts",
|
||||
"value":"[TS_950713]_%s apps have been allowed to modify data about contacts stored on the device, including how often you communicate with specific individuals by calling, sending emails, or otherwise. This permission allows the app to delete contact data."
|
||||
},
|
||||
{
|
||||
"name":"banned",
|
||||
"value":"[TS_950773]_BANNED"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_folder",
|
||||
"value":"[TS_950774]_%s apps have been allowed to access files and folders."
|
||||
},
|
||||
{
|
||||
"name":"access_permission",
|
||||
"value":"[TS_950694]_ access permission"
|
||||
},
|
||||
{
|
||||
"name":"Document_folder",
|
||||
"value":"[TS_950776]_Document folder"
|
||||
},
|
||||
{
|
||||
"name":"separator",
|
||||
"value":"[TS_950696]_, "
|
||||
},
|
||||
{
|
||||
"name":"risk_warning",
|
||||
"value":"[TS_950686]_Risk application does not obtain this permission"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_audios",
|
||||
"value":"[TS_950749]_Apps have been blocked from accessing music and audio on your device."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_write_whole_calendar",
|
||||
"value":"[TS_950687]_%s apps have been allowed to add, delete, and change all calendars."
|
||||
},
|
||||
{
|
||||
"name":"Desktop",
|
||||
"value":"[TS_950797]_Desktop"
|
||||
},
|
||||
{
|
||||
"name":"visits",
|
||||
"value":"[TS_950838]_Number of visits: %s"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_read_contacts",
|
||||
"value":"[TS_950704]_%s apps have been allowed to read data about contacts stored on the device, including how often you communicate with specific individuals by calling, sending emails, or otherwise. This permission allows an app to save your contact data, which a malicious app may share without your knowledge."
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_read_whole_calendar",
|
||||
"value":"[TS_950770]_Apps have been prevented from reading all calendars."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_bluetooth",
|
||||
"value":"[TS_950698]_%s apps have been allowed to use Bluetooth to find and connect to nearby devices."
|
||||
},
|
||||
{
|
||||
"name":"recent_visit",
|
||||
"value":"[TS_950814]_Number of visits: %s; Recent visits: %s"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_camera",
|
||||
"value":"[TS_950821]_Apps that use cameras to take photos and videos have been banned. This permission allows the app to use the camera at any time without your confirmation."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_nearLink",
|
||||
"value":"[TS_950746]_%s apps have been allowed to access NearLink."
|
||||
},
|
||||
{
|
||||
"name":"record_time_limit",
|
||||
"value":"[TS_950683]_Access records in the last 7 days"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_health",
|
||||
"value":"[TS_950691]_Apps are prohibited from accessing data from sensors that you use to measure your physical condition, such as your heart rate."
|
||||
},
|
||||
{
|
||||
"name":"groupName_other",
|
||||
"value":"[TS_950702]_Other rights"
|
||||
},
|
||||
{
|
||||
"name":"enable_description_appList",
|
||||
"value":"[TS_950744]_%s apps are allowed to read the list of installed apps on the local device."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_pasteboard",
|
||||
"value":"[TS_950758]_%s apps have been allowed to read and write clipboard information without using the system clipboard control. It is recommended to use apps that use system clipboard controls that only temporarily access the clipboard when you click to reduce the risk of private data being accessed."
|
||||
},
|
||||
{
|
||||
"name":"enable_description_image",
|
||||
"value":"[TS_950777]_%s apps have been allowed to access pictures and videos on your device."
|
||||
},
|
||||
{
|
||||
"name":"Download",
|
||||
"value":"[TS_950831]_Download"
|
||||
},
|
||||
{
|
||||
"name":"groupName_nearLink",
|
||||
"value":"[TS_950810]_NearLink"
|
||||
},
|
||||
{
|
||||
"name":"textInput_placeholder",
|
||||
"value":"[TS_950803]_Search application"
|
||||
},
|
||||
{
|
||||
"name":"groupName_pasteboard",
|
||||
"value":"[TS_950811]_Pasteboard"
|
||||
},
|
||||
{
|
||||
"name":"forbidden_description_nearLink",
|
||||
"value":"[TS_950728]_Apps have been prohibited from accessing NearLink."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user