mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Add missing translation string for user interface link.
This commit is contained in:
parent
3452a237ee
commit
a6c78b896e
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
"home" : "Home",
|
"home" : "Home",
|
||||||
"read_more" : "Read more",
|
"read_more" : "Read more",
|
||||||
"cancel" : "Cancel",
|
"cancel" : "Cancel",
|
||||||
|
"user_interface_link" : "User interface",
|
||||||
|
|
||||||
"installing" : "Installing",
|
"installing" : "Installing",
|
||||||
"installed" : "Installed",
|
"installed" : "Installed",
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
"home": "Accueil",
|
"home": "Accueil",
|
||||||
"read_more": "En savoir plus",
|
"read_more": "En savoir plus",
|
||||||
"cancel": "Annuler",
|
"cancel": "Annuler",
|
||||||
|
"user_interface_link": "Interface utilisateur",
|
||||||
"installing": "Installation",
|
"installing": "Installation",
|
||||||
"installed": "Installé",
|
"installed": "Installé",
|
||||||
"installation_complete": "Installation terminée",
|
"installation_complete": "Installation terminée",
|
||||||
|
|
Loading…
Add table
Reference in a new issue