feat: contacts upper and lower limits
This commit is contained in:
@@ -763,5 +763,7 @@
|
||||
"callHistoryEmpty": "No calls recorded",
|
||||
"callIncoming": "Incoming",
|
||||
"callOutgoing": "Outgoing",
|
||||
"callMissed": "Missed"
|
||||
}
|
||||
"callMissed": "Missed",
|
||||
"errorContactsMin": "The device must have at least one contact",
|
||||
"errorContactsMax": "The device cannot have more than 10 contacts"
|
||||
}
|
||||
@@ -761,5 +761,7 @@
|
||||
"callHistoryEmpty": "No hay llamadas registradas",
|
||||
"callIncoming": "Entrantes",
|
||||
"callOutgoing": "Salientes",
|
||||
"callMissed": "Perdidas"
|
||||
"callMissed": "Perdidas",
|
||||
"errorContactsMin": "El dispositivo debe tener al menos un contacto",
|
||||
"errorContactsMax": "El dispositivo no puede tener más de 10 contactos"
|
||||
}
|
||||
|
||||
@@ -768,4 +768,6 @@ class I18n {
|
||||
static const String noPhotosAvailable = 'noPhotosAvailable';
|
||||
static const String yesterday = 'yesterday';
|
||||
static const String measure = 'measure';
|
||||
static const String errorContactsMin = 'errorContactsMin';
|
||||
static const String errorContactsMax = 'errorContactsMax';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user