Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/l10n/app_am.arb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@

"secureSetup": "ደህንነት ማዋቀር",
"masterPassword": "ዋና የይለፍ ቃል",
"createPinLabel": "ባለ 4-አሃዝ PIN ይፍጠሩ",
"recoveryQuestions": "የማግኛ ጥያቄዎች",
"birthCity": "የትውልድ ከተማ",
"openingYear": "የመክፈቻ ዓመት (ኢትዮጵያ)",
"setUpMyShop": "ሱቄን አዋቅር",
"dataSecureNote": "መረጃዎ በዚህ መሣሪያ ላይ ብቻ ተከማችቷል።",
"passwordRequired": "የይለፍ ቃል ያስፈልጋል",
"passwordMinLength": "ቢያንስ 4 ቁምፊዎች መሆን አለበት",
"pinExactDigits": "PIN በትክክል 4 አሃዞች መሆን አለበት",
"pinNumericOnly": "PIN ቁጥር ብቻ መሆን አለበት",
"birthCityRequired": "የትውልድ ከተማ ያስፈልጋል",
"yearRequired": "ዓመት ያስፈልጋል",
"yearExactDigits": "በትክክል 4 አሃዞች መሆን አለበት",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@

"secureSetup": "SECURE SETUP",
"masterPassword": "Master Password",
"createPinLabel": "Create 4-Digit PIN",
"recoveryQuestions": "RECOVERY QUESTIONS",
"birthCity": "Birth City",
"openingYear": "Opening Year (Ethiopian)",
"setUpMyShop": "Set Up My Shop",
"dataSecureNote": "Your data is stored securely on this device only.",
"passwordRequired": "Password is required",
"passwordMinLength": "Must be at least 4 characters",
"pinExactDigits": "PIN must be exactly 4 digits",
"pinNumericOnly": "PIN must be numeric",
"birthCityRequired": "Birth city is required",
"yearRequired": "Year is required",
"yearExactDigits": "Must be exactly 4 digits",
Expand Down
18 changes: 18 additions & 0 deletions lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ abstract class AppLocalizations {
/// **'Master Password'**
String get masterPassword;

/// No description provided for @createPinLabel.
///
/// In en, this message translates to:
/// **'Create 4-Digit PIN'**
String get createPinLabel;

/// No description provided for @recoveryQuestions.
///
/// In en, this message translates to:
Expand Down Expand Up @@ -268,6 +274,18 @@ abstract class AppLocalizations {
/// **'Must be at least 4 characters'**
String get passwordMinLength;

/// No description provided for @pinExactDigits.
///
/// In en, this message translates to:
/// **'PIN must be exactly 4 digits'**
String get pinExactDigits;

/// No description provided for @pinNumericOnly.
///
/// In en, this message translates to:
/// **'PIN must be numeric'**
String get pinNumericOnly;

/// No description provided for @birthCityRequired.
///
/// In en, this message translates to:
Expand Down
9 changes: 9 additions & 0 deletions lib/l10n/app_localizations_am.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ class AppLocalizationsAm extends AppLocalizations {
@override
String get masterPassword => 'ዋና የይለፍ ቃል';

@override
String get createPinLabel => 'ባለ 4-አሃዝ PIN ይፍጠሩ';

@override
String get recoveryQuestions => 'የማግኛ ጥያቄዎች';

Expand All @@ -92,6 +95,12 @@ class AppLocalizationsAm extends AppLocalizations {
@override
String get passwordMinLength => 'ቢያንስ 4 ቁምፊዎች መሆን አለበት';

@override
String get pinExactDigits => 'PIN በትክክል 4 አሃዞች መሆን አለበት';

@override
String get pinNumericOnly => 'PIN ቁጥር ብቻ መሆን አለበት';

@override
String get birthCityRequired => 'የትውልድ ከተማ ያስፈልጋል';

Expand Down
9 changes: 9 additions & 0 deletions lib/l10n/app_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get masterPassword => 'Master Password';

@override
String get createPinLabel => 'Create 4-Digit PIN';

@override
String get recoveryQuestions => 'RECOVERY QUESTIONS';

Expand All @@ -93,6 +96,12 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get passwordMinLength => 'Must be at least 4 characters';

@override
String get pinExactDigits => 'PIN must be exactly 4 digits';

@override
String get pinNumericOnly => 'PIN must be numeric';

@override
String get birthCityRequired => 'Birth city is required';

Expand Down
9 changes: 9 additions & 0 deletions lib/l10n/app_localizations_om.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ class AppLocalizationsOm extends AppLocalizations {
@override
String get masterPassword => 'Jecha Darbii Jalqabaa';

@override
String get createPinLabel => 'PIN Lakkoofsa 4 Uumi';

@override
String get recoveryQuestions => 'GAAFFILEE DEEBISUU';

Expand All @@ -93,6 +96,12 @@ class AppLocalizationsOm extends AppLocalizations {
@override
String get passwordMinLength => 'Yoo xiqqaate arfii 4 ta\'uu qaba';

@override
String get pinExactDigits => 'PIN lakkoofsa 4 qofa ta\'uu qaba';

@override
String get pinNumericOnly => 'PIN lakkoofsa qofa ta\'uu qaba';

@override
String get birthCityRequired => 'Magaalaan dhalootaa barbaachisaadha';

Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_om.arb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@

"secureSetup": "QINDAA'INA NAGEENYA",
"masterPassword": "Jecha Darbii Jalqabaa",
"createPinLabel": "PIN Lakkoofsa 4 Uumi",
"recoveryQuestions": "GAAFFILEE DEEBISUU",
"birthCity": "Magaalaa Dhalootaa",
"openingYear": "Bara Banamsaa (Itoophiyaa)",
"setUpMyShop": "Suuqii Koo Qindeessi",
"dataSecureNote": "Daataan keessan meeshaa kana qofa irratti kuufame.",
"passwordRequired": "Jechni darbii barbaachisaadha",
"passwordMinLength": "Yoo xiqqaate arfii 4 ta'uu qaba",
"pinExactDigits": "PIN lakkoofsa 4 qofa ta'uu qaba",
"pinNumericOnly": "PIN lakkoofsa qofa ta'uu qaba",
"birthCityRequired": "Magaalaan dhalootaa barbaachisaadha",
"yearRequired": "Barri barbaachisaadha",
"yearExactDigits": "Lakkoofsa 4 qofa ta'uu qaba",
Expand Down
Loading