Skip to content

Commit 0c2dd10

Browse files
committed
Added translations for profile page
1 parent 1c09780 commit 0c2dd10

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

lib/app/utils/language/english_sentences.dart

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,35 @@ class EnglishSentences extends Sentences {
206206
@override
207207
String get deleteTaskWarning =>
208208
'The action is irreversible and will delete all the tasks that are stored locally.';
209+
210+
@override
211+
String get profilePageProfile => 'Profile';
212+
@override
213+
String get profilePageProfiles => 'Profiles';
214+
@override
215+
String get profilePageCurrentProfile => 'Current Profile';
216+
@override
217+
String get profilePageManageSelectedProfile => 'Manage Selected Profile';
218+
@override
219+
String get profilePageRenameAlias => 'Rename Alias';
220+
221+
@override
222+
String get profilePageConfigureTaskserver => 'Configure Taskserver';
223+
@override
224+
String get profilePageExportTasks => 'Export Tasks';
225+
@override
226+
String get profilePageCopyConfigToNewProfile => 'Copy Config To New Profile';
227+
@override
228+
String get profilePageDeleteProfile => 'Delete Profile';
229+
@override
230+
String get profilePageAddNewProfile => 'Add New Profile';
231+
232+
@override
233+
String get profilePageRenameAliasDialogueBoxTitle => 'Rename Alias';
234+
@override
235+
String get profilePageRenameAliasDialogueBoxNewAlias => 'New Alias';
236+
@override
237+
String get profilePageRenameAliasDialogueBoxCancel => 'Cancel';
238+
@override
239+
String get profilePageRenameAliasDialogueBoxSubmit => 'Submit';
209240
}

lib/app/utils/language/sentences.dart

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,20 @@ abstract class Sentences {
106106

107107
String get reportsPageNoTasksFound;
108108
String get reportsPageAddTasksToSeeReports;
109+
110+
String get profilePageProfile;
111+
String get profilePageProfiles;
112+
String get profilePageCurrentProfile;
113+
String get profilePageManageSelectedProfile;
114+
String get profilePageRenameAlias;
115+
String get profilePageConfigureTaskserver;
116+
String get profilePageExportTasks;
117+
String get profilePageCopyConfigToNewProfile;
118+
String get profilePageDeleteProfile;
119+
String get profilePageAddNewProfile;
120+
121+
String get profilePageRenameAliasDialogueBoxTitle;
122+
String get profilePageRenameAliasDialogueBoxNewAlias;
123+
String get profilePageRenameAliasDialogueBoxCancel;
124+
String get profilePageRenameAliasDialogueBoxSubmit;
109125
}

0 commit comments

Comments
 (0)