translate "Platform: %s" to zh_CN

This commit is contained in:
SwimmingTiger 2020-11-29 23:13:51 +08:00 committed by Mathieu Comandon
parent b5d90f705b
commit 3f04dc724c
2 changed files with 12 additions and 3 deletions

View file

@ -130,7 +130,7 @@ class GameBar(Gtk.Fixed):
platform_label.set_alignment(0, 0.5)
platform = gtk_safe(self.game.platform)
platform_label.set_tooltip_markup(platform)
platform_label.set_markup("Platform:\n<b>%s</b>" % platform)
platform_label.set_markup(_("Platform:\n<b>%s</b>") % platform)
platform_label.set_property("ellipsize", Pango.EllipsizeMode.END)
return platform_label

View file

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: lutris\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-29 11:37+0800\n"
"PO-Revision-Date: 2020-11-29 11:36+0800\n"
"POT-Creation-Date: 2020-11-29 23:12+0800\n"
"PO-Revision-Date: 2020-11-29 23:12+0800\n"
"Last-Translator: SwimmingTiger\n"
"Language-Team: \n"
"Language: zh_CN\n"
@ -1172,6 +1172,15 @@ msgstr "下载中断"
msgid "{downloaded:0.2f} / {size:0.2f}MB ({speed:0.2f}MB/s), {time} remaining"
msgstr "{downloaded:0.2f} / {size:0.2f}MB ({speed:0.2f}MB/s), 剩余时间: {time}"
#: lutris/gui/widgets/game_bar.py:133
#, python-format
msgid ""
"Platform:\n"
"<b>%s</b>"
msgstr ""
"平台:\n"
"<b>%s</b>"
#: lutris/gui/widgets/game_bar.py:140
#, python-format
msgid ""