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": "Poimâine",
"RUNNING": "Se termină în",
"EMPTY": "Nici un eveniment.",
"WEEK": "Săptămâna {weekNumber}",
"N": "N",
@@ -26,10 +25,10 @@
"NW": "NW",
"NNW": "NNW",
"FEELS": "Se simte ca fiind {DEGREE}",
"UPDATE_NOTIFICATION": "Un update este disponibil pentru MagicMirror².",
"UPDATE_NOTIFICATION_MODULE": "Un update este disponibil pentru modulul {MODULE_NAME}.",
"UPDATE_INFO_SINGLE": "Există {COMMIT_COUNT} commit-uri noi pe branch-ul {BRANCH_NAME}.",
"UPDATE_INFO_MULTIPLE": "Există {COMMIT_COUNT} commit-uri noi pe branch-ul {BRANCH_NAME}.",
"FEELS": "Se simte ca fiind {DEGREE}"
"UPDATE_INFO_MULTIPLE": "Există {COMMIT_COUNT} commit-uri noi pe branch-ul {BRANCH_NAME}."
}