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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-09 15:01:41 +0300
committerGitHub <noreply@github.com>2021-01-09 15:01:41 +0300
commit906814db3f8d9ef660db7792c6679b6b76ffccdd (patch)
tree206e30ec5c56cac33e5ef2be216d9979a07b2b6b /plugins/DevicesDetection
parentb351e31cbedcb16928d3715b4f8313df63a85e32 (diff)
language update (#17065)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/DevicesDetection')
-rw-r--r--plugins/DevicesDetection/lang/ar.json2
-rw-r--r--plugins/DevicesDetection/lang/be.json2
-rw-r--r--plugins/DevicesDetection/lang/bg.json2
-rw-r--r--plugins/DevicesDetection/lang/ca.json2
-rw-r--r--plugins/DevicesDetection/lang/cs.json2
-rw-r--r--plugins/DevicesDetection/lang/da.json2
-rw-r--r--plugins/DevicesDetection/lang/de.json2
-rw-r--r--plugins/DevicesDetection/lang/el.json8
-rw-r--r--plugins/DevicesDetection/lang/es-ar.json2
-rw-r--r--plugins/DevicesDetection/lang/es.json2
-rw-r--r--plugins/DevicesDetection/lang/fa.json2
-rw-r--r--plugins/DevicesDetection/lang/fi.json2
-rw-r--r--plugins/DevicesDetection/lang/fr.json2
-rw-r--r--plugins/DevicesDetection/lang/id.json2
-rw-r--r--plugins/DevicesDetection/lang/it.json2
-rw-r--r--plugins/DevicesDetection/lang/ja.json2
-rw-r--r--plugins/DevicesDetection/lang/ko.json2
-rw-r--r--plugins/DevicesDetection/lang/lv.json2
-rw-r--r--plugins/DevicesDetection/lang/nb.json2
-rw-r--r--plugins/DevicesDetection/lang/nl.json2
-rw-r--r--plugins/DevicesDetection/lang/pl.json2
-rw-r--r--plugins/DevicesDetection/lang/pt-br.json2
-rw-r--r--plugins/DevicesDetection/lang/pt.json2
-rw-r--r--plugins/DevicesDetection/lang/ro.json2
-rw-r--r--plugins/DevicesDetection/lang/ru.json2
-rw-r--r--plugins/DevicesDetection/lang/sq.json8
-rw-r--r--plugins/DevicesDetection/lang/sr.json2
-rw-r--r--plugins/DevicesDetection/lang/sv.json2
-rw-r--r--plugins/DevicesDetection/lang/tl.json2
-rw-r--r--plugins/DevicesDetection/lang/tr.json2
-rw-r--r--plugins/DevicesDetection/lang/uk.json2
-rw-r--r--plugins/DevicesDetection/lang/vi.json2
-rw-r--r--plugins/DevicesDetection/lang/zh-cn.json2
-rw-r--r--plugins/DevicesDetection/lang/zh-tw.json2
34 files changed, 46 insertions, 34 deletions
diff --git a/plugins/DevicesDetection/lang/ar.json b/plugins/DevicesDetection/lang/ar.json
index eed575a27d..05b0e40c09 100644
--- a/plugins/DevicesDetection/lang/ar.json
+++ b/plugins/DevicesDetection/lang/ar.json
@@ -39,6 +39,6 @@
"TV": "تلفاز",
"UserAgent": "وكيل-المستخدم",
"WidgetBrowsers": "متصفحات الزوار",
- "WidgetBrowsersDocumentation": "يحوي هذا التقرير معلومات عن ماهية نوع المستعرض الذي استخدمه زوارك. يُذكَر كل إصدار من المستعرض لوحده."
+ "WidgetBrowserVersionsDocumentation": "يحوي هذا التقرير معلومات عن ماهية نوع المستعرض الذي استخدمه زوارك. يُذكَر كل إصدار من المستعرض لوحده."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/be.json b/plugins/DevicesDetection/lang/be.json
index 7c59035864..3b0636a1b4 100644
--- a/plugins/DevicesDetection/lang/be.json
+++ b/plugins/DevicesDetection/lang/be.json
@@ -10,6 +10,6 @@
"dataTableLabelTypes": "Тып",
"OperatingSystems": "Па аперацыйных сістэмах",
"WidgetBrowsers": "Браўзары карыстачоў",
- "WidgetBrowsersDocumentation": "Гэтая справаздача змяшчае інфармацыю аб тым, які браўзэр выкарыстоўвалі наведвальнікі. Кожная версія браўзэра пералічана асобна."
+ "WidgetBrowserVersionsDocumentation": "Гэтая справаздача змяшчае інфармацыю аб тым, які браўзэр выкарыстоўвалі наведвальнікі. Кожная версія браўзэра пералічана асобна."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/bg.json b/plugins/DevicesDetection/lang/bg.json
index 0a2e14a922..59b2b5e33b 100644
--- a/plugins/DevicesDetection/lang/bg.json
+++ b/plugins/DevicesDetection/lang/bg.json
@@ -31,6 +31,6 @@
"Tablet": "Таблет",
"TV": "ТВ",
"WidgetBrowsers": "Браузъри на посетителите",
- "WidgetBrowsersDocumentation": "Този отчет показва информация, за това какъв браузър са използвали вашите потребители. Всеки браузер е показан поотделно."
+ "WidgetBrowserVersionsDocumentation": "Този отчет показва информация, за това какъв браузър са използвали вашите потребители. Всеки браузер е показан поотделно."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ca.json b/plugins/DevicesDetection/lang/ca.json
index b999478a34..d30c774e53 100644
--- a/plugins/DevicesDetection/lang/ca.json
+++ b/plugins/DevicesDetection/lang/ca.json
@@ -45,6 +45,6 @@
"UserAgent": "Agent d'usuari",
"XVisitsFromDevices": "%1$s de visites provenen de %2$s dispositius",
"WidgetBrowsers": "Navegadors",
- "WidgetBrowsersDocumentation": "Aquest informe conté informació sobre quin tipus de navegador està utilitzant els vostres visitants. Cada versió del navegador es llista per separat."
+ "WidgetBrowserVersionsDocumentation": "Aquest informe conté informació sobre quin tipus de navegador està utilitzant els vostres visitants. Cada versió del navegador es llista per separat."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/cs.json b/plugins/DevicesDetection/lang/cs.json
index ea5e3b9b6d..e0d634f7aa 100644
--- a/plugins/DevicesDetection/lang/cs.json
+++ b/plugins/DevicesDetection/lang/cs.json
@@ -44,6 +44,6 @@
"MobileApp": "Mobilní aplikace",
"XVisitsFromDevices": "%1$s návštěv ze zařízení %2$s",
"WidgetBrowsers": "Web prohlížeče návštěvníků",
- "WidgetBrowsersDocumentation": "Toto hlášení obsahuje informace o tom, jaký druh prohlížeče vaši návštěvníci použili. Každá verze je počítána samostatně."
+ "WidgetBrowserVersionsDocumentation": "Toto hlášení obsahuje informace o tom, jaký druh prohlížeče vaši návštěvníci použili. Každá verze je počítána samostatně."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/da.json b/plugins/DevicesDetection/lang/da.json
index c8e95c94e1..a0473c6c84 100644
--- a/plugins/DevicesDetection/lang/da.json
+++ b/plugins/DevicesDetection/lang/da.json
@@ -48,6 +48,6 @@
"MobileApp": "Mobilapp",
"XVisitsFromDevices": "%1$s besøg fra %2$s enheder",
"WidgetBrowsers": "Besøgendes browser",
- "WidgetBrowsersDocumentation": "Rapporten indeholder oplysninger om hvilken browser de besøgende bruger. Hver version er angivet særskilt."
+ "WidgetBrowserVersionsDocumentation": "Rapporten indeholder oplysninger om hvilken browser de besøgende bruger. Hver version er angivet særskilt."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/de.json b/plugins/DevicesDetection/lang/de.json
index 7543535ded..051c68f848 100644
--- a/plugins/DevicesDetection/lang/de.json
+++ b/plugins/DevicesDetection/lang/de.json
@@ -57,6 +57,6 @@
"XVisitsFromDevices": "%1$s Besuche von %2$s Geräten",
"Wearable": "Tragbare Geräte",
"WidgetBrowsers": "Besucher-Browser",
- "WidgetBrowsersDocumentation": "Dieser Bericht enthält Informationen über die Browser Ihrer Besucher. Jede Version eines Browsers wird separat aufgelistet."
+ "WidgetBrowserVersionsDocumentation": "Dieser Bericht enthält Informationen über die Browser Ihrer Besucher. Jede Version eines Browsers wird separat aufgelistet."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/el.json b/plugins/DevicesDetection/lang/el.json
index 33cf756be3..c1d381346a 100644
--- a/plugins/DevicesDetection/lang/el.json
+++ b/plugins/DevicesDetection/lang/el.json
@@ -25,18 +25,23 @@
"Device": "Συσκευή",
"DeviceBrand": "Μάρκα συσκευής",
"DeviceBrands": "Μάρκες συσκευής",
+ "DeviceBrandReportDocumentation": "Αυτή η αναφορά δείχνει τις μάρκες \/ κατασκευαστές των συσκευών που οι επισκέπτες σας χρησιμοποιούν. Στις περισσότερες περιπτώσεις, η πληροφορία είναι διαθέσιμη μόνο για μη επιτραπέζιες συσκευές.",
"DeviceDetection": "Εντοπισμός συσκευής",
"DeviceModel": "Μοντέλο συσκευής",
"DeviceModels": "Μοντέλα συσκευής",
+ "DeviceModelReportDocumentation": "Αυτή η αναφορά δείχνει τις συσκευές που χρησιμοποιούν οι επισκέπτες σας. Κάθε μοντέλο συνδυάζεται με την μάρκα της συσκευής, καθώς ορισμένα ονόματα μοντέλων χρησιμοποιούνται από διαφορετικές μάρκες.",
"DevicesDetection": "Συσκευές επισκεπτών",
"DeviceType": "Τύπος συσκευής",
"DeviceTypes": "Τύποι συσκευής",
+ "DeviceTypeReportDocumentation": "Αυτή η αναφορά δείχνει τους τύπους συσκευών που χρησιμοποιούν οι επισκέπτες σας. Η αναφορά θα δείχνει όλους τους τύπους συσκευών που μπορεί το Matomo να εντοπίζει, ακόμη και αν δεν υπήρχαν επισκέψεις για ένα συγκεκριμένο τύπο.",
"FeaturePhone": "Τηλέφωνο",
"OperatingSystemFamilies": "Οικογένειες Λειτουργικών Συστημάτων",
"OperatingSystemFamily": "Οικογένεια Λειτουργικού Συστήματος",
+ "OperatingSystemFamiliesReportDocumentation": "Αυτή η αναφορά δείχνει τα λειτουργικά συστήματα που χρησιμοποιούν οι επισκέπτες σας, ομαδοποιημένα ανά οικογένεια λειτουργικών συστημάτων. Μια οικογένεια λειτουργικού συστήματος αποτελείται από διαφορετικές εκδόσεις ή διανομές.",
"OperatingSystemCode": "Κωδικός λειτουργικού συστήματος",
"OperatingSystems": "Λειτουργικά συστήματα",
"OperatingSystemVersions": "Εκδόσεις Λειτουργικών Συστημάτων",
+ "OperatingSystemVersionsReportDocumentation": "Αυτή η αναφορά δείχνει τα λειτουργικά συστήματα που χρησιμοποιούν οι επισκέπτες σας. Κάθε έκδοση και κατανομή εμφανίζεται ξεχωριστά.",
"PluginDescription": "Παρέχει εκτεταμένες πληροφορίες σχετικά με τις συσκευές χρήστη, όπως Μάρκα (κατασκευαστής), Μοντέλο (έκδοση συσκευής), τύπος συσκευής (τηλεόραση, κονσόλες, έξυπνα τηλέφωνα, υπολογιστές, κτλ.) και περισσότερα.",
"SmartDisplay": "Έξυπνη οθόνη",
"Smartphone": "Έξυπνο κινητό",
@@ -58,6 +63,7 @@
"XVisitsFromDevices": "%1$s επισκέψεις από %2$s συσκευές",
"Wearable": "Φορέσιμος",
"WidgetBrowsers": "Φυλλομετρητές επισκεπτών",
- "WidgetBrowsersDocumentation": "Αυτή η αναφορά περιέχει πληροφορίες για το φυλλομετρητή που χρησιμοποιούσαν οι επισκέπτες. Κάθε έκδοση φυλλομετρητή κατατάσσεται διαφορετικά."
+ "WidgetBrowsersDocumentation": "Αυτή η αναφορά περιέχει πληροφορίες για το είδος του φυλλομετρητή που χρησιμοποιούσαν οι επισκέπτες.",
+ "WidgetBrowserVersionsDocumentation": "Αυτή η αναφορά περιέχει πληροφορίες για το φυλλομετρητή που χρησιμοποιούσαν οι επισκέπτες. Κάθε έκδοση φυλλομετρητή κατατάσσεται ξεχωριστά."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/es-ar.json b/plugins/DevicesDetection/lang/es-ar.json
index 4098ef7e90..e6f25626fc 100644
--- a/plugins/DevicesDetection/lang/es-ar.json
+++ b/plugins/DevicesDetection/lang/es-ar.json
@@ -50,6 +50,6 @@
"MobileApp": "Aplicación móvil",
"XVisitsFromDevices": "%1$s visitas desde %2$s dispositivos",
"WidgetBrowsers": "Navegador web de los visitantes",
- "WidgetBrowsersDocumentation": "Este informe contiene información acerca de qué tipo de navegador web están usando tus visitantes. Cada versión de navegador web está alistado separadamente."
+ "WidgetBrowserVersionsDocumentation": "Este informe contiene información acerca de qué tipo de navegador web están usando tus visitantes. Cada versión de navegador web está alistado separadamente."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/es.json b/plugins/DevicesDetection/lang/es.json
index e9888a7805..247a5483a5 100644
--- a/plugins/DevicesDetection/lang/es.json
+++ b/plugins/DevicesDetection/lang/es.json
@@ -50,6 +50,6 @@
"MobileApp": "Aplicación móvil",
"XVisitsFromDevices": "%1$s visitas desde %2$s dispositivos",
"WidgetBrowsers": "Navegador del visitante",
- "WidgetBrowsersDocumentation": "Este informe contiene información acerca de qué tipo de navegador el visitante está utilizando. Cada versión de navegador está alistado separadamente."
+ "WidgetBrowserVersionsDocumentation": "Este informe contiene información acerca de qué tipo de navegador el visitante está utilizando. Cada versión de navegador está alistado separadamente."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/fa.json b/plugins/DevicesDetection/lang/fa.json
index eefac9a11f..fbf151ae57 100644
--- a/plugins/DevicesDetection/lang/fa.json
+++ b/plugins/DevicesDetection/lang/fa.json
@@ -32,6 +32,6 @@
"TV": "تلویزیون",
"UserAgent": "کاربر-نمایندگی",
"WidgetBrowsers": "مرورگر بازدید کننده",
- "WidgetBrowsersDocumentation": "این گزارش حاوی اطلاعات در مورد چه نوع مرورگر بازدید کنندگان خود را با استفاده از. هر مرورگر بطور جداگانه ذکر شده است."
+ "WidgetBrowserVersionsDocumentation": "این گزارش حاوی اطلاعات در مورد چه نوع مرورگر بازدید کنندگان خود را با استفاده از. هر مرورگر بطور جداگانه ذکر شده است."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/fi.json b/plugins/DevicesDetection/lang/fi.json
index 1953acf5b0..fb33d0dd94 100644
--- a/plugins/DevicesDetection/lang/fi.json
+++ b/plugins/DevicesDetection/lang/fi.json
@@ -51,6 +51,6 @@
"XVisitsFromDevices": "Käyntien määrä: %1$s, laitteelta tyyppiä %2$s",
"Wearable": "Puettava",
"WidgetBrowsers": "Kävijöiden selaimet",
- "WidgetBrowsersDocumentation": "Tämä raportti näyttää, mitä selaimia kävijöilläsi oli. Jokainen selaimen versio näytetään erikseen."
+ "WidgetBrowserVersionsDocumentation": "Tämä raportti näyttää, mitä selaimia kävijöilläsi oli. Jokainen selaimen versio näytetään erikseen."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/fr.json b/plugins/DevicesDetection/lang/fr.json
index a73d660c71..554011a4ce 100644
--- a/plugins/DevicesDetection/lang/fr.json
+++ b/plugins/DevicesDetection/lang/fr.json
@@ -53,6 +53,6 @@
"MobileApp": "Application mobile",
"XVisitsFromDevices": "%1$svisites de %2$spériphériques",
"WidgetBrowsers": "Navigateurs du visiteur",
- "WidgetBrowsersDocumentation": "Ce rapport contient des informations à propos de quel type de navigateur vos visiteurs utilisent. Chaque version du navigateur est listée séparément."
+ "WidgetBrowserVersionsDocumentation": "Ce rapport contient des informations à propos de quel type de navigateur vos visiteurs utilisent. Chaque version du navigateur est listée séparément."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/id.json b/plugins/DevicesDetection/lang/id.json
index ec009cf677..d0a9db0a90 100644
--- a/plugins/DevicesDetection/lang/id.json
+++ b/plugins/DevicesDetection/lang/id.json
@@ -30,6 +30,6 @@
"TV": "Tv",
"MobileApp": "Aplikasi Mobil",
"WidgetBrowsers": "Peramban Pengunjung",
- "WidgetBrowsersDocumentation": "Laporan ini mengandung informasi tentabg jenis peramban yang pengunjung Anda gunakan. Setiap versi peramban diurutkan terpisah."
+ "WidgetBrowserVersionsDocumentation": "Laporan ini mengandung informasi tentabg jenis peramban yang pengunjung Anda gunakan. Setiap versi peramban diurutkan terpisah."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/it.json b/plugins/DevicesDetection/lang/it.json
index c75c2b20bb..5a583c9483 100644
--- a/plugins/DevicesDetection/lang/it.json
+++ b/plugins/DevicesDetection/lang/it.json
@@ -55,6 +55,6 @@
"XVisitsFromDevices": "%1$s visite da %2$s dispositivi",
"Wearable": "Indossabile",
"WidgetBrowsers": "Browser dei visitatori",
- "WidgetBrowsersDocumentation": "Questo report contiene informazioni sul tipo di browser che i tuoi visitatori hanno utilizzato. Ciascuna versione del browser è elencata separatamente."
+ "WidgetBrowserVersionsDocumentation": "Questo report contiene informazioni sul tipo di browser che i tuoi visitatori hanno utilizzato. Ciascuna versione del browser è elencata separatamente."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ja.json b/plugins/DevicesDetection/lang/ja.json
index f5bb580c06..94942c26b5 100644
--- a/plugins/DevicesDetection/lang/ja.json
+++ b/plugins/DevicesDetection/lang/ja.json
@@ -50,6 +50,6 @@
"MobileApp": "モバイルアプリ",
"XVisitsFromDevices": "%2$s デバイスからの %1$s ビジット",
"WidgetBrowsers": "ブラウザ",
- "WidgetBrowsersDocumentation": "ビジターが使用しているブラウザについてのリポートです。各ブラウザのバージョンは別途記載されています。"
+ "WidgetBrowserVersionsDocumentation": "ビジターが使用しているブラウザについてのリポートです。各ブラウザのバージョンは別途記載されています。"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ko.json b/plugins/DevicesDetection/lang/ko.json
index fda0afb06e..09412c15f5 100644
--- a/plugins/DevicesDetection/lang/ko.json
+++ b/plugins/DevicesDetection/lang/ko.json
@@ -40,6 +40,6 @@
"UserAgent": "사용자 에이전트",
"MobileApp": "모바일 앱",
"WidgetBrowsers": "방문자 브라우저",
- "WidgetBrowsersDocumentation": "사용자가 어떤 브라우저를 사용하는지에 대한 보고서입니다. 각 브라우저의 버전은 별도로 기재되어 있습니다."
+ "WidgetBrowserVersionsDocumentation": "사용자가 어떤 브라우저를 사용하는지에 대한 보고서입니다. 각 브라우저의 버전은 별도로 기재되어 있습니다."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/lv.json b/plugins/DevicesDetection/lang/lv.json
index 58279fdc32..60c8754862 100644
--- a/plugins/DevicesDetection/lang/lv.json
+++ b/plugins/DevicesDetection/lang/lv.json
@@ -10,6 +10,6 @@
"dataTableLabelTypes": "Tips",
"OperatingSystems": "Operētājsistēmas",
"WidgetBrowsers": "Apmeklētāju pārlūki",
- "WidgetBrowsersDocumentation": "Šajā atskaitē ir informācija par to kādus pārlūkus Jūsu apmeklētāji izmanto. Katra pārlūka versija ir izdalīta atsevišķi."
+ "WidgetBrowserVersionsDocumentation": "Šajā atskaitē ir informācija par to kādus pārlūkus Jūsu apmeklētāji izmanto. Katra pārlūka versija ir izdalīta atsevišķi."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/nb.json b/plugins/DevicesDetection/lang/nb.json
index 5e83a39c7d..5340c15487 100644
--- a/plugins/DevicesDetection/lang/nb.json
+++ b/plugins/DevicesDetection/lang/nb.json
@@ -40,6 +40,6 @@
"UserAgent": "Bruker-agent",
"MobileApp": "Mobil-app",
"WidgetBrowsers": "Besøkendes nettlesere",
- "WidgetBrowsersDocumentation": "Denne rapporten inneholder informasjon om hva slags nettleser som dine besøkere bruker. Alle nettleserversjoner er opplistet separat."
+ "WidgetBrowserVersionsDocumentation": "Denne rapporten inneholder informasjon om hva slags nettleser som dine besøkere bruker. Alle nettleserversjoner er opplistet separat."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/nl.json b/plugins/DevicesDetection/lang/nl.json
index 040bf148c3..d6b1b9a8ff 100644
--- a/plugins/DevicesDetection/lang/nl.json
+++ b/plugins/DevicesDetection/lang/nl.json
@@ -44,6 +44,6 @@
"MobileApp": "Mobiele app",
"XVisitsFromDevices": "%1$s bezoeken van %2$s apparaten",
"WidgetBrowsers": "Browser bezoeker",
- "WidgetBrowsersDocumentation": "Dit rapport bevat informatie over het type browsers dat door door uw bezoekers werd gebruikt. Elke browserversie wordt apart vermeld."
+ "WidgetBrowserVersionsDocumentation": "Dit rapport bevat informatie over het type browsers dat door door uw bezoekers werd gebruikt. Elke browserversie wordt apart vermeld."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/pl.json b/plugins/DevicesDetection/lang/pl.json
index ae73afc150..3c650fa5d8 100644
--- a/plugins/DevicesDetection/lang/pl.json
+++ b/plugins/DevicesDetection/lang/pl.json
@@ -46,6 +46,6 @@
"MobileApp": "Aplikacja mobilna",
"XVisitsFromDevices": "%1$s wizyt z %2$s urządzeń",
"WidgetBrowsers": "Przeglądarki odwiedzających",
- "WidgetBrowsersDocumentation": "Ten raport zawiera informacje o rodzajach przeglądarek używanych przez Twoich odwiedzających. Każda wersja przeglądarki prezentowana jest osobno."
+ "WidgetBrowserVersionsDocumentation": "Ten raport zawiera informacje o rodzajach przeglądarek używanych przez Twoich odwiedzających. Każda wersja przeglądarki prezentowana jest osobno."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/pt-br.json b/plugins/DevicesDetection/lang/pt-br.json
index fd3e4abe4e..93827afc1a 100644
--- a/plugins/DevicesDetection/lang/pt-br.json
+++ b/plugins/DevicesDetection/lang/pt-br.json
@@ -50,6 +50,6 @@
"MobileApp": "Aplicativo móvel",
"XVisitsFromDevices": "%1$s visitas de %2$s dispositivos",
"WidgetBrowsers": "Navegador dos Visitantes",
- "WidgetBrowsersDocumentation": "Este relatório contém informações sobre o tipo de navegador que os visitantes estavam usando. Cada versão do navegador é listada separadamente."
+ "WidgetBrowserVersionsDocumentation": "Este relatório contém informações sobre o tipo de navegador que os visitantes estavam usando. Cada versão do navegador é listada separadamente."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/pt.json b/plugins/DevicesDetection/lang/pt.json
index 79ad0425db..6616dfe6ce 100644
--- a/plugins/DevicesDetection/lang/pt.json
+++ b/plugins/DevicesDetection/lang/pt.json
@@ -57,6 +57,6 @@
"XVisitsFromDevices": "%1$s visitas de %2$s dispositivos",
"Wearable": "Dispositivo utilizável",
"WidgetBrowsers": "Navegador do visitante",
- "WidgetBrowsersDocumentation": "Este relatório contém informações sobre o tipo de navegadores que os seus visitantes estavam a utilizar. Cada versão do navegador é listada separadamente."
+ "WidgetBrowserVersionsDocumentation": "Este relatório contém informações sobre o tipo de navegadores que os seus visitantes estavam a utilizar. Cada versão do navegador é listada separadamente."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ro.json b/plugins/DevicesDetection/lang/ro.json
index d921d54222..65e024e230 100644
--- a/plugins/DevicesDetection/lang/ro.json
+++ b/plugins/DevicesDetection/lang/ro.json
@@ -33,6 +33,6 @@
"TV": "Tv",
"UserAgent": "User-Agent",
"WidgetBrowsers": "Browsere vizitatori",
- "WidgetBrowsersDocumentation": "Acest raport conține informații cu privire la ce fel de browser utilizeaza de vizitatori . Fiecare versiune de browser este listată separat."
+ "WidgetBrowserVersionsDocumentation": "Acest raport conține informații cu privire la ce fel de browser utilizeaza de vizitatori . Fiecare versiune de browser este listată separat."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ru.json b/plugins/DevicesDetection/lang/ru.json
index 89afd26d15..41cc210db3 100644
--- a/plugins/DevicesDetection/lang/ru.json
+++ b/plugins/DevicesDetection/lang/ru.json
@@ -46,6 +46,6 @@
"MobileApp": "Мобильное приложение",
"XVisitsFromDevices": "%1$s посещений с %2$s устройств",
"WidgetBrowsers": "Браузер посетителя",
- "WidgetBrowsersDocumentation": "Этот отчёт содержит информацию по браузерам, которые используют ваши посетители. Каждая версия браузера отображается отдельно."
+ "WidgetBrowserVersionsDocumentation": "Этот отчёт содержит информацию по браузерам, которые используют ваши посетители. Каждая версия браузера отображается отдельно."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/sq.json b/plugins/DevicesDetection/lang/sq.json
index 106275cfac..0ead052640 100644
--- a/plugins/DevicesDetection/lang/sq.json
+++ b/plugins/DevicesDetection/lang/sq.json
@@ -25,18 +25,23 @@
"Device": "Pajisje",
"DeviceBrand": "Markë pajisjeje",
"DeviceBrands": "Marka pajisjesh",
+ "DeviceBrandReportDocumentation": "Ky raport shfaq markat \/ prodhuesit e pajisjeve që përdornin vizitorët tuaj. Në shumicën e rasteve ky informacion është i passhëm vetëm për pajisje jo desktop.",
"DeviceDetection": "Zbulim pajisjeje",
"DeviceModel": "Model pajisjeje",
"DeviceModels": "Modele pajisjesh",
+ "DeviceModelReportDocumentation": "Ky raport shfaq pajisjet që përdorin vizitorët tuaj. Secili model shfaqet me markën e pajisjes, ngaqë disa emra modelesh përdoren nga shumë marka.",
"DevicesDetection": "Pajisje Vizitorësh",
"DeviceType": "Lloj pajisjeje",
"DeviceTypes": "Lloje pajisjesh",
+ "DeviceTypeReportDocumentation": "Ky raport shfaq llojet e pajisjeve që përdornin vizitorët tuaj. Ky raport do të shfaqë përherë krejt llojet e pajisjeve që është në gjendje të pikasë Matomo-ja, edhe pse s’pati vizita me një lloj të caktuar.",
"FeaturePhone": "Telefon",
"OperatingSystemFamilies": "Familje Sistemesh Operativë",
"OperatingSystemFamily": "Familje Sistemi Operativ",
+ "OperatingSystemFamiliesReportDocumentation": "Ky raport shfaq sistemet operative që përdorin vizitorët tuaj, grupuar sipas familjeve të sistemit. Një familje sistemi operativ përbëhet nga versioni ose shpërndarje të ndryshme.",
"OperatingSystemCode": "Kod sistemi operativ",
"OperatingSystems": "Sisteme operativë",
"OperatingSystemVersions": "Versione Sistemesh Operativë",
+ "OperatingSystemVersionsReportDocumentation": "Ky raport ju shfaq sistemet operative që po përdorin vizitorët tuaj. Çdo version dhe shpërndarje shfaqet më vete.",
"PluginDescription": "Furnizon të dhëna të zgjeruara rreth pajisje përdoruesish, të tilla si Marka (prodhuesi), Modeli (version pajisjeje), lloj pajisjeje (tv, konsola, telefon të mençur, desktop, etj) dhe të tjera.",
"SmartDisplay": "Ekran i mençur",
"Smartphone": "Telefon i mençur",
@@ -56,6 +61,7 @@
"MediaPlayer": "Lojtës Mediash",
"XVisitsFromDevices": "%1$s vizita nga %2$s pajisje",
"WidgetBrowsers": "Shfletues Vizitori",
- "WidgetBrowsersDocumentation": "Ky raport përmban të dhëna rreth llojeve të shfletuesit që përdornin vizitorët tuaj. Secili version i një shfletuesi tregohet veçmas."
+ "WidgetBrowsersDocumentation": "Ky raport përmban të dhëna rreth ç’lloje shfletuesish përdornin vizitorët tuaj.",
+ "WidgetBrowserVersionsDocumentation": "Ky raport përmban të dhëna rreth llojeve të shfletuesit që përdornin vizitorët tuaj. Secili version i një shfletuesi tregohet veçmas."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/sr.json b/plugins/DevicesDetection/lang/sr.json
index a75a0a87a0..ea264736a5 100644
--- a/plugins/DevicesDetection/lang/sr.json
+++ b/plugins/DevicesDetection/lang/sr.json
@@ -40,6 +40,6 @@
"UserAgent": "Korisnički agent",
"MobileApp": "Mobilna aplikacija",
"WidgetBrowsers": "Brauzeri posetilaca",
- "WidgetBrowsersDocumentation": "Ovaj izveštaj prikazuje koje brauzere koriste vaši posetioci. Svaka verzija brauzera je prikazana posebno."
+ "WidgetBrowserVersionsDocumentation": "Ovaj izveštaj prikazuje koje brauzere koriste vaši posetioci. Svaka verzija brauzera je prikazana posebno."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/sv.json b/plugins/DevicesDetection/lang/sv.json
index 2dd00c1493..40d262b99b 100644
--- a/plugins/DevicesDetection/lang/sv.json
+++ b/plugins/DevicesDetection/lang/sv.json
@@ -50,6 +50,6 @@
"MobileApp": "Mobilapp",
"XVisitsFromDevices": "%1$s besök från %2$s enheter",
"WidgetBrowsers": "Webbläsare",
- "WidgetBrowsersDocumentation": "Denna rapport innehåller information om vilken typ av webbläsare dina besökare använde. Varje version av webbläsare är listad separat."
+ "WidgetBrowserVersionsDocumentation": "Denna rapport innehåller information om vilken typ av webbläsare dina besökare använde. Varje version av webbläsare är listad separat."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/tl.json b/plugins/DevicesDetection/lang/tl.json
index bcc66f7630..756708b6b8 100644
--- a/plugins/DevicesDetection/lang/tl.json
+++ b/plugins/DevicesDetection/lang/tl.json
@@ -32,6 +32,6 @@
"TV": "Tv",
"UserAgent": "User-Agent",
"WidgetBrowsers": "Browser ng Bisita",
- "WidgetBrowsersDocumentation": "Ang ulat na ito ay naglalaman ng mga impormasyon tungkol sa kung anong browser ang gamit ng iyong bisita. Bawat browser bersyon ay magkakahiwalay na naka-lista."
+ "WidgetBrowserVersionsDocumentation": "Ang ulat na ito ay naglalaman ng mga impormasyon tungkol sa kung anong browser ang gamit ng iyong bisita. Bawat browser bersyon ay magkakahiwalay na naka-lista."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/tr.json b/plugins/DevicesDetection/lang/tr.json
index 8e6dd1888e..709b7052e3 100644
--- a/plugins/DevicesDetection/lang/tr.json
+++ b/plugins/DevicesDetection/lang/tr.json
@@ -58,6 +58,6 @@
"XVisitsFromDevices": "%2$s aygıttan %1$s ziyaret",
"Wearable": "Giyilebilir",
"WidgetBrowsers": "Ziyaretçi Tarayıcısı",
- "WidgetBrowsersDocumentation": "Bu rapor ziyaretçilerinizin kullandığı tarayıcı türlerini kapsar. Tarayıcı sürümleri ayrı ayrı listelenmiştir."
+ "WidgetBrowserVersionsDocumentation": "Bu rapor ziyaretçilerinizin kullandığı tarayıcı türlerini kapsar. Tarayıcı sürümleri ayrı ayrı listelenmiştir."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/uk.json b/plugins/DevicesDetection/lang/uk.json
index 7027564e22..93d75901b7 100644
--- a/plugins/DevicesDetection/lang/uk.json
+++ b/plugins/DevicesDetection/lang/uk.json
@@ -46,6 +46,6 @@
"MobileApp": "Мобільний Додаток",
"XVisitsFromDevices": "%1$s візитів з %2$s пристроїв",
"WidgetBrowsers": "Браузери відвідувачів",
- "WidgetBrowsersDocumentation": "Цей звіт містить інформацію по браузерам, які використовують ваші відвідувачі. Кожна версія браузера відображається окремо."
+ "WidgetBrowserVersionsDocumentation": "Цей звіт містить інформацію по браузерам, які використовують ваші відвідувачі. Кожна версія браузера відображається окремо."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/vi.json b/plugins/DevicesDetection/lang/vi.json
index 783052ccb5..661410fa27 100644
--- a/plugins/DevicesDetection/lang/vi.json
+++ b/plugins/DevicesDetection/lang/vi.json
@@ -11,6 +11,6 @@
"OperatingSystemFamily": "Hệ điều hành gia đình",
"OperatingSystems": "Các hệ điều hành",
"WidgetBrowsers": "Trình duyệt khách truy cập",
- "WidgetBrowsersDocumentation": "Báo cáo này chứa thông tin về loại trình duyệt mà khách truy cập của bạn sử dụng. Mỗi phiên bản trình duyệt được liệt kê một cách riêng biệt."
+ "WidgetBrowserVersionsDocumentation": "Báo cáo này chứa thông tin về loại trình duyệt mà khách truy cập của bạn sử dụng. Mỗi phiên bản trình duyệt được liệt kê một cách riêng biệt."
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/zh-cn.json b/plugins/DevicesDetection/lang/zh-cn.json
index f57fd3dd8e..6800388281 100644
--- a/plugins/DevicesDetection/lang/zh-cn.json
+++ b/plugins/DevicesDetection/lang/zh-cn.json
@@ -57,6 +57,6 @@
"XVisitsFromDevices": "来自%2$s设备的%1$s次访问",
"Wearable": "适合的",
"WidgetBrowsers": "访客浏览器",
- "WidgetBrowsersDocumentation": "此报表包含访客所用的浏览器信息,每个浏览器版本单独列出。"
+ "WidgetBrowserVersionsDocumentation": "此报表包含访客所用的浏览器信息,每个浏览器版本单独列出。"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/zh-tw.json b/plugins/DevicesDetection/lang/zh-tw.json
index 45714421bb..f0fbaf11f0 100644
--- a/plugins/DevicesDetection/lang/zh-tw.json
+++ b/plugins/DevicesDetection/lang/zh-tw.json
@@ -58,6 +58,6 @@
"XVisitsFromDevices": "來自%2$s裝置的%1$s個訪問數",
"Wearable": "穿戴式裝置",
"WidgetBrowsers": "訪客瀏覽器",
- "WidgetBrowsersDocumentation": "這份報表包含訪客所使用的瀏覽器資訊。每個瀏覽器的版本都會分開排列。"
+ "WidgetBrowserVersionsDocumentation": "這份報表包含訪客所使用的瀏覽器資訊。每個瀏覽器的版本都會分開排列。"
}
} \ No newline at end of file