Update Bulgarian translation

Based of on https://l10n.gnome.org/vertimus/WirePlumber/master/po/bg/

Signed-off-by: Alexander Shopov <ash@kambanaria.org>
This commit is contained in:
Twlvnn Kraftwerk 2025-02-05 12:09:53 +01:00 committed by Alexander Shopov
parent cb770c1d7e
commit 48a415bc8f

126
po/bg.po
View file

@ -1,20 +1,24 @@
# Bulgarian translation of wireplumber po-file.
# Copyright (C) 2016 Valentin Laskov.
# Copyright (C) 2024 twlvnn kraftwerk.
# This file is licensed under the same license as the wireplumber package
# Valentin Laskov <laskov@festa.bg>, 2016. #zanata # Valentin Laskov <laskov@festa.bg>, 2016. #zanata
# twlvnn kraftwerk <kraft_werk@tutanota.com>, 2024.
#
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: WirePlumber master\n"
"Report-Msgid-Bugs-To: https://gitlab.freedesktop.org/pipewire/wireplumber/" "Report-Msgid-Bugs-To: https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues\n"
"issues/new\n" "POT-Creation-Date: 2025-02-05 03:57+0000\n"
"POT-Creation-Date: 2022-04-09 15:19+0300\n" "PO-Revision-Date: 2025-02-05 12:04+0100\n"
"PO-Revision-Date: 2020-10-15 21:30+0000\n" "Last-Translator: twlvnn kraftwerk <kraft_werk@tutanota.com>\n"
"Last-Translator: Emanuil Novachev <em.novachev@gmail.com>\n" "Language-Team: Bulgarian <dict-notifications@fsa-bg.org>\n"
"Language-Team: Bulgarian <https://translate.fedoraproject.org/projects/"
"pipewire/pipewire/bg/>\n"
"Language: bg\n" "Language: bg\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Generator: Weblate 4.2.2\n" "X-Generator: Gtranslator 47.0\n"
#. WirePlumber #. WirePlumber
#. #.
@ -22,13 +26,19 @@ msgstr ""
#. @author George Kiagiadakis <george.kiagiadakis@collabora.com> #. @author George Kiagiadakis <george.kiagiadakis@collabora.com>
#. #.
#. SPDX-License-Identifier: MIT #. SPDX-License-Identifier: MIT
#. Receive script arguments from config.lua #. unique device/node name tables
#. ensure config.properties is not nil #. SPA ids to node names: name = id_name_table[device_id][node_id]
#. preprocess rules and create Interest objects #. create the underlying hidden ALSA node
#. applies properties from config.rules when asked to #. not suitable for loopback
#: src/scripts/monitors/alsa.lua:106
#, lua-format
msgid "Split %s"
msgstr "Разделяне на %s"
#. Connect ObjectConfig events to the right node
#. set the device id and spa factory name; REQUIRED, do not change #. set the device id and spa factory name; REQUIRED, do not change
#. set the default pause-on-idle setting #. set the default pause-on-idle setting
#. try to negotiate the max ammount of channels #. try to negotiate the max amount of channels
#. set priority #. set priority
#. ensure the node has a media class #. ensure the node has a media class
#. ensure the node has a name #. ensure the node has a name
@ -39,15 +49,89 @@ msgstr ""
#. ensure the node has a description #. ensure the node has a description
#. also sanitize description, replace ':' with ' ' #. also sanitize description, replace ':' with ' '
#. add api.alsa.card.* properties for rule matching purposes #. add api.alsa.card.* properties for rule matching purposes
#. apply properties from config.rules #. add cpu.vm.name for rule matching purposes
#. apply properties from rules defined in JSON .conf file
#. handle split HW node
#. create split PCM node
#. create the node #. create the node
#. ensure the device has an appropriate name #. ensure the device has an appropriate name
#. deduplicate devices with the same name #. deduplicate devices with the same name
#. ensure the device has a description #. ensure the device has a description
#: src/scripts/monitors/alsa.lua:222 #: src/scripts/monitors/alsa.lua:433
msgid "Built-in Audio" msgid "Loopback"
msgstr "" msgstr "Локален интерфейс"
#: src/scripts/monitors/alsa.lua:224 #: src/scripts/monitors/alsa.lua:435
msgid "Built-in Audio"
msgstr "Вградено аудио"
#: src/scripts/monitors/alsa.lua:437
msgid "Modem" msgid "Modem"
msgstr "" msgstr "Модем"
#. ensure the device has a nick
#. set the icon name
#. form factor -> icon
#. apply properties from rules defined in JSON .conf file
#. override the device factory to use ACP
#. use device reservation, if available
#. unlike pipewire-media-session, this logic here keeps the device
#. acquired at all times and destroys it if someone else acquires
#. create the device
#. attempt to acquire again
#. destroy the device
#. create the device
#. handle create-object to prepare device
#. handle object-removed to destroy device reservations and recycle device name
#. reset the name tables to make sure names are recycled
#. activate monitor
#. if the reserve-device plugin is enabled, at the point of script execution
#. it is expected to be connected. if it is not, assume the d-bus connection
#. has failed and continue without it
#. handle rd_plugin state changes to destroy and re-create the ALSA monitor in
#. case D-Bus service is restarted
#. create the monitor
#. WirePlumber
#.
#. Copyright © 2022 Pauli Virtanen
#. @author Pauli Virtanen
#.
#. SPDX-License-Identifier: MIT
#. unique device/node name tables
#. set the node description
#. sanitize description, replace ':' with ' '
#. set the node name
#. sanitize name
#. deduplicate nodes with the same name
#. apply properties from the rules in the configuration file
#. create the node
#. it doesn't necessarily need to be a local node,
#. the other Bluetooth parts run in the local process,
#. so it's consistent to have also this here
#. reset the name tables to make sure names are recycled
#: src/scripts/monitors/bluez-midi.lua:114
#, lua-format
msgid "BLE MIDI %d"
msgstr "BLE MIDI %d"
#. if logind support is enabled, activate
#. the monitor only when the seat is active
#. WirePlumber
#.
#. Copyright © 2023 Collabora Ltd.
#. @author Ashok Sidipotu <ashok.sidipotu@collabora.com>
#.
#. SPDX-License-Identifier: MIT
#. set the device id and spa factory name; REQUIRED, do not change
#. set the default pause-on-idle setting
#. set the node name
#. sanitize name
#. deduplicate nodes with the same name
#. set the node description
#: src/scripts/monitors/libcamera/name-node.lua:61
msgid "Built-in Front Camera"
msgstr "Вградена предна камера"
#: src/scripts/monitors/libcamera/name-node.lua:63
msgid "Built-in Back Camera"
msgstr "Вградена задна камера"