@knight-lab/timelinejs 3.8.15 → 3.8.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API.md +1 -2
- package/{CHANGELOG → CHANGELOG.md} +70 -8
- package/DEPLOYING.md +4 -0
- package/README.md +21 -19
- package/RELEASING.md +4 -4
- package/dist/css/fonts/font.abril-droidsans.css +143 -0
- package/dist/css/fonts/font.amatic-andika.css +143 -0
- package/dist/css/fonts/font.bevan-pontanosans.css +141 -0
- package/dist/css/fonts/font.bitter-raleway.css +149 -0
- package/dist/css/fonts/font.clicker-garamond.css +141 -0
- package/dist/css/fonts/font.dancing-ledger.css +143 -0
- package/dist/css/fonts/font.default.css +155 -0
- package/dist/css/fonts/font.fjalla-average.css +141 -0
- package/dist/css/fonts/font.georgia-helvetica.css +123 -0
- package/dist/css/fonts/font.knightlab.css +125 -0
- package/dist/css/fonts/font.lustria-lato.css +147 -0
- package/dist/css/fonts/font.medula-lato.css +149 -0
- package/dist/css/fonts/font.oldstandard.css +135 -0
- package/dist/css/fonts/font.opensans-gentiumbook.css +155 -0
- package/dist/css/fonts/font.playfair-faunaone.css +156 -0
- package/dist/css/fonts/font.playfair.css +143 -0
- package/dist/css/fonts/font.pt.css +153 -0
- package/dist/css/fonts/font.roboto-megrim.css +143 -0
- package/dist/css/fonts/font.rufina-sintony.css +149 -0
- package/dist/css/fonts/font.ubuntu.css +145 -0
- package/dist/css/fonts/font.unicaone-vollkorn.css +143 -0
- package/dist/css/icons/tl-icons.eot +0 -0
- package/dist/css/icons/tl-icons.svg +63 -0
- package/dist/css/icons/tl-icons.ttf +0 -0
- package/dist/css/icons/tl-icons.woff +0 -0
- package/dist/css/icons/tl-icons.woff2 +0 -0
- package/dist/css/themes/timeline.theme.contrast.css +3125 -0
- package/dist/css/themes/timeline.theme.dark.css +3125 -0
- package/dist/css/timeline.css +3128 -0
- package/dist/css/timeline.css.map +1 -0
- package/dist/embed/compare.html +91 -0
- package/dist/embed/index.html +170 -0
- package/dist/embed/old-index.html +170 -0
- package/dist/embed/popular_timelines.json +1 -0
- package/dist/js/locale/af.json +75 -0
- package/dist/js/locale/ar.json +76 -0
- package/dist/js/locale/be.json +75 -0
- package/dist/js/locale/bg.json +75 -0
- package/dist/js/locale/ca.json +75 -0
- package/dist/js/locale/cz.json +108 -0
- package/dist/js/locale/da.json +75 -0
- package/dist/js/locale/de.json +76 -0
- package/dist/js/locale/el.json +75 -0
- package/dist/js/locale/en-24hr.json +75 -0
- package/dist/js/locale/en-week.json +75 -0
- package/dist/js/locale/en.json +152 -0
- package/dist/js/locale/eo.json +75 -0
- package/dist/js/locale/es.json +76 -0
- package/dist/js/locale/et.json +75 -0
- package/dist/js/locale/eu.json +75 -0
- package/dist/js/locale/fa.json +74 -0
- package/dist/js/locale/fi.json +95 -0
- package/dist/js/locale/fo.json +75 -0
- package/dist/js/locale/fr.json +119 -0
- package/dist/js/locale/fy.json +75 -0
- package/dist/js/locale/ga.json +75 -0
- package/dist/js/locale/gl.json +75 -0
- package/dist/js/locale/he.json +76 -0
- package/dist/js/locale/hi.json +76 -0
- package/dist/js/locale/hr.json +75 -0
- package/dist/js/locale/hu.json +114 -0
- package/dist/js/locale/hy.json +75 -0
- package/dist/js/locale/id.json +75 -0
- package/dist/js/locale/is.json +75 -0
- package/dist/js/locale/it.json +92 -0
- package/dist/js/locale/iw.json +76 -0
- package/dist/js/locale/ja.json +75 -0
- package/dist/js/locale/ka.json +75 -0
- package/dist/js/locale/ko.json +75 -0
- package/dist/js/locale/lb.json +75 -0
- package/dist/js/locale/lt.json +75 -0
- package/dist/js/locale/lv.json +75 -0
- package/dist/js/locale/ms.json +75 -0
- package/dist/js/locale/my.json +124 -0
- package/dist/js/locale/ne.json +75 -0
- package/dist/js/locale/nl.json +75 -0
- package/dist/js/locale/no.json +76 -0
- package/dist/js/locale/pl.json +75 -0
- package/dist/js/locale/pt-br.json +78 -0
- package/dist/js/locale/pt.json +78 -0
- package/dist/js/locale/rm.json +75 -0
- package/dist/js/locale/ro.json +75 -0
- package/dist/js/locale/ru.json +75 -0
- package/dist/js/locale/si.json +74 -0
- package/dist/js/locale/sk.json +75 -0
- package/dist/js/locale/sl.json +75 -0
- package/dist/js/locale/sr-cy.json +75 -0
- package/dist/js/locale/sr.json +75 -0
- package/dist/js/locale/sv.json +86 -0
- package/dist/js/locale/ta.json +75 -0
- package/dist/js/locale/te.json +74 -0
- package/dist/js/locale/th.json +108 -0
- package/dist/js/locale/tl.json +75 -0
- package/dist/js/locale/tr.json +75 -0
- package/dist/js/locale/uk.json +75 -0
- package/dist/js/locale/ur.json +123 -0
- package/dist/js/locale/vi.json +74 -0
- package/dist/js/locale/zh-cn.json +76 -0
- package/dist/js/locale/zh-tw.json +75 -0
- package/dist/js/timeline-min.js +12 -0
- package/dist/js/timeline.js +12 -0
- package/dist/js/timeline.js.map +1 -0
- package/dist/timeline3.zip +0 -0
- package/index.js +1 -0
- package/package.json +5 -5
- package/src/embed/old-index.html +128 -18
- package/src/js/core/Browser.js +19 -19
- package/src/js/index.js +1 -1
- package/src/js/language/locale/zh-cn.json +1 -1
- package/src/js/media/MediaType.js +1 -1
- package/src/js/media/types/Audio.js +9 -0
- package/src/js/media/types/Video.js +11 -0
- package/src/js/timeline/Timeline.js +25 -20
- package/src/less/fonts/font.knightlab.less +2 -2
- package/src/template/all-media-types.json +61 -24
- package/src/template/index.html +39 -19
- package/{contrib/women_in_computing.csv → src/template/my-own-timeline.csv} +5 -5
- package/contrib/README.md +0 -13
- package/contrib/csv_to_json.py +0 -106
- package/contrib/docs/ImageHosting.md +0 -120
- package/contrib/examples/autoload.html +0 -44
- package/contrib/examples/iBooksAuthor/README.md +0 -37
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Default.png +0 -0
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Info.plist +0 -27
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/index.html +0 -13
- package/contrib/examples/react.html +0 -40
- package/contrib/examples/vue.html +0 -29
- package/contrib/fedorbeets/README.md +0 -3
- package/contrib/fedorbeets/timeline.py.txt +0 -56
- package/contrib/iamamoose/README.md +0 -3
- package/contrib/iamamoose/timeline.py.txt +0 -53
- package/contrib/women_in_computing.json +0 -263
- package/fabfile.py +0 -64
- package/requirements.txt +0 -29
- package/util/convert_json.py +0 -96
- package/website/__init__.py +0 -0
- package/website/app.py +0 -101
- package/website/core/__init__.py +0 -0
- package/website/core/settings/__init__.py +0 -0
- package/website/core/settings/base.py +0 -6
- package/website/core/settings/loc.py +0 -16
- package/website/examples.json +0 -114
- package/website/faq.json +0 -81
- package/website/static/css/desert.css +0 -34
- package/website/static/css/site.css +0 -74
- package/website/static/img/TimelineJSTags.jpg +0 -0
- package/website/static/img/examples/houston/eyesclosedftm_10001.jpg +0 -0
- package/website/static/img/examples/houston/family.jpg +0 -0
- package/website/static/img/examples/houston/family.png +0 -0
- package/website/static/img/examples/houston/wh1.jpg +0 -0
- package/website/static/img/examples/houston/wh2.jpg +0 -0
- package/website/static/img/examples/houston/wh3.jpg +0 -0
- package/website/static/img/examples/houston/whChild.jpg +0 -0
- package/website/static/img/examples/houston/whlead.jpg +0 -0
- package/website/static/img/examples/houston/young.jpg +0 -0
- package/website/static/img/examples/logos/Northwestern University.png +0 -0
- package/website/static/img/examples/logos/Social-Logos.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-background.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-small.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo.png +0 -0
- package/website/static/img/examples/logos/less-small.png +0 -0
- package/website/static/img/examples/logos/logo_aljazeera.png +0 -0
- package/website/static/img/examples/logos/logo_arte.png +0 -0
- package/website/static/img/examples/logos/logo_beyondtheseal.png +0 -0
- package/website/static/img/examples/logos/logo_centerforpublicintegrity.png +0 -0
- package/website/static/img/examples/logos/logo_cnn.png +0 -0
- package/website/static/img/examples/logos/logo_denverpost.png +0 -0
- package/website/static/img/examples/logos/logo_engadget.png +0 -0
- package/website/static/img/examples/logos/logo_gigaom.png +0 -0
- package/website/static/img/examples/logos/logo_ibt.png +0 -0
- package/website/static/img/examples/logos/logo_knightlab.png +0 -0
- package/website/static/img/examples/logos/logo_ksat.png +0 -0
- package/website/static/img/examples/logos/logo_lemonde.png +0 -0
- package/website/static/img/examples/logos/logo_maneater.png +0 -0
- package/website/static/img/examples/logos/logo_mashable.png +0 -0
- package/website/static/img/examples/logos/logo_radiolab.png +0 -0
- package/website/static/img/examples/logos/logo_time.png +0 -0
- package/website/static/img/examples/logos/logo_vh1.png +0 -0
- package/website/static/img/examples/logos/logo_vinepair.png +0 -0
- package/website/static/img/examples/logos/logo_wbur.png +0 -0
- package/website/static/img/examples/thumbs/thumb_akira.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_aljazeera.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_artetv.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_banana.png +0 -0
- package/website/static/img/examples/thumbs/thumb_bulger.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_denver_shooting.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_houston.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_isis.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_lemonde.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_malaysia-airlines.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mandela.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mobile_device.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_northkorea.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_perpwalk.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_radiolab-colorwalking.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_republican.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_shtpeoplesay.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_supremecourt.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_univofmissouri.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_userinterface.png +0 -0
- package/website/static/img/examples/thumbs/thumb_wine.jpg +0 -0
- package/website/static/img/examples/user-interface/4s.jpg +0 -0
- package/website/static/img/examples/user-interface/apple.jpg +0 -0
- package/website/static/img/examples/user-interface/input.png +0 -0
- package/website/static/img/examples/user-interface/palm.png +0 -0
- package/website/static/img/examples/user-interface/pascaline.jpg +0 -0
- package/website/static/img/examples/user-interface/univac.JPG +0 -0
- package/website/static/img/font-options.png +0 -0
- package/website/static/img/kl-og.png +0 -0
- package/website/static/img/knightlab_logo.png +0 -0
- package/website/static/img/loading.gif +0 -0
- package/website/static/img/make/abril-droidsans.png +0 -0
- package/website/static/img/make/amatic-andika.png +0 -0
- package/website/static/img/make/bevan-pontanosans.png +0 -0
- package/website/static/img/make/bitter-raleway.png +0 -0
- package/website/static/img/make/clicker-garamond.png +0 -0
- package/website/static/img/make/dancing-ledger.png +0 -0
- package/website/static/img/make/default.png +0 -0
- package/website/static/img/make/fakedropdown.svg +0 -1
- package/website/static/img/make/fjalla-average.png +0 -0
- package/website/static/img/make/font-options.png +0 -0
- package/website/static/img/make/georgia-helvetica.png +0 -0
- package/website/static/img/make/lustria-lato.png +0 -0
- package/website/static/img/make/medula-lato.png +0 -0
- package/website/static/img/make/oldstandard.png +0 -0
- package/website/static/img/make/opensans-gentiumbook.png +0 -0
- package/website/static/img/make/playfair-faunaone.png +0 -0
- package/website/static/img/make/playfair.png +0 -0
- package/website/static/img/make/pt.png +0 -0
- package/website/static/img/make/publish_to_web_browser_url.png +0 -0
- package/website/static/img/make/publish_to_web_button_small-od1.png +0 -0
- package/website/static/img/make/publish_to_web_button_small.png +0 -0
- package/website/static/img/make/publish_to_web_small.png +0 -0
- package/website/static/img/make/publish_to_web_url_small.png +0 -0
- package/website/static/img/make/roboto-megrim.png +0 -0
- package/website/static/img/make/rufina-sintony.png +0 -0
- package/website/static/img/make/unicaone-vollkorn.png +0 -0
- package/website/static/img/make/v4_step_1.png +0 -0
- package/website/static/img/make/v4_step_2.png +0 -0
- package/website/static/img/timeline.png +0 -0
- package/website/static/img/timeline3_intro_image.png +0 -0
- package/website/static/js/faq-generator.js +0 -20
- package/website/static/js/main.js +0 -240
- package/website/static/welcome/step3.png +0 -0
- package/website/static/welcome/welcome.json +0 -266
- package/website/templates/_about.html +0 -23
- package/website/templates/_analytics.html +0 -10
- package/website/templates/_banner.html +0 -26
- package/website/templates/_demo.html +0 -5
- package/website/templates/_developers.html +0 -19
- package/website/templates/_examples.html +0 -156
- package/website/templates/_faq.html +0 -117
- package/website/templates/_footer.html +0 -54
- package/website/templates/_head.html +0 -38
- package/website/templates/_header.html +0 -18
- package/website/templates/_help.html +0 -50
- package/website/templates/_make.html +0 -291
- package/website/templates/_nav.html +0 -24
- package/website/templates/_overview.html +0 -32
- package/website/templates/_roadmap.html +0 -27
- package/website/templates/_storytelling_tools.html +0 -35
- package/website/templates/base.html +0 -37
- package/website/templates/docs/faq.html +0 -223
- package/website/templates/docs/index.html +0 -57
- package/website/templates/docs/instantiate-a-timeline.html +0 -207
- package/website/templates/docs/json-format.html +0 -477
- package/website/templates/docs/license.html +0 -29
- package/website/templates/docs/media-types.html +0 -82
- package/website/templates/docs/options.html +0 -472
- package/website/templates/docs/overriding-styles.html +0 -357
- package/website/templates/docs/using-spreadsheets.html +0 -94
- package/website/templates/error.html +0 -28
- package/website/templates/examples/_common_example_embed.html +0 -27
- package/website/templates/examples/embed-test/index.html +0 -41
- package/website/templates/examples/example.json +0 -328
- package/website/templates/examples/houston/index.html +0 -40
- package/website/templates/examples/houston/timeline2.json +0 -218
- package/website/templates/examples/houston/timeline3.json +0 -271
- package/website/templates/examples/mediatypes/index.html +0 -61
- package/website/templates/examples/mediatypes/timeline3.json +0 -421
- package/website/templates/examples/republican/index.html +0 -49
- package/website/templates/examples/republican/timeline2.json +0 -0
- package/website/templates/examples/republican/timeline3.json +0 -238
- package/website/templates/examples/shit-people-say/index.html +0 -39
- package/website/templates/examples/shit-people-say/timeline2.json +0 -243
- package/website/templates/examples/shit-people-say/timeline3.json +0 -336
- package/website/templates/examples/soundcite/index.html +0 -42
- package/website/templates/examples/soundcite/timeline3.json +0 -271
- package/website/templates/examples/timeline3.json +0 -271
- package/website/templates/examples/twain/index.html +0 -85
- package/website/templates/examples/twain/marktwain.json +0 -502
- package/website/templates/examples/user-interface/index.html +0 -40
- package/website/templates/examples/user-interface/timeline2.json +0 -260
- package/website/templates/examples/user-interface/timeline3.json +0 -327
- package/website/templates/index.html +0 -17
- package/website/templates/mediatype-tests.html +0 -121
- package/website/templates/test/GoogleSpreadsheetFeedLegacyFormat.json +0 -1
- package/website/templates/test/GoogleSpreadsheetFeedTJS3Format.json +0 -1
- package/website/templates/test/maps.html +0 -4
- package/website/templates/unit-tests.html +0 -775
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "af",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Jan.",
|
|
6
|
+
"Feb.",
|
|
7
|
+
"Maart",
|
|
8
|
+
"April",
|
|
9
|
+
"Mei",
|
|
10
|
+
"Junei",
|
|
11
|
+
"Julie",
|
|
12
|
+
"Aug.",
|
|
13
|
+
"Sept.",
|
|
14
|
+
"Okt.",
|
|
15
|
+
"Nov.",
|
|
16
|
+
"Des."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Son.",
|
|
20
|
+
"Maan.",
|
|
21
|
+
"Dins.",
|
|
22
|
+
"Woen.",
|
|
23
|
+
"Don.",
|
|
24
|
+
"Vry.",
|
|
25
|
+
"Sat."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Sondag",
|
|
29
|
+
"Maandag",
|
|
30
|
+
"Dinsdag",
|
|
31
|
+
"Woensdag",
|
|
32
|
+
"Donderdag",
|
|
33
|
+
"Vrydag",
|
|
34
|
+
"Saterdag"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Januarie",
|
|
38
|
+
"Februarie",
|
|
39
|
+
"Maart",
|
|
40
|
+
"April",
|
|
41
|
+
"Mei",
|
|
42
|
+
"Junie",
|
|
43
|
+
"Julie",
|
|
44
|
+
"Augustus",
|
|
45
|
+
"September",
|
|
46
|
+
"Oktober",
|
|
47
|
+
"November",
|
|
48
|
+
"Desember"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "af"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Aan't laai",
|
|
56
|
+
"contract_timeline": "Krimp die tydlyn",
|
|
57
|
+
"return_to_title": "Begin voor",
|
|
58
|
+
"wikipedia": "Van Wikipedia, die gratis ensiklopedie",
|
|
59
|
+
"loading_content": "Die inhoud laai",
|
|
60
|
+
"expand_timeline": "Rek die tydlyn",
|
|
61
|
+
"loading_timeline": "Die tydlyn laai... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "d mmm',' yyyy 'om' HH:MM",
|
|
65
|
+
"full_short": "d mmm",
|
|
66
|
+
"full": "d mmmm yyyy",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "HH:MM'<br/><small>'d mmmm yyyy'</small>'",
|
|
69
|
+
"month": "mmmm yyyy",
|
|
70
|
+
"time_no_seconds_short": "HH:MM",
|
|
71
|
+
"time_short": "HH:MM:ss",
|
|
72
|
+
"year": "yyyy",
|
|
73
|
+
"full_long_small_date": "HH:MM'<br/><small>d mmm yyyy'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "ar",
|
|
3
|
+
"direction": "rtl",
|
|
4
|
+
"messages": {
|
|
5
|
+
"loading": "تحميل",
|
|
6
|
+
"contract_timeline": "الاتفاقية",
|
|
7
|
+
"return_to_title": "العودة",
|
|
8
|
+
"wikipedia": "من ويكيبيديا, الموسوعة الحرة",
|
|
9
|
+
"loading_content": "تحميل المحتوى",
|
|
10
|
+
"expand_timeline": "تكبير العرض",
|
|
11
|
+
"loading_timeline": "جاري التحميل... "
|
|
12
|
+
},
|
|
13
|
+
"api": {
|
|
14
|
+
"wikipedia": "ar"
|
|
15
|
+
},
|
|
16
|
+
"date": {
|
|
17
|
+
"month_abbr": [
|
|
18
|
+
"كانون الثاني",
|
|
19
|
+
"شباط",
|
|
20
|
+
"آذار",
|
|
21
|
+
"نيسان",
|
|
22
|
+
"أيار",
|
|
23
|
+
"حزيران",
|
|
24
|
+
"تموز",
|
|
25
|
+
"آب",
|
|
26
|
+
"أيلول",
|
|
27
|
+
"تشرين الأول",
|
|
28
|
+
"تشرين الثاني",
|
|
29
|
+
"كانون الأول"
|
|
30
|
+
],
|
|
31
|
+
"day_abbr": [
|
|
32
|
+
"الأحد",
|
|
33
|
+
"الإثنين",
|
|
34
|
+
"الثلاثاء",
|
|
35
|
+
"الأربعاء",
|
|
36
|
+
"الخميس",
|
|
37
|
+
"الجمعة",
|
|
38
|
+
"السبت"
|
|
39
|
+
],
|
|
40
|
+
"day": [
|
|
41
|
+
"الأحد",
|
|
42
|
+
"الإثنين",
|
|
43
|
+
"الثلاثاء",
|
|
44
|
+
"الأربعاء",
|
|
45
|
+
"الخميس",
|
|
46
|
+
"الجمعة",
|
|
47
|
+
"السبت"
|
|
48
|
+
],
|
|
49
|
+
"month": [
|
|
50
|
+
"كانون الثاني",
|
|
51
|
+
"شباط",
|
|
52
|
+
"آذار",
|
|
53
|
+
"نيسان",
|
|
54
|
+
"أيار",
|
|
55
|
+
"حزيران",
|
|
56
|
+
"تموز",
|
|
57
|
+
"آب",
|
|
58
|
+
"أيلول",
|
|
59
|
+
"تشرين الأول",
|
|
60
|
+
"تشرين الثاني",
|
|
61
|
+
"كانون الأول"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"dateformats": {
|
|
65
|
+
"full_long": "mmm d',' yyyy 'at' hh:MM TT",
|
|
66
|
+
"full_short": "mmm d",
|
|
67
|
+
"full": "mmmm d',' yyyy",
|
|
68
|
+
"month_short": "mmm",
|
|
69
|
+
"time_no_seconds_small_date": "h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",
|
|
70
|
+
"month": "mmmm yyyy",
|
|
71
|
+
"time_no_seconds_short": "h:MM TT",
|
|
72
|
+
"time_short": "h:MM:ss TT",
|
|
73
|
+
"year": "yyyy",
|
|
74
|
+
"full_long_small_date": "hh:MM TT'<br/><small>mmm d',' yyyy'</small>'"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "be",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"стд",
|
|
6
|
+
"лют",
|
|
7
|
+
"скв",
|
|
8
|
+
"крс",
|
|
9
|
+
"май",
|
|
10
|
+
"чрв",
|
|
11
|
+
"лпн",
|
|
12
|
+
"жнв",
|
|
13
|
+
"врс",
|
|
14
|
+
"кст",
|
|
15
|
+
"лст",
|
|
16
|
+
"снж"
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Нд.",
|
|
20
|
+
"Пн.",
|
|
21
|
+
"Аўт.",
|
|
22
|
+
"Ср.",
|
|
23
|
+
"Чц.",
|
|
24
|
+
"Пт.",
|
|
25
|
+
"Сб."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"нядзеля",
|
|
29
|
+
"панядзелак",
|
|
30
|
+
"аўторак",
|
|
31
|
+
"серада",
|
|
32
|
+
"чацвер",
|
|
33
|
+
"пятніца",
|
|
34
|
+
"субота"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"студзень",
|
|
38
|
+
"люты",
|
|
39
|
+
"сакавік",
|
|
40
|
+
"красавік",
|
|
41
|
+
"май",
|
|
42
|
+
"чэрвень",
|
|
43
|
+
"ліпень",
|
|
44
|
+
"жнівень",
|
|
45
|
+
"верасень",
|
|
46
|
+
"кастрычнік",
|
|
47
|
+
"лістапад",
|
|
48
|
+
"снежань"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "be"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Загрузка",
|
|
56
|
+
"contract_timeline": "Аддаліць лінію часу",
|
|
57
|
+
"return_to_title": "Вярнуцца ў пачатак",
|
|
58
|
+
"wikipedia": "З Вікіпедыі, свабоднай энцыклапедыі",
|
|
59
|
+
"loading_content": "Загрузка зместу",
|
|
60
|
+
"expand_timeline": "Наблізіць лінію часу",
|
|
61
|
+
"loading_timeline": "Загрузка лініі часу... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "d mmm yyyy 'at' h:MM TT",
|
|
65
|
+
"full_short": "d mmm",
|
|
66
|
+
"full": "d mmmm yyyy",
|
|
67
|
+
"time_short": "h:MM:ss TT",
|
|
68
|
+
"year": "yyyy",
|
|
69
|
+
"time_no_seconds_short": "h:MM TT",
|
|
70
|
+
"month_short": "mmm",
|
|
71
|
+
"full_long_small_date": "h:MM TT'<br/><small>d mmm yyyy'</small>'",
|
|
72
|
+
"time_no_seconds_small_date": "h:MM TT'<br/><small>'d mmmm yyyy'</small>'",
|
|
73
|
+
"month": "mmmm yyyy"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "bg",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Ян.",
|
|
6
|
+
"Фев.",
|
|
7
|
+
"Март",
|
|
8
|
+
"Апр.",
|
|
9
|
+
"Май",
|
|
10
|
+
"Юни",
|
|
11
|
+
"Юли",
|
|
12
|
+
"Авг.",
|
|
13
|
+
"Септ.",
|
|
14
|
+
"Окт.",
|
|
15
|
+
"Ноем.",
|
|
16
|
+
"Дек."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Нед.",
|
|
20
|
+
"Пон.",
|
|
21
|
+
"Вт.",
|
|
22
|
+
"Ср.",
|
|
23
|
+
"Четв.",
|
|
24
|
+
"Пет.",
|
|
25
|
+
"Съб."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Неделя",
|
|
29
|
+
"Понеделник",
|
|
30
|
+
"Вторник",
|
|
31
|
+
"Сряда",
|
|
32
|
+
"Четвъртък",
|
|
33
|
+
"Петък",
|
|
34
|
+
"Събота"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Януари",
|
|
38
|
+
"Февруари",
|
|
39
|
+
"Март",
|
|
40
|
+
"Април",
|
|
41
|
+
"Май",
|
|
42
|
+
"Юни",
|
|
43
|
+
"Юли",
|
|
44
|
+
"Август",
|
|
45
|
+
"Септември",
|
|
46
|
+
"Октомври",
|
|
47
|
+
"Ноември",
|
|
48
|
+
"Декември"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "bg"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Зарежда се",
|
|
56
|
+
"contract_timeline": "Свиване",
|
|
57
|
+
"return_to_title": "В началото",
|
|
58
|
+
"wikipedia": "От Уикипедия, свободната енциклопедия",
|
|
59
|
+
"loading_content": "Съдържанието се зарежда",
|
|
60
|
+
"expand_timeline": "Разширяване",
|
|
61
|
+
"loading_timeline": "Зареждане... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "d mmm yyyy 'at' h:MM TT",
|
|
65
|
+
"full_short": "d mmm",
|
|
66
|
+
"full": "d mmmm yyyy",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "h:MM TT'<br/><small>'d mmmm yyyy'</small>'",
|
|
69
|
+
"month": "mmmm yyyy",
|
|
70
|
+
"time_no_seconds_short": "h:MM TT",
|
|
71
|
+
"time_short": "h:MM:ss TT",
|
|
72
|
+
"year": "yyyy",
|
|
73
|
+
"full_long_small_date": "h:MM TT'<br/><small>d mmm yyyy'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "ca",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Gen",
|
|
6
|
+
"Feb",
|
|
7
|
+
"Mar",
|
|
8
|
+
"Abr",
|
|
9
|
+
"Mai",
|
|
10
|
+
"Jun",
|
|
11
|
+
"Jul",
|
|
12
|
+
"Ago",
|
|
13
|
+
"Set",
|
|
14
|
+
"Oct",
|
|
15
|
+
"Nov",
|
|
16
|
+
"Des"
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Dg.",
|
|
20
|
+
"Dl.",
|
|
21
|
+
"Dt.",
|
|
22
|
+
"Dc.",
|
|
23
|
+
"Dj.",
|
|
24
|
+
"Dv.",
|
|
25
|
+
"Ds."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Diumenge",
|
|
29
|
+
"Dilluns",
|
|
30
|
+
"Dimarts",
|
|
31
|
+
"Dimecres",
|
|
32
|
+
"Dijous",
|
|
33
|
+
"Divendres",
|
|
34
|
+
"Dissabte"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Gener",
|
|
38
|
+
"Febrer",
|
|
39
|
+
"Març",
|
|
40
|
+
"Abril",
|
|
41
|
+
"Maig",
|
|
42
|
+
"Juny",
|
|
43
|
+
"Juliol",
|
|
44
|
+
"Agost",
|
|
45
|
+
"Setembre",
|
|
46
|
+
"Octubre",
|
|
47
|
+
"Novembre",
|
|
48
|
+
"Desembre"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "ca"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Carregant",
|
|
56
|
+
"contract_timeline": "Reduir la cronologia",
|
|
57
|
+
"return_to_title": "Tornar al títol",
|
|
58
|
+
"wikipedia": "Des de Wikipedia, l'enciclopèdia lliure",
|
|
59
|
+
"loading_content": "Carregant contingut",
|
|
60
|
+
"expand_timeline": "Ampliar la cronologia",
|
|
61
|
+
"loading_timeline": "Carregant cronologia..."
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "dddd',' d mmm yyyy HH:MM",
|
|
65
|
+
"full_short": "d mmm",
|
|
66
|
+
"full": "d mmmm yyyy",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "'<small>'d mmmm yyyy'</small>' HH:MM",
|
|
69
|
+
"month": "mmmm yyyy",
|
|
70
|
+
"time_no_seconds_short": "HH:MM",
|
|
71
|
+
"time_short": "HH:MM:ss",
|
|
72
|
+
"year": "yyyy",
|
|
73
|
+
"full_long_small_date": "HH:MM'<br/><small>d mmm yyyy'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "cz",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Led",
|
|
6
|
+
"Úno",
|
|
7
|
+
"Bře",
|
|
8
|
+
"Dub",
|
|
9
|
+
"Kvě",
|
|
10
|
+
"Čen",
|
|
11
|
+
"Čec",
|
|
12
|
+
"Srp",
|
|
13
|
+
"Zář",
|
|
14
|
+
"Říj",
|
|
15
|
+
"Lis",
|
|
16
|
+
"Pro"
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Ne",
|
|
20
|
+
"Po",
|
|
21
|
+
"Út",
|
|
22
|
+
"St",
|
|
23
|
+
"Čt",
|
|
24
|
+
"Pá",
|
|
25
|
+
"So"
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"neděle",
|
|
29
|
+
"pondělí",
|
|
30
|
+
"úterý",
|
|
31
|
+
"středa",
|
|
32
|
+
"čtvrtek",
|
|
33
|
+
"pátek",
|
|
34
|
+
"sobota"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"ledna",
|
|
38
|
+
"února",
|
|
39
|
+
"března",
|
|
40
|
+
"dubna",
|
|
41
|
+
"května",
|
|
42
|
+
"června",
|
|
43
|
+
"července",
|
|
44
|
+
"srpna",
|
|
45
|
+
"září",
|
|
46
|
+
"října",
|
|
47
|
+
"listopadu",
|
|
48
|
+
"prosince"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "cs"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Nahrávám",
|
|
56
|
+
"error": "Chyba",
|
|
57
|
+
"contract_timeline": "Sbalit časovou osu",
|
|
58
|
+
"return_to_title": "Zpět na začátek",
|
|
59
|
+
"wikipedia": "Zdroj: otevřená encyklopedie Wikipedia",
|
|
60
|
+
"loading_content": "Nahrávám obsah",
|
|
61
|
+
"expand_timeline": "Rozbalit časovou osu",
|
|
62
|
+
"loading_timeline": "Načítám časovou osu... ",
|
|
63
|
+
"swipe_to_navigate": "Posunem ovládejte<br><span class='tl-button'>OK</span>",
|
|
64
|
+
"unknown_read_err": "Došlo k neočekávané chybě při čtení dat tabulky",
|
|
65
|
+
"invalid_url_err": "Nelze číst data časové osy. Ujistěte se, že adresa URL je pro tabulku Google nebo soubor časové osy JSON.",
|
|
66
|
+
"network_err": "Nelze číst Tabulku Google. Ujistěte se, že jste je publikovali na webu.",
|
|
67
|
+
"empty_feed_err": "Nebyly nalezeny žádné údaje",
|
|
68
|
+
"missing_start_date_err": "Chybí start_date",
|
|
69
|
+
"invalid_data_format_err": "Řádky záhlaví byly změněny.",
|
|
70
|
+
"date_compare_err": "Nelze porovnat timeline date objects jsou v různých měřítkách",
|
|
71
|
+
"invalid_scale_err": "Neplatná stupnice",
|
|
72
|
+
"invalid_date_err": "Neplatné datum: měsíc, den a rok musí být čísla.",
|
|
73
|
+
"invalid_separator_error": "Neplatný čas: chybné použití : nebo . jako oddělovače.",
|
|
74
|
+
"invalid_hour_err": "Neplatný čas (hodina)",
|
|
75
|
+
"invalid_minute_err": "Neplatný čas (minuta)",
|
|
76
|
+
"invalid_second_err": "Neplatný čas (sekunda)",
|
|
77
|
+
"invalid_fractional_err": "Neplatný čas (zlomek sekund)",
|
|
78
|
+
"invalid_second_fractional_err": "Neplatný čas (sekundy a zlomky sekundy)",
|
|
79
|
+
"invalid_year_err": "Neplatný rok",
|
|
80
|
+
"flickr_notfound_err": "Fotografie nebyly nalezeny nebo jsou soukromé",
|
|
81
|
+
"flickr_invalidurl_err": "Neplatná adresa URL služby Flickr",
|
|
82
|
+
"imgur_invalidurl_err": "Neplatná adresa URL služby Imgur",
|
|
83
|
+
"twitter_invalidurl_err": "Neplatná adresa URL služby Twitter",
|
|
84
|
+
"twitter_load_err": "Nelze načíst Tweet",
|
|
85
|
+
"twitterembed_invalidurl_err": "Neplatná adresa URL pro vkládání do služby Twitter",
|
|
86
|
+
"wikipedia_load_err": "Nelze načíst položku Wikipedia",
|
|
87
|
+
"youtube_invalidurl_err": "Neplatná adresa URL služby YouTube",
|
|
88
|
+
"spotify_invalid_url": "Neplatná adresa Spotify URL",
|
|
89
|
+
"template_value_err": "Proměnná není stanovena žádná hodnota",
|
|
90
|
+
"invalid_rgb_err": "Neplatný argument RGB",
|
|
91
|
+
"time_scale_scale_err": "Nevím, jak dostat datum od času na stupnici",
|
|
92
|
+
"axis_helper_no_options_err": "Pomocník osy musí být konfigurován s možnostmi",
|
|
93
|
+
"axis_helper_scale_err": "Žádný AxisHelper není k dispozici pro měřítko",
|
|
94
|
+
"invalid_integer_option": "Neplatná hodnota - musí být celé číslo."
|
|
95
|
+
},
|
|
96
|
+
"dateformats": {
|
|
97
|
+
"full_long": "dddd d. mmm yyyy 'v' HH:MM",
|
|
98
|
+
"full_short": "d. mmm ",
|
|
99
|
+
"full": "d. mmmm yyyy",
|
|
100
|
+
"month_short": "mmm",
|
|
101
|
+
"time_no_seconds_small_date": "HH:MM'<br/><small>'d. mmmm yyyy'</small>'",
|
|
102
|
+
"month": "mmmm yyyy",
|
|
103
|
+
"time_no_seconds_short": "HH:MM",
|
|
104
|
+
"time_short": "HH:MM:ss",
|
|
105
|
+
"year": "yyyy",
|
|
106
|
+
"full_long_small_date": "HH:MM'<br/><small>dddd d. mmm yyyy'</small>'"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "da",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"jan.",
|
|
6
|
+
"feb.",
|
|
7
|
+
"mar.",
|
|
8
|
+
"apr.",
|
|
9
|
+
"maj.",
|
|
10
|
+
"jun.",
|
|
11
|
+
"jul.",
|
|
12
|
+
"aug.",
|
|
13
|
+
"sep.",
|
|
14
|
+
"okt.",
|
|
15
|
+
"nov.",
|
|
16
|
+
"dec."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"sø.",
|
|
20
|
+
"ma.",
|
|
21
|
+
"ti.",
|
|
22
|
+
"on.",
|
|
23
|
+
"to.",
|
|
24
|
+
"fr.",
|
|
25
|
+
"lø."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"søndag",
|
|
29
|
+
"mandag",
|
|
30
|
+
"tirsdag",
|
|
31
|
+
"onsdag",
|
|
32
|
+
"torsdag",
|
|
33
|
+
"fredag",
|
|
34
|
+
"lørdag"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"januar",
|
|
38
|
+
"februar",
|
|
39
|
+
"marts",
|
|
40
|
+
"april",
|
|
41
|
+
"maj",
|
|
42
|
+
"juni",
|
|
43
|
+
"juli",
|
|
44
|
+
"august",
|
|
45
|
+
"september",
|
|
46
|
+
"oktober",
|
|
47
|
+
"november",
|
|
48
|
+
"december"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "da"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Henter",
|
|
56
|
+
"contract_timeline": "Træk tidslinien sammen",
|
|
57
|
+
"return_to_title": "Tilbage til titel",
|
|
58
|
+
"wikipedia": "Fra Wikipedia",
|
|
59
|
+
"loading_content": "Henter indhold",
|
|
60
|
+
"expand_timeline": "Udvid tidslinien",
|
|
61
|
+
"loading_timeline": "Henter tidslinie..."
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "dddd',' d. mmm',' yyyy 'um' HH:MM",
|
|
65
|
+
"full_short": "d. mmm",
|
|
66
|
+
"full": "d. mmmm',' yyyy",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "HH:MM'<br/><small>'d. mmmm',' yyyy'</small>'",
|
|
69
|
+
"month": "mmmm yyyy",
|
|
70
|
+
"time_no_seconds_short": "HH:MM",
|
|
71
|
+
"time_short": "HH:MM:ss",
|
|
72
|
+
"year": "yyyy",
|
|
73
|
+
"full_long_small_date": "HH:MM'<br/><small>'dddd',' d. mmm yyyy'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "de",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Jan.",
|
|
6
|
+
"Feb.",
|
|
7
|
+
"März",
|
|
8
|
+
"Apr.",
|
|
9
|
+
"Mai",
|
|
10
|
+
"Juni",
|
|
11
|
+
"Juli",
|
|
12
|
+
"Aug.",
|
|
13
|
+
"Sept.",
|
|
14
|
+
"Okt.",
|
|
15
|
+
"Nov.",
|
|
16
|
+
"Dez."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"So.",
|
|
20
|
+
"Mo.",
|
|
21
|
+
"Di.",
|
|
22
|
+
"Mi.",
|
|
23
|
+
"Do.",
|
|
24
|
+
"Fr.",
|
|
25
|
+
"Sa."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Sonntag",
|
|
29
|
+
"Montag",
|
|
30
|
+
"Dienstag",
|
|
31
|
+
"Mittwoch",
|
|
32
|
+
"Donnerstag",
|
|
33
|
+
"Freitag",
|
|
34
|
+
"Samstag"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Januar",
|
|
38
|
+
"Februar",
|
|
39
|
+
"März",
|
|
40
|
+
"April",
|
|
41
|
+
"Mai",
|
|
42
|
+
"Juni",
|
|
43
|
+
"Juli",
|
|
44
|
+
"August",
|
|
45
|
+
"September",
|
|
46
|
+
"Oktober",
|
|
47
|
+
"November",
|
|
48
|
+
"Dezember"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "de"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Loading",
|
|
56
|
+
"contract_timeline": "Chronologie verkleinern",
|
|
57
|
+
"return_to_title": "Zurück zum Anfang",
|
|
58
|
+
"wikipedia": "Wikipedia, Die freie Enzyklopädie",
|
|
59
|
+
"loading_content": "Loading",
|
|
60
|
+
"swipe_to_navigate": "Streichen um zu navigieren<br><span class='tl-button'>OK</span>",
|
|
61
|
+
"expand_timeline": "Chronologie vergrößern",
|
|
62
|
+
"loading_timeline": "Chronologie wird geladen..."
|
|
63
|
+
},
|
|
64
|
+
"dateformats": {
|
|
65
|
+
"full_long": "dddd',' d. mmm yyyy 'um' HH:MM",
|
|
66
|
+
"full_short": "d. mmm",
|
|
67
|
+
"full": "d. mmmm yyyy",
|
|
68
|
+
"month_short": "mmm",
|
|
69
|
+
"time_no_seconds_small_date": "HH:MM'<br/><small>'d. mmmm yyyy'</small>'",
|
|
70
|
+
"month": "mmmm yyyy",
|
|
71
|
+
"time_no_seconds_short": "HH:MM",
|
|
72
|
+
"time_short": "HH:MM:ss",
|
|
73
|
+
"year": "yyyy",
|
|
74
|
+
"full_long_small_date": "HH:MM'<br/><small>'dddd',' d. mmm yyyy'</small>'"
|
|
75
|
+
}
|
|
76
|
+
}
|