Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-07-01 10:21:41 +0300
committerGitHub <noreply@github.com>2020-07-01 10:21:41 +0300
commitc6bb7314071c18cf0ef54a4e35d3531314e68792 (patch)
tree8bc6290c4335fdb2088398d99bab072177f0c0b6 /plugins/CustomVariables/lang/uk.json
parent680ffd796ea93e1b5e7699d126c7c5262ed0e851 (diff)
Removes CustomVariables plugin from core (#16090)
* Removes CustomVariables plugin * removes CustomVariables plugin from core list * Move methods to get custom variables from request to the plugin * define visit fields to persist in plugin * do not use custom variables plugin if not available * adjust test requirements for CustomVariables plugin * Only execute update if plugin is installed * do not consider custom variables widget as api in tests * move autosuggest tests for custom variables to plugin * do not use custom variable segments in core tests * move multi column segment test to custom variables plugin * do not use custom variable segment in archive cron test * update access log to use new product view parameters instead of custom variables * move some custom variables based tests to plugin * Use Contents API instead of CustomVariables for CSV export tests * skip some tests if CustomVariables plugin is not available * Adjust tracker code generator tests to work without custom variables plugin * [TEMP] remove custom variables from system test output * adjust some tests to run without custom variables plugin * apply some review feedback * Readds Custom Variables as submodule (#16104) * Adds CustomVariables as submodule * Revert "[TEMP] remove custom variables from system test output" This reverts commit 30b56dc135b6c130c841306f739dbcd7d9f4a366. * use submodule branch * test changes due to loading CustomVariables as submodule (plugin order) * updates some expected screenshots * improve test fixture * submodule update
Diffstat (limited to 'plugins/CustomVariables/lang/uk.json')
m---------plugins/CustomVariables0
-rw-r--r--plugins/CustomVariables/lang/uk.json23
2 files changed, 0 insertions, 23 deletions
diff --git a/plugins/CustomVariables b/plugins/CustomVariables
new file mode 160000
+Subproject 9b96b7eff455fe63fd2247dbc6a18416905d0da
diff --git a/plugins/CustomVariables/lang/uk.json b/plugins/CustomVariables/lang/uk.json
deleted file mode 100644
index 2f76d6aa94..0000000000
--- a/plugins/CustomVariables/lang/uk.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "CustomVariables": {
- "ColumnCustomVariableName": "Ім'я користувача змінної",
- "ColumnCustomVariableValue": "Значення для користувцької змінної",
- "CustomVariables": "Користувальницькі змінні",
- "CustomVariablesReportDocumentation": "Цей звіт відображає інформацію по вашим Користувацьким змінним. Натисніть по змінній, щоб побачити розподіл значень. %1$s Для більшої інформації про користувальницькі змінні в загальних рисах ознайомтеся з %2$sдокументацією по Користувацьким змінним на сайті matomo.org%3$s",
- "ScopePage": "область видимості сторінки",
- "ScopeVisit": "область видимості візиту",
- "ScopeConversion": "конверсія сфери",
- "ManageDescription": "Цей огляд показує всі слоти для користувальницьких змінних і їх використання для вебсайту '%s'. Назви в межах одного слота розподілені по загальній частоті використання.",
- "ScopeX": "Вибірка %s",
- "Index": "Індекс",
- "Usages": "Використання",
- "Unused": "Не використано",
- "CreateNewSlot": "Збільшити кількість доступних слотів для користувальницьких змінних",
- "UsageDetails": "%1$s відвідувань і %2$s дій з моменту створення цього вебсайту.",
- "CurrentAvailableCustomVariables": "В даний момент ви можете використовувати до %s користувальницьких змінних на сайт.",
- "ToCreateCustomVarExecute": "Щоб створити новий користувальницький слот для змінної, виконайте наступну команду у вашій установці Matomo:",
- "SlotsReportIsGeneratedOverTime": "Інформація для цього звіту буде заповнена з часом. Це може зайняти день або два, щоб побачити будь-яку інформацію, і кілька тижнів, щоб отримати точний звіт.",
- "MetricsAreOnlyAvailableForVisitScope": "Увага: %1$s метрика доступна тільки для користувальницьких змінних вибірки %2$s.",
- "MetricsNotAvailableForPageScope": "Для вибірки користувальницьких змінних %1$s, значення стовпця для цих метрик - %2$s"
- }
-} \ No newline at end of file