Commit graph

62 commits

Author SHA1 Message Date
Ser82-png
c6581c49cd Update Russian translation 2022-06-05 11:43:28 +10:00
Freddy Cheng
788c13d827 Update Chinese (Taiwan) translation file. 2022-05-30 19:36:36 +00:00
libre ajans
88a7c57fb0 Update tr.po 2022-05-19 13:42:32 +00:00
Matheus Polkorny
c36b5b268e Update pt_BR.po 2022-04-13 15:07:35 +00:00
albanobattistella
dbdc0d3f16 Update it.po 2022-03-12 15:13:38 +00:00
albanobattistella
aa61f7d8bd Update it.po 2022-01-06 12:31:41 +00:00
Christian K
4332e90e8a Update German proof-read translation from https://l10n.gnome.org/vertimus/malcontent/main/po/de/ 2021-11-30 20:59:55 +00:00
Jordi Mas
b2a514cb25 Update Catalan translation 2021-11-10 18:15:18 +01:00
AsciiWolf
a90a67013b Update Czech translation 2021-10-02 00:36:34 +02:00
AsciiWolf
f123f52005 Add Czech translation 2021-10-01 00:24:52 +02:00
Andika Triwidada
4538cfeba3 Update Indonesian translation of UI & help 2021-09-06 13:23:45 +00:00
Milo Casagrande
32c2709fb1 l10n: update Italian translation
Signed-off-by: Milo Casagrande <milo@milo.name>
2021-03-17 14:31:24 +01:00
Piotr Drąg
c76c2346dc Update Polish translation 2020-12-20 13:34:13 +01:00
Anders Jonsson
e2644f8ed2 Update Swedish translation 2020-12-17 18:56:33 +01:00
Yuri Chornoivan
63e2ec7809 Update Ukrainian translation 2020-12-09 09:03:57 +02:00
Yuri Chornoivan
badd856534 Update Ukrainian translation 2020-12-08 22:22:21 +02:00
Yuri Chornoivan
e50c0c58d6 Update Ukrainian translation 2020-11-22 17:55:28 +00:00
scootergrisen
b71424a4e2 Update Danish translation 2020-11-18 09:38:58 +00:00
Piotr Drąg
cbf0586fe8 Update Polish translation 2020-10-25 09:26:13 +01:00
Philip Withnall
887b8c9b9b Merge branch 'piotrdrag/pl-update-201018' into 'master'
Update Polish translation 201018

See merge request pwithnall/malcontent!94
2020-10-19 09:39:41 +00:00
Piotr Drąg
4e9c95e3fe Update Polish translation 2020-10-18 13:15:20 +02:00
Yuri Chornoivan
faa0fa94d8 Update Ukrainian translation 2020-10-17 16:57:43 +03:00
scootergrisen
fe5deabdf4 Add Danish translation 2020-10-11 23:00:16 +02:00
Anders Jonsson
40373ee255 Update Swedish translation 2020-09-14 16:00:39 +02:00
Milo Casagrande
bda8b88bbc l10n: Update Italian translation
Signed-off-by: Milo Casagrande <milo@milo.name>
2020-09-14 09:56:01 +02:00
Yuri Chornoivan
aca7f0aeab Update Ukrainian translation 2020-09-10 09:35:18 +03:00
Adolfo Jayme Barrientos
26661fa64b Update Spanish translation 2020-08-22 09:42:06 -05:00
Rafael Fontenelle
9dd477df9e Update Brazilian Portuguese translation 2020-07-18 11:26:19 -03:00
Piotr Drąg
b200d8a4a8 Update Polish translation 2020-06-14 13:50:00 +02:00
Yuri Chornoivan
01279055cc Update Ukrainian translation 2020-06-10 20:39:52 +03:00
Philip Withnall
46aaefeffc po: Update translations from downstream in Endless
We’ll drop the Transifex translation machinery downstream after this, so
this is the last time the translations will be synced.

I have not verified any of these translations, but am upstreaming them
on the premise that some strings are better than no strings.

This commit was produced by:
 1. `ninja malcontent-update-po`
 2. Copy in po files from downstream
 3. `ninja malcontent-update-po` again
 4. Manually drop header-only changes
 5. Manually drop changes to `translator-credits`
 6. Manually drop some conflicted strings from `id.po` (prefer the
    upstream versions)
 7. Manually merge headers

