Continuing pages.
This commit is contained in:
parent
ff89fb94a2
commit
dfc8175367
20 changed files with 213 additions and 31 deletions
33
i18n/en.json
33
i18n/en.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
33
i18n/fr.json
33
i18n/fr.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue