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 */ 15 16export default { 17 'strings': { 18 'mobileData': $r('app.string.mobile_data'), 19 'general': $r('app.string.mobile_data_general'), 20 'dataUsageFeesMayApply': $r('app.string.mobile_data_charges'), 21 'dataRoaming': $r('app.string.mobile_data_dataRoaming'), 22 'enableDataWhileRoaming': $r('app.string.mobile_data_enableDataWhileRoaming'), 23 'notice': $r('app.string.mobile_data_tips'), 24 'dataRoamingAsk': $r('app.string.mobile_data_turn_on_data_roaming'), 25 'cancel': $r('app.string.cancel_space'), 26 'confirm':$r('app.string.confim_space'), 27 'netFive': $r('app.string.mobile_data_netFive'), 28 'voCall': $r('app.string.mobile_data_volte'), 29 'accessPointNamesAPN': $r('app.string.mobile_data_accessPointNamesAPN'), 30 'sim1': $r('app.string.mobile_data_card1'), 31 'sim2': $r('app.string.mobile_data_card2'), 32 'preferredNetworkMode': $r('app.string.mobile_data_networkMode'), 33 'networkProvider': $r('app.string.mobile_data_networkProvider'), 34 'fiveAuto': $r('app.string.mobile_data_fiveAuto'), 35 'fourAuto': $r('app.string.mobile_data_fourAuto'), 36 'threeAuto': $r('app.string.mobile_data_threeAuto'), 37 'twoOnly': $r('app.string.mobile_data_twoOnly'), 38 } 39}