CKT String|Colors
This commit is contained in:
16
lib/strings/curiosidade_strings.dart
Normal file
16
lib/strings/curiosidade_strings.dart
Normal file
@@ -0,0 +1,16 @@
|
||||
/// Texto do ecrã de curiosidades ([CuriosidadeScreen]).
|
||||
class CuriosidadeStrings {
|
||||
const CuriosidadeStrings._();
|
||||
|
||||
static const String pageTitle = 'Curiosidades';
|
||||
static const String close = 'Fechar';
|
||||
|
||||
static const String topicXTitle = 'Tema X';
|
||||
static const String topicXDescription =
|
||||
'Aprenda dicas rápidas e simples para cuidar dos dentes no dia a dia.';
|
||||
|
||||
static const String topicYTitle = 'Tema Y';
|
||||
static const String topicZTitle = 'Tema Z';
|
||||
static const String topicUTitle = 'Tema U';
|
||||
static const String contentComingSoon = 'Conteúdo em breve.';
|
||||
}
|
||||
Reference in New Issue
Block a user