gnucash-htdocs beta: Multiple changes pushed
Frank H.Ellenberger
fell at code.gnucash.org
Tue Mar 5 08:00:52 EST 2024
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/6da72b1d (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/7d9beedb (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/3a420669 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/10e19673 (commit)
commit 6da72b1d0535062764b42a34fb76ee9b92f48976
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Tue Mar 5 13:55:59 2024 +0100
make zh_TW
diff --git a/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo b/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo
index 07460df..091c847 100644
Binary files a/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo and b/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo differ
commit 7d9beedb047c4816413639ed1ebbdd60acee3631
Author: Jeff Huang <s8321414 at gmail.com>
Date: Mon Mar 4 05:01:58 2024 +0100
Translation update by Jeff Huang <s8321414 at gmail.com> using Weblate
po/zh_TW.po: 100.0% (341 of 341 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Website (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/zh_Hant/
Co-authored-by: Jeff Huang <s8321414 at gmail.com>
diff --git a/po/zh_TW.po b/po/zh_TW.po
index e8751a8..018bc72 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the GnuCash package.
# Kuang-che Wu <kcwu at csie.org>, 2011-2012.
# 峡州仙士 <c at cjh0613.com>, 2021.
-# Jeff Huang <s8321414 at gmail.com>, 2021.
+# Jeff Huang <s8321414 at gmail.com>, 2021, 2024.
# Brian Hsu <brianhsu.hsu at gmail.com>, 2023.
msgid ""
msgstr ""
"Project-Id-Version: gnucash-htdocs r22051\n"
-"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist.cgi?"
-"component=Translations&product=Website&resolution=---\n"
+"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
+"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2023-09-26 05:30+0200\n"
-"PO-Revision-Date: 2023-07-02 02:47+0000\n"
-"Last-Translator: Brian Hsu <brianhsu.hsu at gmail.com>\n"
+"PO-Revision-Date: 2024-03-04 04:01+0000\n"
+"Last-Translator: Jeff Huang <s8321414 at gmail.com>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
"gnucash/website/zh_Hant/>\n"
"Language: zh_TW\n"
@@ -20,7 +20,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.5-dev\n"
#: 2.6-release-tour.phtml:3
msgid "GnuCash 2.6 release tour"
@@ -480,20 +480,15 @@ msgid "channel"
msgstr "é »é“"
#: docs.phtml:52
-#, fuzzy
-#| msgid ""
-#| "<span class=\"gnucash\">GnuCash</span>'s documentation has been created "
-#| "by its community. See the <a href=\"develdocs.phtml\">Writing "
-#| "Documentation page</a> if you are interested in contributing to this "
-#| "effort."
msgid ""
"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
"its community. See the <a href=\"https://wiki.gnucash.org/wiki/"
"Documentation_Improvement\">Documentation Improvement wiki page</a> if you "
"are interested in contributing to this effort."
msgstr ""
-"<span class=\"gnucash\">GnuCash</span> 的文件是由社群所撰寫。若您有興趣åƒèˆ‡çš„"
-"話,請åƒç…§ã€Œ<a href=\"develdocs.phtml\">撰寫文件</a>ã€é é¢ã€‚"
+"<span class=\"gnucash\">GnuCash</span> "
+"的文件是由社群所撰寫。若您有興趣åƒèˆ‡çš„話,請åƒç…§<a href=\"https://wiki."
+"gnucash.org/wiki/Documentation_Improvement\">改善文件 wiki é é¢</a>。"
#: docs.phtml:57
msgid "(current stable release)"
@@ -549,7 +544,7 @@ msgstr "æ•™å¸èˆ‡è§€å¿µæŒ‡å—"
#: docs.phtml:118 docs.phtml:395
msgid "Chinese (simplified)"
-msgstr ""
+msgstr "ç°¡é«”ä¸æ–‡"
#: docs.phtml:162 docs.phtml:296 docs.phtml:439 docs.phtml:601 docs.phtml:649
msgid "Japanese"
commit 3a42066903a373ef021d56d41bfe6cc863bc20ab
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Feb 20 21:42:33 2024 -0800
Replace gnucash-5.5.setup.exe with gnucash-5.5-1.setup.exe.
diff --git a/externals/global_params.php b/externals/global_params.php
index 56ddb43..9d662fa 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -12,7 +12,7 @@
$latest_stable = $major_stable.".".$minor_stable;
//$latest_stable_win = $latest_stable;
- $latest_stable_win = $latest_stable."";
+ $latest_stable_win = $latest_stable."-1";
$latest_stable_mac_intel = $latest_stable."-1";
// Change this when there has been a re-tag to add the re-tag letter,
// e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".
diff --git a/news/231217-5.5.news b/news/231217-5.5.news
index bd26a09..a896af3 100644
--- a/news/231217-5.5.news
+++ b/news/231217-5.5.news
@@ -84,7 +84,7 @@
<ul>
<li><code>b4daf67bb892b706323f62e9fa97242039d7dd0a2e1e10771e0c25817dd0ed3b</code> gnucash-5.5.tar.bz2</li>
<li><code>73d2c367f7f1c2da045ce08cb7dfc619e43002ac1e17bb708e3287edff96ae47</code> gnucash-5.5.tar.gz</li>
- <li><code>720a60dca57e4199f28b5449158ddc89e62012f042a62c43b16c569fa0890275</code> gnucash-5.5.setup.exe</li>
+ <li><code>ca0fc0c79f378a3bc5cf767fe83bc5d073ae617bb1907443b41b470dbb5be7ea</code> gnucash-5.5-1.setup.exe</li>
<li><code>a27ab3dd3ada69456cb8033473f7bab5ae5874a4880416672d9b4fd2e1c26408</code> Gnucash-Intel-5.5-1.dmg</li>
<li><code>93560f55d9305aef45525cf7e7143b72503365c353840dfaaa382d9dfb97c8ab</code> gnucash-docs-5.5.tar.gz</li>
</ul>
Summary of changes:
externals/global_params.php | 2 +-
locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo | Bin 63313 -> 63839 bytes
news/231217-5.5.news | 2 +-
po/zh_TW.po | 25 ++++++++++---------------
4 files changed, 12 insertions(+), 17 deletions(-)
More information about the gnucash-changes
mailing list