feat: update profit loss ui
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run
This commit is contained in:
@@ -1480,6 +1480,36 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'{count} portions sold'**
|
||||
String portion_sold(int count);
|
||||
|
||||
/// No description provided for @mtd_month.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'MTD ({month})'**
|
||||
String mtd_month(String month);
|
||||
|
||||
/// No description provided for @profit_loss_date.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Profit / Loss · {date}'**
|
||||
String profit_loss_date(String date);
|
||||
|
||||
/// No description provided for @profit_loss_report.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Profit & Loss Report'**
|
||||
String get profit_loss_report;
|
||||
|
||||
/// No description provided for @net_profit_loss.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Net Profit/Loss'**
|
||||
String get net_profit_loss;
|
||||
|
||||
/// No description provided for @cost_breakdown.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Cost Breakdown'**
|
||||
String get cost_breakdown;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
||||
Reference in New Issue
Block a user