diff --git a/README.md b/README.md index b2dd58506..48d98cd3a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ![Test status](https://github.com/bartfeenstra/betty/workflows/Test/badge.svg) [![Code coverage](https://codecov.io/gh/bartfeenstra/betty/branch/master/graph/badge.svg)](https://codecov.io/gh/bartfeenstra/betty) [![PyPI releases](https://badge.fury.io/py/betty.svg)](https://pypi.org/project/betty/) [![Supported Python versions](https://img.shields.io/pypi/pyversions/betty.svg?logo=python&logoColor=FBE072)](https://pypi.org/project/betty/) [![Recent downloads](https://img.shields.io/pypi/dm/betty.svg)](https://pypi.org/project/betty/) [![Follow Betty on Twitter](https://img.shields.io/twitter/follow/Betty_Project.svg?label=Betty_Project&style=flat&logo=twitter&logoColor=4FADFF)](https://twitter.com/Betty_Project) -Betty is a static site generator for your [Gramps](https://gramps-project.org/) and -[GEDCOM](https://en.wikipedia.org/wiki/GEDCOM) family trees. +Betty helps you visualize and publish your family history by building interactive genealogy websites out of your +[Gramps](https://gramps-project.org/) and [GEDCOM](https://en.wikipedia.org/wiki/GEDCOM) family trees. ## Table of Contents diff --git a/betty/assets/betty.pot b/betty/assets/betty.pot index c449a3415..16661a0d0 100644 --- a/betty/assets/betty.pot +++ b/betty/assets/betty.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Betty VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-01 16:02+0100\n" +"POT-Creation-Date: 2022-06-19 21:06+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -189,7 +189,7 @@ msgstr "" msgid "Betty application configuration must be a mapping (dictionary)." msgstr "" -msgid "Betty is a static site generator for your Gramps and GEDCOM family trees." +msgid "Betty helps you visualize and publish your family history by building interactive genealogy websites out of your Gramps and GEDCOM family trees." msgstr "" msgid "Betty project configuration ({extensions})" diff --git a/betty/assets/locale/fr_FR/LC_MESSAGES/betty.po b/betty/assets/locale/fr_FR/LC_MESSAGES/betty.po index 459a626a2..89f270c86 100644 --- a/betty/assets/locale/fr_FR/LC_MESSAGES/betty.po +++ b/betty/assets/locale/fr_FR/LC_MESSAGES/betty.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-01 16:02+0100\n" +"POT-Creation-Date: 2022-06-19 21:06+0100\n" "PO-Revision-Date: 2020-11-27 19:49+0100\n" "Last-Translator: \n" "Language: fr\n" @@ -241,7 +241,8 @@ msgid "Betty application configuration must be a mapping (dictionary)." msgstr "" msgid "" -"Betty is a static site generator for your Gramps and GEDCOM " "family trees." msgstr "" @@ -1187,3 +1188,10 @@ msgstr "" msgid "© Copyright %(author)s, unless otherwise credited" msgstr "© Copyright %(author)s, sauf crédit contraire" +#~ msgid "" +#~ "Betty is a static site generator " +#~ "for your Gramps " +#~ "and GEDCOM family " +#~ "trees." +#~ msgstr "" + diff --git a/betty/assets/locale/nl_NL/LC_MESSAGES/betty.po b/betty/assets/locale/nl_NL/LC_MESSAGES/betty.po index c406bfe45..151d4bc46 100644 --- a/betty/assets/locale/nl_NL/LC_MESSAGES/betty.po +++ b/betty/assets/locale/nl_NL/LC_MESSAGES/betty.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-01 16:02+0100\n" +"POT-Creation-Date: 2022-06-19 21:06+0100\n" "PO-Revision-Date: 2022-04-08 01:58+0100\n" "Last-Translator: \n" "Language: nl\n" @@ -255,14 +255,17 @@ msgstr "Begunstigde" msgid "Betty application configuration must be a mapping (dictionary)." msgstr "Betty-applicatieconfiguratie moet een mapping (dictionary) zijn." +#, fuzzy msgid "" -"Betty is a static site generator for your Gramps and GEDCOM " "family trees." msgstr "" -"Betty is een statische-sitegenerator voor je Gramps- en GEDCOM-stambomen." +"Betty helpt je je familiegeschiedenis te visualiseren en publiceren door " +"interactieve genealogiewebsites te bouwen van je Gramps- en GEDCOM-stambomen." msgid "Betty project configuration ({extensions})" msgstr "Betty-projectconfiguratie ({extensions})" diff --git a/betty/assets/locale/uk/LC_MESSAGES/betty.po b/betty/assets/locale/uk/LC_MESSAGES/betty.po index 060cfde13..05671b873 100644 --- a/betty/assets/locale/uk/LC_MESSAGES/betty.po +++ b/betty/assets/locale/uk/LC_MESSAGES/betty.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Betty VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-01 16:02+0100\n" +"POT-Creation-Date: 2022-06-19 21:06+0100\n" "PO-Revision-Date: 2020-05-02 22:29+0100\n" "Last-Translator: FULL NAME \n" "Language: uk\n" @@ -234,7 +234,8 @@ msgid "Betty application configuration must be a mapping (dictionary)." msgstr "" msgid "" -"Betty is a static site generator for your Gramps and GEDCOM " "family trees." msgstr "" @@ -1150,3 +1151,10 @@ msgstr "" msgid "© Copyright %(author)s, unless otherwise credited" msgstr "© Авторське право %(author)s, якщо інше не зараховано" +#~ msgid "" +#~ "Betty is a static site generator " +#~ "for your Gramps " +#~ "and GEDCOM family " +#~ "trees." +#~ msgstr "" + diff --git a/betty/gui/app.py b/betty/gui/app.py index 4991664bb..2e142d7d2 100644 --- a/betty/gui/app.py +++ b/betty/gui/app.py @@ -207,7 +207,7 @@ def __init__(self, *args, **kwargs): def _do_set_translatables(self) -> None: super()._do_set_translatables() self._welcome.setText(_('Welcome to Betty')) - self._welcome_caption.setText(_('Betty is a static site generator for your Gramps and GEDCOM family trees.').format(gramps_url='https://gramps-project.org/', gedcom_url='https://en.wikipedia.org/wiki/GEDCOM')) + self._welcome_caption.setText(_('Betty helps you visualize and publish your family history by building interactive genealogy websites out of your Gramps and GEDCOM family trees.').format(gramps_url='https://gramps-project.org/', gedcom_url='https://en.wikipedia.org/wiki/GEDCOM')) self._project_instruction.setText(_('Work on a new or existing site of your own')) self.open_project_button.setText(_('Open an existing project')) self.new_project_button.setText(_('Create a new project')) diff --git a/setup.py b/setup.py index d5dbeb580..a13f34ca5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ SETUP = { 'name': 'betty', - 'description': 'Betty is a static ancestry site generator.', + 'description': 'Betty helps you visualize and publish your family history by building interactive genealogy websites out of your Gramps and GECOM family trees', 'long_description': long_description, 'long_description_content_type': 'text/markdown', 'version': VERSION,