trivial: Store minimized translations in git

There's no point storing the file line number in the translations, as adding a
single line in the source file will cause thousands of lines to be changed
every time we update the translated strings.

In a similar way, there's no point storing not-yet-translated strings in
the .po files when all the source strings are stored on Transifex.

This should mean we have a much more useful diff output when looking at the release.
This commit is contained in:
Richard Hughes 2018-06-06 08:52:37 +01:00
parent f6689b8144
commit a3d20729e0
30 changed files with 12647 additions and 26749 deletions

View File

@ -16,6 +16,9 @@ Update translations:
ninja-build fwupd-pot ninja-build fwupd-pot
tx push --source tx push --source
tx pull --all --minimum-perc=5 tx pull --all --minimum-perc=5
for f in ../po/*.po; do
msgattrib --no-location --translated --no-wrap --sort-output $f --output-file=$f
done
git add ../po/*.po git add ../po/*.po
2. Commit changes to git: 2. Commit changes to git:

974
po/ast.po

File diff suppressed because it is too large Load Diff

1631
po/ca.po

File diff suppressed because it is too large Load Diff

1508
po/cs.po

File diff suppressed because it is too large Load Diff

1281
po/de.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

958
po/eu.po
View File

@ -18,979 +18,47 @@ msgstr ""
"Language: eu\n" "Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/org.freedesktop.fwupd.metainfo.xml:7
msgid "fwupd"
msgstr ""
#: data/org.freedesktop.fwupd.metainfo.xml:8
msgid "Update device firmware on Linux"
msgstr ""
#: data/org.freedesktop.fwupd.metainfo.xml:10
msgid ""
"This project aims to make updating firmware on Linux automatic, safe and "
"reliable. You can either use a GUI software manager like GNOME Software to "
"view and apply updates, the command-line tool or the D-Bus interface "
"directly."
msgstr ""
#: data/org.freedesktop.fwupd.metainfo.xml:16
msgid ""
"The fwupd process is a simple daemon to allow session software to update "
"device firmware on your local machine. It is designed for desktops, but this"
" project is also usable on phones, tablets and on headless servers."
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:17
msgid "Install signed system firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:19
#: policy/org.freedesktop.fwupd.policy.in:30
msgid "Authentication is required to update the firmware on this machine"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:28
msgid "Install unsigned system firmware"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:39
msgid "Install old version of system firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:41
msgid "Authentication is required to downgrade the firmware on this machine"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:50
msgid "Install signed device firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:52
#: policy/org.freedesktop.fwupd.policy.in:63
msgid ""
"Authentication is required to update the firmware on a removable device"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:61
#: policy/org.freedesktop.fwupd.policy.in:72
msgid "Install unsigned device firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:74
msgid ""
"Authentication is required to downgrade the firmware on a removable device"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:83
msgid "Unlock the device to allow access"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:85
msgid "Authentication is required to unlock a device"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:94
msgid "Update the stored device verification information"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:96
msgid ""
"Authentication is required to update the stored checksums for the device"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:105
msgid "Modify a configured remote"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:107
msgid ""
"Authentication is required to modify a configured remote used for firmware "
"updates"
msgstr ""
#. TRANSLATORS: this is a command alias, e.g. 'get-devices'
#: plugins/dfu/dfu-tool.c:124 plugins/synapticsmst/synapticsmst-tool.c:105
#: src/fu-util.c:120
#, c-format
msgid "Alias to %s"
msgstr ""
#. TRANSLATORS: error message
#: plugins/dfu/dfu-tool.c:192 plugins/synapticsmst/synapticsmst-tool.c:347
#: src/fu-util.c:184
msgid "Command not found"
msgstr "Ez da komandoa aurkitu"
#. TRANSLATORS: this is when a device is hotplugged #. TRANSLATORS: this is when a device is hotplugged
#: plugins/dfu/dfu-tool.c:1458
msgid "Added" msgid "Added"
msgstr "Gehitua" msgstr "Gehitua"
#. TRANSLATORS: this is when a device is hotplugged
#: plugins/dfu/dfu-tool.c:1469
msgid "Removed"
msgstr "Kendua"
#. TRANSLATORS: this is when a device is hotplugged #. TRANSLATORS: this is when a device is hotplugged
#. TRANSLATORS: this is when the daemon state changes #. TRANSLATORS: this is when the daemon state changes
#: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
msgid "Changed" msgid "Changed"
msgstr "Aldatua" msgstr "Aldatua"
#. TRANSLATORS: this is when a device ctrl+c's a watch #. TRANSLATORS: error message
#: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730 msgid "Command not found"
msgid "Cancelled" msgstr "Ez da komandoa aurkitu"
msgstr ""
#. TRANSLATORS: detected a DFU device
msgid "Found"
msgstr "Aurkitua"
#. TRANSLATORS: Appstream ID for the hardware type #. TRANSLATORS: Appstream ID for the hardware type
#: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
msgid "ID" msgid "ID"
msgstr "IDa" msgstr "IDa"
#. TRANSLATORS: interface name, e.g. "Flash" #. TRANSLATORS: interface name, e.g. "Flash"
#. TRANSLATORS: device name, e.g. 'ColorHug2' #. TRANSLATORS: device name, e.g. 'ColorHug2'
#. TRANSLATORS: section header for the release name #. TRANSLATORS: section header for the release name
#: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
#: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
msgid "Name" msgid "Name"
msgstr "Izena" msgstr "Izena"
#. TRANSLATORS: this is the encryption method used when writing #. TRANSLATORS: DFU protocol version, e.g. 1.1
#: plugins/dfu/dfu-tool.c:1997 msgid "Protocol"
msgid "Cipher" msgstr "Protokoloa"
msgstr ""
#. TRANSLATORS: these are areas of memory on the chip #. TRANSLATORS: these are areas of memory on the chip
#: plugins/dfu/dfu-tool.c:2011
msgid "Region" msgid "Region"
msgstr "Eskualdea" msgstr "Eskualdea"
#. TRANSLATORS: detected a DFU device #. TRANSLATORS: this is when a device is hotplugged
#: plugins/dfu/dfu-tool.c:2064 msgid "Removed"
msgid "Found" msgstr "Kendua"
msgstr "Aurkitua"
#. TRANSLATORS: DFU protocol version, e.g. 1.1
#: plugins/dfu/dfu-tool.c:2072
msgid "Protocol"
msgstr "Protokoloa"
#. TRANSLATORS: probably not run as root... #. TRANSLATORS: probably not run as root...
#. TRANSLATORS: device has failed to report status #. TRANSLATORS: device has failed to report status
#. TRANSLATORS: device status, e.g. "OK" #. TRANSLATORS: device status, e.g. "OK"
#: plugins/dfu/dfu-tool.c:2082 plugins/dfu/dfu-tool.c:2091
#: plugins/dfu/dfu-tool.c:2097 plugins/dfu/dfu-tool.c:2119
msgid "Status" msgid "Status"
msgstr "Egoera" msgstr "Egoera"
#: plugins/dfu/dfu-tool.c:2082
msgid "Permission denied"
msgstr ""
#. TRANSLATORS: serial number, e.g. '00012345'
#: plugins/dfu/dfu-tool.c:2110
msgid "Serial"
msgstr ""
#: plugins/dfu/dfu-tool.c:2115
msgid "Mode"
msgstr ""
#: plugins/dfu/dfu-tool.c:2115
msgid "Runtime"
msgstr ""
#: plugins/dfu/dfu-tool.c:2115
msgid "DFU"
msgstr ""
#. TRANSLATORS: device state, i.e. appIDLE
#: plugins/dfu/dfu-tool.c:2123
msgid "State"
msgstr ""
#. TRANSLATORS: transfer size in bytes
#: plugins/dfu/dfu-tool.c:2131
msgid "Transfer Size"
msgstr ""
#. TRANSLATORS: device attributes, i.e. things that
#. * the device can do
#: plugins/dfu/dfu-tool.c:2139
msgid "Attributes"
msgstr ""
#. TRANSLATORS: device quirks, i.e. things that
#. * it does that we have to work around
#: plugins/dfu/dfu-tool.c:2147
msgid "Quirks"
msgstr ""
#. TRANSLATORS: chip ID, e.g. "0x58200204"
#: plugins/dfu/dfu-tool.c:2154
msgid "Chip ID"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2234
msgid "Convert firmware to DFU format"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2240
msgid "Merge multiple firmware files into one"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2246
msgid "Set vendor ID on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2252
msgid "Set product ID on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2258
msgid "Set element address on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2264
msgid "Set the firmware size for the target"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2270
msgid "Set release version on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2276
msgid "Set alternative number on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2282
msgid "Set alternative name on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2288
msgid "Attach DFU capable device back to runtime"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2294
msgid "Reset a DFU device"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2300
msgid "Read firmware from device into a file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2306
msgid "Read firmware from one partition into a file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2312
msgid "Write firmware from file into device"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2318
msgid "Write firmware from file into one partition"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2324
msgid "List currently attached DFU capable devices"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2330
msgid "Detach currently attached DFU capable device"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2336
msgid "Dump details about a firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2342
msgid "Watch DFU devices being hotplugged"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2348
msgid "Encrypt firmware data"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2354
msgid "Decrypt firmware data"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2360
msgid "Sets metadata on a firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2366
msgid "Replace data in an existing firmware file"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2372
msgid "Create a binary patch using two files"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2378
msgid "Apply a binary patch"
msgstr ""
#. TRANSLATORS: command description
#: plugins/dfu/dfu-tool.c:2384
msgid "Dump information about a binary patch to the screen"
msgstr ""
#. TRANSLATORS: quirks are device-specific workarounds
#: plugins/dfu/dfu-tool.c:2396
msgid "Failed to load quirks"
msgstr ""
#. TRANSLATORS: DFU stands for device firmware update
#: plugins/dfu/dfu-tool.c:2418
msgid "DFU Utility"
msgstr ""
#. TRANSLATORS: the user didn't read the man page
#: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
#: src/fu-util.c:2339
msgid "Failed to parse arguments"
msgstr ""
#. TRANSLATORS: command description
#: plugins/synapticsmst/synapticsmst-tool.c:393
msgid "Enumerate all Synaptics MST devices"
msgstr ""
#. TRANSLATORS: command description
#: plugins/synapticsmst/synapticsmst-tool.c:399
msgid "Flash firmware file to MST device"
msgstr ""
#: plugins/synapticsmst/synapticsmst-tool.c:419
msgid "Synaptics Multistream Transport Utility"
msgstr ""
#. TRANSLATORS: this is shown when updating the firmware after the reboot
#: plugins/uefi/fu-plugin-uefi.c:403
msgid "Installing firmware update…"
msgstr ""
#. TRANSLATORS: turn on all debugging
#: src/fu-debug.c:128
msgid "Show debugging information for all files"
msgstr ""
#. TRANSLATORS: this is for plugin development
#: src/fu-debug.c:131
msgid "Show plugin verbose information"
msgstr ""
#. TRANSLATORS: for the --verbose arg
#: src/fu-debug.c:186
msgid "Debugging Options"
msgstr ""
#. TRANSLATORS: for the --verbose arg
#: src/fu-debug.c:188
msgid "Show debugging options"
msgstr ""
#. TRANSLATORS: exit after we've started up, used for user profiling
#: src/fu-main.c:1036
msgid "Exit after a small delay"
msgstr ""
#. TRANSLATORS: exit straight away, used for automatic profiling
#: src/fu-main.c:1039
msgid "Exit after the engine has loaded"
msgstr ""
#. TRANSLATORS: program name
#: src/fu-main.c:1053
msgid "Firmware Update Daemon"
msgstr ""
#. TRANSLATORS: program summary
#: src/fu-main.c:1058
msgid "Firmware Update D-Bus Service"
msgstr ""
#. TRANSLATORS: daemon is inactive
#: src/fu-progressbar.c:52
msgid "Idle…"
msgstr ""
#. TRANSLATORS: decompressing the firmware file
#: src/fu-progressbar.c:56
msgid "Decompressing…"
msgstr ""
#. TRANSLATORS: parsing the firmware information
#: src/fu-progressbar.c:60
msgid "Loading…"
msgstr ""
#. TRANSLATORS: restarting the device to pick up new F/W
#: src/fu-progressbar.c:64
msgid "Restarting device…"
msgstr ""
#. TRANSLATORS: reading from the flash chips
#: src/fu-progressbar.c:68
msgid "Reading…"
msgstr ""
#. TRANSLATORS: writing to the flash chips
#: src/fu-progressbar.c:72
msgid "Writing…"
msgstr ""
#. TRANSLATORS: erasing contents of the flash chips
#: src/fu-progressbar.c:76
msgid "Erasing…"
msgstr ""
#. TRANSLATORS: verifying we wrote the firmware correctly
#: src/fu-progressbar.c:80
msgid "Verifying…"
msgstr ""
#. TRANSLATORS: scheduing an update to be done on the next boot
#: src/fu-progressbar.c:84
msgid "Scheduling…"
msgstr ""
#. TRANSLATORS: downloading from a remote server
#: src/fu-progressbar.c:88
msgid "Downloading…"
msgstr ""
#. TRANSLATORS: waiting for user to authenticate
#: src/fu-progressbar.c:92
msgid "Authenticating…"
msgstr ""
#. TRANSLATORS: waiting for device to do something
#: src/fu-progressbar.c:96
msgid "Waiting…"
msgstr ""
#. TRANSLATORS: currect daemon status is unknown
#: src/fu-progressbar.c:103
msgid "Unknown"
msgstr ""
#. TRANSLATORS: the user isn't reading the question
#: src/fu-util.c:242
#, c-format
msgid "Please enter a number from 0 to %u: "
msgstr ""
#. TRANSLATORS: get interactive prompt
#: src/fu-util.c:305
msgid "Choose a device:"
msgstr ""
#. TRANSLATORS: this is to abort the interactive prompt
#: src/fu-util.c:307
msgid "Cancel"
msgstr ""
#. TRANSLATORS: a list of failed updates
#: src/fu-util.c:427
msgid "Devices that were not updated correctly:"
msgstr ""
#. TRANSLATORS: a list of successful updates
#: src/fu-util.c:441
msgid "Devices that have been updated successfully:"
msgstr ""
#. TRANSLATORS: explain why we want to upload
#: src/fu-util.c:455
msgid "Upload report now?"
msgstr ""
#. TRANSLATORS: metadata is downloaded from the Internet
#: src/fu-util.c:457 src/fu-util.c:1490
msgid "Requires internet connection"
msgstr ""
#. TRANSLATORS: nothing attached that can be upgraded
#: src/fu-util.c:479
msgid "No hardware detected with firmware update capability"
msgstr ""
#. TRANSLATORS: the first replacement is a display name
#. * e.g. "ColorHugALS" and the second is a version number
#. * e.g. "1.2.3"
#: src/fu-util.c:651
#, c-format
msgid "Reinstalling %s with %s... "
msgstr ""
#. TRANSLATORS: the first replacement is a display name
#. * e.g. "ColorHugALS" and the second and third are
#. * version numbers e.g. "1.2.3"
#: src/fu-util.c:658
#, c-format
msgid "Downgrading %s from %s to %s... "
msgstr ""
#. TRANSLATORS: the first replacement is a display name
#. * e.g. "ColorHugALS" and the second and third are
#. * version numbers e.g. "1.2.3"
#: src/fu-util.c:666
#, c-format
msgid "Updating %s from %s to %s... "
msgstr ""
#: src/fu-util.c:694
msgid "Done!"
msgstr ""
#: src/fu-util.c:726
msgid "Target"
msgstr ""
#: src/fu-util.c:727
msgid "Payload"
msgstr ""
#: src/fu-util.c:728
msgid "Proceed with upload?"
msgstr ""
#. TRANSLATORS: the server sent the user a small message
#: src/fu-util.c:807
msgid "Update failure is a known issue, visit this URL for more information:"
msgstr ""
#. TRANSLATORS: the server sent the user a small message
#: src/fu-util.c:811
msgid "Upload message:"
msgstr ""
#: src/fu-util.c:1034 src/fu-util.c:1414
msgid "OK"
msgstr ""
#. TRANSLATORS: downloading new signing file
#: src/fu-util.c:1139
msgid "Fetching signature"
msgstr ""
#. TRANSLATORS: downloading new metadata file
#: src/fu-util.c:1142
msgid "Fetching metadata"
msgstr ""
#. TRANSLATORS: downloading new firmware file
#: src/fu-util.c:1145
msgid "Fetching firmware"
msgstr ""
#. TRANSLATORS: downloading unknown file
#: src/fu-util.c:1148
msgid "Fetching file"
msgstr ""
#. TRANSLATORS: section header for release version number
#: src/fu-util.c:1318
msgid "Version"
msgstr ""
#. TRANSLATORS: section header for the release one line summary
#: src/fu-util.c:1324
msgid "Summary"
msgstr ""
#. TRANSLATORS: section header for the remote the file is coming from
#: src/fu-util.c:1327
msgid "Remote"
msgstr ""
#. TRANSLATORS: section header for firmware URI
#: src/fu-util.c:1330
msgid "URI"
msgstr ""
#. TRANSLATORS: section header for firmware description
#: src/fu-util.c:1336
msgid "Description"
msgstr ""
#. TRANSLATORS: section header for firmware checksum
#. TRANSLATORS: remote checksum
#: src/fu-util.c:1344 src/fu-util.c:1640
msgid "Checksum"
msgstr ""
#. TRANSLATORS: get interactive prompt
#: src/fu-util.c:1376
msgid "Choose a release:"
msgstr ""
#. TRANSLATORS: the metadata is very out of date; %u is a number > 1
#: src/fu-util.c:1480
#, c-format
msgid ""
"Firmware metadata has not been updated for %u day and may not be up to date."
msgid_plural ""
"Firmware metadata has not been updated for %u days and may not be up to "
"date."
msgstr[0] ""
msgstr[1] ""
#. TRANSLATORS: ask the user if we can update the metadata
#: src/fu-util.c:1488
msgid "Update now?"
msgstr ""
#. TRANSLATORS: first replacement is device name
#: src/fu-util.c:1533
#, c-format
msgid "%s has firmware updates:"
msgstr ""
#: src/fu-util.c:1540
msgid "GUID"
msgstr ""
#. TRANSLATORS: section header for firmware version
#: src/fu-util.c:1552
msgid "Update Version"
msgstr ""
#. TRANSLATORS: section header for the release name
#: src/fu-util.c:1556
msgid "Update Name"
msgstr ""
#. TRANSLATORS: section header for the release one line summary
#: src/fu-util.c:1559
msgid "Update Summary"
msgstr ""
#. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
#: src/fu-util.c:1562
msgid "Update Remote ID"
msgstr ""
#. TRANSLATORS: section header for firmware checksum
#: src/fu-util.c:1571
msgid "Update Checksum"
msgstr ""
#. TRANSLATORS: section header for firmware remote http://
#: src/fu-util.c:1575
msgid "Update Location"
msgstr ""
#. TRANSLATORS: section header for long firmware desc
#: src/fu-util.c:1586
msgid "Update Description"
msgstr ""
#. TRANSLATORS: remote identifier, e.g. lvfs-testing
#: src/fu-util.c:1618
msgid "Remote ID"
msgstr ""
#. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
#: src/fu-util.c:1622
msgid "Title"
msgstr ""
#. TRANSLATORS: remote type, e.g. remote or local
#: src/fu-util.c:1626
msgid "Type"
msgstr ""
#: src/fu-util.c:1631
msgid "Keyring"
msgstr ""
#. TRANSLATORS: if the remote is enabled
#: src/fu-util.c:1636
msgid "Enabled"
msgstr ""
#. TRANSLATORS: the age of the metadata
#: src/fu-util.c:1667
msgid "Age"
msgstr ""
#. TRANSLATORS: the numeric priority
#: src/fu-util.c:1674
msgid "Priority"
msgstr ""
#. TRANSLATORS: remote filename base
#: src/fu-util.c:1679
msgid "Username"
msgstr ""
#. TRANSLATORS: remote filename base
#: src/fu-util.c:1684
msgid "Password"
msgstr ""
#. TRANSLATORS: filename of the local file
#: src/fu-util.c:1689
msgid "Filename"
msgstr ""
#. TRANSLATORS: filename of the local file
#: src/fu-util.c:1694
msgid "Filename Signature"
msgstr ""
#. TRANSLATORS: remote URI
#: src/fu-util.c:1699
msgid "Metadata URI"
msgstr ""
#. TRANSLATORS: remote URI
#: src/fu-util.c:1704
msgid "Metadata URI Signature"
msgstr ""
#. TRANSLATORS: remote URI
#: src/fu-util.c:1709
msgid "Firmware Base URI"
msgstr ""
#. TRANSLATORS: URI to send success/failure reports
#: src/fu-util.c:1714
msgid "Report URI"
msgstr ""
#. TRANSLATORS: this is when a device is hotplugged
#: src/fu-util.c:1741
msgid "Device added:"
msgstr ""
#. TRANSLATORS: this is when a device is hotplugged
#: src/fu-util.c:1751
msgid "Device removed:"
msgstr ""
#. TRANSLATORS: this is when a device has been updated
#: src/fu-util.c:1761
msgid "Device changed:"
msgstr ""
#. TRANSLATORS: explain why we want to upload
#: src/fu-util.c:1952
msgid "An update requires a reboot to complete."
msgstr ""
#. TRANSLATORS: reboot to apply the update
#: src/fu-util.c:1954
msgid "Restart now?"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2116
msgid "Show extra debugging information"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2119
msgid "Show client and daemon versions"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2122
msgid "Schedule installation for next reboot when possible"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2125
msgid "Allow re-installing existing firmware versions"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2128
msgid "Allow downgrading firmware versions"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2131
msgid "Override plugin warning"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2134
msgid "Answer yes to all questions"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2137
msgid "Do not check for unreported history"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2140
msgid "Do not check for old metadata"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:2143
msgid "Do not check for reboot after update"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2166
msgid "Get all devices that support firmware updates"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2172
msgid "Return all the hardware IDs for the machine"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2178
msgid "Install prepared updates now"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2184
msgid "Show history of firmware updates"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2190
msgid "Erase all firmware update history"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2196
msgid "Share firmware history with the developers"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2202
msgid "Install a firmware file on this hardware"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2208
msgid "Gets details about a firmware file"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2214
msgid "Gets the list of updates for connected hardware"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2220
msgid "Updates all firmware to latest versions available"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2226
msgid "Gets the cryptographic hash of the dumped firmware"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2232
msgid "Unlocks the device for firmware access"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2238
msgid "Clears the results from the last update"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2244
msgid "Clears any updates scheduled to be updated offline"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2250
msgid "Gets the results from the last update"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2256
msgid "Gets the releases for a device"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2262
msgid "Gets the configured remotes"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2268
msgid "Downgrades the firmware on a device"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2274
msgid "Refresh metadata from remote server"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2280
msgid "Update the stored metadata with current ROM contents"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2286
msgid "Monitor the daemon for events"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2292
msgid "Build firmware using a sandbox"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2298
msgid "Dump SMBIOS data from a file"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:2304
msgid "Modifies a given remote"
msgstr ""
#. TRANSLATORS: program name
#: src/fu-util.c:2334
msgid "Firmware Utility"
msgstr ""

1069
po/fi.po

File diff suppressed because it is too large Load Diff

970
po/fr.po

File diff suppressed because it is too large Load Diff

1168
po/fur.po

File diff suppressed because it is too large Load Diff

1013
po/he.po

File diff suppressed because it is too large Load Diff

970
po/hi.po

File diff suppressed because it is too large Load Diff

1630
po/hr.po

File diff suppressed because it is too large Load Diff

1631
po/hu.po

File diff suppressed because it is too large Load Diff

1629
po/id.po

File diff suppressed because it is too large Load Diff

1631
po/it.po

File diff suppressed because it is too large Load Diff

808
po/kk.po
View File

@ -18,803 +18,35 @@ msgstr ""
"Language: kk\n" "Language: kk\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: data/org.freedesktop.fwupd.metainfo.xml:7
msgid "fwupd"
msgstr ""
#: data/org.freedesktop.fwupd.metainfo.xml:8
msgid "Update device firmware on Linux"
msgstr ""
#: data/org.freedesktop.fwupd.metainfo.xml:10
msgid ""
"This project aims to make updating firmware on Linux automatic, safe and "
"reliable. You can either use a GUI software manager like GNOME Software to "
"view and apply updates, the command-line tool or the D-Bus interface "
"directly."
msgstr ""
#: data/org.freedesktop.fwupd.metainfo.xml:16
msgid ""
"The fwupd process is a simple daemon to allow session software to update "
"device firmware on your local machine. It is designed for desktops, but this"
" project is also usable on phones, tablets and on headless servers."
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:17
msgid "Install signed system firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:19
#: policy/org.freedesktop.fwupd.policy.in:30
msgid "Authentication is required to update the firmware on this machine"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:28
msgid "Install unsigned system firmware"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:39
msgid "Install old version of system firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:41
msgid "Authentication is required to downgrade the firmware on this machine"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:50
msgid "Install signed device firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:52
#: policy/org.freedesktop.fwupd.policy.in:63
msgid ""
"Authentication is required to update the firmware on a removable device"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:61
#: policy/org.freedesktop.fwupd.policy.in:72
msgid "Install unsigned device firmware"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:74
msgid ""
"Authentication is required to downgrade the firmware on a removable device"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:83
msgid "Unlock the device to allow access"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:85
msgid "Authentication is required to unlock a device"
msgstr ""
#: policy/org.freedesktop.fwupd.policy.in:94
msgid "Update the stored device verification information"
msgstr ""
#. TRANSLATORS: this is the PolicyKit modal dialog
#: policy/org.freedesktop.fwupd.policy.in:96
msgid ""
"Authentication is required to update the stored checksums for the device"
msgstr ""
#. TRANSLATORS: this is a command alias, e.g. 'get-devices'
#: libdfu/dfu-tool.c:121 plugins/synapticsmst/synapticsmst-tool.c:115
#: src/fu-util.c:112
#, c-format
msgid "Alias to %s"
msgstr ""
#. TRANSLATORS: error message
#: libdfu/dfu-tool.c:194 plugins/synapticsmst/synapticsmst-tool.c:362
#: src/fu-util.c:176
msgid "Command not found"
msgstr ""
#. TRANSLATORS: read from device to host
#: libdfu/dfu-tool.c:1236
msgid "Reading"
msgstr "Оқылуда"
#. TRANSLATORS: write from host to device
#: libdfu/dfu-tool.c:1242
msgid "Writing"
msgstr "Жазылуда"
#. TRANSLATORS: read from device to host
#: libdfu/dfu-tool.c:1248
msgid "Verifying"
msgstr "Тексерілуде"
#. TRANSLATORS: read from device to host
#: libdfu/dfu-tool.c:1254
msgid "Erasing"
msgstr "Өшірілуде"
#. TRANSLATORS: waiting for device
#: libdfu/dfu-tool.c:1260
msgid "Detaching"
msgstr ""
#. TRANSLATORS: waiting for device
#: libdfu/dfu-tool.c:1266
msgid "Attaching"
msgstr ""
#. TRANSLATORS: this is when a device is hotplugged #. TRANSLATORS: this is when a device is hotplugged
#: libdfu/dfu-tool.c:1487
msgid "Added" msgid "Added"
msgstr "Қосылған" msgstr "Қосылған"
#. TRANSLATORS: this is when a device is hotplugged
#: libdfu/dfu-tool.c:1498
msgid "Removed"
msgstr "Өшірілген"
#. TRANSLATORS: this is when a device is hotplugged
#. TRANSLATORS: this is when the daemon state changes
#: libdfu/dfu-tool.c:1507 src/fu-util.c:1251
msgid "Changed"
msgstr "Өзгертілген"
#. TRANSLATORS: this is when a device ctrl+c's a watch #. TRANSLATORS: this is when a device ctrl+c's a watch
#: libdfu/dfu-tool.c:1515 src/fu-util.c:1213
msgid "Cancelled" msgid "Cancelled"
msgstr "Бас тартылған" msgstr "Бас тартылған"
#. TRANSLATORS: Appstream ID for the hardware type #. TRANSLATORS: this is when a device is hotplugged
#: libdfu/dfu-tool.c:2024 src/fu-util.c:1040 #. TRANSLATORS: this is when the daemon state changes
msgid "ID" msgid "Changed"
msgstr "" msgstr "Өзгертілген"
#. TRANSLATORS: interface name, e.g. "Flash" #. TRANSLATORS: read from device to host
#. TRANSLATORS: device name, e.g. 'ColorHug2' msgid "Erasing"
#: libdfu/dfu-tool.c:2030 libdfu/dfu-tool.c:2036 libdfu/dfu-tool.c:2123 msgstr "Өшірілуде"
msgid "Name"
msgstr "" #. TRANSLATORS: read from device to host
msgid "Reading"
#. TRANSLATORS: this is the encryption method used when writing msgstr "Оқылуда"
#: libdfu/dfu-tool.c:2043
msgid "Cipher"
msgstr ""
#. TRANSLATORS: these are areas of memory on the chip
#: libdfu/dfu-tool.c:2057
msgid "Region"
msgstr ""
#. TRANSLATORS: detected a DFU device
#: libdfu/dfu-tool.c:2092
msgid "Found"
msgstr ""
#. TRANSLATORS: DFU protocol version, e.g. 1.1
#: libdfu/dfu-tool.c:2100
msgid "Protocol"
msgstr ""
#. TRANSLATORS: probably not run as root...
#. TRANSLATORS: device has failed to report status
#. TRANSLATORS: device status, e.g. "OK"
#: libdfu/dfu-tool.c:2112 libdfu/dfu-tool.c:2115 libdfu/dfu-tool.c:2138
msgid "Status"
msgstr ""
#: libdfu/dfu-tool.c:2112
msgid "Unknown: permission denied"
msgstr ""
#. TRANSLATORS: serial number, e.g. '00012345'
#: libdfu/dfu-tool.c:2129
msgid "Serial"
msgstr ""
#. TRANSLATORS: device mode, e.g. runtime or DFU
#: libdfu/dfu-tool.c:2134
msgid "Mode"
msgstr ""
#. TRANSLATORS: device state, i.e. appIDLE
#: libdfu/dfu-tool.c:2142
msgid "State"
msgstr ""
#. TRANSLATORS: transfer size in bytes
#: libdfu/dfu-tool.c:2150
msgid "Transfer Size"
msgstr ""
#. TRANSLATORS: device quirks, i.e. things that
#. * it does that we have to work around
#: libdfu/dfu-tool.c:2158
msgid "Quirks"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2237
msgid "Convert firmware to DFU format"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2243
msgid "Merge multiple firmware files into one"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2249
msgid "Set vendor ID on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2255
msgid "Set product ID on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2261
msgid "Set element address on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2267
msgid "Set the firmware size for the target"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2273
msgid "Set release version on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2279
msgid "Set alternative number on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2285
msgid "Set alternative name on firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2291
msgid "Attach DFU capable device back to runtime"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2297
msgid "Read firmware from device into a file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2303
msgid "Read firmware from one partition into a file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2309
msgid "Write firmware from file into device"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2315
msgid "Write firmware from file into one partition"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2321
msgid "List currently attached DFU capable devices"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2327
msgid "Detach currently attached DFU capable device"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2333
msgid "Dump details about a firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2339
msgid "Watch DFU devices being hotplugged"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2345
msgid "Encrypt firmware data"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2351
msgid "Decrypt firmware data"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2357
msgid "Sets metadata on a firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2363
msgid "Replace data in an existing firmware file"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2369
msgid "Create a binary patch using two files"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2375
msgid "Apply a binary patch"
msgstr ""
#. TRANSLATORS: command description
#: libdfu/dfu-tool.c:2381
msgid "Dump information about a binary patch to the screen"
msgstr ""
#. TRANSLATORS: DFU stands for device firmware update
#: libdfu/dfu-tool.c:2407
msgid "DFU Utility"
msgstr ""
#. TRANSLATORS: the user didn't read the man page
#: libdfu/dfu-tool.c:2412 plugins/synapticsmst/synapticsmst-tool.c:439
#: src/fu-util.c:1733
msgid "Failed to parse arguments"
msgstr ""
#. TRANSLATORS: command description
#: plugins/synapticsmst/synapticsmst-tool.c:408
msgid "Enumerate all Synaptics MST devices"
msgstr ""
#. TRANSLATORS: command description
#: plugins/synapticsmst/synapticsmst-tool.c:414
msgid "Flash firmware file to MST device"
msgstr ""
#: plugins/synapticsmst/synapticsmst-tool.c:434
msgid "Synaptics Multistream Transport Utility"
msgstr ""
#. TRANSLATORS: this is shown when updating the firmware after the reboot
#: plugins/uefi/fu-plugin-uefi.c:194
msgid "Installing firmware update…"
msgstr ""
#. TRANSLATORS: turn on all debugging
#: src/fu-debug.c:130
msgid "Show debugging information for all files"
msgstr ""
#. TRANSLATORS: for the --verbose arg
#: src/fu-debug.c:180
msgid "Debugging Options"
msgstr ""
#. TRANSLATORS: for the --verbose arg
#: src/fu-debug.c:182
msgid "Show debugging options"
msgstr ""
#. TRANSLATORS: exit after we've started up, used for user profiling
#: src/fu-main.c:863
msgid "Exit after a small delay"
msgstr ""
#. TRANSLATORS: exit straight away, used for automatic profiling
#: src/fu-main.c:866
msgid "Exit after the engine has loaded"
msgstr ""
#. TRANSLATORS: program name
#: src/fu-main.c:880
msgid "Firmware Update Daemon"
msgstr ""
#. TRANSLATORS: program summary
#: src/fu-main.c:885
msgid "Firmware Update D-Bus Service"
msgstr ""
#. TRANSLATORS: daemon is inactive
#: src/fu-progressbar.c:51
msgid "Idle…"
msgstr ""
#. TRANSLATORS: decompressing the firmware file
#: src/fu-progressbar.c:55
msgid "Decompressing…"
msgstr ""
#. TRANSLATORS: parsing the firmware information
#: src/fu-progressbar.c:59
msgid "Loading…"
msgstr ""
#. TRANSLATORS: restarting the device to pick up new F/W
#: src/fu-progressbar.c:63
msgid "Restarting device…"
msgstr ""
#. TRANSLATORS: writing to the flash chips
#: src/fu-progressbar.c:67
msgid "Writing…"
msgstr ""
#. TRANSLATORS: verifying we wrote the firmware correctly
#: src/fu-progressbar.c:71
msgid "Verifying…"
msgstr ""
#. TRANSLATORS: scheduing an update to be done on the next boot
#: src/fu-progressbar.c:75
msgid "Scheduling…"
msgstr ""
#. TRANSLATORS: downloading from a remote server
#: src/fu-progressbar.c:79
msgid "Downloading…"
msgstr ""
#. TRANSLATORS: currect daemon status is unknown
#: src/fu-progressbar.c:86
msgid "Unknown"
msgstr ""
#. TRANSLATORS: the user isn't reading the question
#: src/fu-util.c:234
#, c-format
msgid "Please enter a number from 1 to %u: "
msgstr ""
#. TRANSLATORS: get interactive prompt
#: src/fu-util.c:277
msgid "Choose a device:"
msgstr ""
#. TRANSLATORS: nothing attached that can be upgraded
#: src/fu-util.c:303
msgid "No hardware detected with firmware update capability"
msgstr ""
#. TRANSLATOR: the plugin only supports offline
#: src/fu-util.c:337
msgid "Retrying as an offline update"
msgstr ""
#. TRANSLATORS: the first replacement is a display name
#. * e.g. "ColorHugALS" and the second is a version number
#. * e.g. "1.2.3"
#: src/fu-util.c:501
#, c-format
msgid "Reinstalling %s with %s... "
msgstr ""
#. TRANSLATORS: the first replacement is a display name
#. * e.g. "ColorHugALS" and the second and third are
#. * version numbers e.g. "1.2.3"
#: src/fu-util.c:508
#, c-format
msgid "Downgrading %s from %s to %s... "
msgstr ""
#. TRANSLATORS: the first replacement is a display name
#. * e.g. "ColorHugALS" and the second and third are
#. * version numbers e.g. "1.2.3"
#: src/fu-util.c:516
#, c-format
msgid "Updating %s from %s to %s... "
msgstr ""
#: src/fu-util.c:543
msgid "Done!"
msgstr ""
#: src/fu-util.c:585 src/fu-util.c:985
msgid "OK"
msgstr ""
#. TRANSLATORS: downloading new signing file
#: src/fu-util.c:719
msgid "Fetching signature"
msgstr ""
#. TRANSLATORS: downloading new metadata file
#: src/fu-util.c:722
msgid "Fetching metadata"
msgstr ""
#. TRANSLATORS: downloading new firmware file
#: src/fu-util.c:725
msgid "Fetching firmware"
msgstr ""
#. TRANSLATORS: downloading unknown file
#: src/fu-util.c:728
msgid "Fetching file"
msgstr ""
#. TRANSLATORS: section header for release version number
#: src/fu-util.c:898
msgid "Version"
msgstr ""
#. TRANSLATORS: section header for firmware URI
#: src/fu-util.c:901
msgid "URI"
msgstr ""
#. TRANSLATORS: section header for firmware description
#: src/fu-util.c:907
msgid "Description"
msgstr ""
#. TRANSLATORS: section header for firmware checksum
#: src/fu-util.c:915
msgid "Checksum"
msgstr ""
#. TRANSLATORS: get interactive prompt
#: src/fu-util.c:947
msgid "Choose a release:"
msgstr ""
#. TRANSLATORS: first replacement is device name
#: src/fu-util.c:1036
#, c-format
msgid "%s has firmware updates:"
msgstr ""
#: src/fu-util.c:1046
msgid "GUID"
msgstr ""
#. TRANSLATORS: section header for firmware version
#: src/fu-util.c:1050
msgid "Update Version"
msgstr ""
#. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
#: src/fu-util.c:1054
msgid "Update Remote ID"
msgstr ""
#. TRANSLATORS: section header for firmware checksum
#: src/fu-util.c:1063
msgid "Update Checksum"
msgstr ""
#. TRANSLATORS: section header for firmware remote http://
#: src/fu-util.c:1067
msgid "Update Location"
msgstr ""
#. TRANSLATORS: section header for long firmware desc
#: src/fu-util.c:1078
msgid "Update Description"
msgstr ""
#. TRANSLATORS: remote identifier, e.g. lvfs-testing
#: src/fu-util.c:1104
msgid "Remote ID"
msgstr ""
#. TRANSLATORS: remote type, e.g. remote or local
#: src/fu-util.c:1108
msgid "Type"
msgstr ""
#: src/fu-util.c:1113
msgid "Keyring"
msgstr ""
#. TRANSLATORS: if the remote is enabled
#: src/fu-util.c:1118
msgid "Enabled"
msgstr ""
#. TRANSLATORS: the age of the metadata
#: src/fu-util.c:1145
msgid "Age"
msgstr ""
#. TRANSLATORS: the numeric priority
#: src/fu-util.c:1152
msgid "Priority"
msgstr ""
#. TRANSLATORS: remote filename base
#: src/fu-util.c:1157
msgid "Username"
msgstr ""
#. TRANSLATORS: remote filename base
#: src/fu-util.c:1162
msgid "Password"
msgstr ""
#. TRANSLATORS: remote filename base
#: src/fu-util.c:1167
msgid "Filename"
msgstr ""
#. TRANSLATORS: remote filename base
#: src/fu-util.c:1172
msgid "Filename Signature"
msgstr ""
#. TRANSLATORS: locatation of the local file
#: src/fu-util.c:1177
msgid "Location"
msgstr ""
#. TRANSLATORS: locatation of the local file
#: src/fu-util.c:1182
msgid "Location Signature"
msgstr ""
#. TRANSLATORS: remote URI
#: src/fu-util.c:1187
msgid "Metadata URI"
msgstr ""
#. TRANSLATORS: remote URI
#: src/fu-util.c:1192
msgid "Metadata URI Signature"
msgstr ""
#. TRANSLATORS: remote URI
#: src/fu-util.c:1197
msgid "Firmware Base URI"
msgstr ""
#. TRANSLATORS: this is when a device is hotplugged #. TRANSLATORS: this is when a device is hotplugged
#: src/fu-util.c:1224 msgid "Removed"
msgid "Device added:" msgstr "Өшірілген"
msgstr ""
#. TRANSLATORS: this is when a device is hotplugged #. TRANSLATORS: read from device to host
#: src/fu-util.c:1234 msgid "Verifying"
msgid "Device removed:" msgstr "Тексерілуде"
msgstr ""
#. TRANSLATORS: this is when a device has been updated #. TRANSLATORS: write from host to device
#: src/fu-util.c:1244 msgid "Writing"
msgid "Device changed:" msgstr "Жазылуда"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:1568
msgid "Show extra debugging information"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:1571
msgid "Show client and daemon versions"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:1574
msgid "Schedule installation for next reboot when possible"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:1577
msgid "Allow re-installing existing firmware versions"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:1580
msgid "Allow downgrading firmware versions"
msgstr ""
#. TRANSLATORS: command line option
#: src/fu-util.c:1583
msgid "Override plugin warning"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1607
msgid "Get all devices that support firmware updates"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1613
msgid "Return all the hardware IDs for the machine"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1619
msgid "Install prepared updates now"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1625
msgid "Install a firmware file on this hardware"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1631
msgid "Gets details about a firmware file"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1637
msgid "Gets the list of updates for connected hardware"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1643
msgid "Updates all firmware to latest versions available"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1649
msgid "Gets the cryptographic hash of the dumped firmware"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1655
msgid "Unlocks the device for firmware access"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1661
msgid "Clears the results from the last update"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1667
msgid "Gets the results from the last update"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1673
msgid "Gets the releases for a device"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1679
msgid "Gets the configured remotes"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1685
msgid "Downgrades the firmware on a device"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1691
msgid "Refresh metadata from remote server"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1697
msgid "Update the stored metadata with current ROM contents"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1703
msgid "Monitor the daemon for events"
msgstr ""
#. TRANSLATORS: command description
#: src/fu-util.c:1709
msgid "Build firmware using a sandbox"
msgstr ""
#. TRANSLATORS: program name
#: src/fu-util.c:1728
msgid "Firmware Utility"
msgstr ""

1530
po/ko.po

File diff suppressed because it is too large Load Diff

1302
po/nl.po

File diff suppressed because it is too large Load Diff

1008
po/oc.po

File diff suppressed because it is too large Load Diff

1511
po/pl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1533
po/ru.po

File diff suppressed because it is too large Load Diff

1248
po/sk.po

File diff suppressed because it is too large Load Diff

1633
po/sr.po

File diff suppressed because it is too large Load Diff

1531
po/sv.po

File diff suppressed because it is too large Load Diff

1062
po/tr.po

File diff suppressed because it is too large Load Diff

1633
po/uk.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff