Files
Tanami_App/lib/core/styles/app_text.dart
2024-05-30 20:29:25 +05:30

48 lines
2.1 KiB
Dart

class AppText {
//Splash
static const String splashVersionText = "APP: v.";
static const String splashCopyrightText = '© 2024 Tanami';
//Welcome
static const String welcomeTitle1Text = "Tanami offers";
static const String welcomeTitle2Text = "Invest alongside";
static const String welcomeTitle3Text = "Start investing today ";
static const String weclomeDescription1Text =
"access to best-in-class, exclusive, global private investments";
static const String weclomeDescription2Text =
"experienced investment experts with a long-standing track record";
static const String weclomeDescription3Text = "with only SAR 1,000";
static const String loginText = "Log In";
static const String signUpText = "Sign Up";
//Login
static const String welcomeText = "Welcome back!";
static const String pleaseEnterLoginDetails =
"Please enter your login details to get started";
static const String countryOfResidence = "Country of residence";
static const String chooseCountry = "Choose country";
static const String phoneNumber = "Phone Number";
static const String password = "Password";
static const String enterPassword = "Enter password";
static const String invalidPhoneNo = "Invalid Phone Number";
static const String enterPhoneNo = "Enter phone number";
static const String invalidPassword = "Invalid Password";
static const String forgorPassword = "Forgot Password";
//Country Name
static const String bahrainCountryText = "Bahrain";
static const String kuwaitCountryText = "Kuwait";
static const String omanCountryText = "Oman";
static const String qatarCountryText = "Qatar";
static const String saudiArabiaCountryText = "Saudi Arabia";
static const String uaeCountryText = "United Arab Emirates";
static const String confirmSelectionText = "Confirm selection";
//Portfolio
static const String portfolio = "Portfolio Value: ";
static const String investmentamount = "Investment Amount";
static const String currentval = "Current valuation";
static const String totalreturn = "Total return";
static const String disttodate = "Distributions to date";
}