CKT 1.0.2 | otorrinolaringologista

This commit is contained in:
Carlos Correia
2026-07-16 12:58:46 +01:00
parent a8af2c6845
commit f5884d8c36
12 changed files with 611 additions and 53 deletions

View File

@@ -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';
}