feat: exclusive summary
Build & Deploy iOS to TestFlight / build-and-deploy (push) Has been cancelled
Build & Deploy iOS to TestFlight / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -1306,6 +1306,78 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Laba Rugi'**
|
||||
String get profit_loss;
|
||||
|
||||
/// No description provided for @exclusive_summary.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Exclusive Summary'**
|
||||
String get exclusive_summary;
|
||||
|
||||
/// No description provided for @hpp_breakdown.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'HPP Breakdown'**
|
||||
String get hpp_breakdown;
|
||||
|
||||
/// No description provided for @operational_expense_breakdown.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Operational Expense Breakdown'**
|
||||
String get operational_expense_breakdown;
|
||||
|
||||
/// No description provided for @daily_summary.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Daily Summary'**
|
||||
String get daily_summary;
|
||||
|
||||
/// No description provided for @daily_transactions.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Daily Transactions'**
|
||||
String get daily_transactions;
|
||||
|
||||
/// No description provided for @reimburse_summary.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Reimburse Summary'**
|
||||
String get reimburse_summary;
|
||||
|
||||
/// No description provided for @total_reimburse.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Total Reimburse'**
|
||||
String get total_reimburse;
|
||||
|
||||
/// No description provided for @excluded_salary_staff.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Excluded Salary Staff'**
|
||||
String get excluded_salary_staff;
|
||||
|
||||
/// No description provided for @hpp.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'HPP'**
|
||||
String get hpp;
|
||||
|
||||
/// No description provided for @salary_total.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Total Salary'**
|
||||
String get salary_total;
|
||||
|
||||
/// No description provided for @operational_expenses.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Operational Expenses'**
|
||||
String get operational_expenses;
|
||||
|
||||
/// No description provided for @total_cost.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Total Cost'**
|
||||
String get total_cost;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
||||
Reference in New Issue
Block a user