mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 02:54:45 +00:00
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:
parent
f6689b8144
commit
a3d20729e0
3
RELEASE
3
RELEASE
@ -16,6 +16,9 @@ Update translations:
|
||||
ninja-build fwupd-pot
|
||||
tx push --source
|
||||
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
|
||||
|
||||
2. Commit changes to git:
|
||||
|
1606
po/en_GB.po
1606
po/en_GB.po
File diff suppressed because it is too large
Load Diff
810
po/kk.po
810
po/kk.po
@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the fwupd package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Baurzhan Muftakhidinov <baurthefirst@gmail.com>, 2017
|
||||
msgid ""
|
||||
@ -18,803 +18,35 @@ msgstr ""
|
||||
"Language: kk\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
|
||||
#: libdfu/dfu-tool.c:1487
|
||||
msgid "Added"
|
||||
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
|
||||
#: libdfu/dfu-tool.c:1515 src/fu-util.c:1213
|
||||
msgid "Cancelled"
|
||||
msgstr "Бас тартылған"
|
||||
|
||||
#. TRANSLATORS: Appstream ID for the hardware type
|
||||
#: libdfu/dfu-tool.c:2024 src/fu-util.c:1040
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: interface name, e.g. "Flash"
|
||||
#. TRANSLATORS: device name, e.g. 'ColorHug2'
|
||||
#: libdfu/dfu-tool.c:2030 libdfu/dfu-tool.c:2036 libdfu/dfu-tool.c:2123
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: this is the encryption method used when writing
|
||||
#: 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 the daemon state changes
|
||||
msgid "Changed"
|
||||
msgstr "Өзгертілген"
|
||||
|
||||
#. TRANSLATORS: read from device to host
|
||||
msgid "Erasing"
|
||||
msgstr "Өшірілуде"
|
||||
|
||||
#. TRANSLATORS: read from device to host
|
||||
msgid "Reading"
|
||||
msgstr "Оқылуда"
|
||||
|
||||
#. TRANSLATORS: this is when a device is hotplugged
|
||||
#: src/fu-util.c:1224
|
||||
msgid "Device added:"
|
||||
msgstr ""
|
||||
msgid "Removed"
|
||||
msgstr "Өшірілген"
|
||||
|
||||
#. TRANSLATORS: this is when a device is hotplugged
|
||||
#: src/fu-util.c:1234
|
||||
msgid "Device removed:"
|
||||
msgstr ""
|
||||
#. TRANSLATORS: read from device to host
|
||||
msgid "Verifying"
|
||||
msgstr "Тексерілуде"
|
||||
|
||||
#. TRANSLATORS: this is when a device has been updated
|
||||
#: src/fu-util.c:1244
|
||||
msgid "Device changed:"
|
||||
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 ""
|
||||
#. TRANSLATORS: write from host to device
|
||||
msgid "Writing"
|
||||
msgstr "Жазылуда"
|
||||
|
1613
po/pt_BR.po
1613
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1631
po/zh_CN.po
1631
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1631
po/zh_TW.po
1631
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user