CKT 1.0.2 | otorrinolaringologista
This commit is contained in:
@@ -104,6 +104,13 @@ class HomeStrings {
|
||||
static const String childCodeRequired = 'Indique o código';
|
||||
static const String childCodeDigitsOnly = 'O código só pode conter números';
|
||||
static const String childCodeAlreadyInUse =
|
||||
'Este código já está atribuído a outra criança';
|
||||
'Código numérico já está em uso';
|
||||
static String codeLabel(String code) => 'Cód. $code';
|
||||
|
||||
static const String resumeQuizTitle = 'Questionário por terminar';
|
||||
static String resumeQuizMessage(String childName) =>
|
||||
'Há um questionário por terminar para $childName. Quer continuar de '
|
||||
'onde parou ou recomeçar do início?';
|
||||
static const String resumeQuiz = 'Continuar';
|
||||
static const String restartQuiz = 'Recomeçar';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user