metadata101 / iso19139.ca.HNAP

ISO Harmonized North American Profile (HNAP)
GNU General Public License v2.0
4 stars 19 forks source link

Use translation service for user manual #293

Open jodygarnett opened 1 year ago

jodygarnett commented 1 year ago

We have one example of a french page translated by hand; use https://www.deepl.com/translator translation service to translate the remaining pages.

This service does offer an API so we may be able to setup a script workflow; but for now do it by hand so we can evaluate the result.

Look at:

jodygarnett commented 1 year ago

I experimented with md-translate for file by file translation: https://github.com/ilyachch/md_docs-trans-app

md-translate docs/index.md -F en -T fr -P deepl --new-file --drop-original 

The application required Chrome using test framework to drive the user interface to translate phrase by phrase.

## Download from record view

Download the contents of a single record.

1.  View the `Harbour Porpoise Presence, Maritimes Region` record, showing a number of **:fontawesome-solid-download: Download** options:

    ![](img/record_download.png)
    *Record download options*

2.  **Permalink** provides a URL that
    can be shared via email or message.

    ![](img/permalink.png)
    *Permalink to GEODBA.ACCOMMODATIONS record*

    Use ++control+c++ (or ++command+c++ on macOS) to copy text to clipboard:

    ![](img/permalink_copied.png)
    *Permalink copied*

French:

## Télécharger à partir de l'affichage des enregistrements

Télécharger le contenu d'un seul enregistrement.

1. [...]  [...]
[...]
[...]
[...]  [...]
[...]
[...]
[...]

It may of been rate limited, however you can see that it is unable to preserve markdown formatting despite being a custom designed tool.

# Welcome

Welcome to the GeoNetwork User Manual. This manual has been prepared for
use with ISO19139/119 Harmonized North American Profile (HNAP) content.

* [Search](search/index.md)
* [Visualizing Data](map/index.md)
* [Editor](editor/index.md)
* [Administration](admin/index.md)

!!! info "Reference"

    [GeoNetwork User Guide](https://geonetwork-opensource.org/manuals/3.12.x/en/user-guide/index.html) (GeoNetwork 3.12 Documentation)

    [Guide to Harmonize ISO 19115:2003 / North American Profile Metadata For Government of Canada Geospatial Data](https://schemas.metadata.geo.ca/hnap/2.3.1/HNAP.md)

French:

<!-- TRANSLATED by md-translate -->
# Bienvenue

Bienvenue dans le manuel d'utilisation de GeoNetwork. Ce manuel a été préparé pour
l'utilisation du contenu du profil nord-américain harmonisé (HNAP) ISO19139/119.

* [Recherche](search/index.md)
* [Visualisation des données](map/index.md)
* [Éditeur](editor/index.md)
* [Administration](admin/index.md)

! !! info "Référence"

[GeoNetwork User Guide](https://geonetwork-opensource.org/manuals/3.12.x/en/user-guide/index.html) (GeoNetwork 3.12 Documentation)

[Guide to Harmonize ISO 19115:2003 / North American Profile Metadata For Government of Canada Geospatial Data](https://schemas.metadata.geo.ca/hnap/2.3.1/HNAP.md)
jodygarnett commented 1 year ago

It may of been rate limited, however you can see that it is unable to preserve markdown formatting despite being a custom designed tool.

# Welcome

Welcome to the GeoNetwork User Manual. This manual has been prepared for
use with ISO19139/119 Harmonized North American Profile (HNAP) content.

* [Search](search/index.md)
* [Visualizing Data](map/index.md)
* [Editor](editor/index.md)
* [Administration](admin/index.md)

!!! info "Reference"

    [GeoNetwork User Guide](https://geonetwork-opensource.org/manuals/3.12.x/en/user-guide/index.html) (GeoNetwork 3.12 Documentation)

    [Guide to Harmonize ISO 19115:2003 / North American Profile Metadata For Government of Canada Geospatial Data](https://schemas.metadata.geo.ca/hnap/2.3.1/HNAP.md)

French:

<!-- TRANSLATED by md-translate -->
# Bienvenue

Bienvenue dans le manuel d'utilisation de GeoNetwork. Ce manuel a été préparé pour
l'utilisation du contenu du profil nord-américain harmonisé (HNAP) ISO19139/119.

* [Recherche](search/index.md)
* [Visualisation des données](map/index.md)
* [Éditeur](editor/index.md)
* [Administration](admin/index.md)

! !! info "Référence"

[GeoNetwork User Guide](https://geonetwork-opensource.org/manuals/3.12.x/en/user-guide/index.html) (GeoNetwork 3.12 Documentation)

[Guide to Harmonize ISO 19115:2003 / North American Profile Metadata For Government of Canada Geospatial Data](https://schemas.metadata.geo.ca/hnap/2.3.1/HNAP.md)
jodygarnett commented 1 year ago

There are several commercial services; but no great way to integrate with deepl api.