/* eslint-disable */ export default { title: 'Region', NAOnlyMessage: 'Please set your area code. This will be used for local dialling.', MultiWithNAMessage: 'Please set the country and area code for your region. This will be used for local dialling and phone number formatting.', MultiWithoutNAMessage: 'Please select which country you are located in. This will be used for local dialling and phone number formatting.', country: 'Country', areaCode: 'Area Code', areaCodePlaceholder: 'Enter area code', } as const; // @key: @#@"title"@#@ @source: @#@"Region"@#@ // @key: @#@"NAOnlyMessage"@#@ @source: @#@"Please set your area code. This will be used for local dialing."@#@ // @key: @#@"MultiWithNAMessage"@#@ @source: @#@"Please set the country and area code for your region. This will be used for local dialing and phone number formatting."@#@ // @key: @#@"MultiWithoutNAMessage"@#@ @source: @#@"Please select the country you locate in. This will be used for local dialing and phone number formatting."@#@ // @key: @#@"country"@#@ @source: @#@"Country"@#@ // @key: @#@"areaCode"@#@ @source: @#@"Area Code"@#@ // @key: @#@"areaCodePlaceholder"@#@ @source: @#@"Enter Area Code"@#@