Rename message ids.

This commit is contained in:
Mike Cao 2020-09-16 22:29:40 -07:00
parent 53c23a280b
commit 89c87f002c
18 changed files with 125 additions and 128 deletions

View file

@ -1,5 +1,5 @@
{
"active-users.message": "{x} actieve {x, plural, one {bezoeker} other {bezoekers}}",
"message.active-users": "{x} actieve {x, plural, one {bezoeker} other {bezoekers}}",
"button.add-account": "Account toevoegen",
"button.add-website": "Website toevoegen",
"button.back": "Terug",
@ -20,9 +20,9 @@
"device.laptop": "Laptop",
"device.mobile": "Mobile",
"device.tablet": "Tablet",
"footer.powered-by": "mogelijk gemaakt door {name}",
"header.nav.dashboard": "Dashboard",
"header.nav.settings": "Instellingen",
"message.powered-by": "mogelijk gemaakt door {name}",
"label.dashboard": "Dashboard",
"label.settings": "Instellingen",
"label.administrator": "Administrator",
"label.confirm-password": "Wachtwoord bevestigen",
"label.current-password": "Huidig wachtwoord",
@ -75,11 +75,11 @@
"metrics.unique-visitors": "Unieke bezoekers",
"metrics.views": "Weergaven",
"metrics.visitors": "Bezoekers",
"placeholder.message.go-to-settings": "Naar instellingen",
"placeholder.message.no-websites-configured": "Je hebt geen websites ingesteld.",
"settings.accounts": "Accounts",
"settings.profile": "Profiel",
"settings.websites": "Websites",
"message.go-to-settings": "Naar instellingen",
"message.no-websites-configured": "Je hebt geen websites ingesteld.",
"label.accounts": "Accounts",
"label.profile": "Profiel",
"label.websites": "Websites",
"title.add-account": "Account toevoegen",
"title.add-website": "Website toevoegen",
"title.change-password": "Wachtwoord wijzigen",
@ -89,6 +89,6 @@
"title.edit-website": "Website bewerken",
"title.share-url": "URL delen",
"title.tracking-code": "Tracking code",
"tooltip.get-share-url": "Openbare URL",
"tooltip.get-tracking-code": "Tracking code"
"message.get-share-url": "Openbare URL",
"message.get-tracking-code": "Tracking code"
}