1 2{ 3 "string": [ 4 { 5 "name": "entry_desc", 6 "value": "description" 7 }, 8 { 9 "name": "ServiceExtAbility_desc", 10 "value": "description" 11 }, 12 { 13 "name": "ServiceExtAbility_label", 14 "value": "label" 15 }, 16 { 17 "name": "MainAbility_desc", 18 "value": "manage the permissions of all applications from the permission and application dimensions" 19 }, 20 { 21 "name": "MainAbility_label", 22 "value": "permission manage" 23 }, 24 { 25 "name": "no_permission", 26 "value": "no permission" 27 }, 28 { 29 "name": "access_permission", 30 "value": "access permission" 31 }, 32 { 33 "name": "permission_access_record", 34 "value": "permission access record" 35 }, 36 { 37 "name": "authority_management", 38 "value": "authority management" 39 }, 40 { 41 "name": "other_permissions", 42 "value": "other permissions" 43 }, 44 { 45 "name": "application", 46 "value": "application" 47 }, 48 { 49 "name": "authority", 50 "value": "authority" 51 }, 52 { 53 "name": "textInput_placeholder", 54 "value": "search application" 55 }, 56 { 57 "name": "allowed", 58 "value": "allowed" 59 }, 60 { 61 "name": "banned", 62 "value": "banned" 63 }, 64 { 65 "name": "Authorization_failed", 66 "value": "Authorization failure!" 67 }, 68 { 69 "name": "reason_suffix", 70 "value": " and other permissions." 71 }, 72 { 73 "name": "separator", 74 "value": "," 75 }, 76 { 77 "name": "visits", 78 "value": "Number of visits:" 79 }, 80 { 81 "name": "recent_visit", 82 "value": ";Recent visits:" 83 }, 84 { 85 "name": "morning", 86 "value": "am" 87 }, 88 { 89 "name": "afternoon", 90 "value": "pm" 91 }, 92 { 93 "name": "no_record", 94 "value": "No permission access record" 95 }, 96 { 97 "name": "record_time_limit", 98 "value": "Access records in the last 7 days" 99 }, 100 { 101 "name": "number_of_authorized_applications", 102 "value": " applications have this permission" 103 }, 104 { 105 "name": "allow", 106 "value": "allow" 107 }, 108 { 109 "name": "ban", 110 "value": "ban" 111 }, 112 { 113 "name": "precise_location", 114 "value": "Precise location" 115 }, 116 { 117 "name": "precise_location_on", 118 "value": "Precise position: On" 119 }, 120 { 121 "name": "precise_location_off", 122 "value": "Precise position: Off" 123 }, 124 { 125 "name": "get_the_exact_position", 126 "value": "Allows the app to get your exact location. When closed, the location obtained by the application will be biased." 127 }, 128 { 129 "name": "close_exact_position", 130 "value": "When Precise location is turned off, the location obtained by the application is biased." 131 }, 132 { 133 "name": "whether_to_allow", 134 "value": "Whether to allow " 135 }, 136 { 137 "name": "access_general_location", 138 "value": " access the general location?" 139 }, 140 { 141 "name": "fuzzy_to_exact", 142 "value": " position access to change from \"APPROXIMATE POSITION\" to \"EXACT POSITION\"?" 143 }, 144 { 145 "name": "cancel", 146 "value": "cancel" 147 }, 148 { 149 "name": "open", 150 "value": "open" 151 }, 152 { 153 "name": "close", 154 "value": "close" 155 }, 156 { 157 "name": "camera", 158 "value": "camera" 159 }, 160 { 161 "name": "microphone", 162 "value": "microphone" 163 }, 164 { 165 "name": "close_camera", 166 "value": "Turn off the camera" 167 }, 168 { 169 "name": "close_microphone", 170 "value": "Turn off the microphone" 171 }, 172 { 173 "name": "global_title_camera", 174 "value": "The camera is disabled" 175 }, 176 { 177 "name": "global_title_microphone", 178 "value": "Microphone not turned on" 179 }, 180 { 181 "name": "global_title_camera_and_microphone", 182 "value": "The camera and microphone are disabled" 183 }, 184 { 185 "name": "global_desc_camera", 186 "value": "An application is accessing the camera. Click \"Open\" to resume normal use." 187 }, 188 { 189 "name": "global_desc_microphone", 190 "value": "An application is accessing the microphone. Click \"Open\" to resume normal use." 191 }, 192 { 193 "name": "global_desc_camera_and_microphone", 194 "value": "An application is accessing the camera and microphone. Click \"Open\" to resume normal use." 195 }, 196 { 197 "name": "microphone_is_off", 198 "value": "The microphone is turned off. No application can use the microphone to record audio." 199 }, 200 { 201 "name": "camera_is_off", 202 "value": "The camera is turned off and no apps can currently use the camera to take photos and videos." 203 }, 204 { 205 "name": "close_microphone_desc", 206 "value": "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." 207 }, 208 { 209 "name": "close_camera_desc", 210 "value": "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." 211 } 212 ] 213}