mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
feature(i18n): translations for event type dropdown
This commit is contained in:
parent
7c71294bc9
commit
37c61241aa
@ -13,7 +13,7 @@ import styles from './EventsTable.module.css';
|
|||||||
|
|
||||||
const EVENT_FILTER_DEFAULT = {
|
const EVENT_FILTER_DEFAULT = {
|
||||||
value: 'EVENT_FILTER_DEFAULT',
|
value: 'EVENT_FILTER_DEFAULT',
|
||||||
label: 'All Events',
|
label: <FormattedMessage id="label.all-events" defaultMessage="All events" />,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function EventsTable({ websiteId, ...props }) {
|
export default function EventsTable({ websiteId, ...props }) {
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"label.administrator": "Administrator",
|
"label.administrator": "Administrator",
|
||||||
"label.all": "Alle",
|
"label.all": "Alle",
|
||||||
"label.all-websites": "Alle Webseiten",
|
"label.all-websites": "Alle Webseiten",
|
||||||
|
"label.all-events": "Alle Ereignisse",
|
||||||
"label.back": "Zurück",
|
"label.back": "Zurück",
|
||||||
"label.cancel": "Abbrechen",
|
"label.cancel": "Abbrechen",
|
||||||
"label.change-password": "Passwort ändern",
|
"label.change-password": "Passwort ändern",
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"label.administrator": "Administrator",
|
"label.administrator": "Administrator",
|
||||||
"label.all": "All",
|
"label.all": "All",
|
||||||
"label.all-websites": "All websites",
|
"label.all-websites": "All websites",
|
||||||
|
"label.all-events": "All events",
|
||||||
"label.back": "Back",
|
"label.back": "Back",
|
||||||
"label.cancel": "Cancel",
|
"label.cancel": "Cancel",
|
||||||
"label.change-password": "Change password",
|
"label.change-password": "Change password",
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"label.administrator": "Administrador",
|
"label.administrator": "Administrador",
|
||||||
"label.all": "Todos",
|
"label.all": "Todos",
|
||||||
"label.all-websites": "Todos los sitios",
|
"label.all-websites": "Todos los sitios",
|
||||||
|
"label.all-events": "Todos los eventos",
|
||||||
"label.back": "Atrás",
|
"label.back": "Atrás",
|
||||||
"label.cancel": "Cancelar",
|
"label.cancel": "Cancelar",
|
||||||
"label.change-password": "Cambiar contraseña",
|
"label.change-password": "Cambiar contraseña",
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"label.administrator": "Administrateur",
|
"label.administrator": "Administrateur",
|
||||||
"label.all": "Tout",
|
"label.all": "Tout",
|
||||||
"label.all-websites": "Tous les sites web",
|
"label.all-websites": "Tous les sites web",
|
||||||
|
"label.all-events": "Tous les événements",
|
||||||
"label.back": "Retour",
|
"label.back": "Retour",
|
||||||
"label.cancel": "Annuler",
|
"label.cancel": "Annuler",
|
||||||
"label.change-password": "Changer le mot de passe",
|
"label.change-password": "Changer le mot de passe",
|
||||||
|
Loading…
Reference in New Issue
Block a user