Fixed incorrect messages.

This commit is contained in:
Mike Cao 2023-04-16 16:34:49 -07:00
parent 43a4357729
commit 061d8cd174
94 changed files with 1252 additions and 84 deletions

View file

@ -23,13 +23,14 @@
"label.create-user": "Create user",
"label.created": "Created",
"label.current-password": "Current password",
"label.custom-range": "Custom range",
"label.custom-range": "Custom-range",
"label.dashboard": "Dashboard",
"label.data": "Data",
"label.date-range": "Date range",
"label.default-date-range": "Default date range",
"label.delete": "Delete",
"label.delete-team": "Delete team",
"label.delete-user": "Delete user",
"label.delete-website": "Delete website",
"label.desktop": "Desktop",
"label.details": "Details",
@ -75,7 +76,7 @@
"label.remove": "Remove",
"label.required": "Required",
"label.reset": "Reset",
"label.reset-website": "Reset statistics",
"label.reset-website": "Reset website",
"label.role": "Role",
"label.save": "Save",
"label.screens": "Screens",
@ -115,30 +116,30 @@
"message.active-users": "{x} current {x, plural, one {visitor} other {visitors}}",
"message.confirm-delete": "Are you sure you want to delete {target}?",
"message.confirm-leave": "Are you sure you want to leave {target}?",
"message.confirm-reset": "Are you sure you want to reset {target}'s statistics?",
"message.confirm-reset": "Are you sure you want to reset {target}?",
"message.delete-website": "To delete this website, type {confirmation} in the box below to confirm.",
"message.delete-website-warning": "All associated data will be deleted as well.",
"message.delete-website-warning": "All website data will be deleted.",
"message.error": "Something went wrong.",
"message.event-log": "{event} on {url}",
"message.go-to-settings": "Go to settings",
"message.incorrect-username-password": "Incorrect username/password.",
"message.invalid-domain": "Invalid domain",
"message.incorrect-username-password": "Incorrect username and/or password.",
"message.invalid-domain": "Invalid domain. Do not include http/https.",
"message.min-password-length": "Minimum length of {n} characters",
"message.no-data-available": "No data available.",
"message.no-match-password": "Passwords don't match",
"message.no-match-password": "Passwords do not match.",
"message.no-teams": "You have not created any teams.",
"message.no-users": "There are no users.",
"message.page-not-found": "Page not found.",
"message.reset-website": "Reset statistics",
"message.reset-website-warning": "All statistics for this website will be deleted, but your tracking code will remain intact.",
"message.saved": "Saved successfully.",
"message.share-url": "This is the publicly shared URL for {target}.",
"message.page-not-found": "Page not found",
"message.reset-website": "To reset this website, type {confirmation} in the box below to confirm.",
"message.reset-website-warning": "All statistics for this website will be deleted, but your settings will remain intact.",
"message.saved": "Saved.",
"message.share-url": "Your website stats are publically available at the following URL:",
"message.team-already-member": "You are already a member of the team.",
"message.team-not-found": "Team not found.",
"message.tracking-code": "Tracking code",
"message.tracking-code": "To track stats for this website, place the following code in the <head>...</head> section of your HTML.",
"message.user-deleted": "User deleted.",
"message.visitor-log": "Visitor from {country} using {browser} on {os} {device}",
"messages.no-team-websites": "This team does not have any websites.",
"messages.no-websites-configured": "You don't have any websites configured.",
"messages.no-websites-configured": "You do not have any websites configured.",
"messages.team-websites-info": "Websites can be viewed by anyone on the team."
}