feat: add new skills to localization files and update experience repository methods
This commit is contained in:
@@ -79,7 +79,12 @@
|
||||
"cleaning": "Cleaning",
|
||||
"security": "Security",
|
||||
"driving": "Driving",
|
||||
"cooking": "Cooking"
|
||||
"cooking": "Cooking",
|
||||
"cashier": "Cashier",
|
||||
"server": "Server",
|
||||
"barista": "Barista",
|
||||
"host_hostess": "Host/Hostess",
|
||||
"busser": "Busser"
|
||||
},
|
||||
"industries": {
|
||||
"hospitality": "Hospitality",
|
||||
@@ -577,7 +582,8 @@
|
||||
"server": "Server",
|
||||
"barista": "Barista",
|
||||
"host_hostess": "Host/Hostess",
|
||||
"busser": "Busser"
|
||||
"busser": "Busser",
|
||||
"driving": "Driving"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,7 +79,12 @@
|
||||
"cleaning": "Limpieza",
|
||||
"security": "Seguridad",
|
||||
"driving": "Conducción",
|
||||
"cooking": "Cocina"
|
||||
"cooking": "Cocina",
|
||||
"cashier": "Cajero",
|
||||
"server": "Mesero",
|
||||
"barista": "Barista",
|
||||
"host_hostess": "Anfitrión",
|
||||
"busser": "Ayudante de mesero"
|
||||
},
|
||||
"industries": {
|
||||
"hospitality": "Hostelería",
|
||||
@@ -576,7 +581,8 @@
|
||||
"server": "Server",
|
||||
"barista": "Barista",
|
||||
"host_hostess": "Host/Hostess",
|
||||
"busser": "Busser"
|
||||
"busser": "Busser",
|
||||
"driving": "Driving"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
/// To regenerate, run: `dart run slang`
|
||||
///
|
||||
/// Locales: 2
|
||||
/// Strings: 1026 (513 per locale)
|
||||
/// Strings: 1038 (519 per locale)
|
||||
///
|
||||
/// Built on 2026-01-27 at 16:42 UTC
|
||||
/// Built on 2026-01-27 at 19:37 UTC
|
||||
|
||||
// coverage:ignore-file
|
||||
// ignore_for_file: type=lint, unused_import
|
||||
|
||||
@@ -2420,6 +2420,21 @@ class TranslationsStaffAuthenticationProfileSetupPageExperienceSkillsEn {
|
||||
|
||||
/// en: 'Cooking'
|
||||
String get cooking => 'Cooking';
|
||||
|
||||
/// en: 'Cashier'
|
||||
String get cashier => 'Cashier';
|
||||
|
||||
/// en: 'Server'
|
||||
String get server => 'Server';
|
||||
|
||||
/// en: 'Barista'
|
||||
String get barista => 'Barista';
|
||||
|
||||
/// en: 'Host/Hostess'
|
||||
String get host_hostess => 'Host/Hostess';
|
||||
|
||||
/// en: 'Busser'
|
||||
String get busser => 'Busser';
|
||||
}
|
||||
|
||||
// Path: staff_authentication.profile_setup_page.experience.industries
|
||||
@@ -2589,6 +2604,9 @@ class TranslationsStaffOnboardingExperienceSkillsEn {
|
||||
|
||||
/// en: 'Busser'
|
||||
String get busser => 'Busser';
|
||||
|
||||
/// en: 'Driving'
|
||||
String get driving => 'Driving';
|
||||
}
|
||||
|
||||
// Path: staff.home.improve.items.training
|
||||
@@ -2724,6 +2742,11 @@ extension on Translations {
|
||||
'staff_authentication.profile_setup_page.experience.skills.security' => 'Security',
|
||||
'staff_authentication.profile_setup_page.experience.skills.driving' => 'Driving',
|
||||
'staff_authentication.profile_setup_page.experience.skills.cooking' => 'Cooking',
|
||||
'staff_authentication.profile_setup_page.experience.skills.cashier' => 'Cashier',
|
||||
'staff_authentication.profile_setup_page.experience.skills.server' => 'Server',
|
||||
'staff_authentication.profile_setup_page.experience.skills.barista' => 'Barista',
|
||||
'staff_authentication.profile_setup_page.experience.skills.host_hostess' => 'Host/Hostess',
|
||||
'staff_authentication.profile_setup_page.experience.skills.busser' => 'Busser',
|
||||
'staff_authentication.profile_setup_page.experience.industries.hospitality' => 'Hospitality',
|
||||
'staff_authentication.profile_setup_page.experience.industries.food_service' => 'Food Service',
|
||||
'staff_authentication.profile_setup_page.experience.industries.warehouse' => 'Warehouse',
|
||||
@@ -3090,6 +3113,7 @@ extension on Translations {
|
||||
'staff.onboarding.experience.skills.barista' => 'Barista',
|
||||
'staff.onboarding.experience.skills.host_hostess' => 'Host/Hostess',
|
||||
'staff.onboarding.experience.skills.busser' => 'Busser',
|
||||
'staff.onboarding.experience.skills.driving' => 'Driving',
|
||||
'staff_documents.title' => 'Documents',
|
||||
'staff_documents.verification_card.title' => 'Document Verification',
|
||||
'staff_documents.verification_card.progress' => ({required Object completed, required Object total}) => '${completed}/${total} Complete',
|
||||
@@ -3171,14 +3195,14 @@ extension on Translations {
|
||||
'staff_time_card.hours_worked' => 'Hours Worked',
|
||||
'staff_time_card.total_earnings' => 'Total Earnings',
|
||||
'staff_time_card.shift_history' => 'Shift History',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'staff_time_card.no_shifts' => 'No shifts for this month',
|
||||
'staff_time_card.hours' => 'hours',
|
||||
'staff_time_card.per_hr' => '/hr',
|
||||
'staff_time_card.status.approved' => 'Approved',
|
||||
'staff_time_card.status.disputed' => 'Disputed',
|
||||
'staff_time_card.status.paid' => 'Paid',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'staff_time_card.status.pending' => 'Pending',
|
||||
_ => null,
|
||||
};
|
||||
|
||||
@@ -1463,6 +1463,11 @@ class _TranslationsStaffAuthenticationProfileSetupPageExperienceSkillsEs impleme
|
||||
@override String get security => 'Seguridad';
|
||||
@override String get driving => 'Conducción';
|
||||
@override String get cooking => 'Cocina';
|
||||
@override String get cashier => 'Cajero';
|
||||
@override String get server => 'Mesero';
|
||||
@override String get barista => 'Barista';
|
||||
@override String get host_hostess => 'Anfitrión';
|
||||
@override String get busser => 'Ayudante de mesero';
|
||||
}
|
||||
|
||||
// Path: staff_authentication.profile_setup_page.experience.industries
|
||||
@@ -1564,6 +1569,7 @@ class _TranslationsStaffOnboardingExperienceSkillsEs implements TranslationsStaf
|
||||
@override String get barista => 'Barista';
|
||||
@override String get host_hostess => 'Host/Hostess';
|
||||
@override String get busser => 'Busser';
|
||||
@override String get driving => 'Driving';
|
||||
}
|
||||
|
||||
// Path: staff.home.improve.items.training
|
||||
@@ -1679,6 +1685,11 @@ extension on TranslationsEs {
|
||||
'staff_authentication.profile_setup_page.experience.skills.security' => 'Seguridad',
|
||||
'staff_authentication.profile_setup_page.experience.skills.driving' => 'Conducción',
|
||||
'staff_authentication.profile_setup_page.experience.skills.cooking' => 'Cocina',
|
||||
'staff_authentication.profile_setup_page.experience.skills.cashier' => 'Cajero',
|
||||
'staff_authentication.profile_setup_page.experience.skills.server' => 'Mesero',
|
||||
'staff_authentication.profile_setup_page.experience.skills.barista' => 'Barista',
|
||||
'staff_authentication.profile_setup_page.experience.skills.host_hostess' => 'Anfitrión',
|
||||
'staff_authentication.profile_setup_page.experience.skills.busser' => 'Ayudante de mesero',
|
||||
'staff_authentication.profile_setup_page.experience.industries.hospitality' => 'Hostelería',
|
||||
'staff_authentication.profile_setup_page.experience.industries.food_service' => 'Servicio de comida',
|
||||
'staff_authentication.profile_setup_page.experience.industries.warehouse' => 'Almacén',
|
||||
@@ -2045,6 +2056,7 @@ extension on TranslationsEs {
|
||||
'staff.onboarding.experience.skills.barista' => 'Barista',
|
||||
'staff.onboarding.experience.skills.host_hostess' => 'Host/Hostess',
|
||||
'staff.onboarding.experience.skills.busser' => 'Busser',
|
||||
'staff.onboarding.experience.skills.driving' => 'Driving',
|
||||
'staff_documents.title' => 'Documents',
|
||||
'staff_documents.verification_card.title' => 'Document Verification',
|
||||
'staff_documents.verification_card.progress' => ({required Object completed, required Object total}) => '${completed}/${total} Complete',
|
||||
@@ -2126,14 +2138,14 @@ extension on TranslationsEs {
|
||||
'staff_time_card.hours_worked' => 'Horas trabajadas',
|
||||
'staff_time_card.total_earnings' => 'Ganancias totales',
|
||||
'staff_time_card.shift_history' => 'Historial de turnos',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'staff_time_card.no_shifts' => 'No hay turnos para este mes',
|
||||
'staff_time_card.hours' => 'horas',
|
||||
'staff_time_card.per_hr' => '/hr',
|
||||
'staff_time_card.status.approved' => 'Aprobado',
|
||||
'staff_time_card.status.disputed' => 'Disputado',
|
||||
'staff_time_card.status.paid' => 'Pagado',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'staff_time_card.status.pending' => 'Pendiente',
|
||||
_ => null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user