minimal-mistakes-jekyll 4.18.1 → 4.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +88 -0
  3. data/README.md +5 -5
  4. data/_data/ui-text.yml +218 -32
  5. data/_includes/archive-single.html +3 -11
  6. data/_includes/author-profile.html +31 -42
  7. data/_includes/comments-providers/custom_scripts.html +3 -0
  8. data/_includes/comments-providers/scripts.html +1 -1
  9. data/_includes/comments-providers/staticman_v2.html +1 -1
  10. data/_includes/comments.html +1 -1
  11. data/_includes/documents-collection.html +3 -1
  12. data/_includes/feature_row +4 -16
  13. data/_includes/figure +5 -8
  14. data/_includes/gallery +7 -23
  15. data/_includes/head.html +2 -6
  16. data/_includes/masthead.html +2 -11
  17. data/_includes/nav_list +3 -24
  18. data/_includes/page__date.html +5 -0
  19. data/_includes/page__hero.html +5 -28
  20. data/_includes/page__hero_video.html +2 -4
  21. data/_includes/paginator.html +1 -1
  22. data/_includes/post__meta.html +35 -0
  23. data/_includes/posts-category.html +3 -1
  24. data/_includes/posts-tag.html +3 -1
  25. data/_includes/scripts.html +2 -13
  26. data/_includes/search/algolia-search-scripts.html +10 -3
  27. data/_includes/seo.html +4 -13
  28. data/_includes/sidebar.html +3 -8
  29. data/_includes/video +20 -9
  30. data/_layouts/default.html +1 -1
  31. data/_layouts/home.html +5 -3
  32. data/_layouts/posts.html +2 -2
  33. data/_layouts/single.html +2 -8
  34. data/_sass/minimal-mistakes.scss +1 -1
  35. data/_sass/minimal-mistakes/_archive.scss +1 -1
  36. data/_sass/minimal-mistakes/_base.scss +6 -6
  37. data/_sass/minimal-mistakes/_forms.scss +1 -1
  38. data/_sass/minimal-mistakes/_masthead.scss +1 -1
  39. data/_sass/minimal-mistakes/_notices.scss +1 -0
  40. data/_sass/minimal-mistakes/_page.scss +9 -3
  41. data/_sass/minimal-mistakes/_sidebar.scss +40 -11
  42. data/_sass/minimal-mistakes/_utilities.scss +27 -0
  43. data/_sass/minimal-mistakes/_variables.scss +11 -3
  44. data/assets/js/lunr/lunr-en.js +1 -1
  45. data/assets/js/lunr/lunr-gr.js +1 -1
  46. data/assets/js/lunr/lunr-store.js +2 -7
  47. data/assets/js/main.min.js +3 -3
  48. data/assets/js/plugins/jquery.greedy-navigation.js +23 -32
  49. data/assets/js/plugins/smooth-scroll.js +30 -12
  50. metadata +12 -10
  51. data/_includes/read-time.html +0 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3b77658df40467db5638be5dcf6f4e3079296c64b3c7a90c7b3026ee8539693
4
- data.tar.gz: 1f1660e944a85ad39339af427cb545c997d9f8419dce1480eede9849a8a7a8e6
3
+ metadata.gz: 4d315ea81db661005b52625eb984504cece11c22bd12bb87e4aaebd67469f1a3
4
+ data.tar.gz: 83f7c7837bf582fdebd8629afa251c7d701714f42ad4b26639c8c391df3ee8d4
5
5
  SHA512:
