first commit

This commit is contained in:
2026-04-29 12:53:22 +07:00
commit e6a30eddd3
394 changed files with 16408 additions and 0 deletions

18
lib/l10n/arb/app_en.arb Normal file
View File

@@ -0,0 +1,18 @@
{
"@@locale": "en",
"counterAppBarTitle": "Counter",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"
},
"@login": {
"title": "Sign-in to continue your maintenance tasks",
"labelUsername": "Employee ID / Username",
"descriptionUsername": "Enter your employee ID / Username",
"labelPassword": "Password",
"descriptionPassword": "Enter your password",
"loginForgotPassword": "Forgot Password?",
"loginButton": "Login",
"questTest": "Having trouble?",
"contactAdmin": "Contact Admin"
}
}