timeline output
This commit is contained in:
parent
05413ad9f8
commit
c5dc81d363
101 changed files with 13735 additions and 0 deletions
75
app/static/timeline/js/locale/nl.json
Normal file
75
app/static/timeline/js/locale/nl.json
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"lang": "nl",
|
||||
"date": {
|
||||
"month_abbr": [
|
||||
"jan",
|
||||
"febr",
|
||||
"maa",
|
||||
"apr",
|
||||
"mei",
|
||||
"juni",
|
||||
"juli",
|
||||
"aug",
|
||||
"sept",
|
||||
"okt",
|
||||
"nov",
|
||||
"dec"
|
||||
],
|
||||
"day_abbr": [
|
||||
"zo",
|
||||
"ma",
|
||||
"di",
|
||||
"wo",
|
||||
"do",
|
||||
"vr",
|
||||
"za"
|
||||
],
|
||||
"day": [
|
||||
"zondag",
|
||||
"maandag",
|
||||
"dinsdag",
|
||||
"woensdag",
|
||||
"donderdag",
|
||||
"vrijdag",
|
||||
"zaterdag"
|
||||
],
|
||||
"month": [
|
||||
"januari",
|
||||
"februari",
|
||||
"maart",
|
||||
"april",
|
||||
"mei",
|
||||
"juni",
|
||||
"juli",
|
||||
"augustus",
|
||||
"september",
|
||||
"oktober",
|
||||
"november",
|
||||
"december"
|
||||
]
|
||||
},
|
||||
"api": {
|
||||
"wikipedia": "nl"
|
||||
},
|
||||
"messages": {
|
||||
"loading": "Laden",
|
||||
"contract_timeline": "Tijdlijn inzoomen",
|
||||
"return_to_title": "Terug naar het begin",
|
||||
"wikipedia": "From Wikipedia, the free encyclopedia",
|
||||
"loading_content": "Inhoud laden",
|
||||
"expand_timeline": "Tijdlijn uitzoomen",
|
||||
"loading_timeline": "Tijdlijn laden ... "
|
||||
},
|
||||
"dateformats": {
|
||||
"full_long": "dddd',' d mmm yyyy 'om' HH:MM",
|
||||
"full_short": "d mmm",
|
||||
"full": "d mmmm yyyy",
|
||||
"month_short": "mmm",
|
||||
"time_no_seconds_small_date": "HH:MM'<br/><small>'d mmmm yyyy'</small>'",
|
||||
"month": "mmmm yyyy",
|
||||
"time_no_seconds_short": "HH:MM",
|
||||
"time_short": "HH:MM:ss",
|
||||
"year": "yyyy",
|
||||
"full_long_small_date": "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue