@@ -1,13 +0,0 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
"welcomeBack": "Welcome back, {name}! 👋",
|
||||
"latestOperations": "Latest Operations",
|
||||
"masterData": "Master Data",
|
||||
"settings": "Settings",
|
||||
"newOperation": "Operation",
|
||||
"expiring_contracts": "Expiring Contracts",
|
||||
"sticky_notes": "Sticky Notes",
|
||||
"my_tasks": "My Tasks",
|
||||
"latest_operation_tickets": "Latest operation tickets"
|
||||
|
||||
}
|
||||
@@ -86,5 +86,6 @@
|
||||
"createCompanyScreenWillBeUsedForReceipts": "Verrà utilizzato per le tue stampe e ricevute",
|
||||
"createCompanyScreenSaveCompany": "SALVA AZIENDA",
|
||||
"createCompanyScreenSetupYourCompany": "Configura la tua Azienda",
|
||||
"createCompanyScreenFluxNeedsYourFiscalData": "FLUX ha bisogno dei tuoi dati fiscali per gestire correttamente le fatturazioni e le attivazioni dei tuoi negozi."
|
||||
"createCompanyScreenFluxNeedsYourFiscalData": "FLUX ha bisogno dei tuoi dati fiscali per gestire correttamente le fatturazioni e le attivazioni dei tuoi negozi.",
|
||||
"operationFormAttachmentSectionNoCustomer": "Devi prima selezionare un cliente"
|
||||
}
|
||||
@@ -441,6 +441,12 @@ abstract class AppLocalizations {
|
||||
/// In it, this message translates to:
|
||||
/// **'FLUX ha bisogno dei tuoi dati fiscali per gestire correttamente le fatturazioni e le attivazioni dei tuoi negozi.'**
|
||||
String get createCompanyScreenFluxNeedsYourFiscalData;
|
||||
|
||||
/// No description provided for @operationFormAttachmentSectionNoCustomer.
|
||||
///
|
||||
/// In it, this message translates to:
|
||||
/// **'Devi prima selezionare un cliente'**
|
||||
String get operationFormAttachmentSectionNoCustomer;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
@@ -199,4 +199,8 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
@override
|
||||
String get createCompanyScreenFluxNeedsYourFiscalData =>
|
||||
'FLUX ha bisogno dei tuoi dati fiscali per gestire correttamente le fatturazioni e le attivazioni dei tuoi negozi.';
|
||||
|
||||
@override
|
||||
String get operationFormAttachmentSectionNoCustomer =>
|
||||
'Devi prima selezionare un cliente';
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user