Starting aboue me page!
This commit is contained in:
parent
fe12ef9a9f
commit
85d8e9ab6e
30 changed files with 950 additions and 255 deletions
93
i18n/en.json
93
i18n/en.json
|
@ -1,93 +0,0 @@
|
|||
{
|
||||
"softwareCommitments": {
|
||||
"other": "Software Commitments"
|
||||
},
|
||||
"worksOn": {
|
||||
"other": "Works on: "
|
||||
},
|
||||
"availableOn": {
|
||||
"other": "Available on "
|
||||
},
|
||||
"download": {
|
||||
"other": "Download"
|
||||
},
|
||||
"technicalSheet": {
|
||||
"other": "Technical sheet"
|
||||
},
|
||||
"downloadApp": {
|
||||
"other": "{{ .Name }} v{{ .Version }} is available on {{ .Platforms }}."
|
||||
},
|
||||
"warnExternalWebsite": {
|
||||
"other": "(external link to {{ . }})"
|
||||
},
|
||||
"status": {
|
||||
"other": "Status: "
|
||||
},
|
||||
"learnMore": {
|
||||
"other": "Learn more"
|
||||
},
|
||||
"language": {
|
||||
"other": "Language"
|
||||
},
|
||||
"supportedPlatforms": {
|
||||
"other": "Supported platforms: "
|
||||
},
|
||||
"translated": {
|
||||
"other": "Translated in: "
|
||||
},
|
||||
"programingLanguages": {
|
||||
"other": "Made in: "
|
||||
},
|
||||
"latestVersion": {
|
||||
"other": "Latest version: "
|
||||
},
|
||||
"frameworks": {
|
||||
"other": "Frameworks: "
|
||||
},
|
||||
"touchFriendly": {
|
||||
"other": "Touch friendly"
|
||||
},
|
||||
"keyboardOriented": {
|
||||
"other": "Keyboard oriented"
|
||||
},
|
||||
"license": {
|
||||
"other": "License: "
|
||||
},
|
||||
"en": {
|
||||
"other": "English"
|
||||
},
|
||||
"fr": {
|
||||
"other": "French"
|
||||
},
|
||||
"all": {
|
||||
"other": "Without text"
|
||||
},
|
||||
"file": {
|
||||
"other": "File:"
|
||||
},
|
||||
"storeFlathub": {
|
||||
"other": "Download on Flathub"
|
||||
},
|
||||
"storeSnapcraft": {
|
||||
"other": "Get it from the Snap Store"
|
||||
},
|
||||
"storeFirefoxAddons": {
|
||||
"other": "Get it from the Firefox Addons"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"disclaimerFirefox": {
|
||||
"other": "The Firefox logo is a trademark of the Mozilla Foundation in the U.S. and other countries."
|
||||
},
|
||||
"websiteSource": {
|
||||
"other": "Website source code"
|
||||
},
|
||||
"usingTheme": {
|
||||
"other": "Using"
|
||||
},
|
||||
"poweredBy": {
|
||||
"other": "Powered by"
|
||||
}
|
||||
}
|
||||
|
107
i18n/en.yaml
Normal file
107
i18n/en.yaml
Normal file
|
@ -0,0 +1,107 @@
|
|||
|
||||
softwareCommitments:
|
||||
other: Software Commitments
|
||||
|
||||
# About page
|
||||
workedWith:
|
||||
other: 'Worked with '
|
||||
properties:
|
||||
other: 'Features '
|
||||
relevantSoftware:
|
||||
other: "Relevant software: "
|
||||
skillsUbuntu:
|
||||
other: |
|
||||
Ubuntu has been my distribution of choice both on server and on desktop since 2016 due to the high availability of recent software on it, as well as good documentation and its widespread community.
|
||||
Ubuntu strikes a great balance between having recent, up-to-date software, and stability.
|
||||
skillsDebian:
|
||||
other: |
|
||||
Debian is aimed at having low-maintainance machines that stay with older, battle-tested versions of the standard software stack.
|
||||
Using it has proven to be very painless highly stable, even more so than LTS versions of Ubuntu servers.
|
||||
skillsFedora:
|
||||
other: |
|
||||
My limited experience with Fedora has led me to discover the [Red Hat](https://www.redhat.com/) ecosystem and all of it's benefits, namely for enterprise software.
|
||||
However, having less experience with it, I tend to prefer Ubuntu or Debian when manipulating server software.
|
||||
skillsDocker:
|
||||
other: |
|
||||
Docker is a container system to package, distribute, and run software widely used on servers.
|
||||
I've been using Docker for since 2018 to have simplified management of the self-hosted software I used, as well as using it in CI/CD pipelines to test and deploy the software I create.
|
||||
skillsSnapcraft:
|
||||
other: |
|
||||
Snapcraft is a Linux application distribution system by [Canonical](https://canonical.com) I've been using since 2017 to package and distribute the software I create.
|
||||
skillsFlatpak:
|
||||
other: |
|
||||
Flatpak is another Linux application distribution system I've been using since 2020 to package and distribute the software I create.
|
||||
|
||||
# Languages
|
||||
language:
|
||||
other: Language
|
||||
fr:
|
||||
other: French
|
||||
en:
|
||||
other: English
|
||||
all:
|
||||
other: Without text
|
||||
|
||||
# Footer
|
||||
poweredBy:
|
||||
other: Powered by
|
||||
usingTheme:
|
||||
other: Using
|
||||
websiteSource:
|
||||
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
|
||||
|
||||
# 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.
|
93
i18n/fr.json
93
i18n/fr.json
|
@ -1,93 +0,0 @@
|
|||
{
|
||||
"softwareCommitments": {
|
||||
"other": "Engagements par mes Logiciels"
|
||||
},
|
||||
"worksOn": {
|
||||
"other": "Marche sur : "
|
||||
},
|
||||
"availableOn": {
|
||||
"other": "Disponible sur "
|
||||
},
|
||||
"download": {
|
||||
"other": "Télécharger"
|
||||
},
|
||||
"technicalSheet": {
|
||||
"other": "Fiche technique"
|
||||
},
|
||||
"downloadApp": {
|
||||
"other": "{{ .Name }} v{{ .Version }} est disponible sur {{ .Platforms }}."
|
||||
},
|
||||
"warnExternalWebsite": {
|
||||
"other": "(lien externe vers {{ . }})"
|
||||
},
|
||||
"status": {
|
||||
"other": "Status : "
|
||||
},
|
||||
"learnMore": {
|
||||
"other": "En savoir +"
|
||||
},
|
||||
"language": {
|
||||
"other": "Langue"
|
||||
},
|
||||
"supportedPlatforms": {
|
||||
"other": "Platformes supportées : "
|
||||
},
|
||||
"translated": {
|
||||
"other": "Traduit en : "
|
||||
},
|
||||
"programingLanguages": {
|
||||
"other": "Fait en : "
|
||||
},
|
||||
"latestVersion": {
|
||||
"other": "Dernière version : "
|
||||
},
|
||||
"frameworks": {
|
||||
"other": "Frameworks : "
|
||||
},
|
||||
"touchFriendly": {
|
||||
"other": "Accessible au toucher"
|
||||
},
|
||||
"keyboardOriented": {
|
||||
"other": "Orienté clavier"
|
||||
},
|
||||
"license": {
|
||||
"other": "License : "
|
||||
},
|
||||
"en": {
|
||||
"other": "Anglais"
|
||||
},
|
||||
"fr": {
|
||||
"other": "Français"
|
||||
},
|
||||
"all": {
|
||||
"other": "Sans texte"
|
||||
},
|
||||
"file": {
|
||||
"other": "Fichier :"
|
||||
},
|
||||
"storeFlathub": {
|
||||
"other": "Installer depuis Flathub"
|
||||
},
|
||||
"storeSnapcraft": {
|
||||
"other": "Installer à partir du Snap Store"
|
||||
},
|
||||
"storeFirefoxAddons": {
|
||||
"other": "Installer depuis Firefox Addons"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"disclaimerFirefox": {
|
||||
"other": "Le logo Firefox est une marque déposée de la Fondation Mozilla aux États-Unis et dans d'autres pays."
|
||||
},
|
||||
"websiteSource": {
|
||||
"other": "Code source du site"
|
||||
},
|
||||
"usingTheme": {
|
||||
"other": "Utilise"
|
||||
},
|
||||
"poweredBy": {
|
||||
"other": "Fonctionne avec"
|
||||
}
|
||||
}
|
||||
|
77
i18n/fr.yaml
Normal file
77
i18n/fr.yaml
Normal file
|
@ -0,0 +1,77 @@
|
|||
|
||||
softwareCommitments:
|
||||
other: Engagements par mes Logiciels
|
||||
|
||||
# Languages
|
||||
language:
|
||||
other: Langue
|
||||
fr:
|
||||
other: Français
|
||||
en:
|
||||
other: Anglais
|
||||
all:
|
||||
other: Sans texte
|
||||
|
||||
# Footer
|
||||
poweredBy:
|
||||
other: Fonctionne avec
|
||||
usingTheme:
|
||||
other: Utilise
|
||||
websiteSource:
|
||||
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…
Add table
Add a link
Reference in a new issue