translation and dateparser fix
This commit is contained in:
parent
2f0496d0a3
commit
bfb7f1536b
@ -164,7 +164,7 @@ class DateParserCZ(DateParser):
|
|||||||
|
|
||||||
quality_to_int = {
|
quality_to_int = {
|
||||||
'přibližně' : Date.QUAL_ESTIMATED,
|
'přibližně' : Date.QUAL_ESTIMATED,
|
||||||
'odhadované' : Date.QUAL_ESTIMATED,
|
'odhadem' : Date.QUAL_ESTIMATED,
|
||||||
'odh.' : Date.QUAL_ESTIMATED,
|
'odh.' : Date.QUAL_ESTIMATED,
|
||||||
'vypočteno' : Date.QUAL_CALCULATED,
|
'vypočteno' : Date.QUAL_CALCULATED,
|
||||||
'vypočtené' : Date.QUAL_CALCULATED,
|
'vypočtené' : Date.QUAL_CALCULATED,
|
||||||
|
4
po/cs.po
4
po/cs.po
@ -2516,7 +2516,7 @@ msgstr "kolem "
|
|||||||
|
|
||||||
#: ../gramps/gen/datehandler/_datestrings.py:220
|
#: ../gramps/gen/datehandler/_datestrings.py:220
|
||||||
msgid "date quality|estimated "
|
msgid "date quality|estimated "
|
||||||
msgstr "přibližně "
|
msgstr "odhadem "
|
||||||
|
|
||||||
#: ../gramps/gen/datehandler/_datestrings.py:221
|
#: ../gramps/gen/datehandler/_datestrings.py:221
|
||||||
msgid "date quality|calculated "
|
msgid "date quality|calculated "
|
||||||
@ -6132,7 +6132,7 @@ msgstr "vypočítaný"
|
|||||||
|
|
||||||
#: ../gramps/gen/lib/date.py:1820
|
#: ../gramps/gen/lib/date.py:1820
|
||||||
msgid "estimated"
|
msgid "estimated"
|
||||||
msgstr "odhadovaný"
|
msgstr "odhadem"
|
||||||
|
|
||||||
#: ../gramps/gen/lib/date.py:1834 ../gramps/plugins/lib/libsubstkeyword.py:315
|
#: ../gramps/gen/lib/date.py:1834 ../gramps/plugins/lib/libsubstkeyword.py:315
|
||||||
msgid "about"
|
msgid "about"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user