Sort translation entries consistently

This commit is contained in:
veeck
2021-01-13 16:31:36 +01:00
committed by rejas
parent 108fe2082d
commit a99de1ad13
35 changed files with 91 additions and 117 deletions

View File

@@ -6,7 +6,6 @@
"DAYAFTERTOMORROW": "Dopodomani",
"RUNNING": "Termina entro",
"EMPTY": "Nessun evento imminente.",
"WEEK": "Settimana {weekNumber}",
"N": "N",
@@ -26,10 +25,10 @@
"NW": "NO",
"NNW": "NNO",
"FEELS": "Percepiti {DEGREE}",
"UPDATE_NOTIFICATION": "E' disponibile un aggiornamento di MagicMirror².",
"UPDATE_NOTIFICATION_MODULE": "E' disponibile un aggiornamento del modulo {MODULE_NAME}.",
"UPDATE_INFO_SINGLE": "L'installazione è {COMMIT_COUNT} commit indietro rispetto all'attuale branch {BRANCH_NAME}.",
"UPDATE_INFO_MULTIPLE": "L'installazione è {COMMIT_COUNT} commits indietro rispetto all'attuale branch {BRANCH_NAME}.",
"FEELS": "Percepiti {DEGREE}"
"UPDATE_INFO_MULTIPLE": "L'installazione è {COMMIT_COUNT} commits indietro rispetto all'attuale branch {BRANCH_NAME}."
}