5
0
mirror of git://git.proxmox.com/git/proxmox-i18n.git synced 2025-03-12 00:58:17 +03:00

321 Commits

Author SHA1 Message Date
Thomas Lamprecht
3539b19441 buildsys: use source package name derived build directory
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-16 18:09:00 +02:00
Thomas Lamprecht
0de4c3cabe buildsys: use full DEB_VERSION variable
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-16 18:09:00 +02:00
Thomas Lamprecht
3bee6f0e77 js generator: replace obsoleted Getopt::Std with Getopt::Long
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-09 09:22:16 +02:00
Thomas Lamprecht
6ad9f0ce25 js generator: perlcritic fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-09 09:13:19 +02:00
Thomas Lamprecht
2bcbc73300 js generator: move finding sources into method
less code directly executed in the global execution path makes the
sources a bit easier to grasp and reason about.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-09 09:01:18 +02:00
Thomas Lamprecht
7b7a7598c0 refresh message catalogue on current GUI git-repo state
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-09 08:53:51 +02:00
Thomas Lamprecht
16298befe6 js generator: avoid dependency on lipve-common-perl for just run_command
for this specific case it's simple enough to not require it

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-09 08:53:51 +02:00
Author: ribbon
fc46cb3a7c update Japanese translation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-02 15:34:32 +02:00
Thomas Lamprecht
55d94e5bc7 update gitignore file
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-17 14:13:24 +02:00
Thomas Lamprecht
78e560ba35 js generator: use word-boundary anchor in regex
to avoid some edge case false positives.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-17 14:12:31 +02:00
Thomas Lamprecht
052bd210b1 js generator: avoid doing two tests per line
combine the checks and make the second dependent from the former

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-17 14:12:31 +02:00
Thomas Lamprecht
d310270dc7 js generator: indentation and style fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-17 14:12:31 +02:00
Thomas Lamprecht
641582bd0b js generator: drop years from copyright
Not required by the Berne Convention, e.g., see curl's reasoning:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/

Reflow text to 100 cc.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-17 14:12:31 +02:00
Thomas Lamprecht
e6fbfe8bff js generator: improve use statements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-17 14:12:31 +02:00
Thomas Lamprecht
53973d4663 update French translation
Contributed-by: Davy Defaud <davy.defaud@free.fr>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-28 19:56:45 +02:00
Thomas Lamprecht
6d745bafa1 bump version to 2.12-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 16:00:18 +02:00
Thomas Lamprecht
dd77c0a755 de: fixup translation of chinese variants
kurz/lang zeichen are not widely known, use the actually common terms
here, used also by (most) other languages (en, nl, fr, ...)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 16:00:18 +02:00
Noel Ullreich
6f8b565863 add Dutch translation for language selection list
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:45:51 +02:00
Noel Ullreich
7268e20152 add French translation for language selection list
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:45:51 +02:00
Noel Ullreich
8b9c375e3b add Spanish translation for language selection list
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:45:51 +02:00
Noel Ullreich
adf33b6556 add German translation for language selection list
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:45:51 +02:00
Thomas Lamprecht
1524e1af3d buildsys: split to one language per line and sort
makes it slightly easier to work with it, if its deemed  to bloat the
makefile to much, we could move it to its separate linguas.mk or so

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:35:40 +02:00
Thomas Lamprecht
f4d1f533cb rerun Japanese PO file through msgmerge/cat for normalization
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:31:38 +02:00
ribbon
2ce181dfe9 update Japanese translation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:30:50 +02:00
Thomas Lamprecht
e535881b63 refresh Dutch translation base PO file
wasn't updated for 11 months as it contained a syntax error breaking
msgmerge/cat gettext tools

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-26 10:26:51 +02:00
Thomas Lamprecht
576aff28bd nl: fix syntax error
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-26 10:26:05 +02:00
Thomas Lamprecht
e5fb5ffc3f updated Simplified Chinese translation
Contributed-by: 天魔 <tianmotrue@163.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-26 10:24:09 +02:00
Thomas Lamprecht
2d68441e29 run make update
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-24 12:28:35 +01:00
Thomas Lamprecht
e9bbcc6bd7 run make update
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-23 11:15:20 +01:00
Thomas Lamprecht
5202fb57d2 re-run msgmerge for traditional Chinese translations
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-23 11:14:43 +01:00
Thomas Lamprecht
f133ff0de4 update traditional Chinese translations
Contributed-by: Jason Cheng <jason@jason.tool>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-23 11:14:05 +01:00
Thomas Lamprecht
c42dee89ce bump version to 2.11-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-22 14:18:25 +01:00
Alexandre Derumier
0e36c97f4b update french translation 2023-03-22 14:16:10 +01:00
Christian Ebner
2ade664f89 add/reword some italian translations
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2023-03-22 13:27:04 +01:00
Thomas Lamprecht
1af91450ba bump version to 2.10-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-21 18:14:29 +01:00
Thomas Lamprecht
b3814106a0 run make update
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-21 13:39:27 +01:00
Christian Ebner
c669874320 add some missing italian translations
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2023-03-21 13:35:17 +01:00
Lukas Wagner
bf777a7663 fix minor typo in German translation
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-03-21 12:33:08 +01:00
Lukas Wagner
c1ba9a7249 add missing german translations
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-03-21 12:33:05 +01:00
Lukas Wagner
fffe7cda5f minor stylistic touch-ups for the German translations
Mostly related to 'Leerzeichen in Komposita' [1]

[1] https://de.wikipedia.org/wiki/Leerzeichen_in_Komposita

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-03-21 12:33:01 +01:00
Moayad Almalat
99ee2f8208 update Arabic translations
Signed-off-by: Moayad Almalat <m.almalat@proxmox.com>
2023-03-21 10:51:03 +01:00
Thomas Lamprecht
894b9ebdae d/copyright: update years
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-20 21:05:10 +01:00
Thomas Lamprecht
8b0f7d5205 bump version to 2.9-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-20 20:50:20 +01:00
Thomas Lamprecht
a07f0f8e36 update German translation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-20 20:50:10 +01:00
Thomas Lamprecht
2a406da81e run make update
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-20 20:25:45 +01:00
Thomas Lamprecht
0ec48d955d rerun ru.po through msgmerge/cat for normalization
Normalizes mostly formatting and order to avoid that one thinks there
are changes with a future update, even if there ain't any.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-18 08:40:57 +01:00
Thomas Lamprecht
05831b1d67 update russian translation
Contributed-by:  Andrew Vasilyev <andy@basealt.ru>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-18 08:38:15 +01:00
Thomas Lamprecht
e96c5ab892 run make update
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-17 09:09:03 +01:00
Thomas Lamprecht
88001e0ec6 fr: fix copyright years
The forecasts for 20011 are still somewhat too prone to error..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-02 08:32:25 +01:00
Thomas Lamprecht
5500d66a6c bump version to 2.8-3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-02-28 10:31:01 +01:00