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:
authorWeblate (bot) <hosted@weblate.org>2022-04-19 00:55:35 +0300
committerGitHub <noreply@github.com>2022-04-19 00:55:35 +0300
commit05da97ba5fc3ffbae226f95e0d85388fab26902d (patch)
tree2376304d962cb9db7ed71bbca3c6c16e0ba2ac78 /plugins/DevicePlugins
parent667bf6f6c732b1083d0938bf0a4d46cd3c463d30 (diff)
Translations update from Hosted Weblate (#19101)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CustomDimensions Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-customdimensions/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Diagnostics Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-diagnostics/ [ci skip]
Diffstat (limited to 'plugins/DevicePlugins')
-rw-r--r--plugins/DevicePlugins/lang/bg.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/plugins/DevicePlugins/lang/bg.json b/plugins/DevicePlugins/lang/bg.json
index 934f1ce85e..9b6ce39cd1 100644
--- a/plugins/DevicePlugins/lang/bg.json
+++ b/plugins/DevicePlugins/lang/bg.json
@@ -1,8 +1,10 @@
{
"DevicePlugins": {
- "BrowserWithNoPluginsEnabled": "%1$s без активни добавки",
- "BrowserWithPluginsEnabled": "%1$s с добавки %2$s активиран",
- "WidgetPlugins": "Добавки",
- "WidgetPluginsDocumentation": "Този отчет показва каква добавка на браузъра са използвали вашите посетители. Тази информация може да е важна, за да изберете правилния начин за доставяне на вашето съдържание."
+ "BrowserWithNoPluginsEnabled": "%1$s без активирани плъгини",
+ "BrowserWithPluginsEnabled": "%1$s с активирани плъгини %2$s",
+ "PluginDescription": "Отчита списъка с плъгини, които се поддържат в браузърите на посетителите.",
+ "PluginDetectionDoesNotWorkInIE": "Забележка: Откриването на плъгини не работи в Internet Explorer преди версия 11. Този отчет се базира само на браузъри, различни от IE, и по-нови версии на IE.",
+ "WidgetPlugins": "Плъгини за браузър",
+ "WidgetPluginsDocumentation": "Този отчет показва кои плъгини за браузъри са активирали Вашите посетители. Тази информация може да е важна за избора на правилния начин за предоставяне на Вашето съдържание."
}
-} \ No newline at end of file
+}