From 66ac192c094cfac12190aa9341a22f7a21802779 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sun, 22 Aug 2021 22:21:40 +0100 Subject: [PATCH] chore(translations): add umami warning to stats tab when turned off as well --- src/translations/de_DE.json | 2 +- src/translations/en_GB.json | 2 +- src/translations/en_US.json | 2 +- src/translations/es.json | 2 +- src/translations/fr.json | 2 +- src/translations/nl.json | 2 +- src/translations/no.json | 2 +- src/translations/ru.json | 2 +- src/translations/zh_CN.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/translations/de_DE.json b/src/translations/de_DE.json index db1e757d..5fcfb687 100644 --- a/src/translations/de_DE.json +++ b/src/translations/de_DE.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited", diff --git a/src/translations/en_GB.json b/src/translations/en_GB.json index f9d3209e..055a9d68 100644 --- a/src/translations/en_GB.json +++ b/src/translations/en_GB.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited", diff --git a/src/translations/en_US.json b/src/translations/en_US.json index 68cfeec9..2f699ead 100644 --- a/src/translations/en_US.json +++ b/src/translations/en_US.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited", diff --git a/src/translations/es.json b/src/translations/es.json index 9c98d789..23f3e563 100644 --- a/src/translations/es.json +++ b/src/translations/es.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Estadísticas", - "warning": "Tienes que activar las estadísticas de uso para poder utilizar esta función", + "warning": "Tienes que activar las estadísticas de uso para poder utilizar esta función. Esto también enviará estadísticas anónimas a nuestra instancia de umami.", "sections": { "tabs_opened": "Pestañas abiertas", "backgrounds_favourited": "Fondos favoritos", diff --git a/src/translations/fr.json b/src/translations/fr.json index f9b95f03..0f2aaca8 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited", diff --git a/src/translations/nl.json b/src/translations/nl.json index d9817565..fc2a6a08 100644 --- a/src/translations/nl.json +++ b/src/translations/nl.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited", diff --git a/src/translations/no.json b/src/translations/no.json index 39d2bad2..936f5885 100644 --- a/src/translations/no.json +++ b/src/translations/no.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited", diff --git a/src/translations/ru.json b/src/translations/ru.json index 0f1fbcd8..f93bf0fb 100644 --- a/src/translations/ru.json +++ b/src/translations/ru.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited", diff --git a/src/translations/zh_CN.json b/src/translations/zh_CN.json index af841189..939d9934 100644 --- a/src/translations/zh_CN.json +++ b/src/translations/zh_CN.json @@ -292,7 +292,7 @@ }, "stats": { "title": "Stats", - "warning": "You need to enable usage data in order to use this feature", + "warning": "You need to enable usage data in order to use this feature. This will also post anonymous statistics to our umami instance.", "sections": { "tabs_opened": "Tabs opened", "backgrounds_favourited": "Backgrounds favourited",