diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-01 11:25:51 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-01 12:19:13 +0000 |
| commit | b7286c5e0e9c0f92b648f690ca03abac3243e978 (patch) | |
| tree | 38fb64cb6f581e0c7e30f3cac854d3e49f0220a4 /resources/lang/zh-Hant/messages.po | |
| parent | d317537993dcb8a16223777d74c403c790b35750 (diff) | |
| download | webtrees-b7286c5e0e9c0f92b648f690ca03abac3243e978.tar.gz webtrees-b7286c5e0e9c0f92b648f690ca03abac3243e978.tar.bz2 webtrees-b7286c5e0e9c0f92b648f690ca03abac3243e978.zip | |
Fix: #3751 - Wrong I18N hints for ADRn tags
Diffstat (limited to 'resources/lang/zh-Hant/messages.po')
| -rw-r--r-- | resources/lang/zh-Hant/messages.po | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/lang/zh-Hant/messages.po b/resources/lang/zh-Hant/messages.po index c473a5ee42..443addc0f9 100644 --- a/resources/lang/zh-Hant/messages.po +++ b/resources/lang/zh-Hant/messages.po @@ -1595,23 +1595,23 @@ msgstr "添加日記或新聞" msgid "Address" msgstr "詳細地址" -# I18N: gedcom tag ADD1 -#. I18N: gedcom tag ADD1 +# I18N: gedcom tag ADR1 +#. I18N: gedcom tag ADR1 #: app/Factories/ElementFactory.php:248 app/Factories/ElementFactory.php:361 #: app/Factories/ElementFactory.php:381 app/Factories/ElementFactory.php:643 #: app/Factories/ElementFactory.php:690 app/GedcomTag.php:430 msgid "Address line 1" msgstr "地址一" -# I18N: gedcom tag ADD2 -#. I18N: gedcom tag ADD2 +# I18N: gedcom tag ADR2 +#. I18N: gedcom tag ADR2 #: app/Factories/ElementFactory.php:249 app/Factories/ElementFactory.php:362 #: app/Factories/ElementFactory.php:382 app/Factories/ElementFactory.php:644 #: app/Factories/ElementFactory.php:691 app/GedcomTag.php:433 msgid "Address line 2" msgstr "地址二" -#. I18N: gedcom tag ADD3 +#. I18N: gedcom tag ADR3 #: app/Factories/ElementFactory.php:250 app/Factories/ElementFactory.php:363 #: app/Factories/ElementFactory.php:383 app/Factories/ElementFactory.php:645 #: app/Factories/ElementFactory.php:692 app/GedcomTag.php:436 |
