@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": "ja",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"1月",
|
|
6
|
+
"2月",
|
|
7
|
+
"3月",
|
|
8
|
+
"4月",
|
|
9
|
+
"5月",
|
|
10
|
+
"6月",
|
|
11
|
+
"7月",
|
|
12
|
+
"8月",
|
|
13
|
+
"9月",
|
|
14
|
+
"10月",
|
|
15
|
+
"11月",
|
|
16
|
+
"12月"
|
|
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
|
+
"1月",
|
|
38
|
+
"2月",
|
|
39
|
+
"3月",
|
|
40
|
+
"4月",
|
|
41
|
+
"5月",
|
|
42
|
+
"6月",
|
|
43
|
+
"7月",
|
|
44
|
+
"8月",
|
|
45
|
+
"9月",
|
|
46
|
+
"10月",
|
|
47
|
+
"11月",
|
|
48
|
+
"12月"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "ja"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "ローディング",
|
|
56
|
+
"contract_timeline": "タイムラインを縮めます",
|
|
57
|
+
"return_to_title": "タイトルへ戻ります",
|
|
58
|
+
"wikipedia": "出典:フリー百科事典『ウィキペディア(Wikipedia)』",
|
|
59
|
+
"loading_content": "コンテンツをロードしています",
|
|
60
|
+
"expand_timeline": "タイムラインを展開します",
|
|
61
|
+
"loading_timeline": "タイムラインをロードしています…"
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "yyyy年m月d日 H時M分s秒",
|
|
65
|
+
"full_short": "yyyy年m月d日",
|
|
66
|
+
"full": "yyyy年 m月d日 (ddd)",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "HH:MM'<br/><small>'yyyy年m月d日'</small>'",
|
|
69
|
+
"month": "yyyy年 m月d日 (ddd)",
|
|
70
|
+
"time_no_seconds_short": "HH:MM",
|
|
71
|
+
"time_short": "HH:MM:ss",
|
|
72
|
+
"year": "yyyy年",
|
|
73
|
+
"full_long_small_date": "HH:MM:ss'<br/><small>'yyyy年m月d日'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "ka",
|
|
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": "ka"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "ჩამოტვირთვა",
|
|
56
|
+
"contract_timeline": "Contract Timeline",
|
|
57
|
+
"return_to_title": "დაბრუნდი თავში",
|
|
58
|
+
"wikipedia": "თავისუფალი ენციკლოპედია Wikipedia-დან",
|
|
59
|
+
"loading_content": "შინაარსის ჩამოტვირთვა",
|
|
60
|
+
"expand_timeline": "გაშალე თაიმლაინი",
|
|
61
|
+
"loading_timeline": "იტვირთება თაიმლაინი... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "mmm d',' yyyy 'at' h:MM TT",
|
|
65
|
+
"full_short": "mmm d",
|
|
66
|
+
"full": "mmmm d',' yyyy",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "h:MM TT'<br/><small>'mmmm d',' 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>mmm d',' yyyy'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "ko",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"01",
|
|
6
|
+
"02",
|
|
7
|
+
"03",
|
|
8
|
+
"04",
|
|
9
|
+
"05",
|
|
10
|
+
"06",
|
|
11
|
+
"07",
|
|
12
|
+
"08",
|
|
13
|
+
"09",
|
|
14
|
+
"10",
|
|
15
|
+
"11",
|
|
16
|
+
"12"
|
|
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
|
+
"1",
|
|
38
|
+
"2",
|
|
39
|
+
"3",
|
|
40
|
+
"4",
|
|
41
|
+
"5",
|
|
42
|
+
"6",
|
|
43
|
+
"7",
|
|
44
|
+
"8",
|
|
45
|
+
"9",
|
|
46
|
+
"10",
|
|
47
|
+
"11",
|
|
48
|
+
"12"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "ko"
|
|
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": "dddd',' d mmm yyyy 'um' HH:MM",
|
|
65
|
+
"full_short": "mm-dd",
|
|
66
|
+
"full": "yyyy년 m월 d일 ",
|
|
67
|
+
"month_short": "mm",
|
|
68
|
+
"time_no_seconds_small_date": "HH:MM'<br/><small>'yyyy mmm d'</small>'",
|
|
69
|
+
"month": "yyyy년 m월",
|
|
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','yyyy mmm d'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "lb",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Jan.",
|
|
6
|
+
"Feb.",
|
|
7
|
+
"Mäe.",
|
|
8
|
+
"Abr.",
|
|
9
|
+
"Mee",
|
|
10
|
+
"Jun.",
|
|
11
|
+
"Jul",
|
|
12
|
+
"Aug.",
|
|
13
|
+
"Sept.",
|
|
14
|
+
"Okt.",
|
|
15
|
+
"Nov.",
|
|
16
|
+
"Dez."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Son.",
|
|
20
|
+
"Méi.",
|
|
21
|
+
"Dë.",
|
|
22
|
+
"Më.",
|
|
23
|
+
"Do.",
|
|
24
|
+
"Fr.",
|
|
25
|
+
"Sa."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Sonndeg",
|
|
29
|
+
"Méindeg",
|
|
30
|
+
"Dënschdeg",
|
|
31
|
+
"Mëttwoch",
|
|
32
|
+
"Donneschden",
|
|
33
|
+
"Freiden",
|
|
34
|
+
"Samschden"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Januar",
|
|
38
|
+
"Februar",
|
|
39
|
+
"Mäerz",
|
|
40
|
+
"Abrëll",
|
|
41
|
+
"Mee",
|
|
42
|
+
"Juni",
|
|
43
|
+
"Juli",
|
|
44
|
+
"August",
|
|
45
|
+
"September",
|
|
46
|
+
"Oktober",
|
|
47
|
+
"November",
|
|
48
|
+
"Dezember"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "lb"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Lued",
|
|
56
|
+
"contract_timeline": "Timeline verklengeren",
|
|
57
|
+
"return_to_title": "Zeréck zum Titel",
|
|
58
|
+
"wikipedia": "Vu Wikipedia, der fräier Enzyklopedie",
|
|
59
|
+
"loading_content": "Inhalt lued",
|
|
60
|
+
"expand_timeline": "Timeline vergréisseren",
|
|
61
|
+
"loading_timeline": "Timeline gëtt gelueden... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "d'.' mmm yyyy 'um' hh:MM TT",
|
|
65
|
+
"full_short": "mmm d",
|
|
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": "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,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "lt",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Saus.",
|
|
6
|
+
"Vas.",
|
|
7
|
+
"Kov.",
|
|
8
|
+
"Bal.",
|
|
9
|
+
"Geg.",
|
|
10
|
+
"Birž.",
|
|
11
|
+
"Liep.",
|
|
12
|
+
"Rugpj.",
|
|
13
|
+
"Rug.",
|
|
14
|
+
"Spal.",
|
|
15
|
+
"Lapkr.",
|
|
16
|
+
"Gruod."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Sek.",
|
|
20
|
+
"Pirm.",
|
|
21
|
+
"Antr.",
|
|
22
|
+
"Treč.",
|
|
23
|
+
"Ketv.",
|
|
24
|
+
"Penkt.",
|
|
25
|
+
"Šešt."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Sekmadienis",
|
|
29
|
+
"Pirmadienis",
|
|
30
|
+
"Antradienis",
|
|
31
|
+
"Trečiadienis",
|
|
32
|
+
"Ketvirtadienis",
|
|
33
|
+
"Penktadienis",
|
|
34
|
+
"Šeštadienis"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Sausio",
|
|
38
|
+
"Vasario",
|
|
39
|
+
"Kovo",
|
|
40
|
+
"Balandžio",
|
|
41
|
+
"Gegužės",
|
|
42
|
+
"Birželio",
|
|
43
|
+
"Liepos",
|
|
44
|
+
"Rugpjūčio",
|
|
45
|
+
"Rugsėjo",
|
|
46
|
+
"Spalio",
|
|
47
|
+
"Lapkričio",
|
|
48
|
+
"Gruodžio"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "lt"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Kraunama",
|
|
56
|
+
"contract_timeline": "Sutraukti laiko juostą",
|
|
57
|
+
"return_to_title": "Grįžti į titulinį",
|
|
58
|
+
"wikipedia": "Iš Vikipedijos, laisvosios enciklopedijos",
|
|
59
|
+
"loading_content": "Kraunamas turinys... ",
|
|
60
|
+
"expand_timeline": "Išplėsti laiko juostą",
|
|
61
|
+
"loading_timeline": "Kraunama laiko juosta... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "mmm d',' yyyy 'at' h:MM TT",
|
|
65
|
+
"full_short": "mmm d",
|
|
66
|
+
"full": "mmmm d',' yyyy",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "h:MM TT'<br/><small>'mmmm d',' 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>mmm d',' yyyy'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "lv",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Jan.",
|
|
6
|
+
"Feb.",
|
|
7
|
+
"Mar.",
|
|
8
|
+
"Apr.",
|
|
9
|
+
"Mai.",
|
|
10
|
+
"Jūn.",
|
|
11
|
+
"Jūl.",
|
|
12
|
+
"Aug.",
|
|
13
|
+
"Sep.",
|
|
14
|
+
"Okt.",
|
|
15
|
+
"Nov.",
|
|
16
|
+
"Dec."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Sun.",
|
|
20
|
+
"Mon.",
|
|
21
|
+
"Tues.",
|
|
22
|
+
"Wed.",
|
|
23
|
+
"Thurs.",
|
|
24
|
+
"Fri.",
|
|
25
|
+
"Sat."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Svētdiena",
|
|
29
|
+
"Pirmdiena",
|
|
30
|
+
"Otrdiena",
|
|
31
|
+
"Trešdiena",
|
|
32
|
+
"Ceturtdiena",
|
|
33
|
+
"Piektdiena",
|
|
34
|
+
"Sestdiena"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Janvāris",
|
|
38
|
+
"Februāris",
|
|
39
|
+
"Marts",
|
|
40
|
+
"Aprīlis",
|
|
41
|
+
"Maijs",
|
|
42
|
+
"Jūnijs",
|
|
43
|
+
"Jūlijs",
|
|
44
|
+
"Augusts",
|
|
45
|
+
"Septembris",
|
|
46
|
+
"Oktobris",
|
|
47
|
+
"Novembris",
|
|
48
|
+
"Decembris"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "lv"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Ielādējas",
|
|
56
|
+
"contract_timeline": "Sašaurināt grafiku",
|
|
57
|
+
"return_to_title": "Atgriezties uz sākumu",
|
|
58
|
+
"wikipedia": "No Wikipedia, brīvās enciklopēdijas",
|
|
59
|
+
"loading_content": "Ielādējas saturs",
|
|
60
|
+
"expand_timeline": "Izvērst grafiku",
|
|
61
|
+
"loading_timeline": "Ielādējas grafiks... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "mmm d',' yyyy 'at' hh:MM TT",
|
|
65
|
+
"full_short": "mmm d",
|
|
66
|
+
"full": "d. mmmm',' yyyy",
|
|
67
|
+
"month_short": "mmm",
|
|
68
|
+
"time_no_seconds_small_date": "h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",
|
|
69
|
+
"month": "mmmm yyyy",
|
|
70
|
+
"time_no_seconds_short": "HH:MM TT",
|
|
71
|
+
"time_short": "h:MM:ss TT",
|
|
72
|
+
"year": "yyyy",
|
|
73
|
+
"full_long_small_date": "hh:MM TT'<br/><small>mmm d',' yyyy'</small>'"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lang": "ms",
|
|
3
|
+
"date": {
|
|
4
|
+
"month_abbr": [
|
|
5
|
+
"Jan.",
|
|
6
|
+
"Feb.",
|
|
7
|
+
"Mac",
|
|
8
|
+
"Apr",
|
|
9
|
+
"Mei",
|
|
10
|
+
"Jun",
|
|
11
|
+
"Jul",
|
|
12
|
+
"Ogos.",
|
|
13
|
+
"Sept.",
|
|
14
|
+
"Okt.",
|
|
15
|
+
"Nov.",
|
|
16
|
+
"Dis."
|
|
17
|
+
],
|
|
18
|
+
"day_abbr": [
|
|
19
|
+
"Ahd.",
|
|
20
|
+
"Isn.",
|
|
21
|
+
"Sel.",
|
|
22
|
+
"Rab.",
|
|
23
|
+
"Kha.",
|
|
24
|
+
"Jum.",
|
|
25
|
+
"Sab."
|
|
26
|
+
],
|
|
27
|
+
"day": [
|
|
28
|
+
"Ahad",
|
|
29
|
+
"Isnin",
|
|
30
|
+
"Selasa",
|
|
31
|
+
"Rabu",
|
|
32
|
+
"Khamis",
|
|
33
|
+
"Jumaat",
|
|
34
|
+
"Sabtu"
|
|
35
|
+
],
|
|
36
|
+
"month": [
|
|
37
|
+
"Januari",
|
|
38
|
+
"Februari",
|
|
39
|
+
"Mac",
|
|
40
|
+
"April",
|
|
41
|
+
"Mei",
|
|
42
|
+
"Jun",
|
|
43
|
+
"Julai",
|
|
44
|
+
"Ogos",
|
|
45
|
+
"September",
|
|
46
|
+
"Oktober",
|
|
47
|
+
"November",
|
|
48
|
+
"Disember"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"api": {
|
|
52
|
+
"wikipedia": "ms"
|
|
53
|
+
},
|
|
54
|
+
"messages": {
|
|
55
|
+
"loading": "Memuat",
|
|
56
|
+
"contract_timeline": "Kecilkan Garis Masa",
|
|
57
|
+
"return_to_title": "Kembali ke Tajuk",
|
|
58
|
+
"wikipedia": "Daripada Wikipedia, ensiklopedia bebas.",
|
|
59
|
+
"loading_content": "Memuat Kandungan",
|
|
60
|
+
"expand_timeline": "Besarkan Garis Masa",
|
|
61
|
+
"loading_timeline": "Memuat Garis Masa... "
|
|
62
|
+
},
|
|
63
|
+
"dateformats": {
|
|
64
|
+
"full_long": "d mmm yyyy 'jam' 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,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Burmese",
|
|
3
|
+
"lang": "my",
|
|
4
|
+
"date": {
|
|
5
|
+
"month_abbr": [
|
|
6
|
+
"ဇန်",
|
|
7
|
+
"ဖေ",
|
|
8
|
+
"မတ်",
|
|
9
|
+
"ဧပြီ",
|
|
10
|
+
"မေ",
|
|
11
|
+
"ဇွန်",
|
|
12
|
+
"ဇူလိုင်",
|
|
13
|
+
"ဩဂုတ်",
|
|
14
|
+
"စက်",
|
|
15
|
+
"အောက်",
|
|
16
|
+
"နို",
|
|
17
|
+
"ဒီ"
|
|
18
|
+
],
|
|
19
|
+
"day_abbr": [
|
|
20
|
+
"နွေ",
|
|
21
|
+
"လာ",
|
|
22
|
+
"အင်္ဂါ",
|
|
23
|
+
"ဗု",
|
|
24
|
+
"ကြာ",
|
|
25
|
+
"သော",
|
|
26
|
+
"စနေ"
|
|
27
|
+
],
|
|
28
|
+
"day": [
|
|
29
|
+
"တနင်္ဂနွေ",
|
|
30
|
+
"တနင်္လာ",
|
|
31
|
+
"အင်္ဂါ",
|
|
32
|
+
"ဗုဒ္ဓဟူး",
|
|
33
|
+
"ကြာသပတေး",
|
|
34
|
+
"သောကြာ",
|
|
35
|
+
"စနေ"
|
|
36
|
+
],
|
|
37
|
+
"month": [
|
|
38
|
+
"ဇန်နဝါရီ",
|
|
39
|
+
"ဖေဖော်ဝါရီ",
|
|
40
|
+
"မတ်",
|
|
41
|
+
"ဧပြီ",
|
|
42
|
+
"မေ",
|
|
43
|
+
"ဇွန်",
|
|
44
|
+
"ဇူလိုင်",
|
|
45
|
+
"ဩဂုတ်",
|
|
46
|
+
"စက်တင်ဘာ",
|
|
47
|
+
"အောက်တိုဘာ",
|
|
48
|
+
"နိုဝင်ဘာ",
|
|
49
|
+
"ဒီဇင်ဘာ"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"api": {
|
|
53
|
+
"wikipedia": "my"
|
|
54
|
+
},
|
|
55
|
+
"messages": {
|
|
56
|
+
"loading": "လုပ်ဆောင်နေသည်",
|
|
57
|
+
"error": "မှားယွင်းချက်",
|
|
58
|
+
"contract_timeline": "အချိန်အလိုက် မှတ်တမ်းစာချုပ်",
|
|
59
|
+
"return_to_title": "ခေါင်းစဉ်သို့ ပြန်သွားရန်",
|
|
60
|
+
"wikipedia": "ဝီကီ အခမဲ့ စွယ်စုံကျမ်းမှ",
|
|
61
|
+
"loading_content": "အကြောင်းအရာ လုပ်ဆောင်နေသည်",
|
|
62
|
+
"expand_timeline": "အချိန်အလိုက် မှတ်တမ်း အား ချဲ့သည်",
|
|
63
|
+
"loading_timeline": "အချိန်အလိုက် မှတ်တမ်း လုပ်ဆောင်နေသည်",
|
|
64
|
+
"swipe_to_navigate": "လေ့လာစူးစမ်း ဖို့ ပွတ်ဆွဲ<br><span class='tl-button'>OK</span>",
|
|
65
|
+
"unknown_read_err": "သင်၏အချက်အလက် ကိန်းဂဏန်းဇယား အား ဖတ်ရန်ကြိုးစား နေစဉ် မျှော်လင့်မထားပဲ မှားယွင်းခဲ့ပါသည်",
|
|
66
|
+
"invalid_url_err": "အချိန်အလိုက်မှတ်တမ်း အချက်အလက်အား ဖတ်ရန် မလုပ်ဆောင်နိုင်ပါ။ သင်၏ လင့်ခ် သည် ဂူဂလ် စာရင်းကိန်းဂဏန်း အချက်အလက် ဇယား (သို့မဟုတ်) အချိန်အလိုက် မှတ်တမ်း JSON ဖိုင် နှင့် ကိုက်ညီမူ့ ရှိရန် လိုအပ်ပါသည်။",
|
|
67
|
+
"network_err": "သင်၏ ဂူဂလ် စာရင်းကိန်းဂဏန်း အချက်အလက် ဇယား အား ဖတ်ရန် မလုပ်ဆောင်နိုင်ပါ။ ဝက်ဆိုက် ပေါ်သို့ ဦးစွာတင်ထားရန် လိုအပ်ပါသည်",
|
|
68
|
+
"empty_feed_err": "အချက်အလက် များအား ရှာမတွေ့ပါ",
|
|
69
|
+
"missing_start_date_err": "စတင်သည့် နေ့အား ရှာမတွေ့ပါ။",
|
|
70
|
+
"invalid_data_format_err": "ခေါင်းစဉ် အတန်းအား ပြုပြင် မွန်းမံပြီးပါပြီ",
|
|
71
|
+
"date_compare_err": "မတူညီသော အတိုင်းအတာ ပေါ်တွင် အချိန်အလိုက်မှတ်တမ်း နေ့စွဲများ အား နှိုင်းယှဉ်လို့ မရပါ။",
|
|
72
|
+
"invalid_scale_err": "အတိုင်းအတာ မှားနေပါသည်။",
|
|
73
|
+
"invalid_date_err": "ရက်စွဲ မှားနေပါသည်။ လ၊ နေ့ နှင့် နှစ် များသည် နံပါတ်များ နှင့် ဖြစ်ရပါမည်",
|
|
74
|
+
"invalid_separator_error": "အချိန်ကာလ ပြ မှားနေပါသည်။ (:) လွဲမှားအသုံး ပြုထားခြင်း (သို့မဟုတ်) (.) နှင့် ခွဲခြားထားခြင်း။",
|
|
75
|
+
"invalid_hour_err": "အချိန်ကာလ ပြ မှားနေပါသည်။ (နာရီ)",
|
|
76
|
+
"invalid_minute_err": "အချိန်ကာလ ပြ မှားနေပါသည်။ (မိနစ်)",
|
|
77
|
+
"invalid_second_err": "အချိန်ကာလ ပြ မှားနေပါသည်။ (စက္ကန့်)",
|
|
78
|
+
"invalid_fractional_err": "အချိန်ကာလ ပြ မှားနေပါသည်။ (အနုစိတ် စက္ကန့်များ)",
|
|
79
|
+
"invalid_second_fractional_err": "အချိန်ကာလ ပြ မှားနေပါသည်။ (စက္ကန့် များနှင့် အနုစိတ် စက္ကန့်များ)",
|
|
80
|
+
"invalid_year_err": "နှစ် မှားနေပါသည်။",
|
|
81
|
+
"flickr_notfound_err": "ပုံအား ရှာမတွေ့ပါ (သို့မဟုတ်) ကိုယ်ပိုင်ပြုလုပ်ထားပါသည်။",
|
|
82
|
+
"flickr_invalidurl_err": "ဖလစ်ကာ လင့်ခ် မှားနေပါသည်။",
|
|
83
|
+
"imgur_invalidurl_err": "Imgur လင့်ခ် မှားနေပါသည်။",
|
|
84
|
+
"twitter_invalidurl_err": "တွစ်တာ လင့်ခ် မှားနေပါသည်။",
|
|
85
|
+
"twitter_load_err": "tweet အားတင်လို့ မရပါ",
|
|
86
|
+
"twitterembed_invalidurl_err": "ဝင်နေသော တွစ်တာ လင့်ခ် မှားနေပါသည်။",
|
|
87
|
+
"wikipedia_load_err": "ဝီကီအား မဝင်ရောက်နိုင်ပါ။",
|
|
88
|
+
"youtube_invalidurl_err": "ယူကျူ့ လင်ခ့် မှားနေပါသည်။",
|
|
89
|
+
"spotify_invalid_url": "စပေါ့တီဖိုင်း လင့်ခ် မှားနေပါသည်။",
|
|
90
|
+
"template_value_err": "ကိန်းရှင်အတွက် ပံ့ပိုးမှု မရှိပါ။",
|
|
91
|
+
"invalid_rgb_err": "RGB ငြင်းဆိုမှု မှားနေပါသည်။",
|
|
92
|
+
"time_scale_scale_err": "အတိုင်းအတာ အတွက် အချိန်မှ ရက်စွဲ မည်သို့ ရရှိသည်ကို မသိပါ။",
|
|
93
|
+
"axis_helper_no_options_err": "Axis helper အား ပြုပြင်ရန် လိုအပ်ပါသည်။",
|
|
94
|
+
"axis_helper_scale_err": "အတိုင်းအတာအတွက် AxisHelper မရရှိနိုင်ပါ။"
|
|
95
|
+
},
|
|
96
|
+
"dateformats": {
|
|
97
|
+
"full_long": "mmm d',' yyyy 'at' h:MM TT",
|
|
98
|
+
"full_short": "mmm d",
|
|
99
|
+
"full": "mmmm d',' yyyy",
|
|
100
|
+
"month_short": "mmm",
|
|
101
|
+
"time_no_seconds_small_date": "h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",
|
|
102
|
+
"month": "mmmm yyyy",
|
|
103
|
+
"time_no_seconds_short": "h:MM TT",
|
|
104
|
+
"time_short": "h:MM:ss TT",
|
|
105
|
+
"year": "yyyy",
|
|
106
|
+
"full_long_small_date": "h:MM TT'<br/><small>mmm d',' yyyy'</small>'"
|
|
107
|
+
},
|
|
108
|
+
"era_labels": {
|
|
109
|
+
"positive_year": {
|
|
110
|
+
"prefix": "",
|
|
111
|
+
"suffix": ""
|
|
112
|
+
},
|
|
113
|
+
"negative_year": {
|
|
114
|
+
"prefix": "",
|
|
115
|
+
"suffix": "BCE"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"period_labels": {
|
|
119
|
+
"t": ["a", "p"],
|
|
120
|
+
"tt": ["am", "pm"],
|
|
121
|
+
"T": ["A", "P"],
|
|
122
|
+
"TT": ["AM", "PM"]
|
|
123
|
+
}
|
|
124
|
+
}
|