1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00
Commit Graph

89 Commits

Author SHA1 Message Date
Julien Lepiller
934b0cdfee nls: Update translations.
* po/doc/guix-cookbook.fi.po: New file.
* po/doc/guix-manual.fi.po: New file.
* po/doc/local.mk: Add them.
* doc/local.mk: Add them.
* po/guix/fi.po: New file.
* po/guix/LINGUAS: Add it.
2022-01-09 11:35:59 +01:00
Julien Lepiller
7fcb20a8fa nls: Update translations. 2021-12-04 19:40:52 +01:00
Julien Lepiller
85430a9ea6 nls: Update translations.
* po/doc/guix-cookbook.es.po: New file.
* po/doc/local.mk: Add 'es' cookbook.
* doc/local.mk: Add 'es' cookbook.
2021-11-06 14:06:36 +01:00
Julien Lepiller
15c91189cb nls: Update translations. 2021-10-17 22:10:25 +02:00
Julien Lepiller
1ff2092a39 nls: Update translations.
* po/packages/it.po: New file.
* po/packages/LINGUAS: Add `it'.
* po/*/*.po: Update translations.
2021-09-02 04:06:52 +02:00
Julien Lepiller
6c10c96fed nls: Update translations.
* po/doc/guix-cookbook.ru.po: New file.
* po/doc/guix-cookbook.sk.po: New file.
* po/*/*.po: Update translations.
* doc/local.mk (COOKBOOK_LANGUAGES): Add ru and sk.
(info_TEXINFOS): Add Russian and Slovak cookbooks.
* po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add Russian and Slovak po
files.
2021-08-04 14:49:53 +02:00
Maxim Cournoyer
21fcced608 nls: Update translations. 2021-05-10 22:34:43 -04:00
Maxim Cournoyer
63d26e81ee nls: New nl and oc translations for the 'packages' component.
* po/packages/nl.po: New file.
* po/packages/oc.po: Likewise.
* po/packages/LINGUAS: Register them.
2021-05-10 22:27:53 -04:00
Julien Lepiller
a23789bbbd nls: Do not update po files on first make invocation.
We need to update the minimal gettext version to take advantage of new
features.  Before this patch, the first make invocation would modify
po/guix and po/packages po files, and we advised to run `git checkout
po` to clean the changes.

* configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.19.1.
* po/guix/Makevars: Set PO_DEPENDS_ON_POT to no.
* po/packages/Makevars: Set PO_DEPENDS_ON_POT to no.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-05-03 09:29:44 -04:00
Julien Lepiller
a209c597e2 nls: Remove 'vi' in LINGUAS
The po file is no longer available.

* po/packages/LINGUAS: Remove 'vi'.
2021-04-18 21:07:24 +02:00
Julien Lepiller
0f355124af nls: Add Korean translation.
* po/doc/guix-cookbook.ko.po: New file.
* po/doc/guix-manual.ko.po: New file.
* doc/local.mk (info_TEXINFOS): Add them.
* po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them.
* po/guix/ko.po: New file.
* po/guix/LINGUAS: Add 'ko'.
* po/packages/ko.po: New file.
* po/packages/LINGUAS: Add 'ko'.
2021-04-18 13:18:22 +02:00
Julien Lepiller
43fb84da67 nls: Add Persian translation.
* po/packages/fa.po: New file.
* po/packages/LINGUAS: Add 'fa'.
* po/doc/guix-cookbook.fa.po: New file.
* po/doc/guix-manual.fa.po: New file.
* po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them.
* doc/local.mk (info_TEXINFOS): Add them.
2021-04-18 13:18:17 +02:00
Julien Lepiller
77c6c0aa57 nls: Add Slovak translation.
* po/packages/sk.po: New file.
* po/packages/LINGUAS: Add 'sk'.
* po/doc/guix-manual.sk.po: New file.
* doc/local.mk (info_TEXINFOS): Add it.
* po/doc/local.mk (DOC_PO_FILES): Add it.
2021-04-18 13:18:13 +02:00
Julien Lepiller
5cb08cca27 nls: Update 'pt_BR' translation. 2021-04-18 13:18:11 +02:00
Julien Lepiller
89162676b5 nls: Remove Vietnamese translations of packages.
No translated string is used in Guix anymore.
2021-04-18 13:18:04 +02:00
Julien Lepiller
5d1f110b45 nls: Update 'zh_CN' translations. 2021-04-18 13:18:02 +02:00
Julien Lepiller
de4617105c nls: Update 'sr' translations. 2021-04-18 13:17:56 +02:00
Julien Lepiller
8a0195fcad nls: Update 'pl' translations. 2021-04-18 13:17:53 +02:00
Julien Lepiller
4f35328689 nls: Update 'hu' translations. 2021-04-18 13:17:51 +02:00
Julien Lepiller
ff7309b001 nls: Update 'da' translations. 2021-04-18 13:17:49 +02:00
Julien Lepiller
70250e1853 nls: Update 'eo' translations. 2021-04-18 13:17:43 +02:00
Julien Lepiller
959eca8a92 nls: Update 'es' translations. 2021-04-18 13:17:40 +02:00
Julien Lepiller
2a18bcbfd3 nls: Update 'de' translations. 2021-04-18 13:17:37 +02:00
Julien Lepiller
5ebe6904ea nls: Update 'fr' translations. 2021-04-18 13:17:35 +02:00
Simon South
db6b9d2f4b services: Add transmission-daemon service.
* gnu/services/file-sharing.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/packages/POTFILES.in: Add it.
* tests/services/file-sharing.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* doc/guix.texi (File-Sharing Services): New section.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-12 15:11:36 +08:00
Julien Lepiller
a00af77904 nls: Update 'fr' translation. 2021-01-28 16:41:18 +01:00
Ludovic Courtès
ef1107e2cc nls: Update string translations. 2020-11-12 10:13:45 +01:00
Ludovic Courtès
b35550c3d8 nls: Update. 2020-10-27 00:40:24 +01:00
Ludovic Courtès
a743b04a41 nls: Update. 2020-10-16 15:00:49 +02:00
Julien Lepiller
ac324be105 nls: Fix copyright and bug address in pot files.
* po/guix/Makevars: Fix COPYRIGHT_HOLDER and MSGID_BUGS_ADDRESS.
* po/packages/Makevars: idem.
2020-09-29 15:40:25 +02:00
Ludovic Courtès
2b29219370 nls: Update. 2020-04-14 13:01:58 +02:00
Ludovic Courtès
935ef44b39 nls: Update. 2020-04-12 00:18:05 +02:00
Ludovic Courtès
86603d8660 nls: Update. 2020-03-23 00:06:58 +01:00
Julien Lepiller
d1b18fbb5c nls: Update 'fr' translation. 2019-05-13 22:44:22 +02:00
Ludovic Courtès
adb5506b2c nls: Update da translations. 2019-05-03 17:47:30 +02:00
Ludovic Courtès
20ee8883bc nls: Update translations for de and fr. 2019-05-01 10:49:52 +02:00
Julien Lepiller
57e2b24dc0 nls: Update 'es' translation. 2019-04-25 18:55:12 +02:00
Julien Lepiller
518acc73c1 nls: Update 'fr' translation. 2019-04-25 18:54:46 +02:00
Julien Lepiller
a27ed8fd35 nls: Update 'fr' translation. 2019-04-13 14:50:46 +02:00
Julien Lepiller
57e508d1c1 nls: Update 'de' translation. 2019-02-13 21:40:17 +01:00
Julien Lepiller
d093f3e4a4 nls: Update 'da' translation. 2019-02-13 21:40:02 +01:00
Julien Lepiller
adfb167f12 nls: Update 'fr' translation. 2018-12-02 14:31:20 +01:00
Julien Lepiller
2cf2c77884 nls: Update 'fr' translation. 2018-06-23 16:23:50 +02:00
Ludovic Courtès
f202292217 nls: Update 'da' translation. 2018-06-18 23:19:51 +02:00
Ludovic Courtès
c88abbf2fd nls: Update 'es' translation. 2018-04-19 00:14:49 +02:00
Ludovic Courtès
ac6d2e3530 nls: Add Spanish translation. 2018-04-11 01:21:32 +02:00
Ludovic Courtès
f285b17b35 nls: Add Simplified Chinese translation. 2018-03-05 10:41:18 +01:00
Ludovic Courtès
7ffd6180a7 nls: Update 'fr' translation. 2018-02-19 22:04:10 +01:00
Leo Famulari
d86db8d562 nls: Update 'hu' translation. 2018-01-17 17:15:55 -08:00
Ludovic Courtès
4423302724 nls: Update 'hu' translation. 2017-12-18 11:12:41 +01:00