Stylistic updates, removing dark menu
This commit is contained in:
parent
4a881df172
commit
9efa26c25e
11 changed files with 132 additions and 40 deletions
20
i18n/en.json
20
i18n/en.json
|
@ -12,7 +12,7 @@
|
|||
"other": "Technical sheet"
|
||||
},
|
||||
"downloadApp": {
|
||||
"other": "{{ .Name }} is available on the following platforms: {{ .Platforms }}."
|
||||
"other": "{{ .Name }} is available on {{ .Platforms }}."
|
||||
},
|
||||
"status": {
|
||||
"other": "Status: "
|
||||
|
@ -23,12 +23,6 @@
|
|||
"language": {
|
||||
"other": "Language"
|
||||
},
|
||||
"en": {
|
||||
"other": "English"
|
||||
},
|
||||
"fr": {
|
||||
"other": "French"
|
||||
},
|
||||
"supportedPlatforms": {
|
||||
"other": "Supported platforms: "
|
||||
},
|
||||
|
@ -49,6 +43,18 @@
|
|||
},
|
||||
"keyboardOriented": {
|
||||
"other": "Keyboard oriented"
|
||||
},
|
||||
"license": {
|
||||
"other": "License: "
|
||||
},
|
||||
"en": {
|
||||
"other": "English"
|
||||
},
|
||||
"fr": {
|
||||
"other": "French"
|
||||
},
|
||||
"all": {
|
||||
"other": "Without text"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
20
i18n/fr.json
20
i18n/fr.json
|
@ -12,7 +12,7 @@
|
|||
"other": "Fiche technique"
|
||||
},
|
||||
"downloadApp": {
|
||||
"other": "{{ .Name }} est disponible sur plusieurs platformes : {{ .Platforms }}."
|
||||
"other": "{{ .Name }} est disponible sur {{ .Platforms }}."
|
||||
},
|
||||
"status": {
|
||||
"other": "Status : "
|
||||
|
@ -23,12 +23,6 @@
|
|||
"language": {
|
||||
"other": "Langue"
|
||||
},
|
||||
"en": {
|
||||
"other": "English"
|
||||
},
|
||||
"fr": {
|
||||
"other": "French"
|
||||
},
|
||||
"supportedPlatforms": {
|
||||
"other": "Platformes supportées : "
|
||||
},
|
||||
|
@ -49,6 +43,18 @@
|
|||
},
|
||||
"keyboardOriented": {
|
||||
"other": "Orienté clavier"
|
||||
},
|
||||
"license": {
|
||||
"other": "License : "
|
||||
},
|
||||
"en": {
|
||||
"other": "Anglais"
|
||||
},
|
||||
"fr": {
|
||||
"other": "Français"
|
||||
},
|
||||
"all": {
|
||||
"other": "Sans texte"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue