mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Rename message ids.
This commit is contained in:
parent
53c23a280b
commit
89c87f002c
18 changed files with 125 additions and 128 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"active-users.message": "{x} current {x, plural, one {visitor} other {visitors}}",
|
||||
"message.active-users": "{x} current {x, plural, one {visitor} other {visitors}}",
|
||||
"button.add-account": "Add account",
|
||||
"button.add-website": "Add website",
|
||||
"button.back": "Back",
|
||||
|
|
@ -20,9 +20,9 @@
|
|||
"device.laptop": "Laptop",
|
||||
"device.mobile": "Mobile",
|
||||
"device.tablet": "Tablet",
|
||||
"footer.powered-by": "Powered by {name}",
|
||||
"header.nav.dashboard": "Dashboard",
|
||||
"header.nav.settings": "Settings",
|
||||
"message.powered-by": "Powered by {name}",
|
||||
"label.dashboard": "Dashboard",
|
||||
"label.settings": "Settings",
|
||||
"label.administrator": "Administrator",
|
||||
"label.confirm-password": "Confirm password",
|
||||
"label.current-password": "Current password",
|
||||
|
|
@ -75,11 +75,11 @@
|
|||
"metrics.unique-visitors": "Unique visitors",
|
||||
"metrics.views": "Views",
|
||||
"metrics.visitors": "Visitors",
|
||||
"placeholder.message.go-to-settings": "Go to settings",
|
||||
"placeholder.message.no-websites-configured": "You don't have any websites configured.",
|
||||
"settings.accounts": "Accounts",
|
||||
"settings.profile": "Profile",
|
||||
"settings.websites": "Websites",
|
||||
"message.go-to-settings": "Go to settings",
|
||||
"message.no-websites-configured": "You don't have any websites configured.",
|
||||
"label.accounts": "Accounts",
|
||||
"label.profile": "Profile",
|
||||
"label.websites": "Websites",
|
||||
"title.add-account": "Add account",
|
||||
"title.add-website": "Add website",
|
||||
"title.change-password": "Change password",
|
||||
|
|
@ -89,6 +89,6 @@
|
|||
"title.edit-website": "Edit website",
|
||||
"title.share-url": "Share URL",
|
||||
"title.tracking-code": "Tracking code",
|
||||
"tooltip.get-share-url": "Get share URL",
|
||||
"tooltip.get-tracking-code": "Get tracking code"
|
||||
"message.get-share-url": "Get share URL",
|
||||
"message.get-tracking-code": "Get tracking code"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue