1/* 2 * Copyright (c) 2023 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15export default { 16 "strings": { 17 "mobileData": $r('app.string.mobile_data'), 18 "general": $r('app.string.mobile_data_general'), 19 "dataUsageFeesMayApply": $r('app.string.mobile_data_charges'), 20 "dataRoaming": $r('app.string.mobile_data_dataRoaming'), 21 "enableDataWhileRoaming": $r('app.string.mobile_data_enableDataWhileRoaming'), 22 "notice": $r('app.string.mobile_data_tips'), 23 "dataRoamingAsk": $r('app.string.mobile_data_turn_on_data_roaming'), 24 "cancel": $r('app.string.cancel_space'), 25 "confirm":$r('app.string.confim_space'), 26 "netFive": $r('app.string.mobile_data_netFive'), 27 "voCall": $r('app.string.mobile_data_volte'), 28 "accessPointNamesAPN": $r('app.string.mobile_data_accessPointNamesAPN'), 29 "sim1": $r('app.string.mobile_data_card1'), 30 "sim2": $r('app.string.mobile_data_card2'), 31 "preferredNetworkMode": $r('app.string.mobile_data_networkMode'), 32 "networkProvider": $r('app.string.mobile_data_networkProvider'), 33 "fiveAuto": $r('app.string.mobile_data_fiveAuto'), 34 "fourAuto": $r('app.string.mobile_data_fourAuto'), 35 "threeAuto": $r('app.string.mobile_data_threeAuto'), 36 "twoOnly": $r('app.string.mobile_data_twoOnly'), 37 } 38}