diff --git a/.gitattributes b/.gitattributes
index ebe01992079a..4d536e4abe56 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,10 @@
-_assets/css/vendor/* linguist-vendored
-_assets/js/plugins/* linguist-vendored
-_assets/js/vendor/* linguist-vendored
-assets/fonts/* linguist-vendored
-assets/js/vendor/* linguist-vendored
\ No newline at end of file
+assets/fonts/* linguist-vendored
+assets/js/main.min.js linguist-vendored
+assets/js/lunr/* linguist-vendored
+assets/js/plugins/* linguist-vendored
+assets/js/vendor/* linguist-vendored
+_sass/minimal-mistakes/vendor/* linguist-vendored
+CHANGELOG.md text merge=union
+docs/_docs/18-history.md text merge=union
+
+*.md text
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 6341d98273aa..847b69e8c5a9 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,15 +1,23 @@
# Contributing
-Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
+Found a typo in the documentation or interested in [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
-Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.
+For help with using the theme or general Jekyll support questions, please use the [Jekyll Talk forums](https://talk.jekyllrb.com/).
-This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:.
+Minimal Mistakes has been designed as a base for you to customize and fit your
+site's unique needs. Please keep this in mind when requesting features and/or
+submitting pull requests. If it's not something that most people will use, I
+probably won't consider it. When in doubt ask.
+
+This goes for author sidebar links and "share button" additions -- I have no
+intention of merging in every possibly option, the essentials are there to get
+you started :smile:.
## Pull Requests
When submitting a pull request:
1. Clone the repo.
-2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`) and describe the feature or fix.
-3. Open a pull request on GitHub.
\ No newline at end of file
+2. Create a branch off of `master` and give it a meaningful name (e.g.
+ `my-awesome-new-feature`) and describe the feature or fix.
+3. Open a pull request on GitHub.
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 415f6f6a680b..000000000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-- [ ] This is a question about using the theme.
-- [ ] This is a feature request.
-- [ ] I believe this to be a bug with the theme.
- - [ ] I have updated all gems with `bundle update`.
- - [ ] I have tested locally with `bundle exec jekyll build`.
-
----
-
-## Environment informations
-
-
-
-- **Minimal Mistakes version:**
-- **Jekyll version:**
-- **GitHub Pages hosted:** yes/no
-- **Operating system:**
-
----
-
-## Expected behavior
-
-
-
-## Steps to reproduce the behavior
-
-
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 000000000000..ac8b933ce42a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,94 @@
+name: Bug Report
+description: There is something wrong with the theme. 99% of the time you should select Support below.
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Before opening a new issue please:
+
+ - Verify you have the latest versions of Jekyll and Minimal Mistakes
+ installed by running `bundle update`.
+ - Thoroughly read the theme's documentation at
+ https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
+ - Search all issues at https://github.com/mmistakes/minimal-mistakes/issues
+ for solutions and to avoid duplication.
+ - Ask for help at https://talk.jekyllrb.com/
+
+ If none of the above solved your problem, you can continue below.
+
+ - type: textarea
+ id: environment
+ attributes:
+ label: Theme version and system environment
+ description: |
+ Please include theme version, Jekyll version, public git repository, whether
+ you are hosting with GitHub Pages, and the operating system you tested with.
+
+ Issues without a link to a public repository or ZIP file will likely go ignored.
+ Being able to see your actual files is necessary to troubleshoot, as most
+ issues stem from invalid/missing YAML Front Matter, a mis-configured _config.yml
+ file, or problematic site content.
+ value: |-
+ - Minimal Mistakes version:
+ - Ruby gem or remote theme version:
+ - Jekyll version:
+ - Git repository URL:
+ - URL to the page with the problem:
+ - Operating system:
+ - Browser version:
+ validations:
+ required: true
+
+ - type: textarea
+ id: what-happened
+ attributes:
+ label: What happened?
+ description: |
+ Describe the problem **in detail**. For example:
+
+ - What is missing?
+ - What error do you see? Attach the error log if available.
+ validations:
+ required: true
+
+ - type: textarea
+ id: expected-behavior
+ attributes:
+ label: Expected behavior
+ description: |
+ Please describe the expected behavior and the actual result you got.
+ placeholder: >
+ What is it you expected to happen? This should be a description of how the
+ functionality you tried to use is supposed to work.
+ validations:
+ required: true
+
+ - type: textarea
+ id: steps-to-reproduce
+ attributes:
+ label: Steps to reproduce the behavior
+ description: |
+ Describe the steps you took for this problem to come up. Such as: you installed
+ the theme, customized _config.yml, added your own posts, and started up a
+ Jekyll server locally.
+
+ If an error occurred on GitHub Pages when pushing, please test a local version
+ following these setup instructions:
+ https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
+
+ Then provide a complete log by running `bundle exec jekyll build --trace --verbose`
+ and include this output in the filed issue.
+
+ Screenshots can also be included if they help illustrate a behavior.
+ validations:
+ required: true
+
+ - type: textarea
+ id: other
+ attributes:
+ label: Other
+ description: |
+ Please provide a code repository, gist, code snippet, sample files,
+ screenshots, or anything else you think will aid in reproducing the issue.
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000000..e02be34d82d0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Support
+ url: https://github.com/mmistakes/minimal-mistakes/discussions
+ about: Please post your support questions in the Discussions section.
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml
new file mode 100644
index 000000000000..65a03152deae
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation.yml
@@ -0,0 +1,25 @@
+name: Documentation
+description: Found a typo or something that needs clarification?
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to open an issue and help make the docs better.
+
+ - type: textarea
+ id: motivation
+ attributes:
+ label: Motivation
+ description: |
+ Why should we update our docs?
+ validations:
+ required: true
+
+ - type: textarea
+ id: suggestion
+ attributes:
+ label: Suggestion
+ description: |
+ What should we do instead?
+ validations:
+ required: true
\ No newline at end of file
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000000..3271858f6dae
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+## Summary
+
+
+
+## Context
+
+
+
+
diff --git a/.github/workflows/bad-pr.yml b/.github/workflows/bad-pr.yml
new file mode 100644
index 000000000000..9c9c3647ad08
--- /dev/null
+++ b/.github/workflows/bad-pr.yml
@@ -0,0 +1,35 @@
+name: Cleanup bad PR
+
+on:
+ pull_request_target:
+ types: [opened, reopened]
+
+permissions:
+ contents: read
+
+jobs:
+ close-pr:
+ permissions:
+ pull-requests: write
+ runs-on: ubuntu-latest
+ if: "contains(github.event.pull_request.body, 'by deleting this comment block') || github.event.pull_request.body == ''"
+ steps:
+ - uses: actions-ecosystem/action-add-labels@v1
+ with:
+ labels: 'Type: Invalid'
+ - uses: actions-ecosystem/action-add-labels@v1
+ with:
+ labels: 'Type: Spam'
+ - uses: superbrothers/close-pull-request@v3
+ with:
+ # Optional. Post an issue comment just before closing a pull request.
+ comment: |
+ **You have created a Pull Request to the wrong repository.** This is the repository for [Minimal Mistakes][1], the free Jekyll theme. See [GitHub Docs: About pull requests][2] if you need help.
+
+ [1]: https://mmistakes.github.io/minimal-mistakes/
+ [2]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
+ - uses: sudo-bot/action-pull-request-lock@v1.0.5
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ number: ${{ github.event.pull_request.number }}
+ lock-reason: spam
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 000000000000..733ad0d6668c
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,47 @@
+name: build
+
+on:
+ push:
+ branches:
+ - master
+ workflow_dispatch: {}
+ repository_dispatch: {}
+
+jobs:
+ build:
+ if: github.repository == 'mmistakes/minimal-mistakes'
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+
+ - uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: '3.2'
+ - name: Setup cache for Bundler
+ id: cache
+ uses: actions/cache@v4
+ with:
+ path: |
+ docs/Gemfile.lock
+ docs/vendor/bundle
+ key: ${{ runner.os }}-bundler-${{ hashFiles('docs/Gemfile') }}
+ restore-keys: |
+ ${{ runner.os }}-bundler-
+
+ - name: Install - Bundler
+ env:
+ MAKE: make -j2
+ working-directory: docs/
+ run: |
+ bundle config set path vendor/bundle
+ bundle install --jobs=4 --retry=3
+ bundle clean
+
+ - name: Update Algolia index
+ working-directory: docs/
+ run: bundle exec jekyll algolia push
+ env:
+ ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
+ continue-on-error: true
diff --git a/.gitignore b/.gitignore
index 5c4866d719f9..406061feb7db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,32 @@
-*.gem
+# Vim
+*~
+*.sw[p_]
+
+# IntelliJ IDEA
+*.idea
+
+# Sublime Text
*.sublime-project
*.sublime-workspace
+
+# Ruby Gem
+*.gem
.bundle
+Gemfile.lock
+**/vendor/bundle
+
+# Node.js and NPM
+node_modules
+npm-debug.log*
+package-lock.json
+codekit-config.json
+
+# macOS
.DS_Store
+
+# Jekyll generated files
+.jekyll-cache
.jekyll-metadata
.sass-cache
_asset_bundler_cache
_site
-codekit-config.json
-example/_site
-Gemfile.lock
-node_modules
-npm-debug.log*
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d829530f5d95..61aae5157087 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,911 @@
+# Changelog
+
+## Unreleased
+
+### Enhancements
+
+- Updated Traditional Chinese translation (#5250)
+- Add built-in support for jekyll-gfm-admonitions (#5312)
+
+## [4.27.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3)
+
+### Bug Fixes
+
+- Add explicit CSS rules for `.sr-only` following Font Awesome 7's changes. (#5296)
+
+## [4.27.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.2)
+
+### Enhancements
+
+- Hide `.page__footer-follow` if there are no links nor atom feed. (#5279)
+- Add HTML escaping for some titles, labels and metada that was missing. (#5276)
+- Add optional `footer.since` for copyright time range. (#5275)
+
+### Bug Fixes
+
+- Add `escape_once` to gallery title and alt text.
+
+## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)
+
+### Enhancements
+
+- Add a "Share on Bluesky" button (#5179)
+- Add preset variables for modern font stack (#5033)
+- Update X share button to match brand color (#5245)
+
+### Bug Fixes
+
+- Fix wrong icon and color for X share button.
+
+## [4.27.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.0)
+
+### Enhancements
+
+- Add RTL Support. [#4886](https://github.com/mmistakes/minimal-mistakes/pull/4886)
+- Add missing Polish translation. [#4890](https://github.com/mmistakes/minimal-mistakes/pull/4890)
+- Rewrite most directions with [CSS logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
+- Remove unnecessary "type" attribute (#4956)
+- The "if" means the default is never used (#4955)
+- For pages without a title, show the site title only once (#4959)
+- Use `documents-collection.html` partial in `home` layout.
+- Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003)
+- Add provider and comments info to `single.html` layout for non-production. (#5068)
+- Tweak contrast skin $primary-color to adhere to WCAG guidelines. (#5126)
+- Update social share buttons to reflect Twitter rebranding to X (#5210)
+
+### Bug Fixes
+
+- Replace a redirected link to MadeMistakes in footer. [#4882](https://github.com/mmistakes/minimal-mistakes/pull/4882)
+- Fix wrong float direction for `feature_row` with `type="right"`. [#4061](https://github.com/mmistakes/minimal-mistakes/issues/4061)
+- Fix reset stylesheet overruling `$doc-font-size`. [#4983](https://github.com/mmistakes/minimal-mistakes/issues/4983)
+- Fix JavaScript null error on home and splash layouts. [#4938](https://github.com/mmistakes/minimal-mistakes/issues/4938), [#4939](https://github.com/mmistakes/minimal-mistakes/pull/4939)
+- Fix bad <figure> HTML if "alt" contains quotes.
+- Fix extra newline generated in `_includes/post_pagination.html`.
+- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)
+- Fix typo in "Configuration" (#5106)
+- bundle exec jekyll serve will fail if more than once (#5193)
+
+### Documentation & Maintenance
+
+- Automatically update Algolia search index with GitHub Actions.
+
+## [4.26.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.2)
+
+### Enhancements
+
+- Add Czech localization. [#4866](https://github.com/mmistakes/minimal-mistakes/pull/4866)
+- Allow overriding HTML `lang` attribute on a per-page basis. [#4862](https://github.com/mmistakes/minimal-mistakes/pull/4862)
+
+### Bug Fixes
+
+- Figure helper breaks when using code markup in caption with `popup=true`. [#4841](https://github.com/mmistakes/minimal-mistakes/issues/4841)
+
+## [4.26.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.1)
+
+### Bug Fixes
+
+- Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.
+- Fix typo for `fa-dribbble` in `_utilities.scss`.
+- Restrict "auto scroll sticky ToC to content" feature to Chromium browsers for now. [#4826](https://github.com/mmistakes/minimal-mistakes/issues/4826)
+
+### Documentation & Maintenance
+
+- Rewrite social icons SCSS with a loop.
+
+### Enhancements
+
+- Change the icon of a copy button into a tick for 1.5 seconds on successful copy.
+
+## [4.26.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.0)
+
+### Bug Fixes
+
+- Fix an unclosed `
` and before `` to be added/overridden with `head_scripts` and `footer_scripts` arrays in `_config.yml`. [#1241](https://github.com/mmistakes/minimal-mistakes/pull/1241)
+- Update JavaScript dependencies: jQuery `v3.2.1`, jQuery Smooth Scroll `v2.2.0`, and Magnific Popup `v1.1.0`. [#328690652](https://github.com/mmistakes/minimal-mistakes/pull/1241#issuecomment-328690652)
+
## [4.5.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2)
### Enhancements
@@ -18,9 +926,9 @@
- Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)
- Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)
-- Remove `#disqus_thread` duplicate from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)
+- Remove `#disqus_thread` duplicate from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)
- Fix Liquid syntax errors in `tag-list.html` and `category-list.html` includes by removing parenthesis in `assign`s. [#1223](https://github.com/mmistakes/minimal-mistakes/issues/1223)
-- Fix Liquid syntax error: "Expected id but found open_square in `"{{page.[include.id] }}"`" in `gallery` and `feature_row` includes.
+- Fix Liquid syntax error: "Expected id but found open_square in `"{{ page.[include.id] }}"`" in `gallery` and `feature_row` includes.
- Fix Liquid syntax error: "Expected end_of_string but found pipe in `"name in __names | sort"`" in `group-by-array` include.
## [4.5.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1)
@@ -109,7 +1017,7 @@
### Enhancements
-- Move SCSS partials to `/_sass/minimal-mistakes` for easier CSS customization.
+- Move SCSS partials to `/_sass/minimal-mistakes` for easier CSS customization.
- Replace `modified` with `last_modified_at` to leverage various Jekyll plugins that utilize this variable. [#930](https://github.com/mmistakes/minimal-mistakes/pull/930)
- Add Lithuanian localized UI text. [#924](https://github.com/mmistakes/minimal-mistakes/pull/924)
- Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909](https://github.com/mmistakes/minimal-mistakes/issues/909)
@@ -131,10 +1039,10 @@
### Enhancements
- Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:
-
+
```
---
- layout:
+ layout:
---
```
@@ -242,7 +1150,7 @@
### Enhancements
-- Add `!default` values to **_sass/_variables.scss**.
+- Add `!default` values to **\_sass/\_variables.scss**.
- Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
### Bug Fixes
@@ -266,7 +1174,7 @@
### Maintenance
-- Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
+- Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
- Add `rake preview` task for testing `/test` during theme development.
## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
@@ -289,12 +1197,12 @@
### Enhancements
- "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
-- Replace `base_path` include with `absolute_url` filter where possible.
+- Replace `base_path` include with `relative_url` filter where possible.
- Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
- Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
- Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
- Make author avatar optional in sidebar.
-- Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
+- Update **/\_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
### Bug Fixes
@@ -629,7 +1537,7 @@
### Bug Fixes
-- Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `
` element is now conditional if `title: ` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
+- Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `
` element is now conditional if `title:` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
### Maintenance
@@ -663,7 +1571,7 @@
### Enhancements
-- Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
+- Add `overlay_filter` param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
@@ -705,6 +1613,7 @@
- Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
### Bug Fixes
+
- Fixed Bitbucket URL typo in author sidebar.
## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
@@ -877,4 +1786,4 @@
- Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
-## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
\ No newline at end of file
+## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
diff --git a/Gemfile b/Gemfile
index 1291498971d7..3be9c3cd812e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,2 @@
source "https://rubygems.org"
-gemspec
\ No newline at end of file
+gemspec
diff --git a/LICENSE.txt b/LICENSE
similarity index 94%
rename from LICENSE.txt
rename to LICENSE
index b7cc9a0dc2c8..67814e6c3f9e 100644
--- a/LICENSE.txt
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2017 Michael Rose
+Copyright (c) 2013-2024 Michael Rose and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
+SOFTWARE.
diff --git a/README.md b/README.md
index f669daa48c93..9298269786af 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-# [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/)
+# [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/)
-[](https://github.com/mmistakes/minimal-mistakes/releases) [](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE.txt)
+[](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
+[](https://jekyllrb.com/)
-Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:.
+Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. As the name implies, styling is purposely minimalistic to be enhanced and customized by you :smile:.
-See what's new in the [CHANGELOG](CHANGELOG.md).
+:sparkles: See what's new in the [CHANGELOG](CHANGELOG.md).
-:sparkles: Minimal Mistakes is now available as a [Ruby gem](https://rubygems.org/gems/minimal-mistakes-jekyll). Consult the [Quick-Start Guide](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/) and [this blog post](https://mmistakes.github.io/minimal-mistakes/jekyll/gemified-theme-beta/) to learn how to upgrade.
+**Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and must be retained in the `plugins` array of `_config.yml`. Otherwise you'll encounter `Unknown tag 'include_cached'` errors at build.
[![Minimal Mistakes live preview][2]][1]
@@ -15,19 +16,36 @@ See what's new in the [CHANGELOG](CHANGELOG.md).

-## Notable Features
+## Notable features
-- "Gemified" for easier install/upgrading
-- Compatible with Jekyll 3.5 and GitHub Pages
-- Support for Jekyll's built-in Sass/SCSS preprocessor
-- Several responsive layout options (single, archive index, splash, and paginated home page)
-- SEO optimized with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data
+- Bundled as a "theme gem" for easier installation/upgrading.
+- Compatible with GitHub Pages.
+- Support for Jekyll's built-in Sass/SCSS preprocessor.
+- Nine different skins (color variations).
+- Several responsive layout options (single, archive index, search, splash, and paginated home page).
+- Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data.
- 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.
-- 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 custom).
+- 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/), [utterances](https://utteranc.es/), and [giscus](https://giscus.app/)).
- [Google Analytics](https://www.google.com/analytics/) support.
-- UI localized text in English (default), Brazilian Portuguese, Chinese, French, German, Italian, Korean, Nepali (Nepalese), Russian, Spanish, and Turkish
+- UI localized text in English (default), Arabic (عربي), Brazilian Portuguese (Português brasileiro), Bulgarian, Catalan, Chinese, Czech, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hebrew, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Kiswahili, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Norwegian (Norsk), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), Ukrainian (Українська) and Vietnamese.
-## Demo Pages
+## Skins (color variations)
+
+This theme comes in nine different skins (in addition to the default one).
+
+| `air` | `contrast` | `dark` |
+| --- | --- | --- |
+| [](https://mmistakes.github.io/minimal-mistakes/assets/images/air-skin-archive-large.png) | [](https://mmistakes.github.io/minimal-mistakes/assets/images/contrast-skin-archive-large.png) | [](https://mmistakes.github.io/minimal-mistakes/assets/images/dark-skin-archive-large.png) |
+
+| `dirt` | `mint` | `sunrise` |
+| --- | --- | --- |
+| [](https://mmistakes.github.io/minimal-mistakes/assets/images/dirt-skin-archive-large.png) | [](https://mmistakes.github.io/minimal-mistakes/assets/images/mint-skin-archive-large.png) | [](https://mmistakes.github.io/minimal-mistakes/assets/images/sunrise-skin-archive-large.png) |
+
+| `aqua` | `neon` | `plum` |
+| --- | --- | --- |
+| [](https://mmistakes.github.io/minimal-mistakes/assets/images/aqua-skin-archive-large.png) | [](https://mmistakes.github.io/minimal-mistakes/assets/images/neon-skin-archive-large.png) | [](https://mmistakes.github.io/minimal-mistakes/assets/images/plum-skin-archive-large.png) |
+
+## Demo pages
| Name | Description |
| ------------------------------------------- | ----------------------------------------------------- |
@@ -50,51 +68,104 @@ Additional sample posts are available under [posts archive][year-archive] on the
[tags-archive]: https://mmistakes.github.io/minimal-mistakes/tags/
[year-archive]: https://mmistakes.github.io/minimal-mistakes/year-archive/
-## Usage
+## Installation
-For detailed instructions on how to configure, customize, add content, and more read the [theme's documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
+There are three ways to install: as a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes), as a [remote theme](https://blog.github.com/2017-11-29-use-any-theme-with-github-pages/) (GitHub Pages compatible), or forking/directly copying all of the theme files into your project.
-**Note:** Gem version of the theme requires Jekyll v3.3+ and is not currently supported on [GitHub Pages](https://pages.github.com/). You can still use the theme with GitHub Pages, you'll just need to install using the old "[repo fork method](https://mmistakes.github.io/minimal-mistakes/docs/installation/)".
+### Gem-based method
-## Quick Start
+With Gem-based themes, directories such as the `assets`, `_layouts`, `_includes`, and `_sass` are stored in the theme’s gem, hidden from your immediate view. Yet all of the necessary directories will be read and processed during Jekyll’s build process.
-Add this line to your Jekyll site's `Gemfile`:
+This allows for easier installation and updating as you don't have to manage any of the theme files. To install:
-```ruby
-gem "minimal-mistakes-jekyll"
-```
+1. Add the following to your `Gemfile`:
-Add this line to your Jekyll site's `_config.yml` file:
+ ```ruby
+ gem "minimal-mistakes-jekyll"
+ ```
-```yaml
-theme: minimal-mistakes-jekyll
-```
+2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command:
-Then run Bundler to install the theme gem and dependencies:
+ ```bash
+ bundle
+ ```
-```bash
-bundle install
-```
+3. Set the `theme` in your project's Jekyll `_config.yml` file:
+
+ ```yaml
+ theme: minimal-mistakes-jekyll
+ ```
To update the theme run `bundle update`.
----
+### Remote theme method
-## Contributing
+Remote themes are similar to Gem-based themes, but do not require `Gemfile` changes or whitelisting making them ideal for sites hosted with GitHub Pages.
+
+To install:
+
+1. Create/replace the contents of your `Gemfile` with the following:
+
+ ```ruby
+ source "https://rubygems.org"
+
+ gem "github-pages", group: :jekyll_plugins
+ gem "jekyll-include-cache", group: :jekyll_plugins
+ ```
+
+2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.
+
+3. Fetch and update bundled gems by running the following [Bundler](https://bundler.io/) command:
+
+ ```bash
+ bundle
+ ```
+
+4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.3"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
+
+
-Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.
+**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.
-This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:.
+## Usage
+
+For detailed instructions on how to configure, customize, add/migrate content, and more read the [theme's documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
+
+## Contributing
+
+Found a typo in the documentation or interested in [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
+
+For help with using the theme or general Jekyll support questions, please use the [Jekyll Talk forums](https://talk.jekyllrb.com/).
### Pull Requests
When submitting a pull request:
1. Clone the repo.
-2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`) and describe the feature or fix.
-3. Open a pull request on GitHub.
+2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`).
+3. Open a pull request on GitHub and describe the feature or fix.
Theme documentation and demo pages can be found in the [`/docs`](docs) if submitting improvements, typo corrections, etc.
@@ -104,8 +175,6 @@ To set up your environment to develop this theme, run `bundle install`.
To test the theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/test/`. This starts a Jekyll server using content in the `test/` directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh.
----
-
## Credits
### Creator
@@ -118,8 +187,8 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http
### Icons + Demo Images:
-- [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)
-- [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
+- [The Noun Project](https://thenounproject.com) - Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)
+- [Font Awesome](http://fontawesome.io/)
- [Unsplash](https://unsplash.com/)
### Other:
@@ -130,16 +199,18 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http
- [Breakpoint](http://breakpoint-sass.com/)
- [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)
- [FitVids.JS](http://fitvidsjs.com/)
-- Greedy Navigation - [lukejacksonn](http://codepen.io/lukejacksonn/pen/PwmwWV)
-- [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)
-
----
+- [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav)
+- [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)
+- [Gumshoe](https://github.com/cferdinandi/gumshoe)
+- [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/)
+- [Lunr](http://lunrjs.com)
+- [Clipboard.js](https://clipboardjs.com)
## License
The MIT License (MIT)
-Copyright (c) 2017 Michael Rose
+Copyright (c) 2013-2024 Michael Rose and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -158,3 +229,61 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
+Minimal Mistakes incorporates icons from [The Noun Project](https://thenounproject.com/)
+creators Garrett Knoll, Arthur Shlain, and tracy tam.
+Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).
+
+Minimal Mistakes incorporates [Font Awesome](http://fontawesome.io/),
+Copyright (c) 2017 Dave Gandy.
+Font Awesome is distributed under the terms of the [SIL OFL 1.1](http://scripts.sil.org/OFL)
+and [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates photographs from [Unsplash](https://unsplash.com).
+
+Minimal Mistakes incorporates [Susy](http://susy.oddbird.net/),
+Copyright (c) 2017, Miriam Eric Suzanne.
+Susy is distributed under the terms of the [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause).
+
+Minimal Mistakes incorporates [Breakpoint](http://breakpoint-sass.com/).
+Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/),
+Copyright (c) 2013 Dave Rubert and Chris Coyier.
+FitVids is distributed under the terms of the [WTFPL License](http://www.wtfpl.net/).
+
+Minimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/),
+Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.
+Magnific Popup is distributed under the terms of the MIT License.
+
+Minimal Mistakes incorporates [Smooth Scroll](http://github.com/cferdinandi/smooth-scroll),
+Copyright (c) 2019 Chris Ferdinandi.
+Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [Gumshoejs](http://github.com/cferdinandi/gumshoe),
+Copyright (c) 2019 Chris Ferdinandi.
+Gumshoejs is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/),
+Copyright (c) 2010 "Cowboy" Ben Alman.
+jQuery throttle / debounce is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav),
+Copyright (c) 2015 Luke Jackson.
+GreedyNav.js is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array),
+Copyright (c) 2015 Max White .
+Jekyll Group-By-Array is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [@allejo's Pure Liquid Jekyll Table of Contents](https://allejo.io/blog/a-jekyll-toc-in-liquid-only/),
+Copyright (c) 2017 Vladimir Jimenez.
+Pure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [Lunr](http://lunrjs.com),
+Copyright (c) 2018 Oliver Nightingale.
+Lunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+
+Minimal Mistakes incorporates [clipboard.js](https://clipboardjs.com/),
+Copyright (c) 2021 Zeno Rocha.
+Clipboard.js is distributed under the terms of the [MIT License](https://opensource.org/licenses/MIT).
diff --git a/Rakefile b/Rakefile
index 921330e6ab79..2c5f027bd669 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,15 @@
require "bundler/gem_tasks"
require "jekyll"
+require "json"
require "listen"
+require "rake/clean"
+require "shellwords"
+require "time"
+require "yaml"
+
+task :default => %i[copyright changelog js version]
+
+package_json = JSON.parse(File.read("package.json"))
def listen_ignore_paths(base, options)
[
@@ -65,8 +74,7 @@ task :preview do
puts " Halting auto-regeneration."
exit 0
end
-
- loop { sleep 1000 }
+ sleep
end
rescue ThreadError
# You pressed Ctrl-C, oh my!
@@ -74,3 +82,130 @@ task :preview do
Jekyll::Commands::Serve.process(options)
end
+
+task :history => :changelog
+task :changelog => "docs/_docs/18-history.md"
+file "docs/_docs/18-history.md" => "CHANGELOG.md" do |t|
+ front_matter = {
+ title: "History",
+ classes: "wide",
+ permalink: "/docs/history/",
+ excerpt: "Change log of enhancements and bug fixes made to the theme.",
+ sidebar: {
+ nav: "docs",
+ },
+ last_modified_at: Time.now.iso8601,
+ toc: false,
+ }
+ # https://stackoverflow.com/a/49553523/5958455
+ front_matter = JSON.parse(JSON.dump(front_matter))
+ File.open(t.name, "w") do |f|
+ f.puts front_matter.to_yaml
+ f.puts "---"
+ f.puts ""
+ f.puts ""
+ f.puts ""
+ f.puts "{% raw %}"
+ # Remove H1
+ changelog = File.read(t.prerequisites.first)
+ .gsub(/^# [^\n]*$/m, "")
+ .gsub(/\(#(\d+)\)$/m, "[#\\1](https://github.com/mmistakes/minimal-mistakes/issues/\\1)")
+ .strip
+ f.write changelog
+ f.puts ""
+ f.puts "{% endraw %}"
+ end
+end
+
+COPYRIGHT_LINES = [
+ "Minimal Mistakes Jekyll Theme #{package_json["version"]} by Michael Rose",
+ "Copyright 2013-#{Time.now.year} Michael Rose - mademistakes.com | @mmistakes",
+ "Free for personal and commercial use under the MIT license",
+ "https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE",
+]
+
+COPYRIGHT_FILES = [
+ "_includes/copyright.html",
+ "_includes/copyright.js",
+ "_sass/minimal-mistakes/_copyright.scss",
+]
+
+def genenerate_copyright_file(filename, header, prefix, footer)
+ File.open(filename, "w") do |f|
+ f.puts header
+ COPYRIGHT_LINES.each do |line|
+ f.puts "#{prefix}#{line}"
+ end
+ f.puts footer
+ end
+end
+
+file "_includes/copyright.html" => "package.json" do |t|
+ genenerate_copyright_file(t.name, "")
+end
+
+file "_includes/copyright.js" => "package.json" do |t|
+ genenerate_copyright_file(t.name, "/*!", " * ", " */")
+end
+
+file "_sass/minimal-mistakes/_copyright.scss" => "package.json" do |t|
+ genenerate_copyright_file(t.name, "/*!", " * ", " */")
+end
+
+task :copyright => COPYRIGHT_FILES
+
+CLEAN.include(*COPYRIGHT_FILES)
+
+JS_FILES = ["assets/js/vendor/jquery/jquery-3.6.0.js"] + Dir.glob("assets/js/plugins/*.js") + ["assets/js/_main.js"]
+JS_TARGET = "assets/js/main.min.js"
+task :js => JS_TARGET
+file JS_TARGET => ["_includes/copyright.js"] + JS_FILES do |t|
+ sh Shellwords.join(%w[npx uglifyjs -c --comments /@mmistakes/ --source-map -m -o] +
+ [t.name] + t.prerequisites)
+end
+
+task :watch_js do
+ listener = Listen.to(
+ "assets/js",
+ ignore: /main\.min\.js$/,
+ ) do |modified, added, removed|
+ Rake::Task[:js].invoke
+ end
+
+ trap("INT") do
+ listener.stop
+ exit 0
+ end
+
+ begin
+ listener.start
+ sleep
+ rescue ThreadError
+ end
+end
+
+task :version => ["docs/_data/theme.yml", "README.md", "docs/_pages/home.md"]
+
+file "docs/_data/theme.yml" => "package.json" do |t|
+ theme = { "version" => package_json["version"] }
+ File.open(t.name, "w") do |f|
+ f.puts "# for use with in-page templates"
+ f.puts theme.to_yaml
+ end
+end
+
+file "README.md" => "package.json" do |t|
+ content = File.read(t.name)
+ content = content.gsub(/(mmistakes\/minimal-mistakes@)[\d.]+/, '\1' + package_json["version"])
+ File.write(t.name, content)
+end
+
+file "docs/_pages/home.md" => "package.json" do |t|
+ content = File.read(t.name)
+ content = content.gsub(/(\breleases\/tag\/|Latest release v)[\d.]+/, '\1' + package_json["version"])
+ File.write(t.name, content)
+end
+
+task :gem do
+ sh 'gem build minimal-mistakes-jekyll.gemspec'
+end
diff --git a/_config.yml b/_config.yml
index 4278d37dc1c4..ae0f84951b09 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,20 +5,36 @@
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
+# Theme Settings
+#
+# Review documentation to determine if you should use `theme` or `remote_theme`
+# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
+
+# theme : "minimal-mistakes-jekyll"
+# remote_theme : "mmistakes/minimal-mistakes"
+minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
+
# Site Settings
-locale : "en"
+locale : "en-US"
+rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
title : "Site Title"
title_separator : "-"
+subtitle : # site tagline that appears below site title in masthead
name : "Your Name"
description : "An amazing website."
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
-# breadcrumbs : false # true, false (default)
+logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
+masthead_title : # overrides the website title displayed in the masthead, use " " for no title
+breadcrumbs : # true, false (default)
words_per_minute : 200
+enable_copy_code_button : # true, false (default)
+copyright : # "copyright" name, defaults to site.title
+copyright_url : # "copyright" URL, defaults to site.url
comments:
- provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
+ provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
@@ -28,30 +44,49 @@ comments:
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
-staticman:
- allowedFields : ['name', 'email', 'url', 'message']
- branch : "master"
- commitMessage : "New comment."
- filename : comment-{@timestamp}
- format : "yml"
- moderation : true
- path : "docs/_data/comments/{options.slug}" # "/_data/comments/{options.slug}" (default)
- requiredFields : ['name', 'email', 'message']
- transforms:
- email : "md5"
- generatedFields:
- date:
- type : "date"
- options:
- format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
+ utterances:
+ theme : # "github-light" (default), "github-dark"
+ issue_term : # "pathname" (default)
+ giscus:
+ repo_id : # Shown during giscus setup at https://giscus.app
+ category_name : # Full text name of the category
+ category_id : # Shown during giscus setup at https://giscus.app
+ discussion_term : # "pathname" (default), "url", "title", "og:title"
+ reactions_enabled : # '1' for enabled (default), '0' for disabled
+ theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
+ strict : # 1 for enabled, 0 for disabled (default)
+ input_position : # "top", "bottom" # The comment input box will be placed above or below the comments
+ emit_metadata : # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
+ lang : # "en" (default)
+ lazy : # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
+ staticman:
+ branch : # "master"
+ endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
+reCaptcha:
+ siteKey :
+ secret :
atom_feed:
path : # blank (default) uses feed.xml
-
+ hide : # true, false (default)
+search : # true, false (default)
+search_full_content : # true, false (default)
+search_provider : # lunr (default), algolia, google
+lunr:
+ search_within_pages : # true, false (default)
+algolia:
+ application_id : # YOUR_APPLICATION_ID
+ index_name : # YOUR_INDEX_NAME
+ search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
+ powered_by : # true (default), false
+google:
+ search_engine_id : # YOUR_SEARCH_ENGINE_ID
+ instant_search : # false (default), true
# SEO Related
google_site_verification :
bing_site_verification :
-alexa_site_verification :
+naver_site_verification :
yandex_site_verification :
+baidu_site_verification :
# Social Sharing
twitter:
@@ -70,42 +105,61 @@ social:
# Analytics
analytics:
- provider : false # false (default), "google", "google-universal", "custom"
+ provider : # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id :
+ anonymize_ip : # true, false (default)
# Site Author
author:
name : "Your Name"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
- bio : "I am an amazing person."
+ bio : "I am an **amazing** person."
location : "Somewhere"
email :
- uri :
- bitbucket :
- codepen :
- dribbble :
- flickr :
- facebook :
- foursquare :
- github :
- gitlab :
- google_plus :
- keybase :
- instagram :
- lastfm :
- linkedin : # "john-doe-12345678" (the last part of your profile url, e.g. https://www.linkedin.com/in/john-doe-12345678)
- pinterest :
- soundcloud :
- stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username)
- steam : # "steamId" (the last part of your profile url, e.g. https://steamcommunity.com/id/steamId/)
- tumblr :
- twitter :
- vine :
- weibo :
- xing :
- youtube : # "https://youtube.com/c/MichaelRoseDesign"
+ links:
+ - label: "Email"
+ icon: "fas fa-fw fa-envelope-square"
+ # url: "mailto:your.name@email.com"
+ - label: "Website"
+ icon: "fas fa-fw fa-link"
+ # url: "https://your-website.com"
+ - label: "Twitter"
+ icon: "fab fa-fw fa-twitter-square"
+ # url: "https://twitter.com/"
+ - label: "Facebook"
+ icon: "fab fa-fw fa-facebook-square"
+ # url: "https://facebook.com/"
+ - label: "GitHub"
+ icon: "fab fa-fw fa-github"
+ # url: "https://github.com/"
+ - label: "Instagram"
+ icon: "fab fa-fw fa-instagram"
+ # url: "https://instagram.com/"
+
+# Site Footer
+footer:
+ links:
+ - label: "Twitter"
+ icon: "fab fa-fw fa-twitter-square"
+ # url:
+ - label: "Facebook"
+ icon: "fab fa-fw fa-facebook-square"
+ # url:
+ - label: "GitHub"
+ icon: "fab fa-fw fa-github"
+ # url:
+ - label: "GitLab"
+ icon: "fab fa-fw fa-gitlab"
+ # url:
+ - label: "Bitbucket"
+ icon: "fab fa-fw fa-bitbucket"
+ # url:
+ - label: "Instagram"
+ icon: "fab fa-fw fa-instagram"
+ # url:
+ since: "2013"
# Reading Files
@@ -131,8 +185,10 @@ exclude:
- gulpfile.js
- LICENSE
- log
+ - minimal-mistakes-jekyll.gemspec
- node_modules
- package.json
+ - package-lock.json
- Rakefile
- README
- tmp
@@ -168,23 +224,47 @@ kramdown:
# Sass/SCSS
sass:
sass_dir: _sass
- style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
+ style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting
permalink: /:categories/:title/
+timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+
+
+# Pagination with jekyll-paginate
paginate: 5 # amount of posts to show
paginate_path: /page:num/
-timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+
+# Pagination with jekyll-paginate-v2
+# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
+# for configuration details
+pagination:
+ # Set enabled to true to use paginate v2
+ # enabled: true
+ debug: false
+ collection: 'posts'
+ per_page: 10
+ permalink: '/page/:num/'
+ title: ':title - page :num'
+ limit: 0
+ sort_field: 'date'
+ sort_reverse: true
+ category: 'posts'
+ tag: ''
+ locale: ''
+ trail:
+ before: 2
+ after: 2
-# Plugins
-gems:
+# Plugins (previously gems:)
+plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- - jemoji
+ - jekyll-include-cache
# mimic GitHub Pages with --safe
whitelist:
@@ -192,7 +272,7 @@ whitelist:
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- - jemoji
+ - jekyll-include-cache
# Archives
@@ -203,8 +283,8 @@ whitelist:
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - /tags/my-awesome-tag/index.html ~> path: /tags/
-# - path: /categories/
-# - path: /
+# - /categories/my-awesome-category/index.html ~> path: /categories/
+# - /my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
@@ -225,7 +305,7 @@ tag_archive:
# HTML Compression
-# - http://jch.penibelst.de/
+# - https://jch.penibelst.de/
compress_html:
clippings: all
ignore:
diff --git a/_data/ui-text.yml b/_data/ui-text.yml
index b25cb7e66294..59b779489b35 100644
--- a/_data/ui-text.yml
+++ b/_data/ui-text.yml
@@ -3,14 +3,19 @@
# English (default)
# -----------------
en: &DEFAULT_EN
+ skip_links : "Skip links"
+ skip_primary_nav : "Skip to primary navigation"
+ skip_content : "Skip to content"
+ skip_footer : "Skip to footer"
page : "Page"
pagination_previous : "Previous"
pagination_next : "Next"
breadcrumb_home_label : "Home"
breadcrumb_separator : "/"
- menu_label : "Toggle Menu"
- toc_label : "On This Page"
- ext_link_label : "Direct Link"
+ menu_label : "Toggle menu"
+ search_label : "Toggle search"
+ toc_label : "On this page"
+ ext_link_label : "Direct link"
less_than : "less than"
minute_read : "minute read"
share_on_label : "Share on"
@@ -18,16 +23,16 @@ en: &DEFAULT_EN
tags_label : "Tags:"
categories_label : "Categories:"
date_label : "Updated:"
- comments_label : "Leave a Comment"
+ comments_label : "Leave a comment"
comments_title : "Comments"
- more_label : "Learn More"
- related_label : "You May Also Enjoy"
+ more_label : "Learn more"
+ related_label : "You may also enjoy"
follow_label : "Follow:"
feed_label : "Feed"
powered_by : "Powered by"
website_label : "Website"
email_label : "Email"
- recent_posts : "Recent Posts"
+ recent_posts : "Recent posts"
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
comment_form_info : "Your email address will not be published. Required fields are marked"
comment_form_comment_label : "Comment"
@@ -35,11 +40,16 @@ en: &DEFAULT_EN
comment_form_name_label : "Name"
comment_form_email_label : "Email address"
comment_form_website_label : "Website (optional)"
- comment_btn_submit : "Submit Comment"
+ comment_btn_submit : "Submit comment"
comment_btn_submitted : "Submitted"
comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved."
comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again."
loading_label : "Loading..."
+ search_label_text : "Enter your search term..."
+ search_placeholder_text : "Enter your search term..."
+ search_algolia_no_results : "No results"
+ results_found : "Result(s) found"
+ back_to_top : "Back to top"
en-US:
<<: *DEFAULT_EN
en-CA:
@@ -50,70 +60,85 @@ en-AU:
<<: *DEFAULT_EN
# Spanish
-# --------------
+# -------
es: &DEFAULT_ES
+ skip_links : "Saltar enlaces"
+ skip_primary_nav : "Saltar a navegación principal"
+ skip_content : "Saltar a contenido"
+ skip_footer : "Saltar a pie"
page : "Página"
pagination_previous : "Anterior"
pagination_next : "Siguiente"
breadcrumb_home_label : "Inicio"
breadcrumb_separator : "/"
- menu_label :
- toc_label : "Contenidos"
- ext_link_label : "Enlace"
+ menu_label : "Alternar menú"
+ search_label : "Alternar búsqueda"
+ toc_label : "En esta página"
+ ext_link_label : "Enlace directo"
less_than : "menos de"
- minute_read : "minuto de lectura"
- share_on_label : "Compartir"
+ minute_read : "minuto(s) de lectura"
+ share_on_label : "Compartir en"
meta_label :
tags_label : "Etiquetas:"
categories_label : "Categorías:"
date_label : "Actualizado:"
- comments_label : "Comentar"
- comments_title :
+ comments_label : "Deja un comentario"
+ comments_title : "Comentarios"
more_label : "Ver más"
- related_label : "Podrías ver también"
+ related_label : "Puede que también te interese"
follow_label : "Seguir:"
feed_label : "Feed"
- powered_by : "Powered by"
+ powered_by : "Funciona con"
website_label : "Sitio web"
- email_label : "Email"
+ email_label : "Correo electrónico"
recent_posts : "Entradas recientes"
- undefined_wpm : "Parametro words_per_minute (Palabras por minuto) no definido en _config.yml"
- comment_form_info : "Su dirección de correo no será publicada. Se han resaltado los campos requeridos"
+ undefined_wpm : "El parámetro words_per_minute (palabras por minuto) no está definido en _config.yml"
+ comment_form_info : "Tu dirección de correo electrónico no se publicará. Los campos obligatorios están marcados"
comment_form_comment_label : "Comentario"
- comment_form_md_info : "Markdown está soportado."
+ comment_form_md_info : "Puedes utilizar Markdown"
comment_form_name_label : "Nombre"
- comment_form_email_label : "Dirección de E-mail"
+ comment_form_email_label : "Dirección de correo electrónico"
comment_form_website_label : "Sitio web (opcional)"
- comment_btn_submit : "Enviar Commentario"
+ comment_btn_submit : "Enviar comentario"
comment_btn_submitted : "Enviado"
- comment_success_msg : "Gracias por su comentario!, Este se visualizará en el sitio una vez haya sido aprobado"
- comment_error_msg : "Lo sentimos, ha ocurrido un error al enviar su comentario. Por favor asegurese que todos los campos han sido diligenciados e intente de nuevo"
+ comment_success_msg : "¡Gracias por tu comentario! Se publicará una vez sea aprobado."
+ comment_error_msg : "Ha ocurrido un error al enviar el comentario. Asegúrate de completar todos los campos obligatorios e inténtalo de nuevo."
loading_label : "Cargando..."
+ search_label_text : "Términos de búsqueda..."
+ search_placeholder_text : "Términos de búsqueda..."
+ search_algolia_no_results :
+ results_found : "resultado(s) encontrado(s)"
+ back_to_top : "Volver arriba"
es-ES:
<<: *DEFAULT_ES
es-CO:
<<: *DEFAULT_ES
# French
-# -----------------
+# ------
fr: &DEFAULT_FR
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Page"
pagination_previous : "Précédent"
pagination_next : "Suivant"
breadcrumb_home_label : "Accueil"
breadcrumb_separator : "/"
- menu_label :
+ menu_label : "Menu"
+ search_label :
toc_label : "Sur cette page"
ext_link_label : "Lien direct"
less_than : "moins de"
- minute_read : "minute de lecture"
+ minute_read : "minute(s) de lecture"
share_on_label : "Partager sur"
meta_label :
tags_label : "Tags :"
categories_label : "Catégories :"
date_label : "Mis à jour :"
comments_label : "Laisser un commentaire"
- comments_title :
+ comments_title : "Commentaires"
more_label : "Lire plus"
related_label : "Vous pourriez aimer aussi"
follow_label : "Contact"
@@ -123,7 +148,6 @@ fr: &DEFAULT_FR
email_label : "Email"
recent_posts : "Posts récents"
undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml"
- comments_title : "Commentaires"
comment_form_info : "Votre adresse email ne sera pas visible. Les champs obligatoires sont marqués"
comment_form_comment_label : "Commentaire"
comment_form_md_info : "Markdown est supporté."
@@ -135,6 +159,11 @@ fr: &DEFAULT_FR
comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé."
comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez."
loading_label : "Chargement..."
+ search_label_text :
+ search_placeholder_text : "Entrez votre recherche..."
+ search_algolia_no_results :
+ results_found : "Résultat(s) trouvé(s)"
+ back_to_top : "Retour en haut"
fr-FR:
<<: *DEFAULT_FR
fr-BE:
@@ -143,14 +172,19 @@ fr-CH:
<<: *DEFAULT_FR
# Turkish
-# -----------------
+# -------
tr: &DEFAULT_TR
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Sayfa"
pagination_previous : "Önceki"
pagination_next : "Sonraki"
breadcrumb_home_label : "Ana Sayfa"
breadcrumb_separator : "/"
menu_label :
+ search_label :
toc_label : "İçindekiler"
ext_link_label : "Doğrudan Bağlantı"
less_than : "Şu süreden az: "
@@ -182,18 +216,25 @@ tr: &DEFAULT_TR
comment_success_msg : "Yorumunuz için teşekkürler! Yorumunuz onaylandıktan sonra sitede gösterilecektir."
comment_error_msg : "Maalesef bir hata oluştu. Lütfen zorunlu olan tüm alanları doldurduğunuzdan emin olun ve sonrasında tekrar deneyin."
loading_label : "Yükleniyor..."
+ search_label_text :
+ search_algolia_no_results :
tr-TR:
<<: *DEFAULT_TR
# Portuguese
-# -----------------
+# ----------
pt: &DEFAULT_PT
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Página"
pagination_previous : "Anterior"
pagination_next : "Seguinte"
breadcrumb_home_label : "Início"
breadcrumb_separator : "/"
menu_label :
+ search_label :
toc_label : "Nesta Página"
ext_link_label : "Link Direto"
less_than : "menos de"
@@ -225,57 +266,74 @@ pt: &DEFAULT_PT
comment_success_msg : "Obrigado pelo seu comentário! Será visível no site logo que aprovado."
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."
loading_label : "A carregar..."
+ search_label_text :
+ search_algolia_no_results :
+pt-PT:
+ <<: *DEFAULT_PT
# Brazilian Portuguese
pt-BR:
+ skip_links : "Pular links"
+ skip_primary_nav : "Pular para navegação primária"
+ skip_content : "Pular para conteúdo"
+ skip_footer : "Pular para rodapé"
page : "Página"
pagination_previous : "Anterior"
pagination_next : "Próxima"
- breadcrumb_home_label : "Home"
+ breadcrumb_home_label : "Início"
breadcrumb_separator : "/"
- menu_label :
+ menu_label : "Chavear menu"
+ search_label : "Chavear busca"
toc_label : "Nesta página"
ext_link_label : "Link direto"
- less_than : "meno que"
- minute_read : "minutos de leitura"
- share_on_label : "Compartilhe em"
+ less_than : "menos de"
+ minute_read : "minuto(s) de leitura"
+ share_on_label : "Compartilhe"
meta_label :
tags_label : "Tags:"
categories_label : "Categorias:"
date_label : "Atualizado em:"
comments_label : "Deixe um comentário"
- comments_title :
- more_label : "Aprenda Mais"
- related_label : "Você Talvez Goste Também"
- follow_label : "Acompanhe em"
+ comments_title : "Comentários"
+ more_label : "Saiba mais"
+ related_label : "Talvez você também goste"
+ follow_label : "Siga:"
feed_label : "Feed"
- powered_by : "Feito com"
+ powered_by : "Desenvolvido com"
website_label : "Site"
- email_label : "Email"
- recent_posts : "Postagens recentes"
- undefined_wpm : "Parâmetro indefinido em word_per_minute no _config.yml"
- comment_form_info :
- comment_form_comment_label :
- comment_form_md_info :
- comment_form_name_label :
- comment_form_email_label :
- comment_form_website_label :
- comment_btn_submit :
- comment_btn_submitted :
- comment_success_msg :
- comment_error_msg :
- loading_label :
-pt-PT:
- <<: *DEFAULT_PT
+ email_label : "E-mail"
+ recent_posts : "Publicações recentes"
+ undefined_wpm : "Parâmetro words_per_minute não definido em _config.yml"
+ comment_form_info : "Seu e-mail não será publicado. Os campos obrigatórios estão marcados"
+ comment_form_comment_label : "Comentário"
+ comment_form_md_info : "Você pode usar Markdown."
+ comment_form_name_label : "Nome"
+ comment_form_email_label : "E-mail"
+ comment_form_website_label : "Site (opcional)"
+ comment_btn_submit : "Enviar comentário"
+ comment_btn_submitted : "Enviado"
+ comment_success_msg : "Obrigado pelo seu comentário! Ele aparecerá no site assim que for aprovado."
+ comment_error_msg : "Desculpe, ocorreu um erro no envio. Verifique se todos os campos obrigatórios foram preenchidos e tente novamente."
+ loading_label : "Carregando..."
+ search_label_text : "Digite seu termo de busca..."
+ search_placeholder_text : "Digite seu termo de busca..."
+ search_algolia_no_results : "Nenhum resultado"
+ results_found : "Resultado(s) encontrado(s)"
+ back_to_top : "Voltar para o topo"
# Italian
-# -----------------
+# -------
it: &DEFAULT_IT
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Pagina"
pagination_previous : "Precedente"
pagination_next : "Prossima"
breadcrumb_home_label : "Home"
breadcrumb_separator : "/"
menu_label :
+ search_label :
toc_label : "Indice della pagina"
ext_link_label : "Link"
less_than : "meno di"
@@ -307,22 +365,32 @@ it: &DEFAULT_IT
comment_success_msg : "Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato."
comment_error_msg : "C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova."
loading_label : "Caricamento..."
+ search_label_text :
+ search_placeholder_text : "Inserisci termini di ricerca..."
+ search_algolia_no_results :
+ results_found : "Risultati"
+ back_to_top : "Vai su"
it-IT:
<<: *DEFAULT_IT
# Chinese (zh-CN Chinese - China)
-# -----------------
-zh: &DEFAULT_ZH
+# --------------------------------
+zh: &DEFAULT_ZH_HANS
+ skip_links : "跳转链接"
+ skip_primary_nav : "转到主导航栏"
+ skip_content : "转到内容"
+ skip_footer : "转到底部"
page : "页面"
- pagination_previous : "向前"
- pagination_next : "向后"
+ pagination_previous : "上一页"
+ pagination_next : "下一页"
breadcrumb_home_label : "首页"
breadcrumb_separator : "/"
menu_label : "切换菜单"
- toc_label : "在本页上"
+ search_label : "切换搜索"
+ toc_label : "目录"
ext_link_label : "直接链接"
less_than : "少于"
- minute_read : "分钟读完"
+ minute_read : "分钟阅读"
share_on_label : "分享"
meta_label :
tags_label : "标签:"
@@ -338,10 +406,10 @@ zh: &DEFAULT_ZH
website_label : "网站"
email_label : "电子邮箱"
recent_posts : "最新文章"
- undefined_wpm : "_config.yml配置中words_per_minute字段未定义"
+ undefined_wpm : "_config.yml 配置中 words_per_minute 字段未定义"
comment_form_info : "您的电子邮箱地址并不会被展示。请填写标记为必须的字段。"
comment_form_comment_label : "评论"
- comment_form_md_info : "Markdown语法已支持。"
+ comment_form_md_info : "支持 Markdown 语法。"
comment_form_name_label : "姓名"
comment_form_email_label : "电子邮箱"
comment_form_website_label : "网站(可选)"
@@ -350,77 +418,97 @@ zh: &DEFAULT_ZH
comment_success_msg : "感谢您的评论!被批准后它会立即在此站点展示。"
comment_error_msg : "很抱歉,您的提交存在错误。请确保所有必填字段都已填写正确,然后再试一次。"
loading_label : "正在加载..."
+ search_label_text : "输入您要搜索的关键词..."
+ search_placeholder_text : "输入您要搜索的关键词..."
+ search_algolia_no_results : "无结果"
+ results_found : "条记录匹配"
+ back_to_top : "返回顶部"
zh-CN:
- <<: *DEFAULT_ZH
-zh-HK:
- <<: *DEFAULT_ZH
+ <<: *DEFAULT_ZH_HANS
zh-SG:
- <<: *DEFAULT_ZH
+ <<: *DEFAULT_ZH_HANS
# Taiwan (Traditional Chinese)
-zh-TW:
+zh-TW: &DEFAULT_ZH_HANT
+ skip_links : "跳過連結"
+ skip_primary_nav : "跳至主導覽"
+ skip_content : "跳至內容"
+ skip_footer : "跳至頁尾"
page : "頁面"
- pagination_previous : "較舊"
- pagination_next : "較新"
+ pagination_previous : "上一頁"
+ pagination_next : "下一頁"
breadcrumb_home_label : "首頁"
breadcrumb_separator : "/"
- menu_label : "切換選單"
- toc_label : "本頁"
+ menu_label : "選單"
+ search_label : "搜尋"
+ toc_label : "本頁目錄"
ext_link_label : "外部連結"
less_than : "少於"
minute_read : "分鐘閱讀"
- share_on_label : "分享到"
+ share_on_label : "分享至"
meta_label :
tags_label : "標籤:"
categories_label : "分類:"
date_label : "更新時間:"
comments_label : "留言"
- comments_title : "留言內容"
- more_label : "了解更多"
- related_label : "猜您有與趣"
- follow_label : "追蹤:"
- feed_label : "RSS Feed"
- powered_by : "Powered by"
+ comments_title : "留言"
+ more_label : "閱讀更多"
+ related_label : "您可能也會有興趣"
+ follow_label : "追蹤:"
+ feed_label : "訂閱 Feed"
+ powered_by : "採用技術:"
website_label : "網站"
- email_label : "電子信箱"
+ email_label : "電子郵件"
recent_posts : "最新文章"
- undefined_wpm : "_config.yml 中未定義 words_per_minute"
- comment_form_info : "您的電子信箱不會被公開. 必填部份已標記"
- comment_form_comment_label : "留言內容"
- comment_form_md_info : "支援Markdown語法。"
- comment_form_name_label : "名字"
- comment_form_email_label : "電子信箱帳號"
- comment_form_website_label : "網頁 (可選填)"
+ undefined_wpm : "設定檔 (_config.yml) 中缺少 `words_per_minute` 參數"
+ comment_form_info : "您的電子郵件不會被公開。必填欄位已標註星號 (*)"
+ comment_form_comment_label : "留言"
+ comment_form_md_info : "支援 Markdown 語法。"
+ comment_form_name_label : "名稱"
+ comment_form_email_label : "電子郵件地址"
+ comment_form_website_label : "網站 (選填)"
comment_btn_submit : "送出留言"
comment_btn_submitted : "已送出"
comment_success_msg : "感謝您的留言! 審核後將會顯示在站上。"
- comment_error_msg : "抱歉,部份資料輸入有問題。請確認資料填寫正確後再試一次。"
+ comment_error_msg : "抱歉,您提交的資料有誤。請確認所有必填欄位皆已正確填寫後再試一次。"
loading_label : "載入中..."
+ search_label_text : "輸入您要搜尋的關鍵字..."
+ search_placeholder_text : "輸入您要搜尋的關鍵字..."
+ search_algolia_no_results : "找不到結果"
+ results_found : "找到結果"
+ back_to_top : "回到頁首"
+zh-HK:
+ <<: *DEFAULT_ZH_HANT
# German / Deutsch
-# -----------------
+# ----------------
de: &DEFAULT_DE
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Seite"
pagination_previous : "Vorherige"
pagination_next : "Nächste"
- breadcrumb_home_label : "Home"
+ breadcrumb_home_label : "Start"
breadcrumb_separator : "/"
- menu_label :
+ menu_label : "Menü ein-/ausschalten"
+ search_label :
toc_label : "Auf dieser Seite"
ext_link_label : "Direkter Link"
less_than : "weniger als"
- minute_read : "Minuten zum lesen"
+ minute_read : "Minuten zum Lesen"
share_on_label : "Teilen auf"
meta_label :
tags_label : "Tags:"
categories_label : "Kategorien:"
date_label : "Aktualisiert:"
- comments_label : "Hinterlassen sie einen Kommentar"
+ comments_label : "Hinterlassen Sie einen Kommentar"
comments_title : "Kommentare"
more_label : "Mehr anzeigen"
related_label : "Ihnen gefällt vielleicht auch"
follow_label : "Folgen:"
feed_label : "Feed"
- powered_by : "Powered by"
+ powered_by : "Möglich durch"
website_label : "Webseite"
email_label : "E-Mail"
recent_posts : "Aktuelle Beiträge"
@@ -429,13 +517,17 @@ de: &DEFAULT_DE
comment_form_comment_label : "Kommentar"
comment_form_md_info : "Markdown wird unterstützt."
comment_form_name_label : "Name"
- comment_form_email_label : "E-Mail Addresse"
+ comment_form_email_label : "E-Mail-Addresse"
comment_form_website_label : "Webseite (optional)"
comment_btn_submit : "Kommentar absenden"
comment_btn_submitted : "Versendet"
- comment_success_msg : "Danke für ihren Kommentar! Er wird auf der Seite angezeigt, nachdem er geprüft wurde."
- comment_error_msg : "Entschuldigung, es gab einen Fehler. Bitte füllen sie alle benötigten Felder aus und versuchen sie es erneut."
+ comment_success_msg : "Danke für Ihren Kommentar! Er wird auf der Seite angezeigt, nachdem er geprüft wurde."
+ comment_error_msg : "Entschuldigung, es gab einen Fehler. Bitte füllen Sie alle benötigten Felder aus und versuchen Sie es erneut."
loading_label : "Lade..."
+ search_label_text :
+ search_placeholder_text : "Suchbegriff eingeben..."
+ search_algolia_no_results :
+ results_found : "Ergebnis(se) gefunden"
de-DE:
<<: *DEFAULT_DE
de-AT:
@@ -450,14 +542,19 @@ de-LU:
<<: *DEFAULT_DE
# Nepali (Nepal)
-# -----------------
+# --------------
ne: &DEFAULT_NE
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "पृष्ठ"
pagination_previous : "अघिल्लो"
pagination_next : "अर्को"
breadcrumb_home_label : "गृह"
breadcrumb_separator : "/"
menu_label : "टगल मेनु"
+ search_label :
toc_label : "यो पृष्ठमा"
ext_link_label : "सिधा सम्पर्क"
less_than : "कम्तिमा"
@@ -489,18 +586,25 @@ ne: &DEFAULT_NE
comment_success_msg : "तपाईंको टिप्पणीको लागि धन्यवाद! एक पटक यो अनुमोदन गरेपछी यो साइटमा देखाउनेछ।"
comment_error_msg : "माफ गर्नुहोस्, तपाईंको टिप्पणी त्रुटि थियो।सबै आवश्यक जानकारीहरु पूरा गरिएको छ भने निश्चित गर्नुहोस् र फेरि प्रयास गर्नुहोस्।"
loading_label : "लोड हुँदैछ ..."
+ search_label_text :
+ search_algolia_no_results :
ne-NP:
<<: *DEFAULT_NE
# Korean
-# --------------
+# ------
ko: &DEFAULT_KO
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "페이지"
pagination_previous : "이전"
pagination_next : "다음"
breadcrumb_home_label : "Home"
breadcrumb_separator : "/"
menu_label : "토글 메뉴"
+ search_label :
toc_label : "On This Page"
ext_link_label : "직접 링크"
less_than : "최대"
@@ -532,18 +636,28 @@ ko: &DEFAULT_KO
comment_success_msg : "감사합니다! 댓글이 머지된 후 확인하실 수 있습니다."
comment_error_msg : "댓글 등록에 문제가 있습니다. 필요 필드를 작성했는지 확인하고 다시 시도하세요."
loading_label : "로딩중..."
+ search_label_text :
+ search_placeholder_text : "검색어를 입력하세요..."
+ search_algolia_no_results :
+ results_found : "개 결과 발견"
+ back_to_top : "맨 위로 이동"
ko-KR:
<<: *DEFAULT_KO
# Russian / Русский
# -----------------
ru: &DEFAULT_RU
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Страница"
pagination_previous : "Предыдущая"
pagination_next : "Следующая"
breadcrumb_home_label : "Главная"
breadcrumb_separator : "/"
menu_label : "Выпадающее меню"
+ search_label :
toc_label : "Содержание"
ext_link_label : "Прямая ссылка"
less_than : "менее"
@@ -575,18 +689,27 @@ ru: &DEFAULT_RU
comment_success_msg : "Спасибо за Ваш комментарий! Он будет опубликован на сайте после проверки."
comment_error_msg : "К сожалению, произошла ошибка с отправкой комментария. Пожалуйста, убедитесь, что все обязательные поля заполнены и попытайтесь снова."
loading_label : "Отправка..."
+ search_label_text :
+ search_placeholder_text : "Введите поисковый запрос..."
+ search_algolia_no_results :
+ results_found : "Найдено"
ru-RU:
<<: *DEFAULT_RU
# Lithuanian / Lietuviškai
-# -----------------
+# ------------------------
lt: &DEFAULT_LT
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Puslapis"
pagination_previous : "Ankstesnis"
pagination_next : "Sekantis"
breadcrumb_home_label : "Pagrindinis"
breadcrumb_separator : "/"
menu_label : "Meniu rodymas"
+ search_label :
toc_label : "Turinys"
ext_link_label : "Tiesioginė nuoroda"
less_than : "mažiau nei"
@@ -607,7 +730,7 @@ lt: &DEFAULT_LT
email_label : "El. paštas"
recent_posts : "Naujausi įrašai"
undefined_wpm : "Nedeklaruotas parametras words_per_minute faile _config.yml"
- comment_form_info : "El. pašto adresas nebus viešinamas. Būtini laukai pažymėti."
+ comment_form_info : "El. pašto adresas nebus viešinamas. Būtini laukai pažymėti"
comment_form_comment_label : "Komentaras"
comment_form_md_info : "Markdown palaikomas."
comment_form_name_label : "Vardas"
@@ -618,18 +741,25 @@ lt: &DEFAULT_LT
comment_success_msg : "Ačiū už komentarą! Jis bus parodytas kai bus patvirtintas."
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ą."
loading_label : "Kraunama..."
+ search_label_text :
+ search_algolia_no_results :
lt-LT:
<<: *DEFAULT_LT
# Greek
-# --------------
+# -----
gr: &DEFAULT_GR
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Σελίδα"
pagination_previous : "Προηγούμενo"
pagination_next : "Επόμενo"
breadcrumb_home_label : "Αρχική"
breadcrumb_separator : "/"
menu_label : "Μενού"
+ search_label :
toc_label : "Περιεχόμενα"
ext_link_label : "Εξωτερικός Σύνδεσμος"
less_than : "Λιγότερο από"
@@ -661,18 +791,27 @@ gr: &DEFAULT_GR
comment_success_msg : "Ευχαριστούμε για το σχόλιό σας! Θα εμφανιστεί στην ιστοσελίδα αφού εγκριθεί."
comment_error_msg : "Λυπούμαστε, παρουσιάστηκε σφάλμα με την υποβολή σας. Παρακαλούμε βεβαιωθείτε ότι έχετε όλα τα απαιτούμενα πεδία συμπληρωμένα και δοκιμάστε ξανά."
loading_label : "Φόρτωση..."
+ search_label_text :
+ search_placeholder_text : "Εισάγετε όρο αναζήτησης..."
+ search_algolia_no_results :
+ results_found : "Αποτελέσματα"
gr-GR:
<<: *DEFAULT_GR
# Swedish
-# -----------------
+# -------
sv: &DEFAULT_SV
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Sidan"
pagination_previous : "Föregående"
pagination_next : "Nästa"
breadcrumb_home_label : "Hem"
breadcrumb_separator : "/"
- menu_label : "Meny ridå"
+ menu_label : "Växla menyläge"
+ search_label : "Växla sökläge"
toc_label : "På denna sida"
ext_link_label : "Direkt länk"
less_than : "mindre än"
@@ -693,31 +832,41 @@ sv: &DEFAULT_SV
email_label : "E-post"
recent_posts : "Senaste inlägg"
undefined_wpm : "Odefinerade parametrar words_per_minute i _config.yml"
- comment_form_info : "Din e-post adress kommer inte att publiceras. Obligatoriska fält är markerade."
+ comment_form_info : "Din e-post adress kommer inte att publiceras. Obligatoriska fält är markerade"
comment_form_comment_label : "Kommentar"
- comment_form_md_info : "Använd Markdown för text-formateringen."
+ comment_form_md_info : "Stöd för Markdown finns."
comment_form_name_label : "Namn"
comment_form_email_label : "E-post adress"
comment_form_website_label : "Webdsida (valfritt)"
comment_btn_submit : "Skicka en kommentar"
comment_btn_submitted : "Kommentaren har tagits emot"
comment_success_msg : "Tack för din kommentar! Den kommer att visas på sidan så fort den har godkännts."
- comment_error_msg : "Tyvärr det har blivit något fel i en av fälten, se till att du fyller i alla rutor och försök igen."
+ comment_error_msg : "Tyvärr det har blivit något fel i ett av fälten, se till att du fyllt i alla obligatoriska fält och försök igen."
loading_label : "Laddar..."
+ search_label_text :
+ search_placeholder_text : "Fyll i sökterm..."
+ search_algolia_no_results :
+ results_found : "Resultat funna"
+ back_to_top : "Tillbaka till toppen"
sv-SE:
<<: *DEFAULT_SV
sv-FI:
<<: *DEFAULT_SV
# Dutch
-# -----------------
+# -----
nl: &DEFAULT_NL
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
page : "Pagina"
pagination_previous : "Vorige"
pagination_next : "Volgende"
breadcrumb_home_label : "Home"
breadcrumb_separator : "/"
menu_label : "Wissel Menu"
+ search_label :
toc_label : "Op deze pagina"
ext_link_label : "Directe Link"
less_than : "minder dan"
@@ -749,84 +898,104 @@ nl: &DEFAULT_NL
comment_success_msg : "Bedankt voor uw reactie! Het zal op de site worden weergegeven zodra het is goedgekeurd."
comment_error_msg : "Sorry, er is een fout opgetreden bij uw inzending. Zorg ervoor dat alle vereiste velden zijn voltooid en probeer het opnieuw."
loading_label : "Laden..."
+ search_label_text : "Geef uw zoekterm in..."
+ search_placeholder_text : "Geef uw zoekterm in..."
+ search_algolia_no_results :
+ results_found : "Resultaat gevonden"
+ back_to_top : "Terug naar boven"
nl-BE:
<<: *DEFAULT_NL
nl-NL:
<<: *DEFAULT_NL
# Indonesian
-# -----------------
+# ----------
id: &DEFAULT_ID
+ skip_links :
+ skip_primary_nav : "Loncat ke navigasi"
+ skip_content : "Loncat ke konten"
+ skip_footer : "Loncat ke footer"
page : "Halaman"
- pagination_previous : "Kembali"
- pagination_next : "Maju"
- breadcrumb_home_label : "Home"
+ pagination_previous : "Sebelumnya"
+ pagination_next : "Selanjutnya"
+ breadcrumb_home_label : "Beranda"
breadcrumb_separator : "/"
- menu_label : "Menu Toggle"
+ menu_label : "Menu"
+ search_label : "Pencarian"
toc_label : "Pada Halaman Ini"
ext_link_label : "Link langsung"
less_than : "Kurang dari"
- minute_read : "Waktu baca"
- share_on_label : "Berbagi di"
+ minute_read : "menit baca"
+ share_on_label : "Bagikan di"
meta_label :
- tags_label : "Golongan:"
+ tags_label : "Label:"
categories_label : "Kategori:"
date_label : "Diupdate:"
comments_label : "Tinggalkan komentar"
comments_title : "Komentar"
more_label : "Pelajari lagi"
- related_label : "Anda juga akan suka"
+ related_label : "Anda mungkin suka"
follow_label : "Ikuti:"
feed_label : "Feed"
powered_by : "Didukung oleh"
website_label : "Website"
email_label : "Email"
- recent_posts : "Posting terbaru"
+ recent_posts : "Post terbaru"
undefined_wpm : "Parameter terdeskripsi words_per_minute di _config.yml"
- comment_form_info : "Email Anda tidak akan dipublish. Kolom yang diperlukan ditandai"
+ comment_form_info : "Email Anda tidak akan dipublish. Kolom yang diperlukan ditandai dengan tanda "
comment_form_comment_label : "Komentar"
- comment_form_md_info : "Markdown disupport."
+ comment_form_md_info : "Markdown didukung."
comment_form_name_label : "Nama"
comment_form_email_label : "Alamat email"
comment_form_website_label : "Website (opsional)"
- comment_btn_submit : "Submit Komentar"
- comment_btn_submitted : "Telah disubmit"
- comment_success_msg : "Terimakasih atas komentar Anda! Komentar ini akan tampil setelah disetujui."
- comment_error_msg : "Maaf, ada kesalahan pada submisi Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali."
- loading_label : "Sedang meload..."
+ comment_btn_submit : "Kirim Komentar"
+ comment_btn_submitted : "Telah dikirim"
+ comment_success_msg : "Terimakasih atas komentar Anda! Komentar akan tampil setelah disetujui."
+ comment_error_msg : "Maaf, ada kesalahan pada komentar Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali."
+ loading_label : "Sedang memuat..."
+ search_label_text : "Masukkan kata kunci pencarian..."
+ search_placeholder_text : "Masukkan kata kunci pencarian..."
+ search_algolia_no_results : "Tidak ada hasil"
+ results_found : "Hasil pencarian ditemukan"
+ back_to_top : "Kembali ke awal"
id-ID:
<<: *DEFAULT_ID
# Vietnamese
-# -----------------
+# ----------
vi: &DEFAULT_VI
+ skip_links : "Đường dẫn tắt"
+ skip_primary_nav : "Nhảy tới thanh điều hướng"
+ skip_content : "Nhảy tới nội dung"
+ skip_footer : "Nhảy tới chân trang"
page : "Trang"
pagination_previous : "Trước"
- pagination_next : "Sau"
+ pagination_next : "Kế tiếp"
breadcrumb_home_label : "Trang chủ"
breadcrumb_separator : "/"
menu_label : "Menu"
- toc_label : "Tại trang này"
+ search_label : "Tìm kiếm"
+ toc_label : "Mục lục"
ext_link_label : "Đường dẫn trực tiếp"
- less_than : "nhỏ hơn"
- minute_read : "phút đọc"
+ less_than : "chỉ cần"
+ minute_read : "phút để đọc"
share_on_label : "Chia sẻ tại"
meta_label :
- tags_label : "Nhãn:"
- categories_label : "Chủ đề:"
- date_label : "Cập nhật:"
+ tags_label : "Thẻ:"
+ categories_label : "Danh mục:"
+ date_label : "Ngày cập nhật:"
comments_label : "Để lại bình luận"
comments_title : "Bình luận"
more_label : "Mở rộng"
related_label : "Có thể bạn cũng thích"
follow_label : "Theo dõi:"
feed_label : "Feed"
- powered_by : "Được hỗ trợ bởi"
+ powered_by : "Xây dựng trên nền tảng"
website_label : "Website"
email_label : "Email"
recent_posts : "Bài viết mới"
undefined_wpm : "Chưa định nghĩa thông số words_per_minute tại _config.yml"
- comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu."
+ comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu"
comment_form_comment_label : "Bình luận"
comment_form_md_info : "Hỗ trợ Markdown."
comment_form_name_label : "Tên"
@@ -837,18 +1006,28 @@ vi: &DEFAULT_VI
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."
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."
loading_label : "Đang tải..."
+ search_label_text : "Nhập từ khóa cần tìm..."
+ search_placeholder_text : "Nhập từ khóa cần tìm..."
+ search_algolia_no_results : "Không tìm thấy kết quả nào"
+ results_found : "Kết quả tìm được"
+ back_to_top : "Lên đầu trang"
vi-VN:
<<: *DEFAULT_VI
# Danish
# ------
da: &DEFAULT_DA
+ skip_links :
+ skip_primary_nav : "Gå til hovedmenuen"
+ skip_content : "Gå til indholdet"
+ skip_footer : "Gå til sidefoden"
page : "Side"
pagination_previous : "Forrige"
pagination_next : "Næste"
- breadcrumb_home_label : "Home"
+ breadcrumb_home_label : "Forside"
breadcrumb_separator : "/"
menu_label : "Vis/skjul menu"
+ search_label : "Søgning til/fra"
toc_label : "På denne side"
ext_link_label : "Direkte link"
less_than : "mindre end"
@@ -880,9 +1059,1127 @@ da: &DEFAULT_DA
comment_success_msg : "Tak for din kommentar! Den bliver vist på siden, så snart den er godkendt."
comment_error_msg : "Desværre skete der en fejl. Prøv igen, mens du sørger for at alle obligatoriske felter er udfyldt."
loading_label : "Indlæser..."
+ search_label_text : "Hvad leder du efter..."
+ search_placeholder_text : "Hvad leder du efter..."
+ search_algolia_no_results : "Ingen resultater"
+ results_found : "Resultat(er) fundet"
+ back_to_top : "Tilbage til toppen"
da-DK:
<<: *DEFAULT_DA
+# Polish
+# ------
+pl: &DEFAULT_PL
+ skip_links : "Pomiń linki"
+ skip_primary_nav : "Przejdź do nawigacji"
+ skip_content : "Przejdź do treści"
+ skip_footer : "Przejdź do stopki"
+ page : "Strona"
+ pagination_previous : "Poprzednia"
+ pagination_next : "Następna"
+ breadcrumb_home_label : "Strona główna"
+ breadcrumb_separator : "/"
+ menu_label : "Przełącz menu"
+ search_label : "Przełącz wyszukiwanie"
+ toc_label : "Spis treści"
+ ext_link_label : "Link bezpośredni"
+ less_than : "mniej niż"
+ minute_read : "minut(y)"
+ share_on_label : "Udostępnij"
+ meta_label :
+ tags_label : "Tagi:"
+ categories_label : "Kategorie:"
+ date_label : "Ostatnia aktualizacja:"
+ comments_label : "Zostaw komentarz"
+ comments_title : "Komentarze"
+ more_label : "Dowiedz się więcej"
+ related_label : "Także może Ci się spodobać"
+ follow_label : "Śledź:"
+ feed_label : "Feed"
+ powered_by : "Powstało dzięki"
+ website_label : "Strona"
+ email_label : "Email"
+ recent_posts : "Najnowsze wpisy"
+ undefined_wpm : "Parametr words_per_minute nie został zdefiniowany w _config.yml."
+ comment_form_info : "Twój adres email nie będzie udostępiony. Wymagane pola są oznaczone."
+ comment_form_comment_label : "Skomentuj"
+ comment_form_md_info : "Markdown jest wspierany"
+ comment_form_name_label : "Imię"
+ comment_form_email_label : "Adres email"
+ comment_form_website_label : "Strona www (opcjonalna)"
+ comment_btn_submit : "Skomentuj"
+ comment_btn_submitted : "Komentarz dodany"
+ comment_success_msg : "Dziękuję za Twój komentarz! Zostanie dodany po akceptacji."
+ comment_error_msg : "Niestety wystąpił błąd. Proszę upewnij się, że wszystkie wymagane pola zostały wypełnione i spróbuj ponownie."
+ loading_label : "Trwa ładowanie strony..."
+ search_label_text : "Wprowadź kryteria wyszukiwania..."
+ search_placeholder_text : "Wprowadź kryteria wyszukiwania..."
+ search_algolia_no_results : "Brak wyników"
+ results_found : "Znalezione wyniki"
+ back_to_top : "Wróć na górę"
+pl-PL:
+ <<: *DEFAULT_PL
+
+# Japanese
+# --------
+ja: &DEFAULT_JA
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
+ page : "ページ"
+ pagination_previous : "前へ"
+ pagination_next : "次へ"
+ breadcrumb_home_label : "ホーム"
+ breadcrumb_separator : "/"
+ menu_label : "メニュー"
+ search_label :
+ toc_label : "目次"
+ ext_link_label : "リンク"
+ less_than :
+ minute_read :
+ share_on_label : "共有"
+ meta_label :
+ tags_label : "タグ:"
+ categories_label : "カテゴリー:"
+ date_label : "更新日時:"
+ comments_label : "コメントする"
+ comments_title : "コメント"
+ more_label : "さらに詳しく"
+ related_label : "関連記事"
+ follow_label : "フォロー"
+ feed_label :
+ powered_by :
+ website_label :
+ email_label :
+ recent_posts : "最近の投稿"
+ undefined_wpm : "パラメータ words_per_minute が _config.yml で定義されていません"
+ comment_form_info : "メールアドレスが公開されることはありません。次の印のある項目は必ず入力してください:"
+ comment_form_comment_label : "コメント"
+ comment_form_md_info : "Markdown を使用できます"
+ comment_form_name_label : "名前"
+ comment_form_email_label : "メールアドレス"
+ comment_form_website_label : "URL (任意)"
+ comment_btn_submit : "コメントを送信する"
+ comment_btn_submitted : "送信しました"
+ comment_success_msg : "コメントありがとうございます! コメントは承認されるとページに表示されます。"
+ comment_error_msg : "送信エラーです。必須項目がすべて入力されていることを確認して再送信してください。"
+ loading_label : "読み込み中..."
+ search_label_text :
+ search_placeholder_text : "検索キーワードを入力してください..."
+ search_algolia_no_results :
+ results_found : "件"
+ja-JP:
+ <<: *DEFAULT_JA
+
+# Slovak
+# -----------------
+sk: &DEFAULT_SK
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
+ page : "Stránka"
+ pagination_previous : "Predošlá"
+ pagination_next : "Ďalšia"
+ breadcrumb_home_label : "Domov"
+ breadcrumb_separator : "/"
+ menu_label : "Menu"
+ search_label :
+ toc_label : "Obsah"
+ ext_link_label : "Priamy odkaz"
+ less_than : "menej ako"
+ minute_read : "minút"
+ share_on_label : "Zdieľaj na"
+ meta_label :
+ tags_label : "Tagy:"
+ categories_label : "Kategórie:"
+ date_label : "Aktualizované:"
+ comments_label : "Zanechaj odkaz"
+ comments_title : "Komentáre"
+ more_label : "Dozvedieť sa viac"
+ related_label : "Podobné články"
+ follow_label : "Sleduj:"
+ feed_label : "Zoznam"
+ powered_by : "Stránka vytvorená pomocou"
+ website_label : "Web stránka"
+ email_label : "Email"
+ recent_posts : "Najnovšie príspevky"
+ undefined_wpm : "Nedefinovaný parameter words_per_minute v _config.yml"
+ comment_form_info : "Tvoja emailová adresa nebude publikovaná. Požadované polia sú označené"
+ comment_form_comment_label : "Komentár"
+ comment_form_md_info : "Markdown je podporovaný."
+ comment_form_name_label : "Meno"
+ comment_form_email_label : "Emailová adresa"
+ comment_form_website_label : "Webstránka (voliteľné)"
+ comment_btn_submit : "Vlož komentár"
+ comment_btn_submitted : "Vložený"
+ comment_success_msg : "Ďakujem za tvoj komentár! Po schválení bude zobrazený na stránke."
+ comment_error_msg : "Prepáč, pri ukladaní nastala chyba. Ubezpeč sa prosím, že si vyplnil všetky požadované polia a skús znova."
+ loading_label : "Načítava sa..."
+ search_label_text :
+ search_placeholder_text : "Zadaj hľadaný výraz..."
+ search_algolia_no_results :
+ results_found : "Nájdených výsledkov"
+ back_to_top : "Na začiatok stránky"
+sk-SK:
+ <<: *DEFAULT_SK
+
+# Hungarian
+# -----------------
+hu: &DEFAULT_HU
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
+ page : "Oldal"
+ pagination_previous : "Előző"
+ pagination_next : "Következő"
+ breadcrumb_home_label : "Kezdőlap"
+ breadcrumb_separator : "/"
+ menu_label : "Menü nyit/zár"
+ search_label :
+ toc_label : "Ezen az oldalon"
+ ext_link_label : "Közvetlen Link"
+ less_than : "kevesebb mint"
+ minute_read : "eltöltött percek"
+ share_on_label : "Megosztás"
+ meta_label :
+ tags_label : "Tagek:"
+ categories_label : "Kategóriák:"
+ date_label : "Frissítve:"
+ comments_label : "Szólj hozzá!"
+ comments_title : "Hozzászólások"
+ more_label : "Tovább"
+ related_label : "Ajánlások"
+ follow_label : "Követés:"
+ feed_label : "Folyam"
+ powered_by : "Powered by"
+ website_label : "Honlap"
+ email_label : "Email"
+ recent_posts : "Friss cikkek"
+ undefined_wpm : "Ismeretlen paraméter words_per_minute : _config.yml"
+ comment_form_info : "Az e-mail címed nem lesz publikus. A csillagozott mezők kitöltése kötelező"
+ comment_form_comment_label : "Hozzászólás"
+ comment_form_md_info : "Támogatott formázási mód: Markdown"
+ comment_form_name_label : "Név"
+ comment_form_email_label : "Email cím"
+ comment_form_website_label : "Honlap (nem kötelező):"
+ comment_btn_submit : "Hozzászólás elküldése"
+ comment_btn_submitted : "Hozzászólás elküldve"
+ comment_success_msg : "Köszönjük a Hozzászólást! A Hozzászólások csak előzetes moderáció után lesznek publikusak."
+ comment_error_msg : "Hoppá, hiba történt a beküldés közben. Kérlek ellenőrizd hogy minden kötelező mező ki van-e töltve."
+ loading_label : "Betöltés..."
+ search_label_text :
+ search_placeholder_text : "Keresendő szöveg..."
+ search_algolia_no_results :
+ results_found : "Találatok:"
+ back_to_top : "Oldal tetejére"
+hu-HU:
+ <<: *DEFAULT_HU
+
+# Romanian
+# -----------------
+ro: &DEFAULT_RO
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
+ page : "Pagina"
+ pagination_previous : "Anterior"
+ pagination_next : "Următor"
+ breadcrumb_home_label : "Acasă"
+ breadcrumb_separator : "/"
+ menu_label : "Comută meniul"
+ search_label :
+ toc_label : "Pe această pagină"
+ ext_link_label : "Link direct"
+ less_than : "mai puțin de"
+ minute_read : "minute de citit"
+ share_on_label : "Distribuie pe"
+ meta_label :
+ tags_label : "Etichete:"
+ categories_label : "Categorii:"
+ date_label : "Actualizat:"
+ comments_label : "Lasă un comentariu"
+ comments_title : "Comentarii"
+ more_label : "Citește mai departe"
+ related_label : "S-ar putea să-ți placă"
+ follow_label : "Urmărește:"
+ feed_label : "Feed RSS"
+ powered_by : "Cu sprijinul"
+ website_label : "Site"
+ email_label : "Email"
+ recent_posts : "Articole recente"
+ undefined_wpm : "Parametru words_per_minute nedefinit în _config.yml"
+ comment_form_info : "Adresa ta de email nu va fi făcută publică. Câmpurile marcate sunt obligatorii"
+ comment_form_comment_label : "Comentariu"
+ comment_form_md_info : "Markdown este suportat."
+ comment_form_name_label : "Nume"
+ comment_form_email_label : "Adresă de email"
+ comment_form_website_label : "Site (opțional)"
+ comment_btn_submit : "Trimite comentariul"
+ comment_btn_submitted : "Trimis"
+ comment_success_msg : "Mulțumesc pentru comentariu! Va apărea pe site în momentul în care va fi aprobat."
+ comment_error_msg : "Scuze, este o problemă cu comentariul tău. Asigură-te că toate câmpurile obligatorii au fost completate și încearcă din nou."
+ loading_label : "Se încarcă..."
+ search_label_text :
+ search_placeholder_text : "Caută ceva..."
+ search_algolia_no_results :
+ results_found : "Rezultate găsite"
+ back_to_top : "Înapoi în susul paginii"
+ro-RO:
+ <<: *DEFAULT_RO
+
+# Punjabi
+# -----------------
+pa: &DEFAULT_PA
+ skip_links : "ਲਿੰਕ ਛੱਡੋ"
+ skip_primary_nav : "ਮੂਲ ਮਾਰਗ ਛੱਡੋ"
+ skip_content : "ਸਮੱਗਰੀ ਛੱਡੋ"
+ skip_footer : "ਅੰਤ ਵਿਚ ਲਿਖਿਆ ਛੱਡੋ"
+ page : "ਸਫ਼ਾ"
+ pagination_previous : "ਪਿਛਲਾ"
+ pagination_next : "ਅਗਲਾ "
+ breadcrumb_home_label : "ਘਰ"
+ breadcrumb_separator : "/"
+ menu_label : "ਟੌਗਲ ਮੀਨੂ"
+ search_label : "ਖੋਜ"
+ toc_label : "ਇਸ ਸਫ਼ੇ 'ਤੇ"
+ ext_link_label : "ਸਿੱਧਾ ਸੰਪਰਕ"
+ less_than : "ਤੋਂ ਘੱਟ"
+ minute_read : "ਮਿੰਟ ਵਿੱਚ ਪੜਿਆ ਜਾ ਸਕਦਾ ਹੈ"
+ share_on_label : "ਸਾਂਝਾ ਕਰੋ"
+ meta_label : "ਸਵੈ-ਸੰਦਰਭ ਜਾਣਕਾਰੀ"
+ tags_label : "ਟੈਗ"
+ categories_label : "ਵਰਗ"
+ date_label : "ਅਪਡੇਟ ਕੀਤਾ:"
+ comments_label : "ਇੱਕ ਟਿੱਪਣੀ ਛੱਡੋ"
+ comments_title : "ਟਿੱਪਣੀਆਂ"
+ more_label : "ਹੋਰ ਜਾਣੋ"
+ related_label : "ਤੁਸੀਂ ਇਸਦਾ ਆਨੰਦ ਵੀ ਲੈ ਸਕਦੇ ਹੋ"
+ follow_label : "ਫਾਲੋ ਅੱਪ ਕਰੋ:"
+ feed_label : "ਫੀਡ"
+ powered_by : "ਦੁਆਰਾ ਸੰਚਾਲਿਤ"
+ website_label : "ਵੈੱਬਸਾਇਟ"
+ email_label : "ਈਮੇਲ"
+ recent_posts : "ਹਾਲ ਹੀ ਦੇ ਪੋਸਟ"
+ undefined_wpm : "_config.yml ਤੇ ਅਣ-ਪ੍ਰਭਾਸ਼ਿਤ ਪੈਰਾਮੀਟਰ words_per_minute"
+ comment_form_info : "ਤੁਹਾਡਾ ਈਮੇਲ ਪਤਾ ਪ੍ਰਕਾਸ਼ਿਤ ਨਹੀਂ ਕੀਤਾ ਜਾਵੇਗਾ। ਅਨੁਮਾਨਿਤ ਸਥਾਨਾਂ ਨੂੰ ਅੰਡਰਲਾਈਨ ਕੀਤਾ ਗਿਆ ਹੈ"
+ comment_form_comment_label : "ਟਿੱਪਣੀ"
+ comment_form_md_info : "ਮਾਰਕਡਾਊਨ ਵਰਤ ਸਕਦੇ ਹੋ।"
+ comment_form_name_label : "ਨਾਮ"
+ comment_form_email_label : "ਈਮੇਲ ਪਤਾ"
+ comment_form_website_label : "ਵੈਬਸਾਈਟ (ਵਿਕਲਪਿਕ)"
+ comment_btn_submit : "ਕੋਈ ਟਿੱਪਣੀ ਭੇਜੋ"
+ comment_btn_submitted : "ਪੇਸ਼ ਕੀਤਾ"
+ comment_success_msg : "ਤੁਹਾਡੀਆਂ ਟਿੱਪਣੀਆਂ ਲਈ ਧੰਨਵਾਦ! ਇਹ ਮਨਜ਼ੂਰੀ ਮਿਲਣ ਦੇ ਬਾਅਦ ਸਾਈਟ 'ਤੇ ਦਿਖਾਇਆ ਜਾਵੇਗਾ।"
+ comment_error_msg : "ਮੁਆਫ ਕਰਨਾ, ਤੁਹਾਡੀ ਅਧੀਨਗੀ ਵਿੱਚ ਕੋਈ ਗਲਤੀ ਹੋਈ ਸੀ ਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਸਾਰੇ ਲੋੜੀਂਦੇ ਖੇਤਰ ਪੂਰੇ ਹੋ ਗਏ ਹਨ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"
+ loading_label : "ਲੋਡ ਹੋ ਰਿਹਾ ਹੈ..."
+ search_label_text : "ਖੋਜ"
+ search_placeholder_text : "ਆਪਣੀ ਖੋਜ ਦੇ ਸ਼ਬਦ ਨੂੰ ਦਰਜ ਕਰੋ..."
+ search_algolia_no_results :
+ results_found : "ਨਤੀਜਾ ਮਿਲਿਆ/ਮਿਲੇ"
+ back_to_top : "ਵਾਪਸ ਚੋਟੀ 'ਤੇ ਜਾਓ"
+pa-IN:
+ <<: *DEFAULT_PA
+
+# Persian (Farsi)
+# --------------
+fa: &DEFAULT_FA
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
+ page : "صفحه"
+ pagination_previous : "قبلی"
+ pagination_next : "بعدی"
+ breadcrumb_home_label : "صفحه اصلی"
+ breadcrumb_separator : "/"
+ menu_label : "فهرست"
+ toc_label : "در این صفحه"
+ ext_link_label : "لینک مستقیم"
+ less_than : " "
+ minute_read : "دقیقه، طول مطالعه"
+ share_on_label : "اشتراک گذاری در"
+ meta_label :
+ tags_label : "تگ ها: "
+ categories_label : "دسته بندی ها: "
+ date_label : "به روز شده در: "
+ comments_label : "ارسال نظر"
+ comments_title : "نظرات"
+ more_label : "ادامه مطلب"
+ related_label : "ممکن است از این مطالب نیز لذت ببرید"
+ follow_label : "دنبال کنید: "
+ feed_label : "خوراک"
+ powered_by : "طراحی شده توسط"
+ website_label : "سایت اینترنتی"
+ email_label : "پست الکترونیک"
+ recent_posts : "آخرین مطالب"
+ undefined_wpm : ".(words_per_minute) _config.yml متغیر اشتباه در"
+ comment_form_info : ".آدرس ایمیل شما منتشر نخواهد شد. فیلدهای اجباری مشخص شده اند"
+ comment_form_comment_label : "دیدگاه"
+ comment_form_md_info : ".پشتیبانی می شود Markdown"
+ comment_form_name_label : "نام"
+ comment_form_email_label : "پست الکترونیک"
+ comment_form_website_label : "سایت اینترنتی (اختیاری)"
+ comment_btn_submit : "ارسال نظر"
+ comment_btn_submitted : "ارسال شد"
+ comment_success_msg : ".باتشکر از ارسال دیدگاه! پس از تأیید، این دیدگاه در سایت نشان داده خواهد شد"
+ comment_error_msg : ".متاسفانه در ارسال شما خطایی بود. لطفا مطمئن شوید تمام فیلدهای مورد نیاز تکمیل شده و دوباره امتحان کنید"
+ loading_label : "بارگذاری..."
+ search_label_text :
+ search_placeholder_text : "عبارت جستجوی خود را وارد کنید..."
+ search_algolia_no_results :
+ results_found : "نتایج"
+ back_to_top : "بازگشت به بالا"
+fa-IR:
+ <<: *DEFAULT_FA
+
+
+# Malayalam
+# -----------------
+ml: &DEFAULT_ML
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
+ page : "പേജ്"
+ pagination_previous : "തിരികെ"
+ pagination_next : "മുന്നോട്ട്"
+ breadcrumb_home_label : "ഹോം"
+ breadcrumb_separator : "/"
+ menu_label : "ടോഗിൾ മെനു"
+ search_label : "ടോഗിൾ സെർച്ച്"
+ toc_label : "ഈ പേജിൽ"
+ ext_link_label : "ലിങ്കിലേക് പോകാൻ"
+ less_than : "ഏതാണ്ട്"
+ minute_read : "മിനിറ്റ് ദൈർഖ്യം"
+ share_on_label : "ഷെയർ ചെയ്യുവാൻ "
+ meta_label :
+ tags_label : "ടാഗുകൾ:"
+ categories_label : "വിഭാഗങ്ങൾ:"
+ date_label : "അവസാന മാറ്റം:"
+ comments_label : "അഭിപ്രായം രേഖപ്പെടുത്തുക"
+ comments_title : "അഭിപ്രായങ്ങൾ"
+ more_label : "കൂടുതൽ അറിയുവാൻ"
+ related_label : "നിങ്ങൾക് ഇതും ഇഷ്ടപ്പെട്ടേക്കാം"
+ follow_label : "പിന്തുടരുക:"
+ feed_label : "ഫീഡ്"
+ powered_by : "പവേർഡ് ബൈ"
+ website_label : "വെബ്സൈറ്റ്"
+ email_label : "ഇ-മെയിൽ"
+ recent_posts : "സമീപകാല പോസ്റ്റുകൾ"
+ undefined_wpm : "Config.yml ലെ words_per_minute പരാമീറ്റർ നിർവചിച്ചിട്ടില്ല."
+ comment_form_info : "നിങ്ങളുടെ ഇമെയിൽ വിലാസം പ്രസിദ്ധീകരിക്കില്ല. ആവശ്യമായ ഫീൽഡുകൾ അടയാളപ്പെടുത്തി."
+ comment_form_comment_label : "കമന്റ്"
+ comment_form_md_info : "Markdown സപ്പോർട്ട് ചെയ്യുന്നതാണ്."
+ comment_form_name_label : "പേര്"
+ comment_form_email_label : "ഇ-മെയിൽ"
+ comment_form_website_label : "വെബ്സൈറ് (ഓപ്ഷണൽ)"
+ comment_btn_submit : "അഭിപ്രായം രേഖപ്പെടുത്തുക"
+ comment_btn_submitted : "രേഖപ്പെടുത്തി"
+ comment_success_msg : "നിങ്ങളുടെ അഭിപ്രായത്തിന് നന്ദി! ഇത് അംഗീകരിച്ചുകഴിഞ്ഞാൽ ഇത് സൈറ്റിൽ പ്രദർശിപ്പിക്കും."
+ comment_error_msg : "ക്ഷമിക്കണം, നിങ്ങളുടെ സമർപ്പണവുമായി ബന്ധപ്പെട്ട് ഒരു പിശകുണ്ടായിരുന്നു. ആവശ്യമായ എല്ലാ ഫീൽഡുകളും പൂർത്തിയായിട്ടുണ്ടെന്ന് ഉറപ്പുവരുത്തുക, വീണ്ടും ശ്രമിക്കുക."
+ loading_label : "ലോഡിംഗ്..."
+ search_label_text :
+ search_placeholder_text : "നിങ്ങളുടെ തിരയൽ പദം നൽകുക..."
+ search_algolia_no_results :
+ results_found : "ഫലം (കൾ) കണ്ടെത്തി"
+ back_to_top : "മുകളിലേയ്ക്ക്"
+ml-IN:
+ <<: *DEFAULT_ML
+
+# Thailand
+# --------------
+th: &DEFAULT_TH
+ skip_links :
+ skip_primary_nav :
+ skip_content :
+ skip_footer :
+ page : "หน้า"
+ pagination_previous : "ก่อนหน้า"
+ pagination_next : "ถัดไป"
+ breadcrumb_home_label : "หน้าแรก"
+ breadcrumb_separator : "/"
+ menu_label : "พับเมนู"
+ search_label : "พับการค้นหา"
+ toc_label : "บนหน้านี้"
+ ext_link_label : "ลิงก์โดยตรง"
+ less_than : "น้อยกว่า"
+ minute_read : "นาที ในการอ่าน"
+ share_on_label : "แชร์ไปที่"
+ meta_label :
+ tags_label : "แท็ก:"
+ categories_label : "หมวดหมู่:"
+ date_label : "อัพเดตล่าสุด:"
+ comments_label : "แสดงความคิดเห็น"
+ comments_title : "ความคิดเห็น"
+ more_label : "อ่านต่อ"
+ related_label : "คุณอาจจะชอบสิ่งนี้"
+ follow_label : "ติดตาม:"
+ feed_label : "ฟืดข่าว"
+ powered_by : "ขับเคลื่อนโดย"
+ website_label : "เว็บไซต์"
+ email_label : "อีเมล"
+ recent_posts : "โพสล่าสุด"
+ undefined_wpm : "ไม่สามารถระบุพารามิเตอร์ words_per_minute ได้ใน _config.yml"
+ comment_form_info : "อีเมลของคุณไม่สามารถโพสสาธารณะได้ กรุณากรอกช่องที่ระบุด้วยเครื่องหมายดอกจันไว้"
+ comment_form_comment_label : "แสดงความคิดเห็น"
+ comment_form_md_info : "มาร์กดาวน์ได้รับการสนับสนุน"
+ comment_form_name_label : "ชื่อ"
+ comment_form_email_label : "ที่อยู่อีเมล"
+ comment_form_website_label : "เว็บไซต์ (ตัวเลือก)"
+ comment_btn_submit : "ส่งความคิดเห็น"
+ comment_btn_submitted : "ส่งเรียบร้อยแล้ว"
+ comment_success_msg : "ขอบคุณสำหรับการแสดงความคิดเห็น! ความคิดเห็นจะได้รับการแสดงหลังจากได้รับการยืนยัน"
+ comment_error_msg : "ขออภัย, มีบางอย่างผิดพลาดจากการส่งแบบฟอร์ม กรุณาตรวจทานทุกช่อง และลองส่งใหม่อีกครั้ง"
+ loading_label : "กำลังโหลด..."
+ search_label_text :
+ search_placeholder_text : "ใส่คำค้นหาของคุณ..."
+ search_algolia_no_results :
+ results_found : "ผลการค้นหา พบ"
+ back_to_top : "กลับด้านบน"
+th-TH:
+ <<: *DEFAULT_TH
+
+# Hindi
+# -----------------
+hi: &DEFAULT_HI
+ skip_links : "लिंक छोड़ें"
+ skip_primary_nav : "प्राथमिक पथ-प्रदर्शन छोड़ें"
+ skip_content : "सामग्री छोड़ें"
+ skip_footer : "अंत-में लिखा छोड़ें"
+ page : "पृष्ठ"
+ pagination_previous : "पिछला"
+ pagination_next : "अगला"
+ breadcrumb_home_label : "घर"
+ breadcrumb_separator : "/"
+ menu_label : "टॉगल मेनू"
+ toc_label : "इस पृष्ठ पर"
+ ext_link_label : "सीधा संपर्क"
+ less_than : "से कम"
+ minute_read : "मिनट में पढ़ सकते हैं"
+ share_on_label : "साझा करें"
+ meta_label : "स्व-संदर्भात्मक जानकारी"
+ tags_label : "अंकितक:"
+ categories_label : "श्रेणियाँ:"
+ date_label : "अपडेट किया गया:"
+ comments_label : "एक टिप्पणी छोड़ें"
+ comments_title : "टिप्पणियाँ"
+ more_label : "और अधिक जानें"
+ related_label : "आप इसका भी आनंद ले सकते हैं"
+ follow_label : "अनुसरण करे:"
+ feed_label : "फ़ीड"
+ powered_by : "द्वारा संचालित"
+ website_label : "वेबसाइट"
+ email_label : "ईमेल"
+ recent_posts : "हाल के पोस्ट"
+ undefined_wpm : "_config.yml पर अपरिभाषित पैरामीटर words_per_minute"
+ comment_form_info : "आपका ईमेल पता प्रकाशित नहीं किया जाएगा। अपेक्षित स्थानों को रेखांकित कर दिया गया है"
+ comment_form_comment_label : "टिप्पणी"
+ comment_form_md_info : "मार्कडाउन की अनुमति है।"
+ comment_form_name_label : "नाम"
+ comment_form_email_label : "ईमेल पता"
+ comment_form_website_label : "वेबसाइट (ऐच्छिक)"
+ comment_btn_submit : "टिप्पणी भेजें"
+ comment_btn_submitted : "प्रस्तुत"
+ comment_success_msg : "आपके कमेंट के लिए धन्यवाद! इसे स्वीकृति मिलने के बाद साइट पर दिखाया जाएगा।"
+ comment_error_msg : "क्षमा करें, आपके सबमिशन के साथ एक त्रुटि हुई थी। कृपया सुनिश्चित करें कि सभी आवश्यक फ़ील्ड पूरा हो गए हैं और पुनः प्रयास करें।"
+ loading_label : "लोड हो रहा है..."
+ search_label_text : "खोज"
+ search_placeholder_text : "अपना खोज शब्द दर्ज करें..."
+ search_algolia_no_results :
+ results_found : "परिणाम मिला/मिले"
+ back_to_top : "शीर्ष पर वापस"
+hi-IN:
+ <<: *DEFAULT_HI
+
+# Catalan
+# --------------
+ca: &DEFAULT_CA
+ skip_links : "Salta els enllaços"
+ skip_primary_nav : "Salta a la navegació primària"
+ skip_content : "Salta al contingut"
+ skip_footer : "Salta al peu"
+ page : "Pàgina"
+ pagination_previous : "Anterior"
+ pagination_next : "Següent"
+ breadcrumb_home_label : "Inici"
+ breadcrumb_separator : "/"
+ menu_label : "Mostra/amaga el menú"
+ search_label : "Mostra/amaga la cerca"
+ toc_label : "En aquesta pàgina"
+ ext_link_label : "Enllaç directe"
+ less_than : "es llegeix en menys de"
+ minute_read : "minut(s)"
+ share_on_label : "Comparteix a"
+ meta_label :
+ tags_label : "Etiquetes:"
+ categories_label : "Categories:"
+ date_label : "Actualitzat:"
+ comments_label : "Deixa un comentari"
+ comments_title : "Comentaris"
+ more_label : "Llegeix més"
+ related_label : "També et pot agradar"
+ follow_label : "Segueix-me:"
+ feed_label : "Feed"
+ powered_by : "Funciona amb"
+ website_label : "Pàgina web"
+ email_label : "Correu electrònic"
+ recent_posts : "Entrades recents"
+ undefined_wpm : "El paràmetre words_per_minute no està definit a _config.yml"
+ comment_form_info : "No es mostrarà el teu correu electrònic. Els camps obligatoris estan marcats"
+ comment_form_comment_label : "Comentari"
+ comment_form_md_info : "Admet Markdown."
+ comment_form_name_label : "Nom"
+ comment_form_email_label : "Correu electrònic"
+ comment_form_website_label : "Pàgina web (opcional)"
+ comment_btn_submit : "Envia"
+ comment_btn_submitted : "Enviat"
+ comment_success_msg : "Gràcies pel teu comentari! Apareixerà un cop sigui aprovat."
+ comment_error_msg : "Hi ha hagut un error enviat el comentari. Comprova que els camps obligatirs estiguin omplerts i torna-ho a provar."
+ loading_label : "Carregant..."
+ search_label_text : "Introdueix termes per cercar..."
+ search_placeholder_text : "Introdueix termes per cercar..."
+ search_algolia_no_results :
+ results_found : "resultat(s)"
+ back_to_top : "Torna a dalt"
+ca-ES:
+ <<: *DEFAULT_CA
+
+# Irish (Gaeilge)
+# --------------
+ga: &DEFAULT_GA
+ skip_links : "Léim naisc"
+ skip_primary_nav : "Léim chuig príomh naiscleanúint"
+ skip_content : "Léim chuig inneachar"
+ skip_footer : "Léim chuig buntásc"
+ page : "Leathanach"
+ pagination_previous : "Leathanach roimhe sin"
+ pagination_next : "Céad leathanach eile"
+ breadcrumb_home_label : "Baile"
+ breadcrumb_separator : "/"
+ menu_label : "Scorán roghchlár"
+ search_label : "Scorán cuardach"
+ toc_label : "Ar an leathanach seo"
+ ext_link_label : "Nasc díreach"
+ less_than : "níos lú na"
+ minute_read : "a léamh"
+ share_on_label : "Roinn ar"
+ meta_label :
+ tags_label : "Clibeanna:"
+ categories_label : "Catagoírí:"
+ date_label : "Nuashonraíodh:"
+ comments_label : "Fág trácht"
+ comments_title : "Tráchtanna"
+ more_label : "Foghlaim níos mó"
+ follow_label : "Lean:"
+ feed_label : "Feed"
+ powered_by : "Ag fáil cumhacht as"
+ website_label : "Suíomh gréasáin"
+ email_label : "R-phost"
+ recent_posts : "Postálacha le deanaí"
+ comment_form_comment_label : "Trácht"
+ comment_form_name_label : "Ainm"
+ comment_form_email_label : "Ríomhsheoladh"
+ comment_form_website_label : "Suíomh gréasáin (roghnach)"
+ comment_btn_submit : "Cuir isteach trácht"
+ comment_btn_submitted : "Curtha isteach"
+ loading_label : "Lódáil..."
+ search_label_text : "Cuir do chuardach isteach..."
+ search_placeholder_text : "Cuir do chuardach isteach..."
+ search_algolia_no_results :
+ results_found : "Torthaí aimsithe"
+ back_to_top : "Ar ais go barr"
+ga-IE:
+ <<: *DEFAULT_GA
+
+
+# Finnish / Suomi
+# -----------------
+fi: &DEFAULT_FI
+ skip_links : "Ohita linkit"
+ skip_primary_nav : "Siirry päävalikkoon"
+ skip_content : "Siirry sisältöön"
+ skip_footer : "Siirry alareunaan"
+ page : "Sivu"
+ pagination_previous : "Edellinen"
+ pagination_next : "Seuraava"
+ breadcrumb_home_label : "Etusivu"
+ breadcrumb_separator : "/"
+ menu_label : "Avaa valikko"
+ search_label : "Avaa haku"
+ toc_label : "Tällä sivulla"
+ ext_link_label : "Suora linkki"
+ less_than : "vähemmän kuin"
+ minute_read : "minuuttia luettavaa"
+ share_on_label : "Jaa"
+ meta_label :
+ tags_label : "Tunnisteet:"
+ categories_label : "Kategoriat:"
+ date_label : "Päivitetty:"
+ comments_label : "Jätä kommentti"
+ comments_title : "Kommentit"
+ more_label : "Lisää"
+ related_label : "Saatat olla kiinnostunut myös"
+ follow_label : "Seuraa:"
+ feed_label : "Syöte"
+ powered_by : "Käyttäen"
+ website_label : "Kotisivu"
+ email_label : "Sähköposti"
+ recent_posts : "Viimeisimmät kirjoitukset"
+ undefined_wpm : "words_per_minute asetusta ei ole määritelty _config.yml tiedostossa"
+ comment_form_info : "Sinun sähköpostiosoitetta ei julkaista. Vaaditut kentät ovat merkittyjä"
+ comment_form_comment_label : "Kommentti"
+ comment_form_md_info : "Tukee markdown muotoilua."
+ comment_form_name_label : "Nimi"
+ comment_form_email_label : "Sähköpostiosoite"
+ comment_form_website_label : "Nettisivu (vapaaehtoinen)"
+ comment_btn_submit : "Lähetä"
+ comment_btn_submitted : "Lähetetty"
+ comment_success_msg : "Kiitos kommentista, se julkaistaan tällä sivulla tarkastelun jälkeen."
+ comment_error_msg : "Tapahtui virhe. Tarkista, että olet täyttänyt kaikki kentät ja yritä uudelleen."
+ loading_label : "Ladataan..."
+ search_label_text : "Hakusana..."
+ search_placeholder_text : "Hakusana..."
+ search_algolia_no_results : "Ei hakutuloksia"
+ results_found : "Tulosta"
+ back_to_top : "Siirry ylös"
+
+# Myanmar (Burmese)
+# -----------------
+my: &DEFAULT_MY
+ skip_links : "လင့်များကိုကျော်ပါ။"
+ skip_primary_nav : "မူလအညွှန်းသို့ကျော်ပါ။"
+ skip_content : "အကြောင်းအရာသို့ကျော်ပါ။"
+ skip_footer : "အောက်ခြေသို့ကျော်ပါ။"
+ page : "စာမျက်နှာ"
+ pagination_previous : "ရှေ့တစ်ခု"
+ pagination_next : "နောက်တစ်ခု"
+ breadcrumb_home_label : "ပင်မစာမျက်နှာ"
+ breadcrumb_separator : "/"
+ menu_label : "မီနူး ဖွင့်၊ပိတ်"
+ search_label : "ရှာဖွေရန် ဖွင့်၊ပိတ်"
+ toc_label : "ဒီစာမျက်နှာတွင်"
+ ext_link_label : "တိုက်ရိုက်လင့်"
+ less_than : "ဖတ်ရန်ကြာချိန်"
+ minute_read : "မိနစ်"
+ share_on_label : "မျှဝေပါ။"
+ meta_label :
+ tags_label : "အမှတ်အသားများ -"
+ categories_label : "အမျိုးအစားများ -"
+ date_label : "ပြင်ဆင်ပြီး -"
+ comments_label : "မှတ်ချက်တစ်ခုချန်ထားပါ။"
+ comments_title : "မှတ်ချက်များ"
+ more_label : "ပိုမိုသိရှိရန်"
+ related_label : "သင်နှစ်သက်နိုင်သော"
+ follow_label : "သတင်းလိုက်ယူရန် -"
+ feed_label : "Feed ယူရန် -"
+ powered_by : "ပံ့ပိုးသည်"
+ website_label : "ဝဘ်ဆိုက်"
+ email_label : "အီးမေးလ်"
+ recent_posts : "လတ်တလောရေးသားချက်များ"
+ undefined_wpm : "_config.yml မှာ words_per_minute ကိုမသတ်မှတ်ထားပါ။"
+ comment_form_info : "သင့်အီးမေးလ်လိပ်စာကိုဖော်ပြသွားမည်မဟုတ်ပါ။ လိုအပ်သောဖြည့်စွက်ရန်နေရာများကို အမှတ်အသားပြထားပါသည်။"
+ comment_form_comment_label : "မှတ်ချက်"
+ comment_form_md_info : "Markdown ကိုထောက်ပံ့သည်။"
+ comment_form_name_label : "နာမည်"
+ comment_form_email_label : "အီးမေးလိပ်စာ"
+ comment_form_website_label : "ဝဘ်ဆိုက် (မဖြည့်စွက်လည်းရသည်)"
+ comment_btn_submit : "မှတ်ချက်တင်ပါ"
+ comment_btn_submitted : "တင်သွင်းလိုက်သည်"
+ comment_success_msg : "မှတ်ချက်ပေးတဲ့အတွက်ကျေးဇူးတင်ပါတယ်။ ၎င်းကိုအတည်ပြုပြီးသည့်အခါ ဝဘ်ဆိုက်ပေါ်တွင်ပြလိမ့်မည်။"
+ comment_error_msg : "တောင်းပန်ပါတယ်။ သင့်တင်သွင်းမှုတွင်အမှားတစ်ခုရှိခဲ့သည်။ ကျေးဇူးပြုပြီးလိုအပ်သောဖြည့်စွက်ရန်နေရာအားလုံးဖြည့်ပြီးပါကထပ်မံကြိုးစားပါ။"
+ loading_label : "တင်နေသည်..."
+ search_label_text : "သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ..."
+ search_placeholder_text : "သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ..."
+ search_algolia_no_results :
+ results_found : "ရလဒ်(များ)ကိုတွေ့ရှိခဲ့သည်"
+ back_to_top : "အပေါ်သို့ပြန်သွား"
+my-MM:
+ <<: *DEFAULT_MY
+
+# Norwegian
+# -------
+no: &DEFAULT_NO
+ skip_links : "Hopp over lenker"
+ skip_primary_nav : "Gå til primærnavigasjon"
+ skip_content : "Gå til innhold"
+ skip_footer : "Gå til fotnote"
+ page : "Side"
+ pagination_previous : "Forrige"
+ pagination_next : "Neste"
+ breadcrumb_home_label : "Hjem"
+ breadcrumb_separator : "/"
+ menu_label : "Vis/skjul meny"
+ search_label : "Vis/skjul søk"
+ toc_label : "På denne siden"
+ ext_link_label : "Direkte lenke"
+ less_than : "mindre enn"
+ minute_read : "minutters lesing"
+ share_on_label : "Del på"
+ meta_label :
+ tags_label : "Nøkkelord:"
+ categories_label : "Kategorier:"
+ date_label : "Oppdatert:"
+ comments_label : "Skriv en kommentar"
+ comments_title : "Kommentarer"
+ more_label : "Lær mer"
+ related_label : "Du vil kanskje også lese:"
+ follow_label : "Følg:"
+ feed_label : "Feed"
+ powered_by : "Lagd med"
+ website_label : "Nettside"
+ email_label : "E-post"
+ recent_posts : "Nyeste innlegg"
+ undefined_wpm : "Parameteret words_per_minute er ikke definert i _config.yml"
+ comment_form_info : "Din e-postadresse vil ikke bli publisert. Obligatoriske felt er markert"
+ comment_form_comment_label : "Kommentar"
+ comment_form_md_info : "Markdown er støttet"
+ comment_form_name_label : "Navn"
+ comment_form_email_label : "E-postadresse"
+ comment_form_website_label : "Nettside (frivillig)"
+ comment_btn_submit : "Send kommentar"
+ comment_btn_submitted : "Sendt"
+ comment_success_msg : "Takk for din kommentar! Den blir vist på siden så fort den er godkjent"
+ comment_error_msg : "Beklager, noe gikk galt. Sjekk at alle obligatoriska felt er utfylt og prøv igjen"
+ loading_label : "Laster..."
+ search_label_text : "Skriv inn søkeord"
+ search_placeholder_text : "Skriv inn søkeord"
+ search_algolia_no_results : "Ingen treff"
+ results_found : "Treff funnet"
+ back_to_top : "Tillbake til toppen"
+no-NB:
+ <<: *DEFAULT_NO
+no-NN:
+ <<: *DEFAULT_NO
+
+# Hebrew
+# -------
+he: &DEFAULT_HE
+ skip_links : "דלגו על קישור"
+ skip_primary_nav : "דלגו לראשי"
+ skip_content : "דלגו לתוכן"
+ skip_footer : "דלגו לתחתית"
+ page : "דף"
+ pagination_previous : "קודם"
+ pagination_next : "הבא"
+ breadcrumb_home_label : "בית"
+ breadcrumb_separator : "/"
+ menu_label : "סגירה/פתיחה של תפריט"
+ search_label : "סגירה/פתיחה של חיפוש"
+ toc_label : "בדף זה"
+ ext_link_label : "קישור ישיר"
+ less_than : "פחות מ"
+ minute_read : "דקת קריאה"
+ share_on_label : "שתפו ב"
+ meta_label :
+ tags_label : "תגיות:"
+ categories_label : "קטגוריות:"
+ date_label : "מעודכן:"
+ comments_label : "השאירו הערה"
+ comments_title : "הערות"
+ more_label : "קראו עוד"
+ related_label : "אולי יעניין אותך גם"
+ follow_label : "עקבו אחרי"
+ feed_label : "פיד"
+ powered_by : "Powered by"
+ website_label : "אתר"
+ email_label : "אימייל"
+ recent_posts : "פוסטים אחרונים"
+ undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
+ comment_form_info : "האימייל שלך נשמר חסוי. שדות חובה מסומנים"
+ comment_form_comment_label : "הערה"
+ comment_form_md_info : "Markdown is supported."
+ comment_form_name_label : "שם"
+ comment_form_email_label : "כתובת אימייל"
+ comment_form_website_label : "אתר (אפשרות)"
+ comment_btn_submit : "שלחו הערה"
+ comment_btn_submitted : "נשלח"
+ comment_success_msg : "תודה על ההערה שלך! היא תופיע באתר ברגע שתאושר."
+ comment_error_msg : "סליחה, קרתה תקלה בשליחה. אנא וודאו שכל השדות מלאים ונסו שנית."
+ loading_label : "טוען..."
+ search_label_text : "מילות חיפוש..."
+ search_placeholder_text : "מילות חיפוש..."
+ search_algolia_no_results : "אין תוצאות"
+ results_found : "תוצאות נמצאו"
+ back_to_top : "חזרה להתחלה"
+he-IL:
+ <<: *DEFAULT_HE
+
+# Arabic (عربي)
+# --------------
+ar: &DEFAULT_AR
+ skip_links : "تخطي الروابط"
+ skip_primary_nav : "تخطى الى شريط التنقل"
+ skip_content : "الانتقال الى المحتوى"
+ skip_footer : "الانتقال الى ذيل الصفحة"
+ page : "صفحه"
+ pagination_previous : "قبل"
+ pagination_next : "بعد"
+ breadcrumb_home_label : "الرئيس"
+ breadcrumb_separator : "/"
+ menu_label : "الخيارات"
+ search_label : "البحث"
+ toc_label : "على هذه الصفحة"
+ ext_link_label : "رابط مباشر"
+ less_than : "اقل من"
+ minute_read : "دقيقة قرائية"
+ share_on_label : "مشاركة"
+ meta_label :
+ tags_label : "العلامات الوصفية:"
+ categories_label : "الفئات:"
+ date_label : "تم التحديث:"
+ comments_label : "اترك تعليق"
+ comments_title : "التعليقات"
+ more_label : "اقرأ المزيد"
+ related_label : "قد يعجبك أيضا"
+ follow_label : "تابع:"
+ feed_label : "الاخبار - RSS"
+ powered_by : "تم تطوير بواسطة"
+ website_label : "موقع"
+ email_label : "ايميل"
+ recent_posts : "المشاركات الأخيرة"
+ undefined_wpm : "معامل غير معرف في words_per_minute (كلمة في الدقيقة) في ملف _config.yml"
+ comment_form_info : "لن يتم نشر عنوان بريدك الإلكتروني. الحقول المطلوبة إلزامية"
+ comment_form_comment_label : "تعليق"
+ comment_form_md_info : "لغة ال Markdown مدعومة."
+ comment_form_name_label : "الاسم"
+ comment_form_email_label : "البريد الالكتروني"
+ comment_form_website_label : "الموقع (اختياري)"
+ comment_btn_submit : "أضف تعليق"
+ comment_btn_submitted : "تم الإرسال"
+ comment_success_msg : "شكراً على التعليق! سيتم اظهاره عندما يتم موافقة عليه."
+ comment_error_msg : "للأسف, هناك خطأ في المحاولة. الرجاء الحرص على تعبئة جميع الخانات و محاولة مجدداً."
+ loading_label : "جاري التحميل..."
+ search_label_text : "اكتب مصطلح للبحث..."
+ search_placeholder_text : "اكتب مصطلح للبحث..."
+ search_algolia_no_results : "لا توجد نتائج"
+ results_found : "تم إيجاد نتيجة"
+ back_to_top : "الانتقال الى الأعلى"
+ar-SD:
+ <<: *DEFAULT_AR
+ar-SA:
+ <<: *DEFAULT_AR
+ar-AE:
+ <<: *DEFAULT_AR
+ar-EG:
+ <<: *DEFAULT_AR
+
+# Kiswahili
+# -----------------
+sw: &DEFAULT_SW
+ skip_links : "Ruka viungo"
+ skip_primary_nav : "Ruka orodha kuu"
+ skip_content : "Ruka maandiko maakuu"
+ skip_footer : "Ruka chini"
+ page : "Ukurasa"
+ pagination_previous : "Rudi"
+ pagination_next : "Endelea"
+ breadcrumb_home_label : "Ukurasa wa kwanza"
+ breadcrumb_separator : "/"
+ menu_label : "Wezesha/Zima orodha"
+ search_label : "Wezesha/Zima kutafuta"
+ toc_label : "Kwa ukurasa huu"
+ ext_link_label : "Kiungo mbio"
+ less_than : "Soma kwa dakikia ndogo kuliko"
+ minute_read : "Soma kwa dakika"
+ share_on_label : "Tangaza"
+ meta_label :
+ tags_label : "Alama:"
+ categories_label : "Aina:"
+ date_label : "Geuzi ya mwisho:"
+ comments_label : "Wacha maoni"
+ comments_title : "Maoni"
+ more_label : "Jifunze zaidi"
+ related_label : "Pia, utapenda"
+ follow_label : "Fuata:"
+ feed_label : "Feed"
+ powered_by : "Inatumia"
+ website_label : "Tovuti"
+ email_label : "Barua pepe"
+ recent_posts : "Makala juzi"
+ undefined_wpm : "Ingizo words_per_minute kwa _config.yml haijawekwa"
+ comment_form_info : "Barua pepe yako haitaonekana. Kuna alama kwa ingizo tunahitaji."
+ comment_form_comment_label : "Maoni"
+ comment_form_md_info : "Unaweza kutumia `Markdown`."
+ comment_form_name_label : "Jina"
+ comment_form_email_label : "Barua pepe"
+ comment_form_website_label : "Tovuti (hiari)"
+ comment_btn_submit : "Tuma maoni"
+ comment_btn_submitted : "Umetuma"
+ comment_success_msg : "Asante kwa maoni yako! Itaonekana ikiridhiwa."
+ comment_error_msg : "Pole, kuna makosa kwa ingizo yako. Tafadhali angalia umeandika kwa ingizo zote zinahitaji, na jaribu tena."
+ loading_label : "Inapakiwa..."
+ search_label_text : "Ingiza neno unatafuta..."
+ search_placeholder_text : "Ingiza neno unatafuta..."
+ search_algolia_no_results : "Hakuna matokeo"
+ results_found : "Tumepata"
+ back_to_top : "Rudi juu"
+sw-KE:
+ <<: *DEFAULT_SW
+sw-TZ:
+ <<: *DEFAULT_SW
+
+# Ukrainian / Українська
+# -----------------
+uk: &DEFAULT_UK
+ skip_links : "Посилання для переходу"
+ skip_primary_nav : "Перейти до основної навігації"
+ skip_content : "Перейти до змісту"
+ skip_footer : "Перейти до нижнього колонтитула"
+ page : "Сторінка"
+ pagination_previous : "Попередня"
+ pagination_next : "Наступна"
+ breadcrumb_home_label : "Головна"
+ breadcrumb_separator : "/"
+ menu_label : "Випадаюче меню"
+ search_label : "Пошук"
+ toc_label : "Зміст"
+ ext_link_label : "Пряме посилання"
+ less_than : "менше ніж"
+ minute_read : "хв. на чітання"
+ share_on_label : "Поділитися"
+ meta_label :
+ tags_label : "Мітки:"
+ categories_label : "Розділи:"
+ date_label : "Дата зміни:"
+ comments_label : "Залишити коментар"
+ comments_title : "Коментарі"
+ more_label : "Читати далі"
+ related_label : "Вам також може сподобатись"
+ follow_label : "Зв'язатися зі мною:"
+ feed_label : "RSS-стрічка"
+ powered_by : "Сайт працює на"
+ website_label : "Сайт"
+ email_label : "Электронна пошта"
+ recent_posts : "Останні записи"
+ undefined_wpm : "Не визначено параметр words_per_minute в _config.yml"
+ comment_form_info : "Вашу адресу електронної пошти не буде опубліковано. Обов'язкові поля позначені"
+ comment_form_comment_label : "Коментар"
+ comment_form_md_info : "Підтримується синтаксис Markdown."
+ comment_form_name_label : "Ім'я"
+ comment_form_email_label : "Електронна пошта"
+ comment_form_website_label : "Посилання на сайт (необов'язково)"
+ comment_btn_submit : "Залишити коментар"
+ comment_btn_submitted : "Відправлено"
+ comment_success_msg : "Дякую за Ваш коментар! Його буде опубліковано на сайті після перевірки."
+ comment_error_msg : "На жаль, сталася помилка з надсиланням коментаря. Будь ласка, переконайтеся, що всі обов'язкові поля заповнені та спробуйте знову."
+ loading_label : "Відправка..."
+ search_label_text : "Введіть пошуковий запит..."
+ search_placeholder_text : "Введіть пошуковий запит..."
+ search_algolia_no_results :
+ results_found : "Знайдено"
+uk-UA:
+ <<: *DEFAULT_UK
+
+# Czech / čeština
+# -----------------
+cs: &DEFAULT_CS
+ skip_links : "Rychlé odkazy"
+ skip_primary_nav : "Přejít na hlavní navigace"
+ skip_content : "Přejít na obsah"
+ skip_footer : "Přejít na zápatí"
+ page : "Stránka"
+ pagination_previous : "Předchozí"
+ pagination_next : "Další"
+ breadcrumb_home_label : "Domů"
+ breadcrumb_separator : "/"
+ menu_label : "Přepnout zobrazení menu"
+ search_label : "Přepnout zobrazení vyhledávání"
+ toc_label : "Na této stránce"
+ ext_link_label : "Přímý odkaz"
+ less_than : "méně než"
+ minute_read : "minut"
+ share_on_label : "Sdílet"
+ meta_label :
+ tags_label : "Štítky:"
+ categories_label : "Rubriky:"
+ date_label : "Aktualizováno:"
+ comments_label : "Okomentovat"
+ comments_title : "Komentáře"
+ more_label : "Zjistit více"
+ related_label : "Může se vám také líbit"
+ follow_label : "Sledovat:"
+ feed_label : "Zdroj"
+ powered_by : "Používáme"
+ website_label : "Web"
+ email_label : "E-mail"
+ recent_posts : "Nejnovější příspěvky"
+ undefined_wpm : "V souboru _config.yml chybí parametr words_per_minute"
+ comment_form_info : "Vaše e-mailová adresa nebude zveřejněna. Povinná pole jsou označena"
+ comment_form_comment_label : "Komentář"
+ comment_form_md_info : "Podporuje markdown."
+ comment_form_name_label : "Jméno"
+ comment_form_email_label : "E-mailová adresa"
+ comment_form_website_label : "Web (volitelné)"
+ comment_btn_submit : "Odeslat komentář"
+ comment_btn_submitted : "Odesláno"
+ comment_success_msg : "Děkujeme za komentář. Na stránce se objeví jakmile projde schválením."
+ comment_error_msg : "Odeslání se nezdařilo. Zkontrolujte, že jste vyplnili všechna povinná pole a zkuste to znovu."
+ loading_label : "Načítání..."
+ search_label_text : "Zadejte vyhledávání..."
+ search_placeholder_text : "Zadejte vyhledávání..."
+ search_algolia_no_results : "Žádné výsledky"
+ results_found : "Nalezené výsledky"
+ back_to_top : "Na začátek stránky"
+cs-CZ:
+ <<: *DEFAULT_CS
+
+# Bulgarian
+# -----------------
+bg: &DEFAULT_BG
+ skip_links : "Пропуснете връзките"
+ skip_primary_nav : "Преминете към основната навигация"
+ skip_content : "Преминете към съдържанието"
+ skip_footer : "Преминете към долния колонтитул"
+ page : "Страница"
+ pagination_previous : "Предишна"
+ pagination_next : "Следваща"
+ breadcrumb_home_label : "Начало"
+ breadcrumb_separator : "/"
+ menu_label : "Превключване на меню"
+ search_label : "Превключване на търсене"
+ toc_label : "На тази страница"
+ ext_link_label : "Пряка връзка"
+ less_than : "по-малко от"
+ minute_read : "минута четене"
+ share_on_label : "Споделете"
+ meta_label :
+ tags_label : "Етикети:"
+ categories_label : "Категории:"
+ date_label : "Обновено:"
+ comments_label : "Оставете коментар"
+ comments_title : "Коментари"
+ more_label : "Научете повече"
+ related_label : "Може да са ви интересни"
+ follow_label : "Последвайте:"
+ feed_label : "Емисия"
+ powered_by : "Осъществено чрез"
+ website_label : "Уебсайт"
+ email_label : "Е-поща"
+ recent_posts : "Последни публикации"
+ undefined_wpm : "Недефиниран параметър words_per_minute в _config.yml"
+ comment_form_info : "Вашият адрес за е-поща няма да бъде публикуван. Задължителните полета са обозначени"
+ comment_form_comment_label : "Коментар"
+ comment_form_md_info : "Поддържа се Маркдаун."
+ comment_form_name_label : "Име"
+ comment_form_email_label : "Адрес за е-поща"
+ comment_form_website_label : "Уебсайт (по желание)"
+ comment_btn_submit : "Изпращане на коментар"
+ comment_btn_submitted : "Изпратено"
+ comment_success_msg : "Благодарности за коментара! Ще се покаже на сайта, след като бъде одобрен."
+ comment_error_msg : "Съжаляваме, възникна грешка с изпращането. Моля, уверете се, че всички задължителни полета са попълнени и опитайте отново."
+ loading_label : "Зареждане..."
+ search_label_text : "Въведете термин за търсене..."
+ search_placeholder_text : "Въведете термин за търсене..."
+ search_algolia_no_results : "Няма резултати"
+ results_found : "Намерени резултати"
+ back_to_top : "Обратно към началото"
+bg-BG:
+ <<: *DEFAULT_BG
+
# Another locale
# --------------
#
diff --git a/_includes/after-content.html b/_includes/after-content.html
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/_includes/analytics-providers/google-gtag.html b/_includes/analytics-providers/google-gtag.html
new file mode 100644
index 000000000000..16d0cf176bac
--- /dev/null
+++ b/_includes/analytics-providers/google-gtag.html
@@ -0,0 +1,9 @@
+
+
+
diff --git a/_includes/analytics-providers/google-universal.html b/_includes/analytics-providers/google-universal.html
index 10d65b2ee488..68c2674ba930 100644
--- a/_includes/analytics-providers/google-universal.html
+++ b/_includes/analytics-providers/google-universal.html
@@ -1,9 +1,7 @@
+
diff --git a/_includes/analytics-providers/google.html b/_includes/analytics-providers/google.html
index b591b995435a..c5742b9817d6 100644
--- a/_includes/analytics-providers/google.html
+++ b/_includes/analytics-providers/google.html
@@ -1,6 +1,9 @@
-
\ No newline at end of file
+
diff --git a/_includes/analytics.html b/_includes/analytics.html
index 64a3359aad4e..371469f0af9b 100644
--- a/_includes/analytics.html
+++ b/_includes/analytics.html
@@ -1,10 +1,12 @@
-{% if site.analytics.provider and page.analytics != false %}
+{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}
{% case site.analytics.provider %}
{% when "google" %}
{% include /analytics-providers/google.html %}
{% when "google-universal" %}
{% include /analytics-providers/google-universal.html %}
+{% when "google-gtag" %}
+ {% include /analytics-providers/google-gtag.html %}
{% when "custom" %}
{% include /analytics-providers/custom.html %}
{% endcase %}
diff --git a/_includes/archive-single.html b/_includes/archive-single.html
index 93755e38ec6b..7854c961bd43 100644
--- a/_includes/archive-single.html
+++ b/_includes/archive-single.html
@@ -10,29 +10,21 @@
{% assign title = post.title %}
{% endif %}
-