Add Kenwood TH-D75 support

As reported in #11122, the existing driver works for the D75 already,
which is expected.

Fixes #11122
This commit is contained in:
Dan Smith 2024-02-11 17:05:30 -08:00 committed by Dan Smith
parent 33a8808576
commit 1752e55498
19 changed files with 448 additions and 393 deletions

View File

@ -309,6 +309,7 @@ class THD74Radio(chirp_common.CloneModeRadio,
raise errors.RadioError("No response to ID command")
def _detect_baud(self):
id = None
for baud in [9600, 19200, 38400, 57600]:
self.pipe.baudrate = baud
try:
@ -319,11 +320,16 @@ class THD74Radio(chirp_common.CloneModeRadio,
try:
id = self.get_id()
LOG.info("Radio %s at %i baud" % (id, baud))
return True
break
except errors.RadioError:
pass
raise errors.RadioError("No response from radio")
if id and not self.MODEL.startswith(id):
raise errors.RadioError(_('Unsupported model %r' % id))
elif id:
return id
else:
raise errors.RadioError("No response from radio")
def process_mmap(self):
self._memobj = bitwise.parse(MEM_FORMAT, self._mmap)
@ -526,3 +532,8 @@ class THD74Radio(chirp_common.CloneModeRadio,
return True
else:
return chirp_common.CloneModeRadio.match_model(filedata, filename)
@directory.register
class THD75Radio(THD74Radio):
MODEL = 'TH-D75'

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2012-10-02 22:11+0100\n"
"Last-Translator: Benjamin, HB9EUK <hb9euk@hb9d.org>\n"
"Language-Team: German\n"
@ -286,7 +286,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -295,7 +295,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -654,7 +654,7 @@ msgstr ""
msgid "Amateur"
msgstr ""
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Ein Fehler ist aufgetreten"
@ -690,11 +690,11 @@ msgstr ""
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr ""
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -756,7 +756,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Klonen"
@ -992,7 +992,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr ""
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, fuzzy, python-format
msgid "Erased memory %s"
msgstr "Lösche Speicher {loc}"
@ -1086,7 +1086,7 @@ msgstr "RFinder"
msgid "Find..."
msgstr "RFinder"
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1716,7 +1716,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr ""
@ -1784,7 +1784,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1795,11 +1795,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr ""
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr ""
@ -1850,7 +1850,7 @@ msgstr[1] ""
msgid "Restore tabs on start"
msgstr ""
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr ""
@ -1866,7 +1866,7 @@ msgstr ""
msgid "Save file"
msgstr ""
#: ../wxui/common.py:322
#: ../wxui/common.py:323
#, fuzzy
msgid "Saved settings"
msgstr "Einstellungen"
@ -2054,11 +2054,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2092,7 +2092,7 @@ msgstr "Löschen (und nach oben verschieben)"
msgid "This memory and shift block up"
msgstr "Löschen (und nach oben verschieben)"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2158,7 +2158,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr "Speichervorgaben öffnen"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
#, fuzzy
msgid "Unable to open the clipboard"
msgstr "Kann Gerät auf {port} nicht erkennen"
@ -2174,7 +2174,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, fuzzy, python-format
msgid "Unable to reveal %s on this system"
msgstr "Keine Änderungen bei diesem Modell möglich"
@ -2184,7 +2184,7 @@ msgstr "Keine Änderungen bei diesem Modell möglich"
msgid "Unable to set %s on this memory"
msgstr "Keine Änderungen bei diesem Modell möglich"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr ""
@ -2192,6 +2192,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr ""
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Nicht unterstuetzter Dateityp"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr ""
@ -2206,7 +2211,7 @@ msgstr "Upload zum Gerät"
msgid "Upload to radio..."
msgstr "Upload zum Gerät"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2224,12 +2229,12 @@ msgstr ""
msgid "Value does not fit in %i bits"
msgstr ""
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr ""
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr ""
@ -2256,7 +2261,7 @@ msgstr "Hersteller"
msgid "View"
msgstr "_Ansicht"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""
@ -2758,9 +2763,6 @@ msgstr ""
#~ "Kann {src} Speicher in {dst} Zeilen einfügen. Erhöhen Sie die Speicher-"
#~ "Grenzen oder zeigen leere Speicher."
#~ msgid "Unsupported file type"
#~ msgstr "Nicht unterstuetzter Dateityp"
#~ msgid "Untitled"
#~ msgstr "Namenlos"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2023-02-11 15:12+0200\n"
"Last-Translator: Sokratis Alichanidis <sv2hzs@posteo.net>\n"
"Language-Team: Greek\n"
@ -288,7 +288,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -297,7 +297,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -657,7 +657,7 @@ msgstr "Όλοι οι τύποι αρχείων|"
msgid "Amateur"
msgstr "Ραδιοερασιτέχνη"
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Παρουσιάστηκε ένα σφάλμα"
@ -693,11 +693,11 @@ msgstr "Περιηγητής"
msgid "Building Radio Browser"
msgstr "Δημιουργία Περιηγητή Πομποδεκτών"
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr "Καναδάς"
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -759,7 +759,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Αντιγραφή"
@ -991,7 +991,7 @@ msgstr "Εισάγετε ένα νέο όνομα για την ομάδα μν
msgid "Enter custom port:"
msgstr "Εισάγετε προσαρμοσμένη θύρα:"
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, python-format
msgid "Erased memory %s"
msgstr "Διεγράφη η μνήμη %s"
@ -1080,7 +1080,7 @@ msgstr "Εύρεση επόμενου"
msgid "Find..."
msgstr "Εύρεση"
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr "Τελείωσε η εργασία %s"
@ -1705,7 +1705,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr "Παρακαλώ περιμένετε"
@ -1770,7 +1770,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1781,12 +1781,12 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
#, fuzzy
msgid "Refresh required"
msgstr "Απαιτείται επανεκκίνηση"
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr "Ανανεώθηκε η μνήμη %s"
@ -1837,7 +1837,7 @@ msgstr[1] "Επαναφορά %i καρτελών"
msgid "Restore tabs on start"
msgstr "Επαναφορά %i καρτελών"
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr "Ρυθμίσεις ανακτήθηκαν"
@ -1853,7 +1853,7 @@ msgstr "Αποθήκευση πριν το κλείσιμο;"
msgid "Save file"
msgstr "Αποθήκευση αρχείου"
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr "Ρυθμίσεις αποθηκεύθηκαν"
@ -2037,11 +2037,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2082,7 +2082,7 @@ msgstr "Διαγραφή %i μνημών και μετακίνηση όλων π
msgid "This memory and shift block up"
msgstr "Διαγραφή %i μνημών και μετακίνηση ομάδας προς τα επάνω"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2146,7 +2146,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr ""
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr "Αδυναμία ανοίγματος του πρόχειρου"
@ -2161,7 +2161,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr ""
@ -2171,7 +2171,7 @@ msgstr ""
msgid "Unable to set %s on this memory"
msgstr "Πατήστε enter για καταχώρηση στη μνήμη"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr "Ηνωμένες Πολιτείες"
@ -2179,6 +2179,11 @@ msgstr "Ηνωμένες Πολιτείες"
msgid "Unplug your cable (if needed) and then click OK"
msgstr "Αποσυνδέστε το καλώδιο σας (αν χρειάζεται) και μετά πατήστε OK"
#: ../drivers/thd74.py:328
#, python-format
msgid "Unsupported model %r"
msgstr ""
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "Οδηγίες αποστολής"
@ -2192,7 +2197,7 @@ msgstr "Αποστολή Σε Πομποδέκτη"
msgid "Upload to radio..."
msgstr "Αποστολή Σε Πομποδέκτη"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr "Απεστάλη η μνήμη %s"
@ -2210,12 +2215,12 @@ msgstr "Χρήση μεγαλύτερης γραμματοσειράς"
msgid "Value does not fit in %i bits"
msgstr "Η τιμή δεν χωράει σε %i bits"
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr "Η τιμή πρέπει να είναι τουλάχιστον %.4f"
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr "Η τιμή πρέπει να είναι το πολύ %.4f"
@ -2241,7 +2246,7 @@ msgstr "Προμηθευτής"
msgid "View"
msgstr "Εμφάνιση"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2011-11-29 16:07-0800\n"
"Last-Translator: Dan Smith <dan@theine>\n"
"Language-Team: English\n"
@ -284,7 +284,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -293,7 +293,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -652,7 +652,7 @@ msgstr ""
msgid "Amateur"
msgstr ""
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr ""
@ -688,11 +688,11 @@ msgstr ""
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr ""
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -753,7 +753,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr ""
@ -985,7 +985,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr ""
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, fuzzy, python-format
msgid "Erased memory %s"
msgstr "E_xchange"
@ -1074,7 +1074,7 @@ msgstr ""
msgid "Find..."
msgstr ""
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1692,7 +1692,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr ""
@ -1758,7 +1758,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1769,11 +1769,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr ""
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr ""
@ -1823,7 +1823,7 @@ msgstr[1] ""
msgid "Restore tabs on start"
msgstr ""
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr ""
@ -1839,7 +1839,7 @@ msgstr ""
msgid "Save file"
msgstr ""
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr ""
@ -2024,11 +2024,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2062,7 +2062,7 @@ msgstr "_Delete"
msgid "This memory and shift block up"
msgstr "_Delete"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2126,7 +2126,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr ""
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr ""
@ -2141,7 +2141,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr ""
@ -2151,7 +2151,7 @@ msgstr ""
msgid "Unable to set %s on this memory"
msgstr ""
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr ""
@ -2159,6 +2159,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr ""
#: ../drivers/thd74.py:328
#, python-format
msgid "Unsupported model %r"
msgstr ""
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr ""
@ -2173,7 +2178,7 @@ msgstr "Upload To Radio"
msgid "Upload to radio..."
msgstr "Upload To Radio"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2191,12 +2196,12 @@ msgstr ""
msgid "Value does not fit in %i bits"
msgstr ""
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr ""
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr ""
@ -2223,7 +2228,7 @@ msgstr ""
msgid "View"
msgstr "_View"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2024-02-08 20:27-0300\n"
"Last-Translator: MELERIX\n"
"Language-Team: \n"
@ -442,7 +442,7 @@ msgstr ""
"4. <b>Después de cliquear Aceptar aquí en chirp</b>,\n"
" presiona el botón de pantalla [Send].\n"
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -457,7 +457,7 @@ msgstr ""
"4. <b>Después de cliquear Aceptar</b>, presiona la tecla [BAND] para enviar "
"la imagen.\n"
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -1027,7 +1027,7 @@ msgstr "Todos los formatos soportados|"
msgid "Amateur"
msgstr "Aficionado"
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Ha ocurrido un error"
@ -1063,11 +1063,11 @@ msgstr "Navegador"
msgid "Building Radio Browser"
msgstr "Construyendo navegador de radio"
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr "Canada"
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -1139,7 +1139,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr "Clonado completado, comprobando por bytes espurios"
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Clonando"
@ -1369,7 +1369,7 @@ msgstr "Ingresa un nuevo nombre para el banco %s:"
msgid "Enter custom port:"
msgstr "Ingresar puerto personalizado:"
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, python-format
msgid "Erased memory %s"
msgstr "Memoria borrada %s"
@ -1458,7 +1458,7 @@ msgstr "Buscar siguiente"
msgid "Find..."
msgstr "Buscar..."
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr "Trabajos de radio terminados %s"
@ -2195,7 +2195,7 @@ msgstr ""
"tu radio si no se usan con EXTREMO cuidado. ¡has sido advertido! ¿Proceder "
"de todos modos?"
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr "Por favor espera"
@ -2263,7 +2263,7 @@ msgstr ""
"el modelo seleccionado no es de EE.UU pero la radio es una de EE.UU. Por "
"favor elije el modelo correcto e intenta de nuevo."
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
"RadioReference Canadá requiere un inicio de sesión antes de que puedas "
@ -2279,11 +2279,11 @@ msgstr ""
"de comunicaciones de radio mas largo del mundo\n"
"<small>Requiere cuenta premium</small>"
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr "Actualización requerida"
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr "Memoria actualizada %s"
@ -2337,7 +2337,7 @@ msgstr[1] "Restaurar %i pestañas"
msgid "Restore tabs on start"
msgstr "Restaurar pestañas al iniciar"
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr "Ajustes recuperados"
@ -2353,7 +2353,7 @@ msgstr "¿Guardar antes de cerrar?"
msgid "Save file"
msgstr "Guardar archivo"
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr "Ajustes guardados"
@ -2569,11 +2569,11 @@ msgstr ""
"descargues una imagen nueva de tu radio y utilizarla en adelante para la "
"mejor seguridad y compatibilidad."
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr "Este es un controlador beta de etapa temprana\n"
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
"Este es un controlador beta de etapa temprana - cargar bajo tu propio "
@ -2619,7 +2619,7 @@ msgstr "Esta memoria y desplazar todo hacia arriba"
msgid "This memory and shift block up"
msgstr "Esta memoria y desplazar bloque hacia arriba"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2700,7 +2700,7 @@ msgstr "No se puede editar memoria antes de que la radio este cargada"
msgid "Unable to find stock config %r"
msgstr "No se puede buscar la configuración original %r"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr "No se puede abrir el portapapeles"
@ -2718,7 +2718,7 @@ msgstr ""
"seleccionado es de EE.UU pero la radio no es una de EE.UU (o de banda "
"ancha). Por favor elije el modelo correcto e intenta de nuevo."
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr "No se puede revelar %s en este sistema"
@ -2728,7 +2728,7 @@ msgstr "No se puede revelar %s en este sistema"
msgid "Unable to set %s on this memory"
msgstr "No se puede establecer %s en esta memoria"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr "Estados Unidos"
@ -2736,6 +2736,11 @@ msgstr "Estados Unidos"
msgid "Unplug your cable (if needed) and then click OK"
msgstr "Desconecta tu cable (si es necesario) y entonces haz clic en ACEPTAR"
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Tipo de archivo no soportado"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "Cargar instrucciones"
@ -2748,7 +2753,7 @@ msgstr "Cargar a radio"
msgid "Upload to radio..."
msgstr "Cargar a radio..."
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr "Memoria cargada %s"
@ -2766,12 +2771,12 @@ msgstr "Usar fuente más grande"
msgid "Value does not fit in %i bits"
msgstr "Valor no cabe en %i bits"
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr "Valor debe ser al menos %.4f"
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr "Valor debe ser como máximo %.4f"
@ -2797,7 +2802,7 @@ msgstr "Vendedor"
msgid "View"
msgstr "Ver"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr "¡ADVERTENCIA!"
@ -3413,9 +3418,6 @@ msgstr "{bank} está lleno"
#~ "No se pueden pegar {src} memorias en {dst} filas. Incrementa los límites "
#~ "de la memoria o muestra memorias vacías."
#~ msgid "Unsupported file type"
#~ msgstr "Tipo de archivo no soportado"
#~ msgid "Untitled"
#~ msgstr "Sin título"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2023-12-13 00:03+0100\n"
"Last-Translator: Matthieu Lapadu-Hargues <mlhpub@free.fr>\n"
"Language-Team: French\n"
@ -292,7 +292,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -301,7 +301,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -661,7 +661,7 @@ msgstr "Tours formats supportes|"
msgid "Amateur"
msgstr "Amateur"
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Une erreur s'est produite"
@ -697,11 +697,11 @@ msgstr "Navigateur"
msgid "Building Radio Browser"
msgstr "Etablissement navigateur radio"
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr "Canada"
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -772,7 +772,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr "Clonage termine, verification des octets parasites"
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Clonage"
@ -1004,7 +1004,7 @@ msgstr "Saisir un nouveau nom pour la banque %s:"
msgid "Enter custom port:"
msgstr "Saisir un port personnalise:"
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, python-format
msgid "Erased memory %s"
msgstr "Effacer la memoire %s"
@ -1096,7 +1096,7 @@ msgstr "Rechercher le suivant"
msgid "Find..."
msgstr "Rechercher..."
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr "Tache radio terminee %s"
@ -1739,7 +1739,7 @@ msgstr ""
"endommager votre ordinateur et votre radio s'ils ne sont pas utilises avec "
"un EXTREME soin. Vous etes prevenu! Continuer malgré tout?"
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr "Patientez s'il vous plait"
@ -1807,7 +1807,7 @@ msgstr ""
"quand le modele selectionne n'est pas US mais que la radio est US. "
"Selectionnez le bon modele et reessayez."
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr "RadioReference Canada necessite une connexion avant une requete"
@ -1818,11 +1818,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr "Rafraichissement necessaire"
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr "Rafraichir la memoire %s"
@ -1876,7 +1876,7 @@ msgstr[1] "Restaurer %i onglets"
msgid "Restore tabs on start"
msgstr "Restaurer %i onglets"
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr "Preferences recuperees"
@ -1892,7 +1892,7 @@ msgstr "Enregistrer avant de fermer?"
msgid "Save file"
msgstr "Enregistrer fichier"
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr "Preferences enregistrees"
@ -2107,11 +2107,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr "Ceci est un pilote recent en version beta\n"
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
"Ceci est un pilote recent en version beta - chargement a vos risques et "
@ -2151,7 +2151,7 @@ msgstr "Remonter ces memoires et decalage"
msgid "This memory and shift block up"
msgstr "Bloquer cette memoire et le decalage"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2230,7 +2230,7 @@ msgstr "Impossible d'editer une memoire avant telechargement de la radio"
msgid "Unable to find stock config %r"
msgstr "Impossible de trouver la configuration de base %r"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr "Impossible d'ouvrir le presse-papier"
@ -2248,7 +2248,7 @@ msgstr ""
"modele selectionne est US mais que la radio n'est pas US (ou large-bande). "
"Selectionnez le bon modele et reessayez."
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr "Impossible de montrer %s dans ce systeme"
@ -2258,7 +2258,7 @@ msgstr "Impossible de montrer %s dans ce systeme"
msgid "Unable to set %s on this memory"
msgstr "Impossible de regler %s dans cette memoire"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr "Etats-Unis"
@ -2266,6 +2266,11 @@ msgstr "Etats-Unis"
msgid "Unplug your cable (if needed) and then click OK"
msgstr "Debranchez votre cable (si necessaire) et cliquez sur OK"
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Type de fichier non-supporte"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "Instruction de telechargement"
@ -2278,7 +2283,7 @@ msgstr "Telecharger vers la radio"
msgid "Upload to radio..."
msgstr "Telecharger vers la radio..."
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr "Memoire telechargee %s"
@ -2296,12 +2301,12 @@ msgstr "Utiliser une plus grande police"
msgid "Value does not fit in %i bits"
msgstr "La valeur ne correspond pas a %i bits"
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr "La valeur doit etre d'au moins %.4f"
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr "La valeur ne doit pas depasser %.4f"
@ -2327,7 +2332,7 @@ msgstr "Fabricant"
msgid "View"
msgstr "Voir"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr "ATTENTION!"
@ -2772,9 +2777,6 @@ msgstr "{bank} pleine"
#~ msgid "URCALL"
#~ msgstr "URCALL"
#~ msgid "Unsupported file type"
#~ msgstr "Type de fichier non-supporte"
#~ msgid "Untitled"
#~ msgstr "Sans titre"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2015-01-28 13:47+0100\n"
"Last-Translator: Attila Joubert <joubert.attila@gmail.com>\n"
"Language-Team: English\n"
@ -285,7 +285,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -294,7 +294,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -653,7 +653,7 @@ msgstr ""
msgid "Amateur"
msgstr ""
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Hiba történt"
@ -689,11 +689,11 @@ msgstr "Böngésző"
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr ""
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -755,7 +755,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Klónozás"
@ -992,7 +992,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr ""
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, fuzzy, python-format
msgid "Erased memory %s"
msgstr "A(z) {loc}. memóriahely törlése"
@ -1086,7 +1086,7 @@ msgstr "RFinder"
msgid "Find..."
msgstr "RFinder"
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1719,7 +1719,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr ""
@ -1788,7 +1788,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1799,11 +1799,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr ""
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, fuzzy, python-format
msgid "Refreshed memory %s"
msgstr "ezek a memóriák"
@ -1853,7 +1853,7 @@ msgstr[1] ""
msgid "Restore tabs on start"
msgstr ""
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr ""
@ -1869,7 +1869,7 @@ msgstr ""
msgid "Save file"
msgstr ""
#: ../wxui/common.py:322
#: ../wxui/common.py:323
#, fuzzy
msgid "Saved settings"
msgstr "Beállítás"
@ -2058,11 +2058,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2096,7 +2096,7 @@ msgstr "... és a tömböt felfelé lépteti"
msgid "This memory and shift block up"
msgstr "... és a tömböt felfelé lépteti"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2162,7 +2162,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr "A csoportos beállítás megnyitása"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
#, fuzzy
msgid "Unable to open the clipboard"
msgstr "Nem érzékelek a {port} porton!"
@ -2178,7 +2178,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, fuzzy, python-format
msgid "Unable to reveal %s on this system"
msgstr "Ennél a modellnél nem változtatható"
@ -2188,7 +2188,7 @@ msgstr "Ennél a modellnél nem változtatható"
msgid "Unable to set %s on this memory"
msgstr "Ennél a modellnél nem változtatható"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr ""
@ -2196,6 +2196,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr ""
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Nem támogatott fájltípus"
#: ../wxui/clone.py:636
#, fuzzy
msgid "Upload instructions"
@ -2211,7 +2216,7 @@ msgstr "Feltöltés a rádióra"
msgid "Upload to radio..."
msgstr "Feltöltés a rádióra"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2229,12 +2234,12 @@ msgstr ""
msgid "Value does not fit in %i bits"
msgstr ""
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr ""
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr ""
@ -2261,7 +2266,7 @@ msgstr "Gyártó"
msgid "View"
msgstr "Né_zet"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""
@ -2823,9 +2828,6 @@ msgstr ""
#~ "Nem sikerült beilleszteni {src} memóriát {dst} sorokba. Növelje a memória "
#~ "határokat, vagy mutasson üres memóriára!"
#~ msgid "Unsupported file type"
#~ msgstr "Nem támogatott fájltípus"
#~ msgid "Untitled"
#~ msgstr "Névtelen"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2024-01-20 12:24+0100\n"
"Last-Translator: Daniele Forsi <iu5hkx@gmail.com>\n"
"Language-Team: \n"
@ -286,7 +286,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -295,7 +295,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -655,7 +655,7 @@ msgstr "Tutti i formati supportati|"
msgid "Amateur"
msgstr "Radioamatore"
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Si è verificato un errore"
@ -691,11 +691,11 @@ msgstr "Browser"
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr "Canada"
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -756,7 +756,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Programmazione"
@ -982,7 +982,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr "Inserire la porta personalizzata:"
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, python-format
msgid "Erased memory %s"
msgstr "Memoria %s cancellata"
@ -1072,7 +1072,7 @@ msgstr "Trova successivo"
msgid "Find..."
msgstr "Trova..."
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1682,7 +1682,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr "Attendere"
@ -1747,7 +1747,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1758,11 +1758,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr ""
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr ""
@ -1813,7 +1813,7 @@ msgstr[1] "Ripristina %i schede"
msgid "Restore tabs on start"
msgstr "Ripristina schede all'avvio"
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr "Impostazioni recuperate"
@ -1829,7 +1829,7 @@ msgstr "Salvare prima di chiudere?"
msgid "Save file"
msgstr "Salva file"
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr "Impostazioni salvate"
@ -2009,11 +2009,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2045,7 +2045,7 @@ msgstr "Questa memoria e sposta tutto in alto"
msgid "This memory and shift block up"
msgstr "Questa memoria e sposta il blocco in alto"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2111,7 +2111,7 @@ msgstr "Impossibile modificare la memoria prima di averla caricata dalla radio"
msgid "Unable to find stock config %r"
msgstr "Impossibile trovare la configurazione standard %r"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr "Impossibile aprire gli appunti"
@ -2126,7 +2126,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr "Impossibile rivelare %s su questo sistema"
@ -2136,7 +2136,7 @@ msgstr "Impossibile rivelare %s su questo sistema"
msgid "Unable to set %s on this memory"
msgstr "Impossibile impostare %s su questa memoria"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr "Stati Uniti"
@ -2144,6 +2144,11 @@ msgstr "Stati Uniti"
msgid "Unplug your cable (if needed) and then click OK"
msgstr "Scollegare il cavo (se necessario) e poi premere OK"
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Tipo file non supportato"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "Istruzioni per il caricamento"
@ -2156,7 +2161,7 @@ msgstr "Carica sulla radio"
msgid "Upload to radio..."
msgstr "Carica sulla radio..."
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2174,12 +2179,12 @@ msgstr "Usa carattere più grande"
msgid "Value does not fit in %i bits"
msgstr "Il valore non entra in %i bit"
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr "Il valore deve essere almeno %.4f"
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr "Il valore deve essere al massimo %.4f"
@ -2205,7 +2210,7 @@ msgstr "Produttore"
msgid "View"
msgstr "Visualizza"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""
@ -2640,9 +2645,6 @@ msgstr ""
#~ msgid "URCALL"
#~ msgstr "URCALL"
#~ msgid "Unsupported file type"
#~ msgstr "Tipo file non supportato"
#~ msgid "Untitled"
#~ msgstr "Senza Nome"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-09 08:05+0900\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2023-12-03 11:04+0900\n"
"Last-Translator: weboo <weboo@users.noreply.github.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@ -284,7 +284,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -293,7 +293,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -2017,11 +2017,11 @@ msgstr ""
"タムバージョンのCHIRPで作成された可能性があります。データ保全と互換性のために"
"新たに無線機からダウンロードし直すことをお勧めします。"
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2160,6 +2160,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr "ケーブルを抜いてからOKをクリックしてください。"
#: ../drivers/thd74.py:328
#, python-format
msgid "Unsupported model %r"
msgstr ""
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "アップロード手順"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2012-03-18 12:01+0100\n"
"Last-Translator: Michael Tel <m.tel@xs4all.nl>\n"
"Language-Team: Dutch\n"
@ -285,7 +285,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -294,7 +294,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -653,7 +653,7 @@ msgstr ""
msgid "Amateur"
msgstr ""
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Er is een fout opgetreden"
@ -689,11 +689,11 @@ msgstr ""
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr ""
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -755,7 +755,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Klonen"
@ -990,7 +990,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr ""
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, fuzzy, python-format
msgid "Erased memory %s"
msgstr "Wis kanaal {loc}"
@ -1080,7 +1080,7 @@ msgstr ""
msgid "Find..."
msgstr ""
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1708,7 +1708,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr ""
@ -1775,7 +1775,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1786,11 +1786,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr ""
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr ""
@ -1841,7 +1841,7 @@ msgstr[1] ""
msgid "Restore tabs on start"
msgstr ""
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr ""
@ -1857,7 +1857,7 @@ msgstr ""
msgid "Save file"
msgstr ""
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr ""
@ -2042,11 +2042,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2080,7 +2080,7 @@ msgstr "Verwijderen (en naar boven verplaatsen)"
msgid "This memory and shift block up"
msgstr "Verwijderen (en naar boven verplaatsen)"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2146,7 +2146,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr "Openen aanwezige configuratie"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
#, fuzzy
msgid "Unable to open the clipboard"
msgstr "Niet in staat om de radio op {port} te detecteren"
@ -2162,7 +2162,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, fuzzy, python-format
msgid "Unable to reveal %s on this system"
msgstr "Niet in staat om wijzigingen voor dit model te maken"
@ -2172,7 +2172,7 @@ msgstr "Niet in staat om wijzigingen voor dit model te maken"
msgid "Unable to set %s on this memory"
msgstr "Niet in staat om wijzigingen voor dit model te maken"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr ""
@ -2180,6 +2180,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr ""
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Niet-ondersteunende bestandstype"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr ""
@ -2194,7 +2199,7 @@ msgstr "Naar radio uploaden"
msgid "Upload to radio..."
msgstr "Naar radio uploaden"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2212,12 +2217,12 @@ msgstr ""
msgid "Value does not fit in %i bits"
msgstr ""
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr ""
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr ""
@ -2244,7 +2249,7 @@ msgstr "Merk"
msgid "View"
msgstr "Bee_ld"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""
@ -2689,9 +2694,6 @@ msgstr ""
#~ msgid "URCALL"
#~ msgstr "URCALL"
#~ msgid "Unsupported file type"
#~ msgstr "Niet-ondersteunende bestandstype"
#~ msgid "Untitled"
#~ msgstr "Naamloos"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2023-07-12 21:21+0200\n"
"Last-Translator: szporwolik\n"
"Language-Team: Polish\n"
@ -289,7 +289,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -298,7 +298,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -670,7 +670,7 @@ msgstr "Wszystkie wspierane formaty|"
msgid "Amateur"
msgstr "Amatorska"
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Wystąpił błąd"
@ -706,11 +706,11 @@ msgstr "Przeglądarka"
msgid "Building Radio Browser"
msgstr "Budowanie przeglądarki radiostacji"
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr "Kanada"
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -774,7 +774,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr "Klonowane zakończone, sprawdzanie niewłaściwych bajtów"
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Klonowanie"
@ -1005,7 +1005,7 @@ msgstr "Wprowadź nową nazwę dla banku %s:"
msgid "Enter custom port:"
msgstr "Wprowadź port:"
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, python-format
msgid "Erased memory %s"
msgstr "Skasowano pamięć %s"
@ -1096,7 +1096,7 @@ msgstr "Wyszukaj następny"
msgid "Find..."
msgstr "Wyszukaj"
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr "Zakończono zadanie radiostacji %s"
@ -1719,7 +1719,7 @@ msgstr ""
"oraz funkcje, które mogą uszkodzić komputer oraz radiostację, jeśli nie będą "
"wykorzystywane z EKSTREMALNĄ uwagą. Zostałeś ostrzeżony! Kontynuować?"
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr "Proszę czekać"
@ -1787,7 +1787,7 @@ msgstr ""
"jest ona przeznaczona na amerykański rynek, a wybrano model na inne regiony. "
"Należy wybrać właściwy model i spróbować ponownie."
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr "RadioReference Canada wymaga logowania przed wysłaniem zapytań"
@ -1798,11 +1798,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr "Wymagane jest odświeżenie"
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr "Odświeżono pamięć %s"
@ -1856,7 +1856,7 @@ msgstr[2] "Przywrócono %i zakładek"
msgid "Restore tabs on start"
msgstr "Przywrócono %i zakładek"
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr "Pobrano ustawienia"
@ -1872,7 +1872,7 @@ msgstr "Zapisać przed zamknięciem?"
msgid "Save file"
msgstr "Zapisz plik"
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr "Zapisano ustawienia"
@ -2064,11 +2064,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr "To sterownik we wczesnej wersji beta\n"
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr "To sterownik we wczesnej wersji beta - wysyłasz na własne ryzyko\n"
@ -2100,7 +2100,7 @@ msgstr "Tą pamięć i przeusń wszystkie wyżej"
msgid "This memory and shift block up"
msgstr "Tą pamięć i przesuń blok wyżej"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2170,7 +2170,7 @@ msgstr "Przed pobraniem pamięci, nie można jej edytować"
msgid "Unable to find stock config %r"
msgstr "Nie znaleziono konfiguracji wstępnej %r"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr "Nie można otworzyć schowka"
@ -2188,7 +2188,7 @@ msgstr ""
"model na rynek US, ale radiostacja jest przeznaczona na inne regiony (lub "
"szerokopasmowa). Należy wybrać właściwy model i spróbować ponownie."
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr "Nie można odkryć %s na tym systemie"
@ -2198,7 +2198,7 @@ msgstr "Nie można odkryć %s na tym systemie"
msgid "Unable to set %s on this memory"
msgstr "Nie można ustawić %s na tej pamięci"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr "Stany Zjednoczone"
@ -2206,6 +2206,11 @@ msgstr "Stany Zjednoczone"
msgid "Unplug your cable (if needed) and then click OK"
msgstr "Należy odpiąć kabel (jeśli to konieczne) i nacisnąć przycisk OK"
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Nieobsługiwany typ pliku"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "Instrukcje wysyłania"
@ -2219,7 +2224,7 @@ msgstr "Wyślij do radiostacji"
msgid "Upload to radio..."
msgstr "Wyślij do radiostacji"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr "Wysłano pamięć %s"
@ -2237,12 +2242,12 @@ msgstr "Używaj większej czcionki"
msgid "Value does not fit in %i bits"
msgstr "Wartość nie pasuje do %i bitów"
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr "Wartość musi wynosić przynajmniej %.4f"
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr "Wartość musi wynosić nie więcej niż %.4f"
@ -2268,7 +2273,7 @@ msgstr "Producent"
msgid "View"
msgstr "Widok"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr "UWAGA!"
@ -2699,9 +2704,6 @@ msgstr "{bank} jest pełny"
#~ msgid "To"
#~ msgstr "Ton"
#~ msgid "Unsupported file type"
#~ msgstr "Nieobsługiwany typ pliku"
#~ msgid "Unsuppported by destination radio: {msgs}"
#~ msgstr "Nieobsługiwany przez urządzenie: {msgs}"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2013-03-30 22:04-0300\n"
"Last-Translator: Crezivando <crezivando@gmail.com>\n"
"Language-Team: Language pt-BR\n"
@ -284,7 +284,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -293,7 +293,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -652,7 +652,7 @@ msgstr ""
msgid "Amateur"
msgstr ""
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Ocorreu um erro"
@ -688,11 +688,11 @@ msgstr ""
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr ""
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -754,7 +754,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Clonando"
@ -989,7 +989,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr ""
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, fuzzy, python-format
msgid "Erased memory %s"
msgstr "Apagando memória {loc}"
@ -1079,7 +1079,7 @@ msgstr ""
msgid "Find..."
msgstr ""
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1707,7 +1707,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr ""
@ -1774,7 +1774,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1785,11 +1785,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr ""
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr ""
@ -1840,7 +1840,7 @@ msgstr[1] ""
msgid "Restore tabs on start"
msgstr ""
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr ""
@ -1856,7 +1856,7 @@ msgstr ""
msgid "Save file"
msgstr ""
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr ""
@ -2041,11 +2041,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2079,7 +2079,7 @@ msgstr "Apagar (e deslocar)"
msgid "This memory and shift block up"
msgstr "Apagar (e deslocar)"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2145,7 +2145,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr "Abrir config do estoque"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
#, fuzzy
msgid "Unable to open the clipboard"
msgstr "Incapaz de detectar rádio na {port}"
@ -2161,7 +2161,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, fuzzy, python-format
msgid "Unable to reveal %s on this system"
msgstr "Incapaz de efetuar alterações para este modelo"
@ -2171,7 +2171,7 @@ msgstr "Incapaz de efetuar altera
msgid "Unable to set %s on this memory"
msgstr "Incapaz de efetuar alterações para este modelo"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr ""
@ -2179,6 +2179,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr ""
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Tipo de arquivo não-suportado"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr ""
@ -2193,7 +2198,7 @@ msgstr "Carregar para o R
msgid "Upload to radio..."
msgstr "Carregar para o Rádio"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2211,12 +2216,12 @@ msgstr ""
msgid "Value does not fit in %i bits"
msgstr ""
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr ""
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr ""
@ -2243,7 +2248,7 @@ msgstr "Fornecedor"
msgid "View"
msgstr "_Visualizar"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""
@ -2685,9 +2690,6 @@ msgstr ""
#~ msgid "URCALL"
#~ msgstr "URCALL"
#~ msgid "Unsupported file type"
#~ msgstr "Tipo de arquivo não-suportado"
#~ msgid "Untitled"
#~ msgstr "Sem-Título"

View File

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2023-10-11 16:47+0300\n"
"Last-Translator: Olesya Gerasimenko <translation-team@basealt.ru>\n"
"Language-Team: Basealt Translation Team\n"
@ -426,7 +426,7 @@ msgstr ""
"4. <b>После нажатия «ОК» в этом окне chirp</b>\n"
" нажмите экранную кнопку [Send].\n"
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -441,7 +441,7 @@ msgstr ""
"4. <b>После нажатия «ОК»</b> нажмите клавишу [BAND]\n"
" для отправки образа.\n"
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -998,7 +998,7 @@ msgstr "Все поддерживаемые форматы|"
msgid "Amateur"
msgstr "Любительская радиосвязь"
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Ошибка"
@ -1034,11 +1034,11 @@ msgstr "Браузер"
msgid "Building Radio Browser"
msgstr "Браузер станций"
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr "Канада"
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -1107,7 +1107,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr "Клонирование завершено, проверка наличия ложных байтов"
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Клонирование"
@ -1338,7 +1338,7 @@ msgstr "Введите новое имя банка %s:"
msgid "Enter custom port:"
msgstr "Введите пользовательский порт:"
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, python-format
msgid "Erased memory %s"
msgstr "Стёрта ячейка памяти %s"
@ -1427,7 +1427,7 @@ msgstr "Найти далее"
msgid "Find..."
msgstr "Найти..."
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr "Завершено задание станции %s"
@ -2167,7 +2167,7 @@ msgstr ""
"осторожно, чтобы не навредить вашему компьютеру и вашей станции. Вы были "
"предупреждены. Всё равно продолжить?"
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr "Подождите"
@ -2235,7 +2235,7 @@ msgstr ""
"когда выбранная модель не является американской, а станция является. "
"Выберите правильную модель и повторите попытку."
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr "RadioReference Canada запрашивает вход перед выполнением запроса"
@ -2246,11 +2246,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr "Требуется обновление"
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr "Обновлена ячейки памяти %s"
@ -2305,7 +2305,7 @@ msgstr[2] "Восстановить вкладки (%i)"
msgid "Restore tabs on start"
msgstr "Восстановить вкладки (%i)"
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr "Полученные параметры"
@ -2321,7 +2321,7 @@ msgstr "Сохранить перед закрытием?"
msgid "Save file"
msgstr "Сохранить файл"
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr "Сохранённые параметры"
@ -2531,11 +2531,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr "Это ранняя бета-версия драйвера\n"
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr "Это ранняя бета-версия драйвера — отправляйте на свой страх и риск\n"
@ -2571,7 +2571,7 @@ msgstr "Эта ячейка памяти и сдвинуть все вверх"
msgid "This memory and shift block up"
msgstr "Эта ячейка памяти и сдвинуть блок вверх"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2647,7 +2647,7 @@ msgstr "Перед редактированием ячейки памяти не
msgid "Unable to find stock config %r"
msgstr "Не удалось найти предустановленную конфигурацию %r"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr "Не удалось открыть буфер обмена"
@ -2665,7 +2665,7 @@ msgstr ""
"американская модель, но станция не является американской (или "
"широкополосной). Выберите правильную модель и повторите попытку."
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr "Невозможно обнаружить %s в этой системе"
@ -2675,7 +2675,7 @@ msgstr "Невозможно обнаружить %s в этой системе"
msgid "Unable to set %s on this memory"
msgstr "Невозможно установить %s для этой ячейки памяти"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr "Соединённые Штаты"
@ -2683,6 +2683,11 @@ msgstr "Соединённые Штаты"
msgid "Unplug your cable (if needed) and then click OK"
msgstr "Отключите кабель (если требуется) и нажмите «ОК»"
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Неподдерживаемый тип файла"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "Отправка инструкций"
@ -2695,7 +2700,7 @@ msgstr "Отправка на станцию"
msgid "Upload to radio..."
msgstr "Отправка на станцию..."
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr "Отправлена ячейка памяти %s"
@ -2713,12 +2718,12 @@ msgstr "Использовать более крупный шрифт"
msgid "Value does not fit in %i bits"
msgstr "Значение не помещается в %i бит"
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr "Значение не должно быть меньше %.4f"
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr "Значение не должно превышать %.4f"
@ -2744,7 +2749,7 @@ msgstr "Изготовитель"
msgid "View"
msgstr "Вид"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr "ПРЕДУПРЕЖДЕНИЕ!"
@ -3197,9 +3202,6 @@ msgstr "{bank} полон"
#~ msgid "URCALL"
#~ msgstr "URCALL"
#~ msgid "Unsupported file type"
#~ msgstr "Неподдерживаемый тип файла"
#~ msgid "Untitled"
#~ msgstr "Новый"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2024-01-20 18:51+0300\n"
"Last-Translator: Abdullah YILMAZ (TA1AUB) <h.abdullahyilmaz@hotmail.com>\n"
"Language-Team: TURKISH\n"
@ -424,7 +424,7 @@ msgstr ""
"4. <b>TAMAM'ı tıkladıktan sonra</b>,\n"
" [Gönder] ekran tuşuna basın.\n"
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -439,7 +439,7 @@ msgstr ""
"4. <b>TAMAM'ı tıkladıktan sonra</b>, imajı göndermek için [BAND] tuşuna "
"basın.\n"
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -994,7 +994,7 @@ msgstr "Desteklenen tüm biçimler|"
msgid "Amateur"
msgstr "Amatör"
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Bir hata oluştu"
@ -1030,11 +1030,11 @@ msgstr "Tarayıcı"
msgid "Building Radio Browser"
msgstr "Telsiz Tarayıcısı oluşturuluyor"
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr "Kanada"
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -1104,7 +1104,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr "Klon tamamlandı, sahte baytlar kontrol ediliyor"
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Klonlanıyor"
@ -1334,7 +1334,7 @@ msgstr "Banka %s için yeni bir ad girin:"
msgid "Enter custom port:"
msgstr "Özel bağlantı noktasını girin:"
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, python-format
msgid "Erased memory %s"
msgstr "%s kaydı silindi"
@ -1423,7 +1423,7 @@ msgstr "Sonraki Bul"
msgid "Find..."
msgstr "Bul..."
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr "%s telsiz işleri tamamlandı"
@ -2154,7 +2154,7 @@ msgstr ""
"telsizinize zarar verebilecek davranış ve işlevleri mümkün kılar. Uyarıldın! "
"Yine de devam edilsin mi?"
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr "Lütfen bekleyin"
@ -2222,7 +2222,7 @@ msgstr ""
"dışındaysa gerçekleşir ama telsiz bir ABD telsizi. Lütfen doğru modeli seçin "
"ve tekrar deneyin."
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
"RadioReference Kanada, sorgulayabilmeniz için önce oturum açmanız gerekir"
@ -2237,11 +2237,11 @@ msgstr ""
"telsiz iletişim veri sağlayıcısıdır\n"
"<small>Premium hesap gereklidir</small>"
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr "Yeniden Başlatma Gerekli"
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr "Yenilenmiş %s kaydı"
@ -2297,7 +2297,7 @@ msgstr[1] "%i sekmeyi geri yükle"
msgid "Restore tabs on start"
msgstr "%i sekmesini geri yükle"
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr "Alınan ayarlar"
@ -2313,7 +2313,7 @@ msgstr "Kapanmadan önce kaydedilsin mi?"
msgid "Save file"
msgstr "Dosyayı kaydet"
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr "Kaydedilmiş ayarlar"
@ -2521,11 +2521,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr "Bu erken aşama beta sürücüsüdür\n"
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr "Bu, erken aşamadaki bir beta sürücüsüdür - yükleme riski size aittir\n"
@ -2569,7 +2569,7 @@ msgstr "Bu kaydı ve hepsini yukarı kaydır"
msgid "This memory and shift block up"
msgstr "Bu kaydı ve bloğu yukarı kaydır"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2644,7 +2644,7 @@ msgstr "Radyo yüklenmeden önce kayıt düzenlenemiyor"
msgid "Unable to find stock config %r"
msgstr "%r stok yapılandırması bulunamadı"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
msgid "Unable to open the clipboard"
msgstr "Pano açılamıyor"
@ -2662,7 +2662,7 @@ msgstr ""
"telsiz ABD dışı bir telsizdir (veya geniş bantlıdır). Lütfen doğru modeli "
"seçin ve tekrar deneyin."
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, python-format
msgid "Unable to reveal %s on this system"
msgstr "%s bu sistemde gösterilemiyor"
@ -2672,7 +2672,7 @@ msgstr "%s bu sistemde gösterilemiyor"
msgid "Unable to set %s on this memory"
msgstr "Bu kayıtta %s ayarlanamıyor"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr "Amerika Birleşik Devletleri"
@ -2680,6 +2680,11 @@ msgstr "Amerika Birleşik Devletleri"
msgid "Unplug your cable (if needed) and then click OK"
msgstr "(gerekirse) Kablonuzu çıkarın ve ardından Tamam'ı tıklayın"
#: ../drivers/thd74.py:328
#, python-format
msgid "Unsupported model %r"
msgstr ""
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr "Yükleme talimatları"
@ -2692,7 +2697,7 @@ msgstr "Telsize yükle"
msgid "Upload to radio..."
msgstr "Telsize yükle..."
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr "Yüklenen kayıt %s"
@ -2710,12 +2715,12 @@ msgstr "Daha büyük yazı tipi kullan"
msgid "Value does not fit in %i bits"
msgstr "Değer %i bit'e sığmıyor"
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr "Değer en az %.4f olmalıdır"
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr "Değer en fazla %.4f olmalıdır"
@ -2741,7 +2746,7 @@ msgstr "Tedarikçi"
msgid "View"
msgstr "Göster"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr "UYARI!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2015-11-30 10:36+0200\n"
"Last-Translator: laser <student.laser@gmail.com>\n"
"Language-Team: laser <student.laser@gmail.com>\n"
@ -284,7 +284,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -293,7 +293,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -652,7 +652,7 @@ msgstr ""
msgid "Amateur"
msgstr ""
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "Сталася помилка"
@ -688,11 +688,11 @@ msgstr ""
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr ""
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -754,7 +754,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "Клонування"
@ -993,7 +993,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr ""
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, fuzzy, python-format
msgid "Erased memory %s"
msgstr "Стирання пам'яті {loc}"
@ -1083,7 +1083,7 @@ msgstr ""
msgid "Find..."
msgstr ""
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1713,7 +1713,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr ""
@ -1781,7 +1781,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1792,11 +1792,11 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
msgid "Refresh required"
msgstr ""
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, python-format
msgid "Refreshed memory %s"
msgstr ""
@ -1847,7 +1847,7 @@ msgstr[1] ""
msgid "Restore tabs on start"
msgstr ""
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr ""
@ -1863,7 +1863,7 @@ msgstr ""
msgid "Save file"
msgstr ""
#: ../wxui/common.py:322
#: ../wxui/common.py:323
msgid "Saved settings"
msgstr ""
@ -2049,11 +2049,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2087,7 +2087,7 @@ msgstr "Видалити (та зсунути вгору)"
msgid "This memory and shift block up"
msgstr "Видалити (та зсунути вгору)"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2153,7 +2153,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr "Відкрити заводські конфігурації"
#: ../wxui/common.py:222
#: ../wxui/common.py:223
#, fuzzy
msgid "Unable to open the clipboard"
msgstr "Не вдалося виявити радіо на {port}"
@ -2169,7 +2169,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, fuzzy, python-format
msgid "Unable to reveal %s on this system"
msgstr "Не вдається внести зміни до цієї моделі"
@ -2179,7 +2179,7 @@ msgstr "Не вдається внести зміни до цієї моделі
msgid "Unable to set %s on this memory"
msgstr "Не вдається внести зміни до цієї моделі"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr ""
@ -2187,6 +2187,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr ""
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "Файл непідтримуваного типу"
#: ../wxui/clone.py:636
msgid "Upload instructions"
msgstr ""
@ -2201,7 +2206,7 @@ msgstr "Записати в радіостанцію"
msgid "Upload to radio..."
msgstr "Записати в радіостанцію"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2219,12 +2224,12 @@ msgstr ""
msgid "Value does not fit in %i bits"
msgstr ""
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr ""
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr ""
@ -2251,7 +2256,7 @@ msgstr "Виробник"
msgid "View"
msgstr "Вгляд"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""
@ -2705,9 +2710,6 @@ msgstr ""
#~ msgid "URCALL"
#~ msgstr "URCALL"
#~ msgid "Unsupported file type"
#~ msgstr "Файл непідтримуваного типу"
#~ msgid "Untitled"
#~ msgstr "Без назви"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: CHIRP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 17:14-0800\n"
"POT-Creation-Date: 2024-02-14 21:49-0800\n"
"PO-Revision-Date: 2022-06-04 02:01+0800\n"
"Last-Translator: DuckSoft, BH2UEP <realducksoft@gmail.com>\n"
"Language: zh_CN\n"
@ -280,7 +280,7 @@ msgid ""
" press the [Send] screen button.\n"
msgstr ""
#: ../drivers/ft1d.py:898
#: ../drivers/ft1d.py:894
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -289,7 +289,7 @@ msgid ""
"4. <b>After clicking OK</b>, press the [BAND] key to send image.\n"
msgstr ""
#: ../drivers/ft1d.py:905
#: ../drivers/ft1d.py:901
msgid ""
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
@ -648,7 +648,7 @@ msgstr ""
msgid "Amateur"
msgstr ""
#: ../wxui/common.py:594 ../wxui/common.py:621
#: ../wxui/common.py:602 ../wxui/common.py:629
msgid "An error has occurred"
msgstr "发生错误"
@ -684,11 +684,11 @@ msgstr "浏览器"
msgid "Building Radio Browser"
msgstr ""
#: ../wxui/query_sources.py:689
#: ../wxui/query_sources.py:691
msgid "Canada"
msgstr ""
#: ../wxui/common.py:467
#: ../wxui/common.py:475
msgid ""
"Changing this setting requires refreshing the settings from the image, which "
"will happen now."
@ -750,7 +750,7 @@ msgstr ""
msgid "Clone completed, checking for spurious bytes"
msgstr ""
#: ../wxui/common.py:116
#: ../wxui/common.py:117
msgid "Cloning"
msgstr "正在复制"
@ -988,7 +988,7 @@ msgstr ""
msgid "Enter custom port:"
msgstr ""
#: ../wxui/common.py:324
#: ../wxui/common.py:325
#, fuzzy, python-format
msgid "Erased memory %s"
msgstr "正在擦除存储 {loc}"
@ -1082,7 +1082,7 @@ msgstr "RFinder"
msgid "Find..."
msgstr "RFinder"
#: ../wxui/common.py:326
#: ../wxui/common.py:327
#, python-format
msgid "Finished radio job %s"
msgstr ""
@ -1716,7 +1716,7 @@ msgid ""
"EXTREME care. You have been warned! Proceed anyway?"
msgstr ""
#: ../wxui/common.py:189
#: ../wxui/common.py:190
msgid "Please wait"
msgstr ""
@ -1785,7 +1785,7 @@ msgid ""
"and try again."
msgstr ""
#: ../wxui/query_sources.py:836
#: ../wxui/query_sources.py:838
msgid "RadioReference Canada requires a login before you can query"
msgstr ""
@ -1796,12 +1796,12 @@ msgid ""
"<small>Premium account required</small>"
msgstr ""
#: ../wxui/common.py:469
#: ../wxui/common.py:477
#, fuzzy
msgid "Refresh required"
msgstr "刷新"
#: ../wxui/common.py:316
#: ../wxui/common.py:317
#, fuzzy, python-format
msgid "Refreshed memory %s"
msgstr "这些存储"
@ -1850,7 +1850,7 @@ msgstr[0] ""
msgid "Restore tabs on start"
msgstr ""
#: ../wxui/common.py:320
#: ../wxui/common.py:321
msgid "Retrieved settings"
msgstr ""
@ -1866,7 +1866,7 @@ msgstr ""
msgid "Save file"
msgstr ""
#: ../wxui/common.py:322
#: ../wxui/common.py:323
#, fuzzy
msgid "Saved settings"
msgstr "设置"
@ -2050,11 +2050,11 @@ msgid ""
"compatibility."
msgstr ""
#: ../drivers/th_uv88.py:557
#: ../drivers/th_uv88.py:555
msgid "This is an early stage beta driver\n"
msgstr ""
#: ../drivers/th_uv88.py:559
#: ../drivers/th_uv88.py:557
msgid "This is an early stage beta driver - upload at your own risk\n"
msgstr ""
@ -2088,7 +2088,7 @@ msgstr "...并将区块上移"
msgid "This memory and shift block up"
msgstr "...并将区块上移"
#: ../drivers/uvk5_egzumer.py:1459
#: ../drivers/uvk5_egzumer.py:1455
msgid ""
"This option may break your radio! Each radio has a unique set of calibration "
"data and uploading the data from the image will cause physical harm to the "
@ -2154,7 +2154,7 @@ msgstr ""
msgid "Unable to find stock config %r"
msgstr ""
#: ../wxui/common.py:222
#: ../wxui/common.py:223
#, fuzzy
msgid "Unable to open the clipboard"
msgstr "无法打开此镜像:型号不支持"
@ -2170,7 +2170,7 @@ msgid ""
"model and try again."
msgstr ""
#: ../wxui/common.py:672
#: ../wxui/common.py:680
#, fuzzy, python-format
msgid "Unable to reveal %s on this system"
msgstr "无法变更此型号电台"
@ -2180,7 +2180,7 @@ msgstr "无法变更此型号电台"
msgid "Unable to set %s on this memory"
msgstr "无法变更此型号电台"
#: ../wxui/query_sources.py:688
#: ../wxui/query_sources.py:690
msgid "United States"
msgstr ""
@ -2188,6 +2188,11 @@ msgstr ""
msgid "Unplug your cable (if needed) and then click OK"
msgstr ""
#: ../drivers/thd74.py:328
#, fuzzy, python-format
msgid "Unsupported model %r"
msgstr "不支持的文件类型"
#: ../wxui/clone.py:636
#, fuzzy
msgid "Upload instructions"
@ -2203,7 +2208,7 @@ msgstr "上传到电台"
msgid "Upload to radio..."
msgstr "上传到电台"
#: ../wxui/common.py:318
#: ../wxui/common.py:319
#, python-format
msgid "Uploaded memory %s"
msgstr ""
@ -2221,12 +2226,12 @@ msgstr ""
msgid "Value does not fit in %i bits"
msgstr ""
#: ../wxui/common.py:507
#: ../wxui/common.py:515
#, python-format
msgid "Value must be at least %.4f"
msgstr ""
#: ../wxui/common.py:511
#: ../wxui/common.py:519
#, python-format
msgid "Value must be at most %.4f"
msgstr ""
@ -2253,7 +2258,7 @@ msgstr "厂商"
msgid "View"
msgstr "查看 (_V)"
#: ../wxui/common.py:453
#: ../wxui/common.py:461
msgid "WARNING!"
msgstr ""
@ -2828,9 +2833,6 @@ msgstr ""
#~ "bounds or show empty memories."
#~ msgstr "无法将 {src} 个存储粘贴到 {dst} 行中。请增加存储上线或显示空存储。"
#~ msgid "Unsupported file type"
#~ msgstr "不支持的文件类型"
#~ msgid "Untitled"
#~ msgstr "无标题"

View File

@ -154,6 +154,7 @@
| <a name="Kenwood_TH-D72_live_mode"></a> Kenwood_TH-D72_live_mode | [@kk7ds](https://github.com/kk7ds) | 21-Oct-2022 | Yes | 0.00% |
| <a name="Kenwood_TH-D74_clone_mode"></a> Kenwood_TH-D74_clone_mode | [@kk7ds](https://github.com/kk7ds) | 30-Nov-2022 | Yes | 0.00% |
| <a name="Kenwood_TH-D74_live_mode"></a> Kenwood_TH-D74_live_mode | [@kk7ds](https://github.com/kk7ds) | 20-Oct-2022 | Yes | 0.00% |
| <a name="Kenwood_TH-D75"></a> Kenwood_TH-D75 | [Reported working](https://chirp.danplanet.com/issues/11122) | 114-Feb-2024 | Yes | |
| <a name="Kenwood_TH-D7G"></a> Kenwood_TH-D7G | [Probably works](https://github.com/kk7ds/chirp/blob/py3/chirp/drivers/kenwood_live.py) | 12-Dec-2022 | Yes | 0.00% |
| <a name="Kenwood_TH-F6"></a> Kenwood_TH-F6 | [@KC9HI](https://github.com/KC9HI) | 30-Nov-2022 | Yes | 0.03% |
| <a name="Kenwood_TH-F7"></a> Kenwood_TH-F7 | [@sv1](https://github.com/sv1) | 19-Oct-2022 | Yes | 0.03% |
@ -450,11 +451,11 @@
| <a name="Zastone_ZT-X6"></a> Zastone_ZT-X6 | [Implied by Retevis_RT22](#user-content-Retevis_RT22) | 9-Dec-2022 | Yes | 0.11% |
## Stats
**Drivers:** 447
**Drivers:** 448
**Tested:** 87% (393/54) (93% of usage stats)
**Tested:** 87% (394/54) (93% of usage stats)
**Byte clean:** 91% (407/40)
**Byte clean:** 91% (408/40)
## Meaning of this testing

Binary file not shown.

View File

@ -145,6 +145,7 @@ Kenwood_TH-D72_clone_mode,@kk7ds,28-Nov-2022
Kenwood_TH-D72_live_mode,@kk7ds,21-Oct-2022
Kenwood_TH-D74_clone_mode,@kk7ds,30-Nov-2022
Kenwood_TH-D74_live_mode,@kk7ds,20-Oct-2022
Kenwood_TH-D75,#11122,114-Feb-2024
Kenwood_TH-F6,@KC9HI,30-Nov-2022
Kenwood_TH-F7,@sv1,19-Oct-2022
Kenwood_TH-G71,*kenwood_live,12-Dec-2022