You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"loginSubtitle": "Welcome back, you've been missed!",
4
+
"emailLabel": "Email",
5
+
"emailHint": "Please enter your email.",
6
+
"passwordLabel": "Password",
7
+
"passwordHint": "Please enter your password.",
8
+
"passwordHint2": "Please enter your password again.",
9
+
"loginButton": "Sign In",
10
+
"registerText": "Not a member?",
11
+
"registerButton": "Register now!",
12
+
"registerAppBar": "Register",
13
+
"signUpButton": "Sign Up",
14
+
"registerTitle": "CREATE ACCOUNT",
15
+
"registerSubtitle": "Create your account and join with us!",
16
+
"registerSuccessful": "Register Successful",
17
+
"registerFailed": "Register Failed",
18
+
"registerSuccessfulContent": "You registered in successful!",
19
+
"todosAppBar": "My Todos",
20
+
"searchTodo": "Search todo",
21
+
"addTodo": "Add Todo",
22
+
"doneTodosAppBar": "Done Todos",
23
+
"myProfile": "My Profile",
24
+
"myDetails": "My Details",
25
+
"logoutButton": "Logout",
26
+
"seeAllButton": "See All",
27
+
"areYouSure": "Are you sure?",
28
+
"logoutAlertContent": "You will be logged out of your session.\nAre u sure?",
29
+
"yesButton": "YES",
30
+
"noButton": "NO",
31
+
"addTodoTitle": "Tell us what do you do?",
32
+
"addTodoSubtitle": "This could be doing a homework or washing the dishes etc.",
33
+
"todoTitleLabel": "Todo Title",
34
+
"todoSubtitleLabel": "Todo Subtitle",
35
+
"addNewTodoButton": "Add new todo",
36
+
"registeredSuccess": "Register Successful!",
37
+
"registeredSuccessContent": "You registered in successful.\nYou are redirected to the login page.",
38
+
"okButton": "OK",
39
+
"loginFailed": "Login Failed!",
40
+
"loginSuccess": "Login Successful!",
41
+
"loginSuccessContent": "You logged in successful.",
42
+
"addTodoSuccess": "Todo successfully added in your list.",
43
+
"editTodoTitle": "Easily update your task!",
44
+
"editTodoSubtitle": "You can easily make the changes you want to make in your task below.",
45
+
"editTodoAppBar": "Edit Todo",
46
+
"editTodoButton": "Save the changes",
47
+
"updateTodoSuccess": "Your todo has been successfully updated!",
48
+
"deleteTodoContent": "Your todo will be completely deleted.\nAre you sure you want to continue?",
49
+
"deleteTodoSuccess": "Your todo has been successfully deleted.",
50
+
"haveNotTodo": "You don't have a todo yet, add a new todo right below!",
51
+
"doneTodoContent": "Your todo will be marked as finished and\n it will be transferred to the list of done todos.\n Are you sure you want to continue?",
52
+
"haveNotDoneTodo": "You don't have a done todo yet, add a done todo in todos page!"
0 commit comments