Merge pull request #930 from talpah/translations/ro

Romanian translation
This commit is contained in:
Michael Teeuw 2017-06-29 09:24:21 +02:00 committed by GitHub
commit 96622533e0
3 changed files with 34 additions and 0 deletions

View File

@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add ability for `currentweather` module to display indoor temperature via INDOOR_TEMPERATURE notification
- Add ability to change the path of the `custom.css`.
- Add translation Dutch to Alert module.
- Added Romanian translation.
### Updated
- Added missing keys to Polish translation.

32
translations/ro.json Normal file
View File

@ -0,0 +1,32 @@
{
"LOADING": "Se încarcă …",
"TODAY": "Astăzi",
"TOMORROW": "Mâine",
"DAYAFTERTOMORROW": "Poimâine",
"RUNNING": "Se termină în",
"EMPTY": "Nici un eveniment.",
"WEEK": "Săptămâna",
"N": "N",
"NNE": "NNE",
"NE": "NE",
"ENE": "ENE",
"E": "E",
"ESE": "ESE",
"SE": "SE",
"SSE": "SSE",
"S": "S",
"SSW": "SSW",
"SW": "SW",
"WSW": "WSW",
"W": "W",
"WNW": "WNW",
"NW": "NW",
"NNW": "NNW",
"UPDATE_NOTIFICATION": "Un update este disponibil pentru MagicMirror².",
"UPDATE_NOTIFICATION_MODULE": "Un update este disponibil pentru modulul MODULE_NAME.",
"UPDATE_INFO": "Există COMMIT_COUNT commit-uri noi pe branch-ul BRANCH_NAME."
}

View File

@ -33,6 +33,7 @@ var translations = {
"is" : "translations/is.json", // Icelandic
"et" : "translations/et.json", // Estonian
"kr" : "translations/kr.json", // Korean
"ro" : "translations/ro.json", // Romanian
};
if (typeof module !== "undefined") {module.exports = translations;}