There are no more `help/` translations to upstream.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-06-10 12:37:21 +01:00
Philip Withnall
93b5fa3ea2 po: Update po files
This is simply the result of
```
ninja malcontent-update-po
```

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-06-10 12:36:55 +01:00
Rafael Fontenelle
0155a10031 Update Brazilian Portuguese translation 2020-04-21 02:20:12 +00:00
Will Thompson
b713180b59 Import zh_TW translation from Endless
These translations are taken from the eos3.7 branch of
gnome-control-center. I apparently missed these when importing the last
batch in 39bdde5, I think due to the empty zh_TW.po file generated by
`ninja malcontent-update-po` being in some broken encoding that polib
can't read. I tried a different approach here:

- Copy the file from gnome-control-center
- `ninja malcontent-update-po`
- Manually remove fuzzy and obsolete translations
- `ninja malcontent-update-po`
2020-04-17 23:18:24 +01:00
Will Thompson
39bdde59d6 Import translations from Endless
Much of this code previously lived in Endless's fork of
gnome-control-center, and so many strings had previously been translated
there. I imported a bunch of them from
https://github.com/endlessm/gnome-control-center/tree/eos3.7 as follows:

    cp ~/src/endlessm/gnome-control-center/po/LINGUAS po
    ninja -C _build/ meson-malcontent-update-po
    for x in po/*.po; do
        t3k copy ~/src/endlessm/gnome-control-center/$x $x
    done
    ninja -C _build/ meson-malcontent-update-po

Then manually reviewed the output from t3k to exclude languages where
only trivial translations such as "Help" were copied.

Many of these translations are for OARS rating descriptions, which are
actually originally from gnome-software, and were imported into our
gnome-control-center in a similar way. I have long been sad that these
strings were not present in some common shared library; hooray! now they
are.

[t3k]: https://gitlab.gnome.org/wjt/translate-o-tron-3000/
2020-04-15 13:57:55 +01:00
Piotr Drąg
f731994dc3 Update Polish translation 2020-04-14 14:35:50 +01:00
Philip Withnall
b79e6c3589 Merge branch 'piotrdrag/pl-update-200405' into 'master'
Update Polish translation 200405

See merge request pwithnall/malcontent!56
2020-04-07 11:51:51 +00:00
Yuri Chornoivan
4c6d77ff6d Update Ukrainian translation + docs translation 2020-04-07 09:06:54 +03:00
Piotr Drąg
367a83eaff Update Polish translation 2020-04-05 10:48:26 +02:00
Yuri Chornoivan
f8df997db7 Update Ukrainian translation 2020-04-02 09:21:04 +03:00
Andika Triwidada
9f001159db Added Indonesian translation 2020-03-31 13:00:45 +00:00
Piotr Drąg
0e4b953606 Update Polish translation 2020-03-29 12:41:16 +02:00
Piotr Drąg
8b880748ef Update POTFILES.in 2020-03-20 18:09:33 +01:00
Piotr Drąg
90680f1552 Add Polish translation 2020-03-06 17:47:06 +01:00
Yuri Chornoivan
f624fc277e Update Ukrainian translation 2020-03-02 10:30:30 +00:00
Philip Withnall
967d9f1bd0 po: Order LINGUAS alphabetically
This will make it a bit easier to maintain in future.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-02-25 10:15:15 +00:00
Rafael Fontenelle
2572973153 Add Brazilian Portuguese translation 2020-02-24 19:46:09 -03:00
Yuri Chornoivan
9080af21e3 Add Ukrainian translation 2020-02-21 09:34:46 +00:00
Philip Withnall
ad07277e21 po: Add some missing files to POTFILES.in
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-02-19 16:22:57 +00:00
Philip Withnall
1f3f0a4560 libmalcontent-ui: Move widgets over from malcontent-control
They need to be re-used in gnome-initial-setup. The other widgets which
remain in malcontent-control don’t need to be used in g-i-s so can stay
where they are for now. They might move across to libmalcontent-ui later
if there’s a need for it.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-02-04 11:36:58 +00:00