Add ngettext to the domain (#310)
* Update PO: add relative timestamps * make ngettext enter the domain This was a tricky one to solve…
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-11-02 23:03+0100\n"
|
||||
"POT-Creation-Date: 2024-11-05 14:01+0100\n"
|
||||
"PO-Revision-Date: 2024-01-28 19:06+0000\n"
|
||||
"Last-Translator: Float <float.hu+@gmail.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
|
||||
@@ -63,8 +63,8 @@ msgid "Edit Game Details"
|
||||
msgstr "编辑游戏详情"
|
||||
|
||||
#: data/page.kramo.Cartridges.metainfo.xml.in:52 data/gtk/help-overlay.blp:19
|
||||
#: data/gtk/window.blp:543 cartridges/details_dialog.py:276
|
||||
#: cartridges/importer/importer.py:320 cartridges/importer/importer.py:370
|
||||
#: data/gtk/window.blp:543 cartridges/details_dialog.py:279
|
||||
#: cartridges/importer/importer.py:319 cartridges/importer/importer.py:369
|
||||
msgid "Preferences"
|
||||
msgstr "偏好"
|
||||
|
||||
@@ -130,7 +130,7 @@ msgid "Keyboard Shortcuts"
|
||||
msgstr "键盘快捷键"
|
||||
|
||||
#: data/gtk/help-overlay.blp:29 cartridges/game.py:103
|
||||
#: cartridges/preferences.py:137 cartridges/importer/importer.py:387
|
||||
#: cartridges/preferences.py:137 cartridges/importer/importer.py:386
|
||||
msgid "Undo"
|
||||
msgstr "撤销"
|
||||
|
||||
@@ -466,31 +466,31 @@ msgstr "添加新游戏"
|
||||
msgid "Add"
|
||||
msgstr "添加"
|
||||
|
||||
#: cartridges/details_dialog.py:99
|
||||
#: cartridges/details_dialog.py:102
|
||||
msgid "Executables"
|
||||
msgstr "可执行文件"
|
||||
|
||||
#. Translate this string as you would translate "file"
|
||||
#: cartridges/details_dialog.py:114
|
||||
#: cartridges/details_dialog.py:117
|
||||
msgid "file.txt"
|
||||
msgstr "文件.txt"
|
||||
|
||||
#. As in software
|
||||
#: cartridges/details_dialog.py:116
|
||||
#: cartridges/details_dialog.py:119
|
||||
msgid "program"
|
||||
msgstr "程序"
|
||||
|
||||
#. Translate this string as you would translate "path to {}"
|
||||
#: cartridges/details_dialog.py:121 cartridges/details_dialog.py:123
|
||||
#: cartridges/details_dialog.py:124 cartridges/details_dialog.py:126
|
||||
msgid "C:\\path\\to\\{}"
|
||||
msgstr "C:\\路径\\到\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {}"
|
||||
#: cartridges/details_dialog.py:127 cartridges/details_dialog.py:129
|
||||
#: cartridges/details_dialog.py:130 cartridges/details_dialog.py:132
|
||||
msgid "/path/to/{}"
|
||||
msgstr "/path/to/{}"
|
||||
|
||||
#: cartridges/details_dialog.py:134
|
||||
#: cartridges/details_dialog.py:137
|
||||
msgid ""
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
@@ -512,19 +512,19 @@ msgstr ""
|
||||
"\n"
|
||||
"如果路径包含空格,请确保将其用双引号引起来!"
|
||||
|
||||
#: cartridges/details_dialog.py:176 cartridges/details_dialog.py:182
|
||||
#: cartridges/details_dialog.py:179 cartridges/details_dialog.py:185
|
||||
msgid "Couldn't Add Game"
|
||||
msgstr "无法添加游戏"
|
||||
|
||||
#: cartridges/details_dialog.py:176 cartridges/details_dialog.py:218
|
||||
#: cartridges/details_dialog.py:179 cartridges/details_dialog.py:221
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "游戏标题不能为空。"
|
||||
|
||||
#: cartridges/details_dialog.py:182 cartridges/details_dialog.py:226
|
||||
#: cartridges/details_dialog.py:185 cartridges/details_dialog.py:229
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "可执行文件不能为空。"
|
||||
|
||||
#: cartridges/details_dialog.py:217 cartridges/details_dialog.py:225
|
||||
#: cartridges/details_dialog.py:220 cartridges/details_dialog.py:228
|
||||
msgid "Couldn't Apply Preferences"
|
||||
msgstr "无法应用偏好设置"
|
||||
|
||||
@@ -538,12 +538,10 @@ msgid "{} unhidden"
|
||||
msgstr "{} 已取消隐藏"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#. The variable is the number of games removed. This comes after the text "{} games imported, ".
|
||||
#: cartridges/game.py:153 cartridges/importer/importer.py:384
|
||||
#: cartridges/game.py:153
|
||||
#, fuzzy
|
||||
msgid "{} removed"
|
||||
msgid_plural "{} removed"
|
||||
msgstr[0] "{} 已删除"
|
||||
msgstr "{} 已删除"
|
||||
|
||||
#: cartridges/preferences.py:136
|
||||
msgid "All games removed"
|
||||
@@ -570,7 +568,7 @@ msgstr "未找到安装程序"
|
||||
msgid "Select a valid directory"
|
||||
msgstr "选择一个有效的目录。"
|
||||
|
||||
#: cartridges/preferences.py:407 cartridges/importer/importer.py:318
|
||||
#: cartridges/preferences.py:407 cartridges/importer/importer.py:317
|
||||
msgid "Warning"
|
||||
msgstr "警告"
|
||||
|
||||
@@ -582,7 +580,7 @@ msgstr "无效的目录"
|
||||
msgid "Set Location"
|
||||
msgstr "设置位置"
|
||||
|
||||
#: cartridges/utils/create_dialog.py:33 cartridges/importer/importer.py:319
|
||||
#: cartridges/utils/create_dialog.py:33 cartridges/importer/importer.py:318
|
||||
msgid "Dismiss"
|
||||
msgstr "不考虑"
|
||||
|
||||
@@ -612,25 +610,32 @@ msgstr ""
|
||||
msgid "Last Year"
|
||||
msgstr "最后玩过的"
|
||||
|
||||
#: cartridges/importer/importer.py:145
|
||||
#: cartridges/importer/importer.py:144
|
||||
msgid "Importing Games…"
|
||||
msgstr "正在导入游戏…"
|
||||
|
||||
#: cartridges/importer/importer.py:338
|
||||
#: cartridges/importer/importer.py:337
|
||||
msgid "The following errors occured during import:"
|
||||
msgstr "导入过程中出现以下错误:"
|
||||
|
||||
#: cartridges/importer/importer.py:367
|
||||
#: cartridges/importer/importer.py:366
|
||||
msgid "No new games found"
|
||||
msgstr "没有发现新游戏"
|
||||
|
||||
#. The variable is the number of games imported
|
||||
#: cartridges/importer/importer.py:380
|
||||
#. The variable is the number of games.
|
||||
#: cartridges/importer/importer.py:379
|
||||
#, fuzzy
|
||||
msgid "{} game imported"
|
||||
msgid_plural "{} games imported"
|
||||
msgstr[0] "导入了 {} 个游戏"
|
||||
|
||||
#. The variable is the number of games. This text comes after "{0} games imported".
|
||||
#: cartridges/importer/importer.py:383
|
||||
#, fuzzy
|
||||
msgid ", {} removed"
|
||||
msgid_plural ", {} removed"
|
||||
msgstr[0] "{} 已删除"
|
||||
|
||||
#. The variable is the name of the source
|
||||
#: cartridges/importer/location.py:34
|
||||
msgid "Select the {} cache directory."
|
||||
|
||||
Reference in New Issue
Block a user