Ævar Arnfjörð Bjarmason
b9832f7e3b
Makefile: add "po-init" rule to initialize po/XX.po
...
The core translation is the minimum set of work that must be done for a
new language translation.
There are over 5000 messages in the template message file "po/git.pot"
that need to be translated. It is not a piece of cake for such a huge
workload. So we used to define a small set of messages called "core
translation" that a new l10n contributor must complete before sending
pull request to the l10n coordinator.
By pulling in some parts of the git-po-helper[^1] logic, we add a new
rule to create this core translation message "po/git-core.pot":
make po/git-core.pot
To help new l10n contributors to initialized their "po/XX.pot" from
"po/git-core.pot", we also add new rules "po-init":
make po-init PO_FILE=po/XX.po
[^1]: https://github.com/git-l10n/git-po-helper/
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-05-26 10:32:57 -07:00
Ævar Arnfjörð Bjarmason
5377abc0c9
po/git.pot: don't check in result of "make pot"
...
Remove the "po/git.pot" file from being tracked, which started with
dce37b66fb
(l10n: initial git.pot for 1.7.10 upcoming release,
2012-02-13).
The reason the po/git.pot started being checked in was because the
po/*.po files were changed a schema where we'd generate them from a
known-good snapshot of po/git.pot, instead of each translator running
"make pot" themselves.
This makes sense, but we don't need to carry this file in-tree just to
achieve that aim, and doing so has resulted in a significant amount of
"diff churn" since this method of doing it was introduced:
$ git log -p --oneline -- po/git.pot|wc -l
553743
We can instead let l10n contributors to generate "po/git.pot" in runtime
to update their own "po/XX.po", and the l10n coordinator can check
pull requests using CI pipeline.
This reverts to the schema introduced initially in cd5513a716
(i18n:
Makefile: "pot" target to extract messages marked for translation,
2011-02-22).
The actual "git rm" of po/git.pot was in preceding commit to make this
change easier to review, and to preempt the mailing list from blocking
it due to it being too large.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-05-26 10:32:53 -07:00
Jiang Xin
e448263716
po/git.pot: this is now a generated file
...
We no longer keep track of the contents of this file.
Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-05-26 10:32:47 -07:00
Peter Krefting
9b23d2c7b8
l10n: sv.po: Update Swedish translation (5282t0f0u)
...
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
2022-04-17 18:13:34 +01:00
Jiang Xin
1208041f05
Merge branch 'master' of github.com:Softcatala/git-po
...
* 'master' of github.com:Softcatala/git-po:
l10n: Update Catalan translation
2022-04-17 09:07:28 +08:00
Jordi Mas
ac87f9697f
l10n: Update Catalan translation
...
Signed-off-by: Jordi Mas <jmas@softcatala.org>
2022-04-16 20:17:17 +02:00
Bagas Sanjaya
aac04e07ae
l10n: po-id for 2.36 (round 2)
...
Translate following new components:
* setup.c
* split-index.c
* strbuf.c
* trailer.c
Also delete obsolete strings.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2022-04-16 18:04:26 +08:00
Jiang Xin
c616d188aa
Merge branch 'master' of github.com:ruester/git-po-de
...
* 'master' of github.com:ruester/git-po-de:
l10n: de.po: Update German translation
2022-04-15 08:26:53 +08:00
Jiang Xin
cb6da3213e
Merge branch 'fz/po-2.36.0-round2' of github.com:fangyi-zhou/git-po
...
* 'fz/po-2.36.0-round2' of github.com:fangyi-zhou/git-po:
l10n: zh_CN v2.36.0 round 2
2022-04-15 08:26:06 +08:00
Matthias Rüster
4ac22f8cc0
l10n: de.po: Update German translation
...
Reviewed-by: Ralf Thielow <ralf.thielow@gmail.com>
Reviewed-by: Phillip Szelat <phillip.szelat@gmail.com>
Signed-off-by: Matthias Rüster <matthias.ruester@gmail.com>
2022-04-14 17:03:02 +02:00
Fangyi Zhou
40f35416c1
l10n: zh_CN v2.36.0 round 2
...
Signed-off-by: Fangyi Zhou <me@fangyi.io>
2022-04-14 15:49:18 +01:00
Daniel Santos
b3717a8943
l10n: pt_PT: update Portuguese translation
...
* update the following words translations: commit, untracked, stage,
cache, stash, work..., index, reset, label, check..., tags, graft,
alternate object, amend, ancestor, cherry-pick, bisect, blame, chain,
cache, bug, chunk, branch, bundle, clean, clone, commit-graph, commit
object, commit-ish, committer, cover letter, conflict, dangling,
detach, dir, dumb, fast-forward, file system, fixup, fork, fetch, Git
archive, gitdir, graft, replace ref
* correct some mispellings
* git-po-helper update
* remove some obsolete lines
* unfuzzy entries
* random translation updates
* update contact in pt_PT.po
* add the following words to the translation table: override, recurse,
print, offset, unbundle, mirror repository, multi-pack, bad,
whitespace, batch
* remove the following words of the translation table: core Git
* change the following words on the translation table: dry-run, apply,
patch, replay, blame, chain, gitdir, file system, fork, unset, handle
* some translation to the first person
* update copyright text
* word 'utilização:' to 'uso:'
* word 'pai' to 'parente'
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
2022-04-14 12:09:07 +01:00
Tran Ngoc Quan
2a7f398a6e
l10n: vi(5285t): v2.36.0 round 2
...
Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com>
2022-04-14 15:34:48 +07:00
Jiang Xin
dd6cf19403
Merge branch 'loc/tw/0407' of github.com:l10n-tw/git-po
...
* 'loc/tw/0407' of github.com:l10n-tw/git-po:
l10n: zh_TW: v2.36.0 round 2
2022-04-14 13:13:38 +08:00
Yi-Jyun Pan
c9f01d5f5f
l10n: zh_TW: v2.36.0 round 2
...
Signed-off-by: Yi-Jyun Pan <pan93412@gmail.com>
2022-04-14 08:07:08 +08:00
Jean-Noël Avila
cdfc63f714
l10n: fr: v2.36 round 2
...
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
2022-04-13 21:21:48 +02:00
Emir SARI
783c5f4bc3
l10n: tr: v2.36.0 round 2
...
Signed-off-by: Emir SARI <emir_sari@icloud.com>
2022-04-13 13:35:48 +03:00
Jiang Xin
2731109c91
l10n: git.pot: v2.36.0 round 2 (4 new, 3 removed)
...
Generate po/git.pot from v2.36.0-rc2 for git v2.36.0 l10n round 2.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2022-04-13 14:55:25 +08:00
Jiang Xin
dfbdf52df5
Merge branch 'fr_2.36_rnd1' of github.com:jnavila/git
...
* 'fr_2.36_rnd1' of github.com:jnavila/git:
l10n: fr: v2.36 round 1
2022-04-11 08:48:13 +08:00
Jiang Xin
6e0a35803f
Merge branch 'fz/po-zh_CN' of github.com:fangyi-zhou/git-po
...
* 'fz/po-zh_CN' of github.com:fangyi-zhou/git-po:
l10n: zh_CN v2.36.0 round 1
l10n: Update zh_CN repo link
2022-04-11 08:47:13 +08:00
Jean-Noël Avila
48fd05399b
l10n: fr: v2.36 round 1
...
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
2022-04-09 18:53:27 +02:00
Fangyi Zhou
00e5af3f24
l10n: zh_CN v2.36.0 round 1
...
Reviewed-by: 依云 <lilydjwg@gmail.com>
Signed-off-by: Fangyi Zhou <me@fangyi.io>
2022-04-08 11:30:59 +01:00
Fangyi Zhou
ca355e3e33
l10n: Update zh_CN repo link
...
Signed-off-by: Fangyi Zhou <me@fangyi.io>
2022-04-08 11:30:59 +01:00
Bagas Sanjaya
22ac4887f4
l10n: po-id for 2.36 (round 1)
...
Update following components:
* add-interactive.c
* branch.c
* config.c
* help.c
* merge-ort-wrappers.c
* builtin/bisect--helper.c
* builtin/branch.c
* builtin/cat-file.c
* builtin/checkout.c
* builtin/clone.c
* builtin/config.c
* builtin/reflog.c
* builtin/remote.c
* builtin/sparse-checkout.c
* builtin/submodule--helper.c
* builtin/unpack-objects.c
Translate following new components:
* connect.c
* connected.c
* date.c
* hook.c
* files-backend.c
* ident.c
* merge-ort.c
* merge-recursive.c
* refs.c
* refspec.c
* revision.c
* symlinks.c
* worktree.c
* builtin/notes.c
* builtin/multi-pack-index.c
* builtin/commit.c
* builtin/merge-base.c
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
2022-04-07 14:42:54 +07:00
Emir SARI
3117f0f9f7
l10n: tr: v2.36.0 round 1
...
Signed-off-by: Emir SARI <emir_sari@icloud.com>
2022-04-06 14:54:31 +03:00
Jiang Xin
66593217ec
l10n: git.pot: v2.36.0 round 1 (192 new, 106 removed)
...
Generate po/git.pot from v2.36.0-rc0 for git v2.36.0 l10n round 1.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2022-04-06 14:41:16 +08:00
Daniel Santos
3d7e039117
l10n: pt_PT: update TEAMS file
...
* update new Portuguese Translation Team information
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
2022-02-05 14:19:54 +00:00
Daniel Santos
8af16e2792
l10n: pt_PT: update Portuguese translation
...
* unfuzzy new entries
* translate some
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
2022-02-05 14:15:02 +00:00
Jordi Mas
9e2b35d764
l10n: Update Catalan translation
...
Signed-off-by: Jordi Mas <jmas@softcatala.org>
2022-01-23 09:40:52 +01:00
Jiang Xin
0fff4ea346
Merge branch 'l10n/zh_TW/220113' of github.com:l10n-tw/git-po
...
* 'l10n/zh_TW/220113' of github.com:l10n-tw/git-po:
l10n: zh_TW: v2.35.0 round 2 (0 untranslated)
l10n: zh_TW: v2.35.0 round 1 (1 fuzzy)
2022-01-22 16:27:41 +08:00
Yi-Jyun Pan
87953304da
l10n: zh_TW: v2.35.0 round 2 (0 untranslated)
...
Used 1 translation from zh_CN. Thanks to zh_CN translation team!
Signed-off-by: Yi-Jyun Pan <pan93412@gmail.com>
2022-01-22 07:10:43 +08:00
Jordi Mas
b3d4896aad
l10n: Update Catalan translation
...
Signed-off-by: Jordi Mas <jmas@softcatala.org>
2022-01-21 07:56:02 +01:00
Matthias Rüster
159af2a97f
l10n: de.po: Update German translation
...
Signed-off-by: Matthias Rüster <matthias.ruester@gmail.com>
Reviewed-by: Ralf Thielow <ralf.thielow@gmail.com>
2022-01-20 18:23:36 +01:00
Jürgen Krämer
ea0fca8d2a
l10n: de.po: Fix translation for "'%s' is aliased to '%s'"
...
The German translation for "'%s' is aliased to '%s'" is incorrect. It
switches the order of alias name and alias definition.
A better translation would be "'%s' ist ein Alias für '%s'". (Full stop
removed intentionally, because the original does not use one either.)
Signed-off-by: Matthias Rüster <matthias.ruester@gmail.com>
2022-01-20 18:11:37 +01:00
Jiang Xin
7ff31e1c72
Merge branch 'po-id' of github.com:bagasme/git-po
...
* 'po-id' of github.com:bagasme/git-po:
l10n: po-id for 2.35 (round 2)
2022-01-20 10:40:08 +08:00
Bagas Sanjaya
80dabf99ee
l10n: po-id for 2.35 (round 2)
...
Translate following new components:
* advice.c
* alias.c
* sequencer.c
* sparse-index.c
* builtin/sparse-checkout.c
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
2022-01-19 17:59:41 +07:00
Jordi Mas
0f8f20f222
l10n: Update Catalan translation
...
Signed-off-by: Jordi Mas <jmas@softcatala.org>
2022-01-19 14:56:01 +08:00
Tran Ngoc Quan
6bcc4e2c7d
l10n: vi(5195t): Update for v2.35.0 round 2
...
Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com>
2022-01-17 14:15:31 +07:00
Jiang Xin
ee27abd30d
l10n: batch update to fix typo in branch.c
...
In git 2.35 l10n round 1, a space between two words was missing in the
message from "branch.c", and it was fixed by commit 68d924e1de
(branch:
missing space fix at line 313, 2022-01-11).
Do a batch update for teams (bg, fr, id, sv, tr and zh_CN) that have
already completed their works on l10n round 1.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2022-01-17 08:58:49 +08:00
Jiang Xin
fe7f7ad36c
l10n: git.pot: v2.35.0 round 2 (1 new, 1 removed)
...
Generate po/git.pot from v2.35.0-rc1 for git v2.35.0 l10n round 2.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2022-01-17 08:32:09 +08:00
Alexander Shopov
c8464a3df9
l10n: bg.po: Updated Bulgarian translation (5195t)
...
Signed-off-by: Alexander Shopov <ash@kambanaria.org>
2022-01-16 10:51:37 +01:00
Fangyi Zhou
65387fd5eb
l10n: zh_CN: v2.35.0 round 1
...
- Translate new messages
- Translate the word 'cone' instead of leaving it verbatim
(in the context of sparse checkout)
- Make translations of 'failed to' consistent
Signed-off-by: Fangyi Zhou <me@fangyi.io>
Reviewed-by: Teng Long <dyroneteng@gmail.com>
Reviewed-by: 依云 <lilydjwg@gmail.com>
Reviewed-by: Jiang Xin <worldhello.net@gmail.com>
2022-01-13 13:15:04 +00:00
Jiang Xin
14a38adf53
Merge branch 'fr_2.35.0_rnd1' of github.com:jnavila/git
...
* 'fr_2.35.0_rnd1' of github.com:jnavila/git:
l10n: fr: v2.35.0 round 1
2022-01-13 09:11:17 +08:00
Jean-Noël Avila
e1e1de0c6d
l10n: fr: v2.35.0 round 1
...
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
2022-01-12 21:14:45 +01:00
Yi-Jyun Pan
cb57f25021
l10n: zh_TW: v2.35.0 round 1 (1 fuzzy)
...
Signed-off-by: Yi-Jyun Pan <pan93412@gmail.com>
2022-01-13 01:10:46 +08:00
Bagas Sanjaya
4b1fd48874
l10n: po-id for 2.35 (round 1)
...
Update following components:
* apply.c
* branch.c
* builtin/add.c
* builtin/am.c
* builtin/fetch.c
* builtin/ls-files.c
* builtin/stash.c
Translate following new components:
* archive-tar.c
* archive-zip.c
Also clean up obsolete translations.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
2022-01-12 18:16:47 +07:00
Jiang Xin
38ad274f94
Merge branch 'master' of github.com:nafmo/git-l10n-sv
...
* 'master' of github.com:nafmo/git-l10n-sv:
l10n: sv.po: Update Swedish translation (5196t0f0u)
l10n: sv.po: Fix typo
2022-01-12 13:46:21 +08:00
Peter Krefting
05b345af64
l10n: sv.po: Update Swedish translation (5196t0f0u)
...
Includes extra translation for branch.c:313 which has an
upstream whitespace error that is expected to be fixed.
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
2022-01-11 16:36:26 +01:00
Peter Krefting
f91e43e2cd
l10n: sv.po: Fix typo
...
Suggested-by: Anders Jonsson <anders.jonsson@norsjovallen.se>
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
2022-01-11 15:52:57 +01:00
Emir SARI
59b1ff19f0
l10n: tr: v2.35.0 round 1
...
Signed-off-by: Emir SARI <emir_sari@icloud.com>
2022-01-11 13:08:26 +03:00
Jiang Xin
79aed79241
l10n: git.pot: v2.35.0 round 1 (126 new, 142 removed)
...
Generate po/git.pot from v2.35.0-rc0 for git v2.35.0 l10n round 1.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2022-01-11 09:52:27 +08:00
Josh Steadmon
786eb1ba39
l10n: README: call more attention to plural strings
...
In po/README.md, we point core developers to gettext's "Preparing
Strings" documentation for advice on marking strings for translation.
However, this doc doesn't really discuss the issues around plural form
translation, which can make it seem that nothing special needs to be
done in this case.
Add a specific callout here about marking plural-form strings so that
the advice later on in the README is not overlooked.
Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-12-21 12:55:28 -08:00
Arusekk
cae3877e72
l10n: pl: 2.34.0 round 3
...
Signed-off-by: Arusekk <arek_koz@o2.pl>
2021-11-14 15:19:23 +01:00
Jiang Xin
5a0724ad3e
l10n: it: fix typos found by git-po-helper
...
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2021-11-14 19:40:41 +08:00
Jiang Xin
4e13fcc213
l10n: ko: fix typos found by git-po-helper
...
When checking typos in file "po/ko.po", "git-po-helper" reports lots of
false positives because there are no spaces between ASCII and Korean
characters. After applied commit adee197 "(dict: add smudge table for
Korean language, 2021-11-11)" of "git-l10n/git-po-helper" to suppress
these false positives, some easy-to-fix typos are found and fixed.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2021-11-14 10:01:38 +08:00
Jordi Mas
1293313003
l10n: Update Catalan translation
...
Signed-off-by: Jordi Mas <jmas@softcatala.org>
2021-11-13 16:35:53 +01:00
Jiang Xin
1371836157
Merge branch 'po-id' of github.com:bagasme/git-po
...
* 'po-id' of github.com:bagasme/git-po:
l10n: po-id for 2.34 (round 3)
2021-11-13 14:42:30 +08:00
Bagas Sanjaya
d1dad7d765
l10n: po-id for 2.34 (round 3)
...
- Translate following new components:
* merge.c
* rebase-interactive.c
* rebase.c
* midx.c
- Clean up obsolete translations
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
2021-11-13 12:28:29 +07:00
Jiang Xin
95d85f4884
Merge branch 'master' of github.com:ruester/git-po-de
...
* 'master' of github.com:ruester/git-po-de:
l10n: de.po: Update German translation for Git v2.34.0
2021-11-13 09:27:58 +08:00
Alexander Shopov
5f93836143
l10n: bg.po: Updated Bulgarian translation (5211t)
...
Signed-off-by: Alexander Shopov <ash@kambanaria.org>
2021-11-12 19:24:16 +01:00
Matthias Rüster
db92cdb5c8
l10n: de.po: Update German translation for Git v2.34.0
...
Signed-off-by: Matthias Rüster <matthias.ruester@gmail.com>
Reviewed-by: Ralf Thielow <ralf.thielow@gmail.com>
Reviewed-by: Phillip Szelat <phillip.szelat@gmail.com>
2021-11-12 17:01:25 +01:00
Peter Krefting
f29b823c3a
l10n: sv.po: Update Swedish translation (5211t0f0)
...
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
2021-11-11 23:22:48 +01:00
Tran Ngoc Quan
143b963b60
l10n: vi(5211t): Translation for v2.34.0 rd3
...
Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com>
2021-11-11 13:19:34 +07:00
Jiang Xin
2b98abce71
Merge branch 'l10n/zh_TW/211111' of github.com:l10n-tw/git-po
...
* 'l10n/zh_TW/211111' of github.com:l10n-tw/git-po:
l10n: zh_TW.po: v2.34.0 round 3 (0 untranslated)
2021-11-11 08:28:26 +08:00
Jiang Xin
f35f25083e
Merge branch 'fr_v2.34.0_rnd3' of github.com:jnavila/git
...
* 'fr_v2.34.0_rnd3' of github.com:jnavila/git:
l10n: fr: v2.34.0 rnd 3
2021-11-11 08:27:49 +08:00
Jiang Xin
1ffc3588fd
Merge branch 'tr-2-34-r3' of github.com:bitigchi/git-po
...
* 'tr-2-34-r3' of github.com:bitigchi/git-po:
l10n: tr: v2.34.0 round 3
2021-11-11 08:26:54 +08:00
Yi-Jyun Pan
569a03f24b
l10n: zh_TW.po: v2.34.0 round 3 (0 untranslated)
...
Signed-off-by: Yi-Jyun Pan <pan93412@gmail.com>
2021-11-11 06:43:41 +08:00
Jean-Noël Avila
bbb7d710ea
l10n: fr: v2.34.0 rnd 3
...
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
2021-11-10 22:01:57 +01:00
Emir Sarı
e9f197e057
l10n: tr: v2.34.0 round 3
...
Signed-off-by: Emir Sarı <bitigchi@me.com>
2021-11-10 21:21:28 +03:00
Fangyi Zhou
ffa14514a9
l10n: zh_CN: v2.34.0 round 3
...
Signed-off-by: Fangyi Zhou <me@fangyi.io>
2021-11-10 12:33:51 +00:00
Jiang Xin
bc9adb42cb
Merge branch 'master' of github.com:alshopov/git-po
...
* 'master' of github.com:alshopov/git-po:
l10n: bg.po: Updated Bulgarian translation (5210t)
2021-11-10 10:18:44 +08:00
Jiang Xin
d83443820f
l10n: git.pot: v2.34.0 round 3 (1 new)
...
Generate po/git.pot from v2.34.0-rc2 for git v2.34.0 l10n round 3.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2021-11-10 08:56:22 +08:00
Arusekk
ed7fe7be52
l10n: pl: 2.34.0 round 2
...
Signed-off-by: Arusekk <arek_koz@o2.pl>
2021-11-09 14:59:51 +01:00
Tran Ngoc Quan
d3600a1ad7
l10n: vi(5210t): Translation for v2.34.0 rd2
...
Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com>
2021-11-08 09:02:58 +07:00
Christopher Diaz Riveros
09fb894a5f
l10n: es: 2.34.0 round 2
...
Signed-off-by: Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>
Signed-off-by: Omar Olivares <omar@olivares.cl>
Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
2021-11-07 19:13:01 -05:00
Jordi Mas
fa800afe59
l10n: Update Catalan translation
...
Signed-off-by: Jordi Mas <jmas@softcatala.org>
2021-11-06 13:43:08 +01:00
Alexander Shopov
ed5fa68872
l10n: bg.po: Updated Bulgarian translation (5210t)
...
Signed-off-by: Alexander Shopov <ash@kambanaria.org>
2021-11-06 12:17:35 +01:00
Jiang Xin
1b372d1ccb
Merge branch 'pt-PT' of github.com:git-l10n-pt-PT/git-po
...
* 'pt-PT' of github.com:git-l10n-pt-PT/git-po:
l10n: pt_PT: cleaning duplicate translations (#2 )
2021-11-06 12:32:08 +08:00
Jiang Xin
26274f24db
Merge branch 'l10n/zh_TW/211104' of github.com:l10n-tw/git-po
...
* 'l10n/zh_TW/211104' of github.com:l10n-tw/git-po:
l10n: zh_TW.po: v2.34.0 round 2 (0 untranslated)
2021-11-06 12:16:02 +08:00
Jean-Noël Avila
3a7746a66e
l10n: fr: v2.34.0 round 2
...
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
2021-11-05 20:41:17 +01:00
Jiang Xin
e1d1c94364
Merge branch 'po-id' of github.com:bagasme/git-po
...
* 'po-id' of github.com:bagasme/git-po:
l10n: po-id for 2.34 (round 2)
2021-11-05 19:48:09 +08:00
Bagas Sanjaya
3411fa0f0f
l10n: po-id for 2.34 (round 2)
...
Translate following new components:
* gpg-interface.c
* send-pack.c
* fetch-pack.c
* upload-pack.c
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
2021-11-05 16:50:31 +07:00
pan93412
048a41db4d
l10n: zh_TW.po: v2.34.0 round 2 (0 untranslated)
...
Signed-off-by: pan93412 <pan93412@gmail.com>
2021-11-05 12:46:52 +08:00
Jiang Xin
d42b4ce5a0
Merge branch 'master' of github.com:nafmo/git-l10n-sv
...
* 'master' of github.com:nafmo/git-l10n-sv:
l10n: sv.po: Update Swedish translation (5210t0f0u)
2021-11-05 08:18:57 +08:00
Jiang Xin
02f2875d3b
Merge branch 'fz/po-zh_CN' of github.com:fangyi-zhou/git-po
...
* 'fz/po-zh_CN' of github.com:fangyi-zhou/git-po:
l10n: zh_CN: 2.34.0 Round 2
2021-11-05 08:17:50 +08:00
Peter Krefting
f776897d4f
l10n: sv.po: Update Swedish translation (5210t0f0u)
...
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
2021-11-04 20:44:36 +01:00
Fangyi Zhou
84bf71eae7
l10n: zh_CN: 2.34.0 Round 2
...
Signed-off-by: Fangyi Zhou <me@fangyi.io>
2021-11-04 11:02:05 +00:00
Emir Sarı
e4fa191d02
l10n: tr: v2.34.0 round 2
...
Signed-off-by: Emir Sarı <bitigchi@me.com>
2021-11-04 13:19:12 +03:00
Jiang Xin
492288c70a
l10n: git.pot: v2.34.0 round 2 (3 new, 3 removed)
...
Generate po/git.pot from v2.34.0-rc1 for git v2.34.0 l10n round 2.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2021-11-04 08:35:51 +08:00
Jiang Xin
66e6babac6
Merge branch 'fz/po-zh_CN' of github.com:fangyi-zhou/git-po
...
* 'fz/po-zh_CN' of github.com:fangyi-zhou/git-po:
l10n: zh-CN: v2.34.0 round 1
2021-11-04 08:23:26 +08:00
Arusekk
6b53a80441
l10n: pl: Update translation
...
Signed-off-by: Arusekk <arek_koz@o2.pl>
2021-11-03 16:05:00 +01:00
Fangyi Zhou
7e6630a76d
l10n: zh-CN: v2.34.0 round 1
...
Reviewed-by: 依云 <lilydjwg@gmail.com>
Reviewed-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Fangyi Zhou <me@fangyi.io>
2021-11-02 18:04:10 +00:00
Daniel Santos
42b297fe8c
l10n: pt_PT: cleaning duplicate translations ( #2 )
...
* cleaning duplicate incorrect translations part 2
* update translation table
* unfuzzy all entries
* typos check in git commands and git flags
* random line translations
* updating all phrases #1
Signed-off-by: Daniel Santos <daniel@brilhante.top>
2021-11-01 15:53:00 +00:00
Bagas Sanjaya
c0a8212802
l10n: po-id for 2.34 (round 1)
...
Update following components:
* add-interactive.c
* add-patch.c
* diff.c
* gc.c
* builtin/bisect--helper.c
* builtin/commit.c
* builtin/fetch.c
* builtin/merge.c
* builtin/rebase.c
* builtin/pull.c
* builtin/push.c
* builtin/submodule--helper.c
Translate following new components:
* apply.c
* bundle.c
* git.c
* git-send-email.perl
* rerere.c
* builtin/am.c
* builtin/apply.c
* builtin/archive.c
* builtin/bundle.c
* builtin/cat-file.c
* builtin/commit-tree.c
* builtin/count-objects.c
* builtin/difftool.c
* builtin/fast-export.c
* builtin/fast-import.c
* builtin/fetch-pack.c
* builtin/fsck.c
* builtin/gc.c
* builtin/hash-object.c
* builtin/ls-files.c
* builtin/ls-remote.c
* builtin/ls-tree.c
* builtin/read-tree.c
* builtin/receive-pack.c
* builtin/reflog.c
* builtin/repack.c
* builtin/rev-list.c
* builtin/rev-parse.c
* builtin/send-pack.c
* builtin/symbolic-ref.c
* builtin/update-index.c
* builtin/update-ref.c
* builtin/upload-pack.c
* builtin/verify-pack.c
* builtin/verify-commit.c
* builtin/verify-tag.c
* builtin/write-tree.c
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
2021-11-01 17:58:04 +07:00
Jiang Xin
235233a394
Merge branch 'fr_2.34.0_rnd1' of github.com:jnavila/git
...
* 'fr_2.34.0_rnd1' of github.com:jnavila/git:
l10n: fr v2.34.0 rnd1
2021-11-01 09:49:18 +08:00
Jean-Noël Avila
d01af2568e
l10n: fr v2.34.0 rnd1
...
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
2021-10-31 17:48:23 +01:00
Emir Sarı
5650c37365
l10n: tr: v2.34.0 round 1
...
Signed-off-by: Emir Sarı <bitigchi@me.com>
2021-10-30 21:07:51 +03:00
Jordi Mas
d00296a8bf
l10n: Update Catalan translation
...
Signed-off-by: Jordi Mas <jmas@softcatala.org>
2021-10-30 09:54:25 +02:00
Jiang Xin
1f511a9b56
l10n: git.pot: v2.34.0 round 1 (134 new, 154 removed)
...
Generate po/git.pot from v2.34.0-rc0 for git v2.34.0 l10n round 1.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2021-10-30 09:37:04 +08:00
Jiang Xin
6643503722
Merge branch 'master' of github.com:nafmo/git-l10n-sv
...
* 'master' of github.com:nafmo/git-l10n-sv:
l10n: sv.po: Fix git-po-helper breakage
2021-08-24 21:43:18 +08:00