6
- metadata.gz: ccb2bd569ba7577980949a8e909ac5db016e2a81585590edd95cc536feb7290a096976e0cf5e31a6bf535aa5456ff860d4127e89108424abb623a5e0f2f941ea
7
- data.tar.gz: e7bc5b4b1e2ad679bd1333917d883840e2ca47d7cb79172f37f26065eda76a02900104487a1cfdc7ed6e417ab43ccc2331a53d76a85dd734b2bd8bf36132e36a
6
+ metadata.gz: 8366691e4b39b767391af1334c3e9e294d4a818b4f9b65a7aa4dc67a9d42a34464837e358a83484d6d34fed68d0bd6bdf39d17cdad7ddc3ded1ac984b69d8f23
7
+ data.tar.gz: 8097d8aa51a709a73cde74ac172b037bf23782a4e200ad08d138a86c9c7f900b5e7ccc0ca6a3baa8a181322fc72f0cd6b20e35a5c1992888efcc4ade6480ffcc
@@ -1,3 +1,91 @@
1
+ ## [4.20.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.0)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Add `relative_url` filter to author home link [#2575](https://github.com/mmistakes/minimal-mistakes/pull/2575)
6
+ - Fix `analytics.provider` config comment to list all analytics providers. [#2607](https://github.com/mmistakes/minimal-mistakes/pull/2607)
7
+ - Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570)
8
+ - Fix broken Lunr search with Jekyll v4.1.0. [#2617](https://github.com/mmistakes/minimal-mistakes/pull/2617)
9
+
10
+ ### Enhancements
11
+
12
+ - Add an optional date alongside the reading time. To enable set `show_date: true` similar to how reading time is. [#2526](https://github.com/mmistakes/minimal-mistakes/pull/2526)
13
+ - Remove hidden posts from posts.html layout. [#2625](https://github.com/mmistakes/minimal-mistakes/pull/2625)
14
+ - Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)
15
+ - Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576)
16
+ - Improve Chinese translations. [#2626](https://github.com/mmistakes/minimal-mistakes/pull/2626)
17
+ - Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602)
18
+ - Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572)
19
+ - Update link to wtfpl license in README. [#2571](https://github.com/mmistakes/minimal-mistakes/pull/2571)
20
+ - Ignore teaser headline in table of contents when including posts list in another page. [#2558](https://github.com/mmistakes/minimal-mistakes/pull/2558)
21
+ - Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)
22
+ - Add `danmaku` option to Bilibili video provider and add corresponding documentation/ [#2599](https://github.com/mmistakes/minimal-mistakes/pull/2599)
23
+ - Update documentation about loading l10n data file from the theme-gem. [#2621](https://github.com/mmistakes/minimal-mistakes/issues/2621) [#2624](https://github.com/mmistakes/minimal-mistakes/pull/2624)
24
+
25
+ ## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)
26
+
27
+ ### Enhancements
28
+
29
+ - Update GreedyNav.js to reduce masthead link overflow/shifting on mobile devices. [#2551](https://github.com/mmistakes/minimal-mistakes/issues/2551)
30
+ - Replace `<section id="custom-comments"></section>` in `comments.html` include and add `custom_scripts.html` include for loading custom comment provider JavaScript in the footer. [#2549](https://github.com/mmistakes/minimal-mistakes/issues/2549)
31
+ - Move page date Liquid to include. [#2544](https://github.com/mmistakes/minimal-mistakes/pull/2544)
32
+ - Strip trailing whitespace in seo_description. [#2542](https://github.com/mmistakes/minimal-mistakes/pull/2542)
33
+ - Improve sticky sidebar's appearance with short content. [#2514](https://github.com/mmistakes/minimal-mistakes/pull/2514)
34
+
35
+ ## [4.19.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.2)
36
+
37
+ ### Enhancements
38
+
39
+ - Add support for bilibili videos in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#2512](https://github.com/mmistakes/minimal-mistakes/pull/2512)
40
+ - Add Myanmar (Burmese) localized UI text strings. [#2500](https://github.com/mmistakes/minimal-mistakes/pull/2500)
41
+ - Improve author links underline on hover. [#2472](https://github.com/mmistakes/minimal-mistakes/pull/2472)
42
+ - Add documentation for applying Front Matter defaults to jekyll-archives pages. [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
43
+ - Add missing Vietnamese translations. [#2459](https://github.com/mmistakes/minimal-mistakes/pull/2459) [#2486](https://github.com/mmistakes/minimal-mistakes/pull/2486)
44
+ - Fix Finnish localized UI text strings. [#2455](https://github.com/mmistakes/minimal-mistakes/pull/2455)
45
+ - Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)
46
+ - Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
47
+
48
+ ### Bug Fixes
49
+
50
+ - Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)
51
+ - Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
52
+ - Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)
53
+
54
+ ## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)
55
+
56
+ ### Enhancements
57
+
58
+ - Add [Dracula](https://draculatheme.com/) Base16 syntax highlighting theme Sass variables to [stylesheets documentation](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#syntax-highlighting). [#2438](https://github.com/mmistakes/minimal-mistakes/pull/2438)
59
+ - Update links to `HTTPS` and remove Google+ from configuration documentation. [#2432](https://github.com/mmistakes/minimal-mistakes/pull/2432)
60
+ - Use `first_page_path` from jekyll-paginate-v2 if available. [#2431](https://github.com/mmistakes/minimal-mistakes/pull/2431)
61
+ - Update onchange and uglify-js dependencies.
62
+ - Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)
63
+
64
+ ### Bug Fixes
65
+
66
+ - Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)
67
+
68
+ ## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)
69
+
70
+ ### Enhancements
71
+
72
+ - Add "click" overlay to close masthead and follow button menus when open. [#1168](https://github.com/mmistakes/minimal-mistakes/issues/1168)
73
+ - Remove deprecated Staticman v1 configurations from `_config.yml`. [#2386](https://github.com/mmistakes/minimal-mistakes/issues/2386)
74
+ - Use `relative_url` and `absolute_url` filters where possible. [#2387](https://github.com/mmistakes/minimal-mistakes/pull/2387)
75
+ - Improve headline hierarchy and add Sass specific variables `$h-size-x`. [#2423](https://github.com/mmistakes/minimal-mistakes/issues/2423)
76
+ - Improve accessibility of `default` skin by increasing color contrast of text and links.
77
+ - Hide posts with `hidden: true` YAML front matter from appearing in listings. [#2345](https://github.com/mmistakes/minimal-mistakes/pull/2345)
78
+ - Add Irish (Gaeilge) localized UI text strings. [#2422](https://github.com/mmistakes/minimal-mistakes/pull/2422)
79
+ - Remove `box-shadow` on radio and checkbox inputs. [#2398](https://github.com/mmistakes/minimal-mistakes/pull/2398)
80
+ - Bump Jekyll gem dependency to `v3.7`.
81
+
82
+ ### Bug Fixes
83
+
84
+ - Fix documentation around using `bundle info` command. [#2425](https://github.com/mmistakes/minimal-mistakes/pull/2425)
85
+ - Fix rake vulnerability in `.gemspec` file.
86
+ - Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402)
87
+ - Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385)
88
+
1
89
  ## [4.18.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1)
2
90
 
3
91
  ### Bug Fixes
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/)
2
2
 
3
3
  [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
4
- [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/)
4
+ [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.7-blue.svg)](https://jekyllrb.com/)
5
5
  [![Ruby gem](https://img.shields.io/gem/v/minimal-mistakes-jekyll.svg)](https://rubygems.org/gems/minimal-mistakes-jekyll)
6
6
  [![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/mmistakes)
7
7
 
@@ -33,7 +33,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building per
33
33
  - Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
34
34
  - Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman](https://staticman.net/), and [utterances](https://utteranc.es/)).
35
35
  - [Google Analytics](https://www.google.com/analytics/) support.
36
- - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hindi (हिंदी), Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Malayalam, Nepali (Nepalese), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.
36
+ - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.
37
37
 
38
38
  ## Skins (color variations)
39
39
 
@@ -126,9 +126,9 @@ To install:
126
126
  bundle
127
127
  ```
128
128
 
129
- 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.18.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
129
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.20.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
130
130
 
131
- **Looking for an example?** Fork the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter) for the quickest method of getting a GitHub Pages hosted site up and running. Replace sample content with your own and configure as needed.
131
+ **Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed.
132
132
 
133
133
  ## Usage
134
134
 
@@ -238,7 +238,7 @@ Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opens
238
238
 
239
239
  Minimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/),
240
240
  Copyright (c) 2013 Dave Rubert and Chris Coyier.
241
- FitVids is distributed under the terms of the [WTFPL License](http://sam.zoy.org/wtfpl/).
241
+ FitVids is distributed under the terms of the [WTFPL License](http://www.wtfpl.net/).
242
242
 
243
243
  Minimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/),
244
244
  Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.
@@ -47,6 +47,7 @@ en: &DEFAULT_EN
47
47
  loading_label : "Loading..."
48
48
  search_label_text : "Enter your search term..."
49
49
  search_placeholder_text : "Enter your search term..."
50
+ search_algolia_no_results : "No results"
50
51
  results_found : "Result(s) found"
51
52
  back_to_top : "Back to top"
52
53
  en-US:
@@ -105,6 +106,7 @@ es: &DEFAULT_ES
105
106
  loading_label : "Cargando..."
106
107
  search_label_text : "Términos de búsqueda..."
107
108
  search_placeholder_text : "Términos de búsqueda..."
109
+ search_algolia_no_results :
108
110
  results_found : "resultado(s) encontrado(s)"
109
111
  back_to_top : "Volver arriba"
110
112
  es-ES:
@@ -159,6 +161,7 @@ fr: &DEFAULT_FR
159
161
  loading_label : "Chargement..."
160
162
  search_label_text :
161
163
  search_placeholder_text : "Entrez votre recherche..."
164
+ search_algolia_no_results :
162
165
  results_found : "Résultat(s) trouvé(s)"
163
166
  back_to_top : "Retour en haut"
164
167
  fr-FR:
@@ -214,6 +217,7 @@ tr: &DEFAULT_TR
214
217
  comment_error_msg : "Maalesef bir hata oluştu. Lütfen zorunlu olan tüm alanları doldurduğunuzdan emin olun ve sonrasında tekrar deneyin."
215
218
  loading_label : "Yükleniyor..."
216
219
  search_label_text :
220
+ search_algolia_no_results :
217
221
  tr-TR:
218
222
  <<: *DEFAULT_TR
219
223
 
@@ -263,6 +267,7 @@ pt: &DEFAULT_PT
263
267
  comment_error_msg : "Lamento, ocorreu um erro na sua submissão. Por favor verifique se todos os campos obrigatórios estão corretamente preenchidos e tente novamente."
264
268
  loading_label : "A carregar..."
265
269
  search_label_text :
270
+ search_algolia_no_results :
266
271
  pt-PT:
267
272
  <<: *DEFAULT_PT
268
273
  # Brazilian Portuguese
@@ -311,6 +316,7 @@ pt-BR:
311
316
  loading_label : "Carregando..."
312
317
  search_label_text :
313
318
  search_placeholder_text : "Pesquisar..."
319
+ search_algolia_no_results :
314
320
  results_found : "Resultado(s) encontrado(s)"
315
321
  back_to_top : "Voltar para o topo"
316
322
 
@@ -361,6 +367,7 @@ it: &DEFAULT_IT
361
367
  loading_label : "Caricamento..."
362
368
  search_label_text :
363
369
  search_placeholder_text : "Inserisci termini di ricerca..."
370
+ search_algolia_no_results :
364
371
  results_found : "Risultati"
365
372
  back_to_top : "Vai su"
366
373
  it-IT:
@@ -369,18 +376,18 @@ it-IT:
369
376
  # Chinese (zh-CN Chinese - China)
370
377
  # --------------------------------
371
378
  zh: &DEFAULT_ZH_HANS
372
- skip_links :
373
- skip_primary_nav :
374
- skip_content :
375
- skip_footer :
379
+ skip_links : "跳转链接"
380
+ skip_primary_nav : "转到主导航栏"
381
+ skip_content : "转到内容"
382
+ skip_footer : "转到底部"
376
383
  page : "页面"
377
- pagination_previous : "向前"
378
- pagination_next : "向后"
384
+ pagination_previous : "上一页"
385
+ pagination_next : "下一页"
379
386
  breadcrumb_home_label : "首页"
380
387
  breadcrumb_separator : "/"
381
388
  menu_label : "切换菜单"
382
- search_label :
383
- toc_label : "在本页上"
389
+ search_label : "切换搜索"
390
+ toc_label : "目录"
384
391
  ext_link_label : "直接链接"
385
392
  less_than : "少于"
386
393
  minute_read : "分钟阅读"
@@ -411,8 +418,9 @@ zh: &DEFAULT_ZH_HANS
411
418
  comment_success_msg : "感谢您的评论!被批准后它会立即在此站点展示。"
412
419
  comment_error_msg : "很抱歉,您的提交存在错误。请确保所有必填字段都已填写正确,然后再试一次。"
413
420
  loading_label : "正在加载..."
414
- search_label_text :
421
+ search_label_text : "输入您要搜索的关键词..."
415
422
  search_placeholder_text : "输入您要搜索的关键词..."
423
+ search_algolia_no_results : "无结果"
416
424
  results_found : "条记录匹配"
417
425
  back_to_top : "返回顶部"
418
426
  zh-CN:
@@ -422,16 +430,16 @@ zh-SG:
422
430
  # Taiwan (Traditional Chinese)
423
431
  zh-TW: &DEFAULT_ZH_HANT
424
432
  skip_links :
425
- skip_primary_nav :
426
- skip_content :
427
- skip_footer :
433
+ skip_primary_nav : "轉至主導航欄"
434
+ skip_content : "轉至内容"
435
+ skip_footer : "轉至頁脚"
428
436
  page : "頁面"
429
- pagination_previous : "較舊"
430
- pagination_next : "較新"
437
+ pagination_previous : "前一頁"
438
+ pagination_next : "後一頁"
431
439
  breadcrumb_home_label : "首頁"
432
440
  breadcrumb_separator : "/"
433
441
  menu_label : "切換選單"
434
- search_label :
442
+ search_label : "切換搜索"
435
443
  toc_label : "本頁"
436
444
  ext_link_label : "外部連結"
437
445
  less_than : "少於"
@@ -454,7 +462,7 @@ zh-TW: &DEFAULT_ZH_HANT
454
462
  undefined_wpm : "_config.yml 中未定義 words_per_minute"
455
463
  comment_form_info : "您的電子信箱不會被公開. 必填部份已標記"
456
464
  comment_form_comment_label : "留言內容"
457
- comment_form_md_info : "支援Markdown語法。"
465
+ comment_form_md_info : "支援 Markdown 語法。"
458
466
  comment_form_name_label : "名字"
459
467
  comment_form_email_label : "電子信箱帳號"
460
468
  comment_form_website_label : "網頁 (可選填)"
@@ -463,7 +471,11 @@ zh-TW: &DEFAULT_ZH_HANT
463
471
  comment_success_msg : "感謝您的留言! 審核後將會顯示在站上。"
464
472
  comment_error_msg : "抱歉,部份資料輸入有問題。請確認資料填寫正確後再試一次。"
465
473
  loading_label : "載入中..."
466
- search_label_text :
474
+ search_label_text : "輸入您要搜索的關鍵詞..."
475
+ search_placeholder_text : "輸入您要搜索的關鍵詞..."
476
+ search_algolia_no_results : "沒有結果"
477
+ results_found : "條匹配的記錄"
478
+ back_to_top : "回到頂部"
467
479
  zh-HK:
468
480
  <<: *DEFAULT_ZH_HANT
469
481
 
@@ -514,6 +526,7 @@ de: &DEFAULT_DE
514
526
  loading_label : "Lade..."
515
527
  search_label_text :
516
528
  search_placeholder_text : "Suchbegriff eingeben..."
529
+ search_algolia_no_results :
517
530
  results_found : "Ergebnis(se) gefunden"
518
531
  de-DE:
519
532
  <<: *DEFAULT_DE
@@ -574,6 +587,7 @@ ne: &DEFAULT_NE
574
587
  comment_error_msg : "माफ गर्नुहोस्, तपाईंको टिप्पणी त्रुटि थियो।सबै आवश्यक जानकारीहरु पूरा गरिएको छ भने निश्चित गर्नुहोस् र फेरि प्रयास गर्नुहोस्।"
575
588
  loading_label : "लोड हुँदैछ ..."
576
589
  search_label_text :
590
+ search_algolia_no_results :
577
591
  ne-NP:
578
592
  <<: *DEFAULT_NE
579
593
 
@@ -624,6 +638,7 @@ ko: &DEFAULT_KO
624
638
  loading_label : "로딩중..."
625
639
  search_label_text :
626
640
  search_placeholder_text : "검색어를 입력하세요..."
641
+ search_algolia_no_results :
627
642
  results_found : "개 결과 발견"
628
643
  back_to_top : "맨 위로 이동"
629
644
  ko-KR:
@@ -676,6 +691,7 @@ ru: &DEFAULT_RU
676
691
  loading_label : "Отправка..."
677
692
  search_label_text :
678
693
  search_placeholder_text : "Введите поисковый запрос..."
694
+ search_algolia_no_results :
679
695
  results_found : "Найдено"
680
696
  ru-RU:
681
697
  <<: *DEFAULT_RU
@@ -726,6 +742,7 @@ lt: &DEFAULT_LT
726
742
  comment_error_msg : "Atleiskite, įvyko netikėta klaida įrašant komentarą. Pasitikrinkite ar užpildėte visus būtinus laukus ir pamėginkite dar kartą."
727
743
  loading_label : "Kraunama..."
728
744
  search_label_text :
745
+ search_algolia_no_results :
729
746
  lt-LT:
730
747
  <<: *DEFAULT_LT
731
748
 
@@ -776,6 +793,7 @@ gr: &DEFAULT_GR
776
793
  loading_label : "Φόρτωση..."
777
794
  search_label_text :
778
795
  search_placeholder_text : "Εισάγετε όρο αναζήτησης..."
796
+ search_algolia_no_results :
779
797
  results_found : "Αποτελέσματα"
780
798
  gr-GR:
781
799
  <<: *DEFAULT_GR
@@ -827,6 +845,7 @@ sv: &DEFAULT_SV
827
845
  loading_label : "Laddar..."
828
846
  search_label_text :
829
847
  search_placeholder_text : "Fyll i sökterm..."
848
+ search_algolia_no_results :
830
849
  results_found : "Resultat funna"
831
850
  back_to_top : "Tillbaka till toppen"
832
851
  sv-SE:
@@ -881,6 +900,7 @@ nl: &DEFAULT_NL
881
900
  loading_label : "Laden..."
882
901
  search_label_text : "Geef uw zoekterm in..."
883
902
  search_placeholder_text : "Geef uw zoekterm in..."
903
+ search_algolia_no_results :
884
904
  results_found : "Resultaat gevonden"
885
905
  back_to_top : "Terug naar boven"
886
906
  nl-BE:
@@ -934,39 +954,40 @@ id: &DEFAULT_ID
934
954
  comment_error_msg : "Maaf, ada kesalahan pada submisi Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali."
935
955
  loading_label : "Sedang meload..."
936
956
  search_label_text :
957
+ search_algolia_no_results :
937
958
  id-ID:
938
959
  <<: *DEFAULT_ID
939
960
 
940
961
  # Vietnamese
941
962
  # ----------
942
963
  vi: &DEFAULT_VI
943
- skip_links :
944
- skip_primary_nav :
945
- skip_content :
946
- skip_footer :
964
+ skip_links : "Đường dẫn tắt"
965
+ skip_primary_nav : "Nhảy tới thanh điều hướng"
966
+ skip_content : "Nhảy tới nội dung"
967
+ skip_footer : "Nhảy tới chân trang"
947
968
  page : "Trang"
948
969
  pagination_previous : "Trước"
949
- pagination_next : "Sau"
970
+ pagination_next : "Kế tiếp"
950
971
  breadcrumb_home_label : "Trang chủ"
951
972
  breadcrumb_separator : "/"
952
973
  menu_label : "Menu"
953
- search_label :
974
+ search_label : "Tìm kiếm"
954
975
  toc_label : "Tại trang này"
955
976
  ext_link_label : "Đường dẫn trực tiếp"
956
- less_than : "nhỏ hơn"
957
- minute_read : "phút đọc"
977
+ less_than : "chỉ cần"
978
+ minute_read : "phút để đọc"
958
979
  share_on_label : "Chia sẻ tại"
959
980
  meta_label :
960
- tags_label : "Nhãn:"
961
- categories_label : "Chủ đề:"
962
- date_label : "Cập nhật:"
981
+ tags_label : "Thẻ:"
982
+ categories_label : "Danh mục:"
983
+ date_label : "Ngày cập nhật:"
963
984
  comments_label : "Để lại bình luận"
964
985
  comments_title : "Bình luận"
965
986
  more_label : "Mở rộng"
966
987
  related_label : "Có thể bạn cũng thích"
967
988
  follow_label : "Theo dõi:"
968
989
  feed_label : "Feed"
969
- powered_by : "Được hỗ trợ bởi"
990
+ powered_by : "Xây dựng trên nền tảng"
970
991
  website_label : "Website"
971
992
  email_label : "Email"
972
993
  recent_posts : "Bài viết mới"
@@ -982,8 +1003,9 @@ vi: &DEFAULT_VI
982
1003
  comment_success_msg : "Cảm ơn bạn đã bình luận! Bình luận sẽ xuất hiện sau khi được duyệt."
983
1004
  comment_error_msg : "Rất tiếc, có lỗi trong việc gửi bình luận. Hãy đảm bảo toàn bộ các phần bắt buộc đã được điền đầy đủ và thử lại."
984
1005
  loading_label : "Đang tải..."
985
- search_label_text :
1006
+ search_label_text : "Nhập từ khóa cần tìm..."
986
1007
  search_placeholder_text : "Nhập từ khóa cần tìm..."
1008
+ search_algolia_no_results :
987
1009
  results_found : "Kết quả tìm được"
988
1010
  back_to_top : "Lên đầu trang"
989
1011
  vi-VN:
@@ -1036,6 +1058,7 @@ da: &DEFAULT_DA
1036
1058
  loading_label : "Indlæser..."
1037
1059
  search_label_text :
1038
1060
  search_placeholder_text : "Hvad leder du efter..."
1061
+ search_algolia_no_results :
1039
1062
  results_found : "Resultat(er) fundet"
1040
1063
  back_to_top : "Tilbage til toppen"
1041
1064
  da-DK:
@@ -1087,6 +1110,7 @@ pl: &DEFAULT_PL
1087
1110
  comment_error_msg : "Niestety wystąpił błąd. Proszę upewnij się, że wszystkie wymagane pola zostały wypełnione i spróbuj ponownie."
1088
1111
  loading_label : "Trwa ładowanie strony..."
1089
1112
  search_label_text :
1113
+ search_algolia_no_results : "Brak wyników"
1090
1114
  pl-PL:
1091
1115
  <<: *DEFAULT_PL
1092
1116
 
@@ -1137,6 +1161,7 @@ ja: &DEFAULT_JA
1137
1161
  loading_label : "読み込み中..."
1138
1162
  search_label_text :
1139
1163
  search_placeholder_text : "検索キーワードを入力してください..."
1164
+ search_algolia_no_results :
1140
1165
  results_found : "件"
1141
1166
  ja-JP:
1142
1167
  <<: *DEFAULT_JA
@@ -1188,6 +1213,7 @@ sk: &DEFAULT_SK
1188
1213
  loading_label : "Načítava sa..."
1189
1214
  search_label_text :
1190
1215
  search_placeholder_text : "Zadaj hľadaný výraz..."
1216
+ search_algolia_no_results :
1191
1217
  results_found : "Nájdených výsledkov"
1192
1218
  back_to_top : "Na začiatok stránky"
1193
1219
  sk-SK:
@@ -1240,6 +1266,7 @@ hu: &DEFAULT_HU
1240
1266
  loading_label : "Betöltés..."
1241
1267
  search_label_text :
1242
1268
  search_placeholder_text : "Keresendő szöveg..."
1269
+ search_algolia_no_results :
1243
1270
  results_found : "Találatok:"
1244
1271
  back_to_top : "Oldal tetejére"
1245
1272
  hu-HU:
@@ -1292,6 +1319,7 @@ ro: &DEFAULT_RO
1292
1319
  loading_label : "Se încarcă..."
1293
1320
  search_label_text :
1294
1321
  search_placeholder_text : "Caută ceva..."
1322
+ search_algolia_no_results :
1295
1323
  results_found : "Rezultate găsite"
1296
1324
  back_to_top : "Înapoi în susul paginii"
1297
1325
  ro-RO:
@@ -1344,6 +1372,7 @@ pa: &DEFAULT_PA
1344
1372
  loading_label : "ਲੋਡ ਹੋ ਰਿਹਾ ਹੈ..."
1345
1373
  search_label_text : "ਖੋਜ"
1346
1374
  search_placeholder_text : "ਆਪਣੀ ਖੋਜ ਦੇ ਸ਼ਬਦ ਨੂੰ ਦਰਜ ਕਰੋ..."
1375
+ search_algolia_no_results :
1347
1376
  results_found : "ਨਤੀਜਾ ਮਿਲਿਆ/ਮਿਲੇ"
1348
1377
  back_to_top : "ਵਾਪਸ ਚੋਟੀ 'ਤੇ ਜਾਓ"
1349
1378
  pa-IN:
@@ -1395,6 +1424,7 @@ fa: &DEFAULT_FA
1395
1424
  loading_label : "...بارگذاری"
1396
1425
  search_label_text :
1397
1426
  search_placeholder_text : "...عبارت جستجوی خود را وارد کنید"
1427
+ search_algolia_no_results :
1398
1428
  results_found : "نتایج"
1399
1429
  back_to_top : "بازگشت به بالا"
1400
1430
  fa-IR:
@@ -1448,6 +1478,7 @@ ml: &DEFAULT_ML
1448
1478
  loading_label : "ലോഡിംഗ്..."
1449
1479
  search_label_text :
1450
1480
  search_placeholder_text : "നിങ്ങളുടെ തിരയൽ പദം നൽകുക..."
1481
+ search_algolia_no_results :
1451
1482
  results_found : "ഫലം (കൾ) കണ്ടെത്തി"
1452
1483
  back_to_top : "മുകളിലേയ്ക്ക്"
1453
1484
  ml-IN:
@@ -1500,6 +1531,7 @@ th: &DEFAULT_TH
1500
1531
  loading_label : "กำลังโหลด..."
1501
1532
  search_label_text :
1502
1533
  search_placeholder_text : "ใส่คำค้นหาของคุณ..."
1534
+ search_algolia_no_results :
1503
1535
  results_found : "ผลการค้นหา พบ"
1504
1536
  back_to_top : "กลับด้านบน"
1505
1537
  th-TH:
@@ -1551,11 +1583,12 @@ hi: &DEFAULT_HI
1551
1583
  loading_label : "लोड हो रहा है..."
1552
1584
  search_label_text : "खोज"
1553
1585
  search_placeholder_text : "अपना खोज शब्द दर्ज करें..."
1586
+ search_algolia_no_results :
1554
1587
  results_found : "परिणाम मिला/मिले"
1555
1588
  back_to_top : "शीर्ष पर वापस"
1556
1589
  hi-IN:
1557
1590
  <<: *DEFAULT_HI
1558
-
1591
+
1559
1592
  # Catalan
1560
1593
  # --------------
1561
1594
  ca: &DEFAULT_CA
@@ -1603,11 +1636,164 @@ ca: &DEFAULT_CA
1603
1636
  loading_label : "Carregant..."
1604
1637
  search_label_text : "Introdueix termes per cercar..."
1605
1638
  search_placeholder_text : "Introdueix termes per cercar..."
1639
+ search_algolia_no_results :
1606
1640
  results_found : "resultat(s)"
1607
1641
  back_to_top : "Torna a dalt"
1608
1642
  ca-ES:
1609
1643
  <<: *DEFAULT_CA
1610
-
1644
+
1645
+ # Irish (Gaeilge)
1646
+ # --------------
1647
+ ga: &DEFAULT_GA
1648
+ skip_links : "Léim naisc"
1649
+ skip_primary_nav : "Léim chuig príomh naiscleanúint"
1650
+ skip_content : "Léim chuig inneachar"
1651
+ skip_footer : "Léim chuig buntásc"
1652
+ page : "Leathanach"
1653
+ pagination_previous : "Leathanach roimhe sin"
1654
+ pagination_next : "Céad leathanach eile"
1655
+ breadcrumb_home_label : "Baile"
1656
+ breadcrumb_separator : "/"
1657
+ menu_label : "Scorán roghchlár"
1658
+ search_label : "Scorán cuardach"
1659
+ toc_label : "Ar an leathanach seo"
1660
+ ext_link_label : "Nasc díreach"
1661
+ less_than : "níos lú na"
1662
+ minute_read : "a léamh"
1663
+ share_on_label : "Roinn ar"
1664
+ meta_label :
1665
+ tags_label : "Clibeanna:"
1666
+ categories_label : "Catagoírí:"
1667
+ date_label : "Nuashonraíodh:"
1668
+ comments_label : "Fág trácht"
1669
+ comments_title : "Tráchtanna"
1670
+ more_label : "Foghlaim níos mó"
1671
+ follow_label : "Lean:"
1672
+ feed_label : "Feed"
1673
+ powered_by : "Ag fáil cumhacht as"
1674
+ website_label : "Suíomh gréasáin"
1675
+ email_label : "R-phost"
1676
+ recent_posts : "Postálacha le deanaí"
1677
+ comment_form_comment_label : "Trácht"
1678
+ comment_form_name_label : "Ainm"
1679
+ comment_form_email_label : "Ríomhsheoladh"
1680
+ comment_form_website_label : "Suíomh gréasáin (roghnach)"
1681
+ comment_btn_submit : "Cuir isteach trácht"
1682
+ comment_btn_submitted : "Curtha isteach"
1683
+ loading_label : "Lódáil..."
1684
+ search_label_text : "Cuir do chuardach isteach..."
1685
+ search_placeholder_text : "Cuir do chuardach isteach..."
1686
+ search_algolia_no_results :
1687
+ results_found : "Torthaí aimsithe"
1688
+ back_to_top : "Ar ais go barr"
1689
+ ga-IE:
1690
+ <<: *DEFAULT_GA
1691
+
1692
+
1693
+ # Finnish / Suomi
1694
+ # -----------------
1695
+ fi: &DEFAULT_FI
1696
+ skip_links : "Ohita linkit"
1697
+ skip_primary_nav : "Hyppää pää navigaatioon"
1698
+ skip_content : "Hyppää sisältöön"
1699
+ skip_footer : "Hyppää alareunaan"
1700
+ page : "Sivu"
1701
+ pagination_previous : "Edellinen"
1702
+ pagination_next : "Seuraava"
1703
+ breadcrumb_home_label : "Etusivu"
1704
+ breadcrumb_separator : "/"
1705
+ menu_label : "Avaa valikko"
1706
+ search_label : "Avaa haku"
1707
+ toc_label : "Tällä sivulla"
1708
+ ext_link_label : "Suora linkki"
1709
+ less_than : "vähemmän kuin"
1710
+ minute_read : "lukuaika"
1711
+ share_on_label : "Jaa"
1712
+ meta_label :
1713
+ tags_label : "Tagit:"
1714
+ categories_label : "Kategoriat:"
1715
+ date_label : "Päivitetty:"
1716
+ comments_label : "Jätä kommentti"
1717
+ comments_title : "Kommentit"
1718
+ more_label : "Lisää"
1719
+ related_label : "Voit olla kiinnostunut myös"
1720
+ follow_label : "Seuraa:"
1721
+ feed_label : "Syöte"
1722
+ powered_by : "Voimanlähteenä"
1723
+ website_label : "Websivu"
1724
+ email_label : "Email"
1725
+ recent_posts : "Viimeisimmät postaukset"
1726
+ undefined_wpm : "words_per_minute asetusta ei ole määritelty _config.yml tiedostossa"
1727
+ comment_form_info : "Your email address will not be published. Required fields are marked"
1728
+ comment_form_comment_label : "Kommentti"
1729
+ comment_form_md_info : "Tukee markdown muotoilua."
1730
+ comment_form_name_label : "Nimi"
1731
+ comment_form_email_label : "Email osoite"
1732
+ comment_form_website_label : "Webbisivu (vapaaehtoinen)"
1733
+ comment_btn_submit : "Lähetä"
1734
+ comment_btn_submitted : "Lähetetty"
1735
+ comment_success_msg : "Kiitos kommentista, se julkaistaan tällä sivulla moderoinnin jälkeen."
1736
+ comment_error_msg : "Tarkista että olet täyttänyt kaikki kentät ja yritä uudelleen."
1737
+ loading_label : "Ladataan..."
1738
+ search_label_text : "Hakusana..."
1739
+ search_placeholder_text : "Hakusana..."
1740
+ search_algolia_no_results :
1741
+ results_found : "Tulosta"
1742
+ back_to_top : "Ylös"
1743
+
1744
+ # Myanmar (Burmese)
1745
+ # -----------------
1746
+ my: &DEFAULT_MY
1747
+ skip_links : "လင့်များကို​ကျော်ပါ။"
1748
+ skip_primary_nav : "မူလအညွှန်းသို့​ကျော်ပါ။"
1749
+ skip_content : "အကြောင်းအရာသို့ကျော်ပါ။"
1750
+ skip_footer : "အောက်ခြေသို့ကျော်ပါ။"
1751
+ page : "စာမျက်နှာ"
1752
+ pagination_previous : "ရှေ့တစ်ခု"
1753
+ pagination_next : "နောက်တစ်ခု"
1754
+ breadcrumb_home_label : "ပင်မစာမျက်နှာ"
1755
+ breadcrumb_separator : "/"
1756
+ menu_label : "မီနူး ဖွင့်၊ပိတ်"
1757
+ search_label : "ရှာ​ဖွေရန် ဖွင့်၊ပိတ်"
1758
+ toc_label : "ဒီစာမျက်နှာတွင်"
1759
+ ext_link_label : "တိုက်ရိုက်လင့်"
1760
+ less_than : "ဖတ်ရန်ကြာချိန်"
1761
+ minute_read : "မိနစ်"
1762
+ share_on_label : "မျှဝေပါ။"
1763
+ meta_label :
1764
+ tags_label : "အမှတ်အသားများ -"
1765
+ categories_label : "အမျိုးအစားများ -"
1766
+ date_label : "ပြင်ဆင်ပြီး -"
1767
+ comments_label : "မှတ်ချက်တစ်ခုချန်ထားပါ။"
1768
+ comments_title : "မှတ်ချက်များ"
1769
+ more_label : "ပိုမိုသိရှိရန်"
1770
+ related_label : "သင်နှစ်သက်နိုင်​သော"
1771
+ follow_label : "သတင်းလိုက်ယူရန် -"
1772
+ feed_label : "Feed ယူရန် -"
1773
+ powered_by : "ပံ့ပိုးသည်"
1774
+ website_label : "ဝဘ်ဆိုက်"
1775
+ email_label : "အီးမေးလ်"
1776
+ recent_posts : "လတ်တလောရေးသားချက်များ"
1777
+ undefined_wpm : "_config.yml မှာ words_per_minute ကိုမသတ်မှတ်ထားပါ။"
1778
+ comment_form_info : "သင့်အီးမေးလ်လိပ်စာကို​ဖော်ပြသွားမည်မဟုတ်ပါ။ လိုအပ်သောဖြည့်စွက်ရန်​နေရာများကို အမှတ်အသားပြထားပါသည်။"
1779
+ comment_form_comment_label : "မှတ်ချက်"
1780
+ comment_form_md_info : "Markdown ကိုထောက်ပံ့သည်။"
1781
+ comment_form_name_label : "နာမည်"
1782
+ comment_form_email_label : "အီးမေးလိပ်စာ"
1783
+ comment_form_website_label : "ဝဘ်ဆိုက် (မဖြည့်စွက်လည်းရသည်)"
1784
+ comment_btn_submit : "မှတ်ချက်တင်ပါ"
1785
+ comment_btn_submitted : "တင်သွင်းလိုက်သည်"
1786
+ comment_success_msg : "မှတ်ချက်ပေးတဲ့အတွက်ကျေးဇူးတင်ပါတယ်။ ၎င်းကိုအတည်ပြုပြီးသည့်အခါ ဝဘ်ဆိုက်ပေါ်တွင်ပြလိမ့်မည်။"
1787
+ comment_error_msg : "တောင်းပန်ပါတယ်။ သင့်တင်သွင်းမှုတွင်အမှားတစ်ခုရှိခဲ့သည်။ ကျေးဇူးပြုပြီးလိုအပ်သောဖြည့်စွက်ရန်​နေရာအားလုံးဖြည့်ပြီးပါကထပ်မံကြိုးစားပါ။"
1788
+ loading_label : "တင်နေသည်..."
1789
+ search_label_text : "သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ..."
1790
+ search_placeholder_text : "သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ..."
1791
+ search_algolia_no_results :
1792
+ results_found : "ရလဒ်(များ)ကိုတွေ့ရှိခဲ့သည်"
1793
+ back_to_top : "အပေါ်သို့ပြန်သွား"
1794
+ my-MM:
1795
+ <<: *DEFAULT_MY
1796
+
1611
1797
  # Another locale
1612
1798
  # --------------
1613
1799
  #