core/homeassistant/components/iqvia/translations/en.json

17 lines
433 B
JSON
Raw Normal View History

{
"config": {
"error": {
"identifier_exists": "ZIP code already registered",
"invalid_zip_code": "ZIP code is invalid"
},
"step": {
"user": {
"data": {
"zip_code": "ZIP Code"
},
"description": "Fill out your U.S. or Canadian ZIP code.",
"title": "IQVIA"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}