Continuing pages.

This commit is contained in:
Adsooi 2021-06-14 17:16:22 +02:00
parent ff89fb94a2
commit dfc8175367
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
20 changed files with 213 additions and 31 deletions

View file

@ -5,6 +5,15 @@
"availableOn": {
"other": "Available on "
},
"download": {
"other": "Download"
},
"technicalSheet": {
"other": "Technical sheet"
},
"downloadApp": {
"other": "{{ .Name }} is available on the following platforms: {{ .Platforms }}."
},
"status": {
"other": "Status: "
},
@ -14,14 +23,32 @@
"language": {
"other": "Language"
},
"translated": {
"other": "Translated in: "
},
"en": {
"other": "English"
},
"fr": {
"other": "French"
},
"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"
}
}

View file

@ -5,6 +5,15 @@
"availableOn": {
"other": "Disponible sur "
},
"download": {
"other": "Télécharger"
},
"technicalSheet": {
"other": "Fiche technique"
},
"downloadApp": {
"other": "{{ .Name }} est disponible sur plusieurs platformes : {{ .Platforms }}."
},
"status": {
"other": "Status : "
},
@ -14,14 +23,32 @@
"language": {
"other": "Langue"
},
"translated": {
"other": "Traduit en : "
},
"en": {
"other": "English"
},
"fr": {
"other": "French"
},
"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"
}
}