mirror of https://github.com/snachodog/mybuddy.git
742 fix sleep zh trans (#752)
* Chinese translation - 喂食 -> 睡眠 * fix translations on the dashboard screen
This commit is contained in:
parent
27d4a9e98d
commit
420e9d6848
|
@ -1884,7 +1884,7 @@ msgstr[0] "前 %(n)s 次喂食"
|
|||
|
||||
#: dashboard/templates/cards/feeding_recent.html:6
|
||||
msgid "Recent Feedings"
|
||||
msgstr ""
|
||||
msgstr "近期喂食"
|
||||
|
||||
#: dashboard/templates/cards/feeding_recent.html:25
|
||||
#, python-format
|
||||
|
@ -1918,13 +1918,13 @@ msgstr[0] "%(count)s 小睡"
|
|||
|
||||
#: dashboard/templates/cards/sleep_recent.html:6
|
||||
msgid "Recent Sleep"
|
||||
msgstr "上一次睡眠"
|
||||
msgstr "近期睡眠"
|
||||
|
||||
#: dashboard/templates/cards/sleep_recent.html:25
|
||||
#, python-format
|
||||
msgid "%(counter)s sleep"
|
||||
msgid_plural "%(counter)s sleeps"
|
||||
msgstr[0] "%(counter)s 次喂食"
|
||||
msgstr[0] "%(counter)s 次睡眠"
|
||||
|
||||
#: dashboard/templates/cards/statistics.html:7
|
||||
msgid "Statistics"
|
||||
|
@ -1942,7 +1942,7 @@ msgstr "还没有数据"
|
|||
#, python-format
|
||||
msgid "%(count)s timer"
|
||||
msgid_plural "%(count)s timers"
|
||||
msgstr[0] ""
|
||||
msgstr[0] "%(count)s个计时器"
|
||||
|
||||
#: dashboard/templates/cards/timer_list.html:27
|
||||
#, python-format
|
||||
|
|
Loading…
Reference in New Issue