Commit graph

84 commits

Author SHA1 Message Date
ykla
fd9e44f11f The terms related to public keys were replaced with translations more in line with the localization habits of Simplified Chinese. 2024-06-13 11:44:47 +01:00
ykla
6a09f27bea Translate the Simplified Chinese translation of Raspberry Pi Imager to better match the original text. 2024-06-13 11:44:47 +01:00
ykla
ef49eb3dd4 To make Simplified Chinese translations more accurate 2024-06-13 11:44:47 +01:00
ykla
b66496e324 Update zh-CN (Simplified Chinese) translation 2024-06-13 11:44:47 +01:00
ykla
41f504c7a0 Update zh-CN translation 2024-06-13 11:44:47 +01:00
Nicolas Martignoni
d825c22fb9
Update French translation (#833) 2024-03-12 15:00:03 +00:00
bovirus
4378127872 Update Italian language 2024-02-07 11:21:28 +00:00
Tom Dewey
38ea837ba7 imagewriter: Use QCoreApplication::translate
tr() is not safe for strings that you move between contexts,
as it fails to provide a mechanism for specifying the context
of the string.

Regenerate the translation files, and use QCoreApplication to locate
the real translations.

Additionally, bodge a race condition between translator replacement
and OS list fetching, by marking the OS list as something to be
re-calculated on a translator change.

Fixes #799
2024-02-06 16:12:05 +00:00
bovirus
1c9c641924 Update Italian language 2024-02-06 13:26:45 +00:00
Jonathan Dahan
cf9ceacfdd Create placeholder translations 2024-02-05 10:11:34 +00:00
Nicolas Martignoni
602f9170b4 Update French translation 2024-01-05 10:25:01 +00:00
Jacek Brzozowski
ffeadef654 Add Polish translation 2023-12-22 14:05:15 +00:00
Davidmp
d19c7599f7 Update rpi-imager_ca.ts
Correcció
2023-11-23 14:14:20 +00:00
Kazunari Sasa
c8c968a10b i18n: Minor wording corrections 2023-11-20 15:38:55 +00:00
volkov
ac72c0ddc9 Forgot to save file, oops. 2023-11-03 09:22:18 +00:00
volkov
2d5a050c6e Another bunch of unrelated translation fixes. 2023-11-03 09:22:18 +00:00
volkov
f906efb206 Unrelated translation fixes. 2023-11-03 09:22:18 +00:00
volkov
46c6afbd58 Translated all strings. 2023-11-03 09:22:18 +00:00
veeck
b75b2e6110 Update german translation 2023-10-25 15:01:10 +01:00
Peter Dave Hello
253a9ced64 Add zh-TW Traditional Chinese translation 2023-10-21 20:50:14 +01:00
Ruffalo Lavoisier
aeece632dd some update korean translation
- See https://github.com/raspberrypi/rpi-imager/pull/645
2023-10-20 16:34:24 +01:00
veeck
14e83a874a Update german translation 2023-10-19 16:18:12 +02:00
Floris Bos
59439c8752 Update nl translations 2023-10-18 19:49:12 +02:00
bovirus
98f8d63e3e Update Italian language 2023-10-18 16:26:28 +01:00
oscfdezdz
0d401be648 Update Spanish translation 2023-10-18 15:46:34 +01:00
Tom Dewey tom.dewey@raspberrypi.com
24dd7a42ff i18n: Remove broken translations
As part of changing the reference string, these translations will
require a rework.

Signed-off-by: Tom Dewey tom.dewey@raspberrypi.com <tom.dewey@raspberrypi.com>
2023-10-18 15:33:17 +01:00
Tom Dewey tom.dewey@raspberrypi.com
50449158bc i18n: Advanced settings -> OS customization
Per a request from the Raspberry Pi Communications team, change
'Advanced Settings' and 'Image customization' to read 'OS
customization'.

This is to avoid amibuguity in the English, where Image_r_ and Image may
be conflated when reading at speed.

Regrettably, this breaks the existing translations. To prevent
confusion, explicitly delete the existing translations - as they're almost
certainly not valid with the reworded meaning.
2023-10-17 15:28:04 +01:00
Tom Dewey
889c0e82c3
Merge pull request #667 from OlesyaGerasimenko/qml
Update Russian translation
2023-10-17 15:31:16 +01:00
Tom Dewey
e40d36cd2d
Merge pull request #666 from oscfdezdz/es
Update Spanish translation
2023-10-17 15:27:47 +01:00
Tom Dewey
d812031bae
Merge pull request #670 from rejas/translation_de
Update German translations
2023-10-17 15:26:28 +01:00
Tom Dewey
a8022b6fac
Merge pull request #672 from okaits/qml
Improve Japanese translations
2023-10-17 15:25:32 +01:00
bovirus
9c3a1e563c
Update Italian language 2023-10-17 14:35:48 +02:00
okaits#7534
de4c6db8e6
Improve Japanese translations 2023-10-17 20:15:37 +09:00
veeck
7847efa748 Update de translations 2023-10-17 11:47:36 +02:00
OlesyaGerasimenko
3bb70b519c
Update Russian translation 2023-10-17 11:46:37 +03:00
oscfdezdz
bb82c53425
Update Spanish translation 2023-10-17 08:33:42 +02:00
Floris Bos
10a0894a51 Update nl translation 2023-10-16 23:59:19 +02:00
maxnet
f7c835566e
Merge branch 'qml' into qml 2023-10-16 22:26:51 +02:00
maxnet
cbbb7b9a64
Merge pull request #663 from Vovkiv/qml
Update Ukrainian translation
2023-10-16 22:24:57 +02:00
Vovkiv
36c906ad87
Fix 2023-10-16 17:34:56 +00:00
Nicolas Martignoni
0b7aed4197
Fix a missing colon in a string
- French translation
2023-10-16 19:32:35 +03:00
Nicolas Martignoni
5a71676c75
Update French translation 2023-10-16 19:30:32 +03:00
Vovkiv
6ba6370835
Update rpi-imager_uk.ts 2023-10-16 15:39:45 +00:00
Tom Dewey tom.dewey@raspberrypi.com
a5c736f230 Revert "i18n: Advanced Settings -> OS Customisation"
This reverts commit 2fb58dc01c.

The original commit included an unexpected deletion of _all_
translations in certain languages. This was unintented, and appears to
have been a merging artefact.

This change will be re-submitted as a separate PR.
2023-10-16 13:06:21 +01:00
Tom Dewey tom.dewey@raspberrypi.com
2fb58dc01c i18n: Advanced Settings -> OS Customisation 2023-10-16 11:46:54 +01:00
Andrea Busi
19350e8deb Add missing space in some IT translations 2023-10-13 15:27:15 +02:00
Tom Dewey tom.dewey@raspberrypi.com
2047461e9a i18n: Remove stale translations
In order to better highlight the strings we'll need updated translations
for, and to avoid confusion, remove obselete and now inaccurate
translations.
2023-10-12 12:28:19 +01:00
Tom Dewey tom.dewey@raspberrypi.com
69f80e5df3 i18n: Regenerate, sort translation files
A long period of hand-editing caused these to fall out of sync with
what would have been generated from the source.

These were regnerated using the qt5_create_translation macro in the
root CMakeLists, and then using lconvert to merge the completely blank
translation files with the existing translations.
2023-10-12 12:28:19 +01:00
Tom Dewey tom.dewey@raspberrypi.com
3f665e01b4 Device-first OS list filtering
Rather than a drop down dialog, which could present users with images
that may not run on their hardware, allow selection of Raspberry Pi as a
first stage. If users adopt this feature, they are presented with a
subset of images that we know will actually run on their hardware.

This is achieved by leveraging @maxnet's excellent OS filtering scheme.

Future work will attach image and description support to this OS list.
2023-10-12 12:28:19 +01:00
Tom Dewey tom.dewey@raspberrypi.com
da76e0d93a i18n: ru: Shorten storage selection label
Rather than "Choose Memory Device", use "Choose Mem. Device", an
acceptable shortening of the phrase which fits inside our controls
2023-10-10 10:27:00 +01:00