feat: improve settings label casing
This commit is contained in:
parent
5e84a237fb
commit
20efacfa59
@ -72,21 +72,21 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings",
|
"title": "Settings",
|
||||||
"newPasswordTitle": "Update Your Password",
|
"newPasswordTitle": "Update Your Password",
|
||||||
"newPassword": "New Password",
|
"newPassword": "New password",
|
||||||
"newPasswordConfirm": "New Password Confirmation",
|
"newPasswordConfirm": "New password confirmation",
|
||||||
"currentPassword": "Current Password",
|
"currentPassword": "Current password",
|
||||||
"currentPasswordPlaceholder": "Your current password",
|
"currentPasswordPlaceholder": "Your current password",
|
||||||
"passwordsDontMatch": "The new password and its confirmation don't match.",
|
"passwordsDontMatch": "The new password and its confirmation don't match.",
|
||||||
"passwordUpdateSuccess": "The password was successfully updated.",
|
"passwordUpdateSuccess": "The password was successfully updated.",
|
||||||
"updateEmailTitle": "Update Your Email Address",
|
"updateEmailTitle": "Update Your Email Address",
|
||||||
"updateEmailNew": "New Email Address",
|
"updateEmailNew": "New email address",
|
||||||
"updateEmailSuccess": "Your email address was successfully updated. We've sent you a link to confirm it.",
|
"updateEmailSuccess": "Your email address was successfully updated. We've sent you a link to confirm it.",
|
||||||
"general": {
|
"general": {
|
||||||
"title": "General Settings",
|
"title": "General Settings",
|
||||||
"name": "Name",
|
"name": "My Name",
|
||||||
"newName": "The new Name",
|
"newName": "The new name",
|
||||||
"savedSuccess": "The settings were successfully updated.",
|
"savedSuccess": "The settings were successfully updated.",
|
||||||
"emailReminders": "Send me reminders for tasks via Email",
|
"emailReminders": "Send me reminders for tasks via email",
|
||||||
"overdueReminders": "Send me a summary of my undone overdue tasks every day",
|
"overdueReminders": "Send me a summary of my undone overdue tasks every day",
|
||||||
"discoverableByName": "Allow other users to add me as a member to teams or projects when they search for my name",
|
"discoverableByName": "Allow other users to add me as a member to teams or projects when they search for my name",
|
||||||
"discoverableByEmail": "Allow other users to add me as a member to teams or projects when they search for my full email",
|
"discoverableByEmail": "Allow other users to add me as a member to teams or projects when they search for my full email",
|
||||||
@ -95,9 +95,9 @@
|
|||||||
"weekStartSunday": "Sunday",
|
"weekStartSunday": "Sunday",
|
||||||
"weekStartMonday": "Monday",
|
"weekStartMonday": "Monday",
|
||||||
"language": "Language",
|
"language": "Language",
|
||||||
"defaultProject": "Default Project",
|
"defaultProject": "Default project",
|
||||||
"defaultView": "Default View",
|
"defaultView": "Default view",
|
||||||
"timezone": "Time Zone",
|
"timezone": "Time zone",
|
||||||
"overdueTasksRemindersTime": "Overdue tasks reminder email time",
|
"overdueTasksRemindersTime": "Overdue tasks reminder email time",
|
||||||
"filterUsedOnOverview": "Saved filter used on the overview page"
|
"filterUsedOnOverview": "Saved filter used on the overview page"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user