Skip to content

Commit

Permalink
Merge pull request #596 from IgniparousTempest/master
Browse files Browse the repository at this point in the history
Afrikaans Translation
  • Loading branch information
MichMich authored Jan 12, 2017
2 parents bb75f6f + 8ae946c commit 0623ae1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Made default newsfeed module aware of gesture events from [MMM-Gestures](https://github.com/thobach/MMM-Gestures)
- Add use pm2 for manager process into Installer RaspberryPi script
- Russian Translation
- Afrikaans Translation

### Fixed
- Update .gitignore to not ignore default modules folder.
Expand Down
34 changes: 34 additions & 0 deletions translations/af.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
/* GENERAL */
"LOADING": "Besig om te laai …",

/* CALENDAR */
"TODAY": "Vandag",
"TOMORROW": "Môre",
"DAYAFTERTOMORROW": "Oormôre",
"RUNNING": "Eindig in",
"EMPTY": "Geen komende gebeurtenisse.",

/* WEATHER */
"N": "N",
"NNE": "NNO",
"NE": "NO",
"ENE": "ONO",
"E": "O",
"ESE": "OSO",
"SE": "SO",
"SSE": "SSO",
"S": "S",
"SSW": "SSW",
"SW": "SW",
"WSW": "WSW",
"W": "W",
"WNW": "WNW",
"NW": "NW",
"NNW": "NNW",

/* UPDATE INFO */
"UPDATE_NOTIFICATION": "MagicMirror² update beskikbaar.",
"UPDATE_NOTIFICATION_MODULE": "Update beskikbaar vir MODULE_NAME module.",
"UPDATE_INFO": "Die huidige installasie is COMMIT_COUNT agter op die BRANCH_NAME branch."
}
1 change: 1 addition & 0 deletions translations/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ var translations = {
"da" : "translations/da.json", // Danish
"tr" : "translations/tr.json", // Turkish
"ru" : "translations/ru.json", // Russian
"af" : "translations/af.json", // Afrikaans
};

0 comments on commit 0623ae1

Please sign in to comment.