From 54976c417b5044dd6d52bae4457b6991c28d0bac Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 30 Dec 2021 23:37:34 +0100 Subject: [PATCH] Moving i18n content to this repo. --- LICENSE.md | 5 ++++- i18n/en.yaml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ i18n/fr.yaml | 56 +++++++++++++++++++++++++++++++++++++++++++++++ themes/omegamma | 2 +- 4 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 i18n/en.yaml create mode 100644 i18n/fr.yaml diff --git a/LICENSE.md b/LICENSE.md index 076b9ec..00845cc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,6 @@ ## License -- `static/img/\*`, `data/` & `content/` are under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode), with a possible exceptions for app content given in written form for [authorized distributions platforms](https://ad5001.eu/distribution-platforms). +- `static/img/\*` +- `data/*` +- `i18n/*` +- `content/` are under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode), with a possible exceptions for app content given in written form for [authorized distributions platforms](https://ad5001.eu/distribution-platforms). diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..36e0657 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,58 @@ +# App page +availableOn: + other: 'Available on ' +worksOn: + other: 'Works on: ' +learnMore: + other: Learn more + +# Technical sheet +technicalSheet: + other: Technical sheet +supportedPlatforms: + other: 'Supported platforms: ' +translated: + other: 'Translated in: ' +latestVersion: + other: 'Latest version: ' +status: + other: 'Status: ' +programingLanguages: + other: 'Made in: ' +frameworks: + other: 'Frameworks: ' +keyboardOriented: + other: Keyboard oriented +touchFriendly: + other: Touch friendly +license: + other: 'License: ' + +# Download section +download: + other: Download +downloadApp: + other: '{{ .Name }} v{{ .Version }} is available on {{ .Platforms }}.' +file: + other: 'File:' +warnExternalWebsite: + other: (external link to {{ . }}) + +# Software stores badge alt. +storeFirefoxAddons: + other: Get it from the Firefox Addons +storeFlathub: + other: Download on Flathub +storeSnapcraft: + other: Get it from the Snap Store +storeLaunchpad: + other: Available on Launchpad + +# Copyrighted disclaimers. +disclaimerFirefox: + other: The Firefox logo is a trademark of the Mozilla Foundation in the U.S. and + other countries. +disclaimerSnapcraft: + other: The Snapcraft logo is licensed under [CC BY-ND 2.0 UK](https://creativecommons.org/licenses/by-nd/2.0/uk/legalcode), + a registered trademark of Canonical Limited, 2018. + diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..823948a --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,56 @@ +# App page +availableOn: + other: 'Disponible sur ' +worksOn: + other: 'Marche sur : ' +learnMore: + other: En savoir + + +# Technical sheet +technicalSheet: + other: Fiche technique +supportedPlatforms: + other: 'Platformes supportées : ' +translated: + other: 'Traduit en : ' +latestVersion: + other: 'Dernière version : ' +status: + other: 'État : ' +programingLanguages: + other: 'Écrit en : ' +frameworks: + other: 'Frameworks : ' +keyboardOriented: + other: Orienté clavier +touchFriendly: + other: Accessible au toucher +license: + other: 'Licence : ' + +# Download section +download: + other: Télécharger +downloadApp: + other: '{{ .Name }} v{{ .Version }} est disponible sur {{ .Platforms }}.' +file: + other: 'Fichier :' +warnExternalWebsite: + other: (lien externe vers {{ . }}) + +# Software stores badge alt. +storeFirefoxAddons: + other: Installer depuis Firefox Addons +storeFlathub: + other: Installer depuis Flathub +storeSnapcraft: + other: Installer à partir du Snap Store + +# Copyrighted disclaimers. +disclaimerFirefox: + other: Le logo Firefox est une marque déposée de la Fondation Mozilla aux États-Unis et dans d'autres pays. +disclaimerSnapcraft: + other: Le logo Snapcraft est sous licence [CC BY-ND 2.0 UK](https://creativecommons.org/licenses/by-nd/2.0/uk/legalcode), + une marque déposée de Canonical Limited, 2018. + + diff --git a/themes/omegamma b/themes/omegamma index 5ae10f7..3444081 160000 --- a/themes/omegamma +++ b/themes/omegamma @@ -1 +1 @@ -Subproject commit 5ae10f741874ee130c4596893742ed323dd560fd +Subproject commit 3444081fa663457a9ab8bac2f5e912b9127047cc