Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Tamil translation, update links #257

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ exclude:
- Makefile
- images/*.xcf

languages: ["cs", "de", "en", "es", "hr", "hu", "it", "kmr", "nl", "pt_BR", "ru", "tr", "uk", "zh_Hans"]
languages: ["cs", "de", "en", "es", "hr", "hu", "it", "kmr", "nl", "pt_BR", "ru", "ta", "tr", "uk", "zh_Hans"]
parallel_localization: true
lang_from_path: true
# Specifying the default language as "_" forces polyglot to generate a
Expand Down
1 change: 1 addition & 0 deletions _data/languagenames.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"kmr": "کورد",
"pt_BR": "português do Brasil",
"ru": "Русский",
"ta": "தமிழ்",
"tr": "Türkçe",
"uk": "українська",
"zh_Hans": "中文(简体)"
Expand Down
2 changes: 1 addition & 1 deletion _pages/discuss.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Before submitting a GitHub issue please review our page about
## Community Conduct

We expect contributors to follow the GNOME [Code of
Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct).
Conduct](https://conduct.gnome.org/).

We want our community to be a safe, welcoming and friendly place.
We won't hesitate to issue a clear warning and, if ignored, ban people who don't
Expand Down
2 changes: 1 addition & 1 deletion _usps/02-opensource.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ icon: heart
lang: en
---

No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt).
No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt).
2 changes: 1 addition & 1 deletion po/po4a.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[po4a_langs] cs de es hr hu it kmr nl pt_BR ru tr uk zh_Hans
[po4a_langs] cs de es hr hu it kmr nl pt_BR ru ta tr uk zh_Hans
[po4a_paths] po/site.pot $lang:po/site.$lang.po

[options] opt:"--addendum-charset=UTF-8" opt:"--localized-charset=UTF-8" opt:"--master-charset=UTF-8" opt:"--master-language=en_US" opt:"--msgmerge-opt='--no-wrap'" opt:"--porefs=file" opt:"--wrap-po=newlines"
Expand Down
42 changes: 18 additions & 24 deletions po/site.cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-12 19:04-0400\n"
"POT-Creation-Date: 2024-12-30 13:09-0500\n"
"PO-Revision-Date: 2024-03-14 08:01+0000\n"
"Last-Translator: vikdevelop <[email protected]>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/gaphor/"
"gaphor-github-io/cs/>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/gaphor/gaphor-github-io/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -78,8 +77,14 @@ msgstr "macOS"
#. type: Plain text
#: _platforms/02-macos.md
#, no-wrap
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Download .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Stáhnout .dmg</a>\n"
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}-arm.dmg\"><i class=\"fa fa-download\"></i> Download ARM .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Stáhnout ARM .dmg</a>\n"

#. type: Plain text
#: _platforms/02-macos.md
#, no-wrap
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}-intel.dmg\"><i class=\"fa fa-download\"></i> Download Intel .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Stáhnout Intel .dmg</a>\n"

#. type: Plain text
#: _platforms/02-macos.md
Expand Down Expand Up @@ -280,8 +285,8 @@ msgstr "Otevřený zdrojový kód"

#. type: Plain text
#: _usps/02-opensource.md
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgstr "Žádné uzamčení dodavatele (neboli vendor lock-in): Gaphor je napsán v jazyce Python a je 100% open source, dostupný pod svobodnou licencí [Apache 2](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."
msgstr "Žádné uzamčení dodavatele (neboli vendor lock-in): Gaphor je napsán v jazyce Python a je 100% open source, dostupný pod svobodnou licencí [Apache 2](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."

#. type: Yaml Front Matter Hash Value: title
#: _usps/03-beginner-pro.md
Expand Down Expand Up @@ -421,8 +426,8 @@ msgstr "Chování komunity"

#. type: Plain text
#: _pages/discuss.md
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct)."
msgstr "Očekáváme, že přispěvatelé budou dodržovat [Kodex chování GNOME](https://wiki.gnome.org/Foundation/CodeOfConduct)."
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://conduct.gnome.org/)."
msgstr "Očekáváme, že přispěvatelé budou dodržovat [Kodex chování GNOME](https://conduct.gnome.org)."

#. type: Plain text
#: _pages/discuss.md
Expand Down Expand Up @@ -470,9 +475,7 @@ msgstr "[Jak nahlásit chybu v Gaphoru]({{ \"/tutorials/report-bugs/\" | prepend
#. type: Plain text
#: _pages/tutorials.md
msgid "You can find a lot more info on the [Gaphor Documentation site](https://docs.gaphor.org/)."
msgstr ""
"Můžete najít spoustu dalších informací [na stránkách dokumentace programu "
"Gaphor](https://docs.gaphor.org/)."
msgstr "Můžete najít spoustu dalších informací [na stránkách dokumentace programu Gaphor](https://docs.gaphor.org/)."

#. type: Title ##
#: _pages/tutorials.md
Expand All @@ -483,26 +486,17 @@ msgstr "Rozhovory"
#. type: Bullet: '- '
#: _pages/tutorials.md
msgid "Frank Vanbever spoke at [FOSDEM 2024](https://fosdem.org/2024): [Drop the docs and embrace the model with Gaphor](https://fosdem.org/2024/schedule/event/fosdem-2024-2542-drop-the-docs-and-embrace-the-model-with-gaphor/)."
msgstr ""
"Frank Vanbever mluvil na konferenci [FOSDEM 2024](https://fosdem.org/2024): ["
"Odhoďte dokumenty a přijměte model s Gaphorem](https://fosdem.org/2024/"
"schedule/event/"
"fosdem-2024-2542-drop-the-docs-and-embrace-the-model-with-gaphor/)."
msgstr "Frank Vanbever mluvil na konferenci [FOSDEM 2024](https://fosdem.org/2024): [Odhoďte dokumenty a přijměte model s Gaphorem](https://fosdem.org/2024/schedule/event/fosdem-2024-2542-drop-the-docs-and-embrace-the-model-with-gaphor/)."

#. type: Bullet: '- '
#: _pages/tutorials.md
msgid "Dan explains how to [automate MBSE models with Gaphor and Python](https://youtu.be/9BYgI1nJCBA)."
msgstr ""
"Dan vysvětluje, jak [automatizovat modely MBSE pomocí programu Gaphor a "
"Pythonu](https://youtu.be/9BYgI1nJCBA)."
msgstr "Dan vysvětluje, jak [automatizovat modely MBSE pomocí programu Gaphor a Pythonu](https://youtu.be/9BYgI1nJCBA)."

#. type: Bullet: '- '
#: _pages/tutorials.md
msgid "Dan presented [Modeling Complex Systems in Python with Gaphor](https://www.youtu.be/PnWKsr2csXg) on a joint INCOSE/Python Michigan meetup."
msgstr ""
"Dan prezentoval [Modelování komplexních systémů Pythonu pomocí programu "
"Gaphor](https://www.youtu.be/PnWKsr2csXg) na setkání INCOSE/Python v "
"Michiganu."
msgstr "Dan prezentoval [Modelování komplexních systémů Pythonu pomocí programu Gaphor](https://www.youtu.be/PnWKsr2csXg) na setkání INCOSE/Python v Michiganu."

#. type: Bullet: '- '
#: _pages/tutorials.md
Expand Down
20 changes: 13 additions & 7 deletions po/site.de.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-12 19:04-0400\n"
"POT-Creation-Date: 2024-12-30 13:09-0500\n"
"PO-Revision-Date: 2024-02-11 21:02+0000\n"
"Last-Translator: Lenny Angst <[email protected]>\n"
"Language-Team: German <https://hosted.weblate.org/projects/gaphor/gaphor-github-io/de/>\n"
Expand Down Expand Up @@ -77,8 +77,14 @@ msgstr "macOS"
#. type: Plain text
#: _platforms/02-macos.md
#, no-wrap
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Download .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> .dmg herunterladen</a>\n"
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}-arm.dmg\"><i class=\"fa fa-download\"></i> Download ARM .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> ARM .dmg herunterladen</a>\n"

#. type: Plain text
#: _platforms/02-macos.md
#, no-wrap
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}-intel.dmg\"><i class=\"fa fa-download\"></i> Download Intel .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Intel .dmg herunterladen</a>\n"

#. type: Plain text
#: _platforms/02-macos.md
Expand Down Expand Up @@ -279,8 +285,8 @@ msgstr "Offener Quellcode"

#. type: Plain text
#: _usps/02-opensource.md
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgstr "Keine Bindung an einen bestimmten Anbieter: Gaphor ist in Python geschrieben mit 100 % offenem Quellcode, verfügbar unter der freundlichen [Apache 2 Lizenz](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."
msgstr "Keine Bindung an einen bestimmten Anbieter: Gaphor ist in Python geschrieben mit 100 % offenem Quellcode, verfügbar unter der freundlichen [Apache 2 Lizenz](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."

#. type: Yaml Front Matter Hash Value: title
#: _usps/03-beginner-pro.md
Expand Down Expand Up @@ -420,8 +426,8 @@ msgstr "Gemeinschafts-Verhalten"

#. type: Plain text
#: _pages/discuss.md
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct)."
msgstr "Von Mitwirkenden erwarten wir, dass sie sich an den GNOME [Verhaltenskodex](https://wiki.gnome.org/Foundation/CodeOfConduct) halten."
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://conduct.gnome.org/)."
msgstr "Von Mitwirkenden erwarten wir, dass sie sich an den GNOME [Verhaltenskodex](https://conduct.gnome.org) halten."

#. type: Plain text
#: _pages/discuss.md
Expand Down
20 changes: 13 additions & 7 deletions po/site.es.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-12 19:04-0400\n"
"POT-Creation-Date: 2024-12-30 13:09-0500\n"
"PO-Revision-Date: 2023-04-25 15:49+0000\n"
"Last-Translator: Jose David M <[email protected]>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/gaphor/gaphor-github-io/es/>\n"
Expand Down Expand Up @@ -77,8 +77,14 @@ msgstr "macOS"
#. type: Plain text
#: _platforms/02-macos.md
#, no-wrap
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Download .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Descargar .dmg</a>\n"
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}-arm.dmg\"><i class=\"fa fa-download\"></i> Download ARM .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Descargar ARM .dmg</a>\n"

#. type: Plain text
#: _platforms/02-macos.md
#, no-wrap
msgid "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}-intel.dmg\"><i class=\"fa fa-download\"></i> Download Intel .dmg</a>\n"
msgstr "<a class=\"btn btn-primary btn-lg\" href=\"https://github.com/gaphor/gaphor/releases/download/{{ site.gaphor_version }}/Gaphor-{{ site.gaphor_version }}.dmg\"><i class=\"fa fa-download\"></i> Descargar Intel .dmg</a>\n"

#. type: Plain text
#: _platforms/02-macos.md
Expand Down Expand Up @@ -279,8 +285,8 @@ msgstr "Código abierto"

#. type: Plain text
#: _usps/02-opensource.md
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgstr "Sin dependencia del proveedor: Gaphor está escrito en Python y es 100% de código abierto, disponible bajo una amigable [licencia Apache 2](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."
msgstr "Sin dependencia del proveedor: Gaphor está escrito en Python y es 100% de código abierto, disponible bajo una amigable [licencia Apache 2](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."

#. type: Yaml Front Matter Hash Value: title
#: _usps/03-beginner-pro.md
Expand Down Expand Up @@ -422,8 +428,8 @@ msgstr "Conducta de la comunidad"

#. type: Plain text
#: _pages/discuss.md
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct)."
msgstr "Esperamos que los colaboradores sigan el GNOME [Código de Conducta](https://wiki.gnome.org/Foundation/CodeOfConduct)."
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://conduct.gnome.org/)."
msgstr "Esperamos que los colaboradores sigan el GNOME [Código de Conducta](https://conduct.gnome.org)."

#. type: Plain text
#: _pages/discuss.md
Expand Down
8 changes: 4 additions & 4 deletions po/site.fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,11 @@ msgstr "Open source"
#. type: Plain text
#: _usps/02-opensource.md
#, markdown-text
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."
msgstr ""
"Il n'y a pas de blocage de la part des développeurs : Gaphor est écrit en "
"Python et est 100% Open Source, disponible sous une licence [Apache 2 "
"license](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
"license](https://github.com/gaphor/gaphor/blob/main/LICENSES/apache-2.0.txt)."

#. type: Yaml Front Matter Hash Value: title
#: _usps/03-beginner-pro.md
Expand Down Expand Up @@ -581,10 +581,10 @@ msgstr "Conduite de la communauté"
#. type: Plain text
#: _pages/discuss.md
#, markdown-text
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct)."
msgid "We expect contributors to follow the GNOME [Code of Conduct](https://conduct.gnome.org)."
msgstr ""
"Nous attendons des contributeurs qu'ils respectent le [Code de "
"conduite](https://wiki.gnome.org/Foundation/CodeOfConduct) de GNOME ."
"conduite](https://conduct.gnome.org) de GNOME ."

#. type: Plain text
#: _pages/discuss.md
Expand Down
Loading
Loading