diff locale/zh_TW.po @ 7209:c1227f883177

Implement password hash testing using new roundup-admin perftest. Add new anypy/time_.py to provide a suitable definition for perf_counter for python2 or 3. Also update examples in upgrading.txt, man page, new translatable strings in locale.
author John Rouillard <rouilj@ieee.org>
date Fri, 03 Mar 2023 17:37:44 -0500
parents ccb0e566e0be
children 6ebc9f6f5d8e
line wrap: on
line diff
--- a/locale/zh_TW.po	Fri Mar 03 14:31:29 2023 -0500
+++ b/locale/zh_TW.po	Fri Mar 03 17:37:44 2023 -0500
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Roundup 2.3.0\n"
 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2023-03-01 12:54-0500\n"
+"POT-Creation-Date: 2023-03-03 17:28-0500\n"
 "PO-Revision-Date: 2013-10-31 12:23+0100\n"
 "Last-Translator: Fred Lin <gasolin@gmail>\n"
 "Language-Team: Chinese Traditional <gasolin@gmail.com>\n"
@@ -1158,42 +1158,78 @@
 msgstr ""
 
 #: ../roundup/admin.py:1742
-#, fuzzy
-msgid "Tracker updated"
-msgstr "Tracker根目錄"
-
-#: ../roundup/admin.py:1745
-msgid "No migration action required"
-msgstr ""
-
-#: ../roundup/admin.py:1771
+#, python-format
+msgid "Tracker updated to schema version %s."
+msgstr ""
+
+#: ../roundup/admin.py:1746
+#, python-format
+msgid "No migration action required. At schema version %s."
+msgstr ""
+
+#: ../roundup/admin.py:1751
+msgid ""
+"Usage: perftest [mode] [arguments]*\n"
+"\n"
+"        Time operations in Roundup. Supported arguments:\n"
+"\n"
+"            [password] [rounds=<integer>] [scheme=<scheme>]\n"
+"\n"
+"        'password' is the default mode.  The tracker's config.ini\n"
+"        setting for 'password_pbkdf2_default_rounds' is the default\n"
+"        value for 'rounds'. On the command line, 'rounds' can include\n"
+"        thousands separator of ',' or '.'.  'scheme' is the default\n"
+"        coded into Roundup. List supported schemes by using 'scheme='.\n"
+"\n"
+"        "
+msgstr ""
+
+#: ../roundup/admin.py:1785
+msgid "Invalid 'rounds'. Must be larger than 999."
+msgstr ""
+
+#: ../roundup/admin.py:1789
+#, python-format
+msgid "Invalid 'rounds'. It must be an integer not: %s"
+msgstr ""
+
+#: ../roundup/admin.py:1816
+msgid "scheme does not support rounds."
+msgstr ""
+
+#: ../roundup/admin.py:1819
+#, python-format
+msgid "Hash time: %(time)0.9f seconds, scheme: %(scheme)s, rounds: %(rounds)s"
+msgstr ""
+
+#: ../roundup/admin.py:1847
 #, python-format
 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)"
 msgstr "未知命令 \"%(command)s\" (\"help commands\" 查看命令列表)"
 
-#: ../roundup/admin.py:1777
+#: ../roundup/admin.py:1853
 #, python-format
 msgid "Multiple commands match \"%(command)s\": %(list)s"
 msgstr "多命令匹配 \"%(command)s\": %(list)s"
 
-#: ../roundup/admin.py:1786
+#: ../roundup/admin.py:1862
 msgid "Enter tracker home: "
 msgstr "輸入tracker起始目錄:"
 
 # ../roundup/admin.py:1279 :1285 :1305
-#: ../roundup/admin.py:1795 ../roundup/admin.py:1801 ../roundup/admin.py:1838
-#: ../roundup/admin.py:1795:1801:1838
+#: ../roundup/admin.py:1871 ../roundup/admin.py:1877 ../roundup/admin.py:1914
+#: ../roundup/admin.py:1871:1877:1914
 #, python-format
 msgid "Error: %(message)s"
 msgstr "錯誤:%(message)s"
 
-#: ../roundup/admin.py:1811 ../roundup/admin.py:1815
-#: ../roundup/admin.py:1811:1815
+#: ../roundup/admin.py:1887 ../roundup/admin.py:1891
+#: ../roundup/admin.py:1887:1891
 #, python-format
 msgid "Error: Couldn't open tracker: %(message)s"
 msgstr "錯誤:不能打開tracker:%(message)s"
 
-#: ../roundup/admin.py:1851
+#: ../roundup/admin.py:1927
 #, python-format
 msgid ""
 "Roundup %s ready for input.\n"
@@ -1202,15 +1238,15 @@
 "Roundup %s 輸入就緒。\n"
 "敲入 \"help\" 獲得說明。"
 
-#: ../roundup/admin.py:1856
+#: ../roundup/admin.py:1932
 msgid "Note: command history and editing not available"
 msgstr "注意:命令歷史和編輯無效"
 
-#: ../roundup/admin.py:1862
+#: ../roundup/admin.py:1938
 msgid "exit..."
 msgstr "退出..."
 
-#: ../roundup/admin.py:1875
+#: ../roundup/admin.py:1951
 msgid "There are unsaved changes. Commit them (y/N)? "
 msgstr "存在未被保存的改動。提交嗎(y/N)?"
 
@@ -5373,6 +5409,10 @@
 msgstr "登錄口令"
 
 #, fuzzy
+#~ msgid "Tracker updated"
+#~ msgstr "Tracker根目錄"
+
+#, fuzzy
 #~ msgid ""
 #~ "Usage: %(program)s [-v] [-c class] [[-C class] -S field=value]* [instance "
 #~ "home] [mail source [specification]]\n"

Roundup Issue Tracker: http://roundup-tracker.org/