Moved i18n to apps.ad5001.eu
This commit is contained in:
parent
5ae10f7418
commit
3444081fa6
2 changed files with 0 additions and 115 deletions
57
i18n/en.yaml
57
i18n/en.yaml
|
@ -16,60 +16,3 @@ usingTheme:
|
||||||
websiteSource:
|
websiteSource:
|
||||||
other: Website source code
|
other: Website source code
|
||||||
|
|
||||||
# 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.
|
|
||||||
|
|
58
i18n/fr.yaml
58
i18n/fr.yaml
|
@ -1,6 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Languages
|
# Languages
|
||||||
language:
|
language:
|
||||||
other: Langue
|
other: Langue
|
||||||
|
@ -19,58 +16,3 @@ usingTheme:
|
||||||
websiteSource:
|
websiteSource:
|
||||||
other: Code source du site
|
other: Code source du site
|
||||||
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue