TF-888 Apply new design for vacation on desktop

This commit is contained in:
dab246
2022-09-09 19:11:52 +07:00
committed by Dat H. Pham
parent 6e4d160389
commit 67865fd1a2
14 changed files with 518 additions and 479 deletions
+44 -11
View File
@@ -1960,13 +1960,6 @@ class AppLocalizations {
);
}
String get vacationResponder {
return Intl.message(
'Vacation responder',
name: 'vacationResponder',
);
}
String get activated {
return Intl.message(
'Activated',
@@ -2002,16 +1995,16 @@ class AppLocalizations {
);
}
String get messageBody {
String get message {
return Intl.message(
'Message body',
name: 'messageBody',
'Message',
name: 'message',
);
}
String get hintMessageBodyVacation {
return Intl.message(
'Start writing your vacation message here',
'Vacation messages',
name: 'hintMessageBodyVacation',
);
}
@@ -2197,4 +2190,44 @@ class AppLocalizations {
'You have not filled in the information completely.',
name: 'toastErrorMessageWhenCreateNewRule');
}
String get vacationSettingExplanation {
return Intl.message(
'Sends an automated reply to incoming messages.',
name: 'vacationSettingExplanation');
}
String get vacationSettingToggleButtonAutoReply {
return Intl.message(
'Automatically reply to messages when they are received.',
name: 'vacationSettingToggleButtonAutoReply');
}
String get startTime {
return Intl.message(
'Start time',
name: 'startTime',
);
}
String get endTime {
return Intl.message(
'End time',
name: 'endTime',
);
}
String get hintSubjectInputVacationSetting {
return Intl.message(
'Enter subject',
name: 'hintSubjectInputVacationSetting',
);
}
String get saveChanges {
return Intl.message(
'Save changes',
name: 'saveChanges',
);
}
}