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-02-06 20:59:12 +0300
committerGitHub <noreply@github.com>2021-02-06 20:59:12 +0300
commita31fd86b64c2c7d2deadcfca71540fb4b0152c10 (patch)
treee9c5217e589bd731f7b66ed09847b6d4fc6a7221 /plugins/DevicesDetection
parent540ed05cb7ce9680e450eaf9ab83e02745313662 (diff)
language update (#17197)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/DevicesDetection')
-rw-r--r--plugins/DevicesDetection/lang/sv.json6
-rw-r--r--plugins/DevicesDetection/lang/zh-cn.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/lang/sv.json b/plugins/DevicesDetection/lang/sv.json
index 40d262b99b..a02201f828 100644
--- a/plugins/DevicesDetection/lang/sv.json
+++ b/plugins/DevicesDetection/lang/sv.json
@@ -20,6 +20,8 @@
"dataTableLabelModels": "Modell",
"dataTableLabelSystemVersion": "Hanterar Systemets version",
"dataTableLabelTypes": "Typ",
+ "ClientType": "Klienttyp",
+ "ClientTypes": "Klienttyper",
"Device": "Enhet",
"DeviceBrand": "Typ av utrustning",
"DeviceBrands": "Typ av utrustning",
@@ -35,6 +37,7 @@
"OperatingSystemCode": "Operativsystemskod",
"OperatingSystems": "Operativsystem",
"OperatingSystemVersions": "Operativsystemversion",
+ "OperatingSystemVersionsReportDocumentation": "Denna rapport innehåller information om vilken typ av webbläsare dina besökare använde. Varje version och distribution av webbläsare är listad separat.",
"PluginDescription": "Visar utökad information om användarenheter som t.ex. tillverkare, modell, typ av enhet mm.",
"SmartDisplay": "Smart skärm",
"Smartphone": "Smartphone",
@@ -47,9 +50,12 @@
"Phablet": "Phablet",
"TV": "TV",
"UserAgent": "User-Agent",
+ "Library": "Bibliotek",
"MobileApp": "Mobilapp",
+ "MediaPlayer": "Mediaspelare",
"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.",
"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/zh-cn.json b/plugins/DevicesDetection/lang/zh-cn.json
index 6800388281..45e6741248 100644
--- a/plugins/DevicesDetection/lang/zh-cn.json
+++ b/plugins/DevicesDetection/lang/zh-cn.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": "智能手机",
@@ -57,6 +62,7 @@
"XVisitsFromDevices": "来自%2$s设备的%1$s次访问",
"Wearable": "适合的",
"WidgetBrowsers": "访客浏览器",
+ "WidgetBrowsersDocumentation": "该报告包含您的访问者所使用的浏览器类型。",
"WidgetBrowserVersionsDocumentation": "此报表包含访客所用的浏览器信息,每个浏览器版本单独列出。"
}
} \ No newline at end of file