feat: improve patient flow and pricing workflow
This commit is contained in:
@@ -57,6 +57,7 @@ class AppStrings {
|
||||
required this.tenantKindLab,
|
||||
required this.signInWelcome,
|
||||
required this.signInSubtitle,
|
||||
required this.rememberMe,
|
||||
required this.emailAddress,
|
||||
required this.password,
|
||||
required this.emailRequired,
|
||||
@@ -95,6 +96,7 @@ class AppStrings {
|
||||
required this.clinicCategory,
|
||||
required this.jobsTitle,
|
||||
required this.dashboardTitle,
|
||||
required this.homeTitle,
|
||||
required this.productsTitle,
|
||||
required this.patientsTitle,
|
||||
required this.close,
|
||||
@@ -174,6 +176,7 @@ class AppStrings {
|
||||
// ── Auth ──────────────────────────────────────────────────────────────────
|
||||
final String signInWelcome;
|
||||
final String signInSubtitle;
|
||||
final String rememberMe;
|
||||
final String emailAddress;
|
||||
final String password;
|
||||
final String emailRequired;
|
||||
@@ -213,6 +216,7 @@ class AppStrings {
|
||||
final String clinicCategory;
|
||||
final String jobsTitle;
|
||||
final String dashboardTitle;
|
||||
final String homeTitle;
|
||||
final String productsTitle;
|
||||
final String patientsTitle;
|
||||
|
||||
@@ -303,6 +307,7 @@ class AppStrings {
|
||||
tenantKindLab: 'Laboratuvar',
|
||||
signInWelcome: 'Tekrar hoş geldiniz',
|
||||
signInSubtitle: 'Hesabınıza giriş yapın',
|
||||
rememberMe: 'Beni hatırla',
|
||||
emailAddress: 'E-posta adresi',
|
||||
password: 'Şifre',
|
||||
emailRequired: 'E-posta gereklidir',
|
||||
@@ -338,6 +343,7 @@ class AppStrings {
|
||||
clinicCategory: 'KLİNİK',
|
||||
jobsTitle: 'İşler',
|
||||
dashboardTitle: 'Özet',
|
||||
homeTitle: 'Ana Sayfa',
|
||||
productsTitle: 'Ürünler',
|
||||
patientsTitle: 'Hastalar',
|
||||
currencyTRY: 'Türk Lirası (₺)',
|
||||
@@ -410,6 +416,7 @@ class AppStrings {
|
||||
tenantKindLab: 'Laboratory',
|
||||
signInWelcome: 'Welcome back',
|
||||
signInSubtitle: 'Sign in to your account',
|
||||
rememberMe: 'Remember me',
|
||||
emailAddress: 'Email address',
|
||||
password: 'Password',
|
||||
emailRequired: 'Email is required',
|
||||
@@ -445,6 +452,7 @@ class AppStrings {
|
||||
clinicCategory: 'CLINIC',
|
||||
jobsTitle: 'Jobs',
|
||||
dashboardTitle: 'Overview',
|
||||
homeTitle: 'Home',
|
||||
productsTitle: 'Products',
|
||||
patientsTitle: 'Patients',
|
||||
currencyTRY: 'Turkish Lira (₺)',
|
||||
@@ -517,6 +525,7 @@ class AppStrings {
|
||||
tenantKindLab: 'Лаборатория',
|
||||
signInWelcome: 'Добро пожаловать',
|
||||
signInSubtitle: 'Войдите в свой аккаунт',
|
||||
rememberMe: 'Запомнить меня',
|
||||
emailAddress: 'Адрес эл. почты',
|
||||
password: 'Пароль',
|
||||
emailRequired: 'Эл. почта обязательна',
|
||||
@@ -552,6 +561,7 @@ class AppStrings {
|
||||
clinicCategory: 'КЛИНИКА',
|
||||
jobsTitle: 'Заказы',
|
||||
dashboardTitle: 'Обзор',
|
||||
homeTitle: 'Главная',
|
||||
productsTitle: 'Продукты',
|
||||
patientsTitle: 'Пациенты',
|
||||
currencyTRY: 'Турецкая лира (₺)',
|
||||
@@ -624,6 +634,7 @@ class AppStrings {
|
||||
tenantKindLab: 'مختبر',
|
||||
signInWelcome: 'مرحباً بعودتك',
|
||||
signInSubtitle: 'سجّل دخولك إلى حسابك',
|
||||
rememberMe: 'تذكرني',
|
||||
emailAddress: 'البريد الإلكتروني',
|
||||
password: 'كلمة المرور',
|
||||
emailRequired: 'البريد الإلكتروني مطلوب',
|
||||
@@ -659,6 +670,7 @@ class AppStrings {
|
||||
clinicCategory: 'العيادة',
|
||||
jobsTitle: 'الأعمال',
|
||||
dashboardTitle: 'نظرة عامة',
|
||||
homeTitle: 'الرئيسية',
|
||||
productsTitle: 'المنتجات',
|
||||
patientsTitle: 'المرضى',
|
||||
currencyTRY: 'ليرة تركية (₺)',
|
||||
@@ -731,6 +743,7 @@ class AppStrings {
|
||||
tenantKindLab: 'Labor',
|
||||
signInWelcome: 'Willkommen zurück',
|
||||
signInSubtitle: 'Melden Sie sich in Ihrem Konto an',
|
||||
rememberMe: 'Angemeldet bleiben',
|
||||
emailAddress: 'E-Mail-Adresse',
|
||||
password: 'Passwort',
|
||||
emailRequired: 'E-Mail ist erforderlich',
|
||||
@@ -766,6 +779,7 @@ class AppStrings {
|
||||
clinicCategory: 'KLINIK',
|
||||
jobsTitle: 'Aufträge',
|
||||
dashboardTitle: 'Übersicht',
|
||||
homeTitle: 'Startseite',
|
||||
productsTitle: 'Produkte',
|
||||
patientsTitle: 'Patienten',
|
||||
currencyTRY: 'Türkische Lira (₺)',
|
||||
|
||||
Reference in New Issue
Block a user