Configure app signing, update identifiers for store deployment, and localize dashboard tabs
This commit is contained in:
@@ -458,5 +458,10 @@
|
||||
"profileSettingsLogout": "Abmelden",
|
||||
"profileSettingsLogoutConfirm": "Sind Sie sicher, dass Sie sich abmelden möchten?",
|
||||
"profileSettingsLogoutError": "Fehler beim Abmelden",
|
||||
"profileSettingsSave": "Änderungen speichern"
|
||||
"profileSettingsSave": "Änderungen speichern",
|
||||
|
||||
"dashboardTabHome": "Startseite",
|
||||
"dashboardTabActivity": "Aktivität",
|
||||
"dashboardTabNotifications": "Benachrichtigungen",
|
||||
"dashboardTabProfile": "Profil"
|
||||
}
|
||||
@@ -458,5 +458,9 @@
|
||||
"profileSettingsLogout": "Log out",
|
||||
"profileSettingsLogoutConfirm": "Are you sure you want to log out?",
|
||||
"profileSettingsLogoutError": "Error logging out",
|
||||
"profileSettingsSave": "Save changes"
|
||||
"profileSettingsSave": "Save changes",
|
||||
"dashboardTabHome": "Home",
|
||||
"dashboardTabActivity": "Activity",
|
||||
"dashboardTabNotifications": "Notifications",
|
||||
"dashboardTabProfile": "Profile"
|
||||
}
|
||||
@@ -458,5 +458,9 @@
|
||||
"profileSettingsLogout": "Cerrar sesión",
|
||||
"profileSettingsLogoutConfirm": "¿Estás seguro de que deseas cerrar sesión?",
|
||||
"profileSettingsLogoutError": "Error al cerrar sesión",
|
||||
"profileSettingsSave": "Guardar cambios"
|
||||
"profileSettingsSave": "Guardar cambios",
|
||||
"dashboardTabHome": "Inicio",
|
||||
"dashboardTabActivity": "Actividad",
|
||||
"dashboardTabNotifications": "Notificaciones",
|
||||
"dashboardTabProfile": "Perfil"
|
||||
}
|
||||
@@ -458,5 +458,10 @@
|
||||
"profileSettingsLogout": "Se déconnecter",
|
||||
"profileSettingsLogoutConfirm": "Êtes-vous sûr de vouloir vous déconnecter ?",
|
||||
"profileSettingsLogoutError": "Erreur lors de la déconnexion",
|
||||
"profileSettingsSave": "Enregistrer les modifications"
|
||||
"profileSettingsSave": "Enregistrer les modifications",
|
||||
|
||||
"dashboardTabHome": "Accueil",
|
||||
"dashboardTabActivity": "Activité",
|
||||
"dashboardTabNotifications": "Notifications",
|
||||
"dashboardTabProfile": "Profil"
|
||||
}
|
||||
@@ -458,5 +458,10 @@
|
||||
"profileSettingsLogout": "Esci",
|
||||
"profileSettingsLogoutConfirm": "Sei sicuro di voler uscire?",
|
||||
"profileSettingsLogoutError": "Errore durante la disconnessione",
|
||||
"profileSettingsSave": "Salva modifiche"
|
||||
"profileSettingsSave": "Salva modifiche",
|
||||
|
||||
"dashboardTabHome": "Home",
|
||||
"dashboardTabActivity": "Attività",
|
||||
"dashboardTabNotifications": "Notifiche",
|
||||
"dashboardTabProfile": "Profilo"
|
||||
}
|
||||
@@ -458,5 +458,10 @@
|
||||
"profileSettingsLogout": "Terminar sessão",
|
||||
"profileSettingsLogoutConfirm": "Tem a certeza de que deseja terminar sessão?",
|
||||
"profileSettingsLogoutError": "Erro ao terminar sessão",
|
||||
"profileSettingsSave": "Guardar alterações"
|
||||
"profileSettingsSave": "Guardar alterações",
|
||||
|
||||
"dashboardTabHome": "Início",
|
||||
"dashboardTabActivity": "Atividade",
|
||||
"dashboardTabNotifications": "Notificações",
|
||||
"dashboardTabProfile": "Perfil"
|
||||
}
|
||||
@@ -520,4 +520,10 @@ class I18n {
|
||||
static const String payinSuccess = 'payinSuccess';
|
||||
static const String payinError = 'payinError';
|
||||
static const String payinProcessing = 'payinProcessing';
|
||||
|
||||
// Dashboard Tabs
|
||||
static const String dashboardTabHome = 'dashboardTabHome';
|
||||
static const String dashboardTabActivity = 'dashboardTabActivity';
|
||||
static const String dashboardTabNotifications = 'dashboardTabNotifications';
|
||||
static const String dashboardTabProfile = 'dashboardTabProfile';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user