1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Adding en translation of app levels

This commit is contained in:
Alexandre Aubin 2017-04-05 02:55:00 +02:00
parent 0843edaf66
commit f3f4cbb366

13
app_levels/en.json Normal file
View file

@ -0,0 +1,13 @@
{
"applevel_0": "Broken",
"applevel_1": "Installable",
"applevel_2": "Installable in all situations",
"applevel_3": "Can be updated",
"applevel_4": "Single Sign On support",
"applevel_5": "Clean",
"applevel_6": "Backup and restore support",
"applevel_7": "Successfully pass functional tests",
"applevel_8": "Respect main guidelines",
"applevel_9": "Respect all guidelines",
"applevel_10": "Package assessed as perfect"
}