Add Translation (ga_IE and pt_BR)

Irish (ga_IE) and Portuguese-Brazil (pt_BR)
This commit is contained in:
Alexis La Goutte 2025-05-05 15:43:25 +02:00 committed by Jaap Keuter
parent 36da62ef58
commit 609ce97d8a
5 changed files with 39002 additions and 0 deletions

View File

@ -28,6 +28,8 @@ trans.uk = ui/qt/wireshark_uk.ts
trans.de = ui/qt/wireshark_de.ts
trans.ko = ui/qt/wireshark_ko.ts
trans.ca = ui/qt/wireshark_ca.ts
trans.ga_IE = ui/qt/wireshark_ga_IE.ts
trans.pt_BR = ui/qt/wireshark_pt_BR.ts
replace_edited_strings = false
keep_translations = false

View File

@ -0,0 +1,202 @@
# French translations for wireshark package
# Traductions françaises du paquet wireshark.
# Copyright (C) 2025 THE wireshark'S COPYRIGHT HOLDER
# This file is distributed under the same license as the wireshark package.
# Automatically generated, 2025.
#
msgid ""
msgstr ""
"Project-Id-Version: wireshark\n"
"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
"POT-Creation-Date: 2024-05-20 18:25+0000\n"
"PO-Revision-Date: 2024-05-20 18:25+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. Type: boolean
#. Description
#: ../templates:2001
msgid "Should non-superusers be able to capture packets?"
msgstr ""
#. Type: boolean
#. Description
#: ../templates:2001
msgid ""
"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
"system group to capture packets. This is recommended over the alternative of "
"running Wireshark/Tshark directly as root, because less of the code will run "
"with elevated privileges."
msgstr ""
#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../templates:2001 ../templates:7001
msgid ""
"For more detailed information please see /usr/share/doc/wireshark-common/"
"README.Debian."
msgstr ""
#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../templates:2001 ../templates:7001
msgid ""
"Enabling this feature may be a security risk, so it is disabled by default. "
"If in doubt, it is suggested to leave it disabled."
msgstr ""
#. Type: error
#. Description
#: ../templates:3001
msgid "Creating the wireshark system group failed"
msgstr ""
#. Type: error
#. Description
#: ../templates:3001
msgid ""
"The wireshark group does not exist, and creating it failed, so Wireshark "
"cannot be configured to capture traffic as an unprivileged user."
msgstr ""
#. Type: error
#. Description
#: ../templates:3001
msgid ""
"Please create the wireshark system group and try configuring wireshark-"
"common again."
msgstr ""
#. Type: error
#. Description
#: ../templates:4001
msgid "The wireshark group is a system group"
msgstr ""
#. Type: error
#. Description
#: ../templates:4001
msgid ""
"The wireshark group exists as a user group, but the preferred configuration "
"is for it to be created as a system group."
msgstr ""
#. Type: error
#. Description
#: ../templates:4001
msgid ""
"As a result, purging wireshark-common will not remove the wireshark group, "
"but everything else should work properly."
msgstr ""
#. Type: error
#. Description
#: ../templates:5001
msgid "Setting capabilities for dumpcap failed"
msgstr ""
#. Type: error
#. Description
#: ../templates:5001
msgid ""
"The attempt to use Linux capabilities to grant packet-capturing privileges "
"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
msgstr ""
#. Type: error
#. Description
#: ../templates:6001
msgid "Removal of the wireshark group failed"
msgstr ""
#. Type: error
#. Description
#: ../templates:6001
msgid ""
"When the wireshark-common package is configured to allow non-superusers to "
"capture packets the postinst script of wireshark-common creates the "
"wireshark group as a system group."
msgstr ""
#. Type: error
#. Description
#: ../templates:6001
msgid ""
"However, on this system the wireshark group is a user group instead of being "
"a system group, so purging wireshark-common did not remove it."
msgstr ""
#. Type: error
#. Description
#: ../templates:6001
msgid "If the group is no longer needed, please remove it manually."
msgstr ""
#. Type: boolean
#. Description
#: ../templates:7001
msgid "Should non-superusers be able to capture system calls?"
msgstr ""
#. Type: boolean
#. Description
#: ../templates:7001
msgid ""
"The falcodump external capture utility (extcap) can be installed in a way "
"that allows members of the \"scap\" system group to capture system calls. "
"This is recommended over the alternative of running Stratoshark directly as "
"root, because less of the code will run with elevated privileges."
msgstr ""
#. Type: error
#. Description
#: ../templates:8001
msgid "Creating the \"scap\" system group failed"
msgstr ""
#. Type: error
#. Description
#: ../templates:8001
msgid ""
"The \"scap\" group does not exist, and creating it failed, so Stratoshark "
"cannot be configured to capture system calls as an unprivileged user."
msgstr ""
#. Type: error
#. Description
#: ../templates:8001
msgid ""
"Please create the \"scap\" system group and try configuring stratoshark "
"again."
msgstr ""
#. Type: error
#. Description
#: ../templates:9001
msgid "The \"scap\" group is a system group"
msgstr ""
#. Type: error
#. Description
#: ../templates:9001
msgid ""
"The \"scap\" group exists as a user group, but the preferred configuration "
"is for it to be created as a system group."
msgstr ""
#. Type: error
#. Description
#: ../templates:9001
msgid ""
"As a result, purging stratoshark will not remove the \"scap\" group, but "
"everything else should work properly."
msgstr ""

View File

@ -685,11 +685,13 @@ set(WIRESHARK_QT_TS
wireshark_en.ts # lupdate -pluralonly
wireshark_es.ts
wireshark_fr.ts
wireshark_ga_IE.ts
wireshark_hu.ts
wireshark_it.ts
wireshark_ja_JP.ts
wireshark_ko.ts
wireshark_pl.ts
wireshark_pt_BR.ts
wireshark_ru.ts
wireshark_sv.ts
wireshark_tr_TR.ts

19412
ui/qt/wireshark_ga_IE.ts Normal file

File diff suppressed because it is too large Load Diff

19384
ui/qt/wireshark_pt_BR.ts Normal file

File diff suppressed because it is too large Load Diff