From f475efbe98702f66e108cbf31b6730245281d669 Mon Sep 17 00:00:00 2001 From: Masoko Date: Tue, 25 Mar 2025 23:56:17 +0200 Subject: [PATCH] Bulgarian translation (#204) --- src/config.py.example | 2 +- src/translations.ini | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/src/config.py.example b/src/config.py.example index d52f470..cc1a5e5 100644 --- a/src/config.py.example +++ b/src/config.py.example @@ -107,7 +107,7 @@ ext_sensors = False #ext_sensors = [["Housing", "ds18b20", "0014531448ff", -300], ["ext2", "sht21", 0, [-300, 0]]] # use availability, i.e. switch sensors to "unavailable" if there are issues reading them -use_availability = True +use_availability = False # output file output_filename = False diff --git a/src/translations.ini b/src/translations.ini index c200cea..8d0f971 100644 --- a/src/translations.ini +++ b/src/translations.ini @@ -25,6 +25,33 @@ voltage = Voltage update = update external_sensors = External Sensors +[bg] +cpu_load = CPU натоварване +cpu_temperature = CPU температура +disk_usage = Използване на диска +cpu_voltage = CPU напрежение +disk_swap = Disk Swap +memory_usage = Използвана памет +cpu_clock_speed = CPU честота +uptime = Време на работа +wifi_signal = WiFi сигнал +wifi_signal_strength = WiFi сила на сигнала +fan_speed = Скорост на вентилатора +status = Статус +rpi_mqtt_monitor = RPi MQTT Monitor +system_restart = Рестартиране на системата +system_shutdown = Изключване на системата +monitor_on = Монитор On +monitor_off = Монитор Off +temperature = Температура +rpi_power_status = Статус на захранването +apt_updates = APT Updates +humidity = Влажност +used_space = Използвано пространство +voltage = Напрежение +update = Update +external_sensors = Външни сензори + [de] cpu_load = CPU Auslastung cpu_temperature = CPU Temperatur