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",
|
||||
"read_more" : "Read more",
|
||||
"cancel" : "Cancel",
|
||||
"user_interface_link" : "User interface",
|
||||
|
||||
"installing" : "Installing",
|
||||
"installed" : "Installed",
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"home": "Accueil",
|
||||
"read_more": "En savoir plus",
|
||||
"cancel": "Annuler",
|
||||
"user_interface_link": "Interface utilisateur",
|
||||
"installing": "Installation",
|
||||
"installed": "Installé",
|
||||
"installation_complete": "Installation terminée",
|
||||
|
|
Loading…
Reference in a new issue