Repository: dignajar/bludit
Branch: master
Commit: 9cf5ebd0819d
Files: 672
Total size: 3.4 MB
Directory structure:
gitextract_3ux4dkd8/
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.md
│ │ └── config.yml
│ └── workflows/
│ └── close_inactive_issues.yml
├── .gitignore
├── .htaccess
├── .prettierrc
├── LICENSE
├── README.ar.md
├── README.de.md
├── README.es.md
├── README.fr.md
├── README.hi.md
├── README.it.md
├── README.ja.md
├── README.md
├── README.pt.md
├── README.ru.md
├── README.zh.md
├── bl-content/
│ └── .keep
├── bl-kernel/
│ ├── abstract/
│ │ ├── dbjson.class.php
│ │ ├── dblist.class.php
│ │ └── plugin.class.php
│ ├── admin/
│ │ ├── controllers/
│ │ │ ├── about.php
│ │ │ ├── api.php
│ │ │ ├── categories.php
│ │ │ ├── configure-plugin.php
│ │ │ ├── content.php
│ │ │ ├── dashboard.php
│ │ │ ├── developers.php
│ │ │ ├── edit-category.php
│ │ │ ├── edit-content.php
│ │ │ ├── edit-user.php
│ │ │ ├── install-plugin.php
│ │ │ ├── install-theme.php
│ │ │ ├── login.php
│ │ │ ├── logout.php
│ │ │ ├── new-category.php
│ │ │ ├── new-content.php
│ │ │ ├── new-user.php
│ │ │ ├── plugins-position.php
│ │ │ ├── plugins.php
│ │ │ ├── settings.php
│ │ │ ├── themes.php
│ │ │ ├── uninstall-plugin.php
│ │ │ ├── user-password.php
│ │ │ └── users.php
│ │ ├── themes/
│ │ │ └── booty/
│ │ │ ├── css/
│ │ │ │ ├── bludit.bootstrap.css
│ │ │ │ └── bludit.css
│ │ │ ├── html/
│ │ │ │ ├── alert.php
│ │ │ │ ├── media.php
│ │ │ │ ├── navbar.php
│ │ │ │ └── sidebar.php
│ │ │ ├── index.php
│ │ │ ├── init.php
│ │ │ └── login.php
│ │ └── views/
│ │ ├── about.php
│ │ ├── blocks.php
│ │ ├── categories.php
│ │ ├── configure-plugin.php
│ │ ├── content.php
│ │ ├── dashboard.php
│ │ ├── developers.php
│ │ ├── edit-category.php
│ │ ├── edit-content.php
│ │ ├── edit-user.php
│ │ ├── login.php
│ │ ├── new-category.php
│ │ ├── new-content.php
│ │ ├── new-user.php
│ │ ├── plugins-position.php
│ │ ├── plugins.php
│ │ ├── settings.php
│ │ ├── themes.php
│ │ ├── user-password.php
│ │ └── users.php
│ ├── ajax/
│ │ ├── change-type.php
│ │ ├── clippy.php
│ │ ├── content-get-list.php
│ │ ├── delete-image.php
│ │ ├── generate-slug.php
│ │ ├── get-published.php
│ │ ├── list-images.php
│ │ ├── logo-remove.php
│ │ ├── logo-upload.php
│ │ ├── profile-picture-upload.php
│ │ ├── save-as-draft.php
│ │ └── upload-images.php
│ ├── boot/
│ │ ├── admin.php
│ │ ├── init.php
│ │ ├── rules/
│ │ │ ├── 60.plugins.php
│ │ │ ├── 60.router.php
│ │ │ ├── 69.pages.php
│ │ │ ├── 99.header.php
│ │ │ ├── 99.paginator.php
│ │ │ ├── 99.security.php
│ │ │ └── 99.themes.php
│ │ ├── site.php
│ │ └── variables.php
│ ├── categories.class.php
│ ├── category.class.php
│ ├── css/
│ │ └── bootstrap-icons/
│ │ ├── bootstrap-icons.css
│ │ └── bootstrap-icons.json
│ ├── functions.php
│ ├── helpers/
│ │ ├── alert.class.php
│ │ ├── cookie.class.php
│ │ ├── date.class.php
│ │ ├── dom.class.php
│ │ ├── email.class.php
│ │ ├── filesystem.class.php
│ │ ├── image.class.php
│ │ ├── log.class.php
│ │ ├── paginator.class.php
│ │ ├── redirect.class.php
│ │ ├── sanitize.class.php
│ │ ├── session.class.php
│ │ ├── tcp.class.php
│ │ ├── text.class.php
│ │ ├── theme.class.php
│ │ └── valid.class.php
│ ├── js/
│ │ ├── bludit-ajax.php
│ │ ├── functions.js
│ │ └── variables.php
│ ├── language.class.php
│ ├── login.class.php
│ ├── pages.class.php
│ ├── pagex.class.php
│ ├── parsedown.class.php
│ ├── security.class.php
│ ├── site.class.php
│ ├── syslog.class.php
│ ├── tag.class.php
│ ├── tags.class.php
│ ├── url.class.php
│ ├── user.class.php
│ ├── users.class.php
│ └── vendors/
│ └── bootstrap-icons/
│ ├── bootstrap-icons.css
│ └── bootstrap-icons.json
├── bl-languages/
│ ├── ar_MA.json
│ ├── bg_BG.json
│ ├── ckb.json
│ ├── cs_CZ.json
│ ├── da.json
│ ├── de_AT.json
│ ├── de_CH.json
│ ├── de_DE.json
│ ├── en.json
│ ├── es.json
│ ├── fa_IR.json
│ ├── fi_FI.json
│ ├── fr_FR.json
│ ├── gr.json
│ ├── he_IL.json
│ ├── hu_HU.json
│ ├── id_ID.json
│ ├── it_IT.json
│ ├── ja_JP.json
│ ├── lt.json
│ ├── ms_MY.json
│ ├── nl_NL.json
│ ├── pl_PL.json
│ ├── pt_BR.json
│ ├── pt_PT.json
│ ├── ro_RO.json
│ ├── ru.json
│ ├── sv_SE.json
│ ├── tr_TR.json
│ ├── uk_UA.json
│ ├── vi_VN.json
│ ├── zh_CN.json
│ └── zh_TW.json
├── bl-plugins/
│ ├── about/
│ │ ├── languages/
│ │ │ ├── bg_BG.json
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ ├── tr_TR.json
│ │ │ └── uk_UA.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── alternative/
│ │ ├── languages/
│ │ │ ├── de_AT.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ └── ru.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── api/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── canonical/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru.json
│ │ │ └── ru_RU.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── categories/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru.json
│ │ │ ├── tr_TR.json
│ │ │ └── uk_UA.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── custom-fields-parser/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── en.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ └── ru.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── disqus/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── pl_PL.json
│ │ │ ├── ru_RU.json
│ │ │ ├── tr_TR.json
│ │ │ └── uk_UA.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── easymde/
│ │ ├── css/
│ │ │ └── bludit.css
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it_IT.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── hit-counter/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ └── ru_RU.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── html-code/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── links/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── maintenance-mode/
│ │ ├── languages/
│ │ │ ├── bg_BG.json
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── pl_PL.json
│ │ │ ├── ru_RU.json
│ │ │ ├── tr_TR.json
│ │ │ ├── uk_UA.json
│ │ │ └── zh_TW.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── navigation/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── opengraph/
│ │ ├── languages/
│ │ │ ├── bg_BG.json
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── pl_PL.json
│ │ │ ├── ru_RU.json
│ │ │ ├── tr.json
│ │ │ ├── uk_UA.json
│ │ │ └── zh_TW.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── popeye/
│ │ ├── languages/
│ │ │ ├── de_AT.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── ja_JP.json
│ │ │ └── nl_NL.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── remote-content/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ └── ru_RU.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── robots/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── rss/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── search/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ ├── plugin.php
│ │ └── vendors/
│ │ └── fuzz.php
│ ├── sitemap/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ ├── tr.json
│ │ │ └── uk_UA.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── static-pages/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── tags/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── tinymce/
│ │ ├── css/
│ │ │ ├── tinymce_content.css
│ │ │ └── tinymce_toolbar.css
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ ├── plugin.php
│ │ └── tinymce/
│ │ ├── langs/
│ │ │ └── README.md
│ │ ├── license.md
│ │ ├── notices.txt
│ │ ├── plugins/
│ │ │ ├── emoticons/
│ │ │ │ └── js/
│ │ │ │ ├── emojiimages.js
│ │ │ │ └── emojis.js
│ │ │ └── help/
│ │ │ └── js/
│ │ │ └── i18n/
│ │ │ └── keynav/
│ │ │ ├── ar.js
│ │ │ ├── bg-BG.js
│ │ │ ├── bg_BG.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── da.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en.js
│ │ │ ├── es.js
│ │ │ ├── eu.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fr-FR.js
│ │ │ ├── fr_FR.js
│ │ │ ├── he-IL.js
│ │ │ ├── he_IL.js
│ │ │ ├── hi.js
│ │ │ ├── hr.js
│ │ │ ├── hu-HU.js
│ │ │ ├── hu_HU.js
│ │ │ ├── id.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── kk.js
│ │ │ ├── ko-KR.js
│ │ │ ├── ko_KR.js
│ │ │ ├── ms.js
│ │ │ ├── nb-NO.js
│ │ │ ├── nb_NO.js
│ │ │ ├── nl.js
│ │ │ ├── pl.js
│ │ │ ├── pt-BR.js
│ │ │ ├── pt-PT.js
│ │ │ ├── pt_BR.js
│ │ │ ├── pt_PT.js
│ │ │ ├── ro.js
│ │ │ ├── ru.js
│ │ │ ├── sk.js
│ │ │ ├── sl-SI.js
│ │ │ ├── sl_SI.js
│ │ │ ├── sv-SE.js
│ │ │ ├── sv_SE.js
│ │ │ ├── th-TH.js
│ │ │ ├── th_TH.js
│ │ │ ├── tr.js
│ │ │ ├── uk.js
│ │ │ ├── vi.js
│ │ │ ├── zh-CN.js
│ │ │ ├── zh-TW.js
│ │ │ ├── zh_CN.js
│ │ │ └── zh_TW.js
│ │ ├── skins/
│ │ │ ├── content/
│ │ │ │ ├── dark/
│ │ │ │ │ └── content.js
│ │ │ │ ├── default/
│ │ │ │ │ └── content.js
│ │ │ │ ├── document/
│ │ │ │ │ └── content.js
│ │ │ │ ├── tinymce-5/
│ │ │ │ │ └── content.js
│ │ │ │ ├── tinymce-5-dark/
│ │ │ │ │ └── content.js
│ │ │ │ └── writer/
│ │ │ │ └── content.js
│ │ │ └── ui/
│ │ │ ├── oxide/
│ │ │ │ ├── content.inline.js
│ │ │ │ ├── content.js
│ │ │ │ ├── skin.js
│ │ │ │ └── skin.shadowdom.js
│ │ │ ├── oxide-dark/
│ │ │ │ ├── content.inline.js
│ │ │ │ ├── content.js
│ │ │ │ ├── skin.js
│ │ │ │ └── skin.shadowdom.js
│ │ │ ├── tinymce-5/
│ │ │ │ ├── content.inline.js
│ │ │ │ ├── content.js
│ │ │ │ ├── skin.js
│ │ │ │ └── skin.shadowdom.js
│ │ │ └── tinymce-5-dark/
│ │ │ ├── content.inline.js
│ │ │ ├── content.js
│ │ │ ├── skin.js
│ │ │ └── skin.shadowdom.js
│ │ └── tinymce.d.ts
│ ├── twitter-cards/
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ ├── version/
│ │ ├── js/
│ │ │ └── version.js
│ │ ├── languages/
│ │ │ ├── da.json
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── fr_FR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── plugin.php
│ └── visits-stats/
│ ├── languages/
│ │ ├── de_AT.json
│ │ ├── de_CH.json
│ │ ├── de_DE.json
│ │ ├── en.json
│ │ ├── it_IT.json
│ │ ├── ja_JP.json
│ │ └── nl_NL.json
│ ├── metadata.json
│ └── plugin.php
├── bl-themes/
│ ├── alternative/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── index.php
│ │ ├── init.php
│ │ ├── languages/
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── php/
│ │ ├── footer.php
│ │ ├── home.php
│ │ ├── navbar.php
│ │ └── page.php
│ ├── blogx/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── index.php
│ │ ├── languages/
│ │ │ ├── de_CH.json
│ │ │ ├── de_DE.json
│ │ │ ├── en.json
│ │ │ ├── es.json
│ │ │ ├── fa_IR.json
│ │ │ ├── it.json
│ │ │ ├── ja_JP.json
│ │ │ ├── nl_NL.json
│ │ │ ├── ru_RU.json
│ │ │ └── tr_TR.json
│ │ ├── metadata.json
│ │ └── php/
│ │ ├── footer.php
│ │ ├── head.php
│ │ ├── home.php
│ │ ├── navbar.php
│ │ ├── page.php
│ │ └── sidebar.php
│ ├── flavor/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── index.php
│ │ ├── languages/
│ │ │ └── en.json
│ │ ├── metadata.json
│ │ └── php/
│ │ ├── 404.php
│ │ ├── footer.php
│ │ ├── head.php
│ │ ├── home.php
│ │ ├── navbar.php
│ │ └── page.php
│ └── popeye/
│ ├── css/
│ │ ├── 01-style.css
│ │ ├── 02-helpers.css
│ │ └── 99-darkmode.css
│ ├── index.php
│ ├── init.php
│ ├── languages/
│ │ ├── de_AT.json
│ │ ├── de_CH.json
│ │ ├── de_DE.json
│ │ ├── en.json
│ │ └── ja_JP.json
│ ├── metadata.json
│ └── php/
│ ├── footer.php
│ ├── home.php
│ ├── navbar.php
│ └── page.php
├── index.php
└── install.php
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.md
================================================
---
name: Bug Report
about: Describe a bug or problem
title: ''
labels: bug
assignees: ''
---
> Please complete the following steps. Issues that do not follow this template may be closed without review.
### Describe the problem
### Expected behavior
### Actual behavior
### Steps to reproduce
### Bludit version
### PHP version
### PHP error logs
### Additional context
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: false
================================================
FILE: .github/workflows/close_inactive_issues.yml
================================================
name: "Close inactive issues"
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: -1
days-before-pr-close: -1
# The labels you want to PROTECT from being closed
exempt-issue-labels: 'Bug,New request'
# Standard configuration
stale-issue-message: 'This issue is inactive and will be closed in 7 days.'
close-issue-message: 'Closed due to inactivity.'
days-before-stale: 14
days-before-close: 7
================================================
FILE: .gitignore
================================================
.DS_Store
dbgenerator.php
bl-content/*
!bl-content/.keep
bl-content-migrator
bl-plugins/gallery
bl-plugins/timemachine
bl-plugins/timemachine-x
bl-plugins/backup-manager
bl-plugins/discovery
bl-plugins/updater
bl-plugins/medium-editor
bl-plugins/quill
bl-plugins/yandex-metrica/
bl-plugins/domain-migrator/
bl-plugins/tail-writer/
bl-kernel/bludit.pro.*.php
bl-kernel/admin/themes/gris
bl-themes/docs
bl-themes/typerite
bl-themes/docsx
bl-themes/editorial
bl-themes/mediumish
bl-themes/clean-blog
bl-themes/grayscale
bl-themes/massively
bl-themes/hyperspace
bl-themes/striped
bl-themes/log
bl-themes/micro
bl-themes/tagg
bl-themes/small
bl-themes/future-imperfect
bl-themes/social-network
test-server.sh
test-php85-compatibility.php
php85-server.log
analyze-logs.sh
scripts/*
logs/*
================================================
FILE: .htaccess
================================================
AddDefaultCharset UTF-8
| '.$key.' | '; if (is_array($value)) { echo ''.json_encode($value).' | '; } else { echo ''.Sanitize::html($value).' | '; } echo '
| Bludit Edition | '; if (defined('BLUDIT_PRO')) { echo 'PRO - '.$L->g('Thanks for supporting Bludit').' | '; } else { echo 'Standard - '.$L->g('Upgrade to Bludit PRO').' | '; } echo '
| Bludit Version | '; echo ''.BLUDIT_VERSION.' | '; echo '|
| Bludit Codename | '; echo ''.BLUDIT_CODENAME.' | '; echo '|
| Bludit Build Number | '; echo ''.BLUDIT_BUILD.' | '; echo '|
| Disk usage | '; echo ''.Filesystem::bytesToHumanFileSize(Filesystem::getSize(PATH_ROOT)).' | '; echo '|
| Bludit Developers | '; echo ''; echo ' |
| '.$L->g('Name').' | '.$L->g('URL').' |
|---|---|
| '.$category->name().' | '; echo ''.$url->filters('category', false).$key.' | '; echo '
'.$dateLabel.'
'.$L->g('Position').': '.$child->position().'
'.$emptyMessage.'
'; return; } echo '| '.$L->g('Title').' | '; if ($type === 'static') { echo ''.$L->g('URL').' | '; } echo ''.$L->g('Actions').' | '; echo '
|---|
'.$L->g('There are no pages at this moment.').'
'; return; } echo '| '.$L->g('Title').' | '; echo ''.$L->g('URL').' | '; echo ''.$L->g('Actions').' | '; echo '
|---|
|
' . $plugin->name() . '
';
if (method_exists($plugin, 'form')) {
echo '' . $L->g('Settings') . '';
}
echo '' . $L->g('Deactivate') . '';
echo ' ';
echo ' | ';
echo ''; echo $plugin->description(); echo ' | '; echo ''; echo '' . $plugin->version() . ''; if (!$plugin->isCompatible()) { echo ' ' . $L->g('Update') . ''; } echo ' | '; echo '' . $plugin->author() . ' | '; echo '
|
' . $plugin->name() . '
| ';
echo ''; echo $plugin->description(); echo ' | '; echo ''; echo '' . $plugin->version() . ''; echo ' | '; echo '' . $plugin->author() . ' | '; echo '
{{site-title}} {{site-slogan}} {{site-description}}',
'placeholder' => ''
));
echo Bootstrap::formInputText(array(
'name' => 'titleFormatPages',
'label' => $L->g('Pages'),
'value' => $site->titleFormatPages(),
'class' => '',
'placeholder' => '',
'tip' => $L->g('Variables allowed') . ' {{page-title}} {{page-description}} {{site-title}} {{site-slogan}} {{site-description}}',
'placeholder' => ''
));
echo Bootstrap::formInputText(array(
'name' => 'titleFormatCategory',
'label' => $L->g('Category'),
'value' => $site->titleFormatCategory(),
'class' => '',
'placeholder' => '',
'tip' => $L->g('Variables allowed') . ' {{category-name}} {{site-title}} {{site-slogan}} {{site-description}}',
'placeholder' => ''
));
echo Bootstrap::formInputText(array(
'name' => 'titleFormatTag',
'label' => $L->g('Tag'),
'value' => $site->titleFormatTag(),
'class' => '',
'placeholder' => '',
'tip' => $L->g('Variables allowed') . ' {{tag-name}} {{site-title}} {{site-slogan}} {{site-description}}',
'placeholder' => ''
));
?>
| ' . $L->g('Name') . ' | ' . $L->g('Description') . ' | ' . $L->g('Version') . ' | ' . $L->g('Author') . ' |
|---|---|---|---|
|
'.$theme['name'].($theme['dirname']==$site->theme()?''.$L->g('Active').'':'').'
';
if ($theme['dirname'] != $site->theme()) {
echo '' . $L->g('Activate') . '';
} else {
if (isset($theme['plugin'])) {
echo '' . $L->g('Settings') . '';
}
}
echo '
|
';
echo ''; echo $theme['description']; echo ' | '; echo ''; echo '' . $theme['version'] . ''; echo ' | '; echo '' . $theme['author'] . ' | '; echo '
| '.$L->g('Username').' | '.$L->g('Nickname').' | '.$L->g('Email').' | '.$L->g('Status').' | '.$L->g('Role').' | '.$L->g('Registered').' | |||
|---|---|---|---|---|---|---|---|---|
'.$username.' | ';
echo ''.$user->nickname().' | '; echo ''.$user->email().' | '; echo ''.($user->enabled()?''.$L->g('Enabled').'':$L->g('Disabled')).' | '; if ($user->role()=='admin') { echo ''.$L->g('Administrator').' | '; } elseif ($user->role()=='editor') { echo ''.$L->g('Editor').' | '; } elseif ($user->role()=='author') { echo ''.$L->g('Author').' | '; } else { echo ''.$L->g('Reader').' | '; } echo ''.Date::format($user->registered(), DB_DATE_FORMAT, ADMIN_PANEL_DATE_FORMAT).' | '; echo '
(.*?)<\/code><\/pre>/imsu',
function ($input) {
return "".htmlentities($input[2])."
";
},
$string);
}
// Truncates the string under the limit specified by the limit parameter
public static function truncate($string, $limit, $end='...')
{
// Check if over $limit
if (mb_strlen($string) > $limit) {
$truncate = trim(mb_substr($string, 0, $limit, CHARSET));
$truncate = $truncate.$end;
} else {
$truncate = $string;
}
if (empty($truncate)) {
return '';
}
return $truncate;
}
public static function toBytes($value) {
$value = trim($value);
$s = [ 'g'=> 1<<30, 'm' => 1<<20, 'k' => 1<<10 ];
return intval($value) * ($s[strtolower(substr($value,-1))] ?: 1);
}
}
================================================
FILE: bl-kernel/helpers/theme.class.php
================================================
'Github',
'gitlab' => 'GitLab',
'twitter' => 'Twitter',
'facebook' => 'Facebook',
'instagram' => 'Instagram',
'codepen' => 'Codepen',
'linkedin' => 'Linkedin',
'xing' => 'Xing',
'telegram' => 'Telegram',
'mastodon' => 'Mastodon',
'vk' => 'VK',
'dribbble' => 'Dribbble',
'youtube' => 'Youtube',
'bluesky' => 'Bluesky'
);
foreach ($socialNetworks as $key => $label) {
if (!$site->{$key}()) {
unset($socialNetworks[$key]);
}
}
return $socialNetworks;
}
public static function title()
{
global $site;
return $site->title();
}
public static function description()
{
global $site;
return $site->description();
}
public static function slogan()
{
global $site;
return $site->slogan();
}
public static function footer()
{
global $site;
return $site->footer();
}
public static function lang()
{
global $language;
return $language->currentLanguageShortVersion();
}
public static function rssUrl()
{
if (pluginActivated('pluginRSS')) {
return DOMAIN_BASE . 'rss.xml';
}
return false;
}
public static function sitemapUrl()
{
if (pluginActivated('pluginSitemap')) {
return DOMAIN_BASE . 'sitemap.xml';
}
return false;
}
// Returns the absolute URL of the site
// Ex. https://example.com the method returns https://example.com/
// Ex. https://example.com/bludit/ the method returns https://example.com/bludit/
public static function siteUrl()
{
return DOMAIN_BASE;
}
// Returns the absolute URL of admin panel
// Ex. https://example.com/admin/ the method returns https://example.com/admin/
// Ex. https://example.com/bludit/admin/ the method returns https://example.com/bludit/admin/
public static function adminUrl()
{
return DOMAIN_ADMIN;
}
public static function metaTags($tag)
{
if ($tag == 'title') {
return self::metaTagTitle();
} elseif ($tag == 'description') {
return self::metaTagDescription();
}
}
public static function metaTagTitle()
{
global $url;
global $site;
global $tags;
global $categories;
global $WHERE_AM_I;
global $page;
if ($WHERE_AM_I == 'page') {
$format = $site->titleFormatPages();
$format = Text::replace('{{page-title}}', $page->title(), $format);
$format = Text::replace('{{page-description}}', $page->description(), $format);
} elseif ($WHERE_AM_I == 'tag') {
try {
$tagKey = $url->slug();
$tag = new Tag($tagKey);
$format = $site->titleFormatTag();
$format = Text::replace('{{tag-name}}', $tag->name(), $format);
} catch (Exception $e) {
// Tag doesn't exist
}
} elseif ($WHERE_AM_I == 'category') {
try {
$categoryKey = $url->slug();
$category = new Category($categoryKey);
$format = $site->titleFormatCategory();
$format = Text::replace('{{category-name}}', $category->name(), $format);
} catch (Exception $e) {
// Category doesn't exist
}
} else {
$format = $site->titleFormatHomepage();
}
$format = Text::replace('{{site-title}}', $site->title(), $format);
$format = Text::replace('{{site-slogan}}', $site->slogan(), $format);
$format = Text::replace('{{site-description}}', $site->description(), $format);
return '' . $format . ' ' . PHP_EOL;
}
public static function metaTagDescription()
{
global $site;
global $WHERE_AM_I;
global $page;
global $url;
$description = $site->description();
if ($WHERE_AM_I == 'page') {
$description = $page->description();
} elseif ($WHERE_AM_I == 'category') {
try {
$categoryKey = $url->slug();
$category = new Category($categoryKey);
$description = $category->description();
} catch (Exception $e) {
// description from the site
}
}
return '' . PHP_EOL;
}
// DEPRECATED v3.0.0
// Return the metatag with a predefine structure
public static function headTitle()
{
return self::metaTagTitle();
}
// DEPRECATED v3.0.0
// Return the metatag with a predefine structure
public static function headDescription()
{
return self::metaTagDescription();
}
public static function charset($charset)
{
return '' . PHP_EOL;
}
public static function viewport($content)
{
return '' . PHP_EOL;
}
public static function src($file, $base = DOMAIN_THEME)
{
return $base . $file;
}
public static function css($files, $base = DOMAIN_THEME)
{
if (!is_array($files)) {
$files = array($files);
}
$links = '';
foreach ($files as $file) {
$links .= '' . PHP_EOL;
}
return $links;
}
public static function javascript($files, $base = DOMAIN_THEME, $attributes = '')
{
if (!is_array($files)) {
$files = array($files);
}
$scripts = '';
foreach ($files as $file) {
$scripts .= '' . PHP_EOL;
}
return $scripts;
}
public static function js($files, $base = DOMAIN_THEME, $attributes = '')
{
return self::javascript($files, $base, $attributes);
}
public static function plugins($type, $args = array())
{
global $plugins;
foreach ($plugins[$type] as $plugin) {
echo call_user_func_array(array($plugin, $type), $args);
}
}
public static function favicon($file = 'favicon.png', $typeIcon = 'image/png')
{
return '' . PHP_EOL;
}
public static function keywords($keywords)
{
if (is_array($keywords)) {
$keywords = implode(',', $keywords);
}
return '' . PHP_EOL;
}
public static function jquery()
{
return '' . PHP_EOL;
}
public static function jsBootstrap($attributes = '')
{
return '' . PHP_EOL;
}
public static function cssBootstrap()
{
return '' . PHP_EOL;
}
public static function cssBootstrapIcons()
{
// https://icons.getbootstrap.com/
return '' . PHP_EOL;
}
public static function cssLineAwesome()
{
return '' . PHP_EOL;
}
public static function jsSortable($attributes = '')
{
// https://github.com/psfpro/bootstrap-html5sortable
return '' . PHP_EOL;
}
}
================================================
FILE: bl-kernel/helpers/valid.class.php
================================================
format($format)==$date;
}
}
================================================
FILE: bl-kernel/js/bludit-ajax.php
================================================
class bluditAjax {
static async saveAsDraft(uuid, title, content) {
let url = HTML_PATH_ADMIN_ROOT+"ajax/save-as-draft"
try {
const response = await fetch(url, {
credentials: 'same-origin',
method: "POST",
headers: new Headers({
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
}),
body: new URLSearchParams({
'tokenCSRF': tokenCSRF,
'uuid': "autosave-" + uuid,
'title': title,
'content': content,
'type': 'autosave'
}),
});
const json = await response.json();
return json;
}
catch (err) {
console.log(err);
return true;
}
}
static async removeLogo() {
let url = HTML_PATH_ADMIN_ROOT+"ajax/logo-remove"
try {
const response = await fetch(url, {
credentials: 'same-origin',
method: "POST",
headers: new Headers({
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
}),
body: new URLSearchParams({
'tokenCSRF': tokenCSRF
}),
});
const json = await response.json();
return json;
}
catch (err) {
console.log(err);
return true;
}
}
// Alert the user when the user is not logged
userLogged(callBack) {
var ajaxRequest;
if (ajaxRequest) {
ajaxRequest.abort();
}
console.log("[INFO] [BLUDIT AJAX] [userLogged()] Checking if the user is logged.");
ajaxRequest = $.ajax({
type: "GET",
url: HTML_PATH_ADMIN_ROOT+"ajax/user-logged"
});
ajaxRequest.done(function (response, textStatus, jqXHR) {
console.log("[INFO] [BLUDIT AJAX] [userLogged()] The user is logged.");
});
ajaxRequest.fail(function (jqXHR, textStatus, errorThrown) {
// The fail is produced by admin.php when the user is not logged the ajax request is not possible and returns 401
console.log("[INFO] [BLUDIT AJAX] [userLogged()] The user is NOT logged.");
if (jqXHR.status==401) {
callBack("You are not logged in anymore, so Bludit can't save your settings and content.");
}
});
}
generateSlug(text, parentKey, currentKey, callBack) {
var ajaxRequest;
if (ajaxRequest) {
ajaxRequest.abort();
}
ajaxRequest = $.ajax({
type: "POST",
data: {
tokenCSRF: tokenCSRF,
text: text,
parentKey: parentKey,
currentKey: currentKey
},
url: HTML_PATH_ADMIN_ROOT+"ajax/generate-slug"
});
ajaxRequest.done(function (response, textStatus, jqXHR) {
console.log("Bludit AJAX: generateSlug(): done handler");
callBack.val(response["slug"]);
});
ajaxRequest.fail(function (jqXHR, textStatus, errorThrown) {
console.log("Bludit AJAX: generateSlug(): fail handler");
});
ajaxRequest.always(function () {
console.log("Bludit AJAX: generateSlug(): always handler");
});
}
}
================================================
FILE: bl-kernel/js/functions.js
================================================
function sanitizeHTML(text) {
var map = {
'&': '&',
'<': '<',
'>': '>',
'"': '"',
"'": '''
};
return text.replace(/[&<>"']/g, function(m) { return map[m]; });
}
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days*24*60*60*1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0; i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return false;
}
function deleteCookie(name) {
document.cookie = name+'=; Max-Age=-999;';
}
================================================
FILE: bl-kernel/js/variables.php
================================================
getTokenCSRF().'";'.PHP_EOL;
echo 'var UPLOAD_MAX_FILESIZE = '.Text::toBytes( ini_get('upload_max_filesize') ).';'.PHP_EOL;
?>
================================================
FILE: bl-kernel/language.class.php
================================================
data = array();
$this->db = array();
$this->currentLanguage = $currentLanguage;
$this->dates = array();
$this->unicodeChars = array();
// Load default language
$filename = PATH_LANGUAGES.DEFAULT_LANGUAGE_FILE;
if (Sanitize::pathFile($filename)) {
$Tmp = new dbJSON($filename, false);
$this->db = array_merge($this->db, $Tmp->db);
}
// If the user defined a new language replace the content of the default language
// If the new dictionary has missing keys, fallback values are those of the default language
$filename = PATH_LANGUAGES.$currentLanguage.'.json';
if (Sanitize::pathFile($filename) && (DEFAULT_LANGUAGE_FILE!==$currentLanguage.'.json')) {
$Tmp = new dbJSON($filename, false);
$this->db = array_merge($this->db, $Tmp->db);
}
// Language-data
$this->data = $this->db['language-data'];
unset($this->db['language-data']);
// Dates
if (isset($this->db['dates'])) {
$this->dates = $this->db['dates'];
unset($this->db['dates']);
}
// Unicode chars
if (isset($this->db['unicode-chars'])) {
$this->unicodeChars = $this->db['unicode-chars'];
unset($this->db['unicode-chars']);
}
}
public function locale()
{
if (isset($this->data['locale'])) {
return $this->data['locale'];
}
return $this->currentLanguage;
}
public function currentLanguage()
{
return $this->currentLanguage;
}
public function currentLanguageShortVersion()
{
$current = $this->currentLanguage;
$explode = explode('_', $current);
return $explode[0];
}
// Return the translation, if the translation doesn't exist returns the English translation
public function get($string)
{
$key = Text::lowercase($string);
$key = Text::replace(' ', '-', $key);
$key = Text::replace('.', '', $key);
//file_put_contents(DEBUG_FILE, $key.PHP_EOL, FILE_APPEND);
if (isset($this->db[$key])) {
return $this->db[$key];
}
//$line = '"'.$key.'": "'.$string.'",';
//file_put_contents(DEBUG_FILE, $line.PHP_EOL, FILE_APPEND);
return $string;
}
// Returns translation
public function g($string)
{
return $this->get($string);
}
// Print translation
public function printMe($string)
{
echo $this->get($string);
}
// Print translation
public function p($string)
{
echo $this->get($string);
}
// Add keys=>values to the current dicionary
// This method don't overwrite the current value
public function add($array)
{
$this->db = array_merge($this->db, $array);
}
// Returns an array with all dictionaries
public function getLanguageList()
{
$files = Filesystem::listFiles(PATH_LANGUAGES, '*', 'json');
$tmp = array();
foreach($files as $file) {
$t = new dbJSON($file, false);
if (isset($t->db['language-data']['native'])) {
$native = $t->db['language-data']['native'];
$locale = basename($file, '.json');
$tmp[$locale] = $native;
}
}
return $tmp;
}
// Returns array with all the dates and months
public function getDates()
{
return $this->dates;
}
// Returns array with all the special characters from this language
public function getunicodeChars()
{
return $this->unicodeChars;
}
}
================================================
FILE: bl-kernel/login.class.php
================================================
users = $GLOBALS['users'];
} else {
$this->users = new Users();
}
if (isset($GLOBALS['site'])) {
$this->site = $GLOBALS['site'];
} else {
$this->site = new Site();
}
// Start the Session
if (!Session::started()) {
Session::start($this->site->urlPath(), $this->site->isHTTPS());
}
}
// Returns the username of the user logged
public function username()
{
return Session::get('username');
}
// Returns the role of the user logged
public function role()
{
return Session::get('role');
}
// Returns TRUE if the user is logged, FALSE otherwise
public function isLogged()
{
if (Session::get('fingerPrint') === $this->fingerPrint()) {
$username = Session::get('username');
if (!empty($username)) {
return true;
} else {
Log::set(__METHOD__ . LOG_SEP . 'Session username empty, destroying the session.');
Session::destroy();
return false;
}
}
Log::set(__METHOD__ . LOG_SEP . 'FingerPrints are different. [' . Session::get('fingerPrint') . '] != [' . $this->fingerPrint() . ']');
return false;
}
// Set the session for the user logged
public function setLogin($username, $role)
{
// Regenerate session ID to prevent session fixation attacks
session_regenerate_id(true);
Session::set('username', $username);
Session::set('role', $role);
Session::set('fingerPrint', $this->fingerPrint());
Session::set('sessionTime', time());
Log::set(__METHOD__ . LOG_SEP . 'User logged, fingerprint [' . $this->fingerPrint() . ']');
}
public function setRememberMe($username)
{
$username = Sanitize::html($username);
// Set the token on the users database
$token = $this->users->generateRememberToken();
$this->users->setRememberToken($username, $token);
// Set the token on the cookies
Cookie::set(REMEMBER_COOKIE_USERNAME, $username, REMEMBER_COOKIE_EXPIRE_IN_DAYS);
Cookie::set(REMEMBER_COOKIE_TOKEN, $token, REMEMBER_COOKIE_EXPIRE_IN_DAYS);
Log::set(__METHOD__ . LOG_SEP . 'Cookies set for Remember Me.');
}
public function invalidateRememberMe()
{
// Invalidate all tokens on the user databases
$this->users->invalidateAllRememberTokens();
// Destroy the cookies
Cookie::set(REMEMBER_COOKIE_USERNAME, '', -1);
Cookie::set(REMEMBER_COOKIE_TOKEN, '', -1);
unset($_COOKIE[REMEMBER_COOKIE_USERNAME]);
unset($_COOKIE[REMEMBER_COOKIE_TOKEN]);
}
// Check if the username and the password are valid
// Returns TRUE if valid and set the session
// Returns FALSE for invalid username or password
public function verifyUser($username, $password)
{
$username = Sanitize::html($username);
$username = trim($username);
if (empty($username) || empty($password)) {
Log::set(__METHOD__ . LOG_SEP . 'Username or password empty. Username: ' . $username);
return false;
}
if (Text::length($password) < PASSWORD_LENGTH) {
Log::set(__METHOD__ . LOG_SEP . 'Password length is shorter than required.');
return false;
}
try {
$user = new User($username);
} catch (Exception $e) {
return false;
}
$passwordHash = $this->users->generatePasswordHash($password, $user->salt());
if ($passwordHash === $user->password()) {
$this->setLogin($username, $user->role());
Log::set(__METHOD__ . LOG_SEP . 'Successful user login by username and password - Username [' . $username . ']');
return true;
}
Log::set(__METHOD__ . LOG_SEP . 'Password incorrect.');
return false;
}
// Check if the user has the cookies and the correct token
public function verifyUserByRemember()
{
if (Cookie::isEmpty(REMEMBER_COOKIE_USERNAME) || Cookie::isEmpty(REMEMBER_COOKIE_TOKEN)) {
return false;
}
$username = Cookie::get(REMEMBER_COOKIE_USERNAME);
$token = Cookie::get(REMEMBER_COOKIE_TOKEN);
$username = Sanitize::html($username);
$token = Sanitize::html($token);
$username = trim($username);
$token = trim($token);
if (empty($username) || empty($token)) {
$this->invalidateRememberMe();
Log::set(__METHOD__ . LOG_SEP . 'Username or Token empty. Username: ' . $username . ' - Token: ' . $token);
return false;
}
if ($username !== $this->users->getByRememberToken($token)) {
$this->invalidateRememberMe();
Log::set(__METHOD__ . LOG_SEP . 'The user has different token or the token doesn\'t exist.');
return false;
}
// Get user from database and login
$user = $this->users->getUserDB($username);
$this->setLogin($username, $user['role']);
Log::set(__METHOD__ . LOG_SEP . 'User authenticated via Remember Me.');
return true;
}
public function fingerPrint()
{
$agent = getenv('HTTP_USER_AGENT');
if (empty($agent)) {
$agent = 'Bludit/2.0 (Mr Nibbler Protocol)';
}
return sha1($agent);
}
public function logout()
{
$this->invalidateRememberMe();
Session::destroy();
return true;
}
}
================================================
FILE: bl-kernel/pages.class.php
================================================
'',
'description' => '',
'username' => '',
'tags' => array(),
'type' => 'published', // published, static, draft, sticky, scheduled, autosave
'date' => '',
'dateModified' => '',
'position' => 0,
'coverImage' => '',
'category' => '',
'md5file' => '',
'uuid' => '',
'allowComments' => true,
'template' => '',
'noindex' => false,
'nofollow' => false,
'noarchive' => false,
'custom' => array()
);
function __construct()
{
parent::__construct(DB_PAGES);
}
public function getDefaultFields()
{
return $this->dbFields;
}
// Return an array with the database for a page, FALSE otherwise
public function getPageDB($key)
{
if ($this->exists($key)) {
return $this->db[$key];
}
return false;
}
// Return TRUE if the page exists, FALSE otherwise
public function exists($key)
{
return isset($this->db[$key]);
}
// Create a new page
// This function returns the key of the new page
public function add($args)
{
$row = array();
// Predefined values
foreach ($this->dbFields as $field => $value) {
if ($field == 'tags') {
$tags = '';
if (isset($args['tags'])) {
$tags = $args['tags'];
}
$finalValue = $this->generateTags($tags);
} elseif ($field == 'custom') {
if (isset($args['custom'])) {
global $site;
$customFields = $site->customFields();
foreach ($args['custom'] as $customField => $customValue) {
$html = Sanitize::html($customValue);
// Store the custom field as defined type
settype($html, $customFields[$customField]['type']);
$row['custom'][$customField]['value'] = $html;
}
unset($args['custom']);
continue;
}
} elseif (isset($args[$field])) {
// Sanitize if will be stored on database
$finalValue = Sanitize::html($args[$field]);
} else {
// Default value for the field if not defined
$finalValue = $value;
}
// Store the value as defined type
settype($finalValue, gettype($value));
$row[$field] = $finalValue;
}
// Content
// This variable is not belong to the database so is not defined in $row
$contentRaw = (empty($args['content']) ? '' : $args['content']);
// Parent
// This variable is not belong to the database so is not defined in $row
$parent = '';
if (!empty($args['parent'])) {
$parent = $args['parent'];
$row['type'] = $this->db[$parent]['type']; // get the parent type
}
// Slug from the title or the content
// This variable is not belong to the database so is not defined in $row
if (empty($args['slug'])) {
if (!empty($row['title'])) {
$slug = $this->generateSlug($row['title']);
} else {
$slug = $this->generateSlug($contentRaw);
}
} else {
$slug = $args['slug'];
}
// Generate key
// This variable is not belong to the database so is not defined in $row
$key = $this->generateKey($slug, $parent);
// Generate UUID
if (empty($row['uuid'])) {
$row['uuid'] = $this->generateUUID();
}
// Validate date
if (!Valid::date($row['date'], DB_DATE_FORMAT)) {
$row['date'] = Date::current(DB_DATE_FORMAT);
}
// Schedule page
if (($row['date'] > Date::current(DB_DATE_FORMAT)) && ($row['type'] == 'published')) {
$row['type'] = 'scheduled';
}
// Create the directory
if (Filesystem::mkdir(PATH_PAGES . $key, true) === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to create the directory [' . PATH_PAGES . $key . ']', LOG_TYPE_ERROR);
return false;
}
// Create the index.txt and save the file
if (file_put_contents(PATH_PAGES . $key . DS . FILENAME, $contentRaw) === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to create the content in the file [' . FILENAME . ']', LOG_TYPE_ERROR);
return false;
}
// Checksum MD5
$row['md5file'] = md5_file(PATH_PAGES . $key . DS . FILENAME);
// Insert in database
$this->db[$key] = $row;
// Sort database
$this->sortBy();
// Save database
$this->save();
// Create upload page directory for images
if (!Filesystem::directoryExists(PATH_UPLOADS_PAGES . $row['uuid'])) {
Filesystem::mkdir(PATH_UPLOADS_PAGES . $row['uuid']);
}
// Create a symlink to the upload page directory for images for better SEO
Filesystem::symlink(PATH_UPLOADS_PAGES . $row['uuid'], PATH_UPLOADS_PAGES . $key);
return $key;
}
// Edit a page
// This function do not edit the current row from the table -
// - instead of that the function creates a new row and is completed by the current -
// - values of the page and then the old row is deleted and the new row is inserted.
public function edit($args)
{
// This is the new row for the table and is going to replace the old row
$row = array();
// Current key
// This variable is not belong to the database so is not defined in $row
$key = $args['key'];
// Check values from the arguments ($args)
// If some field is missing the current value is taken
foreach ($this->dbFields as $field => $value) {
if (($field == 'tags') && isset($args['tags'])) {
$finalValue = $this->generateTags($args['tags']);
} elseif ($field == 'custom') {
if (isset($args['custom'])) {
global $site;
$customFields = $site->customFields();
foreach ($args['custom'] as $customField => $customValue) {
$html = Sanitize::html($customValue);
// Store the custom field as defined type
settype($html, $customFields[$customField]['type']);
$row['custom'][$customField]['value'] = $html;
}
unset($args['custom']);
continue;
}
} elseif (isset($args[$field])) {
// Sanitize if will be stored on database
$finalValue = Sanitize::html($args[$field]);
} else {
// Default value from the current row
$finalValue = $this->db[$key][$field];
}
settype($finalValue, gettype($value));
$row[$field] = $finalValue;
}
// Parent
// This variable is not belong to the database so is not defined in $row
$parent = '';
if (!empty($args['parent'])) {
$parent = $args['parent'];
$row['type'] = $this->db[$parent]['type']; // get the parent type
}
// Slug
// If the user change the slug the page key changes
// If the user send an empty slug the page key doesn't change
// This variable is not belong to the database so is not defined in $row
if (empty($args['slug'])) {
$explode = explode('/', $key);
$slug = end($explode);
} else {
$slug = $args['slug'];
}
// New key
// The key of the page can change if the user change the slug or the parent, -
// - if the user doesn't change the slug or the parent the key is going to be the same -
// - as the current key.
// This variable is not belong to the database so is not defined in $row
$newKey = $this->generateKey($slug, $parent, false, $key);
// if the date in the arguments is not valid, take the value from the old row
if (!Valid::date($row['date'], DB_DATE_FORMAT)) {
$row['date'] = $this->db[$key]['date'];
}
// Modified date
$row['dateModified'] = Date::current(DB_DATE_FORMAT);
// Schedule page
if (($row['date'] > Date::current(DB_DATE_FORMAT)) && ($row['type'] == 'published')) {
$row['type'] = 'scheduled';
}
// Move the directory from old key to new key only if the keys are different
if ($newKey !== $key) {
if (Filesystem::mv(PATH_PAGES . $key, PATH_PAGES . $newKey) === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to move the directory to ' . PATH_PAGES . $newKey);
return false;
}
// Regenerate the symlink to a proper directory
unlink(PATH_UPLOADS_PAGES . $key);
Filesystem::symlink(PATH_UPLOADS_PAGES . $row['uuid'], PATH_UPLOADS_PAGES . $newKey);
}
// If the content was passed via arguments replace the content
if (isset($args['content']) && $args['content'] !== '') {
// Make the index.txt and save the file.
if (file_put_contents(PATH_PAGES . $newKey . DS . FILENAME, $args['content']) === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to put the content in the file ' . FILENAME);
return false;
}
}
// Remove the old row
unset($this->db[$key]);
// Reindex Orphan Children
$this->reindexChildren($key, $newKey);
// Checksum MD5
$row['md5file'] = md5_file(PATH_PAGES . $newKey . DS . FILENAME);
// Insert in database the new row
$this->db[$newKey] = $row;
// Sort database
$this->sortBy();
// Save database
$this->save();
return $newKey;
}
// This function reindex the orphan children with the new parent key
// If a page has subpages and the page change his key is necesarry check the children key
public function reindexChildren($oldParentKey, $newParentKey)
{
if ($oldParentKey == $newParentKey) {
return false;
}
$tmp = $this->db;
foreach ($tmp as $key => $fields) {
if (Text::startsWith($key, $oldParentKey . '/')) {
$newKey = Text::replace($oldParentKey . '/', $newParentKey . '/', $key);
$this->db[$newKey] = $this->db[$key];
unset($this->db[$key]);
}
}
}
public function delete($key)
{
// This is need it, because if the key is empty the Filesystem::deleteRecursive is going to delete PATH_PAGES
if (empty($key)) {
return false;
}
// Page doesn't exist in database
if (!$this->exists($key)) {
Log::set(__METHOD__ . LOG_SEP . 'The page does not exist. Key: ' . $key);
return false;
}
// Delete directory and files
if (Filesystem::deleteRecursive(PATH_PAGES . $key) === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to delete the directory ' . PATH_PAGES . $key, LOG_TYPE_ERROR);
}
// Delete page images directory; The function already check if exists the directory
if (($uuid = $this->getUUID($key))) {
if (Filesystem::deleteRecursive(PATH_UPLOADS_PAGES . $uuid) === false) {
Log::set(__METHOD__ . LOG_SEP . 'Directory with images not found ' . PATH_UPLOADS_PAGES . $uuid);
}
}
// Delete symlink for page uploads directory
$symlinkPath = PATH_UPLOADS_PAGES . $key;
if (is_link($symlinkPath)) {
if (unlink($symlinkPath) === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to delete the symlink ' . $symlinkPath, LOG_TYPE_ERROR);
}
}
// Remove from database
unset($this->db[$key]);
// Save the database
if ($this->save() === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to save the database file.');
}
return true;
}
// Delete all pages from a user
public function deletePagesByUser($args)
{
$username = $args['username'];
foreach ($this->db as $key => $fields) {
if ($fields['username'] === $username) {
$this->delete($key);
}
}
return true;
}
// Link all pages to a new user
public function transferPages($args)
{
$oldUsername = $args['oldUsername'];
$newUsername = isset($args['newUsername']) ? $args['newUsername'] : 'admin';
foreach ($this->db as $key => $fields) {
if ($fields['username'] === $oldUsername) {
$this->db[$key]['username'] = $newUsername;
}
}
return $this->save();
}
// Set field = value
public function setField($key, $field, $value)
{
if ($this->exists($key)) {
settype($value, gettype($this->dbFields[$field]));
$this->db[$key][$field] = $value;
return $this->save();
}
return false;
}
// Returns a database with all pages
// $onlyKeys = true; Returns only the pages keys
// $onlyKeys = false; Returns part of the database, I do not recommend use this
public function getDB($onlyKeys = true)
{
$tmp = $this->db;
if ($onlyKeys) {
return array_keys($tmp);
}
return $tmp;
}
// Returns a database with published pages
// $onlyKeys = true; Returns only the pages keys
// $onlyKeys = false; Returns part of the database, I do not recommend use this
public function getPublishedDB($onlyKeys = true)
{
$tmp = $this->db;
foreach ($tmp as $key => $fields) {
if ($fields['type'] != 'published') {
unset($tmp[$key]);
}
}
if ($onlyKeys) {
return array_keys($tmp);
}
return $tmp;
}
// Returns an array with a list of keys/database of static pages
// By default the static pages are sort by position
public function getStaticDB($onlyKeys = true)
{
$tmp = $this->db;
foreach ($tmp as $key => $fields) {
if ($fields['type'] != 'static') {
unset($tmp[$key]);
}
}
uasort($tmp, array($this, 'sortByPositionLowToHigh'));
if ($onlyKeys) {
return array_keys($tmp);
}
return $tmp;
}
// Returns an array with a list of keys/database of draft pages
public function getDraftDB($onlyKeys = true)
{
$tmp = $this->db;
foreach ($tmp as $key => $fields) {
if ($fields['type'] != 'draft') {
unset($tmp[$key]);
}
}
if ($onlyKeys) {
return array_keys($tmp);
}
return $tmp;
}
// Returns an array with a list of keys/database of autosave pages
public function getAutosaveDB($onlyKeys = true)
{
$tmp = $this->db;
foreach ($tmp as $key => $fields) {
if ($fields['type'] != 'autosave') {
unset($tmp[$key]);
}
}
if ($onlyKeys) {
return array_keys($tmp);
}
return $tmp;
}
// Returns an array with a list of keys/database of scheduled pages
public function getScheduledDB($onlyKeys = true)
{
$tmp = $this->db;
foreach ($tmp as $key => $fields) {
if ($fields['type'] != 'scheduled') {
unset($tmp[$key]);
}
}
if ($onlyKeys) {
return array_keys($tmp);
}
return $tmp;
}
// Returns an array with a list of keys of sticky pages
public function getStickyDB($onlyKeys = true)
{
$tmp = $this->db;
foreach ($tmp as $key => $fields) {
if ($fields['type'] != 'sticky') {
unset($tmp[$key]);
}
}
if ($onlyKeys) {
return array_keys($tmp);
}
return $tmp;
}
// Returns the next number of the bigger position
public function nextPositionNumber()
{
$tmp = 1;
foreach ($this->db as $key => $fields) {
if ($fields['position'] > $tmp) {
$tmp = $fields['position'];
}
}
return ++$tmp;
}
// Returns the next page key of the current page key
public function nextPageKey($currentKey)
{
if ($this->db[$currentKey]['type'] == 'published') {
$keys = array_keys($this->db);
$position = array_search($currentKey, $keys) - 1;
if (isset($keys[$position])) {
$nextKey = $keys[$position];
if ($this->db[$nextKey]['type'] == 'published') {
return $nextKey;
}
}
}
return false;
}
// Returns the previous page key of the current page key
public function previousPageKey($currentKey)
{
if ($this->db[$currentKey]['type'] == 'published') {
$keys = array_keys($this->db);
$position = array_search($currentKey, $keys) + 1;
if (isset($keys[$position])) {
$prevKey = $keys[$position];
if ($this->db[$prevKey]['type'] == 'published') {
return $prevKey;
}
}
}
return false;
}
// Returns an array with a list of key of pages, FALSE if out of range
// The database is sorted by date or by position
// (int) $pageNumber, the page number
// (int) $numberOfItems, amount of items to return, if -1 returns all the items
// (boolean) $onlyPublished, TRUE to return only published pages
public function getList($pageNumber, $numberOfItems, $published = true, $static = false, $sticky = false, $draft = false, $scheduled = false)
{
$list = array();
foreach ($this->db as $key => $fields) {
if ($published && $fields['type'] == 'published') {
array_push($list, $key);
} elseif ($static && $fields['type'] == 'static') {
array_push($list, $key);
} elseif ($sticky && $fields['type'] == 'sticky') {
array_push($list, $key);
} elseif ($draft && $fields['type'] == 'draft') {
array_push($list, $key);
} elseif ($scheduled && $fields['type'] == 'scheduled') {
array_push($list, $key);
}
}
if ($numberOfItems == -1) {
return $list;
}
// The first page number is 1, so the real is 0
$realPageNumber = $pageNumber - 1;
$total = count($list);
$init = (int) $numberOfItems * $realPageNumber;
$end = (int) min(($init + $numberOfItems - 1), $total);
$outrange = $init < 0 ? true : $init > $end;
if (!$outrange) {
return array_slice($list, $init, $numberOfItems, true);
}
return false;
}
// Returns the amount of pages
// (boolean) $onlyPublished, TRUE returns the total of published pages (without draft and scheduled)
// (boolean) $onlyPublished, FALSE returns the total of pages
public function count($onlyPublished = true)
{
if ($onlyPublished) {
$db = $this->getPublishedDB(false);
return count($db);
}
return count($this->db);
}
// Returns an array with all parents pages key. A parent page is not a child
public function getParents()
{
$db = $this->getPublishedDB();
foreach ($db as $key => $pageKey) {
// if the key has slash then is a child
if (Text::stringContains($pageKey, '/')) {
unset($db[$key]);
}
}
return $db;
}
public function getChildren($parentKey)
{
$tmp = $this->db;
$list = array();
foreach ($tmp as $key => $fields) {
if (Text::startsWith($key, $parentKey . '/')) {
array_push($list, $key);
}
}
return $list;
}
public function sortBy()
{
if (ORDER_BY == 'date') {
return $this->sortByDate(true);
}
return $this->sortByPosition(false);
}
// Sort pages by position
public function sortByPosition($HighToLow = false)
{
if ($HighToLow) {
uasort($this->db, array($this, 'sortByPositionHighToLow'));
} else {
uasort($this->db, array($this, 'sortByPositionLowToHigh'));
}
return true;
}
private function sortByPositionLowToHigh($a, $b)
{
if ($a['position'] < $b['position']) {
return -1;
} elseif ($a['position'] > $b['position']) {
return 1;
} else {
return 0;
}
}
private function sortByPositionHighToLow($a, $b)
{
if ($a['position'] > $b['position']) {
return -1;
} elseif ($a['position'] < $b['position']) {
return 1;
} else {
return 0;
}
}
// Sort pages by date
public function sortByDate($HighToLow = true)
{
if ($HighToLow) {
uasort($this->db, array($this, 'sortByDateHighToLow'));
} else {
uasort($this->db, array($this, 'sortByDateLowToHigh'));
}
return true;
}
private function sortByDateLowToHigh($a, $b)
{
return $a['date'] <=> $b['date'];
}
private function sortByDateHighToLow($a, $b)
{
return $b['date'] <=> $a['date'];
}
function generateUUID()
{
return md5(uniqid() . time());
}
// Returns the UUID of a page, by the page key
function getUUID($key)
{
if ($this->exists($key)) {
return $this->db[$key]['uuid'];
}
return false;
}
// Returns the page key by the uuid
// if the UUID doesn't exist, returns FALSE
function getByUUID($uuid)
{
foreach ($this->db as $key => $value) {
if ($value['uuid'] == $uuid) {
return $key;
}
}
return false;
}
// Returns string without HTML tags and truncated
private function generateSlug($text, $truncateLength = 60)
{
$tmpslug = Text::removeHTMLTags($text);
$tmpslug = Text::removeLineBreaks($tmpslug);
$tmpslug = Text::truncate($tmpslug, $truncateLength, '');
return $tmpslug;
}
// Returns TRUE if there are new pages published, FALSE otherwise
public function scheduler()
{
// Get current date
$currentDate = Date::current(DB_DATE_FORMAT);
$saveDatabase = false;
// The database need to be sorted by date
foreach ($this->db as $pageKey => $fields) {
if ($fields['type'] == 'scheduled') {
if ($fields['date'] <= $currentDate) {
$this->db[$pageKey]['type'] = 'published';
$saveDatabase = true;
}
} elseif (($fields['type'] == 'published') && (ORDER_BY == 'date')) {
break;
}
}
if ($saveDatabase) {
if ($this->save() === false) {
Log::set(__METHOD__ . LOG_SEP . 'Error occurred when trying to save the database file.');
return false;
}
Log::set(__METHOD__ . LOG_SEP . 'New pages published from the scheduler.');
return true;
}
return false;
}
// Generate a valid Key/Slug
public function generateKey($text, $parent = false, $returnSlug = false, $oldKey = '')
{
global $L;
global $site;
if (Text::isEmpty($text)) {
$text = $L->g('empty');
}
if (Text::isEmpty($parent)) {
$newKey = Text::cleanUrl($text);
} else {
$newKey = Text::cleanUrl($parent) . '/' . Text::cleanUrl($text);
}
// cleanURL can return empty string
if (Text::isEmpty($newKey)) {
$newKey = $L->g('empty');
}
if ($newKey !== $oldKey) {
// Verify if the key is already been used
if (isset($this->db[$newKey])) {
$i = 0;
while (isset($this->db[$newKey . '-' . $i])) {
$i++;
}
$newKey = $newKey . '-' . $i;
}
}
if ($returnSlug) {
$explode = explode('/', $newKey);
if (isset($explode[1])) {
return $explode[1];
}
return $explode[0];
}
return $newKey;
}
// Returns an Array, array('tagSlug'=>'tagName')
// (string) $tags, tag list separated by comma.
public function generateTags($tags)
{
$tmp = array();
$tags = trim($tags);
if (empty($tags)) {
return $tmp;
}
$tags = explode(',', $tags);
foreach ($tags as $tag) {
$tag = trim($tag);
$tagKey = Text::cleanUrl($tag);
$tmp[$tagKey] = $tag;
}
return $tmp;
}
// Change all pages with the old category key to the new category key
public function changeCategory($oldCategoryKey, $newCategoryKey)
{
foreach ($this->db as $key => $value) {
if ($value['category'] === $oldCategoryKey) {
$this->db[$key]['category'] = $newCategoryKey;
}
}
return $this->save();
}
// Insert custom fields to all the pages in the database
// The structure for the custom fields need to be a valid JSON format
// The custom fields are incremental, this means the custom fields are never deleted
// The pages only store the value of the custom field, the structure of the custom fields are in the database site.php
public function setCustomFields($fields)
{
$customFields = json_decode($fields, true);
if (json_last_error() != JSON_ERROR_NONE) {
return false;
}
foreach ($this->db as $pageKey => $pageFields) {
foreach ($customFields as $customField => $customValues) {
if (!isset($pageFields['custom'][$customField])) {
$defaultValue = '';
if (isset($customValues['default'])) {
$defaultValue = $customValues['default'];
}
$this->db[$pageKey]['custom'][$customField]['value'] = $defaultValue;
}
}
}
return $this->save();
}
}
================================================
FILE: bl-kernel/pagex.class.php
================================================
vars['key'] = $key;
// If key is FALSE, the page is created with default values, like an empty page
// Useful for Page Not Found
if ($key === false) {
$row = $pages->getDefaultFields();
} else {
if (Text::isEmpty($key) || !$pages->exists($key)) {
$errorMessage = 'Page not found in database by key [' . $key . ']';
Log::set(__METHOD__ . LOG_SEP . $errorMessage);
throw new Exception($errorMessage);
}
$row = $pages->getPageDB($key);
}
foreach ($row as $field => $value) {
if ($field == 'date') {
$this->setField('dateRaw', $value);
} else {
$this->setField($field, $value);
}
}
}
public function getValue($field)
{
if (isset($this->vars[$field])) {
return $this->vars[$field];
}
return false;
}
public function setField($field, $value)
{
$this->vars[$field] = $value;
return true;
}
// Returns the raw content
// This content is not markdown parser
// (boolean) $sanitize, TRUE returns the content sanitized
public function contentRaw($sanitize = false)
{
$key = $this->key();
if (empty($key)) {
return '';
}
$filePath = PATH_PAGES . $key . DS . FILENAME;
if (!file_exists($filePath)) {
return '';
}
$contentRaw = file_get_contents($filePath);
if ($sanitize) {
return Sanitize::html($contentRaw);
}
return $contentRaw;
}
// Returns the full content
// This content is markdown parser
// (boolean) $sanitize, TRUE returns the content sanitized
public function content($sanitize = false)
{
// If already set the content, return it
$content = $this->getValue('content');
if (!empty($content)) {
return $content;
}
// Get the raw content
$content = $this->contentRaw();
// Parse Markdown
if (MARKDOWN_PARSER) {
$parsedown = new Parsedown();
$content = $parsedown->text($content);
}
// Parse img src relative to absolute (with domain)
if (IMAGE_RELATIVE_TO_ABSOLUTE) {
$domain = IMAGE_RESTRICT ? DOMAIN_UPLOADS_PAGES . $this->uuid() . '/' : DOMAIN_UPLOADS;
$content = Text::imgRel2Abs($content, $domain);
}
if ($sanitize) {
return Sanitize::html($content);
}
return $content;
}
// Returns the first part of the content if the content is splited, otherwise is returned the full content
// This content is markdown parser
// (boolean) $sanitize, TRUE returns the content sanitized
public function contentBreak($sanitize = false)
{
$content = $this->content($sanitize);
$explode = explode(PAGE_BREAK, $content);
return $explode[0];
}
// Returns the date according to locale settings and the format defined in the system
public function date($format = false)
{
$dateRaw = $this->dateRaw();
if ($format === false) {
global $site;
$format = $site->dateFormat();
}
return Date::format($dateRaw, DB_DATE_FORMAT, $format);
}
// Returns the date according to locale settings and format as database stored
public function dateRaw()
{
// This field is set in the constructor
return $this->getValue('dateRaw');
}
// Returns the date according to locale settings and format settings
public function dateModified($format = false)
{
$dateRaw = $this->getValue('dateModified');
if ($format === false) {
global $site;
$format = $site->dateFormat();
}
return Date::format($dateRaw, DB_DATE_FORMAT, $format);
}
// Returns the username who created the page
public function username()
{
return $this->getValue('username');
}
// TODO: Check if necessary this function
public function getDB()
{
return $this->vars;
}
// Returns the permalink
// (boolean) $absolute, TRUE returns the page link with the DOMAIN, FALSE without the DOMAIN
public function permalink($absolute = true)
{
// Get the key of the page
$key = $this->key();
if ($absolute) {
return DOMAIN_PAGES . $key;
}
return HTML_PATH_ROOT . PAGE_URI_FILTER . $key;
}
// Returns the previous page key
public function previousKey()
{
global $pages;
return $pages->previousPageKey($this->key());
}
// Returns the next page key
public function nextKey()
{
global $pages;
return $pages->nextPageKey($this->key());
}
// Returns the category name
public function category()
{
return $this->categoryMap('name');
}
// Returns the category template
public function categoryTemplate()
{
return $this->categoryMap('template');
}
// Returns the category description
public function categoryDescription()
{
return $this->categoryMap('description');
}
// Returns the category key
public function categoryKey()
{
return $this->getValue('category');
}
// Returns the category permalink
public function categoryPermalink()
{
return DOMAIN_CATEGORIES . $this->categoryKey();
}
// Returns the field from the array
// categoryMap = array( 'name'=>'', 'list'=>array() )
public function categoryMap($field)
{
global $categories;
$categoryKey = $this->categoryKey();
$map = $categories->getMap($categoryKey);
if ($field == 'key') {
return $this->categoryKey();
} elseif (isset($map[$field])) {
return $map[$field];
}
return false;
}
// Returns the user object or passing the method returns the object User method
public function user($method = false)
{
$username = $this->username();
try {
$user = new User($username);
if ($method) {
return $user->{$method}();
}
return $user;
} catch (Exception $e) {
return false;
}
}
public function template()
{
return $this->getValue('template');
}
// Returns the description field
public function description()
{
return $this->getValue('description');
}
// Returns the tags separated by comma
// (boolean) $returnsArray, TRUE to get the tags as an array, FALSE to get the tags separated by comma
// The tags in array format returns array( tagKey => tagName )
public function tags($returnsArray = false)
{
$tags = $this->getValue('tags');
if ($returnsArray) {
if (empty($tags)) {
return array();
}
return $tags;
}
if (empty($tags)) {
return '';
}
// Return string with tags separated by comma.
return implode(',', $tags);
}
public function json($returnsArray = false)
{
$tmp['key'] = $this->key();
$tmp['title'] = $this->title();
$tmp['content'] = $this->content(); // Markdown parsed
$tmp['contentRaw'] = $this->contentRaw(true); // No Markdown parsed
$tmp['description'] = $this->description();
$tmp['type'] = $this->type();
$tmp['slug'] = $this->slug();
$tmp['date'] = $this->date();
$tmp['dateRaw'] = $this->dateRaw();
$tmp['tags'] = $this->tags(false);
$tmp['username'] = $this->username();
$tmp['category'] = $this->category();
$tmp['uuid'] = $this->uuid();
$tmp['dateUTC'] = Date::convertToUTC($this->dateRaw(), DB_DATE_FORMAT, DB_DATE_FORMAT);
$tmp['permalink'] = $this->permalink(true);
$tmp['coverImage'] = $this->coverImage(true);
$tmp['coverImageFilename'] = $this->coverImage(false);
if ($returnsArray) {
return $tmp;
}
return json_encode($tmp);
}
// Returns the endpoint of the coverimage, FALSE if the page doesn't have a cover image
// (boolean) $absolute, TRUE returns the complete URL, FALSE returns the filename
// If the user defined an external cover image the function returns it
public function coverImage($absolute = true)
{
$filename = $this->getValue('coverImage');
if (empty($filename)) {
return false;
}
// Check is external cover image
if (filter_var($filename, FILTER_VALIDATE_URL)) {
return $filename;
}
if ($absolute) {
if (IMAGE_RESTRICT) {
return DOMAIN_UPLOADS_PAGES . $this->uuid() . '/' . $filename;
}
return DOMAIN_UPLOADS . $filename;
}
return $filename;
}
// Returns the endpoint of the thumbnail cover image, FALSE if the page doesn't have a cover image
public function thumbCoverImage()
{
$filename = $this->coverImage(false);
if ($filename == false) {
return false;
}
// Check is external cover image
if (filter_var($filename, FILTER_VALIDATE_URL)) {
return $filename;
}
if (IMAGE_RESTRICT) {
return DOMAIN_UPLOADS_PAGES . $this->uuid() . '/thumbnails/' . $filename;
}
return DOMAIN_UPLOADS_THUMBNAILS . $filename;
}
// Returns TRUE if the content has the text splited
public function readMore()
{
$content = $this->contentRaw();
return Text::stringContains($content, PAGE_BREAK);
}
public function uuid()
{
return $this->getValue('uuid');
}
// Returns the field key
public function key()
{
return $this->getValue('key');
}
// (boolean) Returns TRUE if the page is published, FALSE otherwise
public function published()
{
return ($this->getValue('type') === 'published');
}
// (boolean) Returns TRUE if the page is scheduled, FALSE otherwise
public function scheduled()
{
return ($this->getValue('type') === 'scheduled');
}
// (boolean) Returns TRUE if the page is draft, FALSE otherwise
public function draft()
{
return ($this->getValue('type') == 'draft');
}
// (boolean) Returns TRUE if the page is autosave, FALSE otherwise
public function autosave()
{
return ($this->getValue('type') == 'autosave');
}
// (boolean) Returns TRUE if the page is sticky, FALSE otherwise
public function sticky()
{
return ($this->getValue('type') == 'sticky');
}
// (boolean) Returns TRUE if the page is static, FALSE otherwise
public function isStatic()
{
return ($this->getValue('type') == 'static');
}
// (string) Returns type of the page
public function type()
{
return $this->getValue('type');
}
// Returns the title field
public function title()
{
return $this->getValue('title');
}
// Returns TRUE if the page has enabled the comments, FALSE otherwise
public function allowComments()
{
return $this->getValue('allowComments');
}
// Returns the page position
public function position()
{
return $this->getValue('position');
}
// Returns the page noindex
public function noindex()
{
return $this->getValue('noindex');
}
// Returns the page nofollow
public function nofollow()
{
return $this->getValue('nofollow');
}
// Returns the page noarchive
public function noarchive()
{
return $this->getValue('noarchive');
}
// Returns the page slug
public function slug()
{
$explode = explode('/', $this->key());
return end($explode);
}
// Returns the parent key, if the page doesn't have a parent returns FALSE
public function parent()
{
return $this->parentKey();
}
// Returns the parent key, if the page doesn't have a parent returns FALSE
public function parentKey()
{
$explode = explode('/', $this->key());
if (isset($explode[1])) {
return $explode[0];
}
return false;
}
// Returns TRUE if the page is a parent, has or not children
public function isParent()
{
return $this->parentKey() === false;
}
// Returns the parent method output, if the page doesn't have a parent returns FALSE
public function parentMethod($method)
{
$parentKey = $this->parentKey();
if ($parentKey) {
try {
$page = new Page($parentKey);
return $page->{$method}();
} catch (Exception $e) {
// Continoue
}
}
return false;
}
// Returns TRUE if the page is a child, FALSE otherwise
public function isChild()
{
return $this->parentKey() !== false;
}
// Returns TRUE if the page has children
public function hasChildren()
{
$childrenKeys = $this->childrenKeys();
return !empty($childrenKeys);
}
// Returns an array with all children's keys
public function childrenKeys()
{
global $pages;
$key = $this->key();
return $pages->getChildren($key);
}
// Returns an array with all children as Page-Object
public function children()
{
global $pages;
$list = array();
$childrenKeys = $pages->getChildren($this->key());
foreach ($childrenKeys as $childKey) {
try {
$child = new Page($childKey);
array_push($list, $child);
} catch (Exception $e) {
// Continue
}
}
return $list;
}
// Returns the amount of minutes takes to read the page
public function readingTime()
{
global $L;
$words = $this->content(true);
$words = strip_tags($words);
$words = str_word_count($words);
$average = $words / 200;
$minutes = round($average);
if ($minutes > 1) {
return $minutes . ' ' . $L->get('minutes');
}
return '~1 ' . $L->get('minute');
}
// Returns relative time (e.g. "1 minute ago")
// Based on http://stackoverflow.com/a/18602474
// Modified for Bludit
// $complete = false : short version
// $complete = true : full version
public function relativeTime($complete = false)
{
$current = new DateTime;
$past = new DateTime($this->getValue('dateRaw'));
$elapsed = $current->diff($past);
// Calculate weeks separately
$weeks = floor($elapsed->d / 7);
$elapsed->d -= $weeks * 7;
$string = array(
'y' => 'year',
'm' => 'month',
'w' => $weeks,
'd' => 'day',
'h' => 'hour',
'i' => 'minute',
's' => 'second',
);
foreach ($string as $key => &$value) {
if ($key == 'w') {
if ($weeks > 0) {
$value = $weeks . ' week' . ($weeks > 1 ? 's' : '');
} else {
unset($string[$key]);
}
} elseif ($elapsed->$key) {
$value = $elapsed->$key . ' ' . $value . ($elapsed->$key > 1 ? 's' : '');
} else {
unset($string[$key]);
}
}
if (!$complete) {
$string = array_slice($string, 0, 1);
}
return $string ? implode(', ', $string) . ' ago' : 'Just now';
}
// Returns the value from the field, false if the fields don't exist
// If you set the $option as TRUE, the function returns an array with all the values of the field
public function custom($field, $options = false)
{
if (isset($this->vars['custom'][$field])) {
if ($options) {
return $this->vars['custom'][$field];
}
return $this->vars['custom'][$field]['value'];
}
return false;
}
// Returns an array with all pages key related to the page
// The relation is based on the tags
public function related()
{
global $tags;
$pageTags = $this->tags(true);
$list = array();
// For each tag get the list of related pages
foreach ($pageTags as $tagKey => $tagName) {
$pagesRelated = $tags->getList($tagKey, 1, -1);
if (is_array($pagesRelated)) {
$list = array_merge($list, $pagesRelated);
}
}
// Remove duplicates
$list = array_unique($list);
// Remove himself from the list
if (($key = array_search($this->key(), $list)) !== false) {
unset($list[$key]);
}
return $list;
}
}
================================================
FILE: bl-kernel/parsedown.class.php
================================================
textElements($text);
# convert to markup
$markup = $this->elements($Elements);
# trim line breaks
$markup = trim($markup, "\n");
return $markup;
}
protected function textElements($text)
{
# make sure no definitions are set
$this->DefinitionData = array();
# standardize line breaks
$text = str_replace(array("\r\n", "\r"), "\n", $text);
# remove surrounding line breaks
$text = trim($text, "\n");
# split text into lines
$lines = explode("\n", $text);
# iterate through lines to identify blocks
return $this->linesElements($lines);
}
#
# Setters
#
function setBreaksEnabled($breaksEnabled)
{
$this->breaksEnabled = $breaksEnabled;
return $this;
}
protected $breaksEnabled;
function setMarkupEscaped($markupEscaped)
{
$this->markupEscaped = $markupEscaped;
return $this;
}
protected $markupEscaped;
function setUrlsLinked($urlsLinked)
{
$this->urlsLinked = $urlsLinked;
return $this;
}
protected $urlsLinked = true;
function setSafeMode($safeMode)
{
$this->safeMode = (bool) $safeMode;
return $this;
}
protected $safeMode;
function setStrictMode($strictMode)
{
$this->strictMode = (bool) $strictMode;
return $this;
}
protected $strictMode;
protected $safeLinksWhitelist = array(
'http://',
'https://',
'ftp://',
'ftps://',
'mailto:',
'tel:',
'data:image/png;base64,',
'data:image/gif;base64,',
'data:image/jpeg;base64,',
'irc:',
'ircs:',
'git:',
'ssh:',
'news:',
'steam:',
);
#
# Lines
#
protected $BlockTypes = array(
'#' => array('Header'),
'*' => array('Rule', 'List'),
'+' => array('List'),
'-' => array('SetextHeader', 'Table', 'Rule', 'List'),
'0' => array('List'),
'1' => array('List'),
'2' => array('List'),
'3' => array('List'),
'4' => array('List'),
'5' => array('List'),
'6' => array('List'),
'7' => array('List'),
'8' => array('List'),
'9' => array('List'),
':' => array('Table'),
'<' => array('Comment', 'Markup'),
'=' => array('SetextHeader'),
'>' => array('Quote'),
'[' => array('Reference'),
'_' => array('Rule'),
'`' => array('FencedCode'),
'|' => array('Table'),
'~' => array('FencedCode'),
);
# ~
protected $unmarkedBlockTypes = array(
'Code',
);
#
# Blocks
#
protected function lines(array $lines)
{
return $this->elements($this->linesElements($lines));
}
protected function linesElements(array $lines)
{
$Elements = array();
$CurrentBlock = null;
foreach ($lines as $line)
{
if (chop($line) === '')
{
if (isset($CurrentBlock))
{
$CurrentBlock['interrupted'] = (isset($CurrentBlock['interrupted'])
? $CurrentBlock['interrupted'] + 1 : 1
);
}
continue;
}
while (($beforeTab = strstr($line, "\t", true)) !== false)
{
$shortage = 4 - mb_strlen($beforeTab, 'utf-8') % 4;
$line = $beforeTab
. str_repeat(' ', $shortage)
. substr($line, strlen($beforeTab) + 1)
;
}
$indent = strspn($line, ' ');
$text = $indent > 0 ? substr($line, $indent) : $line;
# ~
$Line = array('body' => $line, 'indent' => $indent, 'text' => $text);
# ~
if (isset($CurrentBlock['continuable']))
{
$methodName = 'block' . $CurrentBlock['type'] . 'Continue';
$Block = $this->$methodName($Line, $CurrentBlock);
if (isset($Block))
{
$CurrentBlock = $Block;
continue;
}
else
{
if ($this->isBlockCompletable($CurrentBlock['type']))
{
$methodName = 'block' . $CurrentBlock['type'] . 'Complete';
$CurrentBlock = $this->$methodName($CurrentBlock);
}
}
}
# ~
$marker = $text[0];
# ~
$blockTypes = $this->unmarkedBlockTypes;
if (isset($this->BlockTypes[$marker]))
{
foreach ($this->BlockTypes[$marker] as $blockType)
{
$blockTypes []= $blockType;
}
}
#
# ~
foreach ($blockTypes as $blockType)
{
$Block = $this->{"block$blockType"}($Line, $CurrentBlock);
if (isset($Block))
{
$Block['type'] = $blockType;
if ( ! isset($Block['identified']))
{
if (isset($CurrentBlock))
{
$Elements[] = $this->extractElement($CurrentBlock);
}
$Block['identified'] = true;
}
if ($this->isBlockContinuable($blockType))
{
$Block['continuable'] = true;
}
$CurrentBlock = $Block;
continue 2;
}
}
# ~
if (isset($CurrentBlock) and $CurrentBlock['type'] === 'Paragraph')
{
$Block = $this->paragraphContinue($Line, $CurrentBlock);
}
if (isset($Block))
{
$CurrentBlock = $Block;
}
else
{
if (isset($CurrentBlock))
{
$Elements[] = $this->extractElement($CurrentBlock);
}
$CurrentBlock = $this->paragraph($Line);
$CurrentBlock['identified'] = true;
}
}
# ~
if (isset($CurrentBlock['continuable']) and $this->isBlockCompletable($CurrentBlock['type']))
{
$methodName = 'block' . $CurrentBlock['type'] . 'Complete';
$CurrentBlock = $this->$methodName($CurrentBlock);
}
# ~
if (isset($CurrentBlock))
{
$Elements[] = $this->extractElement($CurrentBlock);
}
# ~
return $Elements;
}
protected function extractElement(array $Component)
{
if ( ! isset($Component['element']))
{
if (isset($Component['markup']))
{
$Component['element'] = array('rawHtml' => $Component['markup']);
}
elseif (isset($Component['hidden']))
{
$Component['element'] = array();
}
}
return $Component['element'];
}
protected function isBlockContinuable($Type)
{
return method_exists($this, 'block' . $Type . 'Continue');
}
protected function isBlockCompletable($Type)
{
return method_exists($this, 'block' . $Type . 'Complete');
}
#
# Code
protected function blockCode($Line, $Block = null)
{
if (isset($Block) and $Block['type'] === 'Paragraph' and ! isset($Block['interrupted']))
{
return;
}
if ($Line['indent'] >= 4)
{
$text = substr($Line['body'], 4);
$Block = array(
'element' => array(
'name' => 'pre',
'element' => array(
'name' => 'code',
'text' => $text,
),
),
);
return $Block;
}
}
protected function blockCodeContinue($Line, $Block)
{
if ($Line['indent'] >= 4)
{
if (isset($Block['interrupted']))
{
$Block['element']['element']['text'] .= str_repeat("\n", $Block['interrupted']);
unset($Block['interrupted']);
}
$Block['element']['element']['text'] .= "\n";
$text = substr($Line['body'], 4);
$Block['element']['element']['text'] .= $text;
return $Block;
}
}
protected function blockCodeComplete($Block)
{
return $Block;
}
#
# Comment
protected function blockComment($Line)
{
if ($this->markupEscaped or $this->safeMode)
{
return;
}
if (strpos($Line['text'], '') !== false)
{
$Block['closed'] = true;
}
return $Block;
}
}
protected function blockCommentContinue($Line, array $Block)
{
if (isset($Block['closed']))
{
return;
}
$Block['element']['rawHtml'] .= "\n" . $Line['body'];
if (strpos($Line['text'], '-->') !== false)
{
$Block['closed'] = true;
}
return $Block;
}
#
# Fenced Code
protected function blockFencedCode($Line)
{
$marker = $Line['text'][0];
$openerLength = strspn($Line['text'], $marker);
if ($openerLength < 3)
{
return;
}
$infostring = trim(substr($Line['text'], $openerLength), "\t ");
if (strpos($infostring, '`') !== false)
{
return;
}
$Element = array(
'name' => 'code',
'text' => '',
);
if ($infostring !== '')
{
/**
* https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#classes
* Every HTML element may have a class attribute specified.
* The attribute, if specified, must have a value that is a set
* of space-separated tokens representing the various classes
* that the element belongs to.
* [...]
* The space characters, for the purposes of this specification,
* are U+0020 SPACE, U+0009 CHARACTER TABULATION (tab),
* U+000A LINE FEED (LF), U+000C FORM FEED (FF), and
* U+000D CARRIAGE RETURN (CR).
*/
$language = substr($infostring, 0, strcspn($infostring, " \t\n\f\r"));
$Element['attributes'] = array('class' => "language-$language");
}
$Block = array(
'char' => $marker,
'openerLength' => $openerLength,
'element' => array(
'name' => 'pre',
'element' => $Element,
),
);
return $Block;
}
protected function blockFencedCodeContinue($Line, $Block)
{
if (isset($Block['complete']))
{
return;
}
if (isset($Block['interrupted']))
{
$Block['element']['element']['text'] .= str_repeat("\n", $Block['interrupted']);
unset($Block['interrupted']);
}
if (($len = strspn($Line['text'], $Block['char'])) >= $Block['openerLength']
and chop(substr($Line['text'], $len), ' ') === ''
) {
$Block['element']['element']['text'] = substr($Block['element']['element']['text'], 1);
$Block['complete'] = true;
return $Block;
}
$Block['element']['element']['text'] .= "\n" . $Line['body'];
return $Block;
}
protected function blockFencedCodeComplete($Block)
{
return $Block;
}
#
# Header
protected function blockHeader($Line)
{
$level = strspn($Line['text'], '#');
if ($level > 6)
{
return;
}
$text = trim($Line['text'], '#');
if ($this->strictMode and isset($text[0]) and $text[0] !== ' ')
{
return;
}
$text = trim($text, ' ');
$Block = array(
'element' => array(
'name' => 'h' . $level,
'handler' => array(
'function' => 'lineElements',
'argument' => $text,
'destination' => 'elements',
)
),
);
return $Block;
}
#
# List
protected function blockList($Line, ?array $CurrentBlock = null)
{
list($name, $pattern) = $Line['text'][0] <= '-' ? array('ul', '[*+-]') : array('ol', '[0-9]{1,9}+[.\)]');
if (preg_match('/^('.$pattern.'([ ]++|$))(.*+)/', $Line['text'], $matches))
{
$contentIndent = strlen($matches[2]);
if ($contentIndent >= 5)
{
$contentIndent -= 1;
$matches[1] = substr($matches[1], 0, -$contentIndent);
$matches[3] = str_repeat(' ', $contentIndent) . $matches[3];
}
elseif ($contentIndent === 0)
{
$matches[1] .= ' ';
}
$markerWithoutWhitespace = strstr($matches[1], ' ', true);
$Block = array(
'indent' => $Line['indent'],
'pattern' => $pattern,
'data' => array(
'type' => $name,
'marker' => $matches[1],
'markerType' => ($name === 'ul' ? $markerWithoutWhitespace : substr($markerWithoutWhitespace, -1)),
),
'element' => array(
'name' => $name,
'elements' => array(),
),
);
$Block['data']['markerTypeRegex'] = preg_quote($Block['data']['markerType'], '/');
if ($name === 'ol')
{
$listStart = ltrim(strstr($matches[1], $Block['data']['markerType'], true), '0') ?: '0';
if ($listStart !== '1')
{
if (
isset($CurrentBlock)
and $CurrentBlock['type'] === 'Paragraph'
and ! isset($CurrentBlock['interrupted'])
) {
return;
}
$Block['element']['attributes'] = array('start' => $listStart);
}
}
$Block['li'] = array(
'name' => 'li',
'handler' => array(
'function' => 'li',
'argument' => !empty($matches[3]) ? array($matches[3]) : array(),
'destination' => 'elements'
)
);
$Block['element']['elements'] []= & $Block['li'];
return $Block;
}
}
protected function blockListContinue($Line, array $Block)
{
if (isset($Block['interrupted']) and empty($Block['li']['handler']['argument']))
{
return null;
}
$requiredIndent = ($Block['indent'] + strlen($Block['data']['marker']));
if ($Line['indent'] < $requiredIndent
and (
(
$Block['data']['type'] === 'ol'
and preg_match('/^[0-9]++'.$Block['data']['markerTypeRegex'].'(?:[ ]++(.*)|$)/', $Line['text'], $matches)
) or (
$Block['data']['type'] === 'ul'
and preg_match('/^'.$Block['data']['markerTypeRegex'].'(?:[ ]++(.*)|$)/', $Line['text'], $matches)
)
)
) {
if (isset($Block['interrupted']))
{
$Block['li']['handler']['argument'] []= '';
$Block['loose'] = true;
unset($Block['interrupted']);
}
unset($Block['li']);
$text = isset($matches[1]) ? $matches[1] : '';
$Block['indent'] = $Line['indent'];
$Block['li'] = array(
'name' => 'li',
'handler' => array(
'function' => 'li',
'argument' => array($text),
'destination' => 'elements'
)
);
$Block['element']['elements'] []= & $Block['li'];
return $Block;
}
elseif ($Line['indent'] < $requiredIndent and $this->blockList($Line))
{
return null;
}
if ($Line['text'][0] === '[' and $this->blockReference($Line))
{
return $Block;
}
if ($Line['indent'] >= $requiredIndent)
{
if (isset($Block['interrupted']))
{
$Block['li']['handler']['argument'] []= '';
$Block['loose'] = true;
unset($Block['interrupted']);
}
$text = substr($Line['body'], $requiredIndent);
$Block['li']['handler']['argument'] []= $text;
return $Block;
}
if ( ! isset($Block['interrupted']))
{
$text = preg_replace('/^[ ]{0,'.$requiredIndent.'}+/', '', $Line['body']);
$Block['li']['handler']['argument'] []= $text;
return $Block;
}
}
protected function blockListComplete(array $Block)
{
if (isset($Block['loose']))
{
foreach ($Block['element']['elements'] as &$li)
{
if (end($li['handler']['argument']) !== '')
{
$li['handler']['argument'] []= '';
}
}
}
return $Block;
}
#
# Quote
protected function blockQuote($Line)
{
if (preg_match('/^>[ ]?+(.*+)/', $Line['text'], $matches))
{
$Block = array(
'element' => array(
'name' => 'blockquote',
'handler' => array(
'function' => 'linesElements',
'argument' => (array) $matches[1],
'destination' => 'elements',
)
),
);
return $Block;
}
}
protected function blockQuoteContinue($Line, array $Block)
{
if (isset($Block['interrupted']))
{
return;
}
if ($Line['text'][0] === '>' and preg_match('/^>[ ]?+(.*+)/', $Line['text'], $matches))
{
$Block['element']['handler']['argument'] []= $matches[1];
return $Block;
}
if ( ! isset($Block['interrupted']))
{
$Block['element']['handler']['argument'] []= $Line['text'];
return $Block;
}
}
#
# Rule
protected function blockRule($Line)
{
$marker = $Line['text'][0];
if (substr_count($Line['text'], $marker) >= 3 and chop($Line['text'], " $marker") === '')
{
$Block = array(
'element' => array(
'name' => 'hr',
),
);
return $Block;
}
}
#
# Setext
protected function blockSetextHeader($Line, ?array $Block = null)
{
if ( ! isset($Block) or $Block['type'] !== 'Paragraph' or isset($Block['interrupted']))
{
return;
}
if ($Line['indent'] < 4 and chop(chop($Line['text'], ' '), $Line['text'][0]) === '')
{
$Block['element']['name'] = $Line['text'][0] === '=' ? 'h1' : 'h2';
return $Block;
}
}
#
# Markup
protected function blockMarkup($Line)
{
if ($this->markupEscaped or $this->safeMode)
{
return;
}
if (preg_match('/^<[\/]?+(\w*)(?:[ ]*+'.$this->regexHtmlAttribute.')*+[ ]*+(\/)?>/', $Line['text'], $matches))
{
$element = strtolower($matches[1]);
if (in_array($element, $this->textLevelElements))
{
return;
}
$Block = array(
'name' => $matches[1],
'element' => array(
'rawHtml' => $Line['text'],
'autobreak' => true,
),
);
return $Block;
}
}
protected function blockMarkupContinue($Line, array $Block)
{
if (isset($Block['closed']) or isset($Block['interrupted']))
{
return;
}
$Block['element']['rawHtml'] .= "\n" . $Line['body'];
return $Block;
}
#
# Reference
protected function blockReference($Line)
{
if (strpos($Line['text'], ']') !== false
and preg_match('/^\[(.+?)\]:[ ]*+(\S+?)>?(?:[ ]+["\'(](.+)["\')])?[ ]*+$/', $Line['text'], $matches)
) {
$id = strtolower($matches[1]);
$Data = array(
'url' => $matches[2],
'title' => isset($matches[3]) ? $matches[3] : null,
);
$this->DefinitionData['Reference'][$id] = $Data;
$Block = array(
'element' => array(),
);
return $Block;
}
}
#
# Table
protected function blockTable($Line, ?array $Block = null)
{
if ( ! isset($Block) or $Block['type'] !== 'Paragraph' or isset($Block['interrupted']))
{
return;
}
if (
strpos($Block['element']['handler']['argument'], '|') === false
and strpos($Line['text'], '|') === false
and strpos($Line['text'], ':') === false
or strpos($Block['element']['handler']['argument'], "\n") !== false
) {
return;
}
if (chop($Line['text'], ' -:|') !== '')
{
return;
}
$alignments = array();
$divider = $Line['text'];
$divider = trim($divider);
$divider = trim($divider, '|');
$dividerCells = explode('|', $divider);
foreach ($dividerCells as $dividerCell)
{
$dividerCell = trim($dividerCell);
if ($dividerCell === '')
{
return;
}
$alignment = null;
if ($dividerCell[0] === ':')
{
$alignment = 'left';
}
if (substr($dividerCell, - 1) === ':')
{
$alignment = $alignment === 'left' ? 'center' : 'right';
}
$alignments []= $alignment;
}
# ~
$HeaderElements = array();
$header = $Block['element']['handler']['argument'];
$header = trim($header);
$header = trim($header, '|');
$headerCells = explode('|', $header);
if (count($headerCells) !== count($alignments))
{
return;
}
foreach ($headerCells as $index => $headerCell)
{
$headerCell = trim($headerCell);
$HeaderElement = array(
'name' => 'th',
'handler' => array(
'function' => 'lineElements',
'argument' => $headerCell,
'destination' => 'elements',
)
);
if (isset($alignments[$index]))
{
$alignment = $alignments[$index];
$HeaderElement['attributes'] = array(
'style' => "text-align: $alignment;",
);
}
$HeaderElements []= $HeaderElement;
}
# ~
$Block = array(
'alignments' => $alignments,
'identified' => true,
'element' => array(
'name' => 'table',
'elements' => array(),
),
);
$Block['element']['elements'] []= array(
'name' => 'thead',
);
$Block['element']['elements'] []= array(
'name' => 'tbody',
'elements' => array(),
);
$Block['element']['elements'][0]['elements'] []= array(
'name' => 'tr',
'elements' => $HeaderElements,
);
return $Block;
}
protected function blockTableContinue($Line, array $Block)
{
if (isset($Block['interrupted']))
{
return;
}
if (count($Block['alignments']) === 1 or $Line['text'][0] === '|' or strpos($Line['text'], '|'))
{
$Elements = array();
$row = $Line['text'];
$row = trim($row);
$row = trim($row, '|');
preg_match_all('/(?:(\\\\[|])|[^|`]|`[^`]++`|`)++/', $row, $matches);
$cells = array_slice($matches[0], 0, count($Block['alignments']));
foreach ($cells as $index => $cell)
{
$cell = trim($cell);
$Element = array(
'name' => 'td',
'handler' => array(
'function' => 'lineElements',
'argument' => $cell,
'destination' => 'elements',
)
);
if (isset($Block['alignments'][$index]))
{
$Element['attributes'] = array(
'style' => 'text-align: ' . $Block['alignments'][$index] . ';',
);
}
$Elements []= $Element;
}
$Element = array(
'name' => 'tr',
'elements' => $Elements,
);
$Block['element']['elements'][1]['elements'] []= $Element;
return $Block;
}
}
#
# ~
#
protected function paragraph($Line)
{
return array(
'type' => 'Paragraph',
'element' => array(
'name' => 'p',
'handler' => array(
'function' => 'lineElements',
'argument' => $Line['text'],
'destination' => 'elements',
),
),
);
}
protected function paragraphContinue($Line, array $Block)
{
if (isset($Block['interrupted']))
{
return;
}
$Block['element']['handler']['argument'] .= "\n".$Line['text'];
return $Block;
}
#
# Inline Elements
#
protected $InlineTypes = array(
'!' => array('Image'),
'&' => array('SpecialCharacter'),
'*' => array('Emphasis'),
':' => array('Url'),
'<' => array('UrlTag', 'EmailTag', 'Markup'),
'[' => array('Link'),
'_' => array('Emphasis'),
'`' => array('Code'),
'~' => array('Strikethrough'),
'\\' => array('EscapeSequence'),
);
# ~
protected $inlineMarkerList = '!*_&[:<`~\\';
#
# ~
#
public function line($text, $nonNestables = array())
{
return $this->elements($this->lineElements($text, $nonNestables));
}
protected function lineElements($text, $nonNestables = array())
{
# standardize line breaks
$text = str_replace(array("\r\n", "\r"), "\n", $text);
$Elements = array();
$nonNestables = (empty($nonNestables)
? array()
: array_combine($nonNestables, $nonNestables)
);
# $excerpt is based on the first occurrence of a marker
while ($excerpt = strpbrk($text, $this->inlineMarkerList))
{
$marker = $excerpt[0];
$markerPosition = strlen($text) - strlen($excerpt);
$Excerpt = array('text' => $excerpt, 'context' => $text);
foreach ($this->InlineTypes[$marker] as $inlineType)
{
# check to see if the current inline type is nestable in the current context
if (isset($nonNestables[$inlineType]))
{
continue;
}
$Inline = $this->{"inline$inlineType"}($Excerpt);
if ( ! isset($Inline))
{
continue;
}
# makes sure that the inline belongs to "our" marker
if (isset($Inline['position']) and $Inline['position'] > $markerPosition)
{
continue;
}
# sets a default inline position
if ( ! isset($Inline['position']))
{
$Inline['position'] = $markerPosition;
}
# cause the new element to 'inherit' our non nestables
$Inline['element']['nonNestables'] = isset($Inline['element']['nonNestables'])
? array_merge($Inline['element']['nonNestables'], $nonNestables)
: $nonNestables
;
# the text that comes before the inline
$unmarkedText = substr($text, 0, $Inline['position']);
# compile the unmarked text
$InlineText = $this->inlineText($unmarkedText);
$Elements[] = $InlineText['element'];
# compile the inline
$Elements[] = $this->extractElement($Inline);
# remove the examined text
$text = substr($text, $Inline['position'] + $Inline['extent']);
continue 2;
}
# the marker does not belong to an inline
$unmarkedText = substr($text, 0, $markerPosition + 1);
$InlineText = $this->inlineText($unmarkedText);
$Elements[] = $InlineText['element'];
$text = substr($text, $markerPosition + 1);
}
$InlineText = $this->inlineText($text);
$Elements[] = $InlineText['element'];
foreach ($Elements as &$Element)
{
if ( ! isset($Element['autobreak']))
{
$Element['autobreak'] = false;
}
}
return $Elements;
}
#
# ~
#
protected function inlineText($text)
{
$Inline = array(
'extent' => strlen($text),
'element' => array(),
);
$Inline['element']['elements'] = self::pregReplaceElements(
$this->breaksEnabled ? '/[ ]*+\n/' : '/(?:[ ]*+\\\\|[ ]{2,}+)\n/',
array(
array('name' => 'br'),
array('text' => "\n"),
),
$text
);
return $Inline;
}
protected function inlineCode($Excerpt)
{
$marker = $Excerpt['text'][0];
if (preg_match('/^(['.$marker.']++)[ ]*+(.+?)[ ]*+(? strlen($matches[0]),
'element' => array(
'name' => 'code',
'text' => $text,
),
);
}
}
protected function inlineEmailTag($Excerpt)
{
$hostnameLabel = '[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?';
$commonMarkEmail = '[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]++@'
. $hostnameLabel . '(?:\.' . $hostnameLabel . ')*';
if (strpos($Excerpt['text'], '>') !== false
and preg_match("/^<((mailto:)?$commonMarkEmail)>/i", $Excerpt['text'], $matches)
){
$url = $matches[1];
if ( ! isset($matches[2]))
{
$url = "mailto:$url";
}
return array(
'extent' => strlen($matches[0]),
'element' => array(
'name' => 'a',
'text' => $matches[1],
'attributes' => array(
'href' => $url,
),
),
);
}
}
protected function inlineEmphasis($Excerpt)
{
if ( ! isset($Excerpt['text'][1]))
{
return;
}
$marker = $Excerpt['text'][0];
if ($Excerpt['text'][1] === $marker and preg_match($this->StrongRegex[$marker], $Excerpt['text'], $matches))
{
$emphasis = 'strong';
}
elseif (preg_match($this->EmRegex[$marker], $Excerpt['text'], $matches))
{
$emphasis = 'em';
}
else
{
return;
}
return array(
'extent' => strlen($matches[0]),
'element' => array(
'name' => $emphasis,
'handler' => array(
'function' => 'lineElements',
'argument' => $matches[1],
'destination' => 'elements',
)
),
);
}
protected function inlineEscapeSequence($Excerpt)
{
if (isset($Excerpt['text'][1]) and in_array($Excerpt['text'][1], $this->specialCharacters))
{
return array(
'element' => array('rawHtml' => $Excerpt['text'][1]),
'extent' => 2,
);
}
}
protected function inlineImage($Excerpt)
{
if ( ! isset($Excerpt['text'][1]) or $Excerpt['text'][1] !== '[')
{
return;
}
$Excerpt['text']= substr($Excerpt['text'], 1);
$Link = $this->inlineLink($Excerpt);
if ($Link === null)
{
return;
}
$Inline = array(
'extent' => $Link['extent'] + 1,
'element' => array(
'name' => 'img',
'attributes' => array(
'src' => $Link['element']['attributes']['href'],
'alt' => $Link['element']['handler']['argument'],
),
'autobreak' => true,
),
);
$Inline['element']['attributes'] += $Link['element']['attributes'];
unset($Inline['element']['attributes']['href']);
return $Inline;
}
protected function inlineLink($Excerpt)
{
$Element = array(
'name' => 'a',
'handler' => array(
'function' => 'lineElements',
'argument' => null,
'destination' => 'elements',
),
'nonNestables' => array('Url', 'Link'),
'attributes' => array(
'href' => null,
'title' => null,
),
);
$extent = 0;
$remainder = $Excerpt['text'];
if (preg_match('/\[((?:[^][]++|(?R))*+)\]/', $remainder, $matches))
{
$Element['handler']['argument'] = $matches[1];
$extent += strlen($matches[0]);
$remainder = substr($remainder, $extent);
}
else
{
return;
}
if (preg_match('/^[(]\s*+((?:[^ ()]++|[(][^ )]+[)])++)(?:[ ]+("[^"]*+"|\'[^\']*+\'))?\s*+[)]/', $remainder, $matches))
{
$Element['attributes']['href'] = $matches[1];
if (isset($matches[2]))
{
$Element['attributes']['title'] = substr($matches[2], 1, - 1);
}
$extent += strlen($matches[0]);
}
else
{
if (preg_match('/^\s*\[(.*?)\]/', $remainder, $matches))
{
$definition = strlen($matches[1]) ? $matches[1] : $Element['handler']['argument'];
$definition = strtolower($definition);
$extent += strlen($matches[0]);
}
else
{
$definition = strtolower($Element['handler']['argument']);
}
if ( ! isset($this->DefinitionData['Reference'][$definition]))
{
return;
}
$Definition = $this->DefinitionData['Reference'][$definition];
$Element['attributes']['href'] = $Definition['url'];
$Element['attributes']['title'] = $Definition['title'];
}
return array(
'extent' => $extent,
'element' => $Element,
);
}
protected function inlineMarkup($Excerpt)
{
if ($this->markupEscaped or $this->safeMode or strpos($Excerpt['text'], '>') === false)
{
return;
}
if ($Excerpt['text'][1] === '/' and preg_match('/^<\/\w[\w-]*+[ ]*+>/s', $Excerpt['text'], $matches))
{
return array(
'element' => array('rawHtml' => $matches[0]),
'extent' => strlen($matches[0]),
);
}
if ($Excerpt['text'][1] === '!' and preg_match('/^/s', $Excerpt['text'], $matches))
{
return array(
'element' => array('rawHtml' => $matches[0]),
'extent' => strlen($matches[0]),
);
}
if ($Excerpt['text'][1] !== ' ' and preg_match('/^<\w[\w-]*+(?:[ ]*+'.$this->regexHtmlAttribute.')*+[ ]*+\/?>/s', $Excerpt['text'], $matches))
{
return array(
'element' => array('rawHtml' => $matches[0]),
'extent' => strlen($matches[0]),
);
}
}
protected function inlineSpecialCharacter($Excerpt)
{
if (substr($Excerpt['text'], 1, 1) !== ' ' and strpos($Excerpt['text'], ';') !== false
and preg_match('/^&(#?+[0-9a-zA-Z]++);/', $Excerpt['text'], $matches)
) {
return array(
'element' => array('rawHtml' => '&' . $matches[1] . ';'),
'extent' => strlen($matches[0]),
);
}
}
protected function inlineStrikethrough($Excerpt)
{
if ( ! isset($Excerpt['text'][1]))
{
return;
}
if ($Excerpt['text'][1] === '~' and preg_match('/^~~(?=\S)(.+?)(?<=\S)~~/', $Excerpt['text'], $matches))
{
return array(
'extent' => strlen($matches[0]),
'element' => array(
'name' => 'del',
'handler' => array(
'function' => 'lineElements',
'argument' => $matches[1],
'destination' => 'elements',
)
),
);
}
}
protected function inlineUrl($Excerpt)
{
if ($this->urlsLinked !== true or ! isset($Excerpt['text'][2]) or $Excerpt['text'][2] !== '/')
{
return;
}
if (strpos($Excerpt['context'], 'http') !== false
and preg_match('/\bhttps?+:[\/]{2}[^\s<]+\b\/*+/ui', $Excerpt['context'], $matches, PREG_OFFSET_CAPTURE)
) {
$url = $matches[0][0];
$Inline = array(
'extent' => strlen($matches[0][0]),
'position' => $matches[0][1],
'element' => array(
'name' => 'a',
'text' => $url,
'attributes' => array(
'href' => $url,
),
),
);
return $Inline;
}
}
protected function inlineUrlTag($Excerpt)
{
if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<(\w++:\/{2}[^ >]++)>/i', $Excerpt['text'], $matches))
{
$url = $matches[1];
return array(
'extent' => strlen($matches[0]),
'element' => array(
'name' => 'a',
'text' => $url,
'attributes' => array(
'href' => $url,
),
),
);
}
}
# ~
protected function unmarkedText($text)
{
$Inline = $this->inlineText($text);
return $this->element($Inline['element']);
}
#
# Handlers
#
protected function handle(array $Element)
{
if (isset($Element['handler']))
{
if (!isset($Element['nonNestables']))
{
$Element['nonNestables'] = array();
}
if (is_string($Element['handler']))
{
$function = $Element['handler'];
$argument = $Element['text'];
unset($Element['text']);
$destination = 'rawHtml';
}
else
{
$function = $Element['handler']['function'];
$argument = $Element['handler']['argument'];
$destination = $Element['handler']['destination'];
}
$Element[$destination] = $this->{$function}($argument, $Element['nonNestables']);
if ($destination === 'handler')
{
$Element = $this->handle($Element);
}
unset($Element['handler']);
}
return $Element;
}
protected function handleElementRecursive(array $Element)
{
return $this->elementApplyRecursive(array($this, 'handle'), $Element);
}
protected function handleElementsRecursive(array $Elements)
{
return $this->elementsApplyRecursive(array($this, 'handle'), $Elements);
}
protected function elementApplyRecursive($closure, array $Element)
{
$Element = call_user_func($closure, $Element);
if (isset($Element['elements']))
{
$Element['elements'] = $this->elementsApplyRecursive($closure, $Element['elements']);
}
elseif (isset($Element['element']))
{
$Element['element'] = $this->elementApplyRecursive($closure, $Element['element']);
}
return $Element;
}
protected function elementApplyRecursiveDepthFirst($closure, array $Element)
{
if (isset($Element['elements']))
{
$Element['elements'] = $this->elementsApplyRecursiveDepthFirst($closure, $Element['elements']);
}
elseif (isset($Element['element']))
{
$Element['element'] = $this->elementsApplyRecursiveDepthFirst($closure, $Element['element']);
}
$Element = call_user_func($closure, $Element);
return $Element;
}
protected function elementsApplyRecursive($closure, array $Elements)
{
foreach ($Elements as &$Element)
{
$Element = $this->elementApplyRecursive($closure, $Element);
}
return $Elements;
}
protected function elementsApplyRecursiveDepthFirst($closure, array $Elements)
{
foreach ($Elements as &$Element)
{
$Element = $this->elementApplyRecursiveDepthFirst($closure, $Element);
}
return $Elements;
}
protected function element(array $Element)
{
if ($this->safeMode)
{
$Element = $this->sanitiseElement($Element);
}
# identity map if element has no handler
$Element = $this->handle($Element);
$hasName = isset($Element['name']);
$markup = '';
if ($hasName)
{
$markup .= '<' . $Element['name'];
if (isset($Element['attributes']))
{
foreach ($Element['attributes'] as $name => $value)
{
if ($value === null)
{
continue;
}
$markup .= " $name=\"".self::escape($value).'"';
}
}
}
$permitRawHtml = false;
if (isset($Element['text']))
{
$text = $Element['text'];
}
// very strongly consider an alternative if you're writing an
// extension
elseif (isset($Element['rawHtml']))
{
$text = $Element['rawHtml'];
$allowRawHtmlInSafeMode = isset($Element['allowRawHtmlInSafeMode']) && $Element['allowRawHtmlInSafeMode'];
$permitRawHtml = !$this->safeMode || $allowRawHtmlInSafeMode;
}
$hasContent = isset($text) || isset($Element['element']) || isset($Element['elements']);
if ($hasContent)
{
$markup .= $hasName ? '>' : '';
if (isset($Element['elements']))
{
$markup .= $this->elements($Element['elements']);
}
elseif (isset($Element['element']))
{
$markup .= $this->element($Element['element']);
}
else
{
if (!$permitRawHtml)
{
$markup .= self::escape($text, true);
}
else
{
$markup .= $text;
}
}
$markup .= $hasName ? '' . $Element['name'] . '>' : '';
}
elseif ($hasName)
{
$markup .= ' />';
}
return $markup;
}
protected function elements(array $Elements)
{
$markup = '';
$autoBreak = true;
foreach ($Elements as $Element)
{
if (empty($Element))
{
continue;
}
$autoBreakNext = (isset($Element['autobreak'])
? $Element['autobreak'] : isset($Element['name'])
);
// (autobreak === false) covers both sides of an element
$autoBreak = !$autoBreak ? $autoBreak : $autoBreakNext;
$markup .= ($autoBreak ? "\n" : '') . $this->element($Element);
$autoBreak = $autoBreakNext;
}
$markup .= $autoBreak ? "\n" : '';
return $markup;
}
# ~
protected function li($lines)
{
$Elements = $this->linesElements($lines);
if ( ! in_array('', $lines)
and isset($Elements[0]) and isset($Elements[0]['name'])
and $Elements[0]['name'] === 'p'
) {
unset($Elements[0]['name']);
}
return $Elements;
}
#
# AST Convenience
#
/**
* Replace occurrences $regexp with $Elements in $text. Return an array of
* elements representing the replacement.
*/
protected static function pregReplaceElements($regexp, $Elements, $text)
{
$newElements = array();
while (preg_match($regexp, $text, $matches, PREG_OFFSET_CAPTURE))
{
$offset = $matches[0][1];
$before = substr($text, 0, $offset);
$after = substr($text, $offset + strlen($matches[0][0]));
$newElements[] = array('text' => $before);
foreach ($Elements as $Element)
{
$newElements[] = $Element;
}
$text = $after;
}
$newElements[] = array('text' => $text);
return $newElements;
}
#
# Deprecated Methods
#
/**
* @deprecated use text() instead
*/
function parse($text)
{
$markup = $this->text($text);
return $markup;
}
protected function sanitiseElement(array $Element)
{
static $goodAttribute = '/^[a-zA-Z0-9][a-zA-Z0-9-_]*+$/';
static $safeUrlNameToAtt = array(
'a' => 'href',
'img' => 'src',
);
if ( ! isset($Element['name']))
{
unset($Element['attributes']);
return $Element;
}
if (isset($safeUrlNameToAtt[$Element['name']]))
{
$Element = $this->filterUnsafeUrlInAttribute($Element, $safeUrlNameToAtt[$Element['name']]);
}
if ( ! empty($Element['attributes']))
{
foreach ($Element['attributes'] as $att => $val)
{
# filter out badly parsed attribute
if ( ! preg_match($goodAttribute, $att))
{
unset($Element['attributes'][$att]);
}
# dump onevent attribute
elseif (self::striAtStart($att, 'on'))
{
unset($Element['attributes'][$att]);
}
}
}
return $Element;
}
protected function filterUnsafeUrlInAttribute(array $Element, $attribute)
{
foreach ($this->safeLinksWhitelist as $scheme)
{
if (self::striAtStart($Element['attributes'][$attribute], $scheme))
{
return $Element;
}
}
$Element['attributes'][$attribute] = str_replace(':', '%3A', $Element['attributes'][$attribute]);
return $Element;
}
#
# Static Methods
#
protected static function escape($text, $allowQuotes = false)
{
return htmlspecialchars($text, $allowQuotes ? ENT_NOQUOTES : ENT_QUOTES, 'UTF-8');
}
protected static function striAtStart($string, $needle)
{
$len = strlen($needle);
if ($len > strlen($string))
{
return false;
}
else
{
return strtolower(substr($string, 0, $len)) === strtolower($needle);
}
}
static function instance($name = 'default')
{
if (isset(self::$instances[$name]))
{
return self::$instances[$name];
}
$instance = new static();
self::$instances[$name] = $instance;
return $instance;
}
private static $instances = array();
#
# Fields
#
protected $DefinitionData;
#
# Read-Only
protected $specialCharacters = array(
'\\', '`', '*', '_', '{', '}', '[', ']', '(', ')', '>', '#', '+', '-', '.', '!', '|', '~'
);
protected $StrongRegex = array(
'*' => '/^[*]{2}((?:\\\\\*|[^*]|[*][^*]*+[*])+?)[*]{2}(?![*])/s',
'_' => '/^__((?:\\\\_|[^_]|_[^_]*+_)+?)__(?!_)/us',
);
protected $EmRegex = array(
'*' => '/^[*]((?:\\\\\*|[^*]|[*][*][^*]+?[*][*])+?)[*](?![*])/s',
'_' => '/^_((?:\\\\_|[^_]|__[^_]*__)+?)_(?!_)\b/us',
);
protected $regexHtmlAttribute = '[a-zA-Z_:][\w:.-]*+(?:\s*+=\s*+(?:[^"\'=<>`\s]+|"[^"]*+"|\'[^\']*+\'))?+';
protected $voidElements = array(
'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input', 'link', 'meta', 'param', 'source',
);
protected $textLevelElements = array(
'a', 'br', 'bdo', 'abbr', 'blink', 'nextid', 'acronym', 'basefont',
'b', 'em', 'big', 'cite', 'small', 'spacer', 'listing',
'i', 'rp', 'del', 'code', 'strike', 'marquee',
'q', 'rt', 'ins', 'font', 'strong',
's', 'tt', 'kbd', 'mark',
'u', 'xm', 'sub', 'nobr',
'sup', 'ruby',
'var', 'span',
'wbr', 'time',
);
}
================================================
FILE: bl-kernel/security.class.php
================================================
5,
'numberFailuresAllowed'=>10,
'blackList'=>array()
);
function __construct()
{
parent::__construct(DB_SECURITY);
}
// ====================================================
// TOKEN FOR CSRF
// ====================================================
// Generate and save the token in Session
public function generateTokenCSRF()
{
$token = bin2hex( openssl_random_pseudo_bytes(64) );
Session::set('tokenCSRF', $token);
Log::set(__METHOD__.LOG_SEP.'New Token CSRF ['.$token.']');
}
// Validate the token
public function validateTokenCSRF($token)
{
$sessionToken = $this->getTokenCSRF();
return ( !empty($sessionToken) && ($sessionToken===$token) );
}
// Returns the token
public function getTokenCSRF()
{
return Session::get('tokenCSRF');
}
// ====================================================
// BRUTE FORCE PROTECTION
// ====================================================
public function isBlocked()
{
$ip = $this->getUserIp();
if (!isset($this->db['blackList'][$ip])) {
return false;
}
$currentTime = time();
$userBlack = $this->db['blackList'][$ip];
$numberFailures = $userBlack['numberFailures'];
$lastFailure = $userBlack['lastFailure'];
// Check if the IP is expired, then is not blocked
if ($currentTime > $lastFailure + ($this->db['minutesBlocked']*60)) {
return false;
}
// The IP has more failures than number of failures, then the IP is blocked
if ($numberFailures >= $this->db['numberFailuresAllowed']) {
Log::set(__METHOD__.LOG_SEP.'IP Blocked:'.$ip);
return true;
}
// Otherwise the IP is not blocked
return false;
}
// Add or update the current client IP on the blacklist
public function addToBlacklist()
{
$ip = $this->getUserIp();
$currentTime = time();
$numberFailures = 1;
if (isset($this->db['blackList'][$ip])) {
$userBlack = $this->db['blackList'][$ip];
$lastFailure = $userBlack['lastFailure'];
// Check if the IP is expired, then renew the number of failures
if($currentTime <= $lastFailure + ($this->db['minutesBlocked']*60)) {
$numberFailures = $userBlack['numberFailures'];
$numberFailures = $numberFailures + 1;
}
}
$this->db['blackList'][$ip] = array('lastFailure'=>$currentTime, 'numberFailures'=>$numberFailures);
Log::set(__METHOD__.LOG_SEP.'Blacklist, IP:'.$ip.', Number of failures:'.$numberFailures);
return $this->save();
}
public function getNumberFailures($ip=null)
{
if(empty($ip)) {
$ip = $this->getUserIp();
}
if(isset($this->db['blackList'][$ip])) {
$userBlack = $this->db['blackList'][$ip];
return $userBlack['numberFailures'];
}
}
// Single source of truth for the client IP across all of Bludit (core + plugins).
// Reads REMOTE_ADDR only: proxy headers (X-Forwarded-For, HTTP_CLIENT_IP, etc.)
// are client-controlled and forgeable. Deployments behind a reverse proxy
// (Cloudflare, nginx, Apache) should rewrite REMOTE_ADDR at the web server
// (mod_remoteip, real_ip_module, etc.), not in PHP.
// Returns '' when REMOTE_ADDR is missing or not a valid IP, so callers can
// safely use the result as an array key or hash input without null checks.
public function getUserIp()
{
$ip = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : '';
if (filter_var($ip, FILTER_VALIDATE_IP)) {
return $ip;
}
return '';
}
}
================================================
FILE: bl-kernel/site.class.php
================================================
'I am Guybrush Threepwood, mighty developer',
'slogan' => '',
'description' => '',
'footer' => 'I wanna be a pirate!',
'itemsPerPage' => 6,
'language' => 'en',
'locale' => 'en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ',
'timezone' => 'America/Argentina/Buenos_Aires',
'theme' => 'alternative',
'adminTheme' => 'booty',
'homepage' => '',
'pageNotFound' => '',
'uriPage' => '/',
'uriTag' => '/tag/',
'uriCategory' => '/category/',
'uriBlog' => '/blog/',
'url' => '',
'emailFrom' => '',
'dateFormat' => 'F j, Y',
'timeFormat' => 'g:i a',
'currentBuild' => 0,
'twitter' => '',
'facebook' => '',
'codepen' => '',
'instagram' => '',
'github' => '',
'gitlab' => '',
'linkedin' => '',
'xing' => '',
'telegram' => '',
'mastodon' => '',
'dribbble' => '',
'vk' => '',
'youtube' => '',
'bluesky' => '',
'orderBy' => 'date', // date or position
'defaultContentStatus' => 'published', // published or draft
'extremeFriendly' => true,
'autosaveInterval' => 2, // minutes
'titleFormatHomepage' => '{{site-slogan}} | {{site-title}}',
'titleFormatPages' => '{{page-title}} | {{site-title}}',
'titleFormatCategory' => '{{category-name}} | {{site-title}}',
'titleFormatTag' => '{{tag-name}} | {{site-title}}',
'imageRestrict' => true,
'imageRelativeToAbsolute' => false,
'thumbnailEnable' => true,
'thumbnailWidth' => 400, // px
'thumbnailHeight' => 400, // px
'thumbnailQuality' => 100,
'logo' => '',
'markdownParser' => true,
'customFields' => '{}'
);
function __construct()
{
parent::__construct(DB_SITE);
// Set timezone
$this->setTimezone($this->timezone());
// Set locale
$this->setLocale($this->locale());
}
// Returns an array with site configuration.
function get()
{
return $this->db;
}
public function set($args)
{
// Check values on args or set default values
foreach ($this->dbFields as $field => $value) {
if (isset($args[$field])) {
$finalValue = Sanitize::html($args[$field]);
if ($finalValue === 'false') {
$finalValue = false;
} elseif ($finalValue === 'true') {
$finalValue = true;
}
settype($finalValue, gettype($value));
$this->db[$field] = $finalValue;
}
}
return $this->save();
}
// Returns an array with the URL filters
// Also, you can get a particular filter
public function uriFilters($filter = '')
{
$filters['admin'] = '/' . ADMIN_URI_FILTER . '/';
$filters['page'] = $this->getField('uriPage');
$filters['tag'] = $this->getField('uriTag');
$filters['category'] = $this->getField('uriCategory');
if ($this->getField('uriBlog')) {
$filters['blog'] = $this->getField('uriBlog');
}
if (empty($filter)) {
return $filters;
}
if (isset($filters[$filter])) {
return $filters[$filter];
}
return false;
}
// DEPRECATED in v3.0, use Theme::rssUrl()
public function rss()
{
return DOMAIN_BASE . 'rss.xml';
}
// DEPRECATED in v3.0, use Theme::sitemapUrl()
public function sitemap()
{
return DOMAIN_BASE . 'sitemap.xml';
}
public function thumbnailEnable()
{
return $this->getField('thumbnailEnable');
}
public function thumbnailWidth()
{
return $this->getField('thumbnailWidth');
}
public function thumbnailHeight()
{
return $this->getField('thumbnailHeight');
}
public function thumbnailQuality()
{
return $this->getField('thumbnailQuality');
}
public function autosaveInterval()
{
return $this->getField('autosaveInterval');
}
public function extremeFriendly()
{
return $this->getField('extremeFriendly');
}
public function markdownParser()
{
return $this->getField('markdownParser');
}
public function twitter()
{
return $this->getField('twitter');
}
public function facebook()
{
return $this->getField('facebook');
}
public function codepen()
{
return $this->getField('codepen');
}
public function instagram()
{
return $this->getField('instagram');
}
public function github()
{
return $this->getField('github');
}
public function gitlab()
{
return $this->getField('gitlab');
}
public function linkedin()
{
return $this->getField('linkedin');
}
public function xing()
{
return $this->getField('xing');
}
public function telegram()
{
return $this->getField('telegram');
}
public function mastodon()
{
return $this->getField('mastodon');
}
public function dribbble()
{
return $this->getField('dribbble');
}
public function vk()
{
return $this->getField('vk');
}
public function youtube()
{
return $this->getField('youtube');
}
public function bluesky()
{
return $this->getField('bluesky');
}
public function orderBy()
{
return $this->getField('orderBy');
}
public function defaultContentStatus()
{
return $this->getField('defaultContentStatus');
}
public function imageRestrict()
{
return $this->getField('imageRestrict');
}
public function imageRelativeToAbsolute()
{
return $this->getField('imageRelativeToAbsolute');
}
// Returns the site title
public function title()
{
return $this->getField('title');
}
// Returns the site slogan
public function slogan()
{
return $this->getField('slogan');
}
// Returns the site description
public function description()
{
return $this->getField('description');
}
public function emailFrom()
{
return $this->getField('emailFrom');
}
public function dateFormat()
{
return $this->getField('dateFormat');
}
public function timeFormat()
{
return $this->getField('timeFormat');
}
// Returns the site theme name
public function theme()
{
return $this->getField('theme');
}
// Returns the admin theme name
public function adminTheme()
{
return $this->getField('adminTheme');
}
// Returns the footer text
public function footer()
{
return $this->getField('footer');
}
public function titleFormatPages()
{
return $this->getField('titleFormatPages');
}
public function titleFormatHomepage()
{
return $this->getField('titleFormatHomepage');
}
public function titleFormatCategory()
{
return $this->getField('titleFormatCategory');
}
public function titleFormatTag()
{
return $this->getField('titleFormatTag');
}
// Returns the absolute URL of the site logo
// If you set $absolute=false returns only the filename
public function logo($absolute = true)
{
$logo = $this->getField('logo');
if ($absolute && $logo) {
return DOMAIN_UPLOADS . $logo;
}
return $logo;
}
// Returns the full domain and base url
// For example, https://www.domain.com/bludit
public function url()
{
return $this->getField('url');
}
// Returns the protocol and the domain, without the base url
// For example, http://www.domain.com
public function domain()
{
// If the URL field is not set, tries to detect the domain.
if (Text::isEmpty($this->url())) {
if (!empty($_SERVER['HTTPS'])) {
$protocol = 'https://';
} else {
$protocol = 'http://';
}
$domain = trim($_SERVER['HTTP_HOST'], '/');
return $protocol . $domain;
}
// Parse the domain from the field url (Settings->Advanced)
$parse = parse_url($this->url());
$domain = rtrim($parse['host'], '/');
$port = !empty($parse['port']) ? ':' . $parse['port'] : '';
$scheme = !empty($parse['scheme']) ? $parse['scheme'] . '://' : 'http://';
return $scheme . $domain . $port;
}
// Returns the timezone.
public function timezone()
{
return $this->getField('timezone');
}
public function urlPath()
{
$url = $this->getField('url');
return parse_url($url, PHP_URL_PATH);
}
public function isHTTPS()
{
$url = $this->getField('url');
return parse_url($url, PHP_URL_SCHEME) === 'https';
}
// Returns the current build / version of Bludit.
public function currentBuild()
{
return $this->getField('currentBuild');
}
// Returns the amount of pages per page
public function itemsPerPage()
{
$value = $this->getField('itemsPerPage');
if (($value > 0) or ($value == -1)) {
return $value;
}
return 6;
}
// Returns the current language.
public function language()
{
return $this->getField('language');
}
// Returns the sort version of the site's language
public function languageShortVersion()
{
$current = $this->language();
$explode = explode('_', $current);
return $explode[0];
}
// Returns the current locale.
public function locale()
{
return $this->getField('locale');
}
// Returns the current homepage, FALSE if not defined homepage
public function homepage()
{
$homepage = $this->getField('homepage');
if (empty($homepage)) {
return false;
}
return $homepage;
}
// Returns the page key for the page not found
public function pageNotFound()
{
$pageNotFound = $this->getField('pageNotFound');
return $pageNotFound;
}
// Set the locale, returns TRUE is success, FALSE otherwise
public function setLocale($locale)
{
$localeList = explode(',', $locale);
foreach ($localeList as $locale) {
$locale = trim($locale);
if (setlocale(LC_ALL, $locale . '.UTF-8') !== false) {
return true;
} elseif (setlocale(LC_ALL, $locale) !== false) {
return true;
}
}
// Not was possible to set a locale, using default locale
return false;
}
// Set the timezone.
public function setTimezone($timezone)
{
return date_default_timezone_set($timezone);
}
// Returns the custom fields as array
public function customFields()
{
$customFields = Sanitize::htmlDecode($this->getField('customFields'));
return json_decode($customFields, true);
}
}
================================================
FILE: bl-kernel/syslog.class.php
================================================
array('inFile'=>false, 'value'=>''),
'dictionaryKey'=> array('inFile'=>false, 'value'=>''),
'notes'=> array('inFile'=>false, 'value'=>''),
'username'=> array('inFile'=>false, 'value'=>''),
'idExecution'=> array('inFile'=>false, 'value'=>''),
'method'=> array('inFile'=>false, 'value'=>'')
);
function __construct()
{
parent::__construct(DB_SYSLOG);
}
// Returns TRUE if the ID of execution exists, FALSE otherwise
public function exists($idExecution)
{
foreach ($this->db as $field) {
if ($field['idExecution']==$idExecution) {
return true;
}
}
return false;
}
public function get($idExecution)
{
foreach ($this->db as $field) {
if ($field['idExecution']==$idExecution) {
return $field;
}
}
return false;
}
public function add($args)
{
global $L;
$data = array();
$data['date'] = Date::current(DB_DATE_FORMAT);
$data['dictionaryKey'] = $args['dictionaryKey'];
$data['notes'] = Sanitize::html($args['notes']);
// Unique ID for each execution, defined in boot/init.php
$data['idExecution'] = $GLOBALS['ID_EXECUTION'];
$data['method'] = $_SERVER['REQUEST_METHOD'];
// Username
$data['username'] = Session::get('username');
if (Text::isEmpty($data['username'])) {
return false;
}
// Insert at beginning of the database
array_unshift($this->db, $data);
// Keep just NOTIFICATIONS_AMOUNT notifications
$this->db = array_slice($this->db, 0, NOTIFICATIONS_AMOUNT);
// Save
return $this->save();
}
}
================================================
FILE: bl-kernel/tag.class.php
================================================
db[$key])) {
$this->vars['name'] = $tags->db[$key]['name'];
$this->vars['key'] = $key;
$this->vars['permalink'] = DOMAIN_TAGS . $key;
$this->vars['list'] = $tags->db[$key]['list'];
} else {
$errorMessage = 'Tag not found in database by key ['.$key.']';
Log::set(__METHOD__.LOG_SEP.$errorMessage);
throw new Exception($errorMessage);
}
}
public function getValue($field)
{
if (isset($this->vars[$field])) {
return $this->vars[$field];
}
return false;
}
public function key()
{
return $this->getValue('key');
}
public function name()
{
return $this->getValue('name');
}
public function permalink()
{
return $this->getValue('permalink');
}
// Returns an array with the pages keys linked to the tag
public function pages()
{
return $this->getValue('list');
}
// Returns an array in json format with all the data of the tag
public function json($returnsArray=false)
{
$tmp['key'] = $this->key();
$tmp['name'] = $this->name();
$tmp['permalink'] = $this->permalink();
$tmp['pages'] = $this->pages();
if ($returnsArray) {
return $tmp;
}
return json_encode($tmp);
}
}
================================================
FILE: bl-kernel/tags.class.php
================================================
countItems($key);
}
public function reindex()
{
global $pages;
$db = $pages->getDB($onlyKeys=false);
$tagsIndex = array();
foreach ($db as $pageKey=>$pageFields) {
if (in_array($pageFields['type'], $GLOBALS['DB_TAGS_TYPES'])) {
$tags = $pageFields['tags'];
foreach ($tags as $tagKey=>$tagName) {
if (isset($tagsIndex[$tagKey])) {
array_push($tagsIndex[$tagKey]['list'], $pageKey);
} else {
$tagsIndex[$tagKey]['name'] = $tagName;
$tagsIndex[$tagKey]['list'] = array($pageKey);
}
}
}
}
$this->db = $tagsIndex;
$this->sortAlphanumeric();
return $this->save();
}
}
================================================
FILE: bl-kernel/url.class.php
================================================
uri = $explode[0];
$this->parameters = $_GET;
$this->uriStrlen = Text::length($this->uri);
$this->whereAmI = 'home';
$this->notFound = false;
$this->slug = '';
$this->filters = array();
$this->activeFilter = '';
$this->httpCode = 200;
$this->httpMessage = 'OK';
}
// Filters change for different languages
// Ex (Spanish): Array('post'=>'/publicacion/', 'tag'=>'/etiqueta/', ....)
// Ex (English): Array('post'=>'/post/', 'tag'=>'/tag/', ....)
public function checkFilters($filters)
{
// Put the "admin" filter first
$adminFilter['admin'] = $filters['admin'];
unset($filters['admin']);
uasort($filters, array($this, 'sortByLength'));
$this->filters = $adminFilter + $filters;
foreach ($this->filters as $filterName=>$filterURI) {
// $filterName = 'category'
// $filterURI = '/category/'
// $filterURIwoSlash = '/category'
$filterURIwoSlash = rtrim($filterURI, '/');
// $filterFull = '/base_url/category/'
$filterFull = ltrim($filterURI, '/');
$filterFull = HTML_PATH_ROOT.$filterFull;
$filterFullLength = Text::length($filterFull);
$subString = mb_substr($this->uri, 0, $filterFullLength, CHARSET);
// Check coincidence without the last slash at the end, this case is not found
if ($subString==$filterURIwoSlash) {
$this->setNotFound();
return false;
}
// Check coincidence with complete filterURI
if ($subString==$filterFull) {
$this->slug = mb_substr($this->uri, $filterFullLength);
$this->setWhereAmI($filterName);
$this->activeFilter = $filterURI;
if (empty($this->slug) && ($filterName=='blog')) {
$this->setWhereAmI('blog');
} elseif (!empty($this->slug) && ($filterName=='blog')) {
$this->setNotFound();
return false;
} elseif (empty($this->slug) && ($filterURI=='/')) {
$this->setWhereAmI('home');
} elseif (!empty($this->slug) && ($filterURI=='/')) {
$this->setWhereAmI('page');
} elseif ($filterName=='admin') {
$this->slug = ltrim($this->slug, '/');
}
return true;
}
}
$this->setNotFound();
return false;
}
public function slug()
{
return $this->slug;
}
public function setSlug($slug)
{
$this->slug = $slug;
}
public function activeFilter()
{
return $this->activeFilter;
}
public function explodeSlug($delimiter="/")
{
return explode($delimiter, $this->slug);
}
public function uri()
{
return $this->uri;
}
// Return the filter of type (e.g. tag => /tag/, category => /category/, etc.)
public function filters($type, $trim=true)
{
$filter = $this->filters[$type];
if ($trim) {
$filter = trim($filter, '/');
}
return $filter;
}
// Returns where is the user, home, pages, categories, tags..
public function whereAmI()
{
return $this->whereAmI;
}
public function setWhereAmI($where)
{
$GLOBALS['WHERE_AM_I'] = $where;
$this->whereAmI = $where;
}
public function notFound()
{
return $this->notFound;
}
public function pageNumber()
{
if (isset($this->parameters['page'])) {
return (int)$this->parameters['page'];
}
return 1;
}
public function parameter($field)
{
if (isset($this->parameters[$field])) {
return $this->parameters[$field];
}
return false;
}
public function setNotFound()
{
$this->setWhereAmI('page');
$this->notFound = true;
$this->httpCode = 404;
$this->httpMessage = 'Not Found';
}
public function httpCode()
{
return $this->httpCode;
}
public function setHttpCode($code = 200)
{
$this->httpCode = $code;
}
public function httpMessage()
{
return $this->httpMessage;
}
public function setHttpMessage($msg = 'OK')
{
$this->httpMessage = $msg;
}
private function sortByLength($a, $b)
{
return strlen($b)-strlen($a);
}
}
================================================
FILE: bl-kernel/user.class.php
================================================
vars['username'] = $username;
if ($username === false) {
$row = $users->getDefaultFields();
} else {
if (Text::isEmpty($username) || !$users->exists($username)) {
$errorMessage = 'User not found in the database by username [' . $username . ']';
Log::set(__METHOD__ . LOG_SEP . $errorMessage);
throw new Exception($errorMessage);
}
$row = $users->getUserDB($username);
}
foreach ($row as $field => $value) {
$this->setField($field, $value);
}
}
public function getValue($field)
{
if (isset($this->vars[$field])) {
return $this->vars[$field];
}
return false;
}
public function setField($field, $value)
{
$this->vars[$field] = $value;
return true;
}
public function getDB()
{
return $this->vars;
}
public function username()
{
return $this->getValue('username');
}
public function description()
{
return $this->getValue('description');
}
public function nickname()
{
return $this->getValue('nickname');
}
public function firstName()
{
return $this->getValue('firstName');
}
public function lastName()
{
return $this->getValue('lastName');
}
public function tokenAuth()
{
return $this->getValue('tokenAuth');
}
public function role()
{
return $this->getValue('role');
}
public function password()
{
return $this->getValue('password');
}
public function enabled()
{
$password = $this->getValue('password');
return $password != '!';
}
public function salt()
{
return $this->getValue('salt');
}
public function email()
{
return $this->getValue('email');
}
public function registered()
{
return $this->getValue('registered');
}
public function twitter()
{
return $this->getValue('twitter');
}
public function facebook()
{
return $this->getValue('facebook');
}
public function codepen()
{
return $this->getValue('codepen');
}
public function instagram()
{
return $this->getValue('instagram');
}
public function github()
{
return $this->getValue('github');
}
public function gitlab()
{
return $this->getValue('gitlab');
}
public function linkedin()
{
return $this->getValue('linkedin');
}
public function xing()
{
return $this->getValue('xing');
}
public function telegram()
{
return $this->getValue('telegram');
}
public function mastodon()
{
return $this->getValue('mastodon');
}
public function vk()
{
return $this->getValue('vk');
}
public function youtube()
{
return $this->getValue('youtube');
}
public function bluesky()
{
return $this->getValue('bluesky');
}
public function profilePicture()
{
// Sanitize username for filename to prevent issues with special characters
$username = $this->getValue('username');
$sanitizedUsername = Text::removeSpecialCharacters($username, '-');
$sanitizedUsername = Text::removeQuotes($sanitizedUsername);
$sanitizedUsername = Text::removeSpaces($sanitizedUsername, '-');
$filename = $sanitizedUsername . '.png';
if (!file_exists(PATH_UPLOADS_PROFILES . $filename)) {
return false;
}
return DOMAIN_UPLOADS_PROFILES . $filename;
}
public function json($returnsArray = false)
{
$tmp['username'] = $this->username();
$tmp['firstName'] = $this->firstName();
$tmp['lastName'] = $this->lastName();
$tmp['nickname'] = $this->nickname();
$tmp['description'] = $this->description();
$tmp['twitter'] = $this->twitter();
$tmp['facebook'] = $this->facebook();
$tmp['codepen'] = $this->codepen();
$tmp['instagram'] = $this->instagram();
$tmp['github'] = $this->github();
$tmp['gitlab'] = $this->gitlab();
$tmp['linkedin'] = $this->linkedin();
$tmp['xing'] = $this->xing();
$tmp['telegram'] = $this->telegram();
$tmp['mastodon'] = $this->mastodon();
$tmp['vk'] = $this->vk();
$tmp['youtube'] = $this->youtube();
$tmp['bluesky'] = $this->bluesky();
$tmp['profilePicture'] = $this->profilePicture();
if ($returnsArray) {
return $tmp;
}
return json_encode($tmp);
}
}
================================================
FILE: bl-kernel/users.class.php
================================================
'',
'lastName'=>'',
'nickname'=>'',
'description'=>'',
'role'=>'author', // admin, editor, author
'password'=>'',
'salt'=>'!Pink Floyd!Welcome to the machine!',
'email'=>'',
'registered'=>'1985-03-15 10:00',
'tokenRemember'=>'',
'tokenAuth'=>'',
'tokenAuthTTL'=>'2009-03-15 14:00',
'twitter'=>'',
'facebook'=>'',
'codepen'=>'',
'instagram'=>'',
'github'=>'',
'gitlab'=>'',
'linkedin'=>'',
'mastodon'=>'',
'vk'=>'',
'youtube'=>'',
'bluesky'=>''
);
function __construct()
{
parent::__construct(DB_USERS);
}
public function getDefaultFields()
{
return $this->dbFields;
}
// Return an array with the database of the user, FALSE otherwise
public function getUserDB($username)
{
if ($this->exists($username)) {
return $this->db[$username];
}
return false;
}
// Return TRUE if the user exists, FALSE otherwise
public function exists($username)
{
return isset($this->db[$username]);
}
// Disable the user
public function disableUser($username)
{
$this->db[$username]['password'] = '!';
return $this->save();
}
// Add a new user
public function add($args)
{
// The username is store as key and not as field
$username = $args['username'];
// The password is hashed, the password doesn't need to be sanitized in the next step
$password = $args['password'];
$row = array();
foreach ($this->dbFields as $field=>$value) {
if (isset($args[$field])) {
$finalValue = $args[$field];
// Remove HTML and PHP tags
$finalValue = Sanitize::removeTags($finalValue);
// Sanitize if will be stored on database
$finalValue = Sanitize::html($finalValue);
} else {
// Default value for the field if not defined
$finalValue = $value;
}
settype($finalValue, gettype($value));
$row[$field] = $finalValue;
}
$row['registered'] = Date::current(DB_DATE_FORMAT);
$row['salt'] = $this->generateSalt();
$row['password'] = $this->generatePasswordHash($password, $row['salt']);
$row['tokenAuth'] = $this->generateAuthToken();
// Save the database
$this->db[$username] = $row;
return $this->save();
}
// Edit a user
public function set($args)
{
// The username is store as key and not as field
$username = $args['username'];
// Current database of the user
$row = $this->db[$username];
foreach ($this->dbFields as $field=>$value) {
if ($field!=='password') {
if (isset($args[$field])) {
$finalValue = $args[$field];
// Remove HTML and PHP tags
$finalValue = Sanitize::removeTags($finalValue);
// Sanitize if will be stored on database
$finalValue = Sanitize::html($finalValue);
} else {
// Default value is the current one
$finalValue = $row[$field];
}
settype($finalValue, gettype($value));
$row[$field] = $finalValue;
}
}
// Set a new password
if (!empty($args['password'])) {
$row['salt'] = $this->generateSalt();
$row['password'] = $this->generatePasswordHash($args['password'], $row['salt']);
$row['tokenAuth'] = $this->generateAuthToken();
}
// Save the database
$this->db[$username] = $row;
return $this->save();
}
// Delete a user
public function delete($username)
{
unset($this->db[$username]);
return $this->save();
}
public function generateAuthToken()
{
return bin2hex( openssl_random_pseudo_bytes(64) );
}
public function generateRememberToken()
{
return $this->generateAuthToken();
}
public function generateSalt()
{
return Text::randomText(SALT_LENGTH);
}
public function generatePasswordHash($password, $salt)
{
return sha1($password.$salt);
}
public function setRememberToken($username, $token)
{
$args['username'] = $username;
$args['tokenRemember'] = $token;
return $this->set($args);
}
// Change user password
// args => array( username, password )
public function setPassword($args)
{
return $this->set($args);
}
// Return the username associated to an email, FALSE otherwise
public function getByEmail($email)
{
foreach ($this->db as $username=>$values) {
if ($values['email']===$email) {
return $username;
}
}
return false;
}
// Returns the username with the authentication token assigned, FALSE otherwise
public function getByAuthToken($token)
{
foreach ($this->db as $username=>$fields) {
if ($fields['tokenAuth']===$token) {
return $username;
}
}
return false;
}
// Returns the username with the remember token assigned, FALSE otherwise
public function getByRememberToken($token)
{
foreach ($this->db as $username=>$fields) {
if (!empty($fields['tokenRemember'])) {
if ($fields['tokenRemember']===$token) {
return $username;
}
}
}
return false;
}
// This function clean all tokens for Remember me
// This function is used when some hacker try to use an invalid remember token
public function invalidateAllRememberTokens()
{
foreach ($this->db as $username=>$values) {
$this->db[$username]['tokenRemember'] = '';
}
return $this->save();
}
public function keys()
{
return array_keys($this->db);
}
}
================================================
FILE: bl-kernel/vendors/bootstrap-icons/bootstrap-icons.css
================================================
@font-face {
font-family: "bootstrap-icons";
src: url("./fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"),
url("./fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}
[class^="bi-"]::before,
[class*=" bi-"]::before {
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -.125em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-1::before { content: "\f2a5"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
================================================
FILE: bl-kernel/vendors/bootstrap-icons/bootstrap-icons.json
================================================
{
"alarm-fill": 61697,
"alarm": 61698,
"align-bottom": 61699,
"align-center": 61700,
"align-end": 61701,
"align-middle": 61702,
"align-start": 61703,
"align-top": 61704,
"alt": 61705,
"app-indicator": 61706,
"app": 61707,
"archive-fill": 61708,
"archive": 61709,
"arrow-90deg-down": 61710,
"arrow-90deg-left": 61711,
"arrow-90deg-right": 61712,
"arrow-90deg-up": 61713,
"arrow-bar-down": 61714,
"arrow-bar-left": 61715,
"arrow-bar-right": 61716,
"arrow-bar-up": 61717,
"arrow-clockwise": 61718,
"arrow-counterclockwise": 61719,
"arrow-down-circle-fill": 61720,
"arrow-down-circle": 61721,
"arrow-down-left-circle-fill": 61722,
"arrow-down-left-circle": 61723,
"arrow-down-left-square-fill": 61724,
"arrow-down-left-square": 61725,
"arrow-down-left": 61726,
"arrow-down-right-circle-fill": 61727,
"arrow-down-right-circle": 61728,
"arrow-down-right-square-fill": 61729,
"arrow-down-right-square": 61730,
"arrow-down-right": 61731,
"arrow-down-short": 61732,
"arrow-down-square-fill": 61733,
"arrow-down-square": 61734,
"arrow-down-up": 61735,
"arrow-down": 61736,
"arrow-left-circle-fill": 61737,
"arrow-left-circle": 61738,
"arrow-left-right": 61739,
"arrow-left-short": 61740,
"arrow-left-square-fill": 61741,
"arrow-left-square": 61742,
"arrow-left": 61743,
"arrow-repeat": 61744,
"arrow-return-left": 61745,
"arrow-return-right": 61746,
"arrow-right-circle-fill": 61747,
"arrow-right-circle": 61748,
"arrow-right-short": 61749,
"arrow-right-square-fill": 61750,
"arrow-right-square": 61751,
"arrow-right": 61752,
"arrow-up-circle-fill": 61753,
"arrow-up-circle": 61754,
"arrow-up-left-circle-fill": 61755,
"arrow-up-left-circle": 61756,
"arrow-up-left-square-fill": 61757,
"arrow-up-left-square": 61758,
"arrow-up-left": 61759,
"arrow-up-right-circle-fill": 61760,
"arrow-up-right-circle": 61761,
"arrow-up-right-square-fill": 61762,
"arrow-up-right-square": 61763,
"arrow-up-right": 61764,
"arrow-up-short": 61765,
"arrow-up-square-fill": 61766,
"arrow-up-square": 61767,
"arrow-up": 61768,
"arrows-angle-contract": 61769,
"arrows-angle-expand": 61770,
"arrows-collapse": 61771,
"arrows-expand": 61772,
"arrows-fullscreen": 61773,
"arrows-move": 61774,
"aspect-ratio-fill": 61775,
"aspect-ratio": 61776,
"asterisk": 61777,
"at": 61778,
"award-fill": 61779,
"award": 61780,
"back": 61781,
"backspace-fill": 61782,
"backspace-reverse-fill": 61783,
"backspace-reverse": 61784,
"backspace": 61785,
"badge-3d-fill": 61786,
"badge-3d": 61787,
"badge-4k-fill": 61788,
"badge-4k": 61789,
"badge-8k-fill": 61790,
"badge-8k": 61791,
"badge-ad-fill": 61792,
"badge-ad": 61793,
"badge-ar-fill": 61794,
"badge-ar": 61795,
"badge-cc-fill": 61796,
"badge-cc": 61797,
"badge-hd-fill": 61798,
"badge-hd": 61799,
"badge-tm-fill": 61800,
"badge-tm": 61801,
"badge-vo-fill": 61802,
"badge-vo": 61803,
"badge-vr-fill": 61804,
"badge-vr": 61805,
"badge-wc-fill": 61806,
"badge-wc": 61807,
"bag-check-fill": 61808,
"bag-check": 61809,
"bag-dash-fill": 61810,
"bag-dash": 61811,
"bag-fill": 61812,
"bag-plus-fill": 61813,
"bag-plus": 61814,
"bag-x-fill": 61815,
"bag-x": 61816,
"bag": 61817,
"bar-chart-fill": 61818,
"bar-chart-line-fill": 61819,
"bar-chart-line": 61820,
"bar-chart-steps": 61821,
"bar-chart": 61822,
"basket-fill": 61823,
"basket": 61824,
"basket2-fill": 61825,
"basket2": 61826,
"basket3-fill": 61827,
"basket3": 61828,
"battery-charging": 61829,
"battery-full": 61830,
"battery-half": 61831,
"battery": 61832,
"bell-fill": 61833,
"bell": 61834,
"bezier": 61835,
"bezier2": 61836,
"bicycle": 61837,
"binoculars-fill": 61838,
"binoculars": 61839,
"blockquote-left": 61840,
"blockquote-right": 61841,
"book-fill": 61842,
"book-half": 61843,
"book": 61844,
"bookmark-check-fill": 61845,
"bookmark-check": 61846,
"bookmark-dash-fill": 61847,
"bookmark-dash": 61848,
"bookmark-fill": 61849,
"bookmark-heart-fill": 61850,
"bookmark-heart": 61851,
"bookmark-plus-fill": 61852,
"bookmark-plus": 61853,
"bookmark-star-fill": 61854,
"bookmark-star": 61855,
"bookmark-x-fill": 61856,
"bookmark-x": 61857,
"bookmark": 61858,
"bookmarks-fill": 61859,
"bookmarks": 61860,
"bookshelf": 61861,
"bootstrap-fill": 61862,
"bootstrap-reboot": 61863,
"bootstrap": 61864,
"border-all": 61865,
"border-bottom": 61866,
"border-center": 61867,
"border-inner": 61868,
"border-left": 61869,
"border-middle": 61870,
"border-outer": 61871,
"border-right": 61872,
"border-style": 61873,
"border-top": 61874,
"border-width": 61875,
"border": 61876,
"bounding-box-circles": 61877,
"bounding-box": 61878,
"box-arrow-down-left": 61879,
"box-arrow-down-right": 61880,
"box-arrow-down": 61881,
"box-arrow-in-down-left": 61882,
"box-arrow-in-down-right": 61883,
"box-arrow-in-down": 61884,
"box-arrow-in-left": 61885,
"box-arrow-in-right": 61886,
"box-arrow-in-up-left": 61887,
"box-arrow-in-up-right": 61888,
"box-arrow-in-up": 61889,
"box-arrow-left": 61890,
"box-arrow-right": 61891,
"box-arrow-up-left": 61892,
"box-arrow-up-right": 61893,
"box-arrow-up": 61894,
"box-seam": 61895,
"box": 61896,
"braces": 61897,
"bricks": 61898,
"briefcase-fill": 61899,
"briefcase": 61900,
"brightness-alt-high-fill": 61901,
"brightness-alt-high": 61902,
"brightness-alt-low-fill": 61903,
"brightness-alt-low": 61904,
"brightness-high-fill": 61905,
"brightness-high": 61906,
"brightness-low-fill": 61907,
"brightness-low": 61908,
"broadcast-pin": 61909,
"broadcast": 61910,
"brush-fill": 61911,
"brush": 61912,
"bucket-fill": 61913,
"bucket": 61914,
"bug-fill": 61915,
"bug": 61916,
"building": 61917,
"bullseye": 61918,
"calculator-fill": 61919,
"calculator": 61920,
"calendar-check-fill": 61921,
"calendar-check": 61922,
"calendar-date-fill": 61923,
"calendar-date": 61924,
"calendar-day-fill": 61925,
"calendar-day": 61926,
"calendar-event-fill": 61927,
"calendar-event": 61928,
"calendar-fill": 61929,
"calendar-minus-fill": 61930,
"calendar-minus": 61931,
"calendar-month-fill": 61932,
"calendar-month": 61933,
"calendar-plus-fill": 61934,
"calendar-plus": 61935,
"calendar-range-fill": 61936,
"calendar-range": 61937,
"calendar-week-fill": 61938,
"calendar-week": 61939,
"calendar-x-fill": 61940,
"calendar-x": 61941,
"calendar": 61942,
"calendar2-check-fill": 61943,
"calendar2-check": 61944,
"calendar2-date-fill": 61945,
"calendar2-date": 61946,
"calendar2-day-fill": 61947,
"calendar2-day": 61948,
"calendar2-event-fill": 61949,
"calendar2-event": 61950,
"calendar2-fill": 61951,
"calendar2-minus-fill": 61952,
"calendar2-minus": 61953,
"calendar2-month-fill": 61954,
"calendar2-month": 61955,
"calendar2-plus-fill": 61956,
"calendar2-plus": 61957,
"calendar2-range-fill": 61958,
"calendar2-range": 61959,
"calendar2-week-fill": 61960,
"calendar2-week": 61961,
"calendar2-x-fill": 61962,
"calendar2-x": 61963,
"calendar2": 61964,
"calendar3-event-fill": 61965,
"calendar3-event": 61966,
"calendar3-fill": 61967,
"calendar3-range-fill": 61968,
"calendar3-range": 61969,
"calendar3-week-fill": 61970,
"calendar3-week": 61971,
"calendar3": 61972,
"calendar4-event": 61973,
"calendar4-range": 61974,
"calendar4-week": 61975,
"calendar4": 61976,
"camera-fill": 61977,
"camera-reels-fill": 61978,
"camera-reels": 61979,
"camera-video-fill": 61980,
"camera-video-off-fill": 61981,
"camera-video-off": 61982,
"camera-video": 61983,
"camera": 61984,
"camera2": 61985,
"capslock-fill": 61986,
"capslock": 61987,
"card-checklist": 61988,
"card-heading": 61989,
"card-image": 61990,
"card-list": 61991,
"card-text": 61992,
"caret-down-fill": 61993,
"caret-down-square-fill": 61994,
"caret-down-square": 61995,
"caret-down": 61996,
"caret-left-fill": 61997,
"caret-left-square-fill": 61998,
"caret-left-square": 61999,
"caret-left": 62000,
"caret-right-fill": 62001,
"caret-right-square-fill": 62002,
"caret-right-square": 62003,
"caret-right": 62004,
"caret-up-fill": 62005,
"caret-up-square-fill": 62006,
"caret-up-square": 62007,
"caret-up": 62008,
"cart-check-fill": 62009,
"cart-check": 62010,
"cart-dash-fill": 62011,
"cart-dash": 62012,
"cart-fill": 62013,
"cart-plus-fill": 62014,
"cart-plus": 62015,
"cart-x-fill": 62016,
"cart-x": 62017,
"cart": 62018,
"cart2": 62019,
"cart3": 62020,
"cart4": 62021,
"cash-stack": 62022,
"cash": 62023,
"cast": 62024,
"chat-dots-fill": 62025,
"chat-dots": 62026,
"chat-fill": 62027,
"chat-left-dots-fill": 62028,
"chat-left-dots": 62029,
"chat-left-fill": 62030,
"chat-left-quote-fill": 62031,
"chat-left-quote": 62032,
"chat-left-text-fill": 62033,
"chat-left-text": 62034,
"chat-left": 62035,
"chat-quote-fill": 62036,
"chat-quote": 62037,
"chat-right-dots-fill": 62038,
"chat-right-dots": 62039,
"chat-right-fill": 62040,
"chat-right-quote-fill": 62041,
"chat-right-quote": 62042,
"chat-right-text-fill": 62043,
"chat-right-text": 62044,
"chat-right": 62045,
"chat-square-dots-fill": 62046,
"chat-square-dots": 62047,
"chat-square-fill": 62048,
"chat-square-quote-fill": 62049,
"chat-square-quote": 62050,
"chat-square-text-fill": 62051,
"chat-square-text": 62052,
"chat-square": 62053,
"chat-text-fill": 62054,
"chat-text": 62055,
"chat": 62056,
"check-all": 62057,
"check-circle-fill": 62058,
"check-circle": 62059,
"check-square-fill": 62060,
"check-square": 62061,
"check": 62062,
"check2-all": 62063,
"check2-circle": 62064,
"check2-square": 62065,
"check2": 62066,
"chevron-bar-contract": 62067,
"chevron-bar-down": 62068,
"chevron-bar-expand": 62069,
"chevron-bar-left": 62070,
"chevron-bar-right": 62071,
"chevron-bar-up": 62072,
"chevron-compact-down": 62073,
"chevron-compact-left": 62074,
"chevron-compact-right": 62075,
"chevron-compact-up": 62076,
"chevron-contract": 62077,
"chevron-double-down": 62078,
"chevron-double-left": 62079,
"chevron-double-right": 62080,
"chevron-double-up": 62081,
"chevron-down": 62082,
"chevron-expand": 62083,
"chevron-left": 62084,
"chevron-right": 62085,
"chevron-up": 62086,
"circle-fill": 62087,
"circle-half": 62088,
"circle-square": 62089,
"circle": 62090,
"clipboard-check": 62091,
"clipboard-data": 62092,
"clipboard-minus": 62093,
"clipboard-plus": 62094,
"clipboard-x": 62095,
"clipboard": 62096,
"clock-fill": 62097,
"clock-history": 62098,
"clock": 62099,
"cloud-arrow-down-fill": 62100,
"cloud-arrow-down": 62101,
"cloud-arrow-up-fill": 62102,
"cloud-arrow-up": 62103,
"cloud-check-fill": 62104,
"cloud-check": 62105,
"cloud-download-fill": 62106,
"cloud-download": 62107,
"cloud-drizzle-fill": 62108,
"cloud-drizzle": 62109,
"cloud-fill": 62110,
"cloud-fog-fill": 62111,
"cloud-fog": 62112,
"cloud-fog2-fill": 62113,
"cloud-fog2": 62114,
"cloud-hail-fill": 62115,
"cloud-hail": 62116,
"cloud-haze-1": 62117,
"cloud-haze-fill": 62118,
"cloud-haze": 62119,
"cloud-haze2-fill": 62120,
"cloud-lightning-fill": 62121,
"cloud-lightning-rain-fill": 62122,
"cloud-lightning-rain": 62123,
"cloud-lightning": 62124,
"cloud-minus-fill": 62125,
"cloud-minus": 62126,
"cloud-moon-fill": 62127,
"cloud-moon": 62128,
"cloud-plus-fill": 62129,
"cloud-plus": 62130,
"cloud-rain-fill": 62131,
"cloud-rain-heavy-fill": 62132,
"cloud-rain-heavy": 62133,
"cloud-rain": 62134,
"cloud-slash-fill": 62135,
"cloud-slash": 62136,
"cloud-sleet-fill": 62137,
"cloud-sleet": 62138,
"cloud-snow-fill": 62139,
"cloud-snow": 62140,
"cloud-sun-fill": 62141,
"cloud-sun": 62142,
"cloud-upload-fill": 62143,
"cloud-upload": 62144,
"cloud": 62145,
"clouds-fill": 62146,
"clouds": 62147,
"cloudy-fill": 62148,
"cloudy": 62149,
"code-slash": 62150,
"code-square": 62151,
"code": 62152,
"collection-fill": 62153,
"collection-play-fill": 62154,
"collection-play": 62155,
"collection": 62156,
"columns-gap": 62157,
"columns": 62158,
"command": 62159,
"compass-fill": 62160,
"compass": 62161,
"cone-striped": 62162,
"cone": 62163,
"controller": 62164,
"cpu-fill": 62165,
"cpu": 62166,
"credit-card-2-back-fill": 62167,
"credit-card-2-back": 62168,
"credit-card-2-front-fill": 62169,
"credit-card-2-front": 62170,
"credit-card-fill": 62171,
"credit-card": 62172,
"crop": 62173,
"cup-fill": 62174,
"cup-straw": 62175,
"cup": 62176,
"cursor-fill": 62177,
"cursor-text": 62178,
"cursor": 62179,
"dash-circle-dotted": 62180,
"dash-circle-fill": 62181,
"dash-circle": 62182,
"dash-square-dotted": 62183,
"dash-square-fill": 62184,
"dash-square": 62185,
"dash": 62186,
"diagram-2-fill": 62187,
"diagram-2": 62188,
"diagram-3-fill": 62189,
"diagram-3": 62190,
"diamond-fill": 62191,
"diamond-half": 62192,
"diamond": 62193,
"dice-1-fill": 62194,
"dice-1": 62195,
"dice-2-fill": 62196,
"dice-2": 62197,
"dice-3-fill": 62198,
"dice-3": 62199,
"dice-4-fill": 62200,
"dice-4": 62201,
"dice-5-fill": 62202,
"dice-5": 62203,
"dice-6-fill": 62204,
"dice-6": 62205,
"disc-fill": 62206,
"disc": 62207,
"discord": 62208,
"display-fill": 62209,
"display": 62210,
"distribute-horizontal": 62211,
"distribute-vertical": 62212,
"door-closed-fill": 62213,
"door-closed": 62214,
"door-open-fill": 62215,
"door-open": 62216,
"dot": 62217,
"download": 62218,
"droplet-fill": 62219,
"droplet-half": 62220,
"droplet": 62221,
"earbuds": 62222,
"easel-fill": 62223,
"easel": 62224,
"egg-fill": 62225,
"egg-fried": 62226,
"egg": 62227,
"eject-fill": 62228,
"eject": 62229,
"emoji-angry-fill": 62230,
"emoji-angry": 62231,
"emoji-dizzy-fill": 62232,
"emoji-dizzy": 62233,
"emoji-expressionless-fill": 62234,
"emoji-expressionless": 62235,
"emoji-frown-fill": 62236,
"emoji-frown": 62237,
"emoji-heart-eyes-fill": 62238,
"emoji-heart-eyes": 62239,
"emoji-laughing-fill": 62240,
"emoji-laughing": 62241,
"emoji-neutral-fill": 62242,
"emoji-neutral": 62243,
"emoji-smile-fill": 62244,
"emoji-smile-upside-down-fill": 62245,
"emoji-smile-upside-down": 62246,
"emoji-smile": 62247,
"emoji-sunglasses-fill": 62248,
"emoji-sunglasses": 62249,
"emoji-wink-fill": 62250,
"emoji-wink": 62251,
"envelope-fill": 62252,
"envelope-open-fill": 62253,
"envelope-open": 62254,
"envelope": 62255,
"eraser-fill": 62256,
"eraser": 62257,
"exclamation-circle-fill": 62258,
"exclamation-circle": 62259,
"exclamation-diamond-fill": 62260,
"exclamation-diamond": 62261,
"exclamation-octagon-fill": 62262,
"exclamation-octagon": 62263,
"exclamation-square-fill": 62264,
"exclamation-square": 62265,
"exclamation-triangle-fill": 62266,
"exclamation-triangle": 62267,
"exclamation": 62268,
"exclude": 62269,
"eye-fill": 62270,
"eye-slash-fill": 62271,
"eye-slash": 62272,
"eye": 62273,
"eyedropper": 62274,
"eyeglasses": 62275,
"facebook": 62276,
"file-arrow-down-fill": 62277,
"file-arrow-down": 62278,
"file-arrow-up-fill": 62279,
"file-arrow-up": 62280,
"file-bar-graph-fill": 62281,
"file-bar-graph": 62282,
"file-binary-fill": 62283,
"file-binary": 62284,
"file-break-fill": 62285,
"file-break": 62286,
"file-check-fill": 62287,
"file-check": 62288,
"file-code-fill": 62289,
"file-code": 62290,
"file-diff-fill": 62291,
"file-diff": 62292,
"file-earmark-arrow-down-fill": 62293,
"file-earmark-arrow-down": 62294,
"file-earmark-arrow-up-fill": 62295,
"file-earmark-arrow-up": 62296,
"file-earmark-bar-graph-fill": 62297,
"file-earmark-bar-graph": 62298,
"file-earmark-binary-fill": 62299,
"file-earmark-binary": 62300,
"file-earmark-break-fill": 62301,
"file-earmark-break": 62302,
"file-earmark-check-fill": 62303,
"file-earmark-check": 62304,
"file-earmark-code-fill": 62305,
"file-earmark-code": 62306,
"file-earmark-diff-fill": 62307,
"file-earmark-diff": 62308,
"file-earmark-easel-fill": 62309,
"file-earmark-easel": 62310,
"file-earmark-excel-fill": 62311,
"file-earmark-excel": 62312,
"file-earmark-fill": 62313,
"file-earmark-font-fill": 62314,
"file-earmark-font": 62315,
"file-earmark-image-fill": 62316,
"file-earmark-image": 62317,
"file-earmark-lock-fill": 62318,
"file-earmark-lock": 62319,
"file-earmark-lock2-fill": 62320,
"file-earmark-lock2": 62321,
"file-earmark-medical-fill": 62322,
"file-earmark-medical": 62323,
"file-earmark-minus-fill": 62324,
"file-earmark-minus": 62325,
"file-earmark-music-fill": 62326,
"file-earmark-music": 62327,
"file-earmark-person-fill": 62328,
"file-earmark-person": 62329,
"file-earmark-play-fill": 62330,
"file-earmark-play": 62331,
"file-earmark-plus-fill": 62332,
"file-earmark-plus": 62333,
"file-earmark-post-fill": 62334,
"file-earmark-post": 62335,
"file-earmark-ppt-fill": 62336,
"file-earmark-ppt": 62337,
"file-earmark-richtext-fill": 62338,
"file-earmark-richtext": 62339,
"file-earmark-ruled-fill": 62340,
"file-earmark-ruled": 62341,
"file-earmark-slides-fill": 62342,
"file-earmark-slides": 62343,
"file-earmark-spreadsheet-fill": 62344,
"file-earmark-spreadsheet": 62345,
"file-earmark-text-fill": 62346,
"file-earmark-text": 62347,
"file-earmark-word-fill": 62348,
"file-earmark-word": 62349,
"file-earmark-x-fill": 62350,
"file-earmark-x": 62351,
"file-earmark-zip-fill": 62352,
"file-earmark-zip": 62353,
"file-earmark": 62354,
"file-easel-fill": 62355,
"file-easel": 62356,
"file-excel-fill": 62357,
"file-excel": 62358,
"file-fill": 62359,
"file-font-fill": 62360,
"file-font": 62361,
"file-image-fill": 62362,
"file-image": 62363,
"file-lock-fill": 62364,
"file-lock": 62365,
"file-lock2-fill": 62366,
"file-lock2": 62367,
"file-medical-fill": 62368,
"file-medical": 62369,
"file-minus-fill": 62370,
"file-minus": 62371,
"file-music-fill": 62372,
"file-music": 62373,
"file-person-fill": 62374,
"file-person": 62375,
"file-play-fill": 62376,
"file-play": 62377,
"file-plus-fill": 62378,
"file-plus": 62379,
"file-post-fill": 62380,
"file-post": 62381,
"file-ppt-fill": 62382,
"file-ppt": 62383,
"file-richtext-fill": 62384,
"file-richtext": 62385,
"file-ruled-fill": 62386,
"file-ruled": 62387,
"file-slides-fill": 62388,
"file-slides": 62389,
"file-spreadsheet-fill": 62390,
"file-spreadsheet": 62391,
"file-text-fill": 62392,
"file-text": 62393,
"file-word-fill": 62394,
"file-word": 62395,
"file-x-fill": 62396,
"file-x": 62397,
"file-zip-fill": 62398,
"file-zip": 62399,
"file": 62400,
"files-alt": 62401,
"files": 62402,
"film": 62403,
"filter-circle-fill": 62404,
"filter-circle": 62405,
"filter-left": 62406,
"filter-right": 62407,
"filter-square-fill": 62408,
"filter-square": 62409,
"filter": 62410,
"flag-fill": 62411,
"flag": 62412,
"flower1": 62413,
"flower2": 62414,
"flower3": 62415,
"folder-check": 62416,
"folder-fill": 62417,
"folder-minus": 62418,
"folder-plus": 62419,
"folder-symlink-fill": 62420,
"folder-symlink": 62421,
"folder-x": 62422,
"folder": 62423,
"folder2-open": 62424,
"folder2": 62425,
"fonts": 62426,
"forward-fill": 62427,
"forward": 62428,
"front": 62429,
"fullscreen-exit": 62430,
"fullscreen": 62431,
"funnel-fill": 62432,
"funnel": 62433,
"gear-fill": 62434,
"gear-wide-connected": 62435,
"gear-wide": 62436,
"gear": 62437,
"gem": 62438,
"geo-alt-fill": 62439,
"geo-alt": 62440,
"geo-fill": 62441,
"geo": 62442,
"gift-fill": 62443,
"gift": 62444,
"github": 62445,
"globe": 62446,
"globe2": 62447,
"google": 62448,
"graph-down": 62449,
"graph-up": 62450,
"grid-1x2-fill": 62451,
"grid-1x2": 62452,
"grid-3x2-gap-fill": 62453,
"grid-3x2-gap": 62454,
"grid-3x2": 62455,
"grid-3x3-gap-fill": 62456,
"grid-3x3-gap": 62457,
"grid-3x3": 62458,
"grid-fill": 62459,
"grid": 62460,
"grip-horizontal": 62461,
"grip-vertical": 62462,
"hammer": 62463,
"hand-index-fill": 62464,
"hand-index-thumb-fill": 62465,
"hand-index-thumb": 62466,
"hand-index": 62467,
"hand-thumbs-down-fill": 62468,
"hand-thumbs-down": 62469,
"hand-thumbs-up-fill": 62470,
"hand-thumbs-up": 62471,
"handbag-fill": 62472,
"handbag": 62473,
"hash": 62474,
"hdd-fill": 62475,
"hdd-network-fill": 62476,
"hdd-network": 62477,
"hdd-rack-fill": 62478,
"hdd-rack": 62479,
"hdd-stack-fill": 62480,
"hdd-stack": 62481,
"hdd": 62482,
"headphones": 62483,
"headset": 62484,
"heart-fill": 62485,
"heart-half": 62486,
"heart": 62487,
"heptagon-fill": 62488,
"heptagon-half": 62489,
"heptagon": 62490,
"hexagon-fill": 62491,
"hexagon-half": 62492,
"hexagon": 62493,
"hourglass-bottom": 62494,
"hourglass-split": 62495,
"hourglass-top": 62496,
"hourglass": 62497,
"house-door-fill": 62498,
"house-door": 62499,
"house-fill": 62500,
"house": 62501,
"hr": 62502,
"hurricane": 62503,
"image-alt": 62504,
"image-fill": 62505,
"image": 62506,
"images": 62507,
"inbox-fill": 62508,
"inbox": 62509,
"inboxes-fill": 62510,
"inboxes": 62511,
"info-circle-fill": 62512,
"info-circle": 62513,
"info-square-fill": 62514,
"info-square": 62515,
"info": 62516,
"input-cursor-text": 62517,
"input-cursor": 62518,
"instagram": 62519,
"intersect": 62520,
"journal-album": 62521,
"journal-arrow-down": 62522,
"journal-arrow-up": 62523,
"journal-bookmark-fill": 62524,
"journal-bookmark": 62525,
"journal-check": 62526,
"journal-code": 62527,
"journal-medical": 62528,
"journal-minus": 62529,
"journal-plus": 62530,
"journal-richtext": 62531,
"journal-text": 62532,
"journal-x": 62533,
"journal": 62534,
"journals": 62535,
"joystick": 62536,
"justify-left": 62537,
"justify-right": 62538,
"justify": 62539,
"kanban-fill": 62540,
"kanban": 62541,
"key-fill": 62542,
"key": 62543,
"keyboard-fill": 62544,
"keyboard": 62545,
"ladder": 62546,
"lamp-fill": 62547,
"lamp": 62548,
"laptop-fill": 62549,
"laptop": 62550,
"layer-backward": 62551,
"layer-forward": 62552,
"layers-fill": 62553,
"layers-half": 62554,
"layers": 62555,
"layout-sidebar-inset-reverse": 62556,
"layout-sidebar-inset": 62557,
"layout-sidebar-reverse": 62558,
"layout-sidebar": 62559,
"layout-split": 62560,
"layout-text-sidebar-reverse": 62561,
"layout-text-sidebar": 62562,
"layout-text-window-reverse": 62563,
"layout-text-window": 62564,
"layout-three-columns": 62565,
"layout-wtf": 62566,
"life-preserver": 62567,
"lightbulb-fill": 62568,
"lightbulb-off-fill": 62569,
"lightbulb-off": 62570,
"lightbulb": 62571,
"lightning-charge-fill": 62572,
"lightning-charge": 62573,
"lightning-fill": 62574,
"lightning": 62575,
"link-45deg": 62576,
"link": 62577,
"linkedin": 62578,
"list-check": 62579,
"list-nested": 62580,
"list-ol": 62581,
"list-stars": 62582,
"list-task": 62583,
"list-ul": 62584,
"list": 62585,
"lock-fill": 62586,
"lock": 62587,
"mailbox": 62588,
"mailbox2": 62589,
"map-fill": 62590,
"map": 62591,
"markdown-fill": 62592,
"markdown": 62593,
"mask": 62594,
"megaphone-fill": 62595,
"megaphone": 62596,
"menu-app-fill": 62597,
"menu-app": 62598,
"menu-button-fill": 62599,
"menu-button-wide-fill": 62600,
"menu-button-wide": 62601,
"menu-button": 62602,
"menu-down": 62603,
"menu-up": 62604,
"mic-fill": 62605,
"mic-mute-fill": 62606,
"mic-mute": 62607,
"mic": 62608,
"minecart-loaded": 62609,
"minecart": 62610,
"moisture": 62611,
"moon-fill": 62612,
"moon-stars-fill": 62613,
"moon-stars": 62614,
"moon": 62615,
"mouse-fill": 62616,
"mouse": 62617,
"mouse2-fill": 62618,
"mouse2": 62619,
"mouse3-fill": 62620,
"mouse3": 62621,
"music-note-beamed": 62622,
"music-note-list": 62623,
"music-note": 62624,
"music-player-fill": 62625,
"music-player": 62626,
"newspaper": 62627,
"node-minus-fill": 62628,
"node-minus": 62629,
"node-plus-fill": 62630,
"node-plus": 62631,
"nut-fill": 62632,
"nut": 62633,
"octagon-fill": 62634,
"octagon-half": 62635,
"octagon": 62636,
"option": 62637,
"outlet": 62638,
"paint-bucket": 62639,
"palette-fill": 62640,
"palette": 62641,
"palette2": 62642,
"paperclip": 62643,
"paragraph": 62644,
"patch-check-fill": 62645,
"patch-check": 62646,
"patch-exclamation-fill": 62647,
"patch-exclamation": 62648,
"patch-minus-fill": 62649,
"patch-minus": 62650,
"patch-plus-fill": 62651,
"patch-plus": 62652,
"patch-question-fill": 62653,
"patch-question": 62654,
"pause-btn-fill": 62655,
"pause-btn": 62656,
"pause-circle-fill": 62657,
"pause-circle": 62658,
"pause-fill": 62659,
"pause": 62660,
"peace-fill": 62661,
"peace": 62662,
"pen-fill": 62663,
"pen": 62664,
"pencil-fill": 62665,
"pencil-square": 62666,
"pencil": 62667,
"pentagon-fill": 62668,
"pentagon-half": 62669,
"pentagon": 62670,
"people-fill": 62671,
"people": 62672,
"percent": 62673,
"person-badge-fill": 62674,
"person-badge": 62675,
"person-bounding-box": 62676,
"person-check-fill": 62677,
"person-check": 62678,
"person-circle": 62679,
"person-dash-fill": 62680,
"person-dash": 62681,
"person-fill": 62682,
"person-lines-fill": 62683,
"person-plus-fill": 62684,
"person-plus": 62685,
"person-square": 62686,
"person-x-fill": 62687,
"person-x": 62688,
"person": 62689,
"phone-fill": 62690,
"phone-landscape-fill": 62691,
"phone-landscape": 62692,
"phone-vibrate-fill": 62693,
"phone-vibrate": 62694,
"phone": 62695,
"pie-chart-fill": 62696,
"pie-chart": 62697,
"pin-angle-fill": 62698,
"pin-angle": 62699,
"pin-fill": 62700,
"pin": 62701,
"pip-fill": 62702,
"pip": 62703,
"play-btn-fill": 62704,
"play-btn": 62705,
"play-circle-fill": 62706,
"play-circle": 62707,
"play-fill": 62708,
"play": 62709,
"plug-fill": 62710,
"plug": 62711,
"plus-circle-dotted": 62712,
"plus-circle-fill": 62713,
"plus-circle": 62714,
"plus-square-dotted": 62715,
"plus-square-fill": 62716,
"plus-square": 62717,
"plus": 62718,
"power": 62719,
"printer-fill": 62720,
"printer": 62721,
"puzzle-fill": 62722,
"puzzle": 62723,
"question-circle-fill": 62724,
"question-circle": 62725,
"question-diamond-fill": 62726,
"question-diamond": 62727,
"question-octagon-fill": 62728,
"question-octagon": 62729,
"question-square-fill": 62730,
"question-square": 62731,
"question": 62732,
"rainbow": 62733,
"receipt-cutoff": 62734,
"receipt": 62735,
"reception-0": 62736,
"reception-1": 62737,
"reception-2": 62738,
"reception-3": 62739,
"reception-4": 62740,
"record-btn-fill": 62741,
"record-btn": 62742,
"record-circle-fill": 62743,
"record-circle": 62744,
"record-fill": 62745,
"record": 62746,
"record2-fill": 62747,
"record2": 62748,
"reply-all-fill": 62749,
"reply-all": 62750,
"reply-fill": 62751,
"reply": 62752,
"rss-fill": 62753,
"rss": 62754,
"rulers": 62755,
"save-fill": 62756,
"save": 62757,
"save2-fill": 62758,
"save2": 62759,
"scissors": 62760,
"screwdriver": 62761,
"search": 62762,
"segmented-nav": 62763,
"server": 62764,
"share-fill": 62765,
"share": 62766,
"shield-check": 62767,
"shield-exclamation": 62768,
"shield-fill-check": 62769,
"shield-fill-exclamation": 62770,
"shield-fill-minus": 62771,
"shield-fill-plus": 62772,
"shield-fill-x": 62773,
"shield-fill": 62774,
"shield-lock-fill": 62775,
"shield-lock": 62776,
"shield-minus": 62777,
"shield-plus": 62778,
"shield-shaded": 62779,
"shield-slash-fill": 62780,
"shield-slash": 62781,
"shield-x": 62782,
"shield": 62783,
"shift-fill": 62784,
"shift": 62785,
"shop-window": 62786,
"shop": 62787,
"shuffle": 62788,
"signpost-2-fill": 62789,
"signpost-2": 62790,
"signpost-fill": 62791,
"signpost-split-fill": 62792,
"signpost-split": 62793,
"signpost": 62794,
"sim-fill": 62795,
"sim": 62796,
"skip-backward-btn-fill": 62797,
"skip-backward-btn": 62798,
"skip-backward-circle-fill": 62799,
"skip-backward-circle": 62800,
"skip-backward-fill": 62801,
"skip-backward": 62802,
"skip-end-btn-fill": 62803,
"skip-end-btn": 62804,
"skip-end-circle-fill": 62805,
"skip-end-circle": 62806,
"skip-end-fill": 62807,
"skip-end": 62808,
"skip-forward-btn-fill": 62809,
"skip-forward-btn": 62810,
"skip-forward-circle-fill": 62811,
"skip-forward-circle": 62812,
"skip-forward-fill": 62813,
"skip-forward": 62814,
"skip-start-btn-fill": 62815,
"skip-start-btn": 62816,
"skip-start-circle-fill": 62817,
"skip-start-circle": 62818,
"skip-start-fill": 62819,
"skip-start": 62820,
"slack": 62821,
"slash-circle-fill": 62822,
"slash-circle": 62823,
"slash-square-fill": 62824,
"slash-square": 62825,
"slash": 62826,
"sliders": 62827,
"smartwatch": 62828,
"snow": 62829,
"snow2": 62830,
"snow3": 62831,
"sort-alpha-down-alt": 62832,
"sort-alpha-down": 62833,
"sort-alpha-up-alt": 62834,
"sort-alpha-up": 62835,
"sort-down-alt": 62836,
"sort-down": 62837,
"sort-numeric-down-alt": 62838,
"sort-numeric-down": 62839,
"sort-numeric-up-alt": 62840,
"sort-numeric-up": 62841,
"sort-up-alt": 62842,
"sort-up": 62843,
"soundwave": 62844,
"speaker-fill": 62845,
"speaker": 62846,
"speedometer": 62847,
"speedometer2": 62848,
"spellcheck": 62849,
"square-fill": 62850,
"square-half": 62851,
"square": 62852,
"stack": 62853,
"star-fill": 62854,
"star-half": 62855,
"star": 62856,
"stars": 62857,
"stickies-fill": 62858,
"stickies": 62859,
"sticky-fill": 62860,
"sticky": 62861,
"stop-btn-fill": 62862,
"stop-btn": 62863,
"stop-circle-fill": 62864,
"stop-circle": 62865,
"stop-fill": 62866,
"stop": 62867,
"stoplights-fill": 62868,
"stoplights": 62869,
"stopwatch-fill": 62870,
"stopwatch": 62871,
"subtract": 62872,
"suit-club-fill": 62873,
"suit-club": 62874,
"suit-diamond-fill": 62875,
"suit-diamond": 62876,
"suit-heart-fill": 62877,
"suit-heart": 62878,
"suit-spade-fill": 62879,
"suit-spade": 62880,
"sun-fill": 62881,
"sun": 62882,
"sunglasses": 62883,
"sunrise-fill": 62884,
"sunrise": 62885,
"sunset-fill": 62886,
"sunset": 62887,
"symmetry-horizontal": 62888,
"symmetry-vertical": 62889,
"table": 62890,
"tablet-fill": 62891,
"tablet-landscape-fill": 62892,
"tablet-landscape": 62893,
"tablet": 62894,
"tag-fill": 62895,
"tag": 62896,
"tags-fill": 62897,
"tags": 62898,
"telegram": 62899,
"telephone-fill": 62900,
"telephone-forward-fill": 62901,
"telephone-forward": 62902,
"telephone-inbound-fill": 62903,
"telephone-inbound": 62904,
"telephone-minus-fill": 62905,
"telephone-minus": 62906,
"telephone-outbound-fill": 62907,
"telephone-outbound": 62908,
"telephone-plus-fill": 62909,
"telephone-plus": 62910,
"telephone-x-fill": 62911,
"telephone-x": 62912,
"telephone": 62913,
"terminal-fill": 62914,
"terminal": 62915,
"text-center": 62916,
"text-indent-left": 62917,
"text-indent-right": 62918,
"text-left": 62919,
"text-paragraph": 62920,
"text-right": 62921,
"textarea-resize": 62922,
"textarea-t": 62923,
"textarea": 62924,
"thermometer-half": 62925,
"thermometer-high": 62926,
"thermometer-low": 62927,
"thermometer-snow": 62928,
"thermometer-sun": 62929,
"thermometer": 62930,
"three-dots-vertical": 62931,
"three-dots": 62932,
"toggle-off": 62933,
"toggle-on": 62934,
"toggle2-off": 62935,
"toggle2-on": 62936,
"toggles": 62937,
"toggles2": 62938,
"tools": 62939,
"tornado": 62940,
"trash-fill": 62941,
"trash": 62942,
"trash2-fill": 62943,
"trash2": 62944,
"tree-fill": 62945,
"tree": 62946,
"triangle-fill": 62947,
"triangle-half": 62948,
"triangle": 62949,
"trophy-fill": 62950,
"trophy": 62951,
"tropical-storm": 62952,
"truck-flatbed": 62953,
"truck": 62954,
"tsunami": 62955,
"tv-fill": 62956,
"tv": 62957,
"twitch": 62958,
"twitter": 62959,
"type-bold": 62960,
"type-h1": 62961,
"type-h2": 62962,
"type-h3": 62963,
"type-italic": 62964,
"type-strikethrough": 62965,
"type-underline": 62966,
"type": 62967,
"ui-checks-grid": 62968,
"ui-checks": 62969,
"ui-radios-grid": 62970,
"ui-radios": 62971,
"umbrella-fill": 62972,
"umbrella": 62973,
"union": 62974,
"unlock-fill": 62975,
"unlock": 62976,
"upc-scan": 62977,
"upc": 62978,
"upload": 62979,
"vector-pen": 62980,
"view-list": 62981,
"view-stacked": 62982,
"vinyl-fill": 62983,
"vinyl": 62984,
"voicemail": 62985,
"volume-down-fill": 62986,
"volume-down": 62987,
"volume-mute-fill": 62988,
"volume-mute": 62989,
"volume-off-fill": 62990,
"volume-off": 62991,
"volume-up-fill": 62992,
"volume-up": 62993,
"vr": 62994,
"wallet-fill": 62995,
"wallet": 62996,
"wallet2": 62997,
"watch": 62998,
"water": 62999,
"whatsapp": 63000,
"wifi-1": 63001,
"wifi-2": 63002,
"wifi-off": 63003,
"wifi": 63004,
"wind": 63005,
"window-dock": 63006,
"window-sidebar": 63007,
"window": 63008,
"wrench": 63009,
"x-circle-fill": 63010,
"x-circle": 63011,
"x-diamond-fill": 63012,
"x-diamond": 63013,
"x-octagon-fill": 63014,
"x-octagon": 63015,
"x-square-fill": 63016,
"x-square": 63017,
"x": 63018,
"youtube": 63019,
"zoom-in": 63020,
"zoom-out": 63021
}
================================================
FILE: bl-languages/ar_MA.json
================================================
{
"language-data": {
"native": "اللغة العربية",
"english-name": "Arabic",
"last-update": "2017-09-10",
"authors": [
"",
"",
"",
""
],
"locale": "ar, ar_MA"
},
"dates": {
"Mon": "Mon",
"Tue": "Tue",
"Wed": "Wed",
"Thu": "Thu",
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "الأثنين",
"Tuesday": "الثلاثاء",
"Wednesday": "الأربعاء",
"Thursday": "الخميس",
"Friday": "الجمعة",
"Saturday": "السبت",
"Sunday": "الأحد",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "يناير",
"February": "فبراير",
"March": "مارس",
"April": "أبريل",
"May": "مايو",
"June": "يونيو",
"July": "يوليو",
"August": "أغسطس",
"September": "سبتمبر",
"October": "أكتوبر",
"November": "نوفمبر",
"December": "ديسمبر"
},
"dashboard": "لوحة التحكم",
"manage-users": "إدارة المستخدمين",
"manage-categories": "إدارة التصنيفات",
"general-settings": "الإعدادات العامة",
"advanced-settings": "إعدادات متقدمة",
"thanks-for-supporting-bludit": "شكراً لدعمك Bludit",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"language": "اللغة",
"plugin": "Plugin",
"plugins": "الإضافات",
"developers": "المطورون",
"themes": "القوالب",
"about": "من نحن",
"url": "URL",
"welcome": "مرحباً",
"logout": "الخروج",
"website": "الموقع",
"publish": "نشر",
"manage": "إدارة",
"content": "المحتوى",
"category": "التصنيف",
"categories": "التصنيفات",
"users": "المستخدمين",
"settings": "الإعدادات",
"general": "عـام",
"advanced": "متقدم",
"new-content": "محتوى جديد",
"manage-content": "ادارة المحتوى",
"add-new-content": "أضف محتوى جديد",
"new-category": "تصنيف جديد",
"you-do-not-have-sufficient-permissions": "لا توجد لديك الصلاحيات الكافية لدخول هذه الصفحة،إتصل بالمدير",
"add-a-new-user": "أضف مستخدم جديد",
"url-associated-with-the-content": "URL associated with the content.",
"language-and-timezone": "اللغة والمنطقة الزمنية",
"change-your-language-and-region-settings": ".إختر لغتك ومنطقتك",
"notifications": "تنبيهات",
"plugin-activated": "الاضافة مفعلة",
"plugin-deactivated": "الاضافة معطلة",
"new-theme-configured": "New theme configured",
"settings-changes": "Changes on settings",
"plugin-configured": "Plugin configured",
"welcome-to-bludit": "مرحبا بك في Bludit",
"statistics": "الإحصائيات",
"drafts": "المسودات",
"title": "العنوان",
"save": "حفظ",
"save-as-draft": "الحفظ كمسودة",
"cancel": "إلغاء",
"description": "الوصف",
"this-field-can-help-describe-the-content": "ضع وصفا مناسبا للمحتوى في بضع كلمات. لا تزيد عن 150 حرفا.",
"images": "الصور",
"error": "خطأ",
"supported-image-file-types": "أنواع ملفات الصور المدعومة",
"cover-image": "صورة الغلاف",
"drag-and-drop-or-click-here": "سحب وإسقاط أو اضغط هنا",
"there-are-no-images": "لا توجد صور بعد",
"upload-and-more-images": "Upload and more images",
"click-on-the-image-for-options": "إضغط على الصورة للمزيد من خيارات.",
"click-here-to-cancel": ".انقر هنا إلى إلغاء",
"insert-image": "إدراج صورة",
"set-as-cover-image": "جعلها صورة للغلاف",
"delete-image": "حذف الصورة",
"tags": "علامات",
"add": "أضـف",
"status": "الحالة",
"published": "منشور",
"draft": "مسودة",
"empty-title": "بدون عنوان",
"empty": "empty",
"date": "التاريخ",
"external-cover-image": "External cover image",
"parent": "ملحق",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "موضع",
"friendly-url": "روابط محسنة",
"image-description": "وصف الصورة",
"add-a-new-category": "إضافة تصنيف جديد",
"name": "الإسم",
"username": "المعرف",
"quick-search-pages-and-menu": "البحث السريع عن الصفحات والقائمة",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "التحليلات",
"visits-today": "الزيارات اليوم",
"unique-visitors": "الزوار الفريدون",
"search-placeholder": "البحث عن الصفحات والمحتوى وعناصر القائمة...",
"no-results-found": "لم يتم العثور على نتائج",
"first-name": "الإسم الأول",
"last-name": "الاسم الثاني",
"to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".",
"email": "البريد الإلكتروني",
"role": "الدور",
"registered": "مسجل",
"site-information": "معلومات الموقع",
"site-title": "عنوان الموقع",
"use-this-field-to-name-your-site": "إستخدم هذا الحقل لكتابة عنوان موقعك،سوف يظهر في أعلى جميع صفحات موقعك",
"site-slogan": "شعار الموقع",
"use-this-field-to-add-a-catchy-phrase": "أكتب عبارة جذابة حول موقعك",
"site-description": "وصف الموقع",
"you-can-add-a-site-description-to-provide": "يمكنك إضافة وصف مختصر حول موقعك للتعريف به",
"footer-text": "نص التذبيل",
"you-can-add-a-small-text-on-the-bottom": "يمكنك إضافة نص قصير أسفل الموقع",
"social-networks-links": "روابط الشبكات الإجتماعية",
"site-url": "رابط الموقع",
"email-account-settings": "إعدادات بريد الحساب",
"sender-email": "بريد المرسل",
"emails-will-be-sent-from-this-address": ".سوف ترسل الرسائل من هذا البريد",
"url-filters": "فلتر الرابط",
"select-your-sites-language": "إختر لغة موقعك",
"timezone": "المنطقة الزمنية",
"select-a-timezone-for-a-correct": "إختيار التوقيت الصحيح لعرض التاريخ \/ الوقت على موقعك.",
"locale": "المكان",
"date-and-time-formats": "تنسيق التاريخ والوقت",
"date-format": "صيغة التاريخ",
"current-format": "Current format",
"version": "الإصدار",
"author": "الكاتب",
"activate": "تفعيل",
"deactivate": "تعطيل",
"edit-category": "Edit category",
"delete": "حذف",
"password": "كلمة السر",
"confirm-password": "تأكيد كلمة السر",
"editor": "المحرر",
"administrator": "المدير",
"edit-user": "تعديل المستخدم",
"edit-content": "Edit content",
"profile": "الملف الشخصي",
"change-password": "تغيير كلمة السر",
"enabled": "تفعيل",
"disable-the-user": "Disable the user",
"profile-picture": "صورة الملف الشخصي",
"edit-or-delete-your-categories": "تحرير وحذف التصنيفات",
"create-a-new-category-to-organize-your-content": "إضافة تصنيف جديد لتنظيم المحتوى",
"confirm-delete-this-action-cannot-be-undone": "تأكيد الحذف، لا يمكن التراجع عن هذه الخطوة",
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
"new-password": "كلمة سر جديد",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "العناصر في الصفحة",
"invite-a-friend-to-collaborate-on-your-site": "دعوة صديق للمشاركة في موقعك",
"number-of-items-to-show-per-page": "Number of items to show per page.",
"website-or-blog": "Website or Blog",
"order-content-by": "ترتيب المحتوى حسب",
"edit-or-delete-content-from-your-site": "تحرير وحذف المحتوى من موقعك",
"order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.",
"default-content-status": "حالة المحتوى الافتراضية",
"default-status-for-new-content": "اختر ما إذا كان المحتوى الجديد يتم إنشاؤه كمنشور أو مسودة افتراضيًا.",
"page-not-found-content": "Hey! look like the page doesn't exist.",
"page-not-found": "Page not found",
"predefined-pages": "Predefined pages",
"returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.",
"returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Bludit مثبث",
"choose-your-language": "إختر لغتك",
"next": "التالـي",
"complete-the-form-choose-a-password-for-the-username-admin": "أكمل النموذج، إختر إسم وكلمة سر للمدير",
"show-password": "أظهر كلمة السر",
"install": "تثبيث",
"login": "تسجيل الدخول",
"back-to-login-form": "عودة إلى النمودج",
"get-login-access-code": "أحصل على رمز الدخول",
"email-access-code": "Email access code",
"whats-next": "ماهي الخطوة التالية",
"username-or-password-incorrect": "إسم المستخدم أو كلمة السر خاطئ",
"follow-bludit-on": "تابع جديدنا على",
"this-is-a-brief-description-of-yourself-our-your-site": "هذا وصف موجز لنفسك أو لموقعك، لتغيير هذا النص تذهب إلى لوحة المشرف، إعدادات، والإضافات، وتعديل في إضافة About",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
"category-edited": "Category edited",
"new-user-created": "New user created",
"user-edited": "User edited",
"user-deleted": "حذف المستخدم",
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "الوضع الحالي",
"upload-image": "رفع الصور",
"the-changes-have-been-saved": "تم حفظ التعديلات",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "يجب أن لا تقل كلمة السر عن 6 حروف",
"ip-address-has-been-blocked": "IP تم حظر.",
"try-again-in-a-few-minutes": ".أعد المحاولة بعد دقائق",
"content-published-from-scheduler": "Content published from scheduler",
"blog": "Blog",
"complete-all-fields": "Complete all fields",
"static": "Static",
"about-your-site-or-yourself": "About your site or yourself",
"homepage": "Homepage",
"disabled": "Disabled",
"to-enable-the-user-you-must-set-a-new-password": "To enable the user you must set a new password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate his content to admin user",
"delete-the-user-and-all-his-content": "Delete the user and all his content",
"user-disabled": "User disabled",
"user-password-changed": "User password changed",
"the-password-and-confirmation-password-do-not-match": "The password and confirmation password do not match",
"scheduled-content": "المحتوى المجدول",
"there-are-no-scheduled-content": "لا يوجد محتوى مجدول.",
"new-content-created": "New content created",
"content-edited": "Content edited",
"content-deleted": "Contente deleted",
"undefined": "Undefined",
"create-new-content-for-your-site": "إنشاء محتوى جديد لموقعك",
"order-items-by": "Order items by",
"all-content": "All content",
"dynamic": "Dynamic",
"type": "Type",
"draft-content": "Draft content",
"post": "Post",
"default": "Default",
"latest-content": "Latest content",
"default-message": "Default message",
"no-parent": "No parent",
"have-you-seen-my-ball": "هل رأيت كرتي؟",
"pagebreak": "Page break",
"pages": "الصفحات",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
"previous": "Previous",
"previous-page": "Previous page",
"next-page": "Next page",
"scheduled": "Scheduled",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
"read-more": "Read more",
"remember-me": "Remember me",
"plugins-position": "Plugin position",
"plugins-sorted": "Plugins sorted",
"plugins-position-changed": "Plugin position changed",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop to set the position of the plugins",
"change-the-position-of-the-plugins": "Change the position of the plugins",
"reading-time": "Reading time",
"minutes": "minutes",
"minute": "minute",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "امتداد zip غير مثبت، لاستخدام هذا البرنامج المساعد تحتاج إلى تثبيت الامتداد.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "Update",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Disable user",
"delete-user-and-keep-content": "Delete user and keep content",
"delete-user-and-delete-content": "Delete user and delete content (Warning)",
"social-networks": "Social Networks",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Title formats",
"delete-content": "Delete content",
"are-you-sure-you-want-to-delete-this-page": "هل أنت متأكد أنك تريد حذف هذه الصفحة؟",
"sticky": "Sticky",
"actions": "Actions",
"edit": "Edit",
"options": "Options",
"enter-title": "Enter title",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.",
"user": "User",
"date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.",
"write-the-tags-separated-by-commas": "Write the tags separated by comma.",
"apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.",
"apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.",
"apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.",
"uncategorized": "Uncategorized",
"done": "Done",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "هل أنت متأكد أنك تريد حذف هذه الفئة؟",
"confirm-new-password": "Confirm new password",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "Allow Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.",
"variables-allowed": "Variables allowed",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum support",
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>",
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"upload": "Upload",
"autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.",
"site": "Site",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.",
"good-morning": "Good morning",
"good-afternoon": "Good afternoon",
"good-evening": "Good evening",
"good-night": "Good night",
"hello": "Hello",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "Select cover image",
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security",
"remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "File type is not supported. Allowed types:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "المؤلف: يمكنه كتابة وتحرير محتواه الخاص. المحرر: يمكنه كتابة وتحرير محتوى الآخرين.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "تحديد حقول مخصصة للمحتوى.",
"start-typing-to-see-a-list-of-suggestions": "ابدأ بالكتابة لرؤية قائمة بالاقتراحات.",
"view": "View",
"no-tags": "لا توجد وسوم",
"insert-thumbnail": "إدراج مصغر",
"no-categories": "لا توجد فئات",
"insert-linked-thumbnail": "إدراج مصغر مرتبط",
"navigation": "التنقل",
"thumbnail-generation": "توليد الصور المصغرة",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "تفعيل أو تعطيل التوليد التلقائي للصور المصغرة عند رفع الصور."
}
================================================
FILE: bl-languages/bg_BG.json
================================================
{
"language-data": {
"native": "Български (България)",
"english-name": "Bulgarian",
"last-update": "2017-09-10",
"authors": [
"",
"",
"",
""
],
"locale": "bg, bg_BG"
},
"dates": {
"Mon": "Mon",
"Tue": "Tue",
"Wed": "Wed",
"Thu": "Thu",
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "Понеделник",
"Tuesday": "Вторник",
"Wednesday": "Сряда",
"Thursday": "Четвъртък",
"Friday": "Петък",
"Saturday": "Събота",
"Sunday": "Неделя",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "Януари",
"February": "Февруари",
"March": "Март",
"April": "Април",
"May": "Май",
"June": "Юни",
"July": "Юли",
"August": "Август",
"September": "Септемри",
"October": "Октоври",
"November": "Ноември",
"December": "Декенври"
},
"dashboard": "Администраторски панел",
"manage-users": "Управление на потребители",
"manage-categories": "Управление на категории",
"general-settings": "Основни настройки",
"advanced-settings": "Разширени настройки",
"thanks-for-supporting-bludit": "Благодаря за подкрепата на Bludit",
"upgrade-to-bludit-pro": "Надстройте до Bludit PRO",
"language": "Език",
"plugin": "Компонент",
"plugins": "Компоненти",
"developers": "Developers",
"themes": "Теми",
"about": "Относно",
"url": "URL",
"welcome": "Добре дошли!",
"logout": "Изход",
"website": "Сайт",
"publish": "Публикувай",
"manage": "Управление",
"content": "Съдържание",
"category": "Category",
"categories": "Категории",
"users": "Потребители",
"settings": "Настройки",
"general": "Общи настройки",
"advanced": "Разширени настройки",
"new-content": "Ново съдържание",
"manage-content": "Управление на съдържанието",
"add-new-content": "Добавяне на ново съдържание",
"new-category": "Нова категория",
"you-do-not-have-sufficient-permissions": "Вие нямате права за достъп до тази страница, моля свържете се с администратора.",
"add-a-new-user": "Добавяне на потребител",
"url-associated-with-the-content": "URL associated with the content.",
"language-and-timezone": "Език и часова зона",
"change-your-language-and-region-settings": "Избор на параметри свързани с език, страна и местоположение.",
"notifications": "Известия",
"plugin-activated": "Компонента е активиран",
"plugin-deactivated": "Компонента е деактивиран",
"new-theme-configured": "New theme configured",
"settings-changes": "Changes on settings",
"plugin-configured": "Компонента е конфигуринан",
"welcome-to-bludit": "Добре дошли в Bludit",
"statistics": "Статистика:",
"drafts": "Чернови:",
"title": "Заглавие",
"save": "Запази",
"save-as-draft": "Запази като чернова",
"cancel": "Откажи",
"description": "Описание",
"this-field-can-help-describe-the-content": " В това поле може да опишете съдържанието с няколко думи, но с обща дължина не повече от 150 символа.",
"images": "Изображения",
"error": "Грешна",
"supported-image-file-types": "Поддържани файлови формати за снимки",
"cover-image": "Обложка",
"drag-and-drop-or-click-here": "Влачите и пускате или натиснете тук",
"there-are-no-images": "Няма изображения",
"upload-and-more-images": "Upload and more images",
"click-on-the-image-for-options": "Кликнете върху изображението за опции.",
"click-here-to-cancel": "Кликнете тук, за да отмените.",
"insert-image": "Вмъкни изображение",
"set-as-cover-image": "Задай като обложка ",
"delete-image": "Изтрий изображенито",
"tags": "Етикети",
"add": "Добави",
"status": "Статус",
"published": "Публикувай",
"draft": "Чернова",
"empty-title": "Без заглавие",
"empty": "empty",
"date": "Дата",
"external-cover-image": "External cover image",
"parent": "Избор на основна страница",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "Позиция",
"friendly-url": "Friendly URL",
"image-description": "Описание на изображението ",
"add-a-new-category": "Добавяне на нова категория",
"name": "Име",
"username": "Потребителско име",
"first-name": "Име",
"last-name": "Фамилия",
"to-schedule-the-content-select-the-date-and-time": "За да програмирате съдържанието, изберете датата и часа, състоянието трябва да бъде настроено на \"Публикувано \".",
"email": "Имейл адрес",
"role": "Вид потребител",
"registered": "Добавен",
"site-information": "Информация за сайта:",
"site-title": "Заглавие на сайта",
"use-this-field-to-name-your-site": "Използвайте това поле за име на сайта, то ще се появи в горната част на всяка страница.",
"site-slogan": "Ключови думи \/ Етикети",
"use-this-field-to-add-a-catchy-phrase": "Използвайте това поле, за да добавите ключови думи и изрази за сайта.",
"site-description": "Описание на сайта",
"you-can-add-a-site-description-to-provide": "Можете да добавите кратко описание или биография на сайта.",
"footer-text": "Текст в долната част",
"you-can-add-a-small-text-on-the-bottom": "Можете да добавите кратък текст в долната част на всяка страница. Например: авторско право, собственик, дати и т.н..",
"social-networks-links": "Социални мрежи:",
"site-url": "Адрес, на който блога е ще бъде намиран",
"email-account-settings": "Настройки на имейл акаунт:",
"sender-email": "Имейл на изпращача",
"emails-will-be-sent-from-this-address": "Писмата ще бъдат изпращани от този адрес.",
"url-filters": "URL филтри",
"select-your-sites-language": "Изберете системен език.",
"timezone": "Часова зона",
"select-a-timezone-for-a-correct": "Изберете часова зона за правилното показване на дата \/ час.",
"locale": "Местоположение",
"date-and-time-formats": "Формат дата и час:",
"date-format": "Формат дата ",
"current-format": "Текущ формат",
"version": "Версия",
"author": "Автор",
"activate": "Активиране",
"deactivate": "Деактивиране",
"edit-category": "Редактиране на категорията",
"delete": "Изтриване",
"password": "Парола",
"confirm-password": "Повтори паролата",
"editor": "Редактор",
"administrator": "Администратор",
"edit-user": "Промяна на потребител",
"edit-content": "Редактиране на съдържанието",
"profile": "Профил",
"change-password": "Промяна на парола:",
"enabled": "Активeн",
"disable-the-user": "Деактивиране на потребителя",
"profile-picture": "Снимка на профила",
"edit-or-delete-your-categories": "Редактиране или изтриване на категории",
"create-a-new-category-to-organize-your-content": "Създайте нова категория, за да подредете съдържанието си",
"confirm-delete-this-action-cannot-be-undone": "Ако потвърдете, действието не може да бъде отменено.",
"do-you-want-to-disable-the-user": "Искате ли да деактивирате този потребител?",
"new-password": "Нова парола",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Items per page",
"invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site",
"number-of-items-to-show-per-page": "Number of items to show per page.",
"website-or-blog": "Website or Blog",
"order-content-by": "Подреди по",
"edit-or-delete-content-from-your-site": "Редактиране или изтриване на съдържание",
"order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.",
"page-not-found-content": "Изглежда страницате не съществува.",
"page-not-found": "Страницата не е намерена",
"predefined-pages": "Предварително зададени страници",
"returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.",
"returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Bludit Инстлатор",
"choose-your-language": "Изберете вашият език",
"next": "Напред",
"complete-the-form-choose-a-password-for-the-username-admin": "Попълнете формуляра, или задайте парола за потребителското име « admin »",
"show-password": "Покажи паролата",
"install": "Инсталиране",
"login": "Вход",
"back-to-login-form": "Връщане към входяща форма",
"get-login-access-code": "Изпрати код за достъп",
"email-access-code": "Имейл код за достъп",
"whats-next": "Какво следва?",
"username-or-password-incorrect": "Грешна парола или потребител",
"follow-bludit-on": "Последвайте Bludit в",
"this-is-a-brief-description-of-yourself-our-your-site": "Това е кратко описание на вашия сайт, за да се промени този текст отидете в админ панела, настройки плъгини, конфигуриране на плъгин About.",
"new-version-available": "Налична е нова версия",
"new-category-created": "Създадена е нова категория",
"category-deleted": "Категорията е изтрита",
"category-edited": "Категорията е редактирана",
"new-user-created": "Създаден е нов потребител",
"user-edited": "Потребителят е редактиран",
"user-deleted": "Изтриване на потребител",
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "Актуално състояние",
"upload-image": "Прикачи изображение",
"the-changes-have-been-saved": "Промените са запазени",
"label": "Етикет",
"links": "Линкове",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "Паролата трябва да е с дължина най-малко 6 символа",
"ip-address-has-been-blocked": "IP адрес е блокиран.",
"try-again-in-a-few-minutes": "Опитайте отново след няколко минути.",
"content-published-from-scheduler": "Съдържание, публикувано от графика",
"blog": "Блог",
"complete-all-fields": "Попълнете всички полета",
"static": "Static",
"about-your-site-or-yourself": "За вашия сайт или за вас",
"homepage": "Начална страница",
"disabled": "Disabled",
"to-enable-the-user-you-must-set-a-new-password": "To enable the user you must set a new password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate his content to admin user",
"delete-the-user-and-all-his-content": "Delete the user and all his content",
"user-disabled": "Потребителя е деактивиран",
"user-password-changed": "Паролата на потребителя е променена",
"the-password-and-confirmation-password-do-not-match": "Паролата и паролата за потвърждение не съвпадат",
"scheduled-content": "Scheduled content",
"there-are-no-scheduled-content": "There are no scheduled content.",
"new-content-created": "Добавено е ново съдържание",
"content-edited": "Съдържанието е редактирано",
"content-deleted": "Съдържанието е изтрито",
"undefined": "Undefined",
"create-new-content-for-your-site": "Създайте ново съдържание за сайта",
"order-items-by": "Подреди по",
"all-content": "Цялото съдържание",
"dynamic": "Динамика",
"type": "Тип",
"draft-content": "Чернови",
"post": "Post",
"default": "Default",
"latest-content": "Последно съдържание",
"default-message": "Стандартно съобщение",
"no-parent": "No parent",
"have-you-seen-my-ball": "Виждал ли си ми топката?",
"pagebreak": "Разделител на страницаk",
"pages": "Страници",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
"previous": "Previous",
"previous-page": "Предишна страница",
"next-page": "Следваща страница",
"scheduled": "Планиран",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
"read-more": "Повече информация",
"remember-me": "Напомняне",
"plugins-position": "Plugin position",
"plugins-sorted": "Plugins sorted",
"plugins-position-changed": "Plugin position changed",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop to set the position of the plugins",
"change-the-position-of-the-plugins": "Change the position of the plugins",
"reading-time": "Reading time",
"minutes": "minutes",
"minute": "minute",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "Разширението zip не е инсталирано, за да използвате този плъгин, трябва да инсталирате разширението.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "Update",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Disable user",
"delete-user-and-keep-content": "Delete user and keep content",
"delete-user-and-delete-content": "Delete user and delete content (Warning)",
"social-networks": "Social Networks",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Title formats",
"delete-content": "Delete content",
"are-you-sure-you-want-to-delete-this-page": "Сигурни ли сте, че искате да изтриете тази страница?",
"sticky": "Sticky",
"actions": "Actions",
"edit": "Edit",
"options": "Options",
"enter-title": "Enter title",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.",
"user": "User",
"date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.",
"write-the-tags-separated-by-commas": "Write the tags separated by comma.",
"apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.",
"apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.",
"apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.",
"uncategorized": "Uncategorized",
"done": "Done",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "Сигурни ли сте, че искате да изтриете тази категория?",
"confirm-new-password": "Confirm new password",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "Allow Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.",
"variables-allowed": "Variables allowed",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum support",
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>",
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"upload": "Upload",
"autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.",
"site": "Site",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.",
"good-morning": "Good morning",
"good-afternoon": "Good afternoon",
"good-evening": "Good evening",
"good-night": "Good night",
"hello": "Hello",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "Select cover image",
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security",
"remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "File type is not supported. Allowed types:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "Автор: Може да пише и редактира собственото си съдържание. Редактор: Може да пише и редактира съдържанието на другите.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Дефиниране на потребителски полета за съдържанието.",
"start-typing-to-see-a-list-of-suggestions": "Започнете да пишете, за да видите списък с предложения.",
"view": "View",
"no-tags": "Няма етикети",
"insert-thumbnail": "Вмъкване на миниатюра",
"visits-today": "Посещения днес",
"no-categories": "Няма категории",
"quick-search-pages-and-menu": "Бързо търсене в страници и меню",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Анализи",
"unique-visitors": "Уникални посетители",
"insert-linked-thumbnail": "Вмъкване на свързана миниатюра",
"search-placeholder": "Търсене в страници, съдържание и менюта...",
"no-results-found": "Няма намерени резултати",
"navigation": "Навигация",
"default-content-status": "Статус на съдържанието по подразбиране",
"default-status-for-new-content": "Изберете дали новото съдържание да се създава като Публикувано или Чернова по подразбиране.",
"thumbnail-generation": "Генериране на миниатюри",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Активиране или деактивиране на автоматичното генериране на миниатюри при качване на изображения."
}
================================================
FILE: bl-languages/ckb.json
================================================
{
"language-data": {
"native": "کوردی",
"english-name": "Kurdish (Sorani)",
"locale": "ku,ckb",
"last-update": "2020-06-10",
"authors": [
"qezwan@gmail.com",
"qezwan http://qezwan.ir",
"xm74",
""
]
},
"start-typing-to-see-a-list-of-suggestions": "بنووسە و پێرستێک لە بابەتی پێشنیار ببینە.",
"dates": {
"Sat": "شەممە",
"Sun": "یەک شەممە",
"Mon": "دووشەممە",
"Tue": "سێ شەممە",
"Wed": "چوارشەممە",
"Thu": "پێنج شەممە",
"Fri": "هەینی",
"Saturday": "شەممە",
"Sunday": "یەکشەممە",
"Monday": "دووشەممە",
"Tuesday": "سێ شەممە",
"Wednesday": "چوارشەممە",
"Thursday": "پێنج شەممە",
"Friday": "هەینی",
"Jan": "ڕێبەندان",
"Feb": "رەشەمە",
"Mar": "نەورۆز",
"Apr": "گوڵان",
"Jun": "پوشەپەڕ",
"Jul": "خەرمانان",
"Aug": "گەلاوێژ",
"Sep": "ڕەزەبەر",
"Oct": "گەڵارێزان",
"Nov": "سەرماوەز",
"Dec": "بەفرانبار",
"January": "ڕێبەندان",
"February": "رەشەمە",
"March": "نەورۆز",
"April": "گوڵان",
"May": "جۆزەردان",
"June": "پوشەپەڕ",
"July": "خەرمانان",
"August": "ڕەزبەر",
"September": "گەڵارێزان",
"October": "گەڵارێزان",
"November": "سەرماوەز",
"December": "بەفرانبار"
},
"dashboard": "پێشخان",
"manage-users": "بەرێوەبردنی بەکارهینەران",
"manage-categories": "بەرێوەبردنی هاوپۆلەکان",
"general-settings": "ڕێکخستنی گشتی",
"advanced-settings": "رێکخستنی پێشکەوتوو",
"upgrade-to-bludit-pro": "بەڕۆژکردنی وشانی بازرگانی",
"language": "زمان",
"plugin": "زیادکراوە",
"plugins": "زیادکراوەکان",
"developers": "گەشەپێدەر",
"themes": "ڕوکارەکان",
"about": "دەربارە",
"url": "ناونیشانی وێب",
"welcome": "بەخێربێن",
"logout": "چووونەدەرەڤە",
"website": "ماڵپەڕ",
"publish": "بڵاوکردن",
"manage": "بەڕێوەبەر",
"content": "ناوەرۆک",
"category": "هاوپۆل",
"categories": "هاوپۆلەکان",
"users": "بەکارهێنەران",
"settings": "ڕێکخستنەکان
",
"general": "گشتی",
"advanced": "پێشکەوتوو",
"new-content": "ناوەرۆکی نوێ",
"manage-content": "بەڕێوەبردنی ناوەرۆک",
"add-new-content": "زیادکردنی ناوەرۆکی نوێ",
"new-category": "هاپۆلی نوێ",
"you-do-not-have-sufficient-permissions": "ئێوە رێپێدانی پێویستیتان نییە",
"add-a-new-user": "زیادکردنی بەکارهێنەری نوێ",
"url-associated-with-the-content": "ناونیشانی وێبی پەیوەندی بە وێب.",
"language-and-timezone": "زمان و شوێنی کاتی",
"change-your-language-and-region-settings": "رێکخستنی زمان و کاتی شوێنی خۆتان بگۆڕن.",
"notifications": "ئاگاداری و چالاکی ماڵپەڕ",
"plugin-activated": "زیادکراوە چالاک کرا",
"plugin-deactivated": "زیادکراوە ناچالاک بوو",
"new-theme-configured": "روکاری نوێ رێکخرا",
"plugin-configured": "زیادکراوە رێکخرا",
"welcome-to-bludit": "بەخێربێن بۆ بلوودیت",
"statistics": "ئامار",
"drafts": "پێشنووس",
"title": "سەردێڕ",
"save": "پاشکەوت",
"save-as-draft": "پاشکەوتی پێشنووس",
"cancel": "پاشگەزبوون",
"description": "شڕۆڤە",
"this-field-can-help-describe-the-content": "ئەم خشتە دەتوانێت ناوەڕۆک شڕۆڤە بکا.",
"images": "وێنەکان",
"error": "هەڵە",
"supported-image-file-types": "جۆرەکانی وێنە بۆ پاڵپشتی کردن",
"cover-image": "وێنەی سەرەتایی",
"drag-and-drop-or-click-here": "بیکێشن و بەریبەن یان کرتە لێرە بکە",
"there-are-no-images": "هیچ وێنەیێک بوونی نییە",
"upload-and-more-images": "بارکردن و وێنەی فرەتر",
"click-on-the-image-for-options": "بۆ بژاردەکان لە سەر وێنە کردتە بکەن.",
"click-here-to-cancel": "بۆ پاشگەزبوون کرتە بکەن.",
"insert-image": "لکاندنی وێنە",
"set-as-cover-image": "بژاردە بۆ وێنەی سەرەتایی",
"delete-image": "سڕینەوەی وێنە",
"tags": "تاگەکان",
"add": "زیادکردن",
"status": "دۆخ",
"published": "بڵاوکراوە",
"draft": "پێشنووس",
"empty-title": "سەردێڕ چۆڵە",
"empty": "چۆڵە",
"date": "بەروار",
"external-cover-image": "وێنەی سەرەتایی لە سەرچاوەی دەرەوە",
"parent": "باوان",
"full-image-url": "ناونیشانی تەواوی وێنە.",
"this-field-is-used-when-you-order-the-content-by-position": "ئەم خشتە کاتێک بە سوود کە شوێنی ناوەڕۆک دابین دەکەن.",
"position": "شوێن",
"friendly-url": "ناونیشانی وێبی دۆستانە",
"image-description": "شرۆڤەی وێنە",
"add-a-new-category": "زیادکردنی هاوپۆلی نوێ",
"name": "ناو",
"username": "ناوی بەکارهێنەر",
"first-name": "ناوی یەکەم",
"last-name": "ناوی کۆتایی",
"to-schedule-the-content-select-the-date-and-time": "بۆ نانەوەی ناوەرۆک بەروار و کات هەڵبژێرن، دۆخ دەبێت لە ئاستی \"بڵاو کراوە\" ساز بکرێت",
"email": "ئیمەیل",
"role": "ڕۆڵ",
"registered": " تۆمارکرا",
"site-information": "زانیاری ماڵپەڕ",
"site-title": "سەردێری ماڵپەڕ",
"use-this-field-to-name-your-site": "لەم خشتە بۆ ناولێنانی ماڵپەڕەکەت سوود بگرە.",
"site-slogan": "دروشمی ماڵپەڕ",
"use-this-field-to-add-a-catchy-phrase": "لەم خشتە بۆ دەقێکی جوان بۆ ماڵپەڕەکەت سود بگرە.",
"site-description": "شڕۆڤەی ماڵپەڕ",
"you-can-add-a-site-description-to-provide": "ئێوە دەتوانن کورتە شرۆڤەییک لە ماڵپەرەکەتان لێرە بنووسن کە ناسنامەی ماڵپەرەکەتان بێت.",
"footer-text": "دەقی پێپەڕ",
"you-can-add-a-small-text-on-the-bottom": "ئێوە دەتوانن دەقێکی کۆتا لە ژێر پەڕەکانتان وەک مافی بابەت،مافی نووسەری بابەت و ... زیاد بکەن",
"social-networks-links": "بەستەرەکانی تۆرەکۆمەڵایەتییەکان",
"site-url": "ناونیشانی ماڵپەڕ",
"email-account-settings": "ڕێکخستنی هەژمارەی ئیمەیل",
"sender-email": "ئیمەیلی ناردراوە",
"emails-will-be-sent-from-this-address": "ئیمەیلەکان لەم ناونیشانە دەنێردرێن.",
"url-filters": "پاڵاوتنی ناونیشانی وێب",
"select-your-sites-language": "زمانی ماڵپەڕەکەت هەڵبژێرە.",
"timezone": "شوێنی کاتی",
"select-a-timezone-for-a-correct": "شوێنێکی کاتی بۆ نیشاندانی دروستی بەروار / کات بۆ سەر ماڵپەڕەکەت هەڵبژێرە.",
"locale": "محلی",
"date-and-time-formats": "شێوەی کات و بەروار",
"date-format": "شێوازی بەروار",
"current-format": "شێوازی ئێستا",
"version": "وشان",
"author": "نووسەر",
"activate": "چالاککردن",
"deactivate": "ناچالاککردن",
"edit-category": "دەستکاری هاوپۆل",
"delete": "سڕینەوە",
"password": "تێپەڕوشە",
"confirm-password": "پەسەندکردنەوەی تێپەڕوشە",
"editor": "دەستکاریکەر",
"administrator": "بەرێوەبەر",
"edit-user": "دەستکاری بەرێوەبەر",
"edit-content": "دەستکاریکەری ناوەرۆک",
"profile": "پرۆفایل",
"change-password": "گۆڕانی تێپەڕوشە",
"enabled": "چالاک",
"disable-the-user": "ناچلاککردنی بەکارهێنەر",
"profile-picture": "وێنەی پرۆفایل",
"edit-or-delete-your-categories": "دەستکاری/سڕینەوەی هاوپۆل",
"create-a-new-category-to-organize-your-content": "ئێوە دەتوانن بۆ رێکخستنی بابەتەکانی هاپۆلی نوێ دەروستبکەن",
"confirm-delete-this-action-cannot-be-undone": "گەر سڕینەوە پەسەند بکەن ئەم کردارە ئیتر ناگەرێتەوە.",
"do-you-want-to-disable-the-user": "دڵنیای لە ناچالاک کردنی ئەم بەکارهێنەرە؟",
"new-password": "تێپەڕوشەی نوێ",
"you-can-change-this-field-when-save-the-current-changes": "ئەتوانن ئەم خشتە پاشکەوت بکەن گەر گۆرانکارییەکانتان ئەنجام دا.",
"items-per-page": "بابەت لە هەر پەڕە",
"invite-a-friend-to-collaborate-on-your-site": "هەڤاڵێک بۆ هاوکاری لە ماڵپەرەکەت بانگهێشت بکەن",
"number-of-items-to-show-per-page": "ژمارەی بابەت کە دەبێ لە هەر پەرە نیشان بدرێت.",
"website-or-blog": "ماڵپەر یان بلۆگ",
"order-content-by": "ڕیزکردنی بابەت لە سەر بنەمای",
"edit-or-delete-content-from-your-site": "دەستکاری یان سڕینەوەی بابەت لە ماڵپەرەکەت",
"order-the-content-by-date-to-build-a-blog": "ریزکردنی بابەت لەسەر پێوەری بەروار بۆ دروستکردنی ماڵپەڕ",
"page-not-found-content": "وادیارە ئەم پەڕە بوونی نییە.",
"page-not-found": "پەرە پەیدا نەبوو",
"predefined-pages": "پەرەی لە پێشتر دروستکراوە",
"returning-page-when-the-page-doesnt-exist": "گەڕانەوە بۆ پەڕە کاتیک کە پەڕەیێک بوونی نییە .",
"returning-page-for-the-main-page": "گەڕانەوەی پەڕە بۆ پەڕەی سەرەتایی.",
"full-url-of-your-site": "ناونیشانی تەواوی پرۆتۆکۆلی ماڵپەڕەکەتان",
"with-the-locales-you-can-set-the-regional-user-interface": "بە ڕێکخستنی شوێنی نیشتە جێ بوون دەتوانن بەروار و کاتت دامەزرێنن.",
"bludit-installer": "دامەزرێنەری بلودیت",
"choose-your-language": "زمانی خۆتان هەڵبژێرن",
"next": "دواتر",
"complete-the-form-choose-a-password-for-the-username-admin": "فۆرم بە هەڵبژاردنی تیپەڕوشەی بەهێز بۆ بەکارهێنەر < admin > پڕ بکەن",
"show-password": "نیشاندانی تێپەڕ وشە",
"install": "دامەزراندن",
"login": "چوونەژوور",
"back-to-login-form": "گەڕانەوە بۆ خشتی چوونەژوور",
"get-login-access-code": "وەرگرتنی کۆدی سیستەم بۆ چوونە ژوور",
"email-access-code": "کۆدی دەستپێگەیشتن بە ئیمەیل",
"whats-next": "قۆناغی دیکە چییە ؟",
"username-or-password-incorrect": "ناوی بەکارهێنەر و تێپەڕوشەکەت هەڵەیە !",
"follow-bludit-on": "شوێنکەوتنی بلوودیت لە",
"this-is-a-brief-description-of-yourself-our-your-site": "کۆرتەییک لە ئێوەو ماڵپەرەکەتانە، بۆ گۆڕانی ئەم دەقە بڕۆن بۆ تەختەی بەڕێوەبەر، ڕێکخستنەکان، زیادکراوەکان ئینجا زیادکراوەی دەربارە دەستکاری بکەن.",
"new-version-available": "وشانی نوێ لە بەردەستە",
"new-category-created": "هاوپۆلی نوێ دروستکرا",
"category-deleted": "هاوپۆڵ سڕاوە",
"category-edited": "هاوپۆل دەستکاریکرا",
"new-user-created": "بەکارهێنەری نوێ زیاد کرا",
"user-edited": "زانیاری بەکارهێنەر دەستکاری کرا",
"user-deleted": "بەکارهێنەر سڕاوە",
"recommended-for-recovery-password-and-notifications": "پێشنیارکراوە بۆ گەڕانەوەی وشەی نهینی و ئاگادارییەکان .",
"authentication-token": "وشەی نهینی تۆکنی ناسینی کەسی",
"token": "وشەی نهینی تۆکن",
"current-status": "دۆخی ئێستا",
"upload-image": "بارکردنی وێنە",
"the-changes-have-been-saved": "گۆڕانکارییەکان پاشکەوت کرا",
"label": "نیشانە",
"links": "بەستەرەکان",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "ئەم سەردێرە هەمیشە لە شریتی لاتەنیشت نیشان دەدرێت.",
"password-must-be-at-least-6-characters-long": "تێپەر وشە لانی کەم دەبێ ٦ پیت بێت",
"ip-address-has-been-blocked": "قەپاتکردنی ناونیشانی IP",
"try-again-in-a-few-minutes": "چەند خولەکێکی دیکە هەوڵ بدە",
"content-published-from-scheduler": "ناوەرۆک لە لایەن سیستەمی کات بڵاو کرا",
"blog": "بلۆگ",
"complete-all-fields": "تەواو خشتەکان پڕ بکەن",
"static": "ستاتیک",
"about-your-site-or-yourself": "دەربارەی ماڵپەڕ یان ئێوە",
"homepage": "پەڕەی سەرەتا",
"disabled": "ناچالاک",
"to-enable-the-user-you-must-set-a-new-password": "بۆ چالاککردنی بەکارهێنەر دەبێ تێپەڕوشەیێک دروستبکەن.",
"delete-the-user-and-associate-his-content-to-admin-user": "بەکارهێنەر بسڕەوە و بابەتەکانی بلکێنە بە aDMINـەوە",
"delete-the-user-and-all-his-content": "بەکارهێنەر لەگەڵ تەواو ناوەرۆکەکەی بسڕەوە",
"user-disabled": "بەکارهێنەر ناچالاک کرا",
"user-password-changed": "تێپەڕ وشەی بەکارهێنەر گۆڕدرا",
"the-password-and-confirmation-password-do-not-match": "تێپەڕ وشەو تێپەڕوشەی دووبارە یەکسان نین",
"scheduled-content": "ناوەرۆک نانەوە بۆ کاتی بڵآوکردنە",
"there-are-no-scheduled-content": "ناوەرۆکی خستنە نێو کات بۆ بڵآوکردن بوونی نییە.",
"new-content-created": "ناوەرۆکی نوێ دروست کرا",
"content-edited": "ناوەرۆک دەستکاری کرا",
"content-deleted": "ناوەرۆک سڕاوە",
"undefined": "نەناسراوە",
"create-new-content-for-your-site": "ناوەرۆکی نوێ بۆ ماڵپەڕەکەت دروست بکە",
"order-items-by": "ریز کردنی بابەتەکان بەپێوەری",
"all-content": "گشت ناوەرۆک",
"dynamic": "داینامیک",
"type": "جۆر",
"draft-content": "ناوەرۆکی پێشنووس",
"post": "نووسراوە",
"default": "پێش گریمانە",
"latest-content": "دوایین بابەت",
"default-message": "پەیامی پێش گریمانە",
"no-parent": "بێ باوان",
"have-you-seen-my-ball": "تۆپەکەی منت نەدی؟",
"pagebreak": "شکاندنی پەڕە",
"pages": "پەڕەکان",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "بۆی هەیە ئەم زیادکراوە لە لایەن وشانێک لە بلوودیت پاڵپشتی نەکرێت",
"previous": "پێشوو",
"previous-page": "پەڕەی پێشوو",
"next-page": "پەڕەی پاش",
"scheduled": "کاتی بۆ دابینکراوە",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "وشەی نهێنی توکێن وەک تێپەڕوشەکەتوایە بەڵآم با لە یەک نەچن.",
"congratulations-you-have-successfully-installed-your-bludit": "پیرۆز بێت بە سەرکەوتوویی بلوریتی خۆت دامەزراند.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "بۆی هەیە ئەم رووکارە لەگەڵ وشانی بلودیت یەک نەکەون",
"read-more": "درێژەی بابەت",
"remember-me": "لەبیرم بکە",
"plugins-position": "شوێنی زیادکراوە",
"plugins-sorted": "زیادکراوەکان ریزکران",
"plugins-position-changed": "شوێنی زیادکراوەکان گۆڕا",
"drag-and-drop-to-set-the-position-of-the-plugin": "بۆ گۆڕینی شوێنی زیادکراوەکان بیانکێشان و بەریان بەن",
"change-the-position-of-the-plugins": "گۆڕانی شوێنی زیادکراوەکان",
"reading-time": "کاتی خوێندن",
"minutes": "خولەک",
"minute": "خولەک",
"example-page-1-slug": "ناوەرۆکی خۆت دروست بکە",
"example-page-1-title": "سەردێری خۆت دروستبکە",
"example-page-1-content": "دەستبکەن بە نووسینی بابەت و ناوەرۆکی خۆتان و ناوەرۆکی نووسراوە دەستکاری بکەن بە پێی نیاز. بۆ خولقاندن، دەستکاری و سڕینەوەی بە ناوی بەکارهێنەری admin و تێپەڕوشەکەت کە کاتی تۆمارکردن دابینت کرد، ئێوە دەبێ بچنە ژوور تەختەی بەڕێوەبردن شوید.",
"example-page-2-slug": "ماڵپەڕی نوێ خۆت دامەزرێنە",
"example-page-2-title": "ماڵپەڕی نوێی خۆت دامەزرێنە",
"example-page-2-content": "ڕێکخستنەکانی ماڵپەڕەکەت لە تەختەی بەڕێوەبەر بەڕۆژ بکەن، ئێوە دەتواننسەردێڕ،شڕۆڤەکان و تۆڕەکۆمەڵایەتییەکان لە رێکخستنەکان > گشتی بگۆڕن.",
"example-page-3-slug": "شوێنی بلودیت کەوە",
"example-page-3-title": "شوێنی بلودیت کەوە",
"example-page-3-content": "بۆ وەرگرتن و ئاگاداری دەربارەی هەواڵ، زیادکراوەکان، بەڕۆژ بوونەوەکان و ڕووکار دەتوانن ئێمە لە تۆڕەکۆمەڵایەتیەکان و ماڵپەڕ فەیسبووک، تویتێر و یوتیوب یان لە ڕێگای بلۆگ سەردانمان بکە.",
"example-page-4-slug": "دەربارە",
"example-page-4-title": "دەربارە",
"example-page-4-content": "پەڕەی دەربارەی ئێمە یەکێک لە پەرەکانی فرە سەردانکەر لە ماڵپەرەکەی ئیوەیە، دەبێ بە چەند وشەی سادە وەک ناوتان، ئێوە کێن چۆن پەیوەندیتالک لەغەڵ دەگیرێت و داستانیکی کورت بیڕازێننەوە.",
"the-extension-zip-is-not-installed": "زیادکراوەی zip دانەمەزراوە، بۆ سوود وەرگرتن لەم زیادکراوە دەبێ زیادکراوەی.",
"there-are-no-sticky-pages-at-this-moment": "لە ئێستا دا هیچ پەڕەیێکی لکاو بوونی نییە.",
"there-are-no-scheduled-pages-at-this-moment": "لە ئێستا دا هیچ پەڕەیێکی نەخراوەتە بەرنامە بۆ بڵاو کردن.",
"update": "بەڕۆژبوون",
"template": "ڕووکار",
"nickname": "ناز ناو",
"disable-user": "ناچالاککردنی بەکارهێنەر",
"delete-user-and-keep-content": "سڕینەوەی بەکارهێنەر و هەڵگرتنی بابەتەکانی",
"delete-user-and-delete-content": "سڕینەوەی بەکارهێنەر و نووسراوەکانی(ئاگاداربە)",
"social-networks": "تۆڕەکۆمەڵایەتییەکان",
"interval": "وێستان",
"number-in-minutes-for-every-execution-of-autosave": "ژمارە لە خولەک بۆ پاشکەوتکردنی خۆکارانە.",
"extreme-friendly-url": "ناونیشانی ماڵپەڕی هاورێیان",
"title-formats": "فۆرماتی سەردێر",
"delete-content": "سڕینەوەی ناوەرۆک",
"are-you-sure-you-want-to-delete-this-page": "دڵنیای لە سڕینەوەی ئەم پەڕەیە؟",
"sticky": "لکێنەر",
"actions": "کردارەکان",
"edit": "دەستکاری",
"options": "بژاردەکان",
"enter-title": "دەستکاری سەردێر",
"media-manager": "بەڕیوەبردنی ڕنگاڵە",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "گونجاندنی وێنەیێکی ئەسڵی لە بەستەرێکی تاراڤگە، بۆ وێنە CDN یان ڕاژەیێکی تایبەت بۆ وینەکان.",
"user": "بەکارهێنەر",
"date-format-format": "شێوەی بەروار: YYYY-MM-DD کاژێر:خولەک:چرکە",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "سەردێری پەڕەییک بنووسن تا کوو پێشنیارتان پێبدرێت.",
"field-used-when-ordering-content-by-position": "سودگرتن لە خشت لەکاتی ریزکردنی شوێنی ناوەرۆک.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "بۆ پالاوتنی پەرە لە رووکار و گۆڕان و دەستکاری شێوازی ستایلی پەڕە ناوەکەی بنووسە.",
"apply-code-noindex-code-to-this-page": "بەکارگێراوە noindexلەم پەڕە.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "ئەم بژاردە بە ماتۆڕی گەڕان دەڵێت کە ئەم پەڕە لە ئاکامی گەڕان نیشان مەدە.",
"apply-code-nofollow-code-to-this-page": "سودگرتن لە nofollow لەم پەڕە.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "ئەم بژاردە بە مەکینەی گەڕان دەڵێت کە بەستەی ئەم پەڕە بۆ گەڕان پەیدا مەکەن.",
"apply-code-noarchive-code-to-this-page": "بەکارگیراوە noarchiveلەم پەڕە.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "ئەم بژاردە بە متۆڕە گەڕانەکان دەڵیت کە ڕوونووسێک لە شکرەی ئەم پەڕە پاشکەوت نەکەن.",
"uncategorized": "بێ هاوپۆل",
"done": "ئەنجام بوو",
"delete-category": "سڕینەوەی هاوپۆل",
"are-you-sure-you-want-to-delete-this-category?": "دڵنیای لە سڕینەوەی ئەم هاوپۆلە؟",
"confirm-new-password": "تێپەڕ وشەی نوی بگۆڕە",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "ناز ناو لە رووکارەکان بۆ نیشاندانی ناوی نووسەر سودی لێدەگیرێت",
"allow-unicode": "پەسەندکرتن Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "پەسەندکردنی پیتەکانی Unicode لە ناونیشانی ماڵپەڕ و بەشێک لە سیستەم.",
"variables-allowed": "گۆڕاو رێپێدراوە",
"tag": "تاگ",
"drag-and-drop-to-sort-the-plugins": "بۆ ریزکردنی زیادکراوەکان بیکێشن و بەری بدەن.",
"seo": "سێئو",
"documentation": "بەڵگەکان",
"forum-support": "سەکۆی پاڵپشتی",
"chat-support": "پالپشتی وتاری",
"quick-links": "بەستەری خێرا",
"leave-empty-for-autocomplete-by-bludit": "بۆ پڕکردنەوەی خۆکار بە یارمەتی بلورید با چۆڵ بێت.",
"choose-a-password-for-the-user-admin": "تێپەڕوشە بۆ بەکارهێنەری admin هەڵیبژێرن",
"access-denied": "دەستپێگەیشتن ڕێگەنەدراوە",
"choose-images-to-upload": "هەڵبژاردنی وێنە بۆ بارکردن",
"insert": "خستنە نێو بابەت
",
"upload": "بارکردن",
"autosave": "پاشکەوتی خۆکار",
"the-content-is-saved-as-a-draft-to-publish-it": "ناوەرۆک بە شێوازی پێشگریمان پاسکەوت کرا. بۆ بڵاوکردنی لە سەر دوگمەی بڵاوکردنی کرتە بکە یان لەکاتی کار کردن لەسەری لە سەر دوگمەی پاشکەوتی پێشگریمانکرتە بکە.",
"site": "ماڵپەڕ",
"first": "سەرەتا",
"last": "کۆتایی",
"there-are-no-pages-at-this-moment": "لە ئێستا دا هیچ پەڕەیێک بوونی نییە.",
"there-are-no-static-pages-at-this-moment": "لە ئێستا دا هیچ پەڕەیێکی نەجوولاو بوونی نییە.",
"there-are-no-draft-pages-at-this-moment": "لە ئێستا دا هیچ پێش نووسێک بوونی نییە.",
"good-morning": "بەیانی باش",
"good-afternoon": "نیوەڕۆ باش",
"good-evening": "ئێوارەباش",
"good-night": "شەوباش",
"hello": "سڵاو",
"there-are-no-images-for-the-page": "هیچ وێنەیێک بۆ ئەم پەڕە بوونی نییە.",
"select-cover-image": "هەڵبژاردنی وێنەی ئەسڵی",
"this-plugin-depends-on-the-following-plugins": "ئەم زیادکراوە پێویستی بە زیاکراوەکانی خوارەوەیە.",
"no-pages-found": "هیچ پەڕەیێک پەیدا نەبوو.",
"system-updated": "سیستەم بەڕۆژ بوو.",
"security": "پاراستن ",
"remove-cover-image": "لابردنی وێنەی فەرمی",
"width": "پانایی",
"height": "درێژیی",
"quality": "چۆنیەتی",
"thumbnails": "وێنۆچکە",
"thumbnail": "وێنۆجکە",
"thumbnail-width-in-pixels": "پانایی وێنۆچکە بە پیکسێڵ (px).",
"thumbnail-height-in-pixels": "بەرزایی وێنۆچکە بە پیکسێڵ (px).",
"thumbnail-quality-in-percentage": "کواڵێتی وێنۆچکە بە دەرسەد (%).",
"maximum-load-file-size-allowed:": "زۆرینەی قەبارەی بارکردنی پەڕگە:",
"file-type-is-not-supported": "جۆری پەڕگە ڕێپێنەدراوە:",
"page-content": "ناوەڕۆکی پەڕە",
"markdown-parser": "دەقەکان Markdown",
"site-logo": "لۆگۆی ماڵپەڕ",
"search": "گەڕان",
"search-plugins": "زیادکراوەکان",
"enabled-plugins": "زیادکراوەی چالاک",
"disabled-plugins": "زیادکراوەی ناچالاک",
"remove-logo": "سڕینی لۆگۆ",
"preview": "پێش نمایش",
"view": "پیشاندان",
"author-can-write-and-edit-their-own-content": "نووسەر: دەتوانێ ناوەرۆکی بابەتەکانی دەستکاری بکا. دەستکاریکەر: دەتوانێت ناوەرۆکی بابەتی خۆی و نووسەرانی دیکە دەستکاری بکا.",
"custom-fields": "خشتی تایبەت",
"define-custom-fields-for-the-content": " ناساندنی خشتی دڵخواز بۆ ناوەرۆک، بۆ زنایاری فرەتر لەم بارەوە دەتوانی سەردانی ئەم بەستەرە بکە ڕێنماییەکان .",
"no-tags": "هیچ تاگێک نییە",
"write-the-tags-separated-by-commas": "Write the tags separated by commas.",
"insert-thumbnail": "تێخستنی وێنۆک",
"visits-today": "سەردانەکانی ئەمڕۆ",
"no-categories": "هیچ پۆلێک نییە",
"quick-search-pages-and-menu": "گەڕانی خێرا لە پەڕەکان و لیست",
"click-here-for-quick-search": "Click here for quick search",
"thanks-for-supporting-bludit": "Thanks for supporting Bludit",
"analytics": "شیکارییەکان",
"unique-visitors": "سەردانکەرە بێهاوتاکان",
"settings-changes": "Settings changes",
"insert-linked-thumbnail": "تێخستنی وێنۆکی بەستراو",
"search-placeholder": "گەڕان لە پەڕەکان، ناوەڕۆک، و لیستەکان...",
"no-results-found": "هیچ ئەنجامێک نەدۆزرایەوە",
"navigation": "ڕێدۆزی",
"default-content-status": "دۆخی ناوەڕۆکی بنەڕەتی",
"default-status-for-new-content": "هەڵبژێرە ئایا ناوەڕۆکی نوێ وەک بڵاوکراوە یان ڕەشنووس دروست بکرێت بە شێوەی بنەڕەتی.",
"thumbnail-generation": "دروستکردنی وێنۆک",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "چالاککردن یان ناچالاککردنی دروستکردنی وێنۆک بە شێوەیەکی خۆکار لەکاتی بارکردنی وێنە."
}
================================================
FILE: bl-languages/cs_CZ.json
================================================
{
"language-data": {
"native": "Čeština",
"english-name": "Czech",
"locale": "cs, cs_CZ",
"last-update": "2021-09-18",
"authors": [
"Marek Rost http:\/\/www.marekrost.cz",
"",
"",
""
]
},
"dates": {
"Mon": "Po",
"Tue": "Út",
"Wed": "St",
"Thu": "Čt",
"Fri": "Pá",
"Sat": "So",
"Sun": "Ne",
"Monday": "pondělí",
"Tuesday": "úterý",
"Wednesday": "středa",
"Thursday": "čtvrtek",
"Friday": "pátek",
"Saturday": "sobota",
"Sunday": "neděle",
"Jan": "led",
"Feb": "úno",
"Mar": "bře",
"Apr": "dub",
"Jun": "čen",
"Jul": "čec",
"Aug": "srp",
"Sep": "zář",
"Oct": "říj",
"Nov": "lis",
"Dec": "pro",
"January": "leden",
"February": "únor",
"March": "březen",
"April": "duben",
"May": "květen",
"June": "červen",
"July": "červenec",
"August": "srpen",
"September": "září",
"October": "říjen",
"November": "listopad",
"December": "prosinec"
},
"dashboard": "Nástěnka",
"manage-users": "Spravovat uživatele",
"manage-categories": "Spravovat kategorie",
"general-settings": "Obecné nastavení",
"advanced-settings": "Pokročilé nastavení",
"thanks-for-supporting-bludit": "Díky za podporu Bludit",
"upgrade-to-bludit-pro": "Upgrade na Bludit PRO",
"language": "Jazyk",
"plugin": "Plugin",
"plugins": "Pluginy",
"developers": "Vývojáři",
"themes": "Grafická témata",
"about": "O Bludit",
"url": "URL",
"welcome": "Vítejte",
"logout": "Odhlásit se",
"website": "Webové stránky",
"publish": "Publikovat",
"manage": "Spravovat",
"content": "Obsah",
"category": "Kategorie",
"categories": "Kategorie",
"users": "Uživatelé",
"settings": "Nastavení",
"general": "Obecné",
"advanced": "Pokročilé",
"new-content": "Nový obsah",
"manage-content": "Spravovat obsah",
"add-new-content": "Přidat nový obsah",
"new-category": "Nová kategorie",
"you-do-not-have-sufficient-permissions": "Nemáte dostatečná oprávnění",
"add-a-new-user": "Přidat nového uživatele",
"url-associated-with-the-content": "URL, na které se bude obsah zobrazovat.",
"language-and-timezone": "Jazyk a časové pásmo",
"change-your-language-and-region-settings": "Změňte váš jazyk a regionální nastavení",
"notifications": "Oznámení",
"plugin-activated": "Plugin aktivován",
"plugin-deactivated": "Plugin deaktivován",
"new-theme-configured": "Nové grafické téma nakonfigurováno",
"settings-changes": "Změny v nastavení",
"plugin-configured": "Plugin nakonfigurován",
"welcome-to-bludit": "Vítejte v Bludit",
"statistics": "Statistiky",
"drafts": "Koncepty",
"title": "Název",
"save": "Uložit",
"save-as-draft": "Uložit jako koncept",
"cancel": "Zrušit",
"description": "Popis",
"this-field-can-help-describe-the-content": "Políčko pro stručný popis obsahu. Nesmí obsahovat více jak 150 znaků.",
"images": "Obrázky",
"error": "Chyba",
"supported-image-file-types": "Podporované typy obrázků",
"cover-image": "Titulní obrázek obsahu",
"drag-and-drop-or-click-here": "Přetáhněte a pusťte nebo sem klikněte",
"there-are-no-images": "Nejsou zde žádné obrázky",
"upload-and-more-images": "Nahrávání a další obrázky",
"click-on-the-image-for-options": "Klikněte na obrázek pro možnosti",
"click-here-to-cancel": "Klikněte sem pro zrušení",
"insert-image": "Vložit obrázek",
"set-as-cover-image": "Nastavit jako krycí obrázek",
"delete-image": "Smazat obrázek",
"tags": "Štítky",
"add": "Přidat",
"status": "Stav",
"published": "Publikováno",
"draft": "Koncept",
"empty-title": "Prázdný název",
"empty": "Prázdný",
"date": "Datum",
"external-cover-image": "Externí krycí obrázek",
"parent": "Rodič",
"full-image-url": "Plná URL obrázku.",
"this-field-is-used-when-you-order-the-content-by-position": "Toto políčko se používá, pokud řadíte obsah podle pozice.",
"position": "Pozice",
"friendly-url": "Přátelská URL",
"image-description": "Popis obrázku",
"add-a-new-category": "Přidat novou kategorii",
"name": "Jméno",
"username": "Uživatelské jméno",
"first-name": "Jméno",
"last-name": "Přijmení",
"to-schedule-the-content-select-the-date-and-time": "Pro naplánování obsahu nastavte datum a čas, stav musí být nastaven na \"Publikováno\".",
"email": "Email",
"role": "Role",
"registered": "Registrován",
"site-information": "Informace o webu",
"site-title": "Název webu",
"use-this-field-to-name-your-site": "Pro pojmenování webu použijte toto políčko.",
"site-slogan": "Slogan webu",
"use-this-field-to-add-a-catchy-phrase": "Pro přidání chytlavé hlášky na váš web použijte toto políčko.",
"site-description": "Popis webu",
"you-can-add-a-site-description-to-provide": "Zde můžete přidat krátký popis vašeho webu.",
"footer-text": "Text v patičce",
"you-can-add-a-small-text-on-the-bottom": "Zde můžete přidat drobný text na spodek každé stránky. Např.: copyright, majtele, datumy, atd.",
"social-networks-links": "Odkazy na sociální sítě",
"site-url": "URL adresa webu",
"email-account-settings": "Nastavení emailového účtu",
"sender-email": "Odesílatel emailu",
"emails-will-be-sent-from-this-address": "Emaily budou odesílány z této adresy.",
"url-filters": "Filtry URL",
"select-your-sites-language": "Vyberte si jazyk vašeho webu.",
"timezone": "Časové pásmo",
"select-a-timezone-for-a-correct": "Vyberte časové pásmo webu pro správné zobrazování datumu a času.",
"locale": "Lokalizace",
"date-and-time-formats": "Formát datumu a času",
"date-format": "Formát datumu",
"current-format": "Současný formát",
"version": "Verze",
"author": "Autor",
"activate": "Aktivovat",
"deactivate": "Deaktivovat",
"edit-category": "Upravit kategorii",
"delete": "Smazat",
"password": "Heslo",
"confirm-password": "Potvrdit heslo",
"editor": "Editor",
"administrator": "Administrátor",
"edit-user": "Upravit uživatele",
"edit-content": "Upravit obsah",
"profile": "Profil",
"change-password": "Změnit heslo",
"enabled": "Povoleno",
"disable-the-user": "Zakázat uživatele",
"profile-picture": "Profilový obrázek",
"edit-or-delete-your-categories": "Úprava nebo smazání vašich kategorií",
"create-a-new-category-to-organize-your-content": "Vytvořte novou kategorii pro snadnější organizaci obsahu",
"confirm-delete-this-action-cannot-be-undone": "Potvrdit smazání, tato změna nemůže být vrácena.",
"do-you-want-to-disable-the-user": "Chcete zakázat uživatele ?",
"new-password": "Nové heslo",
"you-can-change-this-field-when-save-the-current-changes": "Toto políčko můžete změnit při ukládání současných změn.",
"items-per-page": "Položek na stránku",
"invite-a-friend-to-collaborate-on-your-site": "Pozvěte kamaráda, aby vám pomohl s vaším webem",
"number-of-items-to-show-per-page": "Počet položek, které se mají zobrazit na jednu stránku.",
"website-or-blog": "Web nebo Blog",
"order-content-by": "Řadit obsah podle",
"edit-or-delete-content-from-your-site": "Upravit nebo smazat obsah z vašeho webu",
"order-the-content-by-date-to-build-a-blog": "Seřaďte obsah podle datumu pro vytvoření blogu nebo ho seřaďte podle pozice pro vytvoření webu.",
"page-not-found-content": "Hej! Vypadá to, že tato stránka neexistuje.",
"page-not-found": "Stránka nenalezena",
"predefined-pages": "Předdefinované stránky",
"returning-page-when-the-page-doesnt-exist": "Stránka, na kterou jsou návštěvníci přesměrování, když jejich cílová URL neexistuje. V případě, že žádná stránka není vybrána, zobrazí se standardní chybová hláška.",
"returning-page-for-the-main-page": "Hlavní stránka webu. V připadě, že žádná stránka není vybrána, zobrazí se na úvodní stránce seřazený výpis obsahu.",
"full-url-of-your-site": "Plná URL vašeho webu. Včetně protokolu HTTP nebo HTTPS (pouze pokud na serveru máte povoleno SSL).",
"with-the-locales-you-can-set-the-regional-user-interface": "Pokud definujete lokalizaci, web a prohlížeč se budou snažit automaticky používat správná regionální nastavení jako jsou formáty a jazyky datumů. Lokalizace musí být nainstalována na vašem systému.",
"bludit-installer": "Bludit Instalátor",
"choose-your-language": "Zvolte váš jazyk",
"next": "Další",
"complete-the-form-choose-a-password-for-the-username-admin": "Dokončete formulář vyplněním hesla pro uživatele < admin ><\/b>",
"show-password": "Ukázat heslo",
"install": "Instalovat",
"login": "Přihlášení",
"back-to-login-form": "Zpátky na přihlašovací formulář",
"get-login-access-code": "Získat přístupový kód pro přihlášení",
"email-access-code": "Přístupový kód z emailu",
"whats-next": "Co dál",
"username-or-password-incorrect": "Uživatelské jméno nebo heslo není správné",
"follow-bludit-on": "Sledujte Bludit na",
"this-is-a-brief-description-of-yourself-our-your-site": "Toto je krátký popis o vás nebo vašem webu, pro změnu tohoto textu jděte do administrace a konfigurujte plugin about.",
"new-version-available": "Je dostupná nová verze",
"new-category-created": "Nová kategorie vytvořena",
"category-deleted": "Kategorie smazána",
"category-edited": "Kategorie upravena",
"new-user-created": "Nový uživatel vytvořen",
"user-edited": "Uživatel upraven",
"user-deleted": "Uživatel smazán",
"recommended-for-recovery-password-and-notifications": "Doporučeno pro obnovu hesla a oznámení.",
"authentication-token": "Autentizační Token",
"token": "Token",
"current-status": "Současný stav",
"upload-image": "Nahrát obrázek",
"the-changes-have-been-saved": "Změny byly uloženy",
"label": "Popisek",
"links": "Odkazy",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Tento nadpis je téměř vždy použit v postranním panelu webu.",
"password-must-be-at-least-6-characters-long": "Heslo musí mít alespoň 6 znaků",
"ip-address-has-been-blocked": "IP adresa zablokována",
"try-again-in-a-few-minutes": "Zkuste to znovu za pár minut",
"content-published-from-scheduler": "Obsah publikován plánovačem",
"blog": "Blog",
"complete-all-fields": "Vyplňte všechna políčka",
"static": "Statické",
"about-your-site-or-yourself": "O vašem webu nebo o vás",
"homepage": "Úvodní stránka",
"disabled": "Zakázáno",
"to-enable-the-user-you-must-set-a-new-password": "Pro povolení uživatele musíte nastavit nové heslo.",
"delete-the-user-and-associate-his-content-to-admin-user": "Smazat uživatele a přiřadit veškerý jeho obsah adminovi.",
"delete-the-user-and-all-his-content": "Smazat uživatele a veškerý jeho obsah",
"user-disabled": "Uživatel zakázán",
"user-password-changed": "Heslo užvatele změněno",
"the-password-and-confirmation-password-do-not-match": "Heslo a jeho potvrzení se neshodují",
"scheduled-content": "Naplánovaný obsah",
"there-are-no-scheduled-content": "Nemáte žádný naplánovaný obsah.",
"new-content-created": "Nový obsah vytvořen",
"content-edited": "Obsah upraven",
"content-deleted": "Obsah smazán",
"undefined": "Není nadefinováno",
"create-new-content-for-your-site": "Vytvořte nový obsah pro váš web",
"order-items-by": "Řadit položky dle",
"all-content": "Veškerý obsah",
"dynamic": "Dynamický",
"type": "Typ",
"draft-content": "Koncept obsahu",
"post": "Příspěvek",
"default": "Výchozí",
"latest-content": "Nejnovější obsah",
"default-message": "Výchozí zpráva",
"no-parent": "Bez rodiče",
"have-you-seen-my-ball": "Viděli jste můj míč?",
"pagebreak": "Přerušení stránky",
"pages": "Stránky",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Tento plugin nemusí být podporován současnou verzí Bludit.",
"previous": "Předchozí",
"previous-page": "Předchozí stránka",
"next-page": "Další stránka",
"scheduled": "Naplánované",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Tento token je podobný heslu, neměl by proto být s nikým sdílen.",
"congratulations-you-have-successfully-installed-your-bludit": "Gratulujeme, úspěšně jste nainstalovali váš **Bludit**.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Toto grafické téma nemusí podporovat současnou verzi Bludit",
"read-more": "Číst dále",
"remember-me": "Zapamatovat si mě",
"plugins-position": "Pozice pluginů",
"plugins-sorted": "Třídení pluginů",
"plugins-position-changed": "Pozice pluginu se změnila",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop pro nastavení pozice pluginů",
"change-the-position-of-the-plugins": "Změnit pozici pluginů",
"reading-time": "Doba čtení",
"minutes": "minut",
"minute": "minuta",
"example-page-1-slug": "tvorte-svuj-vlastni-obsah",
"example-page-1-title": "Tvořte svůj vlastní obsah",
"example-page-1-content": "Začněte psát svůj vlastní obsah nebo upravte již existující podle svojich představ. Pro vytváření, úpravu nebo mazání obsahu se musíte přihlásit do administrace<\/a> s uživatelským jménem `admin` a heslem, které jste nastavili během instalace.",
"example-page-2-slug": "nastavte-svuj-novy-web",
"example-page-2-title": "Nastavte svůj nový web",
"example-page-2-content": "Upravte nastavení svého webu z administrace<\/a>. Název, popis nebo použivané sociální sítě můžete změnit v Nastavení > Obecné<\/a>.",
"example-page-3-slug": "sledujte-bludit",
"example-page-3-title": "Sledujte Bludit",
"example-page-3-content": "Získejte informace o novinkách, nových verzích, grafických tématech nebo pluginech na našich sociálních sítích Facebook<\/a>, Twitter<\/a> a YouTube<\/a> nebo navštivte náš Blog<\/a>.",
"example-page-4-slug": "o-blogu",
"example-page-4-title": "O blogu",
"example-page-4-content": "Vaše stránka O blogu je obvykle jednou z nejnavštěvovanějších stránek na webu. Měla by být jednoduchá a obsahovat pár nejzákladnějších informací, například Vaše jméno, kdo jste a jak můžete být kontaktováni, nebo zde může být Váš osobní příběh a podobně.",
"the-extension-zip-is-not-installed": "Rozšíření zip není nainstalováno. Pro použití pluginu musíte zip nejprve nainstalovat.",
"there-are-no-sticky-pages-at-this-moment": "Momentálně zde nejsou žádné důležité stránky.",
"there-are-no-scheduled-pages-at-this-moment": "Momentálně zde nejsou žádné naplánované stránky.",
"update": "Obnovit",
"template": "Šablona",
"nickname": "Přezdívka",
"disable-user": "Zakázat uživatele",
"delete-user-and-keep-content": "Smazat uživatele a ponechat jeho obsah",
"delete-user-and-delete-content": "Smazat uživatele i jeho obsah (Varování)",
"social-networks": "Sociální sítě",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Počet minut mezi každým automatickým uložením.",
"extreme-friendly-url": "Extrémně přívětivá URL",
"title-formats": "Formáty titulku",
"delete-content": "Smazat obsah",
"are-you-sure-you-want-to-delete-this-page": "Opravdu si přejete odstranit tuto stránku?",
"sticky": "Důležité",
"actions": "Akce",
"edit": "Upravit",
"options": "Možnosti",
"enter-title": "Zadat název",
"media-manager": "Správce mediálních souborů",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Nastavte titulní obrázek obsahu z externí URL: například z CDN nebo jiného serveru sloužícího pro ukládání obrázků.",
"user": "Uživatel",
"date-format-format": "Formát datumu: YYYY-MM-DD HH:MM:SS<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Začněte psát název stránky pro zobrazení našeptávače.",
"field-used-when-ordering-content-by-position": "Pokud je nastaveno řazení obsahu dle čísla pozice, zadejte číslo pro nastavení pořádí. Obsah s nižším číslem se zobrazuje více vysoko.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Zadejte název šablony stránky pro možnost zachytit stránku v grafickém tématu a změnit její styl.",
"write-the-tags-separated-by-commas": "Sem zapisujte jednotlivé štítky a oddělujte je čárkou.",
"apply-code-noindex-code-to-this-page": "Použít na této stránce noindex<\/code>.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Zaškrtnutím možnosti říkáte vyhledávačům, aby nezahrnovaly tuto stránku do výsledků vyhledávání.",
"apply-code-nofollow-code-to-this-page": "Použít na této stránce nofollow<\/code>.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Zaškrtnutím možnosti říkáte vyhledávačům, aby neprocházely odkazy z této stránky.",
"apply-code-noarchive-code-to-this-page": "Použít na této stránce noarchive<\/code>.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Zaškrtnutím možnosti říkáte vyhledávačům, aby neukládaly kopii této stránky do mezipaměti.",
"uncategorized": "Bez kategorie",
"done": "Hotovo",
"delete-category": "Smazat kategorii",
"are-you-sure-you-want-to-delete-this-category?": "Opravdu chcete tuto kategorii smazat?",
"confirm-new-password": "Potvrdit nové heslo",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Přezdívka je použita v šablonách pro zobrazení autora obsahu.",
"allow-unicode": "Povolení Unicode znaků",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Povolení Unicode znaků v URL a některých částech systému.",
"variables-allowed": "Povolené proměnné",
"tag": "Štítek",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop pro třídění pluginů.",
"seo": "SEO",
"documentation": "Dokumentace",
"forum-support": "Fórum podpory",
"chat-support": "Podpora přes chat",
"quick-links": "Rychlé odkazy",
"leave-empty-for-autocomplete-by-bludit": "Ponechte prázdné pro automatické doplnění od Bludit.",
"choose-a-password-for-the-user-admin": "Změňte heslo pro uživatele admin<\/code>",
"access-denied": "Přístup odepřen",
"choose-images-to-upload": "Vyberte obrázky pro nahrání",
"insert": "Vložit",
"upload": "Nahrát",
"autosave": "Automatické ukládání",
"the-content-is-saved-as-a-draft-to-publish-it": "Tento obsah je uložen jako koncept. Pro publikaci klikněte na tlačítko Publikovat<\/b>. Pokud chcete na konceptu dále pracovat, klikněte na tlačítko Uložit jako koncept<\/b>.",
"site": "Web",
"first": "První",
"last": "Poslední",
"there-are-no-pages-at-this-moment": "Momentálně zde nejsou žádné stránky.",
"there-are-no-static-pages-at-this-moment": "Momentálně zde nejsou žádné statické stránky.",
"there-are-no-draft-pages-at-this-moment": "Momentálně zde nejsou žádné koncepty.",
"good-morning": "Dobré ráno",
"good-afternoon": "Dobré odpoledne",
"good-evening": "Dobrý večer",
"good-night": "Dobrou noc",
"hello": "Ahoj",
"there-are-no-images-for-the-page": "Nejsou zde žádné obrázky pro stránku.",
"select-cover-image": "Vyberte titulní obrázek",
"this-plugin-depends-on-the-following-plugins": "Tento plugin závisí na následujících pluginech.",
"no-pages-found": "Nebyly nalezeny žádné stránky",
"system-updated": "Systém updatován",
"security": "Zabezpečení",
"remove-cover-image": "Odstranit titulní obrázek",
"width": "Šířka",
"height": "Výška",
"quality": "Kvalita",
"thumbnails": "Náhledové obrázky",
"thumbnail": "Náhledový obrázek",
"thumbnail-width-in-pixels": "Šířka náhledového obrázku v pixelech (px).",
"thumbnail-height-in-pixels": "Výška náhledového obrázku v pixelech (px).",
"thumbnail-quality-in-percentage": "Kvalita náhledového obrázku v procentech (%).",
"maximum-load-file-size-allowed:": "Maximální povolená velikost souboru:",
"file-type-is-not-supported": "Souborový typ není podporován. Povolené typy:",
"page-content": "Obsah stránky",
"markdown-parser": "Markdown parser",
"site-logo": "Logo webu",
"search": "Vyhledávání",
"search-plugins": "Vyhledat pluginy",
"enabled-plugins": "Zapnuté plugins",
"disabled-plugins": "Zakázané pluginy",
"remove-logo": "Odstranit logo",
"preview": "Náhled",
"author-can-write-and-edit-their-own-content": "Autor: Může psát a upravovat vlastní obsah. Editor: Může psát a upravovat obsah ostatních.",
"custom-fields": "Vlastní pole",
"define-custom-fields-for-the-content": "Definujte vlastní datová pole obsahu. Jak s vlastními poli pracovat naleznete v dokumentaci<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Začněte psát pro zobrazení našeptávače.",
"view": "Zobrazit",
"no-tags": "Žádné štítky",
"insert-thumbnail": "Vložit náhled",
"visits-today": "Dnešní návštěvy",
"no-categories": "Žádné kategorie",
"quick-search-pages-and-menu": "Rychlé vyhledávání stránek a menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analytika",
"unique-visitors": "Unikátní návštěvníci",
"insert-linked-thumbnail": "Vložit odkazovaný náhled",
"search-placeholder": "Hledat stránky, obsah a položky menu...",
"no-results-found": "Nebyly nalezeny žádné výsledky",
"navigation": "Navigace",
"default-content-status": "Výchozí stav obsahu",
"default-status-for-new-content": "Vyberte, zda má být nový obsah ve výchozím nastavení vytvořen jako Publikovaný nebo jako Koncept.",
"thumbnail-generation": "Generování náhledů",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Povolit nebo zakázat automatické generování náhledů při nahrávání obrázků."
}
================================================
FILE: bl-languages/da.json
================================================
{
"about": "Om",
"about-your-site-or-yourself": "Om dit websted eller dig selv",
"access-denied": "Adgang nægtet",
"actions": "Handlinger",
"activate": "Aktiver",
"add": "Tilføj",
"add-a-new-category": "Tilføj en ny kategori",
"add-a-new-user": "Tilføj en ny bruger",
"add-new-content": "Tilføj nyt indhold",
"administrator": "Administrator",
"advanced": "Avanceret",
"advanced-settings": "Avancerede indstillinger",
"all-content": "Alt indhold",
"allow-unicode": "Tillad Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Tillad Unicode-tegn i URL'en og nogle dele af systemet.",
"apply-code-noarchive-code-to-this-page": "Anvend noarchive<\/code> til denne side.",
"apply-code-nofollow-code-to-this-page": "Anvend nofollow<\/code> til denne side.",
"apply-code-noindex-code-to-this-page": "Anvend noindex<\/code> til denne side.",
"are-you-sure-you-want-to-delete-this-category?": "Er du sikker på, at du vil slette denne kategori?",
"are-you-sure-you-want-to-delete-this-page": "Er du sikker på, at du vil slette denne side?",
"authentication-token": "Autentificeringstoken",
"author": "Forfatter",
"author-can-write-and-edit-their-own-content": "Forfatter: Kan skrive og rediger deres eget indhold. Redaktør: Kan skrive og rediger eget og andres indhold.",
"autosave": "Gem automatisk",
"back-to-login-form": "Tilbage til loginformular",
"blog": "Blog",
"bludit-installer": "Bludit Installer",
"cancel": "Fortryd",
"categories": "Kategorier",
"category": "Kategori",
"category-deleted": "Kategori slettet",
"category-edited": "Kategori redigeret",
"change-password": "Skift adgangskode",
"change-the-position-of-the-plugins": "Skift udvidelsens placering",
"change-your-language-and-region-settings": "Skift dit sprog- og regionsindstillinger.",
"chat-support": "Chat support",
"choose-a-password-for-the-user-admin": "Vælg en adgangskode til brugeren admin<\/code>",
"choose-images-to-upload": "Vælg billede, der skal uploades",
"choose-your-language": "Vælg dit sprog",
"click-here-to-cancel": "Klik her for at fortryde.",
"click-on-the-image-for-options": "Klik på billedet for indstillinger.",
"complete-all-fields": "Udfyld alle felter",
"complete-the-form-choose-a-password-for-the-username-admin": "Udfyld formularen og vælg en adgangskode til brugernavnet admin<\/b>",
"confirm-delete-this-action-cannot-be-undone": "Bekræft sletning, denne handling kan ikke fortrydes.",
"confirm-new-password": "Bekræft ny adgangskode",
"confirm-password": "Bekræft adgangskode",
"congratulations-you-have-successfully-installed-your-bludit": "Tillykke, du har gennemført din installation af Bludit.",
"content": "Indhold",
"content-deleted": "Indhold slettet",
"content-edited": "Indhold redigeret",
"content-published-from-scheduler": "Indhold udgivet fra planlagt",
"cover-image": "Fremhævet billede",
"create-a-new-category-to-organize-your-content": "Opret en ny kategori, for at organisere dit indhold",
"create-new-content-for-your-site": "Opret nyt indhold til dit websted",
"current-format": "Aktuelt format",
"current-status": "Nuværende status",
"custom-fields": "Brugerdefinerede felter",
"dashboard": "Kontrolpanel",
"date": "Dato",
"date-and-time-formats": "Dato og tidsformater",
"date-format": "Datoformat",
"date-format-format": "Datoformat: ÅÅÅÅ-MM-DD Timer:Minutter:Sekunder<\/code>",
"dates": {
"Apr": "apr",
"April": "april",
"Aug": "aug",
"August": "august",
"Dec": "dec",
"December": "december",
"Feb": "feb",
"February": "februar",
"Fri": "Fre",
"Friday": "fredag",
"Jan": "jan",
"January": "januar",
"Jul": "jul",
"July": "juli",
"Jun": "jun",
"June": "juni",
"Mar": "mar",
"March": "marts",
"May": "maj",
"Mon": "man",
"Monday": "mandag",
"Nov": "nov",
"November": "november",
"Oct": "okt",
"October": "oktober",
"Sat": "lør",
"Saturday": "lørdag",
"Sep": "sep",
"September": "september",
"Sun": "søn",
"Sunday": "søndag",
"Thu": "tors",
"Thursday": "torsdag",
"Tue": "tirs",
"Tuesday": "tirsdag",
"Wed": "ons",
"Wednesday": "onsdag"
},
"deactivate": "Deaktiver",
"default": "Standard",
"default-message": "Standardmeddelelse",
"define-custom-fields-for-the-content": "Definer tilpassede felter for indhold. Lær mere om brugerdefinerede felter i dokumentationen<\/a>.",
"delete": "Slet",
"delete-category": "Slet kategori",
"delete-content": "Slet indhold",
"delete-image": "Slet billede",
"delete-the-user-and-all-his-content": "Slet brugeren og alt brugerens indhold",
"delete-the-user-and-associate-his-content-to-admin-user": "Slet brugeren og tilknyt brugerens indhold til administratorbrugeren",
"delete-user-and-delete-content": "Slet bruger og slet indhold (Advarsel)",
"delete-user-and-keep-content": "Slet bruger og behold indholdet",
"description": "Beskrivelse",
"developers": "Udviklere",
"disable-the-user": "Deaktiver brugeren",
"disable-user": "Deaktiver bruger",
"disabled": "Deaktiveret",
"disabled-plugins": "Deaktiverede udvidelser",
"do-you-want-to-disable-the-user": "Vil du deaktivere brugeren?",
"documentation": "Dokumentation",
"done": "Færdig",
"draft": "Kladde",
"draft-content": "Kladde indhold",
"drafts": "Kladder",
"drag-and-drop-or-click-here": "Træk og slip eller klik her",
"drag-and-drop-to-set-the-position-of-the-plugin": "Træk og slip for at ændre placeringen af udvidelserne",
"drag-and-drop-to-sort-the-plugins": "Træk og slip for at sortere udvidelserne.",
"dynamic": "Dynamisk",
"edit": "Rediger",
"edit-category": "Rediger kategori",
"edit-content": "Rediger indhold",
"edit-or-delete-content-from-your-site": "Rediger eller slet indhold fra dit websted",
"edit-or-delete-your-categories": "Rediger eller slet dine kategorier",
"edit-user": "Rediger bruger",
"editor": "Redaktør",
"email": "E-mail",
"email-access-code": "Email adgangskode",
"email-account-settings": "Indstillinger for e-mail-konto",
"emails-will-be-sent-from-this-address": "E-mails sendes fra denne adresse.",
"empty": "Tom",
"empty-title": "Tom titel",
"enabled": "Aktiveret",
"enabled-plugins": "Aktiverede udvidelser",
"enter-title": "Angiv titel",
"error": "Fejl",
"example-page-1-content": "Begynd med at skrive dit eget indhold, eller rediger denne post, så det passer til dine behov. For at oprette, redigere eller fjerne indhold skal du logge ind på adminpanelet<\/a> med brugernavnet `admin` og den adgangskode, du har angivet i installationsprocessen.",
"example-page-1-slug": "opret-dit-eget-indhold",
"example-page-1-title": "Opret dit eget indhold",
"example-page-2-content": "Opdater indstillingerne på dit websted fra administrationspanelet<\/a>. Du kan ændre titlen, beskrivelsen og dine sociale netværk fra Indstillinger > Generelt<\/a>.",
"example-page-2-slug": "opsæt-dit-nye-websted",
"example-page-2-title": "Opsæt dit nye websted",
"example-page-3-content": "Få information om nyheder, nye udgivelser, nye temaer eller nye udvidelser på vores sociale netværk Facebook<\/a>, Twitter<\/a> og YouTube<\/a> eller besøg vores blog<\/a>.",
"example-page-3-slug": "følg-bludit",
"example-page-3-title": "Følg Bludit",
"example-page-4-content": "Din Om-side er typisk en af de mest besøgte sider på dit websted, og bør være enkel med et par centrale ting, såsom dit navn, hvem du er, hvordan kan du kontaktes, en lille historie osv.",
"example-page-4-slug": "om",
"example-page-4-title": "Om",
"external-cover-image": "Eksternt fremhævet billede",
"extreme-friendly-url": "Ekstrem venlig URL",
"field-used-when-ordering-content-by-position": "Feltet bruges til at angive sorteringen af indhold efter position.",
"file-type-is-not-supported": "Filtype understøttes ikke. Tilladte typer:",
"first": "Først",
"first-name": "Fornavn",
"follow-bludit-on": "Følg Bludit på",
"footer-text": "Tekstfod",
"forum-support": "Forum support",
"friendly-url": "Venlig URL",
"full-image-url": "URL-adresse til fuldt billede.",
"full-url-of-your-site": "Fuld URL på dit websted. Komplet med protokollen HTTP eller HTTPS (kun hvis du har aktiveret SSL på din server).",
"general": "Generelt",
"general-settings": "Generelle indstillinger",
"get-login-access-code": "Få login-adgangskode",
"good-afternoon": "God eftermiddag",
"good-evening": "Godaften",
"good-morning": "Godmorgen",
"good-night": "Godnat",
"have-you-seen-my-ball": "Har du set min bold?",
"height": "Højde",
"hello": "Hej",
"homepage": "Hovedside",
"image-description": "Billedbeskrivelse",
"images": "Billeder",
"insert": "Indsæt",
"insert-image": "Indsæt billede",
"install": "Installer",
"interval": "Interval",
"invite-a-friend-to-collaborate-on-your-site": "Inviter en ven til at samarbejde om indhold på dit websted",
"ip-address-has-been-blocked": "IP-adressen er blevet blokeret",
"items-per-page": "Elementer pr. side",
"label": "Etiket",
"language": "Sprog",
"language-and-timezone": "Sprog og tidszone",
"language-data": {
"authors": [
"Steen Jakobsen @lightmat",
"",
"",
""
],
"english-name": "Danish",
"last-update": "01-05-2020",
"locale": "da, da_DK",
"native": "Dansk"
},
"last": "Sidst",
"last-name": "Efternavn",
"latest-content": "Seneste indhold",
"leave-empty-for-autocomplete-by-bludit": "Lad feltet være tomt, for automatisk udfyldelse af Bludit.",
"links": "Links",
"locale": "Landestandard",
"login": "Log ind",
"logout": "Log ud",
"manage": "Administration",
"manage-categories": "Administrer kategorier",
"manage-content": "Administrer indhold",
"manage-users": "Administrer brugere",
"markdown-parser": "Markdown fortolker",
"maximum-load-file-size-allowed:": "Maksimal tilladt filstørrelse:",
"media-manager": "Medie Manager",
"minute": "minut",
"minutes": "minutter",
"name": "Navn",
"new-category": "Ny kategori",
"new-category-created": "Ny kategori oprettet",
"new-content": "Nyt indhold",
"new-content-created": "Nyt indhold oprettet",
"new-password": "Ny adgangskode",
"new-theme-configured": "Nyt tema konfigureret",
"new-user-created": "Ny bruger oprettet",
"new-version-available": "Ny version tilgængelig",
"next": "Næste",
"next-page": "Næste side",
"nickname": "Alias",
"no-pages-found": "Ingen sider fundet.",
"no-parent": "Ingen forældre",
"notifications": "Meddelelser ",
"number-in-minutes-for-every-execution-of-autosave": "Interval i minutter, for hver udførelse af gem automatisk.",
"number-of-items-to-show-per-page": "Antal elementer, der skal vises pr. side.",
"options": "Muligheder",
"order-content-by": "Sorter indhold efter",
"order-items-by": "Sorter poster efter",
"order-the-content-by-date-to-build-a-blog": "Sorter indholdet efter dato for at oprette en blog, eller sorter indholdet efter position for at oprette et websted.",
"page-content": "Sideindhold",
"page-not-found": "Side ikke fundet",
"page-not-found-content": "Hej! Det ser ud til, at denne side ikke findes.",
"pagebreak": "Sideskift",
"pages": "Side",
"parent": "Forældre",
"password": "Adgangskode",
"password-must-be-at-least-6-characters-long": "Adgangskoden skal være mindst 6 tegn lang",
"plugin": "Udvidelse",
"plugin-activated": "Udvidelse aktiveret",
"plugin-configured": "Udvidelse konfigureret",
"plugin-deactivated": "Udvidelse deaktiveret",
"plugins": "Udvidelser",
"plugins-position": "Udvidelses position",
"plugins-position-changed": "Udvidelses positionen ændret",
"plugins-sorted": "Udvidelse sorteret",
"position": "Position",
"post": "Post",
"predefined-pages": "Predefined pages",
"preview": "Eksempel",
"previous": "Tidligere",
"previous-page": "Forrige side",
"profile": "Profil",
"profile-picture": "Profilbillede",
"publish": "Udgiv",
"published": "Udgivet",
"quality": "Kvalitet",
"quick-links": "Quick links",
"read-more": "Læs mere",
"reading-time": "Læsetid ",
"recommended-for-recovery-password-and-notifications": "Anbefales til gendannelse af adgangskode og meddelelser.",
"registered": "Registreret",
"remember-me": "Husk mig",
"remove-cover-image": "Fjern fremhævet billede",
"remove-logo": "Fjern logo",
"returning-page-for-the-main-page": "Fast hovedside. Viser som standard den seneste indholdsrækkefølge efter dato eller position.",
"returning-page-when-the-page-doesnt-exist": "Vælg egen side, for siden findes ikke, eller efterlad feltet tomt, for standardmeddelelse.",
"role": "Rolle",
"save": "Gem",
"save-as-draft": "Gem som kladde",
"scheduled": "Planlagt",
"scheduled-content": "Planlagt indhold",
"search": "Søg",
"search-plugins": "Søg efter udvidelser",
"security": "Sikkerhed",
"select-a-timezone-for-a-correct": "Vælg en tidszone for en korrekt dato\/tidsvisning på dit websted.",
"select-cover-image": "Vælg fremhævet billede",
"select-your-sites-language": "Vælg dit websteds sprog.",
"sender-email": "Afsender e-mail",
"seo": "SEO",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Indsæt et fremhævet billede fra en ekstern URL, såsom en CDN eller en server, der er dedikeret til billeder.",
"set-as-cover-image": "Indstil som fremhævet billede",
"settings": "Indstillinger",
"settings-changes": "Indstillinger ændret",
"show-password": "Vis adgangskode",
"site": "Websted",
"site-description": "Beskrivelse",
"site-information": "Webstedsinformation",
"site-logo": "Websteds logo",
"site-slogan": "Slogan",
"site-title": "Titel",
"site-url": "Websteds-URL",
"social-networks": "Sociale netværk",
"social-networks-links": "Links til sociale netværk",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Begynd at skrive en sidetitel, for at se en liste med forslag.",
"start-typing-to-see-a-list-of-suggestions": "Begynd at skrive, for at se en liste med forslag.",
"static": "Statisk",
"statistics": "Statistik",
"status": "Status",
"sticky": "Fastgjort",
"supported-image-file-types": "Understøttede billedfils typer",
"system-updated": "System opdateret.",
"tag": "Tag",
"tags": "Tags",
"template": "Skabelon",
"thanks-for-supporting-bludit": "Tak for at støtte Bludit",
"the-changes-have-been-saved": "Ændringerne er gemt",
"the-content-is-saved-as-a-draft-to-publish-it": "Indholdet gemmes som en kladde. For at udgive det, skal du klikke på knappen Udgiv<\/b> , eller hvis du stadig arbejder på det, skal du klikke på Gem som kladde<\/b>.",
"the-extension-zip-is-not-installed": "Udvidelsen zip er ikke installeret, for at bruge dette plugin skal du installere udvidelsen.",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Alias er mest brugt i temaer, og bruges til at vise forfatteren af indholdet",
"the-password-and-confirmation-password-do-not-match": "Adgangskoden og bekræftelses adgangskoden stemmer ikke overens",
"themes": "Temaer",
"there-are-no-draft-pages-at-this-moment": "Der er ingen kladder til sider i øjeblikket.",
"there-are-no-images": "Der er ingen billeder",
"there-are-no-images-for-the-page": "Der er ingen billeder til siden.",
"there-are-no-pages-at-this-moment": "Der er ingen sider i øjeblikket.",
"there-are-no-scheduled-content": "Der er ingen planlagt indhold.",
"there-are-no-scheduled-pages-at-this-moment": "Der er ingen planlagte sider i øjeblikket.",
"there-are-no-static-pages-at-this-moment": "Der er ingen statiske sider i øjeblikket.",
"there-are-no-sticky-pages-at-this-moment": "Der er ingen fastgjorde sider i øjeblikket.",
"this-field-can-help-describe-the-content": "Dette felt kan hjælpe med at beskrive indholdet med et par ord.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"this-is-a-brief-description-of-yourself-our-your-site": "Dette er en kort beskrivelse af dig selv, eller dit websted. For at ændre denne tekst skal du gå til adminpanelet > indstillinger > udvidelser og konfigurere udvidelsen \"Om\".",
"this-plugin-depends-on-the-following-plugins": "Denne udvidelse afhænger af følgende udvidelser.",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Denne udvidelse understøttes muligvis ikke af denne version af Bludit",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Dette fortæller søgemaskiner om ikke at følge linkene på denne side.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Dette fortæller søgemaskiner, at de ikke skal gemme en cache-kopi af denne side.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Dette fortæller søgemaskiner om ikke at vise denne side i deres søgeresultater.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dette tema understøttes muligvis ikke af denne version af Bludit",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Denne titel bruges næsten altid i sidefeltet på webstedet.",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Denne token er magen til en adgangskode, så den bør ikke deles med andre.",
"thumbnail": "Miniature",
"thumbnail-height-in-pixels": "Miniaturhøjde i pixels (px).",
"thumbnail-quality-in-percentage": "Miniaturekvalitet i procent (%).",
"thumbnail-width-in-pixels": "Miniaturebredde i pixels (px).",
"thumbnails": "Miniaturer",
"timezone": "Tidszone",
"title": "Titel",
"title-formats": "Titelformater",
"to-enable-the-user-you-must-set-a-new-password": "For at aktivere brugeren skal du tilføje en ny adgangskode.",
"to-schedule-the-content-select-the-date-and-time": "For at planlægge indholdet skal du vælge dato og klokkeslæt, og status skal indstilles til \"Udgivet\".",
"token": "Token",
"try-again-in-a-few-minutes": "Prøv igen om et par minutter",
"type": "Type",
"uncategorized": "Ikke kategoriseret",
"undefined": "Udefineret",
"update": "Opdatering",
"upgrade-to-bludit-pro": "Opgrader til Bludit PRO",
"upload": "Upload",
"upload-and-more-images": "Upload og flere billeder",
"upload-image": "Upload billede",
"url": "URL",
"url-associated-with-the-content": "URL tilknyttet indholdet.",
"url-filters": "URL-filtre",
"use-this-field-to-add-a-catchy-phrase": "Brug dette felt til at tilføje en iørefaldende sætning til dit websted.",
"use-this-field-to-name-your-site": "Brug dette felt til at navngive dit websted.",
"user": "Bruger",
"user-deleted": "Bruger slettet",
"user-disabled": "Bruger deaktiveret",
"user-edited": "Bruger redigeret",
"user-password-changed": "Bruger adgangskode ændret",
"username": "Brugernavn",
"username-or-password-incorrect": "Brugernavn eller adgangskode er forkert",
"users": "Brugere",
"variables-allowed": "Tilladte variabler",
"version": "Version",
"view": "Vis",
"website": "Websted",
"website-or-blog": "Websted eller blog",
"welcome": "Velkommen",
"welcome-to-bludit": "Velkommen til Bludit",
"whats-next": "What's Next",
"width": "Bredde",
"with-the-locales-you-can-set-the-regional-user-interface": "Med lokaliteter kan du indstille den regionale brugergrænseflade, f.eks. datoerne på dit sprog. Lokaliteterne skal være installeret på dit system i forvejen.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Skriv et skabelonnavn for at filtrere siden i temaet og ændre sidens stil.",
"write-the-tags-separated-by-commas": "Skriv tags, adskilt med kommaer.",
"you-can-add-a-site-description-to-provide": "Du kan tilføje en beskrivelse, for at give en kort biografi af dig selv, og\/eller en beskrivelse af dit websted.",
"you-can-add-a-small-text-on-the-bottom": "Du kan tilføje lidt tekst til bunden af hver side. f.eks: copyright, ejer, datoer osv.",
"you-can-change-this-field-when-save-the-current-changes": "Du kan ændre dette felt, når du gemmer de aktuelle ændringer.",
"you-do-not-have-sufficient-permissions": "Du har ikke tilstrækkelige rettigheder",
"no-tags": "Ingen tags",
"insert-thumbnail": "Indsæt miniature",
"visits-today": "Besøg i dag",
"no-categories": "Ingen kategorier",
"quick-search-pages-and-menu": "Hurtig søgning sider og menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analytics",
"unique-visitors": "Unikke besøgende",
"insert-linked-thumbnail": "Indsæt linket miniature",
"search-placeholder": "Søg i sider, indhold og menupunkter...",
"no-results-found": "Ingen resultater fundet",
"navigation": "Navigation",
"default-content-status": "Standard indholdsstatus",
"default-status-for-new-content": "Vælg om nyt indhold skal oprettes som Udgivet eller Kladde som standard.",
"thumbnail-generation": "Generering af miniaturebilleder",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Aktiver eller deaktiver automatisk generering af miniaturebilleder ved upload af billeder."
}
================================================
FILE: bl-languages/de_AT.json
================================================
{
"language-data": {
"native": "Deutsch (Österreich)",
"english-name": "German (Austria)",
"locale": "de, de_AT",
"last-update": "2020-03-24",
"authors": [
"Clickwork https:\/\/clickwork.ch",
"blog2read https:\/\/github.com\/blog2read",
"cblte https:\/\/github.com\/cblte",
"MoritzBrueckner https:\/\/github.com\/MoritzBrueckner",
"SamBrishes https:\/\/www.pytes.net"
]
},
"dates": {
"Mon": "Mo",
"Tue": "Di",
"Wed": "Mi",
"Thu": "Do",
"Fri": "Fr",
"Sat": "Sa",
"Sun": "So",
"Monday": "Montag",
"Tuesday": "Dienstag",
"Wednesday": "Mittwoch",
"Thursday": "Donnerstag",
"Friday": "Freitag",
"Saturday": "Samstag",
"Sunday": "Sonntag",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mär",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Dez",
"January": "Jänner",
"February": "Februar",
"March": "März",
"April": "April",
"May": "Mai",
"June": "Juni",
"July": "Juli",
"August": "August",
"September": "September",
"October": "Oktober",
"November": "November",
"December": "Dezember"
},
"dashboard": "Dashboard",
"manage-users": "Benutzer verwalten",
"manage-categories": "Kategorien verwalten",
"general-settings": "Allgemeine Einstellungen",
"advanced-settings": "Erweiterte Einstellungen",
"thanks-for-supporting-bludit": "Vielen Dank für die Unterstützung von Bludit!",
"upgrade-to-bludit-pro": "Upgrade auf Bludit PRO",
"language": "Sprache\/Zeitzone",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Entwickler",
"themes": "Themes",
"about": "Über",
"url": "URL",
"welcome": "Willkommen",
"logout": "Abmelden",
"website": "Website",
"publish": "Veröffentlichen",
"manage": "Verwalten",
"content": "Inhalte",
"category": "Kategorie",
"categories": "Kategorien",
"users": "Benutzer",
"settings": "Einstellungen",
"general": "Allgemein",
"advanced": "Erweitert",
"new-content": "Neuer Inhalt",
"manage-content": "Inhalte verwalten",
"add-new-content": "Neuen Inhalt erstellen",
"new-category": "Neue Kategorie",
"you-do-not-have-sufficient-permissions": "Keine Berechtigung, diese Seite aufzurufen.",
"add-a-new-user": "Neuer Benutzer",
"url-associated-with-the-content": "Der URL kann selbst angepasst werden.",
"language-and-timezone": "Sprache und Zeitzone",
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
"notifications": "Aktivitäten",
"plugin-activated": "Plugin aktiviert",
"plugin-deactivated": "Plugin deaktiviert",
"new-theme-configured": "Theme aktiviert",
"settings-changes": "Änderung der Einstellungen",
"plugin-configured": "Plugin konfiguriert",
"welcome-to-bludit": "Willkommen bei Bludit",
"statistics": "Statistiken",
"drafts": "Entwürfe",
"title": "Titel",
"save": "Speichern",
"save-as-draft": "Als Entwurf speichern",
"cancel": "Abbrechen",
"description": "Beschreibung",
"this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.",
"images": "Bilder",
"error": "Fehler",
"supported-image-file-types": "Unterstützte Dateiformate",
"cover-image": "Hauptbild",
"drag-and-drop-or-click-here": "Drag and Drop oder hier klicken",
"there-are-no-images": "Keine Bilder vorhanden",
"upload-and-more-images": "Upload und weitere Bilder",
"click-on-the-image-for-options": "Für die Bildoptionen auf das Bild klicken.",
"click-here-to-cancel": "Schließen",
"insert-image": "Bild einfügen",
"set-as-cover-image": "Als Hauptbild verwenden",
"delete-image": "Bild löschen",
"tags": "Schlagwörter",
"add": "Hinzufügen",
"status": "Status",
"published": "Veröffentlicht",
"draft": "Entwurf",
"empty-title": "Kein Titel",
"empty": "Kein Inhalt",
"date": "Datum",
"external-cover-image": "Externes Hauptbild",
"parent": "Übergeordneter Inhalt",
"full-image-url": "Link zum verwendeten Bild.",
"this-field-is-used-when-you-order-the-content-by-position": "Dieses Feld wird verwendet, wenn der Inhalt nach Position angezeigt wird.",
"position": "Position",
"friendly-url": "URL",
"image-description": "Bildbeschreibung",
"add-a-new-category": "Neue Kategorie hinzufügen",
"name": "Name",
"username": "Benutzername",
"first-name": "Vorname",
"last-name": "Nachname",
"to-schedule-the-content-select-the-date-and-time": "Um einen Inhalt zu einem späteren Zeitpunkt zu veröffentlichen, Datum und Zeit wählen. Sein Status muss \"Veröffentlicht\" sein.",
"email": "E-Mail-Adresse",
"role": "Rolle",
"registered": "Hinzugefügt",
"site-information": "Angaben zur Website",
"site-title": "Titel der Website",
"use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.",
"site-slogan": "Untertitel",
"use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.",
"site-description": "Informationen",
"you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website (wird von Suchmaschinen verwendet).",
"footer-text": "Footer-Text",
"you-can-add-a-small-text-on-the-bottom": "Text im Fussbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.",
"social-networks-links": "Links zu sozialen Netzwerken",
"site-url": "Adresse der Website",
"email-account-settings": "E-Mail",
"sender-email": "Absender",
"emails-will-be-sent-from-this-address": "E-Mails werden mit dieser E-Mail-Adresse als Absender verschickt.",
"url-filters": "URL-Filter",
"select-your-sites-language": "Sprache der Website.",
"timezone": "Zeitzone",
"select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.",
"locale": "Lokalisierung",
"date-and-time-formats": "Datum und Zeit",
"date-format": "Datumsformat",
"current-format": "Aktuelles Datumsformat",
"version": "Version",
"author": "Autor",
"activate": "Aktivieren",
"deactivate": "Deaktivieren",
"edit-category": "Kategorie bearbeiten",
"delete": "Löschen",
"password": "Passwort",
"confirm-password": "Passwort wiederholen",
"editor": "Mitarbeiter",
"administrator": "Administrator",
"edit-user": "Benutzer bearbeiten",
"edit-content": "Inhalt bearbeiten",
"profile": "Profil",
"change-password": "Passwort ändern",
"enabled": "Aktiviert",
"disable-the-user": "Benutzer deaktivieren",
"profile-picture": "Profil-Bild",
"edit-or-delete-your-categories": "Kategorien bearbeiten oder löschen.",
"create-a-new-category-to-organize-your-content": "Eine neue Kategorie hinzufügen.",
"confirm-delete-this-action-cannot-be-undone": "Bestätigung der Löschung. Diese kann nicht rückgängig gemacht werden.",
"do-you-want-to-disable-the-user": "Soll der Benutzer deaktiviert werden?",
"new-password": "Neues Passwort",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Inhalte pro Seite",
"invite-a-friend-to-collaborate-on-your-site": "Einen neuen Benutzer hinzufügen.",
"number-of-items-to-show-per-page": "Anzahl Inhalte pro Seite.",
"website-or-blog": "Website oder Blog",
"order-content-by": "Inhalte anzeigen nach",
"edit-or-delete-content-from-your-site": "Inhalte bearbeiten oder löschen.",
"order-the-content-by-date-to-build-a-blog": "Für einen Blog Inhalte nach Datum anzeigen, für eine Website nach Position.",
"default-content-status": "Standard-Inhaltsstatus",
"default-status-for-new-content": "Wählen Sie, ob neue Inhalte standardmäßig als Veröffentlicht oder Entwurf erstellt werden.",
"page-not-found-content": "Es sieht so aus, als würde es diese Seite nicht geben!",
"page-not-found": "Seite nicht gefunden",
"predefined-pages": "Zugewiesene Seiten",
"returning-page-when-the-page-doesnt-exist": "Inhalt, wenn eine Seite nicht vorhanden ist. Wird nichts gewählt, wird die Standardmeldung verwendet.",
"returning-page-for-the-main-page": "Zur Hauptseite zugeordneter Inhalt. Standardmässig werden die neuesten Inhalte geordnet nach Datum (Blog) oder Position (Website) angezeigt.",
"full-url-of-your-site": "Vollständiger URL der Website mit http:\/\/ oder https:\/\/ (wenn ein Zertifikat aktiviert ist).",
"with-the-locales-you-can-set-the-regional-user-interface": "Die Lokalisierung erlaubt die Anzeige von Zeit und Datum im Format der gewählten Sprachregion. Dafür muss das System entsprechend konfiguriert sein.",
"bludit-installer": "Bludit Installer",
"choose-your-language": "Eine Sprache wählen",
"next": "Weiter",
"complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\"
und eine E-Mail-Adresse eingeben.",
"show-password": "Passwort im Klartext zeigen",
"install": "Installieren",
"login": "Anmelden",
"back-to-login-form": "Zurück zur Anmeldeseite",
"get-login-access-code": "Zugangscode schicken",
"email-access-code": "Zugangscode zuschicken",
"whats-next": "Und so geht es weiter:",
"username-or-password-incorrect": "Falscher Benutzername und\/oder falsches Passwort",
"follow-bludit-on": "Den [deutschsprachigen Newsletter](http:\/\/eepurl.com\/b6mpKf) abonnieren und Bludit folgen bei",
"this-is-a-brief-description-of-yourself-our-your-site": "Hier kann beispielsweise eine kurze Beschreibung der Person, die den Blog oder die Website betreibt, oder der Website stehen. Der Text kann im Administrationsbereich in den Einstellungen des Plugins \"Über\" geändert werden.",
"new-version-available": "Eine neue Version ist verfügbar",
"new-category-created": "Kategorie hinzugefügt",
"category-deleted": "Kategorie gelöscht",
"category-edited": "Kategorie bearbeitet",
"new-user-created": "Benutzer hinzugefügt",
"user-edited": "Benutzer bearbeitet",
"user-deleted": "Benutzer gelöscht",
"recommended-for-recovery-password-and-notifications": "E-Mail-Adresse für die Passwort-Wiederherstellung und Mitteilungen.",
"authentication-token": "Authentifizierungs-Token",
"token": "Token",
"current-status": "Aktueller Status",
"upload-image": "Bild hochladen",
"the-changes-have-been-saved": "Die Änderung wurde gespeichert.",
"label": "Bezeichnung",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Abhängig vom Theme wird die Bezeichnung als Titel des Plugin-Bereichs verwendet.",
"password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein.",
"ip-address-has-been-blocked": "Die IP-Adresse wurde gesperrt.",
"try-again-in-a-few-minutes": "Bitte, es in einigen Minuten noch einmal versuchen.",
"content-published-from-scheduler": "Geplanter Inhalt veröffentlicht",
"blog": "Blog",
"complete-all-fields": "Bitte alle Felder ausfüllen",
"static": "Statisch",
"about-your-site-or-yourself": "Über den Betreiber der Website.",
"homepage": "Hauptseite",
"disabled": "Deaktiviert",
"to-enable-the-user-you-must-set-a-new-password": "Um den Benutzer zu aktivieren, muss ein neues Passwort vergeben werden.",
"delete-the-user-and-associate-his-content-to-admin-user": "Benutzer löschen und seine Inhalte dem Benutzer admin übertragen.",
"delete-the-user-and-all-his-content": "Benutzer und alle seine Inhalte löschen.",
"user-disabled": "Benutzer deaktiviert",
"user-password-changed": "Passwort geändert",
"the-password-and-confirmation-password-do-not-match": "Das Passwort und die Bestätigung des Passworts stimmen nicht überein",
"scheduled-content": "Geplant",
"there-are-no-scheduled-content": "Es sind keine Veröffentlichungen geplant.",
"new-content-created": "Inhalt erstellt",
"content-edited": "Inhalt bearbeitet",
"content-deleted": "Inhalt gelöscht",
"undefined": "Nicht definiert",
"create-new-content-for-your-site": "Einen neuen Inhalt erstellen.",
"order-items-by": "Inhalte sortieren nach",
"all-content": "Alle Inhalte",
"dynamic": "Dynamisch",
"type": "Art",
"draft-content": "Entwürfe",
"post": "Post",
"default": "Standardvorgabe",
"latest-content": "Neueste Inhalte",
"default-message": "Standardmeldung",
"no-parent": "Kein übergeordneter Inhalt",
"have-you-seen-my-ball": "Hast Du meinen Ball gesehen?",
"pagebreak": "Seitenumbruch",
"pages": "Seiten",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Dieses Plugin wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
"previous": "Zurück",
"previous-page": "Vorhergehende Seite",
"next-page": "Nächste Seite",
"scheduled": "Geplant",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Dieser Token ist genauso wichtig wie ein Passwort und sollte nicht weitergegeben werden.",
"congratulations-you-have-successfully-installed-your-bludit": "Gratulation, Bludit wurde erfolgreich installiert!",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dieses Theme wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
"read-more": "Weiterlesen",
"remember-me": "Angemeldet bleiben",
"plugins-position": "Reihenfolge der Plugins",
"plugins-sorted": "Reihenfolge der Plugins geändert",
"plugins-position-changed": "Die Reihenfolge der Plugins wurde geändert.",
"drag-and-drop-to-set-the-position-of-the-plugin": "Die Reihenfolge der Plugins kann per \"Drag and Drop\" geändert werden",
"change-the-position-of-the-plugins": "Reihenfolge der Plugins bearbeiten",
"reading-time": "Lesezeit",
"minutes": "Minuten",
"minute": "Minute",
"example-page-1-slug": "veroeffentliche-deine-inhalte",
"example-page-1-title": "Veröffentliche deine Inhalte",
"example-page-1-content": "Veröffentliche deine eigenen Inhalte oder passe die vorhandenen deinen Bedürfnissen an. Um Inhalte zu veröffentlichen, zu bearbeiten oder zu löschen, musst du dich im [Administrationsbereich](.\/admin) anmelden (mit dem Benutzernamen `admin` und dem Passwort, das Du bei der Installation eingegeben hast).",
"example-page-2-slug": "richte-deine-website-ein",
"example-page-2-title": "Richte deine Website ein",
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
"example-page-3-slug": "folge-bludit",
"example-page-3-title": "Folge Bludit",
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, Themes und Plugins in den sozialen Netzwerken Facebook<\/a>, Twitter<\/a> und YouTube<\/a>, über den Blog<\/a> oder indem du den deutschsprachigen Newsletter<\/a> abonnierst.",
"example-page-4-slug": "ueber",
"example-page-4-title": "Über",
"example-page-4-content": "Die Seite \"Über\" ist eine viel beachtete Seite. Denn viele wollen wissen, wer einen Blog oder eine Website betreibt, welche Idee dahinter steht, wie du erreichbar bist usw.",
"the-extension-zip-is-not-installed": "Die ZIP-Erweiterung ist auf deinem Server nicht installiert. Um dieses Plugin zu verwenden, muss sie installiert werden.",
"there-are-no-sticky-pages-at-this-moment": "Es gibt keine fixierten Inhalte.",
"there-are-no-scheduled-pages-at-this-moment": "Es gibt keine zur Veröffentlichung geplanten Inhalte.",
"update": "Aktualisierung",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Benutzer deaktivieren",
"delete-user-and-keep-content": "Benutzer löschen und Inhalte behalten",
"delete-user-and-delete-content": "Benutzer und Inhalte löschen (Vorsicht!)",
"social-networks": "Soziale Netzwerke",
"interval": "Abstände",
"number-in-minutes-for-every-execution-of-autosave": "Anzahl Minuten zwischen automatischen Speicherungen.",
"extreme-friendly-url": "Besonders benutzerfreundlicher URL",
"title-formats": "Titelformate",
"delete-content": "Inhalt löschen",
"are-you-sure-you-want-to-delete-this-page": "Bist Du sicher, dass Du diesen Inhalt löschen möchtest?",
"sticky": "Fixiert",
"actions": "Aktionen",
"edit": "Bearbeiten",
"options": "Einstellungen",
"enter-title": "Titel hier eingegeben",
"media-manager": "Medien-Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Hauptbild mit einem externen URL, beispielsweise von einem Content Delivery Network (CDN).",
"user": "Benutzer",
"date-format-format": "Datumsformat: YYYY-MM-DD Stunden:Minuten:Sekunden<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Die automatische Vervollständigung zeigt entsprechende Vorschläge an.",
"field-used-when-ordering-content-by-position": "Dieses Feld wird verwendet, wenn die Inhalte nach Position angezeigt werden (Website).",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Name des Templates, wenn das Theme es erlaubt, verschiedene Templates einzelnen Inhalten zuzuordnen.",
"write-the-tags-separated-by-commas": "Schlagwörter durch Kommas getrennt eingeben.",
"apply-code-noindex-code-to-this-page": "Die Anweisung noindex<\/code> für diese Seite verwenden.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Anweisung an Suchmaschinen, die Seite in Suchergebnissen nicht zu zeigen.",
"apply-code-nofollow-code-to-this-page": "Die Anweisung nofollow<\/code> für dieses Seite verwenden.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Anweisung an Suchmaschinen, Links auf der Seite nicht zu folgen.",
"apply-code-noarchive-code-to-this-page": "Die Anweisung noarchive<\/code> für diese Seite anwenden.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Anweisung an Suchmaschinen, keine Kopie der Seite im Cache zu speichern.",
"uncategorized": "Nicht kategorisiert",
"done": "Bestätigen",
"delete-category": "Kategorie löschen",
"are-you-sure-you-want-to-delete-this-category?": "Bist du sicher, dass Du diese Kategorie löschen möchtest?",
"confirm-new-password": "Bestätige das neue Passwort",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Der Nickname wird als Name des Autors von Beiträgen angezeigt.",
"allow-unicode": "Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Unicode-Zeichen mit Umlauten usw. im URL und bei einigen Teilen des Systems verwenden.",
"variables-allowed": "Mögliche Platzhalter:",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Die Reihenfolge der Plugins kann mit Drag and Drop geändert werden.",
"seo": "SEO",
"documentation": "Dokumentation",
"forum-support": "Support-Forum",
"chat-support": "Support-Chat",
"quick-links": "Quicklinks",
"leave-empty-for-autocomplete-by-bludit": "Ohne Eingabe wird der URL von Bludit erstellt.",
"choose-a-password-for-the-user-admin": "Gib ein Passwort für den Benutzer admin<\/code> ein",
"access-denied": "Zugriff verweigert",
"choose-images-to-upload": "Bilder auswählen und auf den Server laden",
"insert": "Einfügen",
"upload": "Hochladen",
"autosave": "Automatische Speicherung",
"the-content-is-saved-as-a-draft-to-publish-it": "Der Inhalt ist als Entwurf gespeichert. Um ihn zu veröffentlichen, klicke Veröffentlichen<\/b>, wenn du ihn weiter bearbeiten möchtest, klicke Als Entwurf speichern<\/b>.",
"site": "Seite",
"first": "Erste",
"last": "Letzte",
"there-are-no-pages-at-this-moment": "Es gibt noch keine Seiten.",
"there-are-no-static-pages-at-this-moment": "Es gibt noch keine statischen Inhalte.",
"there-are-no-draft-pages-at-this-moment": "Es gibt noch keine Entwürfe.",
"good-morning": "Guten Morgen",
"good-afternoon": "Guten Nachmittag",
"good-evening": "Guten Abend",
"good-night": "Gute Nacht",
"hello": "Hallo",
"there-are-no-images-for-the-page": "Für diesen Inhalt sind keine Bilder vorhanden.",
"select-cover-image": "Wähle ein Hauptbild",
"this-plugin-depends-on-the-following-plugins": "Dieses Plugin benötigt die folgenden Plugins:",
"no-pages-found": "Es wurden keine Seiten gefunden",
"system-updated": "Das System wurde aktualisiert",
"security": "Sicherheit",
"remove-cover-image": "Hauptbild entfernen",
"width": "Breite",
"height": "Höhe",
"quality": "Qualität",
"thumbnails": "Vorschaubilder",
"thumbnail": "Vorschaubild",
"thumbnail-width-in-pixels": "Breite der Vorschaubilder in Pixel (px).",
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:",
"page-content": "Seiteninhalt",
"markdown-parser": "Markdown-Parser",
"site-logo": "Website-Logo",
"search": "Suche",
"search-plugins": "Plugins suchen",
"enabled-plugins": "Aktivierte Plugins",
"disabled-plugins": "Deaktivierte Plugins",
"remove-logo": "Logo entfernen",
"preview": "Vorschau",
"author-can-write-and-edit-their-own-content": "Autor: Kann Inhalte erstellen und seine eigenen bearbeiten. Mitarbeiter: Kann Inhalte erstellen und seine eigenen und die anderer bearbeiten.",
"custom-fields": "Benutzerdefinierte Felder",
"define-custom-fields-for-the-content": "Benutzerdefinierte Felder für Inhalte anlegen. Informationen darüber sind in der Dokumentation<\/a> zu finden.",
"start-typing-to-see-a-list-of-suggestions": "Beginne mit dem Tippen für eine Liste mit Vorschlägen.",
"view": "Anschauen",
"insert-thumbnail": "Vorschau einfügen",
"insert-linked-thumbnail": "Verlinkte Vorschau einfügen",
"no-tags": "Keine Tags",
"visits-today": "Besuche heute",
"no-categories": "Keine Kategorien",
"quick-search-pages-and-menu": "Schnellsuche Seiten und Menü",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analytik",
"unique-visitors": "Einzigartige Besucher",
"search-placeholder": "Seiten, Inhalt und Menüpunkte durchsuchen...",
"no-results-found": "Keine Ergebnisse gefunden",
"navigation": "Navigation",
"thumbnail-generation": "Vorschaubild-Erstellung",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Aktivieren oder Deaktivieren der automatischen Vorschaubild-Erstellung beim Hochladen von Bildern."
}
================================================
FILE: bl-languages/de_CH.json
================================================
{
"language-data": {
"native": "Deutsch (Schweiz)",
"english-name": "German",
"locale": "de, de_CH",
"last-update": "2020-03-24",
"authors": [
"Clickwork https:\/\/clickwork.ch",
"blog2read https:\/\/github.com\/blog2read",
"cblte https:\/\/github.com\/cblte",
"MoritzBrueckner https:\/\/github.com\/MoritzBrueckner",
""
]
},
"dates": {
"Mon": "Mo",
"Tue": "Di",
"Wed": "Mi",
"Thu": "Do",
"Fri": "Fr",
"Sat": "Sa",
"Sun": "So",
"Monday": "Montag",
"Tuesday": "Dienstag",
"Wednesday": "Mittwoch",
"Thursday": "Donnerstag",
"Friday": "Freitag",
"Saturday": "Samstag",
"Sunday": "Sonntag",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mär",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Dez",
"January": "Januar",
"February": "Februar",
"March": "März",
"April": "April",
"May": "Mai",
"June": "Juni",
"July": "Juli",
"August": "August",
"September": "September",
"October": "Oktober",
"November": "November",
"December": "Dezember"
},
"dashboard": "Dashboard",
"manage-users": "Benutzer verwalten",
"manage-categories": "Kategorien verwalten",
"general-settings": "Allgemeine Einstellungen",
"advanced-settings": "Erweiterte Einstellungen",
"thanks-for-supporting-bludit": "Vielen Dank für die Unterstützung von Bludit!",
"upgrade-to-bludit-pro": "Upgrade auf Bludit PRO",
"language": "Sprache\/Zeitzone",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Entwickler",
"themes": "Themes",
"about": "Über",
"url": "URL",
"welcome": "Willkommen",
"logout": "Abmelden",
"website": "Website",
"publish": "Veröffentlichen",
"manage": "Verwalten",
"content": "Inhalte",
"category": "Kategorie",
"categories": "Kategorien",
"users": "Benutzer",
"settings": "Einstellungen",
"general": "Allgemein",
"advanced": "Erweitert",
"new-content": "Neuer Inhalt",
"manage-content": "Inhalte verwalten",
"add-new-content": "Neuen Inhalt erstellen",
"new-category": "Neue Kategorie",
"you-do-not-have-sufficient-permissions": "Keine Berechtigung, die Seite aufzurufen.",
"add-a-new-user": "Neuer Benutzer",
"url-associated-with-the-content": "Der URL kann selbst angepasst werden.",
"language-and-timezone": "Sprache und Zeitzone",
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
"notifications": "Aktivitäten",
"plugin-activated": "Plugin aktiviert",
"plugin-deactivated": "Plugin deaktiviert",
"new-theme-configured": "Theme aktiviert",
"settings-changes": "Änderung der Einstellungen",
"plugin-configured": "Plugin konfiguriert",
"welcome-to-bludit": "Willkommen bei Bludit",
"statistics": "Statistiken",
"drafts": "Entwürfe",
"title": "Titel",
"save": "Speichern",
"save-as-draft": "Als Entwurf speichern",
"cancel": "Abbrechen",
"description": "Beschreibung",
"this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.",
"images": "Bilder",
"error": "Fehler",
"supported-image-file-types": "Unterstützte Dateiformate",
"cover-image": "Hauptbild",
"drag-and-drop-or-click-here": "Drag and Drop oder hier klicken",
"there-are-no-images": "Keine Bilder vorhanden",
"upload-and-more-images": "Upload und weitere Bilder",
"click-on-the-image-for-options": "Für die Bildoptionen auf das Bild klicken.",
"click-here-to-cancel": "Schliessen",
"insert-image": "Bild einfügen",
"set-as-cover-image": "Als Hauptbild verwenden",
"delete-image": "Bild löschen",
"tags": "Schlagwörter",
"add": "Hinzufügen",
"status": "Status",
"published": "Veröffentlicht",
"draft": "Entwurf",
"empty-title": "Kein Titel",
"empty": "Kein Inhalt",
"date": "Datum",
"external-cover-image": "Externes Hauptbild",
"parent": "Übergeordneter Inhalt",
"full-image-url": "Link zum verwendeten Bild.",
"this-field-is-used-when-you-order-the-content-by-position": "Dieses Feld wird verwendet, wenn der Inhalt nach Position angezeigt wird.",
"position": "Position",
"friendly-url": "URL",
"image-description": "Bildbeschreibung",
"add-a-new-category": "Neue Kategorie hinzufügen",
"name": "Name",
"username": "Benutzername",
"first-name": "Vorname",
"last-name": "Nachname",
"to-schedule-the-content-select-the-date-and-time": "Um einen Inhalt zu einem späteren Zeitpunkt zu veröffentlichen, Datum und Zeit wählen. Sein Status muss \"Veröffentlicht\" sein.",
"email": "E-Mail-Adresse",
"role": "Rolle",
"registered": "Hinzugefügt",
"site-information": "Angaben zur Website",
"site-title": "Titel der Website",
"use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.",
"site-slogan": "Untertitel",
"use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.",
"site-description": "Informationen",
"you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website (wird von Suchmaschinen verwendet).",
"footer-text": "Footer-Text",
"you-can-add-a-small-text-on-the-bottom": "Text im Fussbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.",
"social-networks-links": "Links zu sozialen Netzwerken",
"site-url": "Adresse der Website",
"email-account-settings": "E-Mail",
"sender-email": "Absender",
"emails-will-be-sent-from-this-address": "E-Mails werden mit dieser E-Mail-Adresse als Absender verschickt.",
"url-filters": "URL-Filter",
"select-your-sites-language": "Sprache der Website.",
"timezone": "Zeitzone",
"select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.",
"locale": "Lokalisierung",
"date-and-time-formats": "Datum und Zeit",
"date-format": "Datumsformat",
"current-format": "Aktuelles Datumsformat",
"version": "Version",
"author": "Autor",
"activate": "Aktivieren",
"deactivate": "Deaktivieren",
"edit-category": "Kategorie bearbeiten",
"delete": "Löschen",
"password": "Passwort",
"confirm-password": "Passwort wiederholen",
"editor": "Mitarbeiter",
"administrator": "Administrator",
"edit-user": "Benutzer bearbeiten",
"edit-content": "Inhalt bearbeiten",
"profile": "Profil",
"change-password": "Passwort ändern",
"enabled": "Aktiviert",
"disable-the-user": "Benutzer deaktivieren",
"profile-picture": "Profil-Bild",
"edit-or-delete-your-categories": "Kategorien bearbeiten oder löschen.",
"create-a-new-category-to-organize-your-content": "Eine neue Kategorie hinzufügen.",
"confirm-delete-this-action-cannot-be-undone": "Bestätigung der Löschung. Diese kann nicht rückgängig gemacht werden.",
"do-you-want-to-disable-the-user": "Soll der Benutzer deaktiviert werden?",
"new-password": "Neues Passwort",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Inhalte pro Seite",
"invite-a-friend-to-collaborate-on-your-site": "Einen neuen Benutzer hinzufügen.",
"number-of-items-to-show-per-page": "Anzahl Inhalte pro Seite.",
"website-or-blog": "Website oder Blog",
"order-content-by": "Inhalte anzeigen nach",
"edit-or-delete-content-from-your-site": "Inhalte bearbeiten oder löschen.",
"order-the-content-by-date-to-build-a-blog": "Für einen Blog Inhalte nach Datum anzeigen, für eine Website nach Position.",
"default-content-status": "Standard-Inhaltsstatus",
"default-status-for-new-content": "Wählen Sie, ob neue Inhalte standardmäßig als Veröffentlicht oder Entwurf erstellt werden.",
"page-not-found-content": "Es sieht so aus, als würde es diese Seite nicht geben!",
"page-not-found": "Seite nicht gefunden",
"predefined-pages": "Zugewiesene Seiten",
"returning-page-when-the-page-doesnt-exist": "Inhalt, wenn eine Seite nicht vorhanden ist. Wird nichts gewählt, wird die Standardmeldung verwendet.",
"returning-page-for-the-main-page": "Zur Hauptseite zugeordneter Inhalt. Standardmässig werden die neuesten Inhalte geordnet nach Datum (Blog) oder Position (Website) angezeigt.",
"full-url-of-your-site": "Vollständiger URL der Website mit http:\/\/ oder https:\/\/ (wenn ein Zertifikat aktiviert ist).",
"with-the-locales-you-can-set-the-regional-user-interface": "Die Lokalisierung erlaubt die Anzeige von Zeit und Datum im Format der gewählten Sprachregion. Dafür muss das System entsprechend konfiguriert sein.",
"bludit-installer": "Bludit Installer",
"choose-your-language": "Eine Sprache wählen",
"next": "Weiter",
"complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\"
und eine E-Mail-Adresse eingeben.",
"show-password": "Passwort im Klartext zeigen",
"install": "Installieren",
"login": "Anmelden",
"back-to-login-form": "Zurück zur Anmeldeseite",
"get-login-access-code": "Zugangscode schicken",
"email-access-code": "Zugangscode zuschicken",
"whats-next": "Und so geht es weiter:",
"username-or-password-incorrect": "Falscher Benutzername und\/oder falsches Passwort",
"follow-bludit-on": "Den [deutschsprachigen Newsletter](http:\/\/eepurl.com\/b6mpKf) abonnieren und Bludit folgen bei",
"this-is-a-brief-description-of-yourself-our-your-site": "Hier kann beispielsweise eine kurze Beschreibung der Person, die den Blog oder die Website betreibt, oder der Website stehen. Der Text kann im Administrationsbereich in den Einstellungen des Plugins \"Über\" geändert werden.",
"new-version-available": "Eine neue Version ist verfügbar",
"new-category-created": "Kategorie hinzugefügt",
"category-deleted": "Kategorie gelöscht",
"category-edited": "Kategorie bearbeitet",
"new-user-created": "Benutzer hinzugefügt",
"user-edited": "Benutzer bearbeitet",
"user-deleted": "Benutzer gelöscht",
"recommended-for-recovery-password-and-notifications": "E-Mail-Adresse für die Passwort-Wiederherstellung und Mitteilungen.",
"authentication-token": "Authentifizierungs-Token",
"token": "Token",
"current-status": "Aktueller Status",
"upload-image": "Bild hochladen",
"the-changes-have-been-saved": "Die Änderung wurde gespeichert.",
"label": "Bezeichnung",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Abhängig vom Theme wird die Bezeichnung als Titel des Plugin-Bereichs verwendet.",
"password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein.",
"ip-address-has-been-blocked": "Die IP-Adresse wurde gesperrt.",
"try-again-in-a-few-minutes": "Bitte, es in einigen Minuten noch einmal versuchen.",
"content-published-from-scheduler": "Geplanter Inhalt veröffentlicht",
"blog": "Blog",
"complete-all-fields": "Bitte alle Felder ausfüllen",
"static": "Statisch",
"about-your-site-or-yourself": "Über den Betreiber der Website.",
"homepage": "Hauptseite",
"disabled": "Deaktiviert",
"to-enable-the-user-you-must-set-a-new-password": "Um den Benutzer zu aktivieren, muss ein neues Passwort vergeben werden.",
"delete-the-user-and-associate-his-content-to-admin-user": "Benutzer löschen und seine Inhalte dem Benutzer admin übertragen.",
"delete-the-user-and-all-his-content": "Benutzer und alle seine Inhalte löschen.",
"user-disabled": "Benutzer deaktiviert",
"user-password-changed": "Passwort geändert",
"the-password-and-confirmation-password-do-not-match": "Das Passwort und die Bestätigung des Passworts stimmen nicht überein",
"scheduled-content": "Geplant",
"there-are-no-scheduled-content": "Es sind keine Veröffentlichungen geplant.",
"new-content-created": "Inhalt erstellt",
"content-edited": "Inhalt bearbeitet",
"content-deleted": "Inhalt gelöscht",
"undefined": "Nicht definiert",
"create-new-content-for-your-site": "Einen neuen Inhalt erstellen.",
"order-items-by": "Inhalte sortieren nach",
"all-content": "Alle Inhalte",
"dynamic": "Dynamisch",
"type": "Art",
"draft-content": "Entwürfe",
"post": "Post",
"default": "Standardvorgabe",
"latest-content": "Neueste Inhalte",
"default-message": "Standardmeldung",
"no-parent": "Kein übergeordneter Inhalt",
"have-you-seen-my-ball": "Hast Du meinen Ball gesehen?",
"pagebreak": "Seitenumbruch",
"pages": "Seiten",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Dieses Plugin wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
"previous": "Zurück",
"previous-page": "Vorhergehende Seite",
"next-page": "Nächste Seite",
"scheduled": "Geplant",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Dieser Token ist genauso wichtig wie ein Passwort und sollte nicht weitergegeben werden.",
"congratulations-you-have-successfully-installed-your-bludit": "Gratulation, Bludit wurde erfolgreich installiert!",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dieses Theme wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
"read-more": "Weiterlesen",
"remember-me": "Angemeldet bleiben",
"plugins-position": "Reihenfolge der Plugins",
"plugins-sorted": "Reihenfolge der Plugins geändert",
"plugins-position-changed": "Die Reihenfolge der Plugins wurde geändert.",
"drag-and-drop-to-set-the-position-of-the-plugin": "Die Reihenfolge der Plugins kann mit \"Drag and Drop\" geändert werden",
"change-the-position-of-the-plugins": "Reihenfolge der Plugins bearbeiten",
"reading-time": "Lesezeit",
"minutes": "Minuten",
"minute": "Minute",
"example-page-1-slug": "veroeffentliche-deine-inhalte",
"example-page-1-title": "Veröffentliche deine Inhalte",
"example-page-1-content": "Veröffentliche deine eigenen Inhalte oder passe die vorhandenen deinen Bedürfnissen an. Um Inhalte zu veröffentlichen, zu bearbeiten oder zu löschen, musst du dich im [Administrationsbereich](.\/admin) anmelden (mit dem Benutzernamen `admin` und dem Passwort, das Du bei der Installation eingegeben hast).",
"example-page-2-slug": "richte-deine-website-ein",
"example-page-2-title": "Richte deine Website ein",
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
"example-page-3-slug": "folge-bludit",
"example-page-3-title": "Folge Bludit",
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, Themes und Plugins in den sozialen Netzwerken Facebook<\/a>, Twitter<\/a> und YouTube<\/a>, über den Blog<\/a> oder indem du den deutschsprachigen Newsletter<\/a> abonnierst.",
"example-page-4-slug": "ueber",
"example-page-4-title": "Über",
"example-page-4-content": "Die Seite \"Über\" ist eine viel beachtete Seite. Denn viele wollen wissen, wer einen Blog oder eine Website betreibt, welche Idee dahinter steht, wie du erreichbar bist usw.",
"the-extension-zip-is-not-installed": "Die ZIP-Erweiterung ist auf deinem Server nicht installiert. Um dieses Plugin zu verwenden, muss sie installiert werden.",
"there-are-no-sticky-pages-at-this-moment": "Es gibt keine fixierten Inhalte.",
"there-are-no-scheduled-pages-at-this-moment": "Es gibt keine zur Veröffentlichung geplanten Inhalte.",
"update": "Aktualisierung",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Benutzer deaktivieren",
"delete-user-and-keep-content": "Benutzer löschen und Inhalte behalten",
"delete-user-and-delete-content": "Benutzer und Inhalte löschen (Vorsicht!)",
"social-networks": "Soziale Netzwerke",
"interval": "Abstände",
"number-in-minutes-for-every-execution-of-autosave": "Anzahl Minuten zwischen automatischen Speicherungen.",
"extreme-friendly-url": "Besonders benutzerfreundlicher URL",
"title-formats": "Titelformate",
"delete-content": "Inhalt löschen",
"are-you-sure-you-want-to-delete-this-page": "Bist Du sicher, dass Du diesen Inhalt löschen möchtest?",
"sticky": "Fixiert",
"actions": "Aktionen",
"edit": "Bearbeiten",
"options": "Einstellungen",
"enter-title": "Titel hier eingegeben",
"media-manager": "Medien-Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Hauptbild mit einem externen URL, beispielsweise von einem Content Delivery Network (CDN).",
"user": "Benutzer",
"date-format-format": "Datumsformat: YYYY-MM-DD Stunden:Minuten:Sekunden<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Die automatische Vervollständigung zeigt entsprechende Vorschläge an.",
"field-used-when-ordering-content-by-position": "Dieses Feld wird verwendet, wenn die Inhalte nach Position angezeigt werden (Website).",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Name des Templates, wenn das Theme es erlaubt, verschiedene Templates einzelnen Inhalten zuzuordnen.",
"write-the-tags-separated-by-commas": "Schlagwörter durch Kommas getrennt eingeben.",
"apply-code-noindex-code-to-this-page": "Die Anweisung noindex<\/code> für diese Seite verwenden.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Anweisung an Suchmaschinen, die Seite in Suchergebnissen nicht zu zeigen.",
"apply-code-nofollow-code-to-this-page": "Die Anweisung nofollow<\/code> für dieses Seite verwenden.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Anweisung an Suchmaschinen, Links auf der Seite nicht zu folgen.",
"apply-code-noarchive-code-to-this-page": "Die Anweisung noarchive<\/code> für diese Seite anwenden.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Anweisung an Suchmaschinen, keine Kopie der Seite im Cache zu speichern.",
"uncategorized": "Nicht kategorisiert",
"done": "Bestätigen",
"delete-category": "Kategorie löschen",
"are-you-sure-you-want-to-delete-this-category?": "Bist du sicher, dass Du diese Kategorie löschen möchtest?",
"confirm-new-password": "Bestätige das neue Passwort",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Der Nickname wird als Name des Autors von Beiträgen angezeigt.",
"allow-unicode": "Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Unicode-Zeichen mit Umlauten usw. im URL und bei einigen Teilen des Systems verwenden.",
"variables-allowed": "Mögliche Platzhalter:",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Die Reihenfolge der Plugings kann mit Drag and Drop geändert werden.",
"seo": "SEO",
"documentation": "Dokumentation",
"forum-support": "Support-Forum",
"chat-support": "Support-Chat",
"quick-links": "Quicklinks",
"leave-empty-for-autocomplete-by-bludit": "Ohne Eingabe wird der URL von Bludit erstellt.",
"choose-a-password-for-the-user-admin": "Gib ein Passwort für den Benutzer admin<\/code> ein",
"access-denied": "Zugriff verweigert",
"choose-images-to-upload": "Bilder auswählen und auf den Server laden",
"insert": "Einfügen",
"upload": "Upload",
"autosave": "Automatische Speicherung",
"the-content-is-saved-as-a-draft-to-publish-it": "Der Inhalt ist als Entwurf gespeichert. Um ihn zu veröffentlichen, klicke Veröffentlichen<\/b>, wenn du ihn du weiter daran arbeiten möchtest, klicke Als Entwurf speichern<\/b>.",
"site": "Website",
"first": "Anfang",
"last": "Ende",
"there-are-no-pages-at-this-moment": "Es gibt keine Seiten.",
"there-are-no-static-pages-at-this-moment": "Es gibt keine statischen Inhalte.",
"there-are-no-draft-pages-at-this-moment": "Es gibt keine Entwürfe.",
"good-morning": "Guten Morgen",
"good-afternoon": "Guten Nachmittag",
"good-evening": "Guten Abend",
"good-night": "Gute Nacht",
"hello": "Hallo",
"there-are-no-images-for-the-page": "Für diesen Inhalt sind keine Bilder vorhanden.",
"select-cover-image": "Wähle ein Hauptbild",
"this-plugin-depends-on-the-following-plugins": "Um dieses Plugin zu verwenden, braucht es auch folgendes Plugin:",
"no-pages-found": "Es wurden keine Seiten gefunden",
"system-updated": "Das System wurde aufdatiert",
"security": "Sicherheit",
"remove-cover-image": "Hauptbild entfernen",
"width": "Breite",
"height": "Höhe",
"quality": "Qualität",
"thumbnails": "Vorschaubilder",
"thumbnail": "Vorschaubild",
"thumbnail-width-in-pixels": "Breite der Vorschaubilder in Pixel (px).",
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigrösse:",
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:",
"page-content": "Seiteninhalt",
"markdown-parser": "Markdown-Parser",
"site-logo": "Website-Logo",
"search": "Suche",
"search-plugins": "Plugins suchen",
"enabled-plugins": "Aktivierte Plugins",
"disabled-plugins": "Deaktivierte Plugins",
"remove-logo": "Logo entfernen",
"preview": "Vorschau",
"author-can-write-and-edit-their-own-content": "Autor: Kann Inhalte erstellen und seine eigenen bearbeiten. Mitarbeiter: Kann Inhalte erstellen und seine eigenen und die anderer bearbeiten.",
"custom-fields": "Benutzerdefinierte Felder",
"define-custom-fields-for-the-content": "Benutzerdefinierte Felder für Inhalte anlegen. Informationen darüber sind in der Dokumentation<\/a> zu finden.",
"start-typing-to-see-a-list-of-suggestions": "Beginne mit dem Tippen für eine Liste mit Vorschlägen.",
"view": "Anschauen",
"insert-thumbnail": "Vorschau einfügen",
"insert-linked-thumbnail": "Verlinkte Vorschau einfügen",
"no-tags": "Keine Tags",
"visits-today": "Besuche heute",
"no-categories": "Keine Kategorien",
"quick-search-pages-and-menu": "Schnellsuche Seiten und Menü",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analytik",
"unique-visitors": "Einzigartige Besucher",
"search-placeholder": "Seiten, Inhalt und Menüpunkte durchsuchen...",
"no-results-found": "Keine Ergebnisse gefunden",
"navigation": "Navigation",
"thumbnail-generation": "Vorschaubild-Erstellung",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Aktivieren oder Deaktivieren der automatischen Vorschaubild-Erstellung beim Hochladen von Bildern."
}
================================================
FILE: bl-languages/de_DE.json
================================================
{
"language-data": {
"native": "Deutsch (Deutschland)",
"english-name": "German",
"locale": "de, de_DE",
"last-update": "2020-03-24",
"authors": [
"Clickwork https:\/\/clickwork.ch",
"blog2read https:\/\/github.com\/blog2read",
"cblte https:\/\/github.com\/cblte",
"MoritzBrueckner https:\/\/github.com\/MoritzBrueckner",
""
]
},
"dates": {
"Mon": "Mo",
"Tue": "Di",
"Wed": "Mi",
"Thu": "Do",
"Fri": "Fr",
"Sat": "Sa",
"Sun": "So",
"Monday": "Montag",
"Tuesday": "Dienstag",
"Wednesday": "Mittwoch",
"Thursday": "Donnerstag",
"Friday": "Freitag",
"Saturday": "Samstag",
"Sunday": "Sonntag",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mär",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Dez",
"January": "Januar",
"February": "Februar",
"March": "März",
"April": "April",
"May": "Mai",
"June": "Juni",
"July": "Juli",
"August": "August",
"September": "September",
"October": "Oktober",
"November": "November",
"December": "Dezember"
},
"dashboard": "Dashboard",
"manage-users": "Benutzer verwalten",
"manage-categories": "Kategorien verwalten",
"general-settings": "Allgemeine Einstellungen",
"advanced-settings": "Erweiterte Einstellungen",
"thanks-for-supporting-bludit": "Vielen Dank für die Unterstützung von Bludit!",
"upgrade-to-bludit-pro": "Upgrade auf Bludit PRO",
"language": "Sprache\/Zeitzone",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Entwickler",
"themes": "Themes",
"about": "Über",
"url": "URL",
"welcome": "Willkommen",
"logout": "Abmelden",
"website": "Website",
"publish": "Veröffentlichen",
"manage": "Verwalten",
"content": "Inhalte",
"category": "Kategorie",
"categories": "Kategorien",
"users": "Benutzer",
"settings": "Einstellungen",
"general": "Allgemein",
"advanced": "Erweitert",
"new-content": "Neuer Inhalt",
"manage-content": "Inhalte verwalten",
"add-new-content": "Neuen Inhalt erstellen",
"new-category": "Neue Kategorie",
"you-do-not-have-sufficient-permissions": "Keine Berechtigung, die Seite aufzurufen.",
"add-a-new-user": "Neuer Benutzer",
"url-associated-with-the-content": "Der URL kann selbst angepasst werden.",
"language-and-timezone": "Sprache und Zeitzone",
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
"notifications": "Aktivitäten",
"plugin-activated": "Plugin aktiviert",
"plugin-deactivated": "Plugin deaktiviert",
"new-theme-configured": "Theme aktiviert",
"settings-changes": "Änderung der Einstellungen",
"plugin-configured": "Plugin konfiguriert",
"welcome-to-bludit": "Willkommen bei Bludit",
"statistics": "Statistiken",
"drafts": "Entwürfe",
"title": "Titel",
"save": "Speichern",
"save-as-draft": "Als Entwurf speichern",
"cancel": "Abbrechen",
"description": "Beschreibung",
"this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.",
"images": "Bilder",
"error": "Fehler",
"supported-image-file-types": "Unterstützte Dateiformate",
"cover-image": "Hauptbild",
"drag-and-drop-or-click-here": "Drag and Drop oder hier klicken",
"there-are-no-images": "Keine Bilder vorhanden",
"upload-and-more-images": "Upload und weitere Bilder",
"click-on-the-image-for-options": "Für die Bildoptionen auf das Bild klicken.",
"click-here-to-cancel": "Schliessen",
"insert-image": "Bild einfügen",
"set-as-cover-image": "Als Hauptbild verwenden",
"delete-image": "Bild löschen",
"tags": "Schlagwörter",
"add": "Hinzufügen",
"status": "Status",
"published": "Veröffentlicht",
"draft": "Entwurf",
"empty-title": "Kein Titel",
"empty": "Kein Inhalt",
"date": "Datum",
"external-cover-image": "Externes Hauptbild",
"parent": "Übergeordneter Inhalt",
"full-image-url": "Link zum verwendeten Bild.",
"this-field-is-used-when-you-order-the-content-by-position": "Dieses Feld wird verwendet, wenn der Inhalt nach Position angezeigt wird.",
"position": "Position",
"friendly-url": "URL",
"image-description": "Bildbeschreibung",
"add-a-new-category": "Neue Kategorie hinzufügen",
"name": "Name",
"username": "Benutzername",
"quick-search-pages-and-menu": "Schnellsuche Seiten und Menü",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analysen",
"visits-today": "Besuche heute",
"unique-visitors": "Eindeutige Besucher",
"search-placeholder": "Seiten, Inhalte und Menüelemente suchen...",
"no-results-found": "Keine Ergebnisse gefunden",
"first-name": "Vorname",
"last-name": "Nachname",
"to-schedule-the-content-select-the-date-and-time": "Um einen Inhalt zu einem späteren Zeitpunkt zu veröffentlichen, Datum und Zeit wählen. Sein Status muss \"Veröffentlicht\" sein.",
"email": "E-Mail-Adresse",
"role": "Rolle",
"registered": "Hinzugefügt",
"site-information": "Angaben zur Website",
"site-title": "Titel der Website",
"use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.",
"site-slogan": "Untertitel",
"use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.",
"site-description": "Informationen",
"you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website (wird von Suchmaschinen verwendet).",
"footer-text": "Footer-Text",
"you-can-add-a-small-text-on-the-bottom": "Text im Fussbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.",
"social-networks-links": "Links zu sozialen Netzwerken",
"site-url": "Adresse der Website",
"email-account-settings": "E-Mail",
"sender-email": "Absender",
"emails-will-be-sent-from-this-address": "E-Mails werden mit dieser E-Mail-Adresse als Absender verschickt.",
"url-filters": "URL-Filter",
"select-your-sites-language": "Sprache der Website.",
"timezone": "Zeitzone",
"select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.",
"locale": "Lokalisierung",
"date-and-time-formats": "Datum und Zeit",
"date-format": "Datumsformat",
"current-format": "Aktuelles Datumsformat",
"version": "Version",
"author": "Autor",
"activate": "Aktivieren",
"deactivate": "Deaktivieren",
"edit-category": "Kategorie bearbeiten",
"delete": "Löschen",
"password": "Passwort",
"confirm-password": "Passwort wiederholen",
"editor": "Mitarbeiter",
"administrator": "Administrator",
"edit-user": "Benutzer bearbeiten",
"edit-content": "Inhalt bearbeiten",
"profile": "Profil",
"change-password": "Passwort ändern",
"enabled": "Aktiviert",
"disable-the-user": "Benutzer deaktivieren",
"profile-picture": "Profil-Bild",
"edit-or-delete-your-categories": "Kategorien bearbeiten oder löschen.",
"create-a-new-category-to-organize-your-content": "Eine neue Kategorie hinzufügen.",
"confirm-delete-this-action-cannot-be-undone": "Bestätigung der Löschung. Diese kann nicht rückgängig gemacht werden.",
"do-you-want-to-disable-the-user": "Soll der Benutzer deaktiviert werden?",
"new-password": "Neues Passwort",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Inhalte pro Seite",
"invite-a-friend-to-collaborate-on-your-site": "Einen neuen Benutzer hinzufügen.",
"number-of-items-to-show-per-page": "Anzahl Inhalte pro Seite.",
"website-or-blog": "Website oder Blog",
"order-content-by": "Inhalte anzeigen nach",
"edit-or-delete-content-from-your-site": "Inhalte bearbeiten oder löschen.",
"order-the-content-by-date-to-build-a-blog": "Für einen Blog Inhalte nach Datum anzeigen, für eine Website nach Position.",
"default-content-status": "Standard-Inhaltsstatus",
"default-status-for-new-content": "Wählen Sie, ob neue Inhalte standardmäßig als Veröffentlicht oder Entwurf erstellt werden.",
"page-not-found-content": "Es sieht so aus, als würde es diese Seite nicht geben!",
"page-not-found": "Seite nicht gefunden",
"predefined-pages": "Zugewiesene Seiten",
"returning-page-when-the-page-doesnt-exist": "Inhalt, wenn eine Seite nicht vorhanden ist. Wird nichts gewählt, wird die Standardmeldung verwendet.",
"returning-page-for-the-main-page": "Zur Hauptseite zugeordneter Inhalt. Standardmässig werden die neuesten Inhalte geordnet nach Datum (Blog) oder Position (Website) angezeigt.",
"full-url-of-your-site": "Vollständiger URL der Website mit http:\/\/ oder https:\/\/ (wenn ein Zertifikat aktiviert ist).",
"with-the-locales-you-can-set-the-regional-user-interface": "Die Lokalisierung erlaubt die Anzeige von Zeit und Datum im Format der gewählten Sprachregion. Dafür muss das System entsprechend konfiguriert sein.",
"bludit-installer": "Bludit Installer",
"choose-your-language": "Eine Sprache wählen",
"next": "Weiter",
"complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\"
und eine E-Mail-Adresse eingeben.",
"show-password": "Passwort im Klartext zeigen",
"install": "Installieren",
"login": "Anmelden",
"back-to-login-form": "Zurück zur Anmeldeseite",
"get-login-access-code": "Zugangscode schicken",
"email-access-code": "Zugangscode zuschicken",
"whats-next": "Und so geht es weiter:",
"username-or-password-incorrect": "Falscher Benutzername und\/oder falsches Passwort",
"follow-bludit-on": "Den [deutschsprachigen Newsletter](http:\/\/eepurl.com\/b6mpKf) abonnieren und Bludit folgen bei",
"this-is-a-brief-description-of-yourself-our-your-site": "Hier kann beispielsweise eine kurze Beschreibung der Person, die den Blog oder die Website betreibt, oder der Website stehen. Der Text kann im Administrationsbereich in den Einstellungen des Plugins \"Über\" geändert werden.",
"new-version-available": "Eine neue Version ist verfügbar",
"new-category-created": "Kategorie hinzugefügt",
"category-deleted": "Kategorie gelöscht",
"category-edited": "Kategorie bearbeitet",
"new-user-created": "Benutzer hinzugefügt",
"user-edited": "Benutzer bearbeitet",
"user-deleted": "Benutzer gelöscht",
"recommended-for-recovery-password-and-notifications": "E-Mail-Adresse für die Passwort-Wiederherstellung und Mitteilungen.",
"authentication-token": "Authentifizierungs-Token",
"token": "Token",
"current-status": "Aktueller Status",
"upload-image": "Bild hochladen",
"the-changes-have-been-saved": "Die Änderung wurde gespeichert.",
"label": "Bezeichnung",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Abhängig vom Theme wird die Bezeichnung als Titel des Plugin-Bereichs verwendet.",
"password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein.",
"ip-address-has-been-blocked": "Die IP-Adresse wurde gesperrt.",
"try-again-in-a-few-minutes": "Bitte, es in einigen Minuten noch einmal versuchen.",
"content-published-from-scheduler": "Geplanter Inhalt veröffentlicht",
"blog": "Blog",
"complete-all-fields": "Bitte alle Felder ausfüllen",
"static": "Statisch",
"about-your-site-or-yourself": "Über den Betreiber der Website.",
"homepage": "Hauptseite",
"disabled": "Deaktiviert",
"to-enable-the-user-you-must-set-a-new-password": "Um den Benutzer zu aktivieren, muss ein neues Passwort vergeben werden.",
"delete-the-user-and-associate-his-content-to-admin-user": "Benutzer löschen und seine Inhalte dem Benutzer admin übertragen.",
"delete-the-user-and-all-his-content": "Benutzer und alle seine Inhalte löschen.",
"user-disabled": "Benutzer deaktiviert",
"user-password-changed": "Passwort geändert",
"the-password-and-confirmation-password-do-not-match": "Das Passwort und die Bestätigung des Passworts stimmen nicht überein",
"scheduled-content": "Geplant",
"there-are-no-scheduled-content": "Es sind keine Veröffentlichungen geplant.",
"new-content-created": "Inhalt erstellt",
"content-edited": "Inhalt bearbeitet",
"content-deleted": "Inhalt gelöscht",
"undefined": "Nicht definiert",
"create-new-content-for-your-site": "Einen neuen Inhalt erstellen.",
"order-items-by": "Inhalte sortieren nach",
"all-content": "Alle Inhalte",
"dynamic": "Dynamisch",
"type": "Art",
"draft-content": "Entwürfe",
"post": "Post",
"default": "Standardvorgabe",
"latest-content": "Neueste Inhalte",
"default-message": "Standardmeldung",
"no-parent": "Kein übergeordneter Inhalt",
"have-you-seen-my-ball": "Hast Du meinen Ball gesehen?",
"pagebreak": "Seitenumbruch",
"pages": "Seiten",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Dieses Plugin wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
"previous": "Zurück",
"previous-page": "Vorhergehende Seite",
"next-page": "Nächste Seite",
"scheduled": "Geplant",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Dieser Token ist genauso wichtig wie ein Passwort und sollte nicht weitergegeben werden.",
"congratulations-you-have-successfully-installed-your-bludit": "Gratulation, Bludit wurde erfolgreich installiert!",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dieses Theme wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
"read-more": "Weiterlesen",
"remember-me": "Angemeldet bleiben",
"plugins-position": "Reihenfolge der Plugins",
"plugins-sorted": "Reihenfolge der Plugins geändert",
"plugins-position-changed": "Die Reihenfolge der Plugins wurde geändert.",
"drag-and-drop-to-set-the-position-of-the-plugin": "Die Reihenfolge der Plugins kann mit \"Drag and Drop\" geändert werden",
"change-the-position-of-the-plugins": "Reihenfolge der Plugins bearbeiten",
"reading-time": "Lesezeit",
"minutes": "Minuten",
"minute": "Minute",
"example-page-1-slug": "veroeffentliche-deine-inhalte",
"example-page-1-title": "Veröffentliche deine Inhalte",
"example-page-1-content": "Veröffentliche deine eigenen Inhalte oder passe die vorhandenen deinen Bedürfnissen an. Um Inhalte zu veröffentlichen, zu bearbeiten oder zu löschen, musst du dich im [Administrationsbereich](.\/admin) anmelden (mit dem Benutzernamen `admin` und dem Passwort, das Du bei der Installation eingegeben hast).",
"example-page-2-slug": "richte-deine-website-ein",
"example-page-2-title": "Richte deine Website ein",
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
"example-page-3-slug": "folge-bludit",
"example-page-3-title": "Folge Bludit",
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, Themes und Plugins in den sozialen Netzwerken Facebook<\/a>, Twitter<\/a> und YouTube<\/a>, über den Blog<\/a> oder indem du den deutschsprachigen Newsletter<\/a> abonnierst.",
"example-page-4-slug": "ueber",
"example-page-4-title": "Über",
"example-page-4-content": "Die Seite \"Über\" ist eine viel beachtete Seite. Denn viele wollen wissen, wer einen Blog oder eine Website betreibt, welche Idee dahinter steht, wie du erreichbar bist usw.",
"the-extension-zip-is-not-installed": "Die ZIP-Erweiterung ist auf deinem Server nicht installiert. Um dieses Plugin zu verwenden, muss sie installiert werden.",
"there-are-no-sticky-pages-at-this-moment": "Es gibt keine fixierten Inhalte.",
"there-are-no-scheduled-pages-at-this-moment": "Es gibt keine zur Veröffentlichung geplanten Inhalte.",
"update": "Aktualisierung",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Benutzer deaktivieren",
"delete-user-and-keep-content": "Benutzer löschen und Inhalte behalten",
"delete-user-and-delete-content": "Benutzer und Inhalte löschen (Vorsicht!)",
"social-networks": "Soziale Netzwerke",
"interval": "Abstände",
"number-in-minutes-for-every-execution-of-autosave": "Anzahl Minuten zwischen automatischen Speicherungen.",
"extreme-friendly-url": "Besonders benutzerfreundlicher URL",
"title-formats": "Titelformate",
"delete-content": "Inhalt löschen",
"are-you-sure-you-want-to-delete-this-page": "Bist Du sicher, dass Du diesen Inhalt löschen möchtest?",
"sticky": "Fixiert",
"actions": "Aktionen",
"edit": "Bearbeiten",
"options": "Einstellungen",
"enter-title": "Titel hier eingegeben",
"media-manager": "Medien-Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Hauptbild mit einem externen URL, beispielsweise von einem Content Delivery Network (CDN).",
"user": "Benutzer",
"date-format-format": "Datumsformat: YYYY-MM-DD Stunden:Minuten:Sekunden<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Die automatische Vervollständigung zeigt entsprechende Vorschläge an.",
"field-used-when-ordering-content-by-position": "Dieses Feld wird verwendet, wenn die Inhalte nach Position angezeigt werden (Website).",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Name des Templates, wenn das Theme es erlaubt, verschiedene Templates einzelnen Inhalten zuzuordnen.",
"write-the-tags-separated-by-commas": "Schlagwörter durch Kommas getrennt eingeben.",
"apply-code-noindex-code-to-this-page": "Die Anweisung noindex<\/code> für diese Seite verwenden.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Anweisung an Suchmaschinen, die Seite in Suchergebnissen nicht zu zeigen.",
"apply-code-nofollow-code-to-this-page": "Die Anweisung nofollow<\/code> für dieses Seite verwenden.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Anweisung an Suchmaschinen, Links auf der Seite nicht zu folgen.",
"apply-code-noarchive-code-to-this-page": "Die Anweisung noarchive<\/code> für diese Seite anwenden.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Anweisung an Suchmaschinen, keine Kopie der Seite im Cache zu speichern.",
"uncategorized": "Nicht kategorisiert",
"done": "Bestätigen",
"delete-category": "Kategorie löschen",
"are-you-sure-you-want-to-delete-this-category?": "Bist du sicher, dass Du diese Kategorie löschen möchtest?",
"confirm-new-password": "Bestätige das neue Passwort",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Der Nickname wird als Name des Autors von Beiträgen angezeigt.",
"allow-unicode": "Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Unicode-Zeichen mit Umlauten usw. im URL und bei einigen Teilen des Systems verwenden.",
"variables-allowed": "Mögliche Platzhalter:",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Die Reihenfolge der Plugings kann mit Drag and Drop geändert werden.",
"seo": "SEO",
"documentation": "Dokumentation",
"forum-support": "Support-Forum",
"chat-support": "Support-Chat",
"quick-links": "Quicklinks",
"leave-empty-for-autocomplete-by-bludit": "Ohne Eingabe wird der URL von Bludit erstellt.",
"choose-a-password-for-the-user-admin": "Gib ein Passwort für den Benutzer admin<\/code> ein",
"access-denied": "Zugriff verweigert",
"choose-images-to-upload": "Bilder auswählen und auf den Server laden",
"insert": "Einfügen",
"upload": "Upload",
"autosave": "Automatische Speicherung",
"the-content-is-saved-as-a-draft-to-publish-it": "Der Inhalt ist als Entwurf gespeichert. Um ihn zu veröffentlichen, klicke Veröffentlichen<\/b>, wenn du ihn du weiter daran arbeiten möchtest, klicke Als Entwurf speichern<\/b>.",
"site": "Website",
"first": "Anfang",
"last": "Ende",
"there-are-no-pages-at-this-moment": "Es gibt keine Seiten.",
"there-are-no-static-pages-at-this-moment": "Es gibt keine statischen Inhalte.",
"there-are-no-draft-pages-at-this-moment": "Es gibt keine Entwürfe.",
"good-morning": "Guten Morgen",
"good-afternoon": "Guten Nachmittag",
"good-evening": "Guten Abend",
"good-night": "Gute Nacht",
"hello": "Hallo",
"there-are-no-images-for-the-page": "Für diesen Inhalt sind keine Bilder vorhanden.",
"select-cover-image": "Wähle ein Hauptbild",
"this-plugin-depends-on-the-following-plugins": "Um dieses Plugin zu verwenden, braucht es auch folgendes Plugin:",
"no-pages-found": "Es wurden keine Seiten gefunden",
"system-updated": "Das System wurde aufdatiert",
"security": "Sicherheit",
"remove-cover-image": "Hauptbild entfernen",
"width": "Breite",
"height": "Höhe",
"quality": "Qualität",
"thumbnails": "Vorschaubilder",
"thumbnail": "Vorschaubild",
"thumbnail-width-in-pixels": "Breite der Vorschaubilder in Pixel (px).",
"thumbnail-height-in-pixels": "Höhe der Vorschaubilder in Pixel (px).",
"thumbnail-quality-in-percentage": "Qualität der Vorschaubilder in Prozent (%).",
"maximum-load-file-size-allowed:": "Maximal erlaubte Dateigröße:",
"file-type-is-not-supported": "Dateiformat wird nicht unterstützt. Erlaubte Dateiformate:",
"page-content": "Seiteninhalt",
"markdown-parser": "Markdown-Parser",
"site-logo": "Website-Logo",
"search": "Suche",
"search-plugins": "Plugins suchen",
"enabled-plugins": "Aktivierte Plugins",
"disabled-plugins": "Deaktivierte Plugins",
"remove-logo": "Logo entfernen",
"preview": "Vorschau",
"author-can-write-and-edit-their-own-content": "Autor: Kann Inhalte erstellen und seine eigenen bearbeiten. Mitarbeiter: Kann Inhalte erstellen und seine eigenen und die anderer bearbeiten.",
"custom-fields": "Benutzerdefinierte Felder",
"define-custom-fields-for-the-content": "Benutzerdefinierte Felder für Inhalte anlegen. Informationen darüber sind in der Dokumentation<\/a> zu finden.",
"start-typing-to-see-a-list-of-suggestions": "Beginne mit dem Tippen für eine Liste mit Vorschlägen.",
"view": "Anschauen",
"insert-thumbnail": "Vorschau einfügen",
"insert-linked-thumbnail": "Verlinkte Vorschau einfügen",
"no-tags": "Keine Tags",
"no-categories": "Keine Kategorien",
"navigation": "Navigation",
"thumbnail-generation": "Vorschaubild-Erstellung",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Aktivieren oder Deaktivieren der automatischen Vorschaubild-Erstellung beim Hochladen von Bildern."
}
================================================
FILE: bl-languages/en.json
================================================
{
"language-data": {
"native": "English",
"english-name": "English",
"locale": "en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ",
"last-update": "2018-08-09",
"authors": [
"Diego @dignajar",
"Clickwork https:\/\/clickwork.ch",
"xm74",
""
]
},
"dates": {
"Mon": "Mon",
"Tue": "Tue",
"Wed": "Wed",
"Thu": "Thu",
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday",
"Sunday": "Sunday",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "January",
"February": "February",
"March": "March",
"April": "April",
"May": "May",
"June": "June",
"July": "July",
"August": "August",
"September": "September",
"October": "October",
"November": "November",
"December": "December"
},
"dashboard": "Dashboard",
"manage-users": "Manage users",
"manage-categories": "Manage categories",
"general-settings": "General settings",
"advanced-settings": "Advanced settings",
"thanks-for-supporting-bludit": "Thanks for supporting Bludit",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"language": "Language",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Developers",
"themes": "Themes",
"about": "About",
"url": "URL",
"welcome": "Welcome",
"logout": "Log out",
"website": "Website",
"publish": "Publish",
"manage": "Manage",
"content": "Content",
"category": "Category",
"categories": "Categories",
"users": "Users",
"settings": "Settings",
"general": "General",
"advanced": "Advanced",
"new-content": "New content",
"manage-content": "Manage content",
"add-new-content": "Add new content",
"new-category": "New category",
"you-do-not-have-sufficient-permissions": "You do not have sufficient permissions",
"add-a-new-user": "Add a new user",
"url-associated-with-the-content": "URL associated with the content.",
"language-and-timezone": "Language and timezone",
"change-your-language-and-region-settings": "Change your language and region settings.",
"navigation": "Navigation",
"notifications": "Notifications",
"plugin-activated": "Plugin activated",
"plugin-deactivated": "Plugin deactivated",
"new-theme-configured": "New theme configured",
"settings-changes": "Settings changes",
"plugin-configured": "Plugin configured",
"welcome-to-bludit": "Welcome to Bludit",
"statistics": "Statistics",
"drafts": "Drafts",
"title": "Title",
"save": "Save",
"save-as-draft": "Save as draft",
"cancel": "Cancel",
"description": "Description",
"this-field-can-help-describe-the-content": "This field can help describe the content in a few words.",
"images": "Images",
"error": "Error",
"supported-image-file-types": "Supported image file types",
"cover-image": "Cover image",
"drag-and-drop-or-click-here": "Drag and drop or click here",
"there-are-no-images": "There are no images",
"upload-and-more-images": "Upload and more images",
"click-on-the-image-for-options": "Click on the image for options.",
"click-here-to-cancel": "Click here to cancel.",
"insert-image": "Insert image",
"set-as-cover-image": "Set as cover image",
"delete-image": "Delete image",
"tags": "Tags",
"add": "Add",
"status": "Status",
"published": "Published",
"draft": "Draft",
"empty-title": "Empty title",
"empty": "empty",
"date": "Date",
"external-cover-image": "External cover image",
"parent": "Parent",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "Position",
"friendly-url": "Friendly URL",
"image-description": "Image description",
"add-a-new-category": "Add a new category",
"name": "Name",
"username": "Username",
"quick-search-pages-and-menu": "Quick search pages and menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analytics",
"visits-today": "Visits Today",
"unique-visitors": "Unique Visitors",
"7-day-total": "7-Day Total",
"search-placeholder": "Search pages, content, and menu items...",
"no-results-found": "No results found",
"first-name": "First name",
"last-name": "Last name",
"to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".",
"email": "Email",
"role": "Role",
"registered": "Registered",
"site-information": "Site information",
"site-title": "Site title",
"use-this-field-to-name-your-site": "Use this field to name your site.",
"site-slogan": "Site slogan",
"use-this-field-to-add-a-catchy-phrase": "Use this field to add a catchy phrase on your site.",
"site-description": "Site description",
"you-can-add-a-site-description-to-provide": "You can add a site description to provide a short bio or description of your site.",
"footer-text": "Footer text",
"you-can-add-a-small-text-on-the-bottom": "You can add some small text to the bottom of every page. eg: copyright, owner, dates, etc.",
"social-networks-links": "Social networks links",
"site-url": "Site URL",
"email-account-settings": "Email account settings",
"sender-email": "Sender email",
"emails-will-be-sent-from-this-address": "Emails will be sent from this address.",
"url-filters": "URL filters",
"select-your-sites-language": "Select your site's language.",
"timezone": "Timezone",
"select-a-timezone-for-a-correct": "Select a timezone for a correct date\/time display on your site.",
"locale": "Locale",
"date-and-time-formats": "Date and time formats",
"date-format": "Date format",
"current-format": "Current format",
"version": "Version",
"author": "Author",
"activate": "Activate",
"deactivate": "Deactivate",
"edit-category": "Edit category",
"delete": "Delete",
"password": "Password",
"confirm-password": "Confirm Password",
"editor": "Editor",
"administrator": "Administrator",
"edit-user": "Edit user",
"edit-content": "Edit content",
"profile": "Profile",
"change-password": "Change password",
"enabled": "Enabled",
"disable-the-user": "Disable the user",
"profile-picture": "Profile picture",
"edit-or-delete-your-categories": "Edit or delete your categories",
"create-a-new-category-to-organize-your-content": "Create a new category to organize your content",
"confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.",
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
"new-password": "New password",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when you save the current changes.",
"items-per-page": "Items per page",
"invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site",
"number-of-items-to-show-per-page": "Number of items to show per page, -1 means all items.",
"website-or-blog": "Website or Blog",
"order-content-by": "Order content by",
"edit-or-delete-content-from-your-site": "Edit or delete content from your site",
"order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.",
"default-content-status": "Default content status",
"default-status-for-new-content": "Choose whether new content is created as Published or Draft by default.",
"page-not-found-content": "Hey! It looks like this page doesn't exist.",
"page-not-found": "Page not found",
"predefined-pages": "Predefined pages",
"returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, by default returns a default message.",
"returning-page-for-the-main-page": "Returning page for the main page, by default, shows the latest content order by date or position.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Bludit Installer",
"choose-your-language": "Choose your language",
"next": "Next",
"complete-the-form-choose-a-password-for-the-username-admin": "Complete the form choose a password for the username < admin ><\/b>",
"show-password": "Show password",
"install": "Install",
"login": "Login",
"back-to-login-form": "Back to login form",
"get-login-access-code": "Get login access code",
"email-access-code": "Email access code",
"whats-next": "What's Next",
"username-or-password-incorrect": "Username or password incorrect",
"follow-bludit-on": "Follow Bludit on",
"this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin \"about\".",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
"category-edited": "Category edited",
"new-user-created": "New user created",
"user-edited": "User edited",
"user-deleted": "User deleted",
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "Current status",
"upload-image": "Upload image",
"the-changes-have-been-saved": "The changes have been saved",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "Password must be at least 6 characters long",
"ip-address-has-been-blocked": "IP address has been blocked",
"try-again-in-a-few-minutes": "Try again in a few minutes",
"content-published-from-scheduler": "Content published from scheduler",
"blog": "Blog",
"complete-all-fields": "Complete all fields",
"static": "Static",
"about-your-site-or-yourself": "About your site or yourself",
"homepage": "Homepage",
"disabled": "Disabled",
"to-enable-the-user-you-must-set-a-new-password": "To enable the user you must set a new password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate their content to the admin user",
"delete-the-user-and-all-his-content": "Delete the user and all of their content",
"user-disabled": "User disabled",
"user-password-changed": "User password changed",
"the-password-and-confirmation-password-do-not-match": "The password and confirmation password do not match",
"scheduled-content": "Scheduled content",
"there-are-no-scheduled-content": "There are no scheduled content.",
"new-content-created": "New content created",
"content-edited": "Content edited",
"content-deleted": "Content deleted",
"undefined": "Undefined",
"create-new-content-for-your-site": "Create new content for your site",
"order-items-by": "Order items by",
"all-content": "All content",
"dynamic": "Dynamic",
"type": "Type",
"draft-content": "Draft content",
"post": "Post",
"default": "Default",
"latest-content": "Latest content",
"default-message": "Default message",
"no-parent": "No parent",
"have-you-seen-my-ball": "Have you seen my ball?",
"pagebreak": "Page break",
"pages": "Pages",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
"previous": "Previous",
"previous-page": "Previous page",
"next-page": "Next page",
"scheduled": "Scheduled",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your Bludit.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
"read-more": "Read more",
"remember-me": "Remember me",
"plugins-position": "Plugin position",
"plugins-sorted": "Plugins sorted",
"plugins-position-changed": "Plugin position changed",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop to set the position of the plugins",
"change-the-position-of-the-plugins": "Change the position of the plugins",
"reading-time": "Reading time",
"minutes": "minutes",
"minute": "minute",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set in the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "The extension zip is not installed, to use this plugin you need to install the extension.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "Update",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Disable user",
"delete-user-and-keep-content": "Delete user and keep content",
"delete-user-and-delete-content": "Delete user and delete content (Warning)",
"social-networks": "Social Networks",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Title formats",
"delete-content": "Delete content",
"are-you-sure-you-want-to-delete-this-page": "Are you sure you want to delete this page?",
"sticky": "Sticky",
"actions": "Actions",
"edit": "Edit",
"options": "Options",
"enter-title": "Enter title",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.",
"user": "User",
"date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.",
"write-the-tags-separated-by-commas": "Write the tags separated by commas.",
"apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.",
"apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.",
"apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.",
"uncategorized": "Uncategorized",
"done": "Done",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "Are you sure you want to delete this category?",
"confirm-new-password": "Confirm new password",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "Allow Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some parts of the system.",
"variables-allowed": "Variables allowed",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum support",
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>",
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"upload": "Upload",
"autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.",
"site": "Site",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.",
"good-morning": "Good morning",
"good-afternoon": "Good afternoon",
"good-evening": "Good evening",
"good-night": "Good night",
"hello": "Hello",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "Select cover image",
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found.",
"system-updated": "System updated.",
"security": "Security",
"remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "File type is not supported. Allowed types:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "Author: Can write and edit their own content. Editor: Can write and edit the content of others.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Define custom fields for the content. Learn more about custom fields in the documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View",
"insert-thumbnail": "Insert thumbnail",
"insert-linked-thumbnail": "Insert linked thumbnail",
"no-categories": "No categories",
"no-tags": "No tags",
"thumbnail-generation": "Thumbnail generation",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Enable or disable automatic thumbnail generation on image upload."
}
================================================
FILE: bl-languages/es.json
================================================
{
"language-data": {
"native": "Español",
"english-name": "Spanish",
"locale": "es, es_ES, es_AR, es_CL, es_CO, es_MX, es_PE, es_VE",
"last-update": "2018-08-09",
"authors": [
"Diego @dignajar",
"Clickwork https://clickwork.ch",
"xm74",
""
]
},
"dates": {
"Mon": "Lun",
"Tue": "Mar",
"Wed": "Mié",
"Thu": "Jue",
"Fri": "Vie",
"Sat": "Sáb",
"Sun": "Dom",
"Monday": "Lunes",
"Tuesday": "Martes",
"Wednesday": "Miércoles",
"Thursday": "Jueves",
"Friday": "Viernes",
"Saturday": "Sábado",
"Sunday": "Domingo",
"Jan": "Ene",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Abr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Ago",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dic",
"January": "Enero",
"February": "Febrero",
"March": "Marzo",
"April": "Abril",
"May": "Mayo",
"June": "Junio",
"July": "Julio",
"August": "Agosto",
"September": "Septiembre",
"October": "Octubre",
"November": "Noviembre",
"December": "Diciembre"
},
"dashboard": "Panel de control",
"manage-users": "Gestionar usuarios",
"manage-categories": "Gestionar categorías",
"general-settings": "Configuración general",
"advanced-settings": "Configuración avanzada",
"thanks-for-supporting-bludit": "Gracias por apoyar Bludit",
"upgrade-to-bludit-pro": "Actualizar a Bludit PRO",
"language": "Idioma",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Desarrolladores",
"themes": "Temas",
"about": "Acerca de",
"url": "URL",
"welcome": "Bienvenido",
"logout": "Cerrar sesión",
"website": "Sitio web",
"publish": "Publicar",
"manage": "Gestionar",
"content": "Contenido",
"category": "Categoría",
"categories": "Categorías",
"users": "Usuarios",
"settings": "Configuración",
"general": "General",
"advanced": "Avanzado",
"new-content": "Nuevo contenido",
"manage-content": "Gestionar contenido",
"add-new-content": "Agregar nuevo contenido",
"new-category": "Nueva categoría",
"you-do-not-have-sufficient-permissions": "No tienes permisos suficientes",
"add-a-new-user": "Agregar un nuevo usuario",
"url-associated-with-the-content": "URL asociada con el contenido.",
"language-and-timezone": "Idioma y zona horaria",
"change-your-language-and-region-settings": "Cambia tu idioma y configuración regional.",
"notifications": "Notificaciones",
"plugin-activated": "Plugin activado",
"plugin-deactivated": "Plugin desactivado",
"new-theme-configured": "Nuevo tema configurado",
"settings-changes": "Cambios de configuración",
"plugin-configured": "Plugin configurado",
"welcome-to-bludit": "Bienvenido a Bludit",
"statistics": "Estadísticas",
"drafts": "Borradores",
"title": "Título",
"save": "Guardar",
"save-as-draft": "Guardar como borrador",
"cancel": "Cancelar",
"description": "Descripción",
"this-field-can-help-describe-the-content": "Este campo puede ayudar a describir el contenido en pocas palabras.",
"images": "Imágenes",
"error": "Error",
"supported-image-file-types": "Tipos de archivo de imagen compatibles",
"cover-image": "Imagen de portada",
"drag-and-drop-or-click-here": "Arrastra y suelta o haz clic aquí",
"there-are-no-images": "No hay imágenes",
"upload-and-more-images": "Subir y más imágenes",
"click-on-the-image-for-options": "Haz clic en la imagen para ver opciones.",
"click-here-to-cancel": "Haz clic aquí para cancelar.",
"insert-image": "Insertar imagen",
"set-as-cover-image": "Establecer como imagen de portada",
"delete-image": "Eliminar imagen",
"tags": "Etiquetas",
"add": "Agregar",
"status": "Estado",
"published": "Publicado",
"draft": "Borrador",
"empty-title": "Título vacío",
"empty": "vacío",
"date": "Fecha",
"external-cover-image": "Imagen de portada externa",
"parent": "Padre",
"full-image-url": "URL completa de la imagen.",
"this-field-is-used-when-you-order-the-content-by-position": "Este campo se usa cuando ordenas el contenido por posición.",
"position": "Posición",
"friendly-url": "URL amigable",
"image-description": "Descripción de la imagen",
"add-a-new-category": "Agregar una nueva categoría",
"name": "Nombre",
"username": "Nombre de usuario",
"quick-search-pages-and-menu": "Búsqueda rápida de páginas y menú",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analíticas",
"visits-today": "Visitas hoy",
"unique-visitors": "Visitantes únicos",
"search-placeholder": "Buscar páginas, contenido y elementos del menú...",
"no-results-found": "No se encontraron resultados",
"first-name": "Nombre",
"last-name": "Apellido",
"to-schedule-the-content-select-the-date-and-time": "Para programar el contenido selecciona la fecha y hora, el estado debe estar establecido en \"Publicado\".",
"email": "Correo electrónico",
"role": "Rol",
"registered": "Registrado",
"site-information": "Información del sitio",
"site-title": "Título del sitio",
"use-this-field-to-name-your-site": "Usa este campo para nombrar tu sitio.",
"site-slogan": "Eslogan del sitio",
"use-this-field-to-add-a-catchy-phrase": "Usa este campo para agregar una frase atractiva a tu sitio.",
"site-description": "Descripción del sitio",
"you-can-add-a-site-description-to-provide": "Puedes agregar una descripción del sitio para proporcionar una breve biografía o descripción de tu sitio.",
"footer-text": "Texto del pie de página",
"you-can-add-a-small-text-on-the-bottom": "Puedes agregar un pequeño texto en la parte inferior de cada página. ej: copyright, propietario, fechas, etc.",
"social-networks-links": "Enlaces de redes sociales",
"site-url": "URL del sitio",
"email-account-settings": "Configuración de cuenta de correo",
"sender-email": "Correo del remitente",
"emails-will-be-sent-from-this-address": "Los correos se enviarán desde esta dirección.",
"url-filters": "Filtros de URL",
"select-your-sites-language": "Selecciona el idioma de tu sitio.",
"timezone": "Zona horaria",
"select-a-timezone-for-a-correct": "Selecciona una zona horaria para mostrar correctamente fecha/hora en tu sitio.",
"locale": "Configuración regional",
"date-and-time-formats": "Formatos de fecha y hora",
"date-format": "Formato de fecha",
"current-format": "Formato actual",
"version": "Versión",
"author": "Autor",
"activate": "Activar",
"deactivate": "Desactivar",
"edit-category": "Editar categoría",
"delete": "Eliminar",
"password": "Contraseña",
"confirm-password": "Confirmar contraseña",
"editor": "Editor",
"administrator": "Administrador",
"edit-user": "Editar usuario",
"edit-content": "Editar contenido",
"profile": "Perfil",
"change-password": "Cambiar contraseña",
"enabled": "Habilitado",
"disable-the-user": "Deshabilitar el usuario",
"profile-picture": "Foto de perfil",
"edit-or-delete-your-categories": "Edita o elimina tus categorías",
"create-a-new-category-to-organize-your-content": "Crea una nueva categoría para organizar tu contenido",
"confirm-delete-this-action-cannot-be-undone": "Confirmar eliminación, esta acción no se puede deshacer.",
"do-you-want-to-disable-the-user": "¿Quieres deshabilitar el usuario?",
"new-password": "Nueva contraseña",
"you-can-change-this-field-when-save-the-current-changes": "Puedes cambiar este campo cuando guardes los cambios actuales.",
"items-per-page": "Elementos por página",
"invite-a-friend-to-collaborate-on-your-site": "Invita a un amigo a colaborar en tu sitio",
"number-of-items-to-show-per-page": "Número de elementos a mostrar por página, -1 significa todos los elementos.",
"website-or-blog": "Sitio web o Blog",
"order-content-by": "Ordenar contenido por",
"edit-or-delete-content-from-your-site": "Edita o elimina contenido de tu sitio",
"order-the-content-by-date-to-build-a-blog": "Ordena el contenido por fecha para crear un Blog u ordena el contenido por posición para crear un Sitio web.",
"default-content-status": "Estado predeterminado del contenido",
"default-status-for-new-content": "Elige si el nuevo contenido se crea como Publicado o Borrador por defecto.",
"page-not-found-content": "¡Oye! Parece que esta página no existe.",
"page-not-found": "Página no encontrada",
"predefined-pages": "Páginas predefinidas",
"returning-page-when-the-page-doesnt-exist": "Página de retorno cuando la página no existe, por defecto devuelve un mensaje predeterminado.",
"returning-page-for-the-main-page": "Página de retorno para la página principal, por defecto, muestra el último contenido ordenado por fecha o posición.",
"full-url-of-your-site": "URL completa de tu sitio. Completa con el protocolo HTTP o HTTPS (solo si tienes SSL habilitado en tu servidor).",
"with-the-locales-you-can-set-the-regional-user-interface": "Con la configuración regional, puedes establecer la interfaz de usuario regional, como las fechas en tu idioma. Las configuraciones regionales deben estar instaladas en tu sistema.",
"bludit-installer": "Instalador de Bludit",
"choose-your-language": "Elige tu idioma",
"next": "Siguiente",
"complete-the-form-choose-a-password-for-the-username-admin": "Completa el formulario elige una contraseña para el usuario admin",
"show-password": "Mostrar contraseña",
"install": "Instalar",
"login": "Iniciar sesión",
"back-to-login-form": "Volver al formulario de inicio de sesión",
"get-login-access-code": "Obtener código de acceso de inicio de sesión",
"email-access-code": "Código de acceso por correo",
"whats-next": "¿Qué sigue?",
"username-or-password-incorrect": "Nombre de usuario o contraseña incorrectos",
"follow-bludit-on": "Sigue a Bludit en",
"this-is-a-brief-description-of-yourself-our-your-site": "Esta es una breve descripción de ti mismo o tu sitio, para cambiar este texto ve al panel de administración, configuración, plugins, y configura el plugin \"acerca de\".",
"new-version-available": "Nueva versión disponible",
"new-category-created": "Nueva categoría creada",
"category-deleted": "Categoría eliminada",
"category-edited": "Categoría editada",
"new-user-created": "Nuevo usuario creado",
"user-edited": "Usuario editado",
"user-deleted": "Usuario eliminado",
"recommended-for-recovery-password-and-notifications": "Recomendado para recuperación de contraseña y notificaciones.",
"authentication-token": "Token de autenticación",
"token": "Token",
"current-status": "Estado actual",
"upload-image": "Subir imagen",
"the-changes-have-been-saved": "Los cambios han sido guardados",
"label": "Etiqueta",
"links": "Enlaces",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Este título casi siempre se usa en la barra lateral del sitio.",
"password-must-be-at-least-6-characters-long": "La contraseña debe tener al menos 6 caracteres",
"ip-address-has-been-blocked": "La dirección IP ha sido bloqueada",
"try-again-in-a-few-minutes": "Inténtalo de nuevo en unos minutos",
"content-published-from-scheduler": "Contenido publicado desde el programador",
"blog": "Blog",
"complete-all-fields": "Completa todos los campos",
"static": "Estático",
"about-your-site-or-yourself": "Acerca de tu sitio o de ti mismo",
"homepage": "Página principal",
"disabled": "Deshabilitado",
"to-enable-the-user-you-must-set-a-new-password": "Para habilitar el usuario debes establecer una nueva contraseña.",
"delete-the-user-and-associate-his-content-to-admin-user": "Eliminar el usuario y asociar su contenido al usuario administrador",
"delete-the-user-and-all-his-content": "Eliminar el usuario y todo su contenido",
"user-disabled": "Usuario deshabilitado",
"user-password-changed": "Contraseña de usuario cambiada",
"the-password-and-confirmation-password-do-not-match": "La contraseña y la confirmación de contraseña no coinciden",
"scheduled-content": "Contenido programado",
"there-are-no-scheduled-content": "No hay contenido programado.",
"new-content-created": "Nuevo contenido creado",
"content-edited": "Contenido editado",
"content-deleted": "Contenido eliminado",
"undefined": "Indefinido",
"create-new-content-for-your-site": "Crea nuevo contenido para tu sitio",
"order-items-by": "Ordenar elementos por",
"all-content": "Todo el contenido",
"dynamic": "Dinámico",
"type": "Tipo",
"draft-content": "Contenido borrador",
"post": "Entrada",
"default": "Predeterminado",
"latest-content": "Último contenido",
"default-message": "Mensaje predeterminado",
"no-parent": "Sin padre",
"have-you-seen-my-ball": "¿Has visto mi pelota?",
"pagebreak": "Salto de página",
"pages": "Páginas",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Este plugin puede no ser compatible con esta versión de Bludit",
"previous": "Anterior",
"previous-page": "Página anterior",
"next-page": "Página siguiente",
"scheduled": "Programado",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Este token es similar a una contraseña, no debe ser compartido.",
"congratulations-you-have-successfully-installed-your-bludit": "Felicitaciones has instalado exitosamente tu Bludit.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Este tema puede no ser compatible con esta versión de Bludit",
"read-more": "Leer más",
"remember-me": "Recordarme",
"plugins-position": "Posición de plugins",
"plugins-sorted": "Plugins ordenados",
"plugins-position-changed": "Posición de plugin cambiada",
"drag-and-drop-to-set-the-position-of-the-plugin": "Arrastra y suelta para establecer la posición de los plugins",
"change-the-position-of-the-plugins": "Cambiar la posición de los plugins",
"reading-time": "Tiempo de lectura",
"minutes": "minutos",
"minute": "minuto",
"example-page-1-slug": "crea-tu-propio-contenido",
"example-page-1-title": "Crea tu propio contenido",
"example-page-1-content": "Comienza a escribir tu propio contenido o edita el actual para satisfacer tus necesidades. Para crear, editar o eliminar contenido necesitas iniciar sesión en el panel de administración con el nombre de usuario `admin` y la contraseña que estableciste en el proceso de instalación.",
"example-page-2-slug": "configura-tu-nuevo-sitio",
"example-page-2-title": "Configura tu nuevo sitio",
"example-page-2-content": "Actualiza la configuración de tu sitio desde el panel de administración, puedes cambiar el título, descripción y las redes sociales desde Configuración > General.",
"example-page-3-slug": "sigue-bludit",
"example-page-3-title": "Sigue Bludit",
"example-page-3-content": "Obtén información sobre noticias, nuevos lanzamientos, nuevos temas o nuevos plugins en nuestras redes sociales Facebook, Twitter y YouTube o visita nuestro Blog.",
"example-page-4-slug": "acerca-de",
"example-page-4-title": "Acerca de",
"example-page-4-content": "Tu página Acerca de es típicamente una de las páginas más visitadas en tu sitio, necesita ser simple con algunas cosas clave, como tu nombre, quién eres, cómo contactarte, una pequeña historia, etc.",
"the-extension-zip-is-not-installed": "La extensión zip no está instalada, para usar este plugin necesitas instalar la extensión.",
"there-are-no-sticky-pages-at-this-moment": "No hay páginas fijas en este momento.",
"there-are-no-scheduled-pages-at-this-moment": "No hay páginas programadas en este momento.",
"update": "Actualizar",
"template": "Plantilla",
"nickname": "Apodo",
"disable-user": "Deshabilitar usuario",
"delete-user-and-keep-content": "Eliminar usuario y mantener contenido",
"delete-user-and-delete-content": "Eliminar usuario y eliminar contenido (Advertencia)",
"social-networks": "Redes sociales",
"interval": "Intervalo",
"number-in-minutes-for-every-execution-of-autosave": "Número en minutos para cada ejecución del autoguardado.",
"extreme-friendly-url": "URL extremadamente amigable",
"title-formats": "Formatos de título",
"delete-content": "Eliminar contenido",
"are-you-sure-you-want-to-delete-this-page": "¿Estás seguro de que quieres eliminar esta página?",
"sticky": "Fijo",
"actions": "Acciones",
"edit": "Editar",
"options": "Opciones",
"enter-title": "Ingresa título",
"media-manager": "Gestor de medios",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Establece una imagen de portada desde una URL externa, como un CDN o algún servidor dedicado para imágenes.",
"user": "Usuario",
"date-format-format": "Formato de fecha: AAAA-MM-DD Horas:Minutos:Segundos",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Comienza a escribir un título de página para ver una lista de sugerencias.",
"field-used-when-ordering-content-by-position": "Campo usado cuando se ordena el contenido por posición.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Escribe un nombre de plantilla para filtrar la página en el tema y cambiar el estilo de la página.",
"write-the-tags-separated-by-commas": "Escribe las etiquetas separadas por comas.",
"apply-code-noindex-code-to-this-page": "Aplicar noindex a esta página.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Esto le dice a los motores de búsqueda que no muestren esta página en sus resultados de búsqueda.",
"apply-code-nofollow-code-to-this-page": "Aplicar nofollow a esta página.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Esto le dice a los motores de búsqueda que no sigan los enlaces en esta página.",
"apply-code-noarchive-code-to-this-page": "Aplicar noarchive a esta página.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Esto le dice a los motores de búsqueda que no guarden una copia en caché de esta página.",
"uncategorized": "Sin categoría",
"done": "Hecho",
"delete-category": "Eliminar categoría",
"are-you-sure-you-want-to-delete-this-category?": "¿Estás seguro de que quieres eliminar esta categoría?",
"confirm-new-password": "Confirmar nueva contraseña",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "El apodo se usa casi siempre en los temas para mostrar el autor del contenido",
"allow-unicode": "Permitir Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Permitir caracteres Unicode en la URL y algunas partes del sistema.",
"variables-allowed": "Variables permitidas",
"tag": "Etiqueta",
"drag-and-drop-to-sort-the-plugins": "Arrastra y suelta para ordenar los plugins.",
"seo": "SEO",
"documentation": "Documentación",
"forum-support": "Soporte del foro",
"chat-support": "Soporte por chat",
"quick-links": "Enlaces rápidos",
"leave-empty-for-autocomplete-by-bludit": "Dejar vacío para autocompletar por Bludit.",
"choose-a-password-for-the-user-admin": "Elige una contraseña para el usuario admin",
"access-denied": "Acceso denegado",
"choose-images-to-upload": "Elige imágenes para subir",
"insert": "Insertar",
"upload": "Subir",
"autosave": "Autoguardado",
"the-content-is-saved-as-a-draft-to-publish-it": "El contenido se guarda como borrador. Para publicarlo haz clic en el botón Publicar o si aún estás trabajando en él haz clic en Guardar como borrador.",
"site": "Sitio",
"first": "Primero",
"last": "Último",
"there-are-no-pages-at-this-moment": "No hay páginas en este momento.",
"there-are-no-static-pages-at-this-moment": "No hay páginas estáticas en este momento.",
"there-are-no-draft-pages-at-this-moment": "No hay páginas borrador en este momento.",
"good-morning": "Buenos días",
"good-afternoon": "Buenas tardes",
"good-evening": "Buenas tardes",
"good-night": "Buenas noches",
"hello": "Hola",
"there-are-no-images-for-the-page": "No hay imágenes para la página.",
"select-cover-image": "Seleccionar imagen de portada",
"this-plugin-depends-on-the-following-plugins": "Este plugin depende de los siguientes plugins.",
"no-pages-found": "No se encontraron páginas.",
"system-updated": "Sistema actualizado.",
"security": "Seguridad",
"remove-cover-image": "Eliminar imagen de portada",
"width": "Ancho",
"height": "Alto",
"quality": "Calidad",
"thumbnails": "Miniaturas",
"thumbnail": "Miniatura",
"thumbnail-width-in-pixels": "Ancho de miniatura en píxeles (px).",
"thumbnail-height-in-pixels": "Alto de miniatura en píxeles (px).",
"thumbnail-quality-in-percentage": "Calidad de miniatura en porcentaje (%).",
"maximum-load-file-size-allowed:": "Tamaño máximo de archivo permitido:",
"file-type-is-not-supported": "Tipo de archivo no compatible. Tipos permitidos:",
"page-content": "Contenido de la página",
"markdown-parser": "Analizador de Markdown",
"site-logo": "Logo del sitio",
"search": "Buscar",
"search-plugins": "Buscar plugins",
"enabled-plugins": "Plugins habilitados",
"disabled-plugins": "Plugins deshabilitados",
"remove-logo": "Eliminar logo",
"preview": "Vista previa",
"author-can-write-and-edit-their-own-content": "Autor: Puede escribir y editar su propio contenido. Editor: Puede escribir y editar el contenido de otros.",
"custom-fields": "Campos personalizados",
"define-custom-fields-for-the-content": "Define campos personalizados para el contenido. Aprende más sobre campos personalizados en la documentación.",
"start-typing-to-see-a-list-of-suggestions": "Comienza a escribir para ver una lista de sugerencias.",
"view": "Ver",
"insert-thumbnail": "Insertar miniatura",
"insert-linked-thumbnail": "Insertar miniatura enlazada",
"no-categories": "No hay categorías",
"no-tags": "No hay etiquetas",
"navigation": "Navegación",
"thumbnail-generation": "Generación de miniaturas",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Activar o desactivar la generación automática de miniaturas al subir imágenes."
}
================================================
FILE: bl-languages/fa_IR.json
================================================
{
"language-data": {
"native": "فارسی",
"english-name": "Persian",
"locale": "fa,fa_IR",
"last-update": "2020-07-14",
"authors": [
"abdulhalim.po@gmail.com",
"Bludit http://bludit.ir",
"xm74",
""
]
},
"dates": {
"Sat": "شنبه",
"Sun": "یکشنبه",
"Mon": "دوشنبه",
"Tue": "سه شنبه",
"Wed": "چهارشنبه",
"Thu": "پنجشنبه",
"Fri": "جمعه",
"Saturday": "شنبه",
"Sunday": "یکشنبه",
"Monday": "دوشنبه",
"Tuesday": "سه شنبه",
"Wednesday": "چهارشنبه",
"Thursday": "پنجشنبه",
"Friday": "جمعه",
"Jan": "ژانویه",
"Feb": "فوریه",
"Mar": "مارس",
"Apr": "آوریل",
"Jun": "ژوئن",
"Jul": "جولای",
"Aug": "اوت",
"Sep": "سپتامبر",
"Oct": "اکتبر",
"Nov": "نوامبر",
"Dec": "دسامبر",
"January": "ژانویه",
"February": "فوریه",
"March": "مارس",
"April": "آوریل",
"May": "می",
"June": "ژوئن",
"July": "جوملای",
"August": "اوت",
"September": "سپتامبر",
"October": "اکتبر",
"November": "نوامبر",
"December": "دسامبر"
},
"dashboard": "پیشخوان",
"manage-users": "مدیریت کاربران",
"manage-categories": "مدیریت مجموعه ها",
"general-settings": "تنظیمات عمومی",
"advanced-settings": "تنظیمات پیشرفته",
"upgrade-to-bludit-pro": "بروزرسانی به نسخه تجاری بلودیت",
"language": "زبان",
"plugin": "پلاگین",
"plugins": "پلاگین ها",
"developers": "توسعه دهنده",
"themes": "قالب ها",
"about": "درباره",
"url": "آدرس وب",
"welcome": "خوش آمدید",
"logout": "خروج",
"website": "مشاهده سایت",
"publish": "انتشار",
"manage": "مدیریت",
"content": "محتوا",
"category": "مجموعه",
"categories": "مجموعه ها",
"users": "کاربران",
"settings": "تنظیمات
",
"general": "عمومی",
"advanced": "پیشرفته",
"new-content": "محتوای جدید",
"manage-content": "مدیریت محتوا",
"add-new-content": "افزودن محتوای جدید",
"new-category": "مجموعه جدید",
"you-do-not-have-sufficient-permissions": "شما مجوزهای لازم را ندارید",
"add-a-new-user": "افزودن یک کاربر جدید",
"url-associated-with-the-content": "آدرس وب مرتبط با محتوا.",
"language-and-timezone": "زبان و منطقه زمانی",
"change-your-language-and-region-settings": "تنظیمات زبان و منطقه خود را تغییر دهید.",
"notifications": "اطلاعیه",
"plugin-activated": "پلاگین فعال شد",
"plugin-deactivated": "پلاگین غیرفعال شد",
"new-theme-configured": "قالب جدید پیکربندی شد",
"plugin-configured": "پلاگین پیکربندی شد",
"welcome-to-bludit": "به بلودیت خوش آمدید",
"statistics": "آمار",
"drafts": "پیش نویس",
"title": "عنوان",
"save": "ذخیره",
"save-as-draft": "ذخیره پیش نویس",
"cancel": "لغو",
"description": "توضیحات",
"this-field-can-help-describe-the-content": "این کادر می تواند محتوا را در چند کلمه توضیح دهد.",
"images": "تصاویر",
"error": "خطا",
"supported-image-file-types": "انواع فایل های تصویری پشتیبانی شده",
"cover-image": "تصویری اصلی مطلب",
"drag-and-drop-or-click-here": "بکشید و رها کنید و یا اینجا را کلیک کنید",
"there-are-no-images": "هیچ تصویری وجود ندارد",
"upload-and-more-images": "آپلود و تصاویر بیشتر",
"click-on-the-image-for-options": "برای گزینه ها بر روی تصویر کلیک کنید.",
"click-here-to-cancel": "برای لغو کلیک کنید.",
"insert-image": "درج تصویر",
"set-as-cover-image": "انتخاب برای تصویر اصلی مطلب",
"delete-image": "حذف تصویر",
"tags": "برچسب ها",
"add": "افزودن",
"status": "وضعیت",
"published": "منتشر شده",
"draft": "پیش نویس",
"empty-title": "عنوان خالی",
"empty": "خالی",
"date": "تاریخ",
"external-cover-image": "تصویر اصلی از لینک خارجی",
"parent": "والد",
"full-image-url": "آدرس کامل تصویر.",
"this-field-is-used-when-you-order-the-content-by-position": "این کادر موقعی مفید می شود که موقعیت محتوا را مرتب می کنید.",
"position": "موقعیت",
"friendly-url": "آدرس وب دوستانه",
"image-description": "توضیحات تصویر",
"add-a-new-category": "افزودن مجموعه جدید",
"name": "نام",
"username": "نام کاربری",
"first-name": "نام کوچک",
"last-name": "نام خانوادگی",
"to-schedule-the-content-select-the-date-and-time": "برای زمانبندی محتوا تاریخ و زمان را انتخاب کنید، وضعیت باید بر روی \"منتشر شده\" تنظیم شود",
"email": "ایمیل",
"role": "نقش",
"registered": "ثبت شده",
"site-information": "اطلاعات سایت",
"site-title": "عنوان سایت",
"use-this-field-to-name-your-site": "از این کادر برای نامگذاری سایت خود استفاده کنید.",
"site-slogan": "شعار سایت",
"use-this-field-to-add-a-catchy-phrase": "از این کادر برای اضافه کردن یک عبارت جذاب برای سایت خود استفاده کنید.",
"site-description": "توضیحات سایت",
"you-can-add-a-site-description-to-provide": "شما می توانید توضیحاتی درمورد سایت خود نوشته تا بیوگرافی مختصر و یا توضیحاتی از سایت شما باشد.",
"footer-text": "متن پاورقی",
"you-can-add-a-small-text-on-the-bottom": "شما میتوانید متن کوتاهی را به انتهای تمام صفحات اضافه کنید. متنی مانند حق انتشار، مالکیت، تاریخ و غیره.",
"social-networks-links": "پیوندهای شبکه های اجتماعی",
"site-url": "آدرس سایت",
"email-account-settings": "تنظیمات حساب ایمیل",
"sender-email": "ایمیل ارسال کننده",
"emails-will-be-sent-from-this-address": "ایمیل ها از این آدرس ارسال خواهند شد.",
"url-filters": "فیلترهای آدرس وب",
"select-your-sites-language": "زبان وبسایت خود را انتخاب کنید.",
"timezone": "منطقه زمانی",
"select-a-timezone-for-a-correct": "یک منطقه زمانی را برای نمایش صحیح تاریخ / زمان بر روی وبسایت خود را انتخاب کنید.",
"locale": "محلی",
"date-and-time-formats": "فرمت تاریخ و زمان",
"date-format": "فرمت تاریخ",
"current-format": "فرمت جاری",
"version": "نسخه",
"author": "نویسنده",
"activate": "فعال کردن",
"deactivate": "غیرفعال کردن",
"edit-category": "ویرایش مجموعه",
"delete": "حذف",
"password": "کلمه عبور",
"confirm-password": "تائید کلمه عبور",
"editor": "ویرایشگر",
"administrator": "مدیر",
"edit-user": "ویرایش کاربر",
"edit-content": "ویرایش محتوا",
"profile": "پروفایل",
"change-password": "تغییر کلمه عبور",
"enabled": "فعال",
"disable-the-user": "از کار انداختن کاربر",
"profile-picture": "تصویر پروفایل",
"edit-or-delete-your-categories": "ویرایش و یا حذف مجموعه",
"create-a-new-category-to-organize-your-content": "برای ساماندهی به محتوای خود مجموعه جدیدی بسازید",
"confirm-delete-this-action-cannot-be-undone": "حذف کردن را تائید کنید، این عمل قابل بازیابی نیست.",
"do-you-want-to-disable-the-user": "مایل هستید این کاربر را غیرفعال کنید؟",
"new-password": "کلمه عبور جدید",
"you-can-change-this-field-when-save-the-current-changes": "میتوانید این کادر را ذخیره کنید هنگامی که تغییرات جاری را ذخیره کردید.",
"items-per-page": "مطلب در هر صفحه",
"invite-a-friend-to-collaborate-on-your-site": "دوستی را برای همکاری در وبسایت خود دعوت کنید",
"number-of-items-to-show-per-page": "تعداد مطلب که در هر صفحه باید نمایش داده شود.",
"website-or-blog": "وبسایت یا وبلاگ",
"order-content-by": "ترتیب مطالب براساس",
"edit-or-delete-content-from-your-site": "ویرایش یا حذف محتو در وبسایت خو",
"order-the-content-by-date-to-build-a-blog": "ترتیب محتوا بر اساس تاریخ برای ساخت یک وبلاگ و یا ترتیب محتوا بر اساس موقعیت برای ساخت یک وبسایت.",
"page-not-found-content": "به نظر می رسد صفحه وجود ندارد.",
"page-not-found": "صفحه یافت نشد",
"predefined-pages": "صفحات از پیش تعریف شده",
"returning-page-when-the-page-doesnt-exist": "بازگشت به صفحه هنگامی که صفحه وجود ندارد، به طور پیشفرض، یک پیام پیشفرض را بر می گرداند .",
"returning-page-for-the-main-page": "به طور پیشفرض، صفحه بازگشت به صفحه اصلی، آخرین محتوا بر اساس تاریخ و یا محتوا را نشان میدهد.",
"full-url-of-your-site": "آدرس کامل وبسایت شما. بصورت کامل به همراه پروتکل HTTP و یا HTTPS ( اگر که SSL بر روی سرویس دهنده شما فعال است.)",
"with-the-locales-you-can-set-the-regional-user-interface": "توسط تنظیمات محلی، شما میتوانید رابط کاربر منطقه ای، مثل تاریخ و زبان خود را تنظیم کنید. تنظیمات محلی باید بر روی سیستم شما نصب شده باشد.",
"bludit-installer": "نصب کننده بلودیت",
"choose-your-language": "زبان خود را انتخاب کنید",
"next": "بعدی",
"complete-the-form-choose-a-password-for-the-username-admin": "فرم را با انتخاب کلمه عبور مناسب برای کاربر < admin > تکمیل کنید",
"show-password": "نمایش کلمه عبور",
"install": "نصب",
"login": "ورود",
"back-to-login-form": "برگشت به فرم ورود",
"get-login-access-code": "دریافت کد دسترسی ورود به سیستم",
"email-access-code": "کد دسترسی به ایمیل",
"whats-next": "حال چه کنیم",
"username-or-password-incorrect": "نام کاربری و کلمه عبور اشتباه است",
"follow-bludit-on": "دنبال کردن بلودیت در",
"this-is-a-brief-description-of-yourself-our-your-site": "این شرح مختصری از شما و یا وبسایت شما میباشد، برای تغییر این متن به پنل مدیریت، تنظیمات، پلاگین ها رفته و پلاگین درباره را ویرایش کنید.",
"new-version-available": "نسخه جدیدی در دسترس است",
"new-category-created": "مجموعه جدیدی ایجاد شد",
"category-deleted": "مجموعه حذف شد",
"category-edited": "مجموعه ویرایش شد",
"new-user-created": "کاربر جدید ایجاد شد",
"user-edited": "کاربر ویرایش شد",
"user-deleted": "کاربر حذف شد",
"recommended-for-recovery-password-and-notifications": "توصیه شده برای بازیابی کلمه عبور و اطلاعیه ها .",
"authentication-token": "رمز توکن تایید هویت",
"token": "رمز توکن",
"current-status": "وضعیت جاری",
"upload-image": "آپلود تصویر",
"the-changes-have-been-saved": "تغییرات ذخیره شد",
"label": "برچسب",
"links": "لینک ها",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "این عنوان تقریبا همیشه در نوار کناری سایت استفاده می شود.",
"password-must-be-at-least-6-characters-long": "کلمه عبور حداقل باید 6 کاراکتر باشد",
"ip-address-has-been-blocked": "آدرس IP مسدود شد",
"try-again-in-a-few-minutes": "دقایقی دیگر دوباره تلاش کنید",
"content-published-from-scheduler": "محتوا توسط سیستم زمانبندی منتشر شد",
"blog": "بلاگ",
"complete-all-fields": "تمام کادرها را تکمیل کنید",
"static": "استاتیک",
"about-your-site-or-yourself": "درباره سایت یا خود شما",
"homepage": "صفحه نخست",
"disabled": "غیرفعال",
"to-enable-the-user-you-must-set-a-new-password": "برای فعال کردن کاربر باید کلمه عبور جدیدی را تنظیم کنید.",
"delete-the-user-and-associate-his-content-to-admin-user": "کاربر را حذف کرده و مطالبش را به کاربر admin مرتبط کنید",
"delete-the-user-and-all-his-content": "کاربر را به همراه تمام محتوایش حذف کنید",
"user-disabled": "کاربر غیرفعال شد",
"user-password-changed": "کلمه عبور کاربر تغییر کرد",
"the-password-and-confirmation-password-do-not-match": "کلمه عبور و تائید کلمه عبور با هم مطابقت ندارند",
"scheduled-content": "محتوای زمانبندی شده",
"there-are-no-scheduled-content": "محتوای زمانبندی شده ای موجود نیست.",
"new-content-created": "محتوای جدیدی ایجاد شد",
"content-edited": "محتوا ویرایش شد",
"content-deleted": "محتوا حذف شد",
"undefined": "تعریف نشده",
"create-new-content-for-your-site": "محتوای جدیدی را برای وبسایت خود بسازید",
"order-items-by": "ترتیب مطالب براساس",
"all-content": "تمام محتوا",
"dynamic": "داینامیک",
"type": "نوع",
"draft-content": "محتوای پیش نویس",
"post": "نوشته",
"default": "پیشفرض",
"latest-content": "آخرین مطالب",
"default-message": "پیام پیشفرض",
"no-parent": "بدون والد",
"have-you-seen-my-ball": "توپ مرا ندیدی؟",
"pagebreak": "شکستن صفحه",
"pages": "صفحات",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "این پلاگین ممکن است توسط این نسخه از بلودیت پشتیبانی نمی شود",
"previous": "قبلی",
"previous-page": "صفحه قبلی",
"next-page": "صفحه بعدی",
"scheduled": "زمانبندی شده",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "این رمز توکن شبیه به کلمه عبور است، توکن نباید با کلمه عبور مشترک باشد.",
"congratulations-you-have-successfully-installed-your-bludit": "تبریک میگم، شما با موفقیت بلودیت خود را نصب کردید.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "این قالب ممکن است توسط این نسخه از بلودیت پشتیبانی نشود",
"read-more": "ادامه مطلب",
"remember-me": "مرا به خاطر بسپار",
"plugins-position": "موقعیت پلاگین",
"plugins-sorted": "پلاگین ها مرتب شدند",
"plugins-position-changed": "موقعیت پلاگین تغییر کرد",
"drag-and-drop-to-set-the-position-of-the-plugin": "برای تنظیم موقعیت پلاگین ها آنها را کشیده و رها کنید",
"change-the-position-of-the-plugins": "تغییر موقعیت پلاگین ها",
"reading-time": "زمان خواندن",
"minutes": "دقیقه",
"minute": "دقیقه",
"example-page-1-slug": "محتوای-خود-را-بسازید",
"example-page-1-title": "محتوای خود را بسازید",
"example-page-1-content": "شروع کنید محتوای خود را نوشتن و یا اینکه محتوای جاری بسته به نیاز خود را ویرایش کنید. برای ایجاد، ویرایش و یا حذف محتوا توسط نام کاربری admin و کلمه عبوری که در حین پروسه نصب برای خود انتخاب کرده اید، شما باید وارد پنل مدیریت شوید.",
"example-page-2-slug": "سایت-جدید-خود-را-راه-اندازی-کنید",
"example-page-2-title": "سایت جدید خود را راه اندازی کنید",
"example-page-2-content": "تنظیمات وبسایت خود را از پنل مدیریت به روزرسانی کنید، شما میتوانید عنوان، توضیحات و تنظیمات شبکههای اجتماعی را از تنظیمات > عمومی تغییر دهید.",
"example-page-3-slug": "بلودیت-را-دنبال-کنید",
"example-page-3-title": "بلودیت را دنبال کنید",
"example-page-3-content": "دریافت اطلاعات درباره اخبار، نسخه های جدید، قالبها و یا پلاگین های جدید بر روی شبکههای اجتماعی ما به آدرس فیسبوک، توئیتر و یوتیوب و یا اینکه از بلاگ ما بازدید کنید.",
"example-page-4-slug": "درباره",
"example-page-4-title": "درباره",
"example-page-4-content": "صفحه درباره من به طور معمول یکی از صفحات پر بازدید در سایت شماست، باید با چند چیز کلیدی ساده مانند نام شما، چه کسی هستید ، چگونه می توان با شما تماس گرفت، یک داستان کوتاه و غیره، تکمیل شود.",
"the-extension-zip-is-not-installed": "افزونه zip نصب نشده است، برای استفاده از این پلاگین باید افزونه نصب شود.",
"there-are-no-sticky-pages-at-this-moment": "درحال حاضر هیچ صفحه چسبنده ای وجود ندارد.",
"there-are-no-scheduled-pages-at-this-moment": "درحال حاضر هیچ صفحه زمانبندی شده ای وجود ندارد.",
"update": "بروزرسانی",
"template": "قالب",
"nickname": "نام مستعار",
"disable-user": "غیرفعال کردن کاربر",
"delete-user-and-keep-content": "حذف کاربر و نگه داشتن محتوا",
"delete-user-and-delete-content": "حذف کاربر و حذف محتوا (هشدار)",
"social-networks": "شبکه های اجتماعی",
"interval": "وقفه",
"number-in-minutes-for-every-execution-of-autosave": "تعداد در دقیقه برای هر اجرای خودکار ذخیره.",
"extreme-friendly-url": "آدرس وب دوستانه دلخواه",
"title-formats": "فرمت عنوان",
"delete-content": "حذف محتوا",
"are-you-sure-you-want-to-delete-this-page": "آیا مطمئن هستید که می خواهید این صفحه را حذف کنید؟",
"sticky": "چسبنده",
"actions": "لقدامات",
"edit": "ویرایش",
"options": "گزینه ها",
"enter-title": "ویرایش عنوان",
"media-manager": "مدیریت رسانه",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "قرار دادن یک تصویر اصلی از آدرس خارجی، مثل یک CDN و یا یک سرور اختصاصی برای تصاویر.",
"user": "کاربر",
"date-format-format": "فرمت تاریخ: YYYY-MM-DD ساعت:دقیقه:ثانیه",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "شروع کنید به تایپ عنوان یک صفحه تا لیستی از پیشنهادها را مشاهده کنید.",
"field-used-when-ordering-content-by-position": "کادر مورد استفاده در هنگام ترتیب مطالب براساس موقعیت.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "برای فیلترکردن صفحه در تم و تغییر استایل صفحه، نام قالب را بنویسید.",
"apply-code-noindex-code-to-this-page": "بکارگیری noindex در این صفحه.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "این گزینه به موتورهای جستجو میگوید که این صفحه را در نتایج جستجوی خود نمایش ندهند.",
"apply-code-nofollow-code-to-this-page": "بکارگیری nofollow در این صفحه.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "این گزینه به موتورهای جستجو میگوید که لینک های این صفحه را دنبال نکند.",
"apply-code-noarchive-code-to-this-page": "بکارگیری noarchive در این صفحه.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "این گزینه به موتورهای جستجو میگوید که رونوشتی از کش این صفحه را ذخیره نکند.",
"uncategorized": "بدون مجموعه",
"done": "انجام شد",
"delete-category": "حذف مجموعه",
"are-you-sure-you-want-to-delete-this-category?": "آیا مطمئن هستید که می خواهید این مجموعه را حذف کنید؟",
"confirm-new-password": "کلمه عبور جدید را تائید کنید",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "نام مستعار تقریبا در تم ها برای نمایش نویسنده محتوا استفاده می شود",
"allow-unicode": "پذیرفتن Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "پذیرفتن کاراکترهای Unicode در آدرس وب و برخی قسمتهایی از سیستم.",
"variables-allowed": "متغیر مجاز است",
"tag": "برچسب",
"drag-and-drop-to-sort-the-plugins": "برای مرتب سازی پلاگین ها بکشید و رها کنید.",
"seo": "سئو",
"documentation": "مستندات",
"forum-support": "انجمن پشتیبانی",
"chat-support": "پشتیبانی گفتاری",
"quick-links": "لینک های سریع",
"leave-empty-for-autocomplete-by-bludit": "برای تکمیل خودکار توسط بلودیت خالی بگذارید.",
"choose-a-password-for-the-user-admin": "کلمه عبوری را برای کاربر admin انتخاب کنید",
"access-denied": "دسترسی ممنوع است",
"choose-images-to-upload": "انتخاب تصویر برای آپلود",
"insert": "درج در مطلب
",
"upload": "آپلود",
"autosave": "ذخیره خودکار",
"the-content-is-saved-as-a-draft-to-publish-it": "محتوا بصورت پیش نویس ذخیره شد. برای انتشار آن بر روی دکمه انتشار کلیک کرده و یا همچنان در حال کار کردن بر روی آن هستید میتوانید بر روی دکمه ذخیره پیش نویس کلیک کنید.",
"site": "سایت",
"first": "ابتدا",
"last": "انتها",
"there-are-no-pages-at-this-moment": "درحال حاضر هیچ صفحه ای وجود ندارد.",
"there-are-no-static-pages-at-this-moment": "درحال حاضر هیچ صفحه استاتیکی وجود ندارد.",
"there-are-no-draft-pages-at-this-moment": "درحال حاضر هیچ صفحه پیش نویسی وجود ندارد.",
"good-morning": "صبح بخیر",
"good-afternoon": "عصر بخیر",
"good-evening": "بعد از غروب بخیر",
"good-night": "شب بخیر",
"hello": "درود",
"there-are-no-images-for-the-page": "هیچ تصویری برای صفحه وجود ندارد.",
"select-cover-image": "انتخاب تصویر اصلی",
"this-plugin-depends-on-the-following-plugins": "این پلاگین وابسته به پلاگین ذیل است.",
"no-pages-found": "هیچ صفحه ای یافت نشد.",
"system-updated": "سیستم به روز شد.",
"security": "امنیت",
"remove-cover-image": "برداشتن تصویر اصلی",
"width": "عرض",
"height": "ارتفاع",
"quality": "کیفیت",
"thumbnails": "بندانگشتی",
"thumbnail": "بندانگشتی",
"thumbnail-width-in-pixels": "عرض بندانگشتی به پیکسل (px).",
"thumbnail-height-in-pixels": "ارتفاع بندانگشتی به پیکسل (px).",
"thumbnail-quality-in-percentage": "کیفیت بندانگشتی به درصد (%).",
"maximum-load-file-size-allowed:": "حداکثر حجم مجاز بارگیری فایل:",
"file-type-is-not-supported": "نوع فایل پشتیبانی نمی شود. فرمت های مجاز:",
"page-content": "محتوای نوشته",
"markdown-parser": "تحلیل گر Markdown",
"site-logo": "لوگوی سایت",
"search": "جستجو",
"search-plugins": "پلاگین جستجو",
"enabled-plugins": "فعالسازی پلاگین جستجو",
"disabled-plugins": "پلاگین های غیرفعال",
"remove-logo": "برداشتن لوگو",
"preview": "پیش نمایش",
"author-can-write-and-edit-their-own-content": "نویسنده: میتواند محتوایی نوشته و آن را ویرایش کند. ویرایشگر: میتواند محتوایی نوشته و محتوای دیگران را نیز ویرایش کند.",
"custom-fields": "کادرهای سفارشی",
"define-custom-fields-for-the-content": " تعریف کادرهای سفارشی برای محتوا. برای کسب اطلاعات بیشتر در مورد کادرهای سفارشی به مستندات مراجعه کنید.",
"start-typing-to-see-a-list-of-suggestions": "برای مشاهده لیستی از پیشنهادات شروع به تایپ کنید.",
"view": "نمایش",
"no-tags": "بدون برچسب",
"write-the-tags-separated-by-commas": "Write the tags separated by commas.",
"insert-thumbnail": "درج تصویر بندانگشتی",
"visits-today": "بازدیدهای امروز",
"no-categories": "بدون دستهبندی",
"quick-search-pages-and-menu": "جستجوی سریع صفحات و منو",
"click-here-for-quick-search": "Click here for quick search",
"thanks-for-supporting-bludit": "Thanks for supporting Bludit",
"analytics": "آمار",
"unique-visitors": "بازدیدکنندگان یکتا",
"settings-changes": "Settings changes",
"insert-linked-thumbnail": "درج تصویر بندانگشتی لینکدار",
"search-placeholder": "جستجو در صفحات، محتوا و منوها...",
"no-results-found": "نتیجهای یافت نشد",
"navigation": "ناوبری",
"default-content-status": "وضعیت پیشفرض محتوا",
"default-status-for-new-content": "انتخاب کنید که آیا محتوای جدید به طور پیشفرض به صورت منتشر شده یا پیشنویس ایجاد شود.",
"thumbnail-generation": "ایجاد تصویر بندانگشتی",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "فعال یا غیرفعال کردن ایجاد خودکار تصویر بندانگشتی هنگام بارگذاری تصویر."
}
================================================
FILE: bl-languages/fi_FI.json
================================================
{
"language-data": {
"native": "Suomi (Suomi)",
"english-name": "Finnish",
"last-update": "2017-09-10",
"authors": [
"Tuomas K.",
"",
"",
""
],
"locale": "fi, fi_FI"
},
"dates": {
"Mon": "Mon",
"Tue": "Tue",
"Wed": "Wed",
"Thu": "Thu",
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday",
"Sunday": "Sunday",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "January",
"February": "February",
"March": "March",
"April": "April",
"May": "May",
"June": "June",
"July": "July",
"August": "August",
"September": "September",
"October": "October",
"November": "November",
"December": "December"
},
"dashboard": "Hallintapaneeli",
"manage-users": "Hallitse käyttäjiä",
"manage-categories": "Manage categories",
"general-settings": "Yleiset asetukset",
"advanced-settings": "Lisäasetukset",
"thanks-for-supporting-bludit": "Thanks for support Bludit",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"language": "Kieli",
"plugin": "Plugin",
"plugins": "Lisäosat",
"developers": "Developers",
"themes": "Teemat",
"about": "Tietoja",
"url": "URL",
"welcome": "Welcome",
"logout": "Kirjaudu ulos",
"website": "Julkinen sivusto",
"publish": "Julkaise",
"manage": "Hallitse",
"content": "Sisältö",
"category": "Category",
"categories": "Categories",
"users": "Käyttäjät",
"settings": "Asetukset",
"general": "Yleiset",
"advanced": "Lisäasetukset",
"new-content": "New content",
"manage-content": "Manage content",
"add-new-content": "Add new content",
"new-category": "New category",
"you-do-not-have-sufficient-permissions": "Sinulla ei ole tarvittavia oikeuksia tälle sivulle. Ota yhteyttä ylläpitäjään.",
"add-a-new-user": "Lisää uusi käyttäjä",
"url-associated-with-the-content": "URL associated with the content.",
"language-and-timezone": "Kieli ja aikavyöhyke",
"change-your-language-and-region-settings": "Muuta kielen ja alueen asetuksia.",
"notifications": "Ilmoitukset",
"plugin-activated": "Plugin activated",
"plugin-deactivated": "Plugin deactivated",
"new-theme-configured": "New theme configured",
"settings-changes": "Changes on settings",
"plugin-configured": "Plugin configured",
"welcome-to-bludit": "Bludit toivottaa sinut tervetulleeksi!",
"statistics": "Tilastot",
"drafts": "Luonnokset",
"title": "Otsikko",
"save": "Tallenna",
"save-as-draft": "Save as draft",
"cancel": "Peruuta",
"description": "Kuvaus",
"this-field-can-help-describe-the-content": "Kirjoita tähän kuvaus sivun sisällöstä. Kuvaus näkyy hakutuloksessa esim. Googlessa. Enintään 150 merkkiä.",
"images": "Kuvat",
"error": "Virhe",
"supported-image-file-types": "Tuetut kuvatyypit",
"cover-image": "Artikkelikuva",
"drag-and-drop-or-click-here": "Klikkaa tästä, tai vedä kuva tänne",
"there-are-no-images": "Ei kuvia",
"upload-and-more-images": "Upload and more images",
"click-on-the-image-for-options": "Paina kuvaa saadaksesi lisätietoja.",
"click-here-to-cancel": "Paina tästä peruaksesi.",
"insert-image": "Lisää kuva",
"set-as-cover-image": "Aseta artikkelikuvaksi",
"delete-image": "Poista kuva",
"tags": "Tagit",
"add": "Lisää",
"status": "Tila",
"published": "Julkaistu",
"draft": "Luonnos",
"empty-title": "Tyhjä otsikko",
"empty": "empty",
"date": "Päivämäärä",
"external-cover-image": "External cover image",
"parent": "Onko tämä jonkun sivun alasivu?",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "Sijainti navigaatiossa",
"friendly-url": "Sivun osoite",
"image-description": "Kuvan kuvaus",
"add-a-new-category": "Add a new category",
"name": "Nimi",
"username": "Käyttäjätunnus",
"first-name": "Etunimi",
"last-name": "Sukunimi",
"to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".",
"email": "Sähköpostiosoite",
"role": "Tyyppi",
"registered": "Käyttäjä luotu",
"site-information": "Sivuston tiedot",
"site-title": "Sivuston otsikko",
"use-this-field-to-name-your-site": "Kirjoita tähän sivusi nimi. Se näkyy jokaisen sivun yläreunassa.",
"site-slogan": "Mainoslause",
"use-this-field-to-add-a-catchy-phrase": "Voit keksiä tähän esimerkiksi mainoslauseen tms.",
"site-description": "Sivuston kuvaus",
"you-can-add-a-site-description-to-provide": "Voit lisätä lyhyen kuvauksen sivustostasi.",
"footer-text": "Alapalkin teksti",
"you-can-add-a-small-text-on-the-bottom": "Voit lisätä pienen tekstinpätkän jokaisen sivun loppuun. Se voi olla vaikkapa sivuston nimi, yhteystietoja, päivämäärä, jne.",
"social-networks-links": "Sosiaalisen median linkit",
"site-url": "Sivuston URL-osoite",
"email-account-settings": "Sähköpostin asetukset",
"sender-email": "Lähettäjän sähköpostiosoite",
"emails-will-be-sent-from-this-address": "Sähköpostit tullaan lähettämään tästä osoitteesta.",
"url-filters": "Osoitteiden asetukset",
"select-your-sites-language": "Valitse sivuston kieli.",
"timezone": "Aikavyöhyke",
"select-a-timezone-for-a-correct": "Valitse aikavyöhyke, jotta kellonajat ja päivämäärät näkyvät oikein.",
"locale": "Maa\/Kieli",
"date-and-time-formats": "Päivämäärän ja ajan esitysmuodot",
"date-format": "Päivämäärän muoto",
"current-format": "Nykyinen muoto",
"version": "Versio",
"author": "Tekijä",
"activate": "Ota käyttöön",
"deactivate": "Poista käytöstä",
"edit-category": "Edit category",
"delete": "Poista",
"password": "Salasana",
"confirm-password": "Vahvista salasana",
"editor": "Kirjoittaja",
"administrator": "Ylläpitäjä",
"edit-user": "Muokkaa käyttäjää",
"edit-content": "Edit content",
"profile": "Profiili",
"change-password": "Muuta salasana",
"enabled": "Käytössä",
"disable-the-user": "Disable the user",
"profile-picture": "Profiilikuva",
"edit-or-delete-your-categories": "Edit or delete your categories",
"create-a-new-category-to-organize-your-content": "Create a new category to organize your content",
"confirm-delete-this-action-cannot-be-undone": "Haluatko varmasti poistaa? Tätä toimintoa ei voi perua.",
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
"new-password": "Uusi salasana",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Items per page",
"invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site",
"number-of-items-to-show-per-page": "Number of items to show per page.",
"website-or-blog": "Website or Blog",
"order-content-by": "Order content By",
"edit-or-delete-content-from-your-site": "Edit or delete content from your site",
"order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.",
"page-not-found-content": "Hey! look like the page doesn't exist.",
"page-not-found": "Page not found",
"predefined-pages": "Predefined pages",
"returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.",
"returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Bludit Installer",
"choose-your-language": "Valitse kielesi",
"next": "Seuraava",
"complete-the-form-choose-a-password-for-the-username-admin": "Täytä lomake, valitse salasana käyttäjälle « admin » (sivuston ylläpitäjä)",
"show-password": "Näytä salasana",
"install": "Asenna",
"login": "Kirjaudu sisään",
"back-to-login-form": "Takaisin",
"get-login-access-code": "Lähetä tunnistautumiskoodi",
"email-access-code": "Pyydä tunnistautumiskoodi",
"whats-next": "Mitä seuraavaksi?",
"username-or-password-incorrect": "Käyttäjätunnus tai salasana virheellinen",
"follow-bludit-on": "Seuraa Bludit:ia",
"this-is-a-brief-description-of-yourself-our-your-site": "Tämä on lyhyt kuvaus sinusta, tai sivustostasi. Voit muuttaa tätä hallintapaneelista kohdasta Asetukset->Lisäosat, ja muokkaa lisäosan \"About\" asetuksia",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
"category-edited": "Category edited",
"new-user-created": "New user created",
"user-edited": "User edited",
"user-deleted": "Käyttäjä poistettu",
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "Current status",
"upload-image": "Lähetä image",
"the-changes-have-been-saved": "Muutokset on tallennettu",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "Salasanan täytyy olla vähintään 6 merkkiä pitkä",
"ip-address-has-been-blocked": "IP osoitteesi on estetty.",
"try-again-in-a-few-minutes": "Yritä uudelleen muutaman minuutin päästä.",
"content-published-from-scheduler": "Content published from scheduler",
"blog": "Blog",
"complete-all-fields": "Complete all fields",
"static": "Static",
"about-your-site-or-yourself": "About your site or yourself",
"homepage": "Homepage",
"disabled": "Disabled",
"to-enable-the-user-you-must-set-a-new-password": "To enable the user you must set a new password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate his content to admin user",
"delete-the-user-and-all-his-content": "Delete the user and all his content",
"user-disabled": "User disabled",
"user-password-changed": "User password changed",
"the-password-and-confirmation-password-do-not-match": "The password and confirmation password do not match",
"scheduled-content": "Scheduled content",
"there-are-no-scheduled-content": "There are no scheduled content.",
"new-content-created": "New content created",
"content-edited": "Content edited",
"content-deleted": "Contente deleted",
"undefined": "Undefined",
"create-new-content-for-your-site": "Create new content for your site",
"order-items-by": "Order items by",
"all-content": "All content",
"dynamic": "Dynamic",
"type": "Type",
"draft-content": "Draft content",
"post": "Post",
"default": "Default",
"latest-content": "Latest content",
"default-message": "Default message",
"no-parent": "No parent",
"have-you-seen-my-ball": "Oletko nähnyt palloani?",
"pagebreak": "Page break",
"pages": "Sivut",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
"previous": "Previous",
"previous-page": "Previous page",
"next-page": "Next page",
"scheduled": "Scheduled",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
"read-more": "Lue lisää",
"remember-me": "Remember me",
"plugins-position": "Plugin position",
"plugins-sorted": "Plugins sorted",
"plugins-position-changed": "Plugin position changed",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop to set the position of the plugins",
"change-the-position-of-the-plugins": "Change the position of the plugins",
"reading-time": "Reading time",
"minutes": "minutes",
"minute": "minute",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "Zip-laajennusta ei ole asennettu, käyttääksesi tätä laajennusta sinun on asennettava laajennus.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "Update",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Disable user",
"delete-user-and-keep-content": "Delete user and keep content",
"delete-user-and-delete-content": "Delete user and delete content (Warning)",
"social-networks": "Social Networks",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Title formats",
"delete-content": "Delete content",
"are-you-sure-you-want-to-delete-this-page": "Oletko varma, että haluat poistaa tämän sivun?",
"sticky": "Sticky",
"actions": "Actions",
"edit": "Edit",
"options": "Options",
"enter-title": "Enter title",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.",
"user": "User",
"date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.",
"write-the-tags-separated-by-commas": "Write the tags separated by comma.",
"apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.",
"apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.",
"apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.",
"uncategorized": "Uncategorized",
"done": "Done",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "Oletko varma, että haluat poistaa tämän luokan?",
"confirm-new-password": "Confirm new password",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "Allow Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.",
"variables-allowed": "Variables allowed",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum support",
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>",
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"upload": "Upload",
"autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.",
"site": "Site",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.",
"good-morning": "Good morning",
"good-afternoon": "Good afternoon",
"good-evening": "Good evening",
"good-night": "Good night",
"hello": "Hello",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "Select cover image",
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security",
"remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "File type is not supported. Allowed types:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "Kirjoittaja: Voi kirjoittaa ja muokata omaa sisältöään. Toimittaja: Voi kirjoittaa ja muokata muiden sisältöä.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Määritä mukautettuja kenttiä sisällölle.",
"start-typing-to-see-a-list-of-suggestions": "Aloita kirjoittaminen nähdäksesi ehdotusluettelon.",
"view": "View",
"no-tags": "Ei tunnisteita",
"insert-thumbnail": "Lisää pikkukuva",
"visits-today": "Käyntejä tänään",
"no-categories": "Ei kategorioita",
"quick-search-pages-and-menu": "Pikahaku sivut ja valikko",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analytiikka",
"unique-visitors": "Yksilöllisiä kävijöitä",
"insert-linked-thumbnail": "Lisää linkitetty pikkukuva",
"search-placeholder": "Etsi sivuja, sisältöä ja valikon kohteita...",
"no-results-found": "Tuloksia ei löytynyt",
"navigation": "Navigointi",
"default-content-status": "Sisällön oletustila",
"default-status-for-new-content": "Valitse, luodaanko uusi sisältö oletuksena julkaistuna vai luonnoksena.",
"thumbnail-generation": "Pikkukuvien luominen",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Ota käyttöön tai poista käytöstä automaattinen pikkukuvien luominen kuvien latauksen yhteydessä."
}
================================================
FILE: bl-languages/fr_FR.json
================================================
{
"language-data": {
"native": "Français (France)",
"english-name": "French",
"locale": "fr, fr_FR",
"last-update": "2021-03-21",
"authors": [
"Frédéric K. http:\/\/flatboard.free.fr",
"Clickwork https:\/\/clickwork.ch",
"Nicolas B.",
""
]
},
"dates": {
"Mon": "Lun",
"Tue": "Mar",
"Wed": "Mer",
"Thu": "Jeu",
"Fri": "Ven",
"Sat": "Sam",
"Sun": "Dim",
"Monday": "Lundi",
"Tuesday": "Mardi",
"Wednesday": "Mercredi",
"Thursday": "Jeudi",
"Friday": "Vendredi",
"Saturday": "Samedi",
"Sunday": "Dimanche",
"Jan": "Jan",
"Feb": "Fev",
"Mar": "Mar",
"Apr": "Avr",
"Jun": "Juin",
"Jul": "Juil",
"Aug": "Aoû",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "janvier",
"February": "février",
"March": "mars",
"April": "avril",
"May": "mai",
"June": "juin",
"July": "juillet",
"August": "août",
"September": "septembre",
"October": "octobre",
"November": "novembre",
"December": "décembre"
},
"dashboard": "Tableau de bord",
"manage-users": "Gestion des utilisateurs",
"manage-categories": "Gestion des catégories",
"general-settings": "Paramètres généraux",
"advanced-settings": "Paramètres avancés",
"thanks-for-supporting-bludit": "Merci de supporter Bludit",
"upgrade-to-bludit-pro": "Mettre à niveau vers Bludit PRO",
"language": "Langue",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Développeurs",
"themes": "Thèmes",
"about": "À Propos",
"url": "URL",
"welcome": "Bienvenue",
"logout": "Quitter la session",
"website": "Site",
"publish": "Publication",
"manage": "Gestionnaire",
"content": "Contenu",
"category": "Catégorie",
"categories": "Catégories",
"users": "Utilisateurs",
"settings": "Paramètres",
"general": "Généraux",
"advanced": "Avancé",
"new-content": "Nouveau contenu",
"manage-content": "Gestionnaire de contenu",
"add-new-content": "Ajouter un nouveau contenu",
"new-category": "Nouvelle catégorie",
"you-do-not-have-sufficient-permissions": "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page, veuillez contacter l’administrateur.",
"add-a-new-user": "Ajouter un nouvel utilisateur",
"url-associated-with-the-content": "URL associée au contenu.",
"language-and-timezone": "Langue et fuseau horaire",
"change-your-language-and-region-settings": "Modifiez vos paramètres linguistiques et régionaux.",
"notifications": "Notifications",
"plugin-activated": "Plugin activé",
"plugin-deactivated": "Plugin desactivé",
"new-theme-configured": "Nouveau thème configuré",
"settings-changes": "Enregistrement des paramètres effectué avec succès",
"plugin-configured": "Plugin configuré",
"welcome-to-bludit": "Bienvenue sur Bludit",
"statistics": "Statistiques",
"drafts": "En attente de publication",
"title": "Titre",
"save": "Sauvegarder",
"save-as-draft": "Enregistrer en tant que brouillon",
"cancel": "Annuler",
"description": "Description",
"this-field-can-help-describe-the-content": "Ce champ peut aider à décrire le contenu en quelques mots. Pas plus de 150 caractères.",
"images": "Images",
"error": "Erreur",
"supported-image-file-types": "Extensions des images prises en charge",
"cover-image": "Image d’accroche",
"drag-and-drop-or-click-here": "Glissez et déposez ou cliquez ici",
"there-are-no-images": "Il n’y a aucune image",
"upload-and-more-images": "Gestion des médias",
"click-on-the-image-for-options": "Cliquez sur l’image pour plus d’options.",
"click-here-to-cancel": "Cliquez ici pour annuler.",
"insert-image": "Insérer l’image sélectionnée",
"set-as-cover-image": "Définir comme image d’accroche",
"delete-image": "Supprimer l’image",
"tags": "Mots clés",
"add": "Ajouter",
"status": "Statut",
"published": "Publié",
"draft": "Brouillon",
"empty-title": "Titre non défini",
"empty": "vide",
"date": "Date",
"external-cover-image": "Image d’accroche externe",
"parent": "Parent",
"full-image-url": "URL complète de l’image.",
"this-field-is-used-when-you-order-the-content-by-position": "Ce champ est utilisé lorsque vous gérez le contenu par position.",
"position": "Position",
"friendly-url": "Réécriture d’URL",
"image-description": "Description de l’image",
"add-a-new-category": "Ajouter une nouvelle catégorie",
"name": "Nom",
"username": "Nom d'utilisateur",
"quick-search-pages-and-menu": "Recherche rapide de pages et menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analytique",
"visits-today": "Visites aujourd'hui",
"unique-visitors": "Visiteurs uniques",
"search-placeholder": "Rechercher des pages, du contenu et des éléments de menu...",
"no-results-found": "Aucun résultat trouvé",
"first-name": "Prénom",
"last-name": "Nom",
"to-schedule-the-content-select-the-date-and-time": "Pour planifier votre contenu, sélectionnez la date et l’heure, le statut doit être défini sur \"Publié\".",
"email": "E-mail",
"role": "Rôle",
"registered": "Inscrit",
"site-information": "Informations sur le site",
"site-title": "Titre du site",
"use-this-field-to-name-your-site": "Utilisez ce champ pour que le nom de votre site apparaisse en haut de chaque page.",
"site-slogan": "Slogan du Site",
"use-this-field-to-add-a-catchy-phrase": "Utilisez ce champ pour ajouter une phrase accrocheuse sur votre site.",
"site-description": "Description du site",
"you-can-add-a-site-description-to-provide": "Vous pouvez ajouter une description du site pour fournir une courte biographie ou la description de votre site.",
"footer-text": "Texte en pied de page",
"you-can-add-a-small-text-on-the-bottom": "Vous pouvez ajouter un court texte sur le pied de chaque page. Par exemple: les droits d'auteurs, propriétaire, dates, etc.",
"social-networks-links": "Liens vers les réseaux sociaux",
"site-url": "URL du site",
"email-account-settings": "Paramètres du compte de messagerie",
"sender-email": "E-mail de l’expéditeur",
"emails-will-be-sent-from-this-address": "Les e-mails seront envoyés à cette adresse.",
"url-filters": "Filtres des URL",
"select-your-sites-language": "Sélectionnez la langue de votre site.",
"timezone": "Fuseau horaire",
"select-a-timezone-for-a-correct": "Sélectionnez un fuseau horaire pour afficher correctement la date et l’heure sur votre site.",
"locale": "Localisation",
"date-and-time-formats": "Format de la date et de l’heure",
"date-format": "Format de la Date",
"current-format": "Format actuel",
"version": "Version",
"author": "Auteur",
"activate": "Activer",
"deactivate": "Désactiver",
"edit-category": "Modifier la catégorie",
"delete": "Supprimer",
"password": "Mot de passe",
"confirm-password": "Confirmation du mot de passe",
"editor": "Rédacteur",
"administrator": "Administrateur",
"edit-user": "Modifier l’utilisateur",
"edit-content": "Modifier le contenu",
"profile": "Profil",
"change-password": "Modifier le mot de passe",
"enabled": "Activé",
"disable-the-user": "Désactiver l’utilisateur",
"profile-picture": "Image de profil",
"edit-or-delete-your-categories": "Modifier ou supprimer vos catégories",
"create-a-new-category-to-organize-your-content": "Créer une nouvelle catégorie pour organiser votre contenu",
"confirm-delete-this-action-cannot-be-undone": "Confirmer la suppression, cette action n’est pas réversible.",
"do-you-want-to-disable-the-user": "Voulez-vous désactiver l’utilisateur ?",
"new-password": "Nouveau mot de passe",
"you-can-change-this-field-when-save-the-current-changes": "Vous pouvez modifier ce champ lorsque vous enregistrez les modifications en cours.",
"items-per-page": "Articles par page",
"invite-a-friend-to-collaborate-on-your-site": "Inviter un ami à collaborer sur votre site",
"number-of-items-to-show-per-page": "Nombre d’éléments à afficher par page.",
"website-or-blog": "Site ou Blog",
"order-content-by": "Organiser le contenu par",
"edit-or-delete-content-from-your-site": "Gestionnaire de contenu",
"order-the-content-by-date-to-build-a-blog": "Trier le contenu par date pour créer un blog ou par position pour créer un site.",
"default-content-status": "Statut par défaut du contenu",
"default-status-for-new-content": "Choisissez si le nouveau contenu est créé comme Publié ou Brouillon par défaut.",
"page-not-found-content": "Hé! il semblerait que la page n’existe pas.",
"page-not-found": "Page non trouvée.",
"predefined-pages": "Pages prédéfinies",
"returning-page-when-the-page-doesnt-exist": "Retour sur la page précédente lorsque la page n’existe pas, laissez-la vide si vous souhaitez afficher un message par défaut.",
"returning-page-for-the-main-page": "Retour sur la page principale, laissez-la vide si vous voulez afficher toutes les pages sur la page principale.",
"full-url-of-your-site": "Adresse URL complète de votre site. Avec le protocole HTTP ou HTTPS (uniquement si vous avez activé le protocole SSL sur votre serveur).",
"with-the-locales-you-can-set-the-regional-user-interface": "Avec les paramètres régionaux, vous pouvez définir l’interface utilisateur régionale, telle que les dates dans votre langue. Les paramètres régionaux doivent être installés sur votre système.",
"bludit-installer": "Installation de Bludit",
"choose-your-language": "Sélectionnez votre langue",
"next": "Suivant",
"complete-the-form-choose-a-password-for-the-username-admin": "Complétez le formulaire et choisissez un mot de passe pour l’utilisateur « admin »",
"show-password": "Afficher le mot de passe",
"install": "Installer",
"login": "S’identifier",
"back-to-login-form": "Retour à la page de connexion",
"get-login-access-code": "Obtenir le code d’accès de connexion",
"email-access-code": "Code d’accès à la messagerie",
"whats-next": "Pour la prochaine étape",
"username-or-password-incorrect": "Nom d’utilisateur ou mot de passe incorrect.",
"follow-bludit-on": "Suivez Bludit sur",
"this-is-a-brief-description-of-yourself-our-your-site": "Ceci est une brève description de vous-même ou de votre site, pour modifier ce texte aller dans le panneau d’administration, paramètres -> plugins et configurer le plugin « à propos ».",
"new-version-available": "Nouvelle version disponible",
"new-category-created": "Nouvelle catégorie créée",
"category-deleted": "Catégorie supprimée",
"category-edited": "Catégorie éditée",
"new-user-created": "Nouvel utilisateur ajouté",
"user-edited": "Utilisateur édité",
"user-deleted": "Utilisateur supprimé.",
"recommended-for-recovery-password-and-notifications": "Recommandé pour le mot de passe de récupération et les notifications.",
"authentication-token": "Jeton d'authentification",
"token": "Jeton",
"current-status": "Statut actuel",
"upload-image": "Envoyer une image",
"the-changes-have-been-saved": "Les modifications ont été sauvegardées.",
"label": "Étiquette",
"links": "Liens",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Ce titre est presque toujours utilisé dans la barre latérale du site.",
"password-must-be-at-least-6-characters-long": "Le mot de passe doit contenir au moins 6 caractères",
"ip-address-has-been-blocked": "Votre adresse IP a été bloquée.",
"try-again-in-a-few-minutes": "Essayez de nouveau dans quelques minutes.",
"content-published-from-scheduler": "Contenu publié à partir du planificateur",
"blog": "Blog",
"complete-all-fields": "Remplissez tous les champs",
"static": "Statique",
"about-your-site-or-yourself": "À propos de votre site ou de vous-même",
"homepage": "Page d’accueil",
"disabled": "Désactivé",
"to-enable-the-user-you-must-set-a-new-password": "Pour activer l’utilisateur, vous devez définir un nouveau mot de passe.",
"delete-the-user-and-associate-his-content-to-admin-user": "Supprimer l’utilisateur et associer son contenu à l’administrateur.",
"delete-the-user-and-all-his-content": "Supprimer l’utilisateur et tout son contenu.",
"user-disabled": "Utilisateur désactivé",
"user-password-changed": "Mot de passe utilisateur modifié.",
"the-password-and-confirmation-password-do-not-match": "Le mot de passe et la confirmation du mot de passe, ne correspondent pas.",
"scheduled-content": "Contenu planifié",
"there-are-no-scheduled-content": "Il n’y a pas de contenu planifié actuellement.",
"new-content-created": "Nouveau contenu créé",
"content-edited": "Contenu édité",
"content-deleted": "Contenu supprimé",
"undefined": "Indéfini",
"create-new-content-for-your-site": "Créer un nouveau contenu pour votre site.",
"order-items-by": "Trier les articles par",
"all-content": "Tout le contenu",
"dynamic": "Dynamique",
"type": "Type",
"draft-content": "Contenu brouillon",
"post": "Article",
"default": "Défaut",
"latest-content": "Dernier contenu",
"default-message": "Message par défaut",
"no-parent": "Aucun parent",
"have-you-seen-my-ball": "Avez-vous vu ma balle ?",
"pagebreak": "Saut de page",
"pages": "Pages",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Ce plugin peut ne pas être supporté par cette version de Bludit",
"previous": "Précédent",
"previous-page": "Page précédente",
"next-page": "Page suivante",
"scheduled": "Planifiée",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Ce jeton est similaire à un mot de passe, il ne doit pas être partagé.",
"congratulations-you-have-successfully-installed-your-bludit": "Félicitations, vous avez réussi à installer votre site sous Bludit.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Ce thème peut ne pas être pris en charge par cette version de Bludit.",
"read-more": "Lire la suite",
"remember-me": "Se souvenir de moi",
"plugins-position": "Position du plugin",
"plugins-sorted": "Plugins triés",
"plugins-position-changed": "La position du plugin a changé",
"drag-and-drop-to-set-the-position-of-the-plugin": "Glisser-déposer pour régler la position des plug-ins",
"change-the-position-of-the-plugins": "Changer la position des plug-ins",
"reading-time": "Temps de lecture",
"minutes": "minutes",
"minute": "minute",
"example-page-1-slug": "creer-votre-propre-contenu",
"example-page-1-title": "Créez votre propre contenu",
"example-page-1-content": "Commencez à écrire votre propre contenu ou modifiez celui-ci pour l’adapter à vos besoins. Pour créer, modifier ou supprimer du contenu, vous devez vous connecter au [panneau d’administration](.\/admin) avec le nom d’utilisateur `admin` et le mot de passe que vous avez défini lors du processus d'installation.",
"example-page-2-slug": "configurez-votre-nouveau-site",
"example-page-2-title": "Configurez votre nouveau site",
"example-page-2-content": "Mettez à jour les paramètres de votre site à partir du [panneau d’administration](.\/admin), vous pouvez modifier le titre, la description et les réseaux sociaux dans les [Paramètres généraux](.\/admin\/settings).",
"example-page-3-slug": "suivez-bludit",
"example-page-3-title": "Suivez Bludit",
"example-page-3-content": "Restez informé sur l’actualité, les nouvelles versions, les nouveaux thèmes ou les nouveaux plugins sur nos réseaux sociaux Facebook<\/a>, Twitter<\/a> et YouTube<\/a> ou visitez notre Blog<\/a>.",
"example-page-4-slug": "a-propos",
"example-page-4-title": "À propos",
"example-page-4-content": "Votre page « À propos » est généralement l’une des pages les plus visitées sur votre site, elle doit être simple avec quelques éléments clés, tels que votre nom, qui vous êtes, comment vous contacter, une petite histoire, etc.",
"the-extension-zip-is-not-installed": "L’extension zip n’est pas installée sur votre serveur, pour utiliser ce plugin, vous devez installer cette extension.",
"there-are-no-sticky-pages-at-this-moment": "Il n’y a pas de pages épinglée pour le moment.",
"there-are-no-scheduled-pages-at-this-moment": "Il n’y a pas de publication programmée pour le moment",
"update": "Mise à jour",
"template": "Modèle",
"nickname": "Pseudo",
"disable-user": "Désactiver l’utilisateur",
"delete-user-and-keep-content": "Supprimer l’utilisateur et conserver le contenu",
"delete-user-and-delete-content": "Supprimer l’utilisateur ainsi que le contenu associé (Avertissement).",
"social-networks": "Réseaux sociaux",
"interval": "Intervalle",
"number-in-minutes-for-every-execution-of-autosave": "Temps en minutes pour exécuter la sauvegarde automatique.",
"extreme-friendly-url": "URL amicale (référencement naturel)",
"title-formats": "Format du titre",
"delete-content": "Supprimer le contenu",
"are-you-sure-you-want-to-delete-this-page": "Êtes-vous sûr de vouloir supprimer cette page?",
"sticky": "Épinglée",
"actions": "Actions",
"edit": "Éditer",
"options": "Options",
"enter-title": "Insérer un titre",
"media-manager": "Gestionnaire de médias",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Définissez une image d’accroche à partir d’une URL externe, telle qu’un CDN ou un serveur dédié aux images.",
"user": "Utilisateur",
"date-format-format": "Format de la date : YYYY-MM-DD Heures:Minutes:Secondes<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Commencez à taper le titre d’une page, pour voir s’afficher une liste de suggestions.",
"field-used-when-ordering-content-by-position": "Champ utilisé lorsque le paramètre «contenu par position» est sélectionné.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Écrivez un nom de modèle pour filtrer la page dans le thème et changer le style de la page.",
"write-the-tags-separated-by-commas": "Écrivez les balises séparées par des virgules.",
"apply-code-noindex-code-to-this-page": "Bloquer l’indexation à cette page noindex<\/code>.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Cela indique aux moteurs de recherche de ne pas afficher cette page dans leurs résultats de recherche.",
"apply-code-nofollow-code-to-this-page": "Bloquer le suivi des liens à cette page nofollow<\/code>.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Cela indique aux moteurs de recherche de ne pas suivre les liens sur cette page.",
"apply-code-noarchive-code-to-this-page": "Bloquer la mise en cache à cette page noarchive<\/code>.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Cela indique aux moteurs de recherche de ne pas enregistrer une copie en cache de cette page.",
"uncategorized": "Non classé",
"done": "Terminé",
"delete-category": "Supprimer la catégorie",
"are-you-sure-you-want-to-delete-this-category?": "Êtes-vous sûr de vouloir supprimer cette catégorie ?",
"confirm-new-password": "Confirmer le nouveau mot de passe.",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Le pseudo est souvent utilisé dans les thèmes pour afficher l’auteur du contenu.",
"allow-unicode": "Autoriser les caractères Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Autoriser les caractères Unicode dans les URLS et une partie du système.",
"variables-allowed": "Variables autorisées",
"tag": "Balise",
"drag-and-drop-to-sort-the-plugins": "Glisser-déposer pour trier les plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum de support",
"chat-support": "Le support par chat.",
"quick-links": "Liens rapides",
"leave-empty-for-autocomplete-by-bludit": "Laisser vide pour un remplissage automatique par Bludit.",
"choose-a-password-for-the-user-admin": "Choisissez un mot de passe pour l’utilisateur admin<\/code>",
"access-denied": "Accès refusé",
"choose-images-to-upload": "Sélectionnez vos images à téléverser.",
"insert": "Insérer",
"upload": "Téléverser",
"autosave": "Enregistrement automatique",
"the-content-is-saved-as-a-draft-to-publish-it": "Le contenu est enregistré en tant que brouillon. Pour le publier, cliquez sur le bouton Publier<\/b> ou, si vous travaillez encore, cliquez sur Enregistrer en tant que brouillon<\/b>.",
"site": "Site",
"first": "Premier",
"last": "Dernier",
"there-are-no-pages-at-this-moment": "Il n’y a pas de pages à afficher pour le moment.",
"there-are-no-static-pages-at-this-moment": "Il n’y a pas de pages statiques à afficher pour le moment.",
"there-are-no-draft-pages-at-this-moment": "Il n’y a pas de brouillon à afficher pour le moment.",
"good-morning": "Bonjour",
"good-afternoon": "Bonne après-midi",
"good-evening": "Bonsoir",
"good-night": "Bonne nuit",
"hello": "Salut",
"there-are-no-images-for-the-page": "Il n’y a aucune images pour cette page.",
"select-cover-image": "Sélectionnez une image d’accroche.",
"this-plugin-depends-on-the-following-plugins": "Ce plugin dépend des plugins suivants.",
"no-pages-found": "Aucune page trouvée",
"system-updated": "Système mis à jour",
"security": "Sécurité",
"remove-cover-image": "Supprimer l’image d’accroche",
"width": "Largeur",
"height": "Hauteur",
"quality": "Qualité",
"thumbnails": "Miniatures",
"thumbnail": "Miniature",
"thumbnail-width-in-pixels": "Largeur de la miniature en pixels (px).",
"thumbnail-height-in-pixels": "Hauteur de la miniature en pixels (px).",
"thumbnail-quality-in-percentage": "Qualité des miniatures en pourcentage (%).",
"maximum-load-file-size-allowed:": "Taille maximale des fichiers autorisée :",
"file-type-is-not-supported": "Le type de fichier n’est pas supporté. Liste des extensions autorisées :",
"page-content": "Contenu de la page",
"markdown-parser": "Parseur au format Markdown",
"site-logo": "Logo du site",
"search": "Rechercher",
"search-plugins": "Recherche dans les plugins",
"enabled-plugins": "Plugins activés",
"disabled-plugins": "Plugins désactivés",
"remove-logo": "Supprimer le logo",
"preview": "Aperçu",
"author-can-write-and-edit-their-own-content": "Auteur : Peut écrire et éditer son propre contenu. Rédacteur : Peut écrire et éditer le contenu d'autres personnes.",
"custom-fields": "Champs personnalisés",
"define-custom-fields-for-the-content": "Définissez des champs personnalisés pour le contenu. En savoir plus sur les champs personnalisés dans la documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Commencez à taper pour voir une liste de suggestions.",
"view": "Vue",
"insert-thumbnail": "Insérer une miniature",
"insert-linked-thumbnail": "Insérer une miniature liée",
"no-tags": "Aucun tag",
"no-categories": "Aucune catégorie",
"navigation": "Navigation",
"thumbnail-generation": "Génération de miniatures",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Activer ou désactiver la génération automatique de miniatures lors du téléchargement d'images."
}
================================================
FILE: bl-languages/gr.json
================================================
{
"language-data": {
"native": "Ελληνικά",
"english-name": "Greek",
"locale": "el, el_CY, el_GR",
"last-update": "2017-09-10",
"authors": [
"Konstantinos www.klillis.com",
"penglezos www.penglezos.com",
"",
""
]
},
"dates": {
"Mon": "Δευ",
"Tue": "Τρ",
"Wed": "Τετ",
"Thu": "Πεμ",
"Fri": "Παρ",
"Sat": "Σαβ",
"Sun": "Κυρ",
"Monday": "Δευτέρα",
"Tuesday": "Τρίτη",
"Wednesday": "Τετάρτη",
"Thursday": "Πέμπτη",
"Friday": "Παρασκευή",
"Saturday": "Σάββατο",
"Sunday": "Κυριακή",
"Jan": "Ιαν",
"Feb": "Φεβ",
"Mar": "Μαρ",
"Apr": "Απρ",
"Jun": "Ιουν",
"Jul": "Ιουλ",
"Aug": "Αυγ",
"Sep": "Σεπτ",
"Oct": "Οκτ",
"Nov": "Νοε",
"Dec": "Δεκ",
"January": "Ιανουαρίου",
"February": "Φεβρουαρίου",
"March": "Μαρτίου",
"April": "Απριλίου",
"May": "Μαΐου",
"June": "Ιουνίου",
"July": "Ιουλίου",
"August": "Αυγούστου",
"September": "Σεπτεμβρίου",
"October": "Οκτωβρίου",
"November": "Νοεμβρίου",
"December": "Δεκεμβρίου"
},
"dashboard": "Πίνακας Ελέγχου",
"manage-users": "Διαχείριση Χρηστών",
"manage-categories": "Διαχείριση κατηγοριών",
"general-settings": "Γενικές Ρυθμίσεις",
"advanced-settings": "Προχωρημένες Ρυθμίσεις",
"thanks-for-supporting-bludit": "Ευχαριστούμε για την υποστήριξη στο Bludit",
"upgrade-to-bludit-pro": "Αναβαθμίστε στο Bludit PRO",
"language": "Γλώσσα",
"plugin": "Plugin",
"plugins": "Πρόσθετα",
"developers": "Developers",
"themes": "Θέματα",
"about": "Σχετικά",
"url": "URL",
"welcome": "Καλωσήρθατε",
"logout": "Αποσύνδεση",
"website": "Ιστοσελίδα",
"publish": "Δημοσίευσε",
"manage": "Διαχείριση",
"content": "Περιεχόμενο",
"category": "Κατηγορία",
"categories": "Κατηγορίες",
"users": "Χρήστες",
"settings": "Ρυθμίσεις",
"general": "Γενικά",
"advanced": "Προχωρημένα",
"new-content": "Νέο περιεχόμενο",
"manage-content": "Διαχείριση περιεχομένου",
"add-new-content": "Προσθήκη νέου περιεχομένου",
"new-category": "Νέα κατηγορία",
"you-do-not-have-sufficient-permissions": "Δεν έχεις τα επιτρεπτά διακαιώματα για την πρόσβαση της Σελίδας, επικοινωνήστε με τον διαχειρηστή.",
"add-a-new-user": "Προσθήκη Χρήστη",
"url-associated-with-the-content": "URL συνδεδεμένο με το περιεχόμενο.",
"language-and-timezone": "Γλώσσα και Ζώνη Ώρας",
"change-your-language-and-region-settings": "Αλλάξτε τις ρυθμίσεις γλώσσας και περιοχής.",
"notifications": "Ειδοποιήσεις",
"plugin-activated": "Plugin ενεργοποιημένο",
"plugin-deactivated": "Plugin απενεργοποιημένο",
"new-theme-configured": "New theme configured",
"settings-changes": "Αλλαγές στις ρυθμίσεις",
"plugin-configured": "Plugin ρυθμίστηκε",
"welcome-to-bludit": "Καλώς Ορίσατε στο Βludit",
"statistics": "Στατιστικά",
"drafts": "Πρόχειρα",
"title": "Τίτλος",
"save": "Αποθήκευση",
"save-as-draft": "Αποθήκευση ως πρόχειρο",
"cancel": "Ακύρωση",
"description": "Περιγραφή",
"this-field-can-help-describe-the-content": "Αυτό το πεδίο μπορεί να βοηθήσει στην περιγραφή του περιεγχομένου σε λίγες λέξεις. Όριο χαρακτήρων: 150.",
"images": "Εικόνες",
"error": "Πρόβλημα",
"supported-image-file-types": "Υποστηρισμένες εικόνες (τύποι αρχείων)",
"cover-image": "Εικόνα Εξώφυλλου",
"drag-and-drop-or-click-here": "Σύρτε και αφήστε ή κάντε κλικ εδώ",
"there-are-no-images": "Δεν υπάρχουν εικόνες",
"upload-and-more-images": "Ανεβάστε περισσότερες εικόνες",
"click-on-the-image-for-options": "Επιλέξτε την εικόνα για επιλογές.",
"click-here-to-cancel": "Επιλέξτε εδώ για να ακυρώσετε.",
"insert-image": "Εισαγωγή Εικόνας",
"set-as-cover-image": "Εφαρμογή ως εικόνα εξώφυλλο",
"delete-image": "Διαγραφή Εικόνας",
"tags": "Ετικέτες",
"add": "Προσθήκη",
"status": "Κατάσταση",
"published": "Δημοσιοποιημένο",
"draft": "Πρόχειρο",
"empty-title": "Κενός Τίτλος",
"empty": "empty",
"date": "Ημέρα",
"external-cover-image": "External cover image",
"parent": "Γονικό",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "Θέση",
"friendly-url": "Φιλικό URL",
"image-description": "Περιγραφή Εικόνας",
"add-a-new-category": "Προσθήκη νέας κατηγορίας",
"name": "Όνομα",
"username": "Όνομα Χρήστη",
"first-name": "Μικρό Όνομα",
"last-name": "Επώνυμο",
"to-schedule-the-content-select-the-date-and-time": "Για τον προγραμματισμό της ανάρτησης, επιλέξτε την ημερομηνία και ώρα, το status πρέπει να είναι ρυθμισμένο στο \"Published\".",
"email": "Μήνυμα Ηλεκτρονικού Ταχυδρομείου (e-mail)",
"role": "Ρόλος",
"registered": "Εγγεγραμμένος",
"site-information": "Πληροφορίες Ιστοσελίδας",
"site-title": "Τίτλος Ιστότοπου",
"use-this-field-to-name-your-site": "Χρησιμοποιήσετε αυτό το πεδίο για να δώσετε όνομα στην Ιστοσελίδα σας, θα εμφανιστεί στην κορυφή απο κάθε σελίδα της Ιστοσελίδα σας.",
"site-slogan": "Σύνθημα Ιστότοπου",
"use-this-field-to-add-a-catchy-phrase": "Χρησιμοποιήσετε αυτό το πεδίο ώστε να προσθέσετε μια φράση για την Ιστοσελίδα σας.",
"site-description": "Περιγραφή Ιστότοπου",
"you-can-add-a-site-description-to-provide": "Μπορείτε να προσθέσετε περιγραφή στην ιστοσελίδα σας ώστε να προσφέρετε μια μικρή περιγραφή ή βιογραφία για την Ιστοσελίδα σας.",
"footer-text": "Κείμενο Υποσελίδας",
"you-can-add-a-small-text-on-the-bottom": "Μπορείτε να προσθέσετε ένα μικρό κείμενο στον πάτο κάθε σελίδας πχ: δικαιώματα, διαχειρηστής, ημερομηνίες κτλπ.",
"social-networks-links": "Συνδεσμοι κοινωνικού δικτύου",
"site-url": "URL Ιστότοπου",
"email-account-settings": "Ρυθμίσεις Email λογαριασμού",
"sender-email": "Email αποστολέα",
"emails-will-be-sent-from-this-address": "Τα Emails θα σταλθούν απο αυτή την διεύθυνση.",
"url-filters": "Φίλτρα URL",
"select-your-sites-language": "Επιλογή Γλώσσας της Ιστοσελίδας σας.",
"timezone": "Ζώνη Ώρας",
"select-a-timezone-for-a-correct": "Επιλογή ζώνη ώρας για μια σωστή ημέρα\/ώρα που θα εμφανιστεί στην Ιστοσελίδα σας.",
"locale": "Τοποθεσία",
"date-and-time-formats": "Μορφή Ημέρας και Ώρας",
"date-format": "Μορφή Ημέρας",
"current-format": "Τωρινή Μορφή",
"version": "Έκδοση",
"author": "Συγγραφέας",
"activate": "Ενεργοποίημενο",
"deactivate": "Απενεργοποιημένο",
"edit-category": "Επεξεργασία κατηγορίας",
"delete": "Διαγραφή",
"password": "Κωδικός Πρόσβασης",
"confirm-password": "Επιβεβαίωση Κωδικού",
"editor": "Εκδότης",
"administrator": "Διαχειριστής",
"edit-user": "Επεξεργασία Χρήστη",
"edit-content": "Επεξεργασία περιεχομένου",
"profile": "Προφίλ",
"change-password": "Αλλαγή Κωδικού",
"enabled": "Ενεργοποίημενο",
"disable-the-user": "Απενεργοποίηση του χρήστη",
"profile-picture": "Εικόνα Προφίλ",
"edit-or-delete-your-categories": "Επεξεργασία ή διαγραφή κατηγοριών",
"create-a-new-category-to-organize-your-content": "Δημιουργία νέας κατηγορίας για οργάνωση του περιεχομένου",
"confirm-delete-this-action-cannot-be-undone": "Επιβεβαίωση διαγραφής, αυτή η πράξη δεν μπορεί να αναιρεθεί.",
"do-you-want-to-disable-the-user": "Επιθυμείτε την απενεργοποίηση του χρήστη;",
"new-password": "Νέος Κωδικός",
"you-can-change-this-field-when-save-the-current-changes": "Μπορείς να αλλάξεις το πεδίο μετά την αποθήκευση των αλλαγών.",
"items-per-page": "Αντικείμενα ανα σελίδα",
"invite-a-friend-to-collaborate-on-your-site": "Προσκάλεσε ενα φίλο να συνεργαστεί στην ιστοσελίδα σου",
"number-of-items-to-show-per-page": "Πλήθος αντικειμένων να φαίνονται ανα σελίδα.",
"website-or-blog": "Website ή Blog",
"order-content-by": "Ταξινόμηση περιεχομένου ανα",
"edit-or-delete-content-from-your-site": "Επεξεργασία ή διαγραφή περιεχομένου από την ιστοσελίδα",
"order-the-content-by-date-to-build-a-blog": "Ταξινόμηση του περιεχομένου ανα ημερομηνία για τη δημιουργία Blog, ή κατά περιεχόμενο για το χτίσιμο ιστοσελίδας.",
"page-not-found-content": "Hey! Δυστυχώς η ιστοσελίδα δεν υπάρχει πλέον.",
"page-not-found": "Δεν βρέθηκε η σελίδα",
"predefined-pages": "Προκαθορισμένες σελίδες",
"returning-page-when-the-page-doesnt-exist": "Σελίδα επιστροφής, όταν η ιστοσελίδα δεν υπάρχει, άστο κενό αν θέλεις να εμφανίζει ένα προεπιλεγμένο μήνυμα.",
"returning-page-for-the-main-page": "Σελίδα επιστροφής για την κεντρική σελίδα, άστο κενό αν θέλειςνα εμφανίζονται όλες οι σελίδες στην κεντρική σελίδα.",
"full-url-of-your-site": "Πλήρες URL της ιστοσελίδας. Πρόσθεσε και το HTTP ή HTTPS (μόνο αν έχεις ενεργοποιήσει SSL στον server).",
"with-the-locales-you-can-set-the-regional-user-interface": "Με τα locales, μπορείς να ορίζεις τις τοπικές ρυθμίσεις, όπως οι ημερομηνίες στη γλώσσα σου. Τα locales πρέπει να είναι εγκατεστημένα στο σύστημά σου.",
"bludit-installer": "Εγκατάσταση Bludit",
"choose-your-language": "Επιλέξτε την Γλώσσα σας",
"next": "Επόμενο",
"complete-the-form-choose-a-password-for-the-username-admin": "Ολοκληρώστε αυτή την φόρμα, επιλέξτε κωδικό για το όνομα χρήστη « admin »",
"show-password": "Εμφάνιση Κωδικού",
"install": "Εγκατάσταση",
"login": "Σύνδεση",
"back-to-login-form": "Επιστροφή στην φόρμα Σύνδεσης",
"get-login-access-code": "Πάρε τον κωδικό Σύνδεσης",
"email-access-code": "Κωδικός Πρόσβασης Email",
"whats-next": "Τι είναι επόμενο",
"username-or-password-incorrect": "Το Όνομα Χρήστη ή ο Κωδικός Πρόσβασης είναι λάθος",
"follow-bludit-on": "Ακολουθείστε το Bludit σε: ",
"this-is-a-brief-description-of-yourself-our-your-site": "Αυτή είναι μια σύντομη περιγραφή του εαυτού σας στην ιστοσελίδα σας, για να αλλάξετε αυτό το κείμενο πηγαίνετε στο μενού διαχείρησης, ρυθμίσεις, πρόσθετα, και ρυθμίσεις σχετικά με τα πρόσθετα.",
"new-version-available": "Νέα έκδοση είναι διαθέσιμη",
"new-category-created": "Δημιουργήθηκε νέα κατηγορία",
"category-deleted": "Κατηγορία διαγράφηκε",
"category-edited": "Κατηγορία τροποποιήθηκε",
"new-user-created": "Δημιουργήθηκε νέος χρήστος",
"user-edited": "Ο χρήστης τροποποιήθηκε",
"user-deleted": "Ο Χρήστης Διαγράφηκε",
"recommended-for-recovery-password-and-notifications": "Προτείνεται για ανάκτηση κωδικού και ειδοποιήσεων.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "Current status",
"upload-image": "Ανέβασμα Εικόνας",
"the-changes-have-been-saved": "Οι αλλαγές έχουν αποθηκευτεί",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Αυτός ο τίτλος σχεδόν πάντα χρησιμοποιείται στο πλάι (sidebar) της ιστοσελίδας.",
"password-must-be-at-least-6-characters-long": "Ο κωδικός πρέπει να είναι τουλάχιστον 6 χαρακτήρες",
"ip-address-has-been-blocked": "Η διεύθυνση IP έχει μπλοκαριστεί.",
"try-again-in-a-few-minutes": "Προσπαθήστε ξανά σε μερικά λεπτά.",
"content-published-from-scheduler": "Περιεχόμενο ανακοινώθηκε από τον προγραμματιστή (scheduler)",
"blog": "Blog",
"complete-all-fields": "Συμπληρώστε όλα τα πεδία",
"static": "Static",
"about-your-site-or-yourself": "Σχετικά με την ιστοσελίδα ή με εσάς",
"homepage": "Αρχική σελίδα",
"disabled": "Απενεργοποιημένο",
"to-enable-the-user-you-must-set-a-new-password": "Για την ενεργοποίηση του χρήστη πρέπει να ορίσετε νέο κωδικό πρόσβασης.",
"delete-the-user-and-associate-his-content-to-admin-user": "Διαγραφή του χρήστη και συσχετισμός του περιεχομένου του στον χρήστη admin",
"delete-the-user-and-all-his-content": "Διαγραφή του χρήστη και όλου του περιεχομένου του",
"user-disabled": "Απενεργοποιημένος χρήστης",
"user-password-changed": "Ο κωδικός πρόσβασης άλλαξε",
"the-password-and-confirmation-password-do-not-match": "Ο κωδικός πρόσβασης και η επιβεβαίωσή του δεν ταιριάζουν",
"scheduled-content": "Προγραμματισμένο περιεχόμενο",
"there-are-no-scheduled-content": "Δεν υπάρχει προγραμματισμένο περιεχόμενο.",
"new-content-created": "Νέο περιεχόμενο δημιουργήθηκε",
"content-edited": "Το περιεχόμενο τροποποιήθηκε",
"content-deleted": "Το περιεχόμενο διεγράφη",
"undefined": "Undefined",
"create-new-content-for-your-site": "Δημιουργία νέου περιεχομένου για την ιστοσελίδα",
"order-items-by": "Ταξινόμηση αντικειμένων κατά",
"all-content": "Όλο το περιεχόμενο",
"dynamic": "Δυναμικό",
"type": "Type",
"draft-content": "Πρόχειρο περιεχόμενο",
"post": "Ανάρτηση",
"default": "Προεπιλεγμένο",
"latest-content": "Latest content",
"default-message": "Default message",
"no-parent": "No parent",
"have-you-seen-my-ball": "Έχεις δει την μπάλα μου;",
"pagebreak": "Αλλαγή σελίδας (page break)",
"pages": "Σελίδες",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Αυτό το plugin δεν υποστηρίζεται από την τρέχουσα έκδοση του Bludit",
"previous": "Προηγούμενο",
"previous-page": "Προηγούμενη σελίδα",
"next-page": "Επόμενη σελίδα",
"scheduled": "Προγραμματισμένο",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
"congratulations-you-have-successfully-installed-your-bludit": "Συγχαρητήρια, εγκαταστήσατε με επιτυχία το **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Αυτό το θέμα, δεν υποστηρίζεται από την τρέχουσα έκδοση του Bludit",
"read-more": "Διαβάστε περισσότερα",
"remember-me": "Να με θυμάται",
"plugins-position": "Τοποθεσία Plugin",
"plugins-sorted": "Ταξινομημένα Plugins",
"plugins-position-changed": "Η θέση του Plugin άλλαξε",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop για να ορίσεις τη θέση των plugins",
"change-the-position-of-the-plugins": "Άλλαξε τη θέση των plugins",
"reading-time": "Χρόνος ανάγνωσης",
"minutes": "λεπτά",
"minute": "λεπτό",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Ξεκίνα να γράφεις το δικό σου περιεχόμενο ή τροποποίησε το υπάρχον για να ταιριάζει στις ανάγκες σου. Για δημιουργία, τροποποίηση, ή διαγραφή περιεχομένου, χρειάζεται να έχεις κάνει login στο admin panel<\/a> με το username `admin` και το password που όρισες κατά την εγκατάσταση.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Δημιουργία της νέας σου ιστοσελίδας",
"example-page-2-content": "Ενημέρωσε τις ρυθμίσεις της ιστοσελίδας από το admin panel<\/a>, μπορείς να αλλάξεις τον τίτλο, περιγραφή και τα κοινωνικά δίκτυα από τα Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Ακολουθήστε στο Bludit",
"example-page-3-content": "Πάρε πληροφορίες για νέα, νέες εκδόσεις, νέα θέματα ή Plugin στα κοινωνικά μας δίκτυα Facebook<\/a>, Twitter<\/a> and YouTube<\/a> ή επισκέψου το Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "Ποιοι είμαστε",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "The extension zip is not installed, to use this plugin you need to install the extension.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "Ενημέρωση",
"template": "Template",
"nickname": "Ψευδόνυμο",
"disable-user": "Απενεργοποίηση χρήστη",
"delete-user-and-keep-content": "Διαγραφή του χρήστη και διατήρηση περιεχομένου",
"delete-user-and-delete-content": "Διαγραφή χρήστη και διαγραφή περιεχομένου (Προσοχή)",
"social-networks": "Social Networks",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Λεπτά για την επόμενη εκτέλεση αυτόματης αποθήκευσης.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Title formats",
"delete-content": "Delete content",
"are-you-sure-you-want-to-delete-this-page": "Είστε σίγουροι για τη διαγραφή της σελίδας;",
"sticky": "Sticky",
"actions": "Actions",
"edit": "Edit",
"options": "Options",
"enter-title": "Εισάγετε τίτλο",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Όρισε την εικόνα εξώφυλλο από εξωτερικό URL, όπως κάποιο CDN ή κάποιο server ορισμένο για εικόνες.",
"user": "Χρήστης",
"date-format-format": "Μορφή ημερομηνίας: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Ξεκίνα την πληκτρολόγηση του τίτλου σελίδας, για να δεις μια λίστα με προτάσεις.",
"field-used-when-ordering-content-by-position": "Πεδίο που χρησιμοποιείται όταν ταξινομείται περιεχόμενο με τη θέση",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Γράψε το όνομα του template για να εντοπίσεις το θέμα που θα αλλάξει το στυλ της σελίδας.",
"write-the-tags-separated-by-commas": "Γράψε τα tags χωρισμένα με κόμμα.",
"apply-code-noindex-code-to-this-page": "Εφαρμογή noindex<\/code> σε αυτή τη σελίδα.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Αυτό υποδεικνύει στις μηχανές αναζήτησης να μη δείξουν τη σελίδα στα αποτελέσματα αναζήτησής τους.",
"apply-code-nofollow-code-to-this-page": "Εφαρμογή nofollow<\/code> σε αυτή τη σελίδα.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Αυτό υποδεικνύει στις μηχανές αναζήτησης να μην ακολουθήσουν τα Links της σελίδας.",
"apply-code-noarchive-code-to-this-page": "Εφαρμογή noarchive<\/code> σε αυτή τη σελίδα.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Αυτό υποδεικνύει στις μηχανές αναζήτησης να μην αποθηκεύουν ενα αντίγραφο της σελίδας στην cache τους.",
"uncategorized": "Χωρίς κατηγορία",
"done": "Έγινε",
"delete-category": "Διαγραφή κατηγορίας",
"are-you-sure-you-want-to-delete-this-category?": "Είστε σίγουροι οτι θέλετε να διαγράψετε αυτή την κατηγορία;",
"confirm-new-password": "Επιβεβαίωση νέου κωδικού πρόσβασης",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Το ψευδόνυμο χρησιμοποιείται ήδη από το θέμα για να δείξει τον δημιουργό του περιεχομένου",
"allow-unicode": "Να επιτρέπεται Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Να επιτρέπονται χαρακτήρες Unicode στο URL και σε άλλα σημεία του συστήματος.",
"variables-allowed": "Να επιτρέπονται μεταβλητές",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop για την ταξινόμηση των plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum υποστήριξης",
"chat-support": "Chat υποστήριξης",
"quick-links": "Γρήγορα links",
"leave-empty-for-autocomplete-by-bludit": "Αφήστε το κενό για αυτόματη συμπλήρωση από το Bludit.",
"choose-a-password-for-the-user-admin": "Επιλέξτε κωδικό πρόσβασης για το χρήστη admin<\/code>",
"access-denied": "Πρόσβαση μη επιτρεπτή",
"choose-images-to-upload": "Επιλέξτε τις εικόνες για ανέβασμα",
"insert": "Εισαγωγή",
"upload": "Ανέβασμα",
"autosave": "Αυτόματη αποθήκευση",
"the-content-is-saved-as-a-draft-to-publish-it": "Το περιεχόμενο αποθηκεύτηκε ως πρόχειρο. Για την δημοσίευσή του κάντε κλικ στο κουμπί Publish<\/b> ή αν το επεξεργάζεστε ακόμα πατήστε στο Save as draft<\/b>.",
"site": "Ιστοσελίδα",
"first": "Αρχή",
"last": "Τέλος",
"there-are-no-pages-at-this-moment": "Δεν υπάρχουν σελίδες αυτή τη στιγμή.",
"there-are-no-static-pages-at-this-moment": "Δεν υπάρχουν static σελίδες αυτή τη στιγμή.",
"there-are-no-draft-pages-at-this-moment": "Δεν υπάρχουν πρόχειρες σελίδες αυτή τη στιγμή.",
"good-morning": "Καλημέρα!",
"good-afternoon": "Καλησπέρα",
"good-evening": "Καλησπέρα",
"good-night": "Καληνύχτα",
"hello": "Γεια",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "Select cover image",
"this-plugin-depends-on-the-following-plugins": "Αυτό το plugin εξαρτάται από τα ακόλουθα plugins.",
"no-pages-found": "Δεν βρέθηκαν σελίδες",
"system-updated": "Το σύστημα ενημερώθηκε",
"security": "Ασφάλεια",
"remove-cover-image": "Διαγραφή cover image",
"width": "Πλάτος",
"height": "Ύψος",
"quality": "Ποιότητα",
"thumbnails": "Μικρογραφίες",
"thumbnail": "Μικρογραφία",
"thumbnail-width-in-pixels": "Πλάτος μικρογραφίας σε pixels (px).",
"thumbnail-height-in-pixels": "Ύψος μικρογραφίας σε pixels (px).",
"thumbnail-quality-in-percentage": "Ποιότητα μικρογραφίας σε ποσοστό (%).",
"maximum-load-file-size-allowed:": "Μέγιστο επιτρεπόμενο μέγεθος αρχείου:",
"file-type-is-not-supported": "Ο τύπος του αρχείου δεν υποστηρίζεται. Επιτρεπόμενοι τύποι:",
"page-content": "Περιεχόμενο σελίδας",
"markdown-parser": "Markdown parser",
"site-logo": "Logo ιστοσελίδας",
"search": "Αναζήτηση",
"search-plugins": "Αναζήτηση plugins",
"enabled-plugins": "Ενεργοποιημένα plugins",
"disabled-plugins": "Απενεργοποιημένα plugins",
"remove-logo": "Διαγραφή logo",
"preview": "ΠροεπισκόπησηPreview",
"author-can-write-and-edit-their-own-content": "Author: Μπορεί να γράψει και να τροποποιήσει το περιεχόμενό του. Editor: Μπορεί να γράψει και να τροποποιήσει το περιεχόμενο και από άλλους.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Ορισμός custom fields για το περιεχόμενο. Μάθε περισσότερα για τα custom fields στο documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Ξεκίνα την πληκτρολόγηση και θα δεις μια λίστα προτάσεων.",
"view": "Προβολή",
"no-tags": "Χωρίς ετικέτες",
"insert-thumbnail": "Εισαγωγή μικρογραφίας",
"visits-today": "Επισκέψεις σήμερα",
"no-categories": "Χωρίς κατηγορίες",
"quick-search-pages-and-menu": "Γρήγορη αναζήτηση σελίδων και μενού",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Αναλυτικά στοιχεία",
"unique-visitors": "Μοναδικοί επισκέπτες",
"insert-linked-thumbnail": "Εισαγωγή συνδεδεμένης μικρογραφίας",
"search-placeholder": "Αναζήτηση σελίδων, περιεχομένου και στοιχείων μενού...",
"no-results-found": "Δεν βρέθηκαν αποτελέσματα",
"navigation": "Πλοήγηση",
"default-content-status": "Προεπιλεγμένη κατάσταση περιεχομένου",
"default-status-for-new-content": "Επιλέξτε αν το νέο περιεχόμενο θα δημιουργείται ως Δημοσιευμένο ή Πρόχειρο από προεπιλογή.",
"thumbnail-generation": "Δημιουργία μικρογραφιών",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Ενεργοποίηση ή απενεργοποίηση αυτόματης δημιουργίας μικρογραφιών κατά τη μεταφόρτωση εικόνων."
}
================================================
FILE: bl-languages/he_IL.json
================================================
{
"language-data": {
"native": "עברית",
"english-name": "Hebrew",
"locale": "iw, iw_IL, he_IL",
"last-update": "2017-09-10",
"authors": [
"hxii http:\/\/paulglushak.com",
"",
"",
""
]
},
"dates": {
"Mon": "Mon",
"Tue": "Tue",
"Wed": "Wed",
"Thu": "Thu",
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday",
"Sunday": "Sunday",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "January",
"February": "February",
"March": "March",
"April": "April",
"May": "May",
"June": "June",
"July": "July",
"August": "August",
"September": "September",
"October": "October",
"November": "November",
"December": "December"
},
"dashboard": "לוח מחוונים",
"manage-users": "ניהול משתמשים",
"manage-categories": "Manage categories",
"general-settings": "הגדרות כלליות",
"advanced-settings": "הגדרות מתקדמות",
"thanks-for-supporting-bludit": "Thanks for support Bludit",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"language": "שפה",
"plugin": "Plugin",
"plugins": "תוספים",
"developers": "Developers",
"themes": "ערכות נושא",
"about": "אודות",
"url": "URL",
"welcome": "ברוכים הבאים,",
"logout": "יציאה",
"website": "אתר",
"publish": "פרסם",
"manage": "ניהול",
"content": "תוכן",
"category": "Category",
"categories": "Categories",
"users": "משתמשים",
"settings": "הגדרות",
"general": "כללי",
"advanced": "מתקדם",
"new-content": "New content",
"manage-content": "Manage content",
"add-new-content": "Add new content",
"new-category": "New category",
"you-do-not-have-sufficient-permissions": "אין לך הרשאות מתאימות לצפייה בדף זה. אנא צור קשר עם המנהל.",
"add-a-new-user": "הוספת משתמש חדש",
"url-associated-with-the-content": "URL associated with the content.",
"language-and-timezone": "שפה ואזור זמן",
"change-your-language-and-region-settings": "שינוי הגדרות שפה ומיקום.",
"notifications": "Notifications",
"plugin-activated": "Plugin activated",
"plugin-deactivated": "Plugin deactivated",
"new-theme-configured": "New theme configured",
"settings-changes": "Changes on settings",
"plugin-configured": "Plugin configured",
"welcome-to-bludit": "ברוכים הבאים ל-Bludit",
"statistics": "סטטיסטיקה",
"drafts": "טיוטות",
"title": "כותרת",
"save": "שמור",
"save-as-draft": "Save as draft",
"cancel": "ביטול",
"description": "תאור",
"this-field-can-help-describe-the-content": "בשדה זה ניתן לרשום תאור קצר של התוכן. עד 150 תוים.",
"images": "תמונות",
"error": "שגיאה",
"supported-image-file-types": "סוגי קבצי תמונה נתמכים",
"cover-image": "תמונת רקע",
"drag-and-drop-or-click-here": "גרור תמונה או לחץ כאן",
"there-are-no-images": "אין תמונות",
"upload-and-more-images": "Upload and more images",
"click-on-the-image-for-options": "לחץ על התמונה לאפשרויות נוספות",
"click-here-to-cancel": "לחץ לביטול",
"insert-image": "הכנס תמונה",
"set-as-cover-image": "קבע כתמונת רקע",
"delete-image": "מחק תמונה",
"tags": "תגיות",
"add": "הוספה",
"status": "סטטוס",
"published": "מפורסם",
"draft": "טיוטה",
"empty-title": "כותרת ריקה",
"empty": "empty",
"date": "תאריך",
"external-cover-image": "External cover image",
"parent": "הורה",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "מיקום",
"friendly-url": "כתובת URL",
"image-description": "תיאור התמונה",
"add-a-new-category": "Add a new category",
"name": "שם",
"username": "שם משתמש",
"first-name": "שם פרטי",
"last-name": "שם משפחה",
"to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".",
"email": "דואל",
"role": "תפקיד",
"registered": "רשום",
"site-information": "מידע על האתר",
"site-title": "כותרת האתר",
"use-this-field-to-name-your-site": "השתמש בשדה זה בכדי לתת שם לאתר שלך. השם יופיע בראשו של כל דף.",
"site-slogan": "סלוגן האתר",
"use-this-field-to-add-a-catchy-phrase": "השתמש בשדה זה בכדי לתת לאתרך סלוגן.",
"site-description": "תאור האתר",
"you-can-add-a-site-description-to-provide": "השתמש בשדה זה בכדי לספר בקצרה על אתרך.",
"footer-text": "טקסט תחתון",
"you-can-add-a-small-text-on-the-bottom": "באפשרותך להוסיף טקסט קצר בתחתית העמוד.",
"social-networks-links": "קישורים לרשתות חברתיות",
"site-url": "כתובת האתר",
"email-account-settings": "הגדרות חשבון דואל",
"sender-email": "דואל שולח",
"emails-will-be-sent-from-this-address": "הודעות דואל ישלחו מכתובת זו",
"url-filters": "URL filters",
"select-your-sites-language": "בחר את שפת האתר",
"timezone": "אזור זמן",
"select-a-timezone-for-a-correct": "בחר את אזור הזמן בו אתה נמצא",
"locale": "שפה",
"date-and-time-formats": "תצורות תאריך ושעה",
"date-format": "פורמט תאריך",
"current-format": "תצורה נוכחית",
"version": "גרסא",
"author": "כותב",
"activate": "הפוך לפעיל",
"deactivate": "הפוך ללא פעיל",
"edit-category": "Edit category",
"delete": "מחק",
"password": "סיסמא",
"confirm-password": "אימות סיסמא",
"editor": "עורך",
"administrator": "מנהל",
"edit-user": "עריכת משתמש",
"edit-content": "Edit content",
"profile": "פרופיל",
"change-password": "שינוי סיסמא",
"enabled": "מאופשר",
"disable-the-user": "הפוך משתמש ללא פעיל",
"profile-picture": "תמונת פרופיל",
"edit-or-delete-your-categories": "Edit or delete your categories",
"create-a-new-category-to-organize-your-content": "Create a new category to organize your content",
"confirm-delete-this-action-cannot-be-undone": "אתה בטוח שברצונך למחוק? לא ניתן לבטל פעולה זו.",
"do-you-want-to-disable-the-user": "האם ברצונך להפוך משתמש זה ללא פעיל?",
"new-password": "סיסמא חדשה",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Items per page",
"invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site",
"number-of-items-to-show-per-page": "Number of items to show per page.",
"website-or-blog": "Website or Blog",
"order-content-by": "Order content By",
"edit-or-delete-content-from-your-site": "Edit or delete content from your site",
"order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.",
"page-not-found-content": "Hey! look like the page doesn't exist.",
"page-not-found": "Page not found",
"predefined-pages": "Predefined pages",
"returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.",
"returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "התקנת Bludit",
"choose-your-language": "בחר שאת שפתך",
"next": "הבא",
"complete-the-form-choose-a-password-for-the-username-admin": "מלא את הפרטים ובחר סיסמא למשתמש « admin »",
"show-password": "הראה סיסמא",
"install": "התקנה",
"login": "כניסה",
"back-to-login-form": "חזרה לדף כניסה",
"get-login-access-code": "קבל קוד גישה",
"email-access-code": "קוד גישה באימייל",
"whats-next": "מה הלאה?",
"username-or-password-incorrect": "שם משתמש או סיסמא אינם נכונים",
"follow-bludit-on": "עקוב אחר Bludit",
"this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
"category-edited": "Category edited",
"new-user-created": "New user created",
"user-edited": "User edited",
"user-deleted": "המשתמש נמחק",
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "Current status",
"upload-image": "העלה תמונה",
"the-changes-have-been-saved": "ההגדרות נשמרו",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "הסיסמא חייבת להיות בעלת 5 תויים לפחות",
"ip-address-has-been-blocked": "כתובת IP נחסמה",
"try-again-in-a-few-minutes": "אנא נסה בעוד מספר דקות",
"content-published-from-scheduler": "Content published from scheduler",
"blog": "Blog",
"complete-all-fields": "Complete all fields",
"static": "Static",
"about-your-site-or-yourself": "About your site or yourself",
"homepage": "Homepage",
"disabled": "Disabled",
"to-enable-the-user-you-must-set-a-new-password": "To enable the user you must set a new password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate his content to admin user",
"delete-the-user-and-all-his-content": "Delete the user and all his content",
"user-disabled": "User disabled",
"user-password-changed": "User password changed",
"the-password-and-confirmation-password-do-not-match": "The password and confirmation password do not match",
"scheduled-content": "Scheduled content",
"there-are-no-scheduled-content": "There are no scheduled content.",
"new-content-created": "New content created",
"content-edited": "Content edited",
"content-deleted": "Contente deleted",
"undefined": "Undefined",
"create-new-content-for-your-site": "Create new content for your site",
"order-items-by": "Order items by",
"all-content": "All content",
"dynamic": "Dynamic",
"type": "Type",
"draft-content": "Draft content",
"post": "Post",
"default": "Default",
"latest-content": "Latest content",
"default-message": "Default message",
"no-parent": "No parent",
"have-you-seen-my-ball": "ראית את הכדור שלי?",
"pagebreak": "Page break",
"pages": "דפים",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
"previous": "Previous",
"previous-page": "Previous page",
"next-page": "Next page",
"scheduled": "Scheduled",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
"read-more": "להמשך קריאה",
"remember-me": "Remember me",
"plugins-position": "Plugin position",
"plugins-sorted": "Plugins sorted",
"plugins-position-changed": "Plugin position changed",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop to set the position of the plugins",
"change-the-position-of-the-plugins": "Change the position of the plugins",
"reading-time": "Reading time",
"minutes": "minutes",
"minute": "minute",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "תוסף ה-zip אינו מותקן, כדי להשתמש בתוסף זה עליך להתקין את ההרחבה.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "Update",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Disable user",
"delete-user-and-keep-content": "Delete user and keep content",
"delete-user-and-delete-content": "Delete user and delete content (Warning)",
"social-networks": "Social Networks",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Title formats",
"delete-content": "Delete content",
"are-you-sure-you-want-to-delete-this-page": "האם אתה בטוח שברצונך למחוק דף זה?",
"sticky": "Sticky",
"actions": "Actions",
"edit": "Edit",
"options": "Options",
"enter-title": "Enter title",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.",
"user": "User",
"date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.",
"write-the-tags-separated-by-commas": "Write the tags separated by comma.",
"apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.",
"apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.",
"apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.",
"uncategorized": "Uncategorized",
"done": "Done",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "האם אתה בטוח שברצונך למחוק קטגוריה זו?",
"confirm-new-password": "Confirm new password",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "Allow Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.",
"variables-allowed": "Variables allowed",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum support",
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>",
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"upload": "Upload",
"autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.",
"site": "Site",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.",
"good-morning": "Good morning",
"good-afternoon": "Good afternoon",
"good-evening": "Good evening",
"good-night": "Good night",
"hello": "Hello",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "Select cover image",
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security",
"remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "File type is not supported. Allowed types:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "מחבר: יכול לכתוב ולערוך את התוכן שלו. עורך: יכול לכתוב ולערוך תוכן של אחרים.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "הגדר שדות מותאמים אישית לתוכן.",
"start-typing-to-see-a-list-of-suggestions": "התחל להקליד כדי לראות רשימה של הצעות.",
"view": "View",
"no-tags": "אין תגיות",
"insert-thumbnail": "הכנס תמונה ממוזערת",
"visits-today": "ביקורים היום",
"no-categories": "אין קטגוריות",
"quick-search-pages-and-menu": "חיפוש מהיר של דפים ותפריט",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "ניתוח נתונים",
"unique-visitors": "מבקרים ייחודיים",
"insert-linked-thumbnail": "הכנס תמונה ממוזערת מקושרת",
"search-placeholder": "חפש דפים, תוכן ופריטי תפריט...",
"no-results-found": "לא נמצאו תוצאות",
"navigation": "ניווט",
"default-content-status": "מצב תוכן ברירת מחדל",
"default-status-for-new-content": "בחר האם תוכן חדש ייווצר כפורסם או כטיוטה כברירת מחדל.",
"thumbnail-generation": "יצירת תמונות ממוזערות",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "הפעל או השבת יצירה אוטומטית של תמונות ממוזערות בעת העלאת תמונות."
}
================================================
FILE: bl-languages/hu_HU.json
================================================
{
"language-data": {
"native": "Magyar",
"english-name": "Hungarian",
"last-update": "2020-02-28",
"authors": [
"Korfa",
"Dávid Eredics",
"",
""
],
"locale": "hu, hu_HU"
},
"dates": {
"Mon": "H",
"Tue": "K",
"Wed": "Sze",
"Thu": "Cs",
"Fri": "P",
"Sat": "Szo",
"Sun": "V",
"Monday": "Hétfő",
"Tuesday": "Kedd",
"Wednesday": "Szerda",
"Thursday": "Csütörtök",
"Friday": "Péntek",
"Saturday": "Szombat",
"Sunday": "Vasárnap",
"Jan": "jan.",
"Feb": "febr.",
"Mar": "márc.",
"Apr": "ápr.",
"Jun": "jún.",
"Jul": "júl.",
"Aug": "aug.",
"Sep": "szept.",
"Oct": "okt.",
"Nov": "nov.",
"Dec": "dec.",
"January": "január",
"February": "február",
"March": "március",
"April": "április",
"May": "május",
"June": "június",
"July": "július",
"August": "augusztus",
"September": "szeptember",
"October": "október",
"November": "november",
"December": "december"
},
"dashboard": "Vezérlőpult",
"manage-users": "Felhasználók kezelése",
"manage-categories": "Kategóriák kezelése",
"general-settings": "Általános beállítások",
"advanced-settings": "Haladó beállítások",
"thanks-for-supporting-bludit": "Köszönjük, hogy támogatja a Bluditet",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"language": "Nyelv",
"plugin": "Bővitmény",
"plugins": "Bővitmények",
"developers": "Fejlesztők",
"themes": "Témák",
"about": "A blogodról",
"url": "URL",
"welcome": "Üdvözöljük!",
"logout": "Kilépés",
"website": "Weboldal",
"publish": "Közzététel",
"manage": "Kezelés",
"content": "Tartalom",
"category": "Kategória",
"categories": "Kategóriák",
"users": "Felhasználók",
"settings": "Beállítások",
"general": "Általános",
"advanced": "Haladó",
"new-content": "Új tartalom",
"manage-content": "Tartalom kezelése",
"add-new-content": "Új tartalom hozzáadása",
"new-category": "Új kategória",
"you-do-not-have-sufficient-permissions": "Nem rendelkezik megfelelő engedélyekkel",
"add-a-new-user": "Új felhasználó hozzáadása",
"url-associated-with-the-content": "A tartalomhoz társított URL.",
"language-and-timezone": "Nyelv és időzóna",
"change-your-language-and-region-settings": "Nyelvi és területi beállítások megváltoztatása.",
"notifications": "Értesítések",
"plugin-activated": "Bővítmény aktiválva",
"plugin-deactivated": "Bővítmény inaktiválva",
"new-theme-configured": "Új téma konfigurálva",
"settings-changes": "Beállítások megváltoztak",
"plugin-configured": "Bővítmény konfigurálva",
"welcome-to-bludit": "Üdvözöljük a Bluditban!",
"statistics": "Statisztika",
"drafts": "Piszkozatok",
"title": "Cím",
"save": "Mentés",
"save-as-draft": "Mentés piszkozatként",
"cancel": "Mégse",
"description": "Leírás",
"this-field-can-help-describe-the-content": "Ebben a mezőben néhány szóban összefoglalhatja a tartalmat. Legfeljebb 150 karakter.",
"images": "Képek",
"error": "Hiba",
"supported-image-file-types": "Támogatott képfájl-formátumok",
"cover-image": "Borítókép",
"drag-and-drop-or-click-here": "Húzza ide vagy kattintson ide!",
"there-are-no-images": "Nincs kép",
"upload-and-more-images": "Upload and more images",
"click-on-the-image-for-options": "Kattintson a képre a beállításokhoz!",
"click-here-to-cancel": "Kattintson ide a kilépéshez!",
"insert-image": "Kép beszúrása",
"set-as-cover-image": "Beállítás borítóképnek",
"delete-image": "Kép törlése",
"tags": "Címke",
"add": "Hozzáadás",
"status": "Állapot",
"published": "A bejegyzés sikeresen közzétéve",
"draft": "Piszkozat",
"empty-title": "Üres cím",
"empty": "üres",
"date": "Dátum",
"external-cover-image": "Külső borítókép",
"parent": "Szülő",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "Ez a mező akkor van használatban amikor a tartalmat pozíció szerint rendezi.",
"position": "Pozíció",
"friendly-url": "Keresőbarát URL",
"image-description": "Kép leírása",
"add-a-new-category": "Új kategória hozzáadása",
"name": "Név",
"username": "Felhasználónév",
"first-name": "Keresztnév",
"last-name": "Vezetéknév",
"to-schedule-the-content-select-the-date-and-time": "A tartalom ütemezéséhez válassza ki a dátumot és az időt, az állapotot \"közzétett\" értékre kell állítani.",
"email": "E-mail",
"role": "Jogosultság",
"registered": "Regisztrált",
"site-information": "Weboldal-információ",
"site-title": "Oldal cím",
"use-this-field-to-name-your-site": "Ebben a mezőben adja meg a weboldal nevét, ez minden oldal tetején meg fog jelenni a weboldalon.",
"site-slogan": "Oldal szlogen",
"use-this-field-to-add-a-catchy-phrase": "Ebben a mezőben megadhat egy szlogent a weboldalhoz.",
"site-description": "Oldal leírás",
"you-can-add-a-site-description-to-provide": "Itt megadhatja a weboldal leírását, egy rövid összefoglalót az oldalról.",
"footer-text": "Lábléc szöveg",
"you-can-add-a-small-text-on-the-bottom": "Megadhat egy apróbetűs szöveget az oldalak aljára. Pl. jogi információk, tulajdonos, dátumok, stb.",
"social-networks-links": "Közösségimédia-linkek",
"site-url": "Weboldal URL",
"email-account-settings": "Levelezési beállítások",
"sender-email": "Küldő email címe",
"emails-will-be-sent-from-this-address": "Az emailek erről a címről kerülnek majd kiküldésre.",
"url-filters": "URL-szűrők",
"select-your-sites-language": "Válassza ki weboldala nyelvét!",
"timezone": "Időzóna",
"select-a-timezone-for-a-correct": "Válasszon időzónát a dátumok megfelelő megjelenítéséhez!",
"locale": "Helyi",
"date-and-time-formats": "Dátum- és időformátum",
"date-format": "Dátumformátum",
"current-format": "Jelenlegi formátum",
"version": "Verziószám",
"author": "Szerző",
"activate": "Aktiválás",
"deactivate": "Deaktiválás",
"edit-category": "Kategória szerkesztése",
"delete": "Törlés",
"password": "Jelszó",
"confirm-password": "Jelszó újra",
"editor": "Szerkesztő",
"administrator": "Adminisztrátor",
"edit-user": "Felhasználó szerkesztése",
"edit-content": "Tartalom szerkesztése",
"profile": "Profil",
"change-password": "Jelszó megváltoztatása",
"enabled": "Engedélyezett",
"disable-the-user": "Felhasználó letiltása",
"profile-picture": "Profilkép",
"edit-or-delete-your-categories": "Szerkessze vagy törölje kategóriáit",
"create-a-new-category-to-organize-your-content": "Hozzon létre egy új kategóriát tartalmai rendezéséhez",
"confirm-delete-this-action-cannot-be-undone": "Biztosan törli?",
"do-you-want-to-disable-the-user": "Le szeretné tiltani a felhasználót?",
"new-password": "Új jelszó",
"you-can-change-this-field-when-save-the-current-changes": "Ezt a mezőt megváltoztathatja, amikor elmenti az aktuális változtatásokat.",
"items-per-page": "Elemek oldalanként",
"invite-a-friend-to-collaborate-on-your-site": "Hívja meg ismerősét, hogy együttműködjenek webhelyén",
"number-of-items-to-show-per-page": "Oldalanként megjelenítendő elemek száma.",
"website-or-blog": "Weboldal vagy Blog",
"order-content-by": "Tartalom rendezése",
"edit-or-delete-content-from-your-site": "Szerkesszen vagy töröljön tartalmat webhelyéről",
"order-the-content-by-date-to-build-a-blog": "Rendezze a tartalmat dátum szerint egy blog létrehozásához, vagy rendezze a tartalmat pozíció szerint egy weboldal létrehozásához.",
"page-not-found-content": "Hé! Úgy tűnik, hogy ez az oldal nem létezik.",
"page-not-found": "Az oldal nem található",
"predefined-pages": "Előre definiált oldalak",
"returning-page-when-the-page-doesnt-exist": "Visszatérő oldal amikor az oldal nem létezik, alapértelmezés szerint egy alapértelmezett üzenetet ad vissza.",
"returning-page-for-the-main-page": "Visszatérő oldal a főoldalhoz, alapértelmezés szerint a legfrissebb tartalmat mutatja dátum vagy pozíció szerint rendezve.",
"full-url-of-your-site": "Webhelyének teljes URL-je. Egészítse ki HTTP vagy HTTPS protokollal (csak akkor, ha engedélyezte az SSL-t a szerveren).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Bludit telepítő",
"choose-your-language": "Válasszon nyelvet!",
"next": "Tovább",
"complete-the-form-choose-a-password-for-the-username-admin": "Töltse ki az űrlapot, válasszon jelszót az « admin » felhasználónak!",
"show-password": "Mutassa a jelszót",
"install": "Telepítés",
"login": "Belépés",
"back-to-login-form": "Vissza a bejelentkezési oldalra",
"get-login-access-code": "Hozzáférési kód megszerzése",
"email-access-code": "Email hozzáférési kód",
"whats-next": "Mi következik?",
"username-or-password-incorrect": "A felhasználónév és a jelszó nem egyezik",
"follow-bludit-on": "Kövesse a Bluditot!",
"this-is-a-brief-description-of-yourself-our-your-site": "Itt röviden bemutathatja önmagát vagy a weboldalát, a szöveg megváltoztatásához menjen az Adminlapra, Beállítások, Bővítmények, majd a Névjegy bővítmény beállításai.",
"new-version-available": "Új verzió elérhető",
"new-category-created": "Új kategória létrehozva",
"category-deleted": "Kategória törölve",
"category-edited": "Kategória szerkesztve",
"new-user-created": "Új felhasználó létrehozva",
"user-edited": "Felhasználó szerkesztve",
"user-deleted": "Felhasználó törölve",
"recommended-for-recovery-password-and-notifications": "Ajánlott jelszóvisszaállításhoz és értesítésekhez.",
"authentication-token": "Hitelesítési token",
"token": "Token",
"current-status": "Jelenlegi állapot",
"upload-image": "Kép feltöltése",
"the-changes-have-been-saved": "A változtatások elmentve",
"label": "Címke",
"links": "Linkek",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Ezt a címet szinte mindig a weboldal oldalsávjában használják.",
"password-must-be-at-least-6-characters-long": "A jelszónak legalább 6 karakter hosszúnak kell lennie.",
"ip-address-has-been-blocked": "Az IP-cím le lett tiltva.",
"try-again-in-a-few-minutes": "Próbálja újra néhány perc múlva!",
"content-published-from-scheduler": "Tartalom publikálva ütemezőből",
"blog": "Blog",
"complete-all-fields": "Töltse ki az összes mezőt",
"static": "Statikus",
"about-your-site-or-yourself": "A webhelyről vagy magadról",
"homepage": "Főoldal",
"disabled": "Tiltva",
"to-enable-the-user-you-must-set-a-new-password": "A felhasználó engedélyezéséhez új jelszót kell beállítania.",
"delete-the-user-and-associate-his-content-to-admin-user": "Törölje a felhasználót, és társítsa tartalmát az adminisztrátorhoz",
"delete-the-user-and-all-his-content": "Törölje a felhasználót és az összes tartalmát",
"user-disabled": "A felhasználó letiltva",
"user-password-changed": "Felhasználó jelszava megváltozott",
"the-password-and-confirmation-password-do-not-match": "A jelszó és a megerősítő jelszó nem egyezik",
"scheduled-content": "Ütemezett tartalom",
"there-are-no-scheduled-content": "Nincs ütemezett tartalom.",
"new-content-created": "Új tartalom létrehozva",
"content-edited": "Tartalom szerkesztve",
"content-deleted": "Tartalom törölve",
"undefined": "Meghatározatlan",
"create-new-content-for-your-site": "Hozzon létre új tartalmat a webhelyén",
"order-items-by": "Elemek sorbarendezve",
"all-content": "Minden tartalom",
"dynamic": "Dinamikus",
"type": "Típus",
"draft-content": "Piszkozat tartalom",
"post": "Bejegyzés",
"default": "Alapértelmezett",
"latest-content": "Legújabb tartalom",
"default-message": "Alapértelmezett üzenet",
"no-parent": "Nincs szülő",
"have-you-seen-my-ball": "Láttad a labdám?",
"pagebreak": "Oldaltörés",
"pages": "Oldalak",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Ez a bővitmény lehet, hogy nem támogatott a Bludit ezen verziója által",
"previous": "Előző",
"previous-page": "Előző oldal",
"next-page": "Következő oldal",
"scheduled": "Ütemezett",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Ez a token hasonló a jelszóhoz, nem szabad megosztani.",
"congratulations-you-have-successfully-installed-your-bludit": "Gratulálunk, sikeresen telepítette Bluditját",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Ez a téma lehet, hogy nem támogatott a Bludit ezen verziója által",
"read-more": "Bővebben",
"remember-me": "Emlékezz rám",
"plugins-position": "Bővitmény pozíció",
"plugins-sorted": "Bővitmények rendezése",
"plugins-position-changed": "Bővitmény pozíció megváltozott",
"drag-and-drop-to-set-the-position-of-the-plugin": "Húzza a bővítményeket a kívánt pozícióba",
"change-the-position-of-the-plugins": "Módosítsa a bővítmények pozícióját",
"reading-time": "Olvasási idő",
"minutes": "perc",
"minute": "perc",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "A kiterjesztés zip nincs telepítve, ennek a bővítménynek a használatához telepítenie kell a kiterjesztést.",
"there-are-no-sticky-pages-at-this-moment": "Nincsenek ragadós oldalak ebben a pillanatban.",
"there-are-no-scheduled-pages-at-this-moment": "Nincsenek ütemezett oldalak ebben a pillanatban.",
"update": "Frissítés",
"template": "Sablon",
"nickname": "Nickname",
"disable-user": "Felhasználó letiltása",
"delete-user-and-keep-content": "Felhasználó törlése és tartalom megtartása",
"delete-user-and-delete-content": "Felhasználó és tartalom törlése (Figyelem)",
"social-networks": "Közösségi hálók",
"interval": "Intervallum",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "Rendkívül barátságos URL",
"title-formats": "Cím formátumok",
"delete-content": "Tartalom törlése",
"are-you-sure-you-want-to-delete-this-page": "Biztosan törlni akarja ezt az oldalt?",
"sticky": "Ragadós",
"actions": "Műveletek",
"edit": "Szerkesztés",
"options": "Opciók",
"enter-title": "Adjon címet",
"media-manager": "Média Menedzser",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Állítsa be a borítóképét egy külső URL-ből, például CDN-ből vagy képeknek dedikált szerverből.",
"user": "Felhasználó",
"date-format-format": "Dátum formátum: ÉÉÉÉ-HH-NN Óra:Perc:Másodperc<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Kezdje el beírni az oldal címét, hogy megjelenjen a javaslatok listája.",
"field-used-when-ordering-content-by-position": "A tartalom pozíció szerinti rendezésekor használt mező.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Írjon egy sablonnevet az oldal szűréséhez a témában, és módosítsa az oldal stílusát.",
"write-the-tags-separated-by-commas": "Írja be a címkéket vesszővel elválasztva.",
"apply-code-noindex-code-to-this-page": "noindex<\/code> alkalmazása erre az oldalra.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Ez azt mondja a keresőmotoroknak, hogy ne jelenítsék meg ezt az oldalt a keresési eredmények között.",
"apply-code-nofollow-code-to-this-page": "nofollow<\/code> alkalmazása erre az oldalra.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Ez azt mondja a keresőmotoroknak, hogy ne kövessék ezen az oldalon található linkeket.",
"apply-code-noarchive-code-to-this-page": "noarchive<\/code> alkalmazása erre az oldalra.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Ez azt mondja a keresőmotoroknak, hogy ne mentsék el az oldal gyorsítótárazott példányát.",
"uncategorized": "Kategorizálatlan",
"done": "Kész",
"delete-category": "Kategória törlése",
"are-you-sure-you-want-to-delete-this-category?": "Biztosan törölni akarja ezt a kategóriát?",
"confirm-new-password": "Erősítse meg az új jelszót",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "Unicode engedélyezése",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Engedélyezze a Unicode karaktereket az URL-ben és a rendszer egyes részeiben.",
"variables-allowed": "Változók engedélyezése",
"tag": "Címke",
"drag-and-drop-to-sort-the-plugins": "A bővítményeket húzza sorrendbe.",
"seo": "SEO",
"documentation": "Dokumentáció",
"forum-support": "Fórum támogatás",
"chat-support": "Chat támogatás",
"quick-links": "Gyors linkek",
"leave-empty-for-autocomplete-by-bludit": "Hagyja üresen a Bludit általi automatikus kiegészítéshez.",
"choose-a-password-for-the-user-admin": "Válasszon jelszót az admin<\/code> felhasználónak",
"access-denied": "Hozzáférés megtagadva",
"choose-images-to-upload": "Válassza ki a feltöltendő képeket",
"insert": "Beszúrás",
"upload": "Feltöltés",
"autosave": "Automatikus mentés",
"the-content-is-saved-as-a-draft-to-publish-it": "A tartalom vázlatként mentve. A közzétételhez kattintson a Közzététel<\/b> gombra, vagy ha továbbra is dolgozik rajta, kattintson a Mentés piszkozatként<\/b> gombra.",
"site": "Webhely",
"first": "Első",
"last": "Utolsó",
"there-are-no-pages-at-this-moment": "Nincsenek oldalak ebben a pillanatban.",
"there-are-no-static-pages-at-this-moment": "Nincsenek statikus oldalak ebben a pillanatban.",
"there-are-no-draft-pages-at-this-moment": "Nincsenek piszkozat oldalak ebben a pillanatban.",
"good-morning": "Jó reggelt",
"good-afternoon": "Jó napot",
"good-evening": "Jó estét",
"good-night": "Jó éjszakát",
"hello": "Helló",
"there-are-no-images-for-the-page": "Nincsenek képek az oldalhoz.",
"select-cover-image": "Válasszon borítóképet",
"this-plugin-depends-on-the-following-plugins": "Ez a bővítmény a következő bővítményektől függ.",
"no-pages-found": "Nem találhatók oldalak.",
"system-updated": "Rendszer frissítve.",
"security": "Biztonság",
"remove-cover-image": "Borítókép eltávolítása",
"width": "Szélesség",
"height": "Magasság",
"quality": "Minőség",
"thumbnails": "Indexképek",
"thumbnail": "Indexkép",
"thumbnail-width-in-pixels": "Indexkép szélessége pixelben (px).",
"thumbnail-height-in-pixels": "Indexkép magassága pixelben (px).",
"thumbnail-quality-in-percentage": "Indexkép minősége százalékban (%).",
"maximum-load-file-size-allowed:": "Maximális megengedett fájlméret:",
"file-type-is-not-supported": "A fájltípus nem támogatott. Engedélyezett típusok:",
"page-content": "Az oldal tartalma",
"markdown-parser": "Markdown parser",
"site-logo": "Webhely logó",
"search": "Keresés",
"search-plugins": "Bővítmények keresése",
"enabled-plugins": "Engedélyezett bővítmények",
"disabled-plugins": "Letiltott bővítmények",
"remove-logo": "Logó eltávolítása",
"preview": "Előnézet",
"author-can-write-and-edit-their-own-content": "Szerző: Írhat és szerkesztheti saját tartalmát. Szerkesztő: Írhat és szerkesztheti mások tartalmát.",
"custom-fields": "Egyéni mezők",
"define-custom-fields-for-the-content": "Definiáljon egyéni mezőket a tartalomhoz. Tudjon meg többet az egyéni mezőkről a dokumentációban<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Kezdjen el írni, hogy megjelenjen a javaslatok listája.",
"view": "Nézet",
"no-tags": "Nincsenek címkék",
"insert-thumbnail": "Bélyegkép beszúrása",
"visits-today": "Látogatások ma",
"no-categories": "Nincsenek kategóriák",
"quick-search-pages-and-menu": "Gyorskeresés oldalak és menü",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analitika",
"unique-visitors": "Egyedi látogatók",
"insert-linked-thumbnail": "Linkelt bélyegkép beszúrása",
"search-placeholder": "Oldalak, tartalmak és menüpontok keresése...",
"no-results-found": "Nincs találat",
"navigation": "Navigáció",
"default-content-status": "Alapértelmezett tartalom állapot",
"default-status-for-new-content": "Válassza ki, hogy az új tartalom alapértelmezés szerint Közzétett vagy Piszkozat legyen.",
"thumbnail-generation": "Bélyegkép generálás",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Automatikus bélyegkép-generálás engedélyezése vagy letiltása képfeltöltéskor."
}
================================================
FILE: bl-languages/id_ID.json
================================================
{
"language-data": {
"native": "Bahasa Indonesia",
"english-name": "Indonesian",
"last-update": "2020-09-26",
"authors": [
"Jeannes Bryan https:\/\/bryanislav.my.id",
"",
"",
""
],
"locale": "id, id_ID"
},
"dates": {
"Mon": "Sen",
"Tue": "Sel",
"Wed": "Rab",
"Thu": "Kam",
"Fri": "Jum",
"Sat": "Sab",
"Sun": "Min",
"Monday": "Senin",
"Tuesday": "Selasa",
"Wednesday": "Rabu",
"Thursday": "Kamis",
"Friday": "Jumat",
"Saturday": "Sabtu",
"Sunday": "Minggu",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"May": "Mei",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Agu",
"Sep": "Sep",
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Des",
"January": "Januari",
"February": "Februari",
"March": "Maret",
"April": "April",
"June": "Juni",
"July": "Juli",
"August": "Agustus",
"September": "September",
"October": "Oktober",
"November": "November",
"December": "Desember"
},
"dashboard": "Dasbor",
"manage-users": "Kelola pengguna",
"manage-categories": "Kelola kategori",
"general-settings": "Pengaturan umum",
"advanced-settings": "Pengaturan lanjutan",
"thanks-for-supporting-bludit": "Terima kasih telah mendukung Bludit",
"upgrade-to-bludit-pro": "Tingkatkan ke Bludit PRO",
"language": "Bahasa",
"plugin": "Plugin",
"plugins": "Plugin",
"developers": "Pengembang",
"themes": "Tema",
"about": "Tentang",
"url": "URL",
"welcome": "Selamat datang",
"logout": "Keluar",
"website": "Situs web",
"publish": "Terbitkan",
"manage": "Kelola",
"content": "Konten",
"category": "Kategori",
"categories": "Kategori",
"users": "Pengguna",
"settings": "Pengaturan",
"general": "Umum",
"advanced": "Lanjutan",
"new-content": "Konten baru",
"manage-content": "Kelola konten",
"add-new-content": "Tambah konten baru",
"new-category": "Kategori baru",
"you-do-not-have-sufficient-permissions": "Anda tidak memiliki izin yang memadai",
"add-a-new-user": "Tambah pengguna baru",
"url-associated-with-the-content": "URL yang terkait dengan konten.",
"language-and-timezone": "Bahasa dan zona waktu",
"change-your-language-and-region-settings": "Ubah pengaturan bahasa dan wilayah Anda.",
"notifications": "Notifikasi",
"plugin-activated": "Plugin diaktifkan",
"plugin-deactivated": "Plugin dinonaktifkan",
"new-theme-configured": "Tema baru dikonfigurasi",
"settings-changes": "Pengaturan berubah",
"plugin-configured": "Plugin dikonfigurasi",
"welcome-to-bludit": "Selamat datang di Bludit",
"statistics": "Statistik",
"drafts": "Draf",
"title": "Judul",
"save": "Simpan",
"save-as-draft": "Simpan sebagai draf",
"cancel": "Batal",
"description": "Deskripsi",
"this-field-can-help-describe-the-content": "Bidang ini dapat membantu mendeskripsikan konten dalam beberapa kata.",
"images": "Gambar",
"error": "Galat",
"supported-image-file-types": "Jenis file gambar yang didukung",
"cover-image": "Gambar sampul",
"drag-and-drop-or-click-here": "Tarik dan lepas atau klik di sini",
"there-are-no-images": "Tidak ada gambar",
"upload-and-more-images": "Unggah dan lebih banyak gambar",
"click-on-the-image-for-options": "Klik pada gambar untuk opsi.",
"click-here-to-cancel": "Klik di sini untuk membatalkan.",
"insert-image": "Sisipkan gambar",
"set-as-cover-image": "Tetapkan sebagai gambar sampul",
"delete-image": "Hapus gambar",
"tags": "Tag",
"add": "Tambah",
"status": "Status",
"published": "Diterbitkan",
"draft": "Draf",
"empty-title": "Judul kosong",
"empty": "kosong",
"date": "Tanggal",
"external-cover-image": "Gambar sampul eksternal",
"parent": "Parent",
"full-image-url": "URL gambar lengkap.",
"this-field-is-used-when-you-order-the-content-by-position": "Bidang ini digunakan saat Anda mengurutkan konten berdasarkan posisi.",
"position": "Posisi",
"friendly-url": "Friendly URL",
"image-description": "Deskripsi gambar",
"add-a-new-category": "Tambah kategori baru",
"name": "Nama",
"username": "Nama pengguna",
"first-name": "Nama depan",
"last-name": "Nama belakang",
"to-schedule-the-content-select-the-date-and-time": "Untuk menjadwalkan konten pilih tanggal dan waktu, status harus diatur ke \"Published\".",
"email": "Surel",
"role": "Wewenang",
"registered": "Terdaftar",
"site-information": "Informasi situs",
"site-title": "Judul situs",
"use-this-field-to-name-your-site": "Gunakan bidang ini untuk memberi nama situs Anda.",
"site-slogan": "Slogan situs",
"use-this-field-to-add-a-catchy-phrase": "Gunakan bidang ini untuk menambahkan frasa yang menarik di situs Anda.",
"site-description": "Deskripsi situs",
"you-can-add-a-site-description-to-provide": "Anda dapat menambahkan deskripsi situs untuk memberikan bio atau deskripsi singkat tentang situs Anda.",
"footer-text": "Footer text",
"you-can-add-a-small-text-on-the-bottom": "Anda dapat menambahkan beberapa teks kecil ke bagian bawah setiap halaman. misalnya: hak cipta, pemilik, tanggal, dll.",
"social-networks-links": "Tautan jejaring sosial",
"site-url": "URL situs",
"email-account-settings": "Pengaturan akun surel",
"sender-email": "Surel pengirim",
"emails-will-be-sent-from-this-address": "Surel akan dikirim dari alamat ini.",
"url-filters": "URL filters",
"select-your-sites-language": "Pilih bahasa situs Anda.",
"timezone": "Zona waktu",
"select-a-timezone-for-a-correct": "Pilih zona waktu yang benar agar tanggal\/waktu ditampilkan di situs Anda.",
"locale": "Lokal",
"date-and-time-formats": "Format tanggal dan waktu",
"date-format": "Format tanggal",
"current-format": "Format saat ini",
"version": "Versi",
"author": "Author",
"activate": "Aktifkan",
"deactivate": "Nonaktifkan",
"edit-category": "Ubah kategori",
"delete": "Hapus",
"password": "Kata sandi",
"confirm-password": "Konfirmasi Kata Sandi",
"editor": "Editor",
"administrator": "Administrator",
"edit-user": "Ubah pengguna",
"edit-content": "Ubah konten",
"profile": "Profil",
"change-password": "Ubah kata sandi",
"enabled": "Diaktifkan",
"disable-the-user": "Nonaktifkan pengguna",
"profile-picture": "Foto profil",
"edit-or-delete-your-categories": "Ubah atau hapus kategori Anda",
"create-a-new-category-to-organize-your-content": "Buat kategori baru untuk mengatur konten Anda",
"confirm-delete-this-action-cannot-be-undone": "Konfirmasi hapus, tindakan ini tidak dapat dibatalkan.",
"do-you-want-to-disable-the-user": "Apakah Anda ingin menonaktifkan pengguna ?",
"new-password": "Kata sandi baru",
"you-can-change-this-field-when-save-the-current-changes": "Anda dapat mengubah bidang ini saat Anda menyimpan perubahan saat ini.",
"items-per-page": "item per halaman",
"invite-a-friend-to-collaborate-on-your-site": "Undang teman untuk berkolaborasi di situs Anda",
"number-of-items-to-show-per-page": "Jumlah item untuk ditampilkan per halaman.",
"website-or-blog": "Situs Web atau Blog",
"order-content-by": "Urutkan konten berdasarkan",
"edit-or-delete-content-from-your-site": "Ubah atau hapus konten dari situs Anda",
"order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.",
"page-not-found-content": "Hei! Sepertinya halaman ini tidak ada.",
"page-not-found": "Halaman tidak ditemukan",
"predefined-pages": "Predefined pages",
"returning-page-when-the-page-doesnt-exist": "Menampilkan halaman ketika halaman tersebut tidak ada, secara default mengembalikan pesan default.",
"returning-page-for-the-main-page": "Halaman kembali untuk halaman utama, secara default, menunjukkan urutan konten terbaru berdasarkan tanggal atau posisi.",
"full-url-of-your-site": "URL lengkap situs Anda. Lengkap dengan protokol HTTP atau HTTPS (hanya jika Anda telah mengaktifkan SSL di server Anda).",
"with-the-locales-you-can-set-the-regional-user-interface": "Dengan lokal, Anda dapat menyetel antarmuka pengguna regional, seperti tanggal dalam bahasa Anda. Lokal perlu diinstal di sistem Anda.",
"bludit-installer": "Pemasang Bludit",
"choose-your-language": "Pilih bahasa Anda",
"next": "Selanjutnya",
"complete-the-form-choose-a-password-for-the-username-admin": "Lengkapi formulir, pilih kata sandi untuk nama pengguna admin<\/b>",
"show-password": "Tampilkan kata sandi",
"install": "Pasang",
"login": "Masuk",
"back-to-login-form": "Kembali ke formulir masuk",
"get-login-access-code": "Dapatkan kode akses masuk",
"email-access-code": "Kode akses surel",
"whats-next": "Apa Berikutnya",
"username-or-password-incorrect": "Nama pengguna atau kata sandi salah",
"follow-bludit-on": "Ikuti Bludit di",
"this-is-a-brief-description-of-yourself-our-your-site": "Ini adalah deskripsi singkat tentang diri Anda atau situs Anda, untuk mengubah teks ini masuk ke panel admin, pengaturan, plugin, dan konfigurasi plugin \"about\".",
"new-version-available": "Versi baru tersedia",
"new-category-created": "Kategori baru dibuat",
"category-deleted": "Kategori dihapus",
"category-edited": "Kategori diubah",
"new-user-created": "Pengguna baru dibuat",
"user-edited": "Pengguna diubah",
"user-deleted": "Pengguna dihapus",
"recommended-for-recovery-password-and-notifications": "Direkomendasikan untuk pemulihan kata sandi dan notifikasi.",
"authentication-token": "Token Otentikasi",
"token": "Token",
"current-status": "Status terkini",
"upload-image": "Unggah gambar",
"the-changes-have-been-saved": "Perubahan telah disimpan",
"label": "Label",
"links": "Tautan",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Judul ini hampir selalu digunakan di sidebar situs.",
"password-must-be-at-least-6-characters-long": "Kata sandi minimal harus terdiri dari 6 karakter",
"ip-address-has-been-blocked": "Alamat IP telah diblokir",
"try-again-in-a-few-minutes": "Coba lagi dalam beberapa menit",
"content-published-from-scheduler": "Konten diterbitkan dari penjadwal",
"blog": "Blog",
"complete-all-fields": "Lengkapi semua bidang",
"static": "Static",
"about-your-site-or-yourself": "Tentang situs Anda atau diri Anda sendiri",
"homepage": "Beranda",
"disabled": "Dinonaktifkan",
"to-enable-the-user-you-must-set-a-new-password": "Untuk mengaktifkan pengguna, Anda harus menyetel kata sandi baru.",
"delete-the-user-and-associate-his-content-to-admin-user": "Hapus pengguna dan kaitkan konten mereka dengan pengguna admin",
"delete-the-user-and-all-his-content": "Hapus pengguna dan semua kontennya",
"user-disabled": "Pengguna dinonaktifkan",
"user-password-changed": "Kata sandi pengguna diubah",
"the-password-and-confirmation-password-do-not-match": "Kata sandi dan kata sandi konfirmasi tidak cocok",
"scheduled-content": "Konten terjadwal",
"there-are-no-scheduled-content": "Tidak ada konten terjadwal.",
"new-content-created": "Konten baru dibuat",
"content-edited": "Konten diubah",
"content-deleted": "Konten dihapus",
"undefined": "Tidak terdefinisi",
"create-new-content-for-your-site": "Buat konten baru untuk situs Anda",
"order-items-by": "Urutkan item dari",
"all-content": "Semua konten",
"dynamic": "Dinamis",
"type": "Jenis",
"draft-content": "Draf konten",
"post": "Post",
"default": "Default",
"latest-content": "Konten terbaru",
"default-message": "Default message",
"no-parent": "No parent",
"have-you-seen-my-ball": "Apakah Anda melihat bola saya?",
"pagebreak": "Page break",
"pages": "Halaman",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Plugin ini mungkin tidak didukung oleh versi Bludit ini",
"previous": "Sebelumnya",
"previous-page": "Halaman sebelumnya",
"next-page": "Halaman selanjutnya",
"scheduled": "Terjadwal",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Token ini sama dengan kata sandi, tidak boleh dibagikan.",
"congratulations-you-have-successfully-installed-your-bludit": "Selamat, Anda telah berhasil menginstal Bludit.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Tema ini mungkin tidak didukung oleh versi Bludit ini",
"read-more": "Baca selengkapnya",
"remember-me": "Ingat saya",
"plugins-position": "Posisi plugin",
"plugins-sorted": "Plugin diurutkan",
"plugins-position-changed": "Posisi plugin diubah",
"drag-and-drop-to-set-the-position-of-the-plugin": "Seret dan Jatuhkan untuk mengatur posisi plugin",
"change-the-position-of-the-plugins": "Ubah posisi plugin",
"reading-time": "Durasi membaca",
"minutes": "menit",
"minute": "menit",
"example-page-1-slug": "buat-konten-anda-sendiri",
"example-page-1-title": "Buat konten Anda sendiri",
"example-page-1-content": "Mulailah menulis konten Anda sendiri atau edit saat ini agar sesuai dengan kebutuhan Anda. Untuk membuat, mengedit, atau menghapus konten yang Anda perlukan untuk login ke panel admin<\/a> dengan nama pengguna `admin` dan kata sandi yang telah Anda tetapkan dalam proses pemasangan.",
"example-page-2-slug": "siapkan-situs-baru-anda",
"example-page-2-title": "Siapkan situs baru Anda",
"example-page-2-content": "Perbarui pengaturan situs Anda dari panel admin<\/a>, Anda dapat mengubah judul, deskripsi, dan jejaring sosial dari Pengaturan > Umum<\/a>.",
"example-page-3-slug": "ikuti-bludit",
"example-page-3-title": "Ikuti Bludit",
"example-page-3-content": "Dapatkan informasi tentang berita, rilis baru, tema baru atau plugin baru di jejaring sosial kami Facebook<\/a>, Twitter<\/a> dan YouTube<\/a> atau kunjungi Blog kami<\/a>.",
"example-page-4-slug": "tentang",
"example-page-4-title": "Tentang",
"example-page-4-content": "Halaman Tentang Anda biasanya merupakan salah satu halaman yang paling banyak dikunjungi di situs Anda, harus sederhana dengan beberapa hal penting, seperti nama Anda, siapa Anda, bagaimana cara menghubungi Anda, cerita kecil, dll.",
"the-extension-zip-is-not-installed": "Zip ekstensi belum diinstal, untuk menggunakan plugin ini Anda perlu menginstal ekstensi.",
"there-are-no-sticky-pages-at-this-moment": "Tidak ada halaman yang melekat saat ini.",
"there-are-no-scheduled-pages-at-this-moment": "Tidak ada halaman terjadwal saat ini.",
"update": "Perbarui",
"template": "Template",
"nickname": "Nama Panggilan",
"disable-user": "Nonaktifkan pengguna",
"delete-user-and-keep-content": "Hapus pengguna dan simpan konten",
"delete-user-and-delete-content": "Hapus pengguna dan hapus konten (Warning)",
"social-networks": "Jejaring Sosial",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Angka dalam menit untuk setiap eksekusi simpan otomatis.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Format judul",
"delete-content": "Hapus konten",
"are-you-sure-you-want-to-delete-this-page": "Anda yakin ingin menghapus halaman ini?",
"sticky": "Sticky",
"actions": "Tindakan",
"edit": "Ubah",
"options": "Opsi",
"enter-title": "Masukkan judul",
"media-manager": "Manajer Media",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Setel gambar sampul dari URL eksternal, seperti CDN atau beberapa server yang didedikasikan untuk gambar.",
"user": "Pengguna",
"date-format-format": "Format tanggal: YYYY-MM-DD Jam:Menit:Detik<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Mulailah mengetik judul halaman untuk melihat daftar saran.",
"field-used-when-ordering-content-by-position": "Bidang digunakan saat mengurutkan konten berdasarkan posisi.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Tulis nama template untuk memfilter halaman dalam tema dan mengubah gaya halaman.",
"write-the-tags-separated-by-commas": "Tulis tag dipisahkan dengan koma.",
"apply-code-noindex-code-to-this-page": "Terapkan noindex<\/code> ke halaman ini.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Ini memberi tahu mesin pencari untuk tidak menampilkan halaman ini dalam hasil pencarian mereka.",
"apply-code-nofollow-code-to-this-page": "Terapkan nofollow<\/code> ke halaman ini.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Ini memberi tahu mesin pencari untuk tidak mengikuti tautan di halaman ini.",
"apply-code-noarchive-code-to-this-page": "Terapkan noarchive<\/code> ke halaman ini.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Ini memberitahu mesin pencari untuk tidak menyimpan salinan cache dari halaman ini.",
"uncategorized": "Tak Berkategori",
"done": "Selesai",
"delete-category": "Hapus kategori",
"are-you-sure-you-want-to-delete-this-category?": "Anda yakin ingin menghapus kategori ini?",
"confirm-new-password": "Konfirmasi kata sandi baru",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Nama panggilan ini hampir digunakan dalam tema untuk menampilkan pembuat konten",
"allow-unicode": "Izinkan Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Izinkan karakter Unicode di URL dan beberapa bagian sistem.",
"variables-allowed": "Variabel diperbolehkan",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Seret dan Jatuhkan untuk mengurutkan plugin.",
"seo": "SEO",
"documentation": "Dokumentasi",
"forum-support": "Dukungan forum",
"chat-support": "Dukungan obrolan",
"quick-links": "Tautan cepat",
"leave-empty-for-autocomplete-by-bludit": "Biarkan kosong untuk pelengkapan otomatis oleh Bludit.",
"choose-a-password-for-the-user-admin": "Pilih kata sandi untuk pengguna admin<\/code>",
"access-denied": "Akses ditolak",
"choose-images-to-upload": "Pilih gambar untuk diunggah",
"insert": "Masukkan",
"upload": "Unggah",
"autosave": "Simpan otomatis",
"the-content-is-saved-as-a-draft-to-publish-it": "Konten tersebut disimpan sebagai draf. Untuk mempublikasikannya, klik tombol Terbitkan<\/b> atau jika Anda masih mengerjakannya, klik Simpan sebagai draf<\/b>.",
"site": "Situs",
"first": "Pertama",
"last": "Terakhir",
"there-are-no-pages-at-this-moment": "Tidak ada halaman saat ini.",
"there-are-no-static-pages-at-this-moment": "Tidak ada halaman statis saat ini.",
"there-are-no-draft-pages-at-this-moment": "Tidak ada halaman draf saat ini.",
"good-morning": "Selamat pagi",
"good-afternoon": "Selamat siang",
"good-evening": "Selamat sore",
"good-night": "Selamat malam",
"hello": "Halo",
"there-are-no-images-for-the-page": "Tidak ada gambar untuk halaman ini.",
"select-cover-image": "Pilih gambar sampul",
"this-plugin-depends-on-the-following-plugins": "Plugin ini bergantung pada plugin berikut.",
"no-pages-found": "Tidak ada halaman yang ditemukan.",
"system-updated": "Sistem diperbarui.",
"security": "Keamanan",
"remove-cover-image": "Hapus gambar sampul",
"width": "Lebar",
"height": "Tinggi",
"quality": "Kualitas",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Lebar thumbnail dalam piksel (px).",
"thumbnail-height-in-pixels": "Tinggi thumbnail dalam piksel (px).",
"thumbnail-quality-in-percentage": "Kualitas thumbnail dalam persentase (%).",
"maximum-load-file-size-allowed:": "Ukuran pemuatan file maksimum yang diperbolehkan:",
"file-type-is-not-supported": "Jenis file tidak didukung. Jenis yang diizinkan:",
"page-content": "Konten halaman",
"markdown-parser": "Markdown parser",
"site-logo": "Logo situs",
"search": "Cari",
"search-plugins": "Cari plugin",
"enabled-plugins": "Aktifkan plugin",
"disabled-plugins": "Nonaktifkan plugin",
"remove-logo": "Hapus logo",
"preview": "Pratinjau",
"author-can-write-and-edit-their-own-content": "Author: Dapat menulis dan mengedit konten mereka sendiri. Editor: Dapat menulis dan mengedit konten orang lain.",
"custom-fields": "Bidang khusus",
"define-custom-fields-for-the-content": "Tentukan bidang kustom untuk konten. Pelajari lebih lanjut tentang bidang khusus di dokumentasi<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Mulailah mengetik untuk melihat daftar saran.",
"view": "Lihat",
"no-tags": "Tidak ada tag",
"insert-thumbnail": "Sisipkan thumbnail",
"visits-today": "Kunjungan Hari Ini",
"no-categories": "Tidak ada kategori",
"quick-search-pages-and-menu": "Pencarian cepat halaman dan menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analitik",
"unique-visitors": "Pengunjung Unik",
"insert-linked-thumbnail": "Sisipkan thumbnail tertaut",
"search-placeholder": "Cari halaman, konten, dan item menu...",
"no-results-found": "Tidak ada hasil yang ditemukan",
"navigation": "Navigasi",
"default-content-status": "Status konten default",
"default-status-for-new-content": "Pilih apakah konten baru dibuat sebagai Diterbitkan atau Draf secara default.",
"thumbnail-generation": "Pembuatan gambar mini",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Aktifkan atau nonaktifkan pembuatan gambar mini otomatis saat mengunggah gambar."
}
================================================
FILE: bl-languages/it_IT.json
================================================
{
"language-data": {
"native": "Italiano (Italia)",
"english-name": "Italian",
"last-update": "2026-03-22",
"authors": [
"Daniele La Pira https://github.com/danielelapira",
"Giuseppe Pignataro https://github.com/fastbyte01",
"Emanuele Goldoni https://github.com/emanueleg",
""
],
"locale": "it, it_IT"
},
"dates": {
"Mon": "Lun",
"Tue": "Mar",
"Wed": "Mer",
"Thu": "Gio",
"Fri": "Ven",
"Sat": "Sab",
"Sun": "Dom",
"Monday": "Lunedì",
"Tuesday": "Martedì",
"Wednesday": "Mercoledì",
"Thursday": "Giovedì",
"Friday": "Venerdì",
"Saturday": "Sabato",
"Sunday": "Domenica",
"Jan": "Gen",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Giu",
"Jul": "Lug",
"Aug": "Ago",
"Sep": "Set",
"Oct": "Ott",
"Nov": "Nov",
"Dec": "Dic",
"January": "Gennaio",
"February": "Febbraio",
"March": "Marzo",
"April": "Aprile",
"May": "Maggio",
"June": "Giugno",
"July": "Luglio",
"August": "Agosto",
"September": "Settembre",
"October": "Ottobre",
"November": "Novembre",
"December": "Dicembre"
},
"dashboard": "Pannello",
"manage-users": "Gestisci utenti",
"manage-categories": "Gestisci categorie",
"general-settings": "Impostazioni generali",
"advanced-settings": "Impostazioni avanzate",
"thanks-for-supporting-bludit": "Grazie per supportare Bludit",
"upgrade-to-bludit-pro": "Aggiorna a Bludit PRO",
"language": "Lingua",
"plugin": "Plugin",
"plugins": "Plugin",
"developers": "Sviluppatori",
"themes": "Temi",
"about": "Informazioni",
"url": "URL",
"welcome": "Benvenuto",
"logout": "Esci",
"website": "Sito web",
"publish": "Pubblica",
"manage": "Gestisci",
"content": "Contenuto",
"category": "Categoria",
"categories": "Categorie",
"users": "Utenti",
"settings": "Impostazioni",
"general": "Generali",
"advanced": "Avanzate",
"new-content": "Nuovo contenuto",
"manage-content": "Gestisci contenuto",
"add-new-content": "Aggiungi nuovo contenuto",
"new-category": "Nuova categoria",
"you-do-not-have-sufficient-permissions": "Non hai sufficienti permessi per accedere a questa pagina. Contatta l'amministratore.",
"add-a-new-user": "Aggiungi un nuovo utente",
"url-associated-with-the-content": "URL associato al contenuto.",
"language-and-timezone": "Lingua e fuso orario",
"change-your-language-and-region-settings": "Modifica le impostazioni di lingua e regione.",
"notifications": "Notifiche",
"plugin-activated": "Plugin attivato",
"plugin-deactivated": "Plugin disattivato",
"new-theme-configured": "Nuovo tema configurato",
"settings-changes": "Cambiamenti su impostazioni",
"plugin-configured": "Plugin configurato",
"welcome-to-bludit": "Benvenuti in Bludit",
"statistics": "Statistiche",
"drafts": "Bozze",
"title": "Titolo",
"save": "Salva",
"save-as-draft": "Salva come bozza",
"cancel": "Annulla",
"description": "Descrizione",
"this-field-can-help-describe-the-content": "Qui puoi descrivere il contenuto in poche parole.",
"images": "Immagini",
"error": "Errore",
"supported-image-file-types": "Formati file immagine supportati",
"cover-image": "Immagine di copertina",
"drag-and-drop-or-click-here": "Trascina e rilascia oppure clicca qui",
"there-are-no-images": "Non ci sono immagini",
"upload-and-more-images": "Caricamento e altre immagini",
"click-on-the-image-for-options": "Clicca sull'immagine per le opzioni.",
"click-here-to-cancel": "Clicca qui per annullare.",
"insert-image": "Inserisci immagine",
"set-as-cover-image": "Imposta come immagine di copertina",
"delete-image": "Elimina immagine",
"tags": "Tag",
"add": "Aggiungi",
"status": "Stato",
"published": "Pubblicato",
"draft": "Bozza",
"empty-title": "Titolo assente",
"empty": "vuoto",
"date": "Data",
"external-cover-image": "Immagine di copertina esterna",
"parent": "Genitore",
"full-image-url": "URL immagine completo.",
"this-field-is-used-when-you-order-the-content-by-position": "Questo campo è utilizzato quando ordini il contenuto per posizione.",
"position": "Posizione",
"friendly-url": "URL amichevole",
"image-description": "Descrizione dell'immagine",
"add-a-new-category": "Aggiungi una nuova categoria",
"name": "Nome",
"username": "Nome Utente",
"quick-search-pages-and-menu": "Ricerca rapida pagine e menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Statistiche",
"visits-today": "Visite oggi",
"unique-visitors": "Visitatori unici",
"search-placeholder": "Cerca pagine, contenuti e voci di menu...",
"no-results-found": "Nessun risultato trovato",
"first-name": "Nome",
"last-name": "Cognome",
"to-schedule-the-content-select-the-date-and-time": "Per programmare il contenuto seleziona la data e l'ora, lo stato deve essere impostato su\"Pubblicato\".",
"email": "Email",
"role": "Ruolo",
"registered": "Registrato",
"site-information": "Informazioni sul sito",
"site-title": "Titolo del sito",
"use-this-field-to-name-your-site": "Usa questo campo per dare un nome al tuo sito. Apparirà nella parte superiore in ogni pagina del tuo sito.",
"site-slogan": "Slogan del sito",
"use-this-field-to-add-a-catchy-phrase": "Usa questo campo per aggiungere uno slogan al tuo sito.",
"site-description": "Descrizione del sito",
"you-can-add-a-site-description-to-provide": "Puoi aggiungere una descrizione del tuo sito e una tua breve biografia.",
"footer-text": "Testo pie' di pagina",
"you-can-add-a-small-text-on-the-bottom": "Puoi aggiungere un breve testo in fondo ad ogni pagina. Ad es. copyright, autore, date, ecc.",
"social-networks-links": "Social Network",
"site-url": "URL del sito",
"email-account-settings": "Impostazioni dell'account email",
"sender-email": "Mittente email",
"emails-will-be-sent-from-this-address": "Le email saranno inviate da questo indirizzo.",
"url-filters": "Filtri URL",
"select-your-sites-language": "Seleziona la lingua del tuo sito.",
"timezone": "Fuso orario",
"select-a-timezone-for-a-correct": "Seleziona un fuso orario per la corretta visualizzazione di data e ora sul sito.",
"locale": "Locale",
"date-and-time-formats": "Formati data e ora",
"date-format": "Formato data",
"current-format": "Formato corrente",
"version": "Versione",
"author": "Autore",
"activate": "Attiva",
"deactivate": "Disattiva",
"edit-category": "Modifica categoria",
"delete": "Elimina",
"password": "Password",
"confirm-password": "Conferma Password",
"editor": "Editore",
"administrator": "Amministratore",
"edit-user": "Modifica utente",
"edit-content": "Modifica contenuto",
"profile": "Profilo",
"change-password": "Cambia password",
"enabled": "Abilitato",
"disable-the-user": "Disabilita l'utente",
"profile-picture": "Foto del profilo",
"edit-or-delete-your-categories": "Modifica o elimina le tue categorie",
"create-a-new-category-to-organize-your-content": "Crea una nuova categoria per organizzare il tuo contenuto",
"confirm-delete-this-action-cannot-be-undone": "Conferma l'eliminazione. Questa azione non può essere annullata.",
"do-you-want-to-disable-the-user": "Vuoi disabilitare l'utente?",
"new-password": "Nuova password",
"you-can-change-this-field-when-save-the-current-changes": "Puoi cambiare questo campo quando salvi i cambiamenti correnti.",
"items-per-page": "Oggetti per pagina",
"invite-a-friend-to-collaborate-on-your-site": "Invita un amico a collaborare sul tuo sito",
"number-of-items-to-show-per-page": "Numero di oggetti da visualizzare per pagina.",
"website-or-blog": "Sito web o blog",
"order-content-by": "Ordina contenuto per",
"edit-or-delete-content-from-your-site": "Modifica o elimina il contenuto dal tuo sito",
"order-the-content-by-date-to-build-a-blog": "Ordina il contenuto per data per creare un blog o ordina il contenuto per posizione per creare un sito web.",
"default-content-status": "Stato predefinito del contenuto",
"default-status-for-new-content": "Scegli se il nuovo contenuto viene creato come Pubblicato o Bozza per impostazione predefinita.",
"page-not-found-content": "Hey! sembra che la pagina non esista.",
"page-not-found": "Pagina non trovata",
"predefined-pages": "Pagine predefinite",
"returning-page-when-the-page-doesnt-exist": "Pagina di ritorno quando la pagina non esiste, lascia vuoto se vuoi che venga visualizzato un messaggio predefinito.",
"returning-page-for-the-main-page": "Pagina di ritorno per la pagina principale, lascia vuoto se vuoi che vengano mostrate tutte le pagine sulla pagina principale.",
"full-url-of-your-site": "URL completo del tuo sito. Completa con il protocollo HTTP o HTTPS (solo se hai abilitato SSL sul tuo server).",
"with-the-locales-you-can-set-the-regional-user-interface": "Con le lingue aggiuntive, puoi impostare la tua interfaccia utente e la data nella tua lingua. Le lingue aggiuntive devono essere installate sul tuo sistema.",
"bludit-installer": "Installa Bludit",
"choose-your-language": "Scegli la tua lingua",
"next": "Avanti",
"complete-the-form-choose-a-password-for-the-username-admin": "Compila il modulo e scegli una password per l'utente `admin`",
"show-password": "Mostra password",
"install": "Installa",
"login": "Inizia sessione",
"back-to-login-form": "Torna indietro alla pagina di accesso",
"get-login-access-code": "Richiedi un codice accesso",
"email-access-code": "Codice di accesso email",
"whats-next": "Passi successivi",
"username-or-password-incorrect": "Nome utente o password non corretti",
"follow-bludit-on": "Segui Bludit su",
"this-is-a-brief-description-of-yourself-our-your-site": "Questa è una breve descrizione del tuo sito. Per cambiare il testo vai nel pannello di amministrazione, impostazioni, plugins e configura il plugin \"about\".",
"new-version-available": "Nuova versione disponibile",
"new-category-created": "Nuova categoria creata",
"category-deleted": "Categoria eliminata",
"category-edited": "Categoria modificata",
"new-user-created": "Nuovo utente creato",
"user-edited": "Utente modificato",
"user-deleted": "Utente eliminato",
"recommended-for-recovery-password-and-notifications": "Raccomandato per il recupero della password e le notifiche.",
"authentication-token": "Token di autenticazione",
"token": "Token",
"current-status": "Stato corrente",
"upload-image": "Inserisci un'immagine",
"the-changes-have-been-saved": "Le modifiche sono state salvate",
"label": "Etichetta",
"links": "Link",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Questo titolo viene quasi sempre utilizzato nella barra laterale del sito.",
"password-must-be-at-least-6-characters-long": "La Password deve contenere almeno 6 caratteri",
"ip-address-has-been-blocked": "L'indirizzo IP è stato bloccato.",
"try-again-in-a-few-minutes": "Prova di nuovo fra qualche minuto.",
"content-published-from-scheduler": "Contenuto pubblicato dal pianificatore",
"blog": "Blog",
"complete-all-fields": "Completa tutti i campi",
"static": "Statico",
"about-your-site-or-yourself": "Informazioni sul sito o su te stesso",
"homepage": "Homepage",
"disabled": "Disabilitato",
"to-enable-the-user-you-must-set-a-new-password": "Per abilitare l'utente devi impostare una nuova password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Elimina l'utente e associa il suo contenuto all'amministratore",
"delete-the-user-and-all-his-content": "Elimina l'utente e tutto il suo contenuto",
"user-disabled": "Utente disabilitato",
"user-password-changed": "Password utente cambiata",
"the-password-and-confirmation-password-do-not-match": "La password e la conferma password non corrispondono",
"scheduled-content": "Programma il contenuto",
"there-are-no-scheduled-content": "Non c'è nessun contenuto programmato.",
"new-content-created": "Nuovo contenuto creato",
"content-edited": "Contenuto modificato",
"content-deleted": "Contenuto eliminato",
"undefined": "Non definito",
"create-new-content-for-your-site": "Crea nuovo contenuto per il tuo sito",
"order-items-by": "Ordina oggetti per",
"all-content": "Tutto il contenuto",
"dynamic": "Dinamico",
"type": "Tipo",
"draft-content": "Bozza",
"post": "Articolo",
"default": "Predefinito",
"latest-content": "Ultimi contenuti",
"default-message": "Messaggio predefinito",
"no-parent": "Nessun genitore",
"have-you-seen-my-ball": "Hai visto la mia palla?",
"pagebreak": "Interruzione di pagina",
"pages": "Pagine",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Questo plugin potrebbe non essere supportato da questa versione di Bludit",
"previous": "Precedente",
"previous-page": "Pagina precedente",
"next-page": "Pagina successiva",
"scheduled": "Programmato",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Qusto token è simile ad una password, non dovrebbe essere condiviso.",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulazioni, hai installato con successo il tuo Bludit",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Questo tema potrebbe non essere supportato da questa versione di Bludit",
"read-more": "Leggi tutto",
"remember-me": "Ricordami",
"plugins-position": "Posizione plugin",
"plugins-sorted": "Plugin ordinati",
"plugins-position-changed": "Posizione plugin cambiata",
"drag-and-drop-to-set-the-position-of-the-plugin": "Muovi e trascina per impostare la posizione dei plugin",
"change-the-position-of-the-plugins": "Cambia la posizione dei plugin",
"reading-time": "Tempo di lettura",
"minutes": "minuti",
"minute": "minuto",
"example-page-1-slug": "crea-il-tuo-contenuto",
"example-page-1-title": "Crea il tuo contenuto",
"example-page-1-content": "Inizia a scrivere il tuo contenuto o modifica il contenuto corrente secondo le tue esigenze. Per creare, modificare o rimuovere il contenuto devi effettuare il login al pannello di amministrazione con il nome utente `admin` e la password che hai impostato durante il processo di installazione.",
"example-page-2-slug": "imposta-il-tuo-nuovo-sito",
"example-page-2-title": "Imposta il tuo nuovo sito",
"example-page-2-content": "Aggiorna le impostazioni del tuo sito dal pannello di amministrazione, puoi cambiare il titolo, la descrizione e i social network da Impostazioni > Generale.",
"example-page-3-slug": "segui-bludit",
"example-page-3-title": "Segui Bludit",
"example-page-3-content": "Rimani informato su notizie, nuovi rilasci, nuovi temi o nuovi plugin sui nostri social network Facebook, Twitter e YouTube o visita il nostro Blog.",
"example-page-4-slug": "informazioni su",
"example-page-4-title": "Informazioni su",
"example-page-4-content": "La tua pagina sulle informazioni è tipicamente una delle pagine più visitate sul tuo sito, deve essere semplice e con alcune cose fondamentali come il tuo nome, chi sei, come è possibile contattarti, una breve biografia, ecc.",
"the-extension-zip-is-not-installed": "L'estensione \"zip\" non è installata, per utilizzare questo plugin hai bisogno di installare l'estensione.",
"there-are-no-sticky-pages-at-this-moment": "Non c'è nessuna pagina sticky in questo momento.",
"there-are-no-scheduled-pages-at-this-moment": "Non c'è nessuna pagina programmata in questo momento.",
"update": "Aggiorna",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Disabilita utente",
"delete-user-and-keep-content": "Elimina utente e mantieni il contenuto",
"delete-user-and-delete-content": "Elimina utente ed elimina il contenuto (Attenzione!)",
"social-networks": "Social Network",
"interval": "Intervallo",
"number-in-minutes-for-every-execution-of-autosave": "Numero di minuti per ogni esecuzione del salvataggio automatico.",
"extreme-friendly-url": "URL estremamente amichevole",
"title-formats": "Formati titolo",
"delete-content": "Elimina contenuto",
"are-you-sure-you-want-to-delete-this-page": "Sei sicuro di voler eliminare questa pagina?",
"sticky": "Sticky",
"actions": "Azioni",
"edit": "Modifica",
"options": "Opzioni",
"enter-title": "Inserisci titolo",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Imposta una immagine di copertina da un URL esterno, come una CDN o un server dedicato alle immagini.",
"user": "Utente",
"date-format-format": "Formato data: AAAA-MM-GG Ore:Minuti:Secondi",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Inizia a digitare il titolo di una pagina per vedere un elenco di suggerimenti.",
"field-used-when-ordering-content-by-position": "Campo utilizzato quando si ordina il contenuto per posizione",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Scrivi il nome di un template per filtrare la pagina nel tema e cambiare lo stile della pagina.",
"write-the-tags-separated-by-commas": "Scrivi i tag separati da una virgola.",
"apply-code-noindex-code-to-this-page": "Applica noindex a questa pagina.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Questo dice ai motori di ricerca di non visualizzare questa pagina nei risultati di ricerca.",
"apply-code-nofollow-code-to-this-page": "Applica nofollow a questa pagina.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Questo dice ai motori di ricerca di non seguire i link in questa pagina.",
"apply-code-noarchive-code-to-this-page": "Applica noarchive a questa pagina.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Questo dice ai motori di ricerca di non salvare una copia cache di questa pagina.",
"uncategorized": "Non categorizzato",
"done": "Fatto",
"delete-category": "Elimina categoria",
"are-you-sure-you-want-to-delete-this-category?": "Sei sicuro di voler eliminare questa categoria?",
"confirm-new-password": "Conferma nuova password",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Il nickname viene usato nei temi per visualizzare l'autore del contenuto",
"allow-unicode": "Permetti Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Permette i caratteri Unicode nell'URL e in alcune parti del sistema.",
"variables-allowed": "Variabili permesse",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Sposta e trascina per ordinare i plugin.",
"seo": "SEO",
"documentation": "Documentazione",
"forum-support": "Forum di supporto",
"chat-support": "Chat di supporto",
"quick-links": "Link veloci",
"leave-empty-for-autocomplete-by-bludit": "Lascia vuoto per autocompletamento di Bludit.",
"choose-a-password-for-the-user-admin": "Scegli una password per l'utente admin",
"access-denied": "Accesso negato",
"choose-images-to-upload": "Seleziona le immagini da caricare",
"insert": "Inserisci",
"upload": "Carica",
"autosave": "Salvataggio Automatico",
"the-content-is-saved-as-a-draft-to-publish-it": "Il contenuto è salvato come bozza.Per pubblicarlo fai clic sul pulsante Pubblica o se stai continuando a lavorarci su fai clic su Salva come bozza.",
"site": "Sito",
"first": "Primo",
"last": "Ultimo",
"there-are-no-pages-at-this-moment": "Non ci sono pagine in questo momento.",
"there-are-no-static-pages-at-this-moment": "Non ci sono pagine statiche in questo momento.",
"there-are-no-draft-pages-at-this-moment": "Non ci sono pagine in bozza in questo momento.",
"good-morning": "Buongiorno",
"good-afternoon": "Buon pomeriggio",
"good-evening": "Buona sera",
"good-night": "Buonanotte",
"hello": "Ciao",
"there-are-no-images-for-the-page": "Non ci sono immagini per la pagina.",
"select-cover-image": "Seleziona immagine di copertina",
"this-plugin-depends-on-the-following-plugins": "Questo plugin dipende dai seguenti plugin:",
"no-pages-found": "Nessuna pagina trovata",
"system-updated": "Sistema aggiornato",
"security": "Sicurezza",
"remove-cover-image": "Rimuovi immagine di copertina",
"width": "Larghezza",
"height": "Altezza",
"quality": "Qualità",
"thumbnails": "Anteprime",
"thumbnail": "Anteprima",
"thumbnail-width-in-pixels": "Larghezza anteprima in pixel (px).",
"thumbnail-height-in-pixels": "Altezza anteprima in pixel (px).",
"thumbnail-quality-in-percentage": "Qualità anteprima in percentuale (%).",
"maximum-load-file-size-allowed:": "Grandezza massima del file consentita:",
"file-type-is-not-supported-allowed-types:": "Tipo di file non supportato. Formati permessi:",
"file-mime-type-is-not-supported-allowed-types:": "Tipo MIME del file non supportato. Formati permessi:",
"page-content": "Contenuto della pagina",
"markdown-parser": "Parser Markdown",
"site-logo": "Logo del sito",
"search": "Cerca",
"search-plugins": "Cerca plugin",
"enabled-plugins": "Plugin abilitati",
"disabled-plugins": "Plugin disabilitati",
"remove-logo": "Rimuovi logo",
"preview": "Anteprima",
"author-can-write-and-edit-their-own-content": "Autore: può scrivere e modificare i propri contenuti. Editore: può scrivere e modificare i contenuti degli altri.",
"custom-fields": "Campi personalizzati",
"define-custom-fields-for-the-content": "Definisci campi personalizzati per il contenuto.",
"start-typing-to-see-a-list-of-suggestions": "Inizia a digitare per vedere un elenco di suggerimenti.",
"view": "Visualizza",
"no-tags": "Nessun tag",
"insert-thumbnail": "Inserisci miniatura",
"no-categories": "Nessuna categoria",
"insert-linked-thumbnail": "Inserisci miniatura collegata",
"navigation": "Navigazione",
"file-type-is-not-supported": "Il tipo di file non è supportato. Tipi consentiti:",
"thumbnail-generation": "Generazione miniature",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Abilita o disabilita la generazione automatica delle miniature durante il caricamento delle immagini."
}
================================================
FILE: bl-languages/ja_JP.json
================================================
{
"language-data": {
"native": "日本語 (Japanese)",
"english-name": "日本語",
"locale": "ja, ja_JP",
"last-update": "2021-10-01",
"authors": [
"Jun Nogata",
"cai_miao",
"",
""
]
},
"dates": {
"Mon": "月",
"Tue": "火",
"Wed": "水",
"Thu": "木",
"Fri": "金",
"Sat": "土",
"Sun": "日",
"Monday": "月曜日",
"Tuesday": "火曜日",
"Wednesday": "水曜日",
"Thursday": "木曜日",
"Friday": "金曜日",
"Saturday": "土曜日",
"Sunday": "日曜日",
"Jan": "1",
"Feb": "2",
"Mar": "3",
"Apr": "4",
"Jun": "6",
"Jul": "7",
"Aug": "8",
"Sep": "9",
"Oct": "10",
"Nov": "11",
"Dec": "12",
"January": "1月",
"February": "2月",
"March": "3月",
"April": "4月",
"May": "5月",
"June": "6月",
"July": "7月",
"August": "8月",
"September": "9月",
"October": "10月",
"November": "11月",
"December": "12月"
},
"dashboard": "ダッシュボード",
"manage-users": "ユーザー管理",
"manage-categories": "カテゴリー管理",
"general-settings": "全般設定",
"advanced-settings": "高度な設定",
"thanks-for-supporting-bludit": "Bluditへの支援をありがとうございます",
"upgrade-to-bludit-pro": "Bludit PROにアップグレード",
"language": "言語",
"plugin": "プラグイン",
"plugins": "プラグイン",
"developers": "開発者向け",
"themes": "テーマ",
"about": "バージョン情報",
"url": "URL",
"welcome": "ようこそ",
"logout": "ログアウト",
"website": "ウェブサイト",
"publish": "公開",
"manage": "管理",
"content": "コンテンツ",
"category": "カテゴリー",
"categories": "カテゴリー",
"users": "ユーザー",
"settings": "設定",
"general": "全般",
"advanced": "詳細",
"new-content": "新規コンテンツ",
"manage-content": "コンテンツの管理",
"add-new-content": "新規コンテンツ追加",
"new-category": "新規カテゴリー",
"you-do-not-have-sufficient-permissions": "権限がありません",
"add-a-new-user": "新規ユーザーの追加",
"url-associated-with-the-content": "コンテンツに関連付けられるURLです。",
"language-and-timezone": "言語とタイムゾーン",
"change-your-language-and-region-settings": "言語と地域の設定を変更します。",
"notifications": "通知",
"plugin-activated": "プラグインを有効化しました",
"plugin-deactivated": "プラグインを無効化しました",
"new-theme-configured": "新しいテーマを設定しました",
"settings-changes": "設定を変更しました",
"plugin-configured": "プラグインを設定しました",
"welcome-to-bludit": "Bluditへようこそ",
"statistics": "統計情報",
"drafts": "下書き",
"title": "タイトル",
"save": "保存",
"save-as-draft": "下書きとして保存",
"cancel": "キャンセル",
"description": "説明",
"this-field-can-help-describe-the-content": "このフィールドには、コンテンツの簡単な説明を書きます。",
"images": "画像",
"error": "エラー",
"supported-image-file-types": "サポートする画像ファイル形式",
"cover-image": "カバー画像",
"drag-and-drop-or-click-here": "ドラッグ アンド ドロップまたはクリックします",
"there-are-no-images": "画像がありません",
"upload-and-more-images": "アップロードと画像の追加",
"click-on-the-image-for-options": "画像をクリックしてオプションを表示します。",
"click-here-to-cancel": "キャンセルするには、ここをクリック",
"insert-image": "画像を挿入",
"set-as-cover-image": "カバー画像として設定する",
"delete-image": "画像を削除",
"tags": "タグ",
"add": "追加",
"status": "ステータス",
"published": "公開済み",
"draft": "下書き",
"empty-title": "タイトルがありません",
"empty": "空",
"date": "日付",
"external-cover-image": "外部カバー画像",
"parent": "親",
"full-image-url": "完全な画像URL",
"this-field-is-used-when-you-order-the-content-by-position": "このフィールドは、位置順にコンテンツを並べ替える場合に使用します。",
"position": "位置",
"friendly-url": "フレンドリーURL",
"image-description": "画像の説明",
"add-a-new-category": "新規カテゴリーの追加",
"name": "名前",
"username": "ユーザー名",
"quick-search-pages-and-menu": "ページとメニューのクイック検索",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "分析",
"visits-today": "今日の訪問",
"unique-visitors": "ユニーク訪問者",
"search-placeholder": "ページ、コンテンツ、メニュー項目を検索...",
"no-results-found": "結果が見つかりません",
"first-name": "名",
"last-name": "姓",
"to-schedule-the-content-select-the-date-and-time": "コンテンツを予約投稿するには、日時を選択し、ステータスを「公開」にする必要があります。",
"email": "メール",
"role": "権限グループ",
"registered": "登録日時",
"site-information": "サイト情報",
"site-title": "サイトタイトル",
"use-this-field-to-name-your-site": "サイトの名前を入力します",
"site-slogan": "サイトスローガン",
"use-this-field-to-add-a-catchy-phrase": "サイトのスローガンを入力します",
"site-description": "サイト説明",
"you-can-add-a-site-description-to-provide": "サイトの説明を追加して、サイトの簡単な概要や説明を知らせることができます",
"footer-text": "フッターテキスト",
"you-can-add-a-small-text-on-the-bottom": "すべてのページ下部に表示する簡単なテキストを追加できます。例:著作権表示、所有者、日付など",
"social-networks-links": "ソーシャルネットワークリンク",
"site-url": "サイトURL",
"email-account-settings": "メールアカウント設定",
"sender-email": "送信メールアドレス",
"emails-will-be-sent-from-this-address": "このアドレスからメールが送信されます",
"url-filters": "URLフィルター",
"select-your-sites-language": "サイトの言語を選択します",
"timezone": "タイムゾーン",
"select-a-timezone-for-a-correct": "サイトの日付と時刻を正しく表示するためにタイムゾーンを選択します",
"locale": "ロケール",
"date-and-time-formats": "日付と時刻の書式",
"date-format": "日付の書式",
"current-format": "現在の書式",
"version": "バージョン:",
"author": "投稿者",
"activate": "有効化",
"deactivate": "無効化",
"edit-category": "カテゴリーの編集",
"delete": "削除",
"password": "パスワード",
"confirm-password": "パスワードの確認",
"editor": "編集者",
"administrator": "管理者",
"edit-user": "ユーザーの編集",
"edit-content": "コンテンツの編集",
"profile": "プロフィール",
"change-password": "パスワードの変更",
"enabled": "有効",
"disable-the-user": "ユーザーを無効化する",
"profile-picture": "プロフィール画像",
"edit-or-delete-your-categories": "カテゴリを編集または削除する",
"create-a-new-category-to-organize-your-content": "コンテンツを整理するための新しいカテゴリを作成する",
"confirm-delete-this-action-cannot-be-undone": "削除しますか?この操作は取り消せません。",
"do-you-want-to-disable-the-user": "ユーザーを無効化しますか?",
"new-password": "新しいパスワード",
"you-can-change-this-field-when-save-the-current-changes": "このフィールドは、現在の変更内容を保存する場合に変更できます",
"items-per-page": "ページ表示件数",
"invite-a-friend-to-collaborate-on-your-site": "サイトで共同作業をする友人を招待します",
"number-of-items-to-show-per-page": "1ページあたりに表示する件数を指定します",
"website-or-blog": "ウェブサイトまたはブログ",
"order-content-by": "コンテンツ表示順",
"edit-or-delete-content-from-your-site": "サイトからコンテンツを編集または削除する",
"order-the-content-by-date-to-build-a-blog": "コンテンツを日付順に並べてブログを構築したり、位置順に並べてサイトを構築します。",
"default-content-status": "デフォルトのコンテンツステータス",
"default-status-for-new-content": "新しいコンテンツをデフォルトで公開済みまたは下書きとして作成するかを選択します。",
"page-not-found-content": "おや?このページは存在しないようです。",
"page-not-found": "ページが見つかりません",
"predefined-pages": "既定ページ",
"returning-page-when-the-page-doesnt-exist": "ページが存在しない場合に表示するページです。デフォルトでは用意されたメッセージを表示します。",
"returning-page-for-the-main-page": "メインページに戻るページです。デフォルトでは最新のコンテンツを日付または位置順で表示します。",
"full-url-of-your-site": "サイトの完全なURL。HTTPまたはHTTPS(サーバーでSSLを有効化している場合のみ)を含めた完全な形で入力します。",
"with-the-locales-you-can-set-the-regional-user-interface": "ロケールを指定すると地域に合わせたユーザーインターフェイスや言語に応じた日付の表示が設定できます。ロケールはシステムにインストールされている必要があります。",
"bludit-installer": "Bluditインストーラー",
"choose-your-language": "言語を選択してください",
"next": "次へ",
"complete-the-form-choose-a-password-for-the-username-admin": "ユーザー名 admin<\/b> のパスワードをフォームに入力",
"show-password": "パスワードを表示",
"install": "インストール",
"login": "ログイン",
"back-to-login-form": "ログインフォームに戻る",
"get-login-access-code": "ログインアクセスコードを送信",
"email-access-code": "Eメールアクセスコード",
"whats-next": "次の操作",
"username-or-password-incorrect": "ユーザー名またはパスワードが正しくありません",
"follow-bludit-on": "Bluditをフォローする",
"this-is-a-brief-description-of-yourself-our-your-site": "これは、あなたやサイトについての簡単な説明です。このテキストを変更するには管理画面 > 設定 > プラグインに移動して、aboutプラグインの設定を変更してください。",
"new-version-available": "利用可能な新しいバージョンがあります",
"new-category-created": "新規カテゴリーを作成しました",
"category-deleted": "カテゴリーを削除しました",
"category-edited": "カテゴリーを編集しました",
"new-user-created": "新規ユーザーを作成しました",
"user-edited": "ユーザーを編集しました",
"user-deleted": "ユーザーを削除しました",
"recommended-for-recovery-password-and-notifications": "パスワードの回復および通知に推奨されます。",
"authentication-token": "認証トークン",
"token": "トークン",
"current-status": "現在のステータス",
"upload-image": "画像をアップロード",
"the-changes-have-been-saved": "変更を保存しました",
"label": "ラベル",
"links": "リンク",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "このタイトルは、サイトのサイドバーなどで利用されます。",
"password-must-be-at-least-6-characters-long": "パスワードは6文字以上入力してください",
"ip-address-has-been-blocked": "IPアドレスはブロックされています",
"try-again-in-a-few-minutes": "しばらくしてから、もう一度お試しください",
"content-published-from-scheduler": "投稿予約されたコンテンツ",
"blog": "ブログ",
"complete-all-fields": "すべてのフィールドを埋めます",
"static": "静的ページ",
"about-your-site-or-yourself": "サイトや自分について",
"homepage": "ホームページ",
"disabled": "無効",
"to-enable-the-user-you-must-set-a-new-password": "ユーザーを有効化するにはパスワードを新しく設定する必要があります。",
"delete-the-user-and-associate-his-content-to-admin-user": "ユーザーを削除してコンテンツをadminユーザーに引き継ぐ",
"delete-the-user-and-all-his-content": "ユーザーとすべてのコンテンツを削除",
"user-disabled": "ユーザーを無効化しました",
"user-password-changed": "ユーザーパスワードを変更しました",
"the-password-and-confirmation-password-do-not-match": "パスワードと確認パスワードが一致しません",
"scheduled-content": "予約されたコンテンツ",
"there-are-no-scheduled-content": "投稿が予約されたコンテンツはありません。",
"new-content-created": "新規コンテンツを作成しました",
"content-edited": "コンテンツを編集しました",
"content-deleted": "コンテンツを削除しました",
"undefined": "未定義",
"create-new-content-for-your-site": "サイトのコンテンツを作成する",
"order-items-by": "並び順:",
"all-content": "すべてのコンテンツ",
"dynamic": "動的",
"type": "タイプ",
"draft-content": "下書きコンテンツ",
"post": "投稿",
"default": "デフォルト",
"latest-content": "最新のコンテンツ",
"default-message": "デフォルトメッセージ",
"no-parent": "親がありません",
"have-you-seen-my-ball": "私のボールを見ましたか?",
"pagebreak": "改ページ",
"pages": "ページ",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "プラグインは、このバージョンのBluditではサポートされていない可能性があります。",
"previous": "前へ",
"previous-page": "前のページへ",
"next-page": "次ページへ",
"scheduled": "予約済み",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "トークンはパスワードと同じようなものです。共有しないでください。",
"congratulations-you-have-successfully-installed-your-bludit": "おめでとうございます。Bluditのインストールは完了しました。",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "テーマは、このバージョンのBluditではサポートされていない可能性があります。",
"read-more": "続きを読む",
"remember-me": "ログイン状態を保存",
"plugins-position": "プラグインの位置",
"plugins-sorted": "プラグインを並び替えました",
"plugins-position-changed": "プラグインの位置を変更しました",
"drag-and-drop-to-set-the-position-of-the-plugin": "ドラッグ アンド ドロップでプラグインの位置を設定します",
"change-the-position-of-the-plugins": "プラグインの位置を変更する",
"reading-time": "読み終える時間",
"minutes": "分",
"minute": "分",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "コンテンツを作成しましょう",
"example-page-1-content": "コンテンツを書き始めたり既存のコンテンツを編集しましょう。コンテンツの作成や編集、削除するには 管理画面<\/a>からユーザー名 `admin` とインストール時に設定したパスワードを使用してログインします。",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "サイトを設定しましょう",
"example-page-2-content": "管理画面<\/a> からサイトの設定を更新しましょう。 設定 > 全般<\/a>からタイトルや説明、SNSの設定などが変更できます。",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Bluditをフォローましょう",
"example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには Facebook<\/a> や Twitter<\/a> 、 YouTube<\/a>のSNSをフォローするか、私たちのBlog<\/a>をご覧ください。",
"example-page-4-slug": "about",
"example-page-4-title": "サイトについて",
"example-page-4-content": "サイトについて(Aboutページ)は通常、サイトで最もアクセスが多いページのひとつです。名前や自分について、連絡先、ちょっとしたエピソードなど必要な事柄や説明を簡単に書きます。",
"the-extension-zip-is-not-installed": "PHPのZIP拡張がインストールされていません。このプラグインを使用するには拡張機能がインストールされている必要があります。",
"there-are-no-sticky-pages-at-this-moment": "現在、先頭固定表示にされたページはありません。",
"there-are-no-scheduled-pages-at-this-moment": "現在、投稿を予約したページはありません。",
"update": "更新",
"template": "テンプレート",
"nickname": "ニックネーム",
"disable-user": "ユーザーを無効化",
"delete-user-and-keep-content": "ユーザーを削除 (コンテンツは保持)",
"delete-user-and-delete-content": "ユーザーとコンテンツを削除 (警告)",
"social-networks": "ソーシャルネットワーク",
"interval": "間隔",
"number-in-minutes-for-every-execution-of-autosave": "自動保存を実行する分数を入力します。",
"extreme-friendly-url": "フレンドリーURL",
"title-formats": "タイトル書式",
"delete-content": "コンテンツの削除",
"are-you-sure-you-want-to-delete-this-page": "このページを削除してもよろしいですか?",
"sticky": "先頭固定表示",
"actions": "操作",
"edit": "編集",
"options": "オプション",
"enter-title": "タイトルを入力してください",
"media-manager": "メディアマネージャー",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "CDNや画像サーバーなどにあるカバー画像の外部URLを設定します。",
"user": "ユーザー",
"date-format-format": "日付の書式: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "ページタイトルを入力すると候補リストを表示します。",
"field-used-when-ordering-content-by-position": "コンテンツを位置順に並べるときに使用するフィールドです。",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "テーマ内のページをフィルタリングし、ページのスタイルを変更するためのテンプレート名を入力します。",
"write-the-tags-separated-by-commas": "カンマで区切ってタグを書きます。",
"apply-code-noindex-code-to-this-page": "このページに noindex<\/code> を適用。",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "検索エンジンの検索結果に、このページを表示しないように設定します。",
"apply-code-nofollow-code-to-this-page": "このページに nofollow<\/code> を適用。",
"this-tells-search-engines-not-to-follow-links-on-this-page": "検索エンジンに、このページからのリンクをしないように設定します。",
"apply-code-noarchive-code-to-this-page": "このページに noarchive<\/code> を適用。",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "検索エンジンに、このページをキャッシュとしてコピーしないように設定します。",
"uncategorized": "未分類",
"done": "完了",
"delete-category": "カテゴリーを削除します",
"are-you-sure-you-want-to-delete-this-category?": "このカテゴリーを削除してもよろしいですか?",
"confirm-new-password": "新しいパスワードの確認",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "ニックネームは、コンテンツの投稿者を表示するテーマで使用されます。",
"allow-unicode": "Unicodeを許可",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "URLまたはシステムの一部にUnicode文字の使用を許可します。",
"variables-allowed": "使用可能な変数",
"tag": "タグ",
"drag-and-drop-to-sort-the-plugins": "プラグインをドラッグ アンド ドロップして並び替えます。",
"seo": "SEO",
"documentation": "マニュアル",
"forum-support": "サポート掲示板",
"chat-support": "サポートチャット",
"quick-links": "クイックリンク",
"leave-empty-for-autocomplete-by-bludit": "Bluditの自動補完のために空のままにしてください。",
"choose-a-password-for-the-user-admin": "admin<\/code>ユーザーのパスワードを入力してください",
"access-denied": "アクセスが拒否されました",
"choose-images-to-upload": "アップロードする画像を選択",
"insert": "挿入",
"upload": "アップロード",
"autosave": "自動保存",
"the-content-is-saved-as-a-draft-to-publish-it": "内容は下書きとして保存されます。公開するには公開<\/b>ボタンをクリックします。書きかけの場合は下書きとして保存<\/b>をクリックします。",
"site": "サイト",
"first": "最初",
"last": "最後",
"there-are-no-pages-at-this-moment": "現在、ページはありません。",
"there-are-no-static-pages-at-this-moment": "現在、静的ページはありません。",
"there-are-no-draft-pages-at-this-moment": "現在、下書きのページはありません。",
"good-morning": "おはようございます",
"good-afternoon": "こんにちは",
"good-evening": "こんばんは",
"good-night": "こんばんは",
"hello": "こんにちは",
"there-are-no-images-for-the-page": "ページに画像はありません。",
"select-cover-image": "カバー画像を選択",
"this-plugin-depends-on-the-following-plugins": "プラグインは、以下のプラグインに依存しています。",
"no-pages-found": "ページが見つかりませんでした。",
"system-updated": "システムは更新されました。",
"security": "セキュリティ",
"remove-cover-image": "カバー画像を削除",
"width": "幅",
"height": "高さ",
"quality": "品質",
"thumbnails": "サムネイル",
"thumbnail": "サムネイル",
"thumbnail-width-in-pixels": "サムネイルの幅(px)",
"thumbnail-height-in-pixels": "サムネイルの高さ(px)",
"thumbnail-quality-in-percentage": "サムネイル画像の品質(%)",
"maximum-load-file-size-allowed:": "許可された最大ロードファイルサイズ:",
"file-type-is-not-supported": "ファイル形式はサポートされていません。許可された形式:",
"page-content": "ページコンテンツ",
"markdown-parser": "Markdownパーサー",
"site-logo": "サイトロゴ",
"search": "検索",
"search-plugins": "プラグインを検索",
"enabled-plugins": "有効化されたプラグイン",
"disabled-plugins": "無効化されたプラグイン",
"remove-logo": "ロゴを削除",
"preview": "プレビュー",
"author-can-write-and-edit-their-own-content": "「投稿者」はコンテンツを書いたり編集できます。「編集者」は自分以外のコンテンツも書いたり編集できます。",
"custom-fields": "カスタムフィールド",
"define-custom-fields-for-the-content": "コンテンツのカスタムフィールドを定義します。カスタムフィールドの詳細については、ドキュメント<\/a>をご覧ください。",
"start-typing-to-see-a-list-of-suggestions": "文字を入力すると候補一覧が表示されます。",
"view": "表示",
"insert-thumbnail": "サムネイルを挿入",
"no-tags": "タグなし",
"no-categories": "カテゴリーなし",
"insert-linked-thumbnail": "リンク付きサムネイルを挿入",
"navigation": "ナビゲーション",
"thumbnail-generation": "サムネイルの生成",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "画像アップロード時のサムネイル自動生成を有効または無効にします。"
}
================================================
FILE: bl-languages/lt.json
================================================
{
"language-data": {
"native": "Lietuvių",
"english-name": "Lithuanian",
"locale": "lt, lt_LT",
"last-update": "2024-07-19",
"authors": [
"Kristupas Grigas @kurisotofaa purelypost.com",
"",
"",
""
]
},
"dates": {
"Mon": "P",
"Tue": "A",
"Wed": "T",
"Thu": "K",
"Fri": "Pn",
"Sat": "Š",
"Sun": "S",
"Monday": "Pirmadienis",
"Tuesday": "Antradienis",
"Wednesday": "Trečiadienis",
"Thursday": "Ketvirtadienis",
"Friday": "Penktadienis",
"Saturday": "Šeštadienis",
"Sunday": "Sekmadienis",
"Jan": "Sau",
"Feb": "Vas",
"Mar": "Kov",
"Apr": "Bal",
"Jun": "Bir",
"Jul": "Lie",
"Aug": "Rgp",
"Sep": "Rgs",
"Oct": "Spa",
"Nov": "Lap",
"Dec": "Gru",
"January": "Sausis",
"February": "Vasaris",
"March": "Kovas",
"April": "Balandis",
"May": "Gegužė",
"June": "Birželis",
"July": "Liepa",
"August": "Rugpjūtis",
"September": "Rugsėjis",
"October": "Spalis",
"November": "Lapkritis",
"December": "Gruodis"
},
"dashboard": "prietaisų skydelis",
"manage-users": "Valdyti naudotojus",
"manage-categories": "Valdyti kategorijas",
"general-settings": "bendrieji nustatymai",
"advanced-settings": "išplėstiniai nustatymai",
"thanks-for-supporting-bludit": "Ačiū, kad palaikote Bludit",
"upgrade-to-bludit-pro": "Atnaujinti į Bludit PRO",
"language": "Kalba",
"plugin": "Įskiepis",
"plugins": "Įskiepiai",
"developers": "Kūrėjai",
"themes": "Temos",
"about": "Apie",
"url": "URL",
"welcome": "Sveiki atvykę",
"logout": "Atsijungti",
"website": "Svetainė",
"publish": "Paskelbti",
"manage": "Valdyti",
"content": "Turinys",
"category": "Kategorija",
"categories": "Kategorijos",
"users": "Naudotojai",
"settings": "Settings",
"general": "Bendrieji",
"advanced": "Išplėstinai",
"new-content": "Naujas turinys",
"manage-content": "Valdyti turinį",
"add-new-content": "Pridėti naujo turinio",
"new-category": "Nauja kategorija",
"you-do-not-have-sufficient-permissions": "Neturite pakankamų leidimų",
"add-a-new-user": "Pridėti naują naudotoją",
"url-associated-with-the-content": "su turiniu susietas URL adresas.",
"language-and-timezone": "Kalba ir laiko zona",
"change-your-language-and-region-settings": "Pakeisk tavo kalbą ir regiono nustatymus",
"notifications": "Pranešimai",
"plugin-activated": "Įskiepis aktyvuotas",
"plugin-deactivated": "Įskiepis išjungtas",
"new-theme-configured": "Nauja tema sukonfiguruota",
"settings-changes": "Nustatymų keitimai",
"plugin-configured": "Įskiepis sukonfiguruotas",
"welcome-to-bludit": "Sveiki atvykę į Bludit",
"statistics": "Statistikos",
"drafts": "Juodraščiai",
"title": "Antraštė",
"save": "Išsaugoti",
"save-as-draft": "Išsaugoti kaip juodraštį",
"cancel": "Atšaukti",
"description": "Aprašymas",
"this-field-can-help-describe-the-content": "Šis laukas gali padėti keliais žodžiais apibūdinti turinį.",
"images": "Nuotraukos",
"error": "Klaida",
"supported-image-file-types": "Palaikomi nuotraukų failų tipai",
"cover-image": "Viršelio vaizdas",
"drag-and-drop-or-click-here": "Vilkite ir nuleiskite arba spustelėkite čia",
"there-are-no-images": "Nėra nuotraukų",
"upload-and-more-images": "Įkėlimas ir daugiau nuotraukų",
"click-on-the-image-for-options": "Spustelėkite paveikslėlį, kad pamatytumėte parinktis.",
"click-here-to-cancel": "Spustelėkite čia ir atšaukite",
"insert-image": "Įterpti nuotrauką",
"set-as-cover-image": "Nustatyti kaip viršelio vaizdą",
"delete-image": "Ištrinti nuotrauką",
"tags": "Žymės",
"add": "Pridėti",
"status": "Statusas",
"published": "Paskelbta",
"draft": "Juodraštis",
"empty-title": "Tuščia antraštė",
"empty": "tuščia",
"date": "Data",
"external-cover-image": "Išorinis viršelio vaizdas",
"parent": "Pagrindinis",
"full-image-url": "Pilnas nuotraukos URL adresas.",
"this-field-is-used-when-you-order-the-content-by-position": "Šis laukas naudojamas, kai turinį rikiuojate pagal poziciją.",
"position": "Pozicija",
"friendly-url": "Draugiškas URL adresas",
"image-description": "Nuotraukos aprašymas",
"add-a-new-category": "Pridėti naują kategoriją",
"name": "Vardas",
"username": "Prisijungimo vardas",
"first-name": "Pirmas Vardas",
"last-name": "Pavardė",
"to-schedule-the-content-select-the-date-and-time": "Norėdami suplanuoti turinį, pasirinkite datą ir laiką, būseną reikia nustatyti į \"paskelbta\".",
"email": "El. Paštas",
"role": "Rolė",
"registered": "Prisiregistruota",
"site-information": "Svetainės informacija",
"site-title": "Svetainės antraštė",
"use-this-field-to-name-your-site": "Naudokite šį lauką svetainei pavadinti.",
"site-slogan": "Svetainės šūkis",
"use-this-field-to-add-a-catchy-phrase": "Šį lauką naudokite norėdami į svetainę įtraukti patrauklią frazę.",
"site-description": "Svetainės aprašymas",
"you-can-add-a-site-description-to-provide": "Šį lauką naudokite norėdami į svetainę įtraukti patrauklią frazę.",
"footer-text": "Tekstas apačioje",
"you-can-add-a-small-text-on-the-bottom": "Kiekvieno puslapio apačioje galite pridėti nedidelį tekstą, pvz., autorių teises, savininką, datas ir pan.",
"social-networks-links": "Socialinių tinklų nuorodos",
"site-url": "Svetainės URL adresas",
"email-account-settings": "El. pašto paskyros nustatymai",
"sender-email": "Siuntėjo el. paštas",
"emails-will-be-sent-from-this-address": "El. laiškai bus sunčiami iš šio adreso",
"url-filters": "URL adreso filtrai",
"select-your-sites-language": "Pasirinkite jūsų svetainės kalbą",
"timezone": "Laiko zona",
"select-a-timezone-for-a-correct": "Pasirinkite laiko zona teisingąi datai\/laiko parodymui jūsų svetainėje.",
"locale": "Vietovė",
"date-and-time-formats": "Datos ir laiko formatai",
"date-format": "Datos formatas",
"current-format": "Dabartinis formatas",
"version": "Versija",
"author": "Autorius",
"activate": "Aktyvuoti",
"deactivate": "Išjungti",
"edit-category": "Pakeisti kategoriją",
"delete": "Ištrinti",
"password": "Slaptažodis",
"confirm-password": "Patvirtinti slaptažodį",
"editor": "Redaktorius",
"administrator": "Administratorius",
"edit-user": "Pakeisti naudotoją",
"edit-content": "Pakeisti turinį",
"profile": "Profilis",
"change-password": "Pakeisti slaptažodį",
"enabled": "Įjungtas",
"disable-the-user": "Išjungti naudotoją",
"profile-picture": "Profilio nuotrauką",
"edit-or-delete-your-categories": "Pakeisti ar ištrinti jūsų kategorijas",
"create-a-new-category-to-organize-your-content": "Sukurti naują kategoriją tūrinio organizavimui",
"confirm-delete-this-action-cannot-be-undone": "Patvirtinkite ištrynimą, šio veiksmo atšaukti negalima.",
"do-you-want-to-disable-the-user": "Ar norite išjungti naudotoją ?",
"new-password": "Naujas slaptažodis",
"you-can-change-this-field-when-save-the-current-changes": "Šį lauką galite pakeisti, kai išsaugosite esamus pakeitimus.",
"items-per-page": "Elementai per puslapį",
"invite-a-friend-to-collaborate-on-your-site": "Pakvieskite draugą bendradarbiauti savo svetainėje",
"number-of-items-to-show-per-page": "Viename puslapyje rodomų elementų skaičius, -1 reiškia visus elementus.",
"website-or-blog": "Svetainė ar tinklaraštis",
"order-content-by": "Rikiuoti turinį pagal",
"edit-or-delete-content-from-your-site": "Redaguokite arba ištrinkite svetainės turinį",
"order-the-content-by-date-to-build-a-blog": "Jei norite sukurti tinklaraštį, sudėliokite turinį pagal datą, o jei norite sukurti svetainę, sudėliokite turinį pagal poziciją.",
"page-not-found-content": "Atrodo, kad šis puslapis neegzistuoja.",
"page-not-found": "Puslapis nerastas",
"predefined-pages": "Iš anksto nustatyti puslapiai",
"returning-page-when-the-page-doesnt-exist": "Puslapio grąžinimas, kai puslapis neegzistuoja, pagal numatytuosius nustatymus grąžinamas numatytasis pranešimas.",
"returning-page-for-the-main-page": "Pagal numatytuosius nustatymus pagrindiniame puslapyje rodomas naujausio turinio eiliškumas pagal datą arba poziciją.",
"full-url-of-your-site": "Pilnas jūsų svetainės URL adresas. Nurodykite HTTP arba HTTPS protokolą (tik jei serveryje įjungėte SSL).",
"with-the-locales-you-can-set-the-regional-user-interface": "Naudodami vietines sąsajas galite nustatyti regioninę naudotojo sąsają, pvz., datas savo kalba. Vietovės turi būti įdiegtos jūsų sistemoje.",
"bludit-installer": "Bludit Instaliuotojas",
"choose-your-language": "Pasirinkite kalbą",
"next": "Toliau",
"complete-the-form-choose-a-password-for-the-username-admin": "Pabaik formą, pasirink slaptažodį naudotojo vardui admin<\/b>",
"show-password": "Parodyti slaptažodį",
"install": "Instaliuoti",
"login": "Prisijungti",
"back-to-login-form": "Grįžti į prisijungimo formą",
"get-login-access-code": "Gaukite prisijungimo prieigos kodą",
"email-access-code": "El. pašto prieigos kodas",
"whats-next": "Kas toliau",
"username-or-password-incorrect": "Prisijungimo vardas ar slaptažodis neteisingas",
"follow-bludit-on": "Sekite Bludit",
"this-is-a-brief-description-of-yourself-our-your-site": "Tai trumpas jūsų arba jūsų svetainės aprašymas, norėdami pakeisti šį tekstą, eikite į administratoriaus skydelį, nustatymus, įskiepius ir sukonfigūruokite įskiepį \"apie\".",
"new-version-available": "Nauja versija pasiekiama",
"new-category-created": "Nauja kategorija sukurta",
"category-deleted": "Kategorija ištrinta",
"category-edited": "Kategorija redaguota",
"new-user-created": "Naujas naudotojas sukurtas",
"user-edited": "Naudotojas redaguotas",
"user-deleted": "Naudotojas ištrintas",
"recommended-for-recovery-password-and-notifications": "Rekomenduojama naudoti slaptažodžio atkūrimui ir pranešimams.",
"authentication-token": "Autentifikavimo žetonas",
"token": "Žetonas",
"current-status": "Dabartinis statusas",
"upload-image": "Įkelti nuotrauką",
"the-changes-have-been-saved": "Pakeitimai išsaugoti",
"label": "Etiketė",
"links": "Nuorodos",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Šis pavadinimas beveik visada naudojamas svetainės šoninėje juostoje.",
"password-must-be-at-least-6-characters-long": "Slaptažodis turi būti bent 6 simbolių ilgio",
"ip-address-has-been-blocked": "IP addresas užblokuotas",
"try-again-in-a-few-minutes": "Pabandykite už kelių minučių",
"content-published-from-scheduler": "Iš tvarkaraščio sudarytojo skelbiamas turinys",
"blog": "Tinklaraštis",
"complete-all-fields": "Užpildykite visus laukelius",
"static": "Statinis",
"about-your-site-or-yourself": "Apie svetainę arba jus",
"homepage": "Pagrindinis puslapis",
"disabled": "Išjungta",
"to-enable-the-user-you-must-set-a-new-password": "Norėdami įjungti naudotoją, turite nustatyti naują slaptažodį.",
"delete-the-user-and-associate-his-content-to-admin-user": "Ištrinkite naudotoją ir susiekite jo turinį su administratoriaus naudotoju",
"delete-the-user-and-all-his-content": "Ištrinkite naudotoją ir visą jo turinį",
"user-disabled": "Naudotojas išjungtas",
"user-password-changed": "Naudotojo slaptažodis pakeistas",
"the-password-and-confirmation-password-do-not-match": "Nesutampa slaptažodis ir patvirtinimo slaptažodis",
"scheduled-content": "Suplanuotas turinys",
"there-are-no-scheduled-content": "Nėra suplanuoto turinio",
"new-content-created": "Naujas turinys sukurtas",
"content-edited": "Turinys redaguotas",
"content-deleted": "Turinys ištrintas",
"undefined": "Neapibrėžta",
"create-new-content-for-your-site": "Sukurkite naujo turinio jūsų svetainei",
"order-items-by": "Rušiuoti elementus pagal",
"all-content": "Visas turinys",
"dynamic": "Dinaminis",
"type": "Tipas",
"draft-content": "Juodraštinis turinys",
"post": "Paštas",
"default": "Numatytasis",
"latest-content": "Naujausias turinys",
"default-message": "Numatyta žinutė",
"no-parent": "Jokio pagrindo",
"have-you-seen-my-ball": "Matei mano kamuolį?",
"pagebreak": "Puslapio pertrauka",
"pages": "Puslapiai",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Šis įskiepis gali būti nepalaikomas šios Bludit versijos",
"previous": "Praeitas",
"previous-page": "Praeitas puslapis",
"next-page": "Kitas puslapis",
"scheduled": "Suplanuota",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Šis žetonas yra panašus į slaptažodį, juo neturėtų būti dalijamasi.",
"congratulations-you-have-successfully-installed-your-bludit": "Sveikinimai, jūs instaliavote savo Bludit",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Ši tema gali būti nepalaikoma šios Bludit versijos",
"read-more": "Skaityti daugiau",
"remember-me": "Prisiminti mane",
"plugins-position": "Įskepio pozicija",
"plugins-sorted": "Surušiuoti įskiepiai",
"plugins-position-changed": "Įskiepio pozicija pakeista",
"drag-and-drop-to-set-the-position-of-the-plugin": "Vilkite ir nuleiskite, kad nustatytumėte įskiepių poziciją",
"change-the-position-of-the-plugins": "Pakeisti įskiepių poziciją",
"reading-time": "Skaitymo laikas",
"minutes": "Minučių",
"minute": "Minutė",
"example-page-1-slug": "sukurk-tavo-turini",
"example-page-1-title": "Sukurk tavo turinį",
"example-page-1-content": "Pradėkite rašyti savo turinį arba redaguokite esamą, kad jis atitiktų jūsų poreikius. Norėdami sukurti, redaguoti ar pašalinti turinį, turite prisijungti prie administratoriaus skydelio<\/a> su vartotojo vardu `admin` ir slaptažodžiu, kurį nustatėte diegimo metu.",
"example-page-2-slug": "konfiguruok-tavo-svetaine",
"example-page-2-title": "Konfiguruok tavo svetainę",
"example-page-2-content": "Atnaujinkite svetainės nustatymus iš administratoriaus skydelio<\/a>, pavadinimą, aprašymą ir socialinius tinklus galite pakeisti iš Nustatymai > Bendrieji<\/a>.",
"example-page-3-slug": "sekite-bludit",
"example-page-3-title": "Sekite Bludit",
"example-page-3-content": "Gaukite informaciją apie naujienas, naujus leidinius, naujas temas ar naujus įskiepius mūsų socialiniuose tinkluose Facebook<\/a>, Twitter<\/a> ir YouTube<\/a> arba apsilankykite mūsų Tinklaraštyje<\/a>.",
"example-page-4-slug": "apie",
"example-page-4-title": "Apie",
"example-page-4-content": "Puslapis „Apie“ paprastai yra vienas iš labiausiai lankomų jūsų svetainės puslapių, jis turi būti paprastas, jame turi būti keli pagrindiniai dalykai, pvz., jūsų vardas ir pavardė, kas esate, kaip su jumis susisiekti, nedidelė istorija ir pan.",
"the-extension-zip-is-not-installed": "Zip plėtinys nėra įdiegtas, norėdami naudoti šį įskiepį, turite įdiegti plėtinį.",
"there-are-no-sticky-pages-at-this-moment": "Šiuo metu lipnių puslapių nėra.",
"there-are-no-scheduled-pages-at-this-moment": "Šiuo metu nėra suplanuotų puslapių.",
"update": "Atnaujinimas",
"template": "Šablonas",
"nickname": "Slapyvardis",
"disable-user": "Išjungti naudotoją",
"delete-user-and-keep-content": "Ištrinti naudotoją ir palikti turinį",
"delete-user-and-delete-content": "Ištrinti naudotoją ir ištrinti turinį (Įspėjimas)",
"social-networks": "Socialiniai tinklai",
"interval": "Laikotarpis",
"number-in-minutes-for-every-execution-of-autosave": "Kiekvieno automatinio išsaugojimo vykdymo skaičius minutėmis.",
"extreme-friendly-url": "Ekstremalus draugiškas URL",
"title-formats": "Pavadinimo formatai",
"delete-content": "Ištrinti turinį",
"are-you-sure-you-want-to-delete-this-page": "Ar tikrai norite ištrinti šį puslapį?",
"sticky": "Lipnus",
"actions": "Veiksmai",
"edit": "Redaguoti",
"options": "Pasirinkimai",
"enter-title": "Įvesti pavadinimą",
"media-manager": "Vaizdų valdymas",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Nustatykite viršelio paveikslėlį iš išorinio URL adreso, pvz., CDN arba kokio nors vaizdams skirto serverio.",
"user": "Naudotojas",
"date-format-format": "Datos formatas: MMMM-MėnMėn-DD Valandos:Minutės:Sekundės<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Pradėkite rašyti puslapio pavadinimą ir pamatysite pasiūlymų sąrašą.",
"field-used-when-ordering-content-by-position": "Laukas, naudojamas rušiuojant turinį pagal poziciją.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Įrašykite šablono pavadinimą, kad filtruotumėte puslapį temoje ir pakeistumėte puslapio stilių.",
"write-the-tags-separated-by-commas": "Įrašykite kableliais atskirtas žymas.",
"apply-code-noindex-code-to-this-page": "Taikyti noindex<\/code> šiam puslapiui.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Tai nurodo paieškos sistemoms nerodyti šio puslapio paieškos rezultatuose.",
"apply-code-nofollow-code-to-this-page": "Taikyti nofollow<\/code> šiam puslapiui.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Tai nurodo paieškos sistemoms nesekti šio puslapio nuorodų.",
"apply-code-noarchive-code-to-this-page": "Taikyti noarchive<\/code> šiam puslapiui.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Tai nurodo paieškos sistemoms nesaugoti šio puslapio spartinančiosios kopijos.",
"uncategorized": "Be kategorijos",
"done": "Baigta",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "Ar tikrai norite ištrinti šią kategoriją?",
"confirm-new-password": "Patvirtinti naują slaptažodį",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Slapyvardis beveik naudojamas temose turinio autoriui rodyti",
"allow-unicode": "Leisti Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "URL ir kai kuriose sistemos dalyse leiskite naudoti „Unicode“ simbolius.",
"variables-allowed": "Kintamieji leidžiami",
"tag": "Žyma",
"drag-and-drop-to-sort-the-plugins": "Norėdami rūšiuoti įskiepius, vilkite ir nuleiskite.",
"seo": "SEO",
"documentation": "Dokumentacija",
"forum-support": "Forumo pagalba",
"chat-support": "Susirašinėjimo pagalba",
"quick-links": "Greitos nuorodos",
"leave-empty-for-autocomplete-by-bludit": "Palikite tuščią, jei norite, kad Bludit atliktų automatinį užbaigimą.",
"choose-a-password-for-the-user-admin": "Pasirinkite slaptažodį naudotojui admin<\/code>",
"access-denied": "Prieiga nesuteikta",
"choose-images-to-upload": "Pasirinkite nuotraukas įkėlimui",
"insert": "Įterpti",
"upload": "Įkelti",
"autosave": "Automatiškai išsaugoti",
"the-content-is-saved-as-a-draft-to-publish-it": "Šis turinys išsaugotas kaip juodraštis. Norėdami jį paskelbti, spustelėkite mygtuką Paskelbti<\/b> arba, jei vis dar dirbate, spustelėkite Išsaugoti kaip juodraštį<\/b>.",
"site": "Svetainė",
"first": "Pirmas",
"last": "Paskutinys",
"there-are-no-pages-at-this-moment": "Šiuo momentu nėra jokių puslapių.",
"there-are-no-static-pages-at-this-moment": "Šiuo momentu nėra statinių puslapių.",
"there-are-no-draft-pages-at-this-moment": "Šiuo momentu nėra juodraščių-puslapių.",
"good-morning": "Labas rytas",
"good-afternoon": "Laba diena",
"good-evening": "Labas vakaras",
"good-night": "Labanakt",
"hello": "Labas",
"there-are-no-images-for-the-page": "Nėra nuotraukų puslapiui.",
"select-cover-image": "Pasirinkti viršelio vaizdą",
"this-plugin-depends-on-the-following-plugins": "Šis įskiepis priklauso nuo šių įskiepių.",
"no-pages-found": "Nerasta puslapių.",
"system-updated": "Systema atnaujinta.",
"security": "Saugumas",
"remove-cover-image": "Panaikinti viršelio vaizdą",
"width": "Plotis",
"height": "Aukštis",
"quality": "Kokybė",
"thumbnails": "Viršelio vaizdai",
"thumbnail": "Viršelio vaizdas",
"thumbnail-width-in-pixels": "Viršelio vaizdo plotis pikseliais (px).",
"thumbnail-height-in-pixels": "Viršelio vaizdo aukštis pikseliais (px).",
"thumbnail-quality-in-percentage": "TViršelio vaizdo kokybė procentais (%).",
"maximum-load-file-size-allowed:": "Didžiausias leidžiamas failo įkelimo dydis:",
"file-type-is-not-supported": "Failo tipas nepalaikomas. Leidžiami tipai:",
"page-content": "Puslapio turinys",
"markdown-parser": "Markdown analizatorius",
"site-logo": "Svetainės logotipas",
"search": "Paieška",
"search-plugins": "Ieškoti įskiepių",
"enabled-plugins": "Įjungti įskiepiai",
"disabled-plugins": "Išjungti įskiepiai",
"remove-logo": "Ištrinti logotipą",
"preview": "Peržiurėti",
"author-can-write-and-edit-their-own-content": "autorius: Gali rašyti ir redaguoti savo turinį. Redaktorius: Gali rašyti ir redaguoti kitų turinį.",
"custom-fields": "Pasirinktiniai laukai",
"define-custom-fields-for-the-content": "Apibrėžkite pasirinktinius turinio laukus. Daugiau informacijos apie pasirinktinius laukus rasite dokumentacijoje<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Pradėkite rašyti, kad pamatytumėte pasiūlymų sąrašą.",
"view": "Žiūrėti",
"insert-thumbnail": "Įterpti viršelio vaizdą",
"insert-linked-thumbnail": "Įterpti susietą viršelio vaizdą",
"no-tags": "Nėra žymų",
"visits-today": "Apsilankymai šiandien",
"no-categories": "Nėra kategorijų",
"quick-search-pages-and-menu": "Greita puslapių ir meniu paieška",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analitika",
"unique-visitors": "Unikalūs lankytojai",
"search-placeholder": "Ieškoti puslapių, turinio ir meniu elementų...",
"no-results-found": "Rezultatų nerasta",
"navigation": "Navigacija",
"default-content-status": "Numatytoji turinio būsena",
"default-status-for-new-content": "Pasirinkite, ar naujas turinys pagal numatytuosius nustatymus kuriamas kaip Paskelbtas, ar kaip Juodraštis.",
"thumbnail-generation": "Miniatiūrų generavimas",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Įjungti arba išjungti automatinį miniatiūrų generavimą įkeliant vaizdus."
}
================================================
FILE: bl-languages/ms_MY.json
================================================
{
"language-data": {
"native": "Bahasa Melayu (Malaysia)",
"english-name": "Malay",
"last-update": "2017-09-10",
"authors": [
"Hakim Zulkufli http:\/\/www.iamnobuna.ga",
"",
"",
""
],
"locale": "ms, ms_MY"
},
"dates": {
"Mon": "Mon",
"Tue": "Tue",
"Wed": "Wed",
"Thu": "Thu",
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday",
"Sunday": "Sunday",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "January",
"February": "February",
"March": "March",
"April": "April",
"May": "May",
"June": "June",
"July": "July",
"August": "August",
"September": "September",
"October": "October",
"November": "November",
"December": "December"
},
"dashboard": "Papan Pemuka",
"manage-users": "Urus pengguna-pengguna",
"manage-categories": "Manage categories",
"general-settings": "Tetapan umum",
"advanced-settings": "Tetapan lanjutan",
"thanks-for-supporting-bludit": "Thanks for support Bludit",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"language": "Bahasa",
"plugin": "Plugin",
"plugins": "Pemalam",
"developers": "Developers",
"themes": "Tema",
"about": "About",
"url": "URL",
"welcome": "Welcome",
"logout": "Log keluar",
"website": "Laman web",
"publish": "Terbit",
"manage": "Urus",
"content": "Kandungan",
"category": "Category",
"categories": "Categories",
"users": "Pengguna",
"settings": "Tetapan",
"general": "Umum",
"advanced": "Lanjutan",
"new-content": "New content",
"manage-content": "Manage content",
"add-new-content": "Add new content",
"new-category": "New category",
"you-do-not-have-sufficient-permissions": "Anda tidak mempunyai kebenaran untuk mengakses halaman ini, sila hubungi pentadbir.",
"add-a-new-user": "Tambah pengguna baru",
"url-associated-with-the-content": "URL associated with the content.",
"language-and-timezone": "Bahasa dan zon masa",
"change-your-language-and-region-settings": "Tukar tetapan bahasa dan kawasan anda.",
"notifications": "Notifications",
"plugin-activated": "Plugin activated",
"plugin-deactivated": "Plugin deactivated",
"new-theme-configured": "New theme configured",
"settings-changes": "Changes on settings",
"plugin-configured": "Plugin configured",
"welcome-to-bludit": "Selamat datang ke Bludit",
"statistics": "Statistik",
"drafts": "Draf-draf",
"title": "Tajuk",
"save": "Simpan",
"save-as-draft": "Save as draft",
"cancel": "Batal",
"description": "Perihal",
"this-field-can-help-describe-the-content": "Huraikan secara ringkas kandungan ini. Tidak lebih daripada 150 aksara.",
"images": "Gambar",
"error": "Ralat",
"supported-image-file-types": "Jenis fail gambar yang disokong",
"cover-image": "Gambar tudung",
"drag-and-drop-or-click-here": "Seret dan lepaskan atau klik di sini",
"there-are-no-images": "Tiada gambar",
"upload-and-more-images": "Upload and more images",
"click-on-the-image-for-options": "Click on the image for options.",
"click-here-to-cancel": "Klik di sini untuk membatalkannya.",
"insert-image": "Masukkan gambar",
"set-as-cover-image": "Set as cover image",
"delete-image": "Delete image",
"tags": "Tag",
"add": "Tambah",
"status": "Status",
"published": "Telah diterbit",
"draft": "Draf",
"empty-title": "Tajuk kosong",
"empty": "empty",
"date": "Tarikh",
"external-cover-image": "External cover image",
"parent": "Induk",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "Posisi",
"friendly-url": "URL mesra",
"image-description": "Image description",
"add-a-new-category": "Add a new category",
"name": "Nama",
"username": "Name pengguna",
"first-name": "Nama sendiri",
"last-name": "Nama keluarga",
"to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".",
"email": "E-mel",
"role": "Peranan",
"registered": "Telah didaftar",
"site-information": "Maklumat laman web",
"site-title": "Tajuk laman",
"use-this-field-to-name-your-site": "Gunakan medan ini untuk namakan laman web anda. Ianya akan dipaparkan di atas setiap halaman laman web anda.",
"site-slogan": "Slogan laman",
"use-this-field-to-add-a-catchy-phrase": "Gunakan medan ini untuk tambahkan frasa menarik di laman web anda.",
"site-description": "Perihal laman",
"you-can-add-a-site-description-to-provide": "Anda boleh gunakan ini sebagai biografi pendek atau perihal laman web anda.",
"footer-text": "Text kaki",
"you-can-add-a-small-text-on-the-bottom": "Anda boleh tambahkan teks kecil di bawah setiap halaman. Contohnya: hak cipta, pemilik, tarikh, dll.",
"social-networks-links": "Social networks links",
"site-url": "URL laman",
"email-account-settings": "Tetap akaun e-emel",
"sender-email": "E-mel pengirim",
"emails-will-be-sent-from-this-address": "E-mel akan dikirim oleh alamat ini.",
"url-filters": "Penapis URL",
"select-your-sites-language": "Pilih bahasa laman web anda.",
"timezone": "Zon masa",
"select-a-timezone-for-a-correct": "Pilih zon masa yang betul untuk paparan tarikh dan masa yang tepat.",
"locale": "Locale",
"date-and-time-formats": "Format tarikh dan masa",
"date-format": "Format tarikh",
"current-format": "Current format",
"version": "Versi",
"author": "Pengarang",
"activate": "Aktifkan",
"deactivate": "Nyahaktifkan",
"edit-category": "Edit category",
"delete": "Buang",
"password": "Kata laluan",
"confirm-password": "Sahkan kata laluan",
"editor": "Penyunting",
"administrator": "Pentadbir",
"edit-user": "Sunting pengguna",
"edit-content": "Edit content",
"profile": "Profil",
"change-password": "Tukar kata laluan",
"enabled": "Dibolehkan",
"disable-the-user": "Disable the user",
"profile-picture": "Gambar profil",
"edit-or-delete-your-categories": "Edit or delete your categories",
"create-a-new-category-to-organize-your-content": "Create a new category to organize your content",
"confirm-delete-this-action-cannot-be-undone": "Sahkan pembuangan? Tindakan ini tidak boleh dibatalkan.",
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
"new-password": "Kata laluan baharu",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Items per page",
"invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site",
"number-of-items-to-show-per-page": "Number of items to show per page.",
"website-or-blog": "Website or Blog",
"order-content-by": "Order content By",
"edit-or-delete-content-from-your-site": "Edit or delete content from your site",
"order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.",
"page-not-found-content": "Hey! look like the page doesn't exist.",
"page-not-found": "Page not found",
"predefined-pages": "Predefined pages",
"returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.",
"returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Pemasang Bludit",
"choose-your-language": "Pilih bahasa anda",
"next": "Seterusnya",
"complete-the-form-choose-a-password-for-the-username-admin": "Lengkapkan borang di bawah, pilih kata laluan untuk pengguna « admin »",
"show-password": "Paparkan kata laluan",
"install": "Pasang",
"login": "Log masuk",
"back-to-login-form": "Kembali ke borang log masuk",
"get-login-access-code": "Dapatkan kod akses log masuk",
"email-access-code": "Email access code",
"whats-next": "Apa yang anda boleh lakukan seterusnya?",
"username-or-password-incorrect": "Nama pengguna atau kata laluan tidak betul",
"follow-bludit-on": "Ikut Bludit di",
"this-is-a-brief-description-of-yourself-our-your-site": "Ini ialah perihal ringkas anda atau laman web anda. Untuk mengubahnya, pergi ke Panel Pentadbir -> Tetapan -> Pemalam dan tetapkan tatarajah pemalam \"About\".",
"new-version-available": "New version available",
"new-category-created": "New category created",
"category-deleted": "Category deleted",
"category-edited": "Category edited",
"new-user-created": "New user created",
"user-edited": "User edited",
"user-deleted": "Pengguna telah dibuang",
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "Current status",
"upload-image": "Muat naik gambar",
"the-changes-have-been-saved": "Perubahan telah disimpan",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "Kata laluan perlu mempunyai sekurang-kurangnya 6 aksara",
"ip-address-has-been-blocked": "Alamat IP telah dihalang.",
"try-again-in-a-few-minutes": "Cuba lagi dalam beberapa minit.",
"content-published-from-scheduler": "Content published from scheduler",
"blog": "Blog",
"complete-all-fields": "Complete all fields",
"static": "Static",
"about-your-site-or-yourself": "About your site or yourself",
"homepage": "Homepage",
"disabled": "Disabled",
"to-enable-the-user-you-must-set-a-new-password": "To enable the user you must set a new password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate his content to admin user",
"delete-the-user-and-all-his-content": "Delete the user and all his content",
"user-disabled": "User disabled",
"user-password-changed": "User password changed",
"the-password-and-confirmation-password-do-not-match": "The password and confirmation password do not match",
"scheduled-content": "Scheduled content",
"there-are-no-scheduled-content": "There are no scheduled content.",
"new-content-created": "New content created",
"content-edited": "Content edited",
"content-deleted": "Contente deleted",
"undefined": "Undefined",
"create-new-content-for-your-site": "Create new content for your site",
"order-items-by": "Order items by",
"all-content": "All content",
"dynamic": "Dynamic",
"type": "Type",
"draft-content": "Draft content",
"post": "Post",
"default": "Default",
"latest-content": "Latest content",
"default-message": "Default message",
"no-parent": "No parent",
"have-you-seen-my-ball": "Adakah anda melihat bola saya?",
"pagebreak": "Page break",
"pages": "Halaman-halaman",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
"previous": "Previous",
"previous-page": "Previous page",
"next-page": "Next page",
"scheduled": "Scheduled",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
"read-more": "Read more",
"remember-me": "Remember me",
"plugins-position": "Plugin position",
"plugins-sorted": "Plugins sorted",
"plugins-position-changed": "Plugin position changed",
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop to set the position of the plugins",
"change-the-position-of-the-plugins": "Change the position of the plugins",
"reading-time": "Reading time",
"minutes": "minutes",
"minute": "minute",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set on the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "Sambungan zip tidak dipasang, untuk menggunakan pemalam ini anda perlu memasang sambungan.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "Update",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Disable user",
"delete-user-and-keep-content": "Delete user and keep content",
"delete-user-and-delete-content": "Delete user and delete content (Warning)",
"social-networks": "Social Networks",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "Extreme friendly URL",
"title-formats": "Title formats",
"delete-content": "Delete content",
"are-you-sure-you-want-to-delete-this-page": "Adakah anda pasti mahu memadam halaman ini?",
"sticky": "Sticky",
"actions": "Actions",
"edit": "Edit",
"options": "Options",
"enter-title": "Enter title",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.",
"user": "User",
"date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.",
"write-the-tags-separated-by-commas": "Write the tags separated by comma.",
"apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.",
"apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.",
"apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.",
"uncategorized": "Uncategorized",
"done": "Done",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "Adakah anda pasti mahu memadam kategori ini?",
"confirm-new-password": "Confirm new password",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "Allow Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.",
"variables-allowed": "Variables allowed",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"seo": "SEO",
"documentation": "Documentation",
"forum-support": "Forum support",
"chat-support": "Chat support",
"quick-links": "Quick links",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>",
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"upload": "Upload",
"autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.",
"site": "Site",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.",
"good-morning": "Good morning",
"good-afternoon": "Good afternoon",
"good-evening": "Good evening",
"good-night": "Good night",
"hello": "Hello",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "Select cover image",
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security",
"remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "File type is not supported. Allowed types:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "Pengarang: Boleh menulis dan mengedit kandungan mereka sendiri. Editor: Boleh menulis dan mengedit kandungan orang lain.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Tentukan medan tersuai untuk kandungan.",
"start-typing-to-see-a-list-of-suggestions": "Mula menaip untuk melihat senarai cadangan.",
"view": "View",
"no-tags": "Tiada tag",
"insert-thumbnail": "Masukkan lakaran kecil",
"visits-today": "Lawatan Hari Ini",
"no-categories": "Tiada kategori",
"quick-search-pages-and-menu": "Carian pantas halaman dan menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analitis",
"unique-visitors": "Pelawat Unik",
"insert-linked-thumbnail": "Masukkan lakaran kecil pautan",
"search-placeholder": "Cari halaman, kandungan, dan item menu...",
"no-results-found": "Tiada hasil dijumpai",
"navigation": "Navigasi",
"default-content-status": "Status kandungan lalai",
"default-status-for-new-content": "Pilih sama ada kandungan baharu dicipta sebagai Diterbitkan atau Draf secara lalai.",
"thumbnail-generation": "Penjanaan gambar kecil",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Dayakan atau lumpuhkan penjanaan gambar kecil automatik semasa muat naik imej."
}
================================================
FILE: bl-languages/nl_NL.json
================================================
{
"language-data": {
"native": "Nederlands",
"english-name": "Dutch",
"last-update": "2026-03-03",
"authors": [
"Ray",
"ltGuillaume",
"xm74"
],
"locale": "nl, nl_NL"
},
"dates": {
"Mon": "Ma",
"Tue": "Di",
"Wed": "Wo",
"Thu": "Do",
"Fri": "Vr",
"Sat": "Za",
"Sun": "Zo",
"Monday": "Maandag",
"Tuesday": "Dinsdag",
"Wednesday": "Woensdag",
"Thursday": "Donderdag",
"Friday": "Vrijdag",
"Saturday": "Zaterdag",
"Sunday": "Zondag",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Dec",
"January": "Januari",
"February": "Februari",
"March": "Maart",
"April": "April",
"May": "Mei",
"June": "Juni",
"July": "Juli",
"August": "Augustus",
"September": "September",
"October": "Oktober",
"November": "November",
"December": "December"
},
"dashboard": "Overzicht",
"manage-users": "Gebruikersbeheer",
"manage-categories": "Categorieën beheren",
"general-settings": "Algemene instellingen",
"advanced-settings": "Geavanceerde instellingen",
"thanks-for-supporting-bludit": "Bedankt voor de ondersteuning van Bludit",
"upgrade-to-bludit-pro": "Upgraden naar Bludit PRO",
"language": "Taal",
"plugin": "Plug-in",
"plugins": "Plug-ins",
"developers": "Ontwikkelaars",
"themes": "Thema's",
"about": "Over ons",
"url": "URL",
"welcome": "Welkom",
"logout": "Afmelden",
"website": "Website",
"publish": "Gepubliceerd",
"manage": "Beheer",
"content": "Inhoud",
"category": "Categorie",
"categories": "Categorieën",
"users": "Gebruikers",
"settings": "Instellingen",
"general": "Algemeen",
"advanced": "Geavanceerd",
"new-content": "Nieuwe inhoud",
"manage-content": "Inhoud beheren",
"add-new-content": "Nieuwe inhoud toevoegen",
"new-category": "Nieuwe categorie",
"you-do-not-have-sufficient-permissions": "Onvoldoende rechten voor deze opdracht",
"add-a-new-user": "Nieuwe gebruiker toevoegen",
"url-associated-with-the-content": "URL voor deze inhoud.",
"language-and-timezone": "Taal en tijdzone",
"change-your-language-and-region-settings": "Instellingen voor taal en regio aanpassen.",
"navigation": "Navigatie",
"notifications": "Notificaties",
"plugin-activated": "Plug-in ingeschakeld",
"plugin-deactivated": "Plug-in uitgeschakeld",
"new-theme-configured": "Nieuw thema geconfigureerd",
"settings-changes": "Instellingen aangepast",
"plugin-configured": "Plug-in geconfigureerd",
"welcome-to-bludit": "Welkom bij Bludit",
"statistics": "Statistieken",
"drafts": "Concepten",
"title": "Titel",
"save": "Opslaan",
"save-as-draft": "Als concept opslaan",
"cancel": "Annuleren",
"description": "Omschrijving",
"this-field-can-help-describe-the-content": "Dit veld kan gebruikt worden om de inhoud kort te omschrijven. Niet meer dan 150 karakters.",
"images": "Afbeeldingen",
"error": "Fout",
"supported-image-file-types": "Ondersteunde afbeeldingsformaten",
"cover-image": "Omslagfoto",
"drag-and-drop-or-click-here": "Sleep hierheen of klik hier",
"there-are-no-images": "Er zijn geen afbeeldingen",
"upload-and-more-images": "Uploaden en meer afbeeldingen",
"click-on-the-image-for-options": "Klik op de afbeelding voor opties.",
"click-here-to-cancel": "Klik hier om te annuleren.",
"insert-image": "Afbeelding invoegen",
"set-as-cover-image": "Als omslagfoto instellen",
"delete-image": "Afbeelding verwijderen",
"tags": "Tags",
"add": "Toevoegen",
"status": "Status",
"published": "Gepubliceerd",
"draft": "Concept",
"empty-title": "Geen titel",
"empty": "leeg",
"date": "Datum",
"external-cover-image": "Externe omslagfoto",
"parent": "Bovenliggend item",
"full-image-url": "Volledige afbeelding URL.",
"this-field-is-used-when-you-order-the-content-by-position": "Dit veld wordt gebruikt wanneer de inhoud op positie is gesorteerd.",
"position": "Positie",
"friendly-url": "Gebruiksvriendelijke URL",
"image-description": "Omschrijving voor afbeelding",
"add-a-new-category": "Nieuwe categorie toevoegen",
"name": "Naam",
"username": "Gebruikersnaam",
"quick-search-pages-and-menu": "Pagina's en menu doorzoeken",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Statistieken",
"visits-today": "Bezoeken vandaag",
"unique-visitors": "Unieke bezoekers",
"search-placeholder": "Doorzoek pagina's, inhoud en menu-items...",
"no-results-found": "Geen resultaten gevonden",
"first-name": "Voornaam",
"last-name": "Achternaam",
"to-schedule-the-content-select-the-date-and-time": "Selecteer de datum en tijd om de publicatie in te plannen. De status moet worden ingesteld op \"Gepubliceerd\".",
"email": "E-mail",
"role": "Rol",
"registered": "Geregistreerd",
"site-information": "Informatie site",
"site-title": "Titel van de site",
"use-this-field-to-name-your-site": "Titel van de site (wordt op iedere pagina getoond).",
"site-slogan": "Slogan voor de site",
"use-this-field-to-add-a-catchy-phrase": "Voer een catchy slogan in voor de site.",
"site-description": "Omschrijving van de site",
"you-can-add-a-site-description-to-provide": "Korte omschrijving van de site.",
"footer-text": "Voettekst",
"you-can-add-a-small-text-on-the-bottom": "Plaats hier een korte tekst (bijvoorbeeld de copyright, datum of merknaam)",
"social-networks-links": "Link sociale media",
"site-url": "URL van de site",
"email-account-settings": "Instellingen E-mailaccount",
"sender-email": "Afzender",
"emails-will-be-sent-from-this-address": "E-mails zullen vanaf dit adres verzonden worden.",
"url-filters": "URL-filters",
"select-your-sites-language": "Selecteer de taal.",
"timezone": "Tijdzone",
"select-a-timezone-for-a-correct": "Selecteer de tijdzone.",
"locale": "Lokaal",
"date-and-time-formats": "Formaat datum en tijd",
"date-format": "Formaat datums",
"current-format": "Huidig formaat",
"version": "Versie",
"author": "Auteur",
"activate": "Activeren",
"deactivate": "Deactiveren",
"edit-category": "Categorie aanpassen",
"delete": "Verwijderen",
"password": "Wachtwoord",
"confirm-password": "Bevestig wachtwoord",
"editor": "Editor",
"administrator": "Beheerder",
"edit-user": "Gebruiker aanpassen",
"edit-content": "Inhoud aanpassen",
"profile": "Profiel",
"change-password": "Wachtwoord veranderen",
"enabled": "Ingeschakeld",
"disable-the-user": "Gebruiker deactiveren",
"profile-picture": "Profielfoto",
"edit-or-delete-your-categories": "Categorieën aanpassen of verwijderen",
"create-a-new-category-to-organize-your-content": "Maak een nieuwe categorie aan om de inhoud te organiseren",
"confirm-delete-this-action-cannot-be-undone": "Bevestig het verwijderen, dit kan niet ongedaan worden gemaakt.",
"do-you-want-to-disable-the-user": "Gebruiker deactiveren?",
"new-password": "Nieuw wachtwoord",
"you-can-change-this-field-when-save-the-current-changes": "U kunt dit veld pas wijzigen nadat de huidige wijzigingen zijn opgeslagen.",
"items-per-page": "Items per pagina",
"invite-a-friend-to-collaborate-on-your-site": "Nodig een vriend uit om samen te werken op uw site",
"number-of-items-to-show-per-page": "Aantal items dat per pagina wordt weergegeven.",
"website-or-blog": "Website of Blog",
"order-content-by": "Inhoud sorteren op",
"edit-or-delete-content-from-your-site": "Inhoud aanpassen of verwijderen van de website",
"order-the-content-by-date-to-build-a-blog": "Sorteer de inhoud op datum om een Blog te maken, sorteer op positie om een Website te bouwen.",
"default-content-status": "Standaardstatus voor inhoud",
"default-status-for-new-content": "Kies of nieuwe inhoud standaard als Gepubliceerd of Concept wordt aangemaakt.",
"page-not-found-content": "Het lijkt erop dat deze pagina niet bestaat.",
"page-not-found": "Pagina niet gevonden",
"predefined-pages": "Voorgedefinieerde pagina's",
"returning-page-when-the-page-doesnt-exist": "Pagina die gebruikt wordt wanneer de gezochte pagina niet bestaat. Laat dit leeg als u een standaardbericht wilt tonen.",
"returning-page-for-the-main-page": "Pagina die gebruikt wordt als hoofdpagina. Laat dit leeg als u de meest recente inhoud op de hoofdpagina wilt tonen.",
"full-url-of-your-site": "Volledige URL van uw site, compleet met het protocol HTTP of HTTPS (alleen als u SSL op uw server hebt ingeschakeld).",
"with-the-locales-you-can-set-the-regional-user-interface": "Met de taalinstellingen kunt u de regionale gebruikersinterface instellen, zoals de datums in uw taal. De landinstellingen moeten op uw systeem zijn geïnstalleerd.",
"bludit-installer": "Bludit Installatieprogramma",
"choose-your-language": "Selecteer de gewenste taal",
"next": "Volgende",
"complete-the-form-choose-a-password-for-the-username-admin": "Vul het formulier in en kies een wachtwoord voor de gebruikersnaam « admin »",
"show-password": "Wachtwoord tonen",
"install": "Installeren",
"login": "Inloggen",
"back-to-login-form": "Terug naar inlogformulier",
"get-login-access-code": "Toegangscode opvragen",
"email-access-code": "Toegangscode mailen",
"whats-next": "Vervolgstappen",
"username-or-password-incorrect": "Gebruikersnaam of wachtwoord is onjuist",
"follow-bludit-on": "Volg Bludit via",
"this-is-a-brief-description-of-yourself-our-your-site": "Dit is een korte omschrijving van uzelf of uw site. Ga om de tekst te veranderen naar Administratiepaneel, Instellingen, Plug-ins en configureer de plug-in \"Over mij\".",
"new-version-available": "Nieuwe versie beschikbaar",
"new-category-created": "Nieuwe categorie aangemaakt",
"category-deleted": "Categorie verwijderd",
"category-edited": "Categorie aangepast",
"new-user-created": "Nieuwe gebruiker aangemaakt",
"user-edited": "Gebruiker aangepast",
"user-deleted": "Gebruiker verwijderd",
"recommended-for-recovery-password-and-notifications": "Aanbevolen voor wachtwoordherstel en notificaties.",
"authentication-token": "Authenticatietoken",
"token": "Token",
"current-status": "Huidige status",
"upload-image": "Afbeelding uploaden",
"the-changes-have-been-saved": "De veranderingen zijn opgeslagen",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Deze titel wordt bijna altijd gebruikt in de zijbalk van de site.",
"password-must-be-at-least-6-characters-long": "Wachtwoord moet minimaal 6 tekens bevatten",
"ip-address-has-been-blocked": "IP-adres is geblokkeerd.",
"try-again-in-a-few-minutes": "Probeer het over enkele minuten opnieuw.",
"content-published-from-scheduler": "Inhoud gepubliceerd volgens planning",
"blog": "Blog",
"complete-all-fields": "Vul alle velden in",
"static": "Statisch",
"about-your-site-or-yourself": "Over u of uw site",
"homepage": "Startpagina",
"disabled": "Uitgeschakeld",
"to-enable-the-user-you-must-set-a-new-password": "Stel een nieuw wachtwoord in om de gebruiker in te schakelen.",
"delete-the-user-and-associate-his-content-to-admin-user": "Verwijder de gebruiker en koppel de inhoud van de gebruiker aan de beheerdersaccount",
"delete-the-user-and-all-his-content": "Verwijder de gebruiker inclusief de inhoud van de gebruiker",
"user-disabled": "Gebruiker uitgeschakeld",
"user-password-changed": "Wachtwoord gebruiker veranderd",
"the-password-and-confirmation-password-do-not-match": "Het wachtwoord en de bevestiging komen niet overeen",
"scheduled-content": "Geplande inhoud",
"there-are-no-scheduled-content": "Er is geen ingeplande inhoud.",
"new-content-created": "Nieuwe inhoud aangemaakt",
"content-edited": "Inhoud aangepast",
"content-deleted": "Inhoud verwijderd",
"undefined": "Niet opgegeven",
"create-new-content-for-your-site": "Maak nieuwe inhoud voor de site",
"order-items-by": "Items sorteren op",
"all-content": "Alle inhoud",
"dynamic": "Dynamisch",
"type": "Type",
"draft-content": "Concepten",
"post": "Plaatsen",
"default": "Standaard",
"latest-content": "Recente inhoud",
"default-message": "Standaardbericht",
"no-parent": "Geen bovenliggend item",
"have-you-seen-my-ball": "Heb jij mijn bal gezien?",
"pagebreak": "Pagina-einde",
"pages": "Pagina",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Deze plug-in wordt mogelijk niet ondersteund door deze versie van Bludit",
"previous": "Vorige",
"previous-page": "Vorige pagina",
"next-page": "Volgende pagina",
"scheduled": "Ingepland",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Deze token is gelijk aan een wachtwoord en dient daarom niet gedeeld te worden.",
"congratulations-you-have-successfully-installed-your-bludit": "Gefeliciteerd! Bludit is nu geïnstalleerd.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dit thema wordt mogelijk niet ondersteund door deze versie van Bludit",
"read-more": "Lees verder",
"remember-me": "Onthouden",
"plugins-position": "Volgorde plug-ins",
"plugins-sorted": "Plug-ins gesorteerd",
"plugins-position-changed": "Volgorde plug-ins gewijzgd",
"drag-and-drop-to-set-the-position-of-the-plugin": "Sleep de plug-ins in de gewenste volgorde",
"change-the-position-of-the-plugins": "Volgorde van de plug-ins wijzigen",
"reading-time": "Geschatte leestijd",
"minutes": "minuten",
"minute": "minuut",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel with the username `admin` and the password you set in the installation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel, you can change the title, description and the social networks from Settings > General.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook, Twitter and YouTube or visit our Blog.",
"example-page-4-slug": "over",
"example-page-4-title": "Over",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "De PHP-extensie \"zip\" is niet geïnstalleerd of ingeschakeld. Installeer deze extensie om gebruik te kunnen maken van deze plug-in.",
"there-are-no-sticky-pages-at-this-moment": "Er zijn geen vastgezette pagina's.",
"there-are-no-scheduled-pages-at-this-moment": "Er zijn geen pagina's met geplande publicatie.",
"update": "Updaten",
"template": "Sjabloon",
"nickname": "Roepnaam",
"disable-user": "Gebruiker uitschakelen",
"delete-user-and-keep-content": "Gebruiker verwijderen en inhoud van de gebruiker behouden",
"delete-user-and-delete-content": "Gebruiker inclusief inhoud verwijderen (pas op!)",
"social-networks": "Sociale netwerken",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Aantal minuten tussen automatisch opslaan.",
"extreme-friendly-url": "Extreem gebruiksvriendelijke URL",
"title-formats": "Formaten voor titels",
"delete-content": "Inhoud verwijderen",
"are-you-sure-you-want-to-delete-this-page": "Deze pagina verwijderen?",
"sticky": "Vastgezet",
"actions": "Acties",
"edit": "Bewerken",
"options": "Opties",
"enter-title": "Voer titel in",
"media-manager": "Mediabeheer",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Gebruik een externe URL voor de omslagfoto, zoals een CDN of andere speciale server voor afbeeldingen.",
"user": "Gebruiker",
"date-format-format": "Formaat datums: YYYY-MM-DD Hours:Minutes:Seconds",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Voer de beginletters van een paginatitel in om een lijst met suggesties op te roepen.",
"field-used-when-ordering-content-by-position": "Gebruikt wanneer de inhoud op positie is gesorteerd",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Voer de naam van een sjabloon in indien het thema toestaat dat verschillende sjablonen worden toegewezen aan individuele pagina's.",
"write-the-tags-separated-by-commas": "Voer tags in, gescheiden door een komma.",
"apply-code-noindex-code-to-this-page": "noindex op deze pagina toepassen.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Dit geeft aan voor zoekmachines dat deze pagina niet mag worden opgenomen in hun zoekresultaten.",
"apply-code-nofollow-code-to-this-page": "nofollow op deze pagina toepassen.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Dit geeft aan voor zoekmachines dat links op deze pagina niet mogen worden gevolgd.",
"apply-code-noarchive-code-to-this-page": "noarchive op deze pagina toepassen.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Dit geeft aan voor zoekmachines dat ze geen kopie van deze pagina mogen cachen.",
"uncategorized": "Geen categorie",
"done": "Voltooid",
"delete-category": "Categorie verwijderen",
"are-you-sure-you-want-to-delete-this-category?": "Deze categorie verwijderen?",
"confirm-new-password": "Nieuw wachtwoord bevestigen",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "De roepnaam wordt gebruikt door thema's om de auteur van de inhoud weer te geven",
"allow-unicode": "Unicode toestaan",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Sta Unicode-tekens toe in de URL en enkele andere onderdelen van het systeem.",
"variables-allowed": "Ondersteunde variabelen",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Versleep de plug-ins om de volgorde te wijzigen.",
"seo": "SEO",
"documentation": "Documentatie",
"forum-support": "Ondersteuning via Forum",
"chat-support": "Ondersteuning via Chat",
"quick-links": "Snelle links",
"leave-empty-for-autocomplete-by-bludit": "Laat leeg voor auto-aanvullen door Bludit.",
"choose-a-password-for-the-user-admin": "Kies wachtwoord voor de gebruiker admin",
"access-denied": "Geen toegang",
"choose-images-to-upload": "Kies afbeeldingen om te uploaden",
"insert": "Invoegen",
"upload": "Uploaden",
"autosave": "Automatisch opslaan",
"the-content-is-saved-as-a-draft-to-publish-it": "De inhoud is opgeslagen als concept. Klik op Gepubliceerd om de pagina publiek te maken of op Concept om er later verder aan te werken.",
"site": "Site",
"first": "Eerste",
"last": "Laatste",
"there-are-no-pages-at-this-moment": "Er zijn geen pagina's.",
"there-are-no-static-pages-at-this-moment": "Er zijn geen statische pagina's.",
"there-are-no-draft-pages-at-this-moment": "Er zijn geen concepten.",
"good-morning": "Goedemorgen",
"good-afternoon": "Goedemiddag",
"good-evening": "Goedenavond",
"good-night": "Goedenavond",
"hello": "Hallo",
"there-are-no-images-for-the-page": "Er zijn geen afbeeldingen voor de pagina.",
"select-cover-image": "Kies omslagfoto",
"this-plugin-depends-on-the-following-plugins": "De plug-in heeft de volgende afhankelijkheden:",
"no-pages-found": "Geen pagina's gevonden.",
"system-updated": "Systeem geüpdatet.",
"security": "Beveiliging",
"remove-cover-image": "Omslagfoto herstellen",
"width": "Breedte",
"height": "Hoogte",
"quality": "Kwaliteit",
"thumbnails": "Thumbnails",
"thumbnail": "Thumbnail",
"thumbnail-width-in-pixels": "Breedte thumbnails in pixels (px).",
"thumbnail-height-in-pixels": "Hoogte thumbnails in pixels (px).",
"thumbnail-quality-in-percentage": "Kwaliteit thumbnails in procenten (%).",
"maximum-load-file-size-allowed:": "Maximale bestandsgrootte voor uploads:",
"file-type-is-not-supported": "Dit bestandstype is niet toegestaan. Wel toegestaan zijn:",
"page-content": "Inhoud pagina",
"markdown-parser": "Markdown-parser",
"site-logo": "Logo website",
"search": "Zoeken",
"search-plugins": "Plug-ins zoeken",
"enabled-plugins": "Ingeschakelde plug-ins",
"disabled-plugins": "Uitgeschakelde plug-ins",
"remove-logo": "Logo verwijderen",
"preview": "Voorbeeld",
"author-can-write-and-edit-their-own-content": "Auteur: Kan eigen inhoud creëren en bewerken. Editor: Kan ook de inhoud van andere gebruikers bewerken.",
"custom-fields": "Eigen velden",
"define-custom-fields-for-the-content": "Definieer eigen inhoudsvelden. Lees meer over eigen velden in de documentatie.",
"start-typing-to-see-a-list-of-suggestions": "Voer de beginletters in om een lijst met suggesties op te roepen.",
"view": "Bekijken",
"insert-thumbnail": "Thumbnail invoegen",
"insert-linked-thumbnail": "Thumbnail met link invoegen",
"no-categories": "Geen categorieën",
"no-tags": "Geen tags",
"thumbnail-generation": "Thumbnails aanmaken",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Bepaal of er automatisch thumbnails worden gemaakt bij het uploaden van afbeeldingen."
}
================================================
FILE: bl-languages/pl_PL.json
================================================
{
"language-data": {
"native": "Polski (Polska)",
"english-name": "Polish",
"locale": "pl, pl_PL",
"last-update": "2018-10-28",
"authors": [
"Dawid Stawicki",
"kontakt: dawid.stawicki@windowslive.com",
"strona: http:\/\/stawicki.at",
""
]
},
"dates": {
"Mon": "Pon",
"Tue": "Wto",
"Wed": "Śro",
"Thu": "Czw",
"Fri": "Pią",
"Sat": "Sob",
"Sun": "Nie",
"Monday": "Poniedziałek",
"Tuesday": "Wtorek",
"Wednesday": "Środa",
"Thursday": "Czwartek",
"Friday": "Piątek",
"Saturday": "Sobota",
"Sunday": "Niedziela",
"Jan": "Sty",
"Feb": "Lut",
"Mar": "Mar",
"Apr": "Kwie",
"Jun": "Cze",
"Jul": "Lip",
"Aug": "Sie",
"Sep": "Wrz",
"Oct": "Paź",
"Nov": "Lis",
"Dec": "Gru",
"January": "Styczeń",
"February": "Luty",
"March": "Marzec",
"April": "Kwiecień",
"May": "Maj",
"June": "Czerwiec",
"July": "Lipiec",
"August": "Sierpień",
"September": "Wrzesień",
"October": "Październik",
"November": "Listopad",
"December": "Grudzień"
},
"dashboard": "Kokpit",
"manage-users": "Zarządzanie użytkownikami",
"manage-categories": "Zarządzanie kategoriami",
"general-settings": "Ustawienia",
"advanced-settings": "Zaawansowane",
"thanks-for-supporting-bludit": "Dzięki za wspieranie Bludit",
"upgrade-to-bludit-pro": "Zaktualizuj do wersji Bludit PRO",
"language": "Język",
"plugin": "Plugin",
"plugins": "Wtyczki",
"developers": "Twórcy",
"themes": "Motywy",
"about": "O mnie",
"url": "URL",
"welcome": "Cześć, ",
"logout": "Wyloguj",
"website": "Powrót do strony",
"publish": "Opublikuj",
"manage": "Zarządzanie",
"content": "Zawartość",
"category": "Kategoria",
"categories": "Kategorie",
"users": "Użytkownicy",
"settings": "Ustawienia",
"general": "Ogólne",
"advanced": "Zaawansowane",
"new-content": "Nowa zawartość",
"manage-content": "Zarządzanie zawartością",
"add-new-content": "Dodaj nową zawartość",
"new-category": "Nowa kategoria",
"you-do-not-have-sufficient-permissions": "Nie masz dostępu do tego. Prosimy o kontakt z administratorem strony.",
"add-a-new-user": "Nowy użytkownik",
"url-associated-with-the-content": "Adres URL skojarzony z treścią strony.",
"language-and-timezone": "Język i czas",
"change-your-language-and-region-settings": "Zmień język i ustawienia regionu strony.",
"notifications": "Powiadomienia",
"plugin-activated": "Wtyczka została włączona",
"plugin-deactivated": "Wtyczka została wyłączona",
"new-theme-configured": "Nowy motyw został skonfigurowany",
"settings-changes": "Dokonano zmian w ustawieniach",
"plugin-configured": "Ustawienia wtyczki zostały zapisane",
"welcome-to-bludit": "Witamy w Bludit",
"statistics": "Statystyki",
"drafts": "Szkice",
"title": "Tytuł",
"save": "Zapisz",
"save-as-draft": "Zapisz jako szkic",
"cancel": "Anuluj",
"description": "Opis",
"this-field-can-help-describe-the-content": "To pole pomoże krótko opisać Twój wpis w kilku słowach. Nie więcej niż 150 znaków.",
"images": "Obrazki",
"error": "Błąd",
"supported-image-file-types": "Wspierane formaty graficzne",
"cover-image": "Okładka wpisu",
"drag-and-drop-or-click-here": "Przenieś i upuść lub kliknij tutaj",
"there-are-no-images": "Brak obrazków",
"upload-and-more-images": "Prześlij więcej obrazków",
"click-on-the-image-for-options": "Kliknij na obrazek, aby wyświetlić więcej opcji.",
"click-here-to-cancel": "Anuluj.",
"insert-image": "Wprowadź obrazek",
"set-as-cover-image": "Ustaw jako okładkę wpisu",
"delete-image": "Usuń",
"tags": "Tagi",
"add": "Dodaj",
"status": "Status",
"published": "Opublikowany",
"draft": "Szkic",
"empty-title": "Brak tytułu",
"empty": "empty",
"date": "Data wpisu",
"external-cover-image": "Zewnętrzny adres URL okładki",
"parent": "Rodzic",
"full-image-url": "Dokładny adres URL obrazka.",
"this-field-is-used-when-you-order-the-content-by-position": "Pole to pozwoli organizować treści, gdy wpisy sortowane są według pozycji (więcej w ustawieniach zaawansowanych).",
"position": "Pozycja wpisu",
"friendly-url": "Przyjazny odnośnik URL",
"image-description": "Opis obrazka",
"add-a-new-category": "Dodaj nową kategorię",
"name": "Nazwa",
"username": "Użytkownik",
"quick-search-pages-and-menu": "Szybkie wyszukiwanie stron i menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analityka",
"visits-today": "Wizyty dzisiaj",
"unique-visitors": "Unikalni odwiedzający",
"search-placeholder": "Szukaj stron, treści i elementów menu...",
"no-results-found": "Nie znaleziono wyników",
"first-name": "Imię",
"last-name": "Nazwisko",
"to-schedule-the-content-select-the-date-and-time": "Aby opóźnić publikację, ustaw datę i czas a następnie przestaw status wpisu na \"Opublikowany\".",
"email": "Email",
"role": "Rola",
"registered": "Data rejestracji",
"site-information": "Informacje o stronie",
"site-title": "Nazwa strony",
"use-this-field-to-name-your-site": "Nazwa strony zostanie wyświetlona na każdej podstronie Twojej witryny.",
"site-slogan": "Slogan strony",
"use-this-field-to-add-a-catchy-phrase": "Krótki i chwytliwy slogan Twojej strony.",
"site-description": "Opis strony",
"you-can-add-a-site-description-to-provide": "Wprowadź opis strony, aby wyjaśnić jej przeznaczenie.",
"footer-text": "Tekst w stopce",
"you-can-add-a-small-text-on-the-bottom": "Krótka informacja wyświetlająca się na każdej podstronie. Dla przykładu: prawa autorskie, właściciel, data, etc.",
"social-networks-links": "Odnośniki do serwisów społecznościowych",
"site-url": "Adres URL strony",
"email-account-settings": "Ustawienia konta email",
"sender-email": "Adres nadawcy",
"emails-will-be-sent-from-this-address": "Wszystkie wiadomości email będą wysyłane z tego adresu.",
"url-filters": "Filtry URL",
"select-your-sites-language": "Wybierz język strony",
"timezone": "Strefa czasowa",
"select-a-timezone-for-a-correct": "Wybierz strefę czasową by prawidłowo wyświetlać datę\/czas na Twojej stronie.",
"locale": "Lokalizacja",
"date-and-time-formats": "Format daty i czasu",
"date-format": "Format daty",
"current-format": "Format",
"version": "Wersja",
"author": "Autor",
"activate": "Aktywuj",
"deactivate": "Dezaktywuj",
"edit-category": "Edytuj kategorię",
"delete": "Usuń",
"password": "Hasło",
"confirm-password": "Potwierdzenie hasła",
"editor": "Redaktor",
"administrator": "Administrator",
"edit-user": "Edycja użytkownika",
"edit-content": "Edytuj zawartość",
"profile": "Profil",
"change-password": "Zmień hasło",
"enabled": "Włączony",
"disable-the-user": "Wyłącz użytkownika",
"profile-picture": "Zdjęcie profilowe",
"edit-or-delete-your-categories": "Edytuj lub usuń wybrane kategorie",
"create-a-new-category-to-organize-your-content": "Utwórz nową kategorię, aby zorganizować swoją zawartość",
"confirm-delete-this-action-cannot-be-undone": "Potwierdzenie usunięcia. Ta operacja jest nieodwracalna.",
"do-you-want-to-disable-the-user": "Czy na pewno chcesz wyłączyć tego użytkownika?",
"new-password": "Nowe hasło",
"you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.",
"items-per-page": "Pozycji na stronę",
"invite-a-friend-to-collaborate-on-your-site": "Zaproś znajomego do współpracy w witrynie",
"number-of-items-to-show-per-page": "Liczba pozycji do wyświetlenia na stronę.",
"website-or-blog": "Strona lub wpis na bloga",
"order-content-by": "Sortuj zawartość wg.",
"edit-or-delete-content-from-your-site": "Edytuj lub usuń zawartość swojej strony",
"order-the-content-by-date-to-build-a-blog": "Sortuj zawartość według daty, aby utrzymać formę witryny jako bloga. Sortowanie według pozycji sugeruje się witrynom typu serwis internetowy.",
"default-content-status": "Domyślny status treści",
"default-status-for-new-content": "Wybierz, czy nowa treść ma być domyślnie tworzona jako Opublikowana czy Szkic.",
"page-not-found-content": "Hejże! Wygląda na to, że ta strona nie istnieje.",
"page-not-found": "Strona nie istnieje",
"predefined-pages": "Predefiniowane strony",
"returning-page-when-the-page-doesnt-exist": "Wybierz pozycję, która zawierać będzie stronę błędu. Pozostaw to pole puste, aby utrzymać domyślny komunikat błędu.",
"returning-page-for-the-main-page": "Wybierz pozycję, która będzie wyświetlana jako strona główna Twojej witryny. Pozostaw to pole puste, aby utrzymać domyślne ustawienia.",
"full-url-of-your-site": "Wprowadź pełny adres URL Twojej strony, łącznie z protokołem HTTP lub HTTPS (tylko wtedy, kiedy masz włączoną funkcję SSL na serwerze).",
"with-the-locales-you-can-set-the-regional-user-interface": "Lokalizacje wspomagają określić informacje tj. język interfejsu czy format daty.",
"bludit-installer": "Instalator Bludit",
"choose-your-language": "Wybierz swój język",
"next": "Dalej",
"complete-the-form-choose-a-password-for-the-username-admin": "Uzupełnij formularz, wybierz hasło dla użytkownika « admin »",
"show-password": "Pokaż hasło",
"install": "Zainstaluj",
"login": "Zaloguj",
"back-to-login-form": "Powrót do logowania",
"get-login-access-code": "Otrzymaj kod dostępu logowania",
"email-access-code": "Otrzymaj kod dostępu poprzez e-mail",
"whats-next": "Co teraz?",
"username-or-password-incorrect": "Nazwa użytkownika lub hasło jest nieprawidłowe",
"follow-bludit-on": "obserwuj Bludit w serwisach",
"this-is-a-brief-description-of-yourself-our-your-site": "To jest krótki opis strony lub Ciebie. Aby zmienić treść tej strony udaj się do kokpitu, a następnie przejdź w ustawienia, wtyczki i wybierz konfigurację na liście O mnie.",
"new-version-available": "Nowa wersja jest już dostępna",
"new-category-created": "Utworzono nową kategorię",
"category-deleted": "Kategoria została usunięta",
"category-edited": "Zmodyfikowano kategorię",
"new-user-created": "Utworzono nowego użytkownika",
"user-edited": "Zmodyfikowano użytkownika",
"user-deleted": "Użytkownik został usunięty",
"recommended-for-recovery-password-and-notifications": "Używany w celu odzyskania hasła i odbierania powiadomień.",
"authentication-token": "Token autoryzacji",
"token": "Token",
"current-status": "Aktualny status",
"upload-image": "Wyślij obrazek",
"the-changes-have-been-saved": "Zmiany zostały zapisane",
"label": "Label",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "Hasło musi zawierać przynajmniej 6 znaków",
"ip-address-has-been-blocked": "Adres IP został zablokowany.",
"try-again-in-a-few-minutes": "Spróbuj ponownie za kilka minut.",
"content-published-from-scheduler": "Zawartość opublikowana automatycznie",
"blog": "Blog",
"complete-all-fields": "Uzupełnij wszystkie pola",
"static": "Strony",
"about-your-site-or-yourself": "O stronie lub o Tobie",
"homepage": "Strona domowa",
"disabled": "Wyłączony",
"to-enable-the-user-you-must-set-a-new-password": "Aby aktywować tego użytkownika, musisz wprowadzić nowe hasło.",
"delete-the-user-and-associate-his-content-to-admin-user": "Usuń użytkownika i przenieś całą jego zawartość do konta administratora",
"delete-the-user-and-all-his-content": "Usuń tego użytkownika łącznie z jego zawartością",
"user-disabled": "Użytkownik został wyłączone",
"user-password-changed": "Zmodyfikowano hasło użytkownika",
"the-password-and-confirmation-password-do-not-match": "Wprowadzone hasła nie pasują do siebie",
"scheduled-content": "Zaplanowane wpisy",
"there-are-no-scheduled-content": "Brak zaplanowanej zawartości.",
"new-content-created": "Utworzono nową zawartość",
"content-edited": "Edytowano zawartość",
"content-deleted": "Usuniętyo zawartość",
"undefined": "Niezdefiniowany",
"create-new-content-for-your-site": "Utwórz nową zawartość swojej strony",
"order-items-by": "Sortuj wg.",
"all-content": "Cała zawartość",
"dynamic": "Dynamiczny",
"type": "Typ",
"draft-content": "Szkice",
"post": "Post",
"default": "Domyślny",
"latest-content": "Ostatnia zawartość",
"default-message": "Domyślny komunikat",
"no-parent": "Brak rodzica",
"have-you-seen-my-ball": "Widziałeś moją piłkę?",
"pagebreak": "Podział strony",
"pages": "Wpisy",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Wtyczka ta być może nie jest kompatybilna z tą wersją Bludit",
"previous": "Wstecz",
"previous-page": "Poprzednia strona",
"next-page": "Kolejna strona",
"scheduled": "Zaplanowane",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Token generowany jest na podstawie hasła, nie udostępniaj go nikomu.",
"congratulations-you-have-successfully-installed-your-bludit": "Gratulacje, **Bludit** został zainstalowany pomyślnie.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Ten motyw może być niekompatybilny z Twoją wersją Bludit",
"read-more": "Czytaj dalej",
"remember-me": "Zapamiętaj mnie",
"plugins-position": "Pozycja wtyczki",
"plugins-sorted": "Posortowane wtyczki",
"plugins-position-changed": "Pozycje wtyczek zostały zmienione",
"drag-and-drop-to-set-the-position-of-the-plugin": "Chwyć, a następnie upuść, aby zmienić pozycję wtyczki.",
"change-the-position-of-the-plugins": "Dostosuj pozycje wtyczek",
"reading-time": "Czas czytania",
"minutes": "minut",
"minute": "minuta",
"example-page-1-slug": "utworz-wlasna-tresc",
"example-page-1-title": "Utwórz własną treść",
"example-page-1-content": "Zacznij tworzyć własną treść lub edytuj tą, którą dostarczono z instalatorem jako przykład do Twoich potrzeb. Aby utworzyć, edytować lub usuwać treści, zaloguj się do [kokpitu](.\/admin) podając jako nazwę użytkownika login `admin` oraz hasło, które wprowadziłeś podczas instalacji.",
"example-page-2-slug": "skonfiguruj-nowa-witryne",
"example-page-2-title": "Skonfiguruj nową witrynę",
"example-page-2-content": "Zarządzaj ustawieniami witryny bezpośrednio z [kokpitu](.\/admin). To właśnie tam możesz edytować nazwę strony, opis oraz zarządzać odnośnikami do społeczności z lokalizacji [Ustawienia > Ogólne](.\/admin\/settings).",
"example-page-3-slug": "obserwuj-bludit",
"example-page-3-title": "Obserwuj Bludit",
"example-page-3-content": "Otrzymuj bieżące informacje o nowościach, aktualizacjach, nowych motywach i funkcjach za pośrednictwem naszych sieci społecznościowych Facebook<\/a>, Twitter<\/a> oraz YouTube<\/a> lub odwiedź nasz Blog<\/a>.",
"example-page-4-slug": "o-mnie",
"example-page-4-title": "O mnie",
"example-page-4-content": "Podstrona *o mnie* to typowa i zwykle najpopularniejsza część każdej witryny. To właśnie tutaj w kilku prostych słowach możesz opisać to, kim jesteś, co robisz i jak się z Tobą skontaktować.",
"the-extension-zip-is-not-installed": "Rozszerzenie zip nie jest zainstalowane, aby używać tej wtyczki, musisz zainstalować rozszerzenie.",
"there-are-no-sticky-pages-at-this-moment": "Na tę chwilę nie ma żadnych przyklejonych treści.",
"there-are-no-scheduled-pages-at-this-moment": "Na tę chwilę nie ma żadnych zaplanowanych treści.",
"update": "Aktualizuj",
"template": "Szablon",
"nickname": "Użytkownik",
"disable-user": "Wyłącz użytkownika",
"delete-user-and-keep-content": "Usuń użytkownika",
"delete-user-and-delete-content": "Usuń użytkownika łącznie z jego zawartością (uważaj!)",
"social-networks": "Sieci społecznościowe",
"interval": "Interwał",
"number-in-minutes-for-every-execution-of-autosave": "Określa liczbę minut potrzebną do wykonania automatycznego zapisu.",
"extreme-friendly-url": "Ekstremalnie przyjazne URL",
"title-formats": "Format tytułu",
"delete-content": "Usuń zawartość",
"are-you-sure-you-want-to-delete-this-page": "Czy na pewno chcesz usunąć tę stronę?",
"sticky": "Przyklejone",
"actions": "Akcje",
"edit": "Edytuj",
"options": "Opcje",
"enter-title": "Wprowadź tytuł",
"media-manager": "Biblioteka mediów",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Ikona wpisu może znajdować się także na zewnętrznym serwerze.",
"user": "Użytkownik",
"date-format-format": "Format daty: YYYY-MM-DD Hours:Minutes:Seconds<\/code> (rok-miesiąc-dzień godziny:minuty:sekundy)",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Wprowadź początkowe znaki, aby otrzymać listę sugerowanych stron.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Wprowadź nazwę szablonu, aby przefiltrować motyw i nadać stronie inny wygląd. ",
"write-the-tags-separated-by-commas": "Wprowadź słowa kluczowe oddzielone przecinkiem.",
"apply-code-noindex-code-to-this-page": "Zastosuj noindex<\/code> dla tej strony.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "To ustawienie zabrania wyszukiwarkom wyświetlać tej strony w wynikach wyszukiwania.",
"apply-code-nofollow-code-to-this-page": "Zastosuj nofollow<\/code> dla tej strony.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "To ustawienie zabrania wyszukiwarkom śledzić odnośniki na tej stronie.",
"apply-code-noarchive-code-to-this-page": "Zastosuj noarchive<\/code> dla tej strony.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "To ustawienie zabrania wyszukiwarkom tworzyć kopii zapasowej w pamięci podręcznej dla tej strony.",
"uncategorized": "Bez kategorii",
"done": "Gotowe",
"delete-category": "Usuń kategorię",
"are-you-sure-you-want-to-delete-this-category?": "Czy na pewno chcesz usunąć tę kategorię?",
"confirm-new-password": "Potwierdź nowe hasło",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Nazwa użytkownika używana jest przeważnie w motywach strony głównej, które pozwalają wyświetlić autora konkretnych treści.",
"allow-unicode": "Zezwól na Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Włącza obsługę znaków Unicode w adresach URL i w niektórych częściach systemu.",
"variables-allowed": "Dozwolone zmienne",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Uchwyć, a następnie upuść, aby zmienć kolejność wtyczek.",
"seo": "SEO",
"documentation": "Dokumentacja",
"forum-support": "Forum wsparcia",
"chat-support": "Czat z twórcami",
"quick-links": "Na skróty",
"leave-empty-for-autocomplete-by-bludit": "Autogenerowane, jeśli zostawisz puste",
"choose-a-password-for-the-user-admin": "Wybierz hasło dla użytkownika admin<\/code>",
"access-denied": "Dostęp zabroniony",
"choose-images-to-upload": "Wybierz obrazki, aby przesłać",
"insert": "Wprowadź",
"upload": "Prześlij",
"autosave": "Autozapis",
"the-content-is-saved-as-a-draft-to-publish-it": "Poniższa treść zachowana została jako szkic. Aby opublikować ten wpis, wciśnij przycisk Opublikuj<\/b> lub, jeśli nadal chcesz nad nim pracować, Zapisz jako szkic<\/b>.",
"site": "Strona",
"first": "Pierwsza",
"last": "Ostatnia",
"there-are-no-pages-at-this-moment": "Na tę chwilę nie posiadasz żadnych stron.",
"there-are-no-static-pages-at-this-moment": "Na tę chwilę nie posiadasz żadnych stron statycznych.",
"there-are-no-draft-pages-at-this-moment": "Na tę chwilę nie posiadasz żadnych szkiców.",
"good-morning": "Dzień dobry",
"good-afternoon": "Dzień dobry",
"good-evening": "Dobry wieczór",
"good-night": "Dobry wieczór",
"hello": "Cześć",
"there-are-no-images-for-the-page": "Dla tej strony nie ma żadnych obrazków.",
"select-cover-image": "Wybierz okładkę wpisu",
"this-plugin-depends-on-the-following-plugins": "Ta wtyczka zależna jest od innych rozszerzeń",
"no-pages-found": "Nie odnaleziono żadnej strony",
"system-updated": "System jest aktualny",
"security": "Bezpieczeństwo",
"remove-cover-image": "Usuń okładkę wpisu",
"width": "Szerokość",
"height": "Wysokość",
"quality": "Jakość",
"thumbnails": "Miniatury",
"thumbnail": "Miniatura",
"thumbnail-width-in-pixels": "Ustaw szerokość miniatur wyrażaną w pikselach (px).",
"thumbnail-height-in-pixels": "Ustaw wysokość miniatur wyrażaną w pikselach (px).",
"thumbnail-quality-in-percentage": "Ustaw jakość miniatur wyrażaną w procentach (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "File type is not supported. Allowed types:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "Autor: Może pisać i edytować własne treści. Redaktor: Może pisać i edytować treści innych.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Zdefiniuj pola niestandardowe dla treści.",
"start-typing-to-see-a-list-of-suggestions": "Zacznij pisać, aby zobaczyć listę sugestii.",
"view": "View",
"insert-thumbnail": "Wstaw miniaturę",
"no-tags": "Brak tagów",
"no-categories": "Brak kategorii",
"insert-linked-thumbnail": "Wstaw podlinkowaną miniaturę",
"navigation": "Nawigacja",
"thumbnail-generation": "Generowanie miniaturek",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Włącz lub wyłącz automatyczne generowanie miniaturek podczas przesyłania obrazów."
}
================================================
FILE: bl-languages/pt_BR.json
================================================
{
"language-data": {
"native": "Português (Brasil)",
"english-name": "Portuguese (Brazil)",
"locale": "pt_BR",
"last-update": "2020-02-15",
"authors": [
"Jacques Schlender (@jcqSCH)",
"Marcelo",
"Fabiano Santos (@fabianosantosnet)",
""
]
},
"dates": {
"Mon": "Seg",
"Tue": "Ter",
"Wed": "Qua",
"Thu": "Qui",
"Fri": "Sex",
"Sat": "Sáb",
"Sun": "Dom",
"Monday": "Segunda-feira",
"Tuesday": "Terça-feira",
"Wednesday": "Quarta-feira",
"Thursday": "Quinta-feira",
"Friday": "Sexta-feira",
"Saturday": "Sábado",
"Sunday": "Domingo",
"Jan": "Jan",
"Feb": "Fev",
"Mar": "Mar",
"Apr": "Abr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Ago",
"Sep": "Set",
"Oct": "Out",
"Nov": "Nov",
"Dec": "Dez",
"January": "Janeiro",
"February": "Fevereiro",
"March": "Março",
"April": "Abril",
"May": "Maio",
"June": "Junho",
"July": "Julho",
"August": "Agosto",
"September": "Setembro",
"October": "Outubro",
"November": "Novembro",
"December": "Dezembro"
},
"dashboard": "Painel de Controle",
"manage-users": "Administrar usuários",
"manage-categories": "Administrar categorias",
"general-settings": "Ajustes gerais",
"advanced-settings": "Ajustes avançados",
"thanks-for-supporting-bludit": "Agradecemos por apoiar o Bludit",
"upgrade-to-bludit-pro": "Fazer upgrade para o Bludit PRO",
"language": "Idioma",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Desenvolvedores",
"themes": "Temas",
"about": "Sobre",
"url": "URL",
"welcome": "Bem-vindo",
"logout": "Sair",
"website": "Site",
"publish": "Publicar",
"manage": "Administrar",
"content": "Conteúdo",
"category": "Categoria",
"categories": "Categorias",
"users": "Usuários",
"settings": "Ajustes",
"general": "Geral",
"advanced": "Avançado",
"new-content": "Novo conteúdo",
"manage-content": "Administrar conteúdo",
"add-new-content": "Adicionar novo conteúdo",
"new-category": "Nova categoria",
"you-do-not-have-sufficient-permissions": "Você não tem permissão o suficiente para executar esta ação.",
"add-a-new-user": "Adicionar novo usuário",
"url-associated-with-the-content": "URL associada ao conteúdo.",
"language-and-timezone": "Idioma e fuso horário",
"change-your-language-and-region-settings": "Ajustar o idioma e a região.",
"notifications": "Notificações",
"plugin-activated": "Plugin ativado",
"plugin-deactivated": "Plugin desativado",
"new-theme-configured": "Novo tema configurado",
"settings-changes": "Alterações nos ajustes",
"plugin-configured": "Plugin configurado",
"welcome-to-bludit": "Bem-vindo ao Bludit",
"statistics": "Estatísticas",
"drafts": "Rascunhos",
"title": "Título",
"save": "Salvar",
"save-as-draft": "Salvar como rascunho",
"cancel": "Cancelar",
"description": "Descrição",
"this-field-can-help-describe-the-content": "Use este campo para descrever o seu conteúdo em poucas palavras. No máximo 150 caracteres.",
"images": "Imagens",
"error": "Erro",
"supported-image-file-types": "Tipos de imagem suportados",
"cover-image": "Imagem de capa",
"drag-and-drop-or-click-here": "Arraste e solte ou clique aqui",
"there-are-no-images": "Não há imagens",
"upload-and-more-images": "Upload e mais imagens",
"click-on-the-image-for-options": "Clique na imagem para visualizar as opções.",
"click-here-to-cancel": "Clique aqui para cancelar.",
"insert-image": "Inserir imagem",
"set-as-cover-image": "Definir como imagem de capa",
"delete-image": "Deletar imagem",
"tags": "Tags",
"add": "Adicionar",
"status": "Status",
"published": "Publicado",
"draft": "Rascunho",
"empty-title": "Título vazio",
"empty": "vazio",
"date": "Data",
"external-cover-image": "Imagem de capa externa",
"parent": "Item superior",
"full-image-url": "URL completa da imagem.",
"this-field-is-used-when-you-order-the-content-by-position": "Este campo é usado quando você ordena o conteúdo por posição.",
"position": "Posição",
"friendly-url": "URL amigável",
"image-description": "Descrição da imagem",
"add-a-new-category": "Adicionar nova categoria",
"name": "Nome",
"username": "Usuário",
"quick-search-pages-and-menu": "Pesquisa rápida de páginas e menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Análises",
"visits-today": "Visitas hoje",
"unique-visitors": "Visitantes únicos",
"search-placeholder": "Pesquisar páginas, conteúdo e itens de menu...",
"no-results-found": "Nenhum resultado encontrado",
"first-name": "Primeiro nome",
"last-name": "Sobrenome",
"to-schedule-the-content-select-the-date-and-time": "Para agendar a publicação de conteúdo, selecione a data e hora. O status precisa estar marcado como \"Publicado\".",
"email": "E-mail",
"role": "Função",
"registered": "Registrado",
"site-information": "Informação do site",
"site-title": "Título do site",
"use-this-field-to-name-your-site": "Use este campo para nomear o seu site. Este nome aparecerá no topo das suas páginas.",
"site-slogan": "Slogan do site",
"use-this-field-to-add-a-catchy-phrase": "Use este campo para adicionar uma frase que dê personalidade ao seu site.",
"site-description": "Descrição do site",
"you-can-add-a-site-description-to-provide": "Uma sugestão é adicionar um pequeno texto que descreva o que o site fala a respeito.",
"footer-text": "Texto do rodapé",
"you-can-add-a-small-text-on-the-bottom": "Uma sugestão é adicionar um pequeno texto para ser exibido na parte debaixo do site, como por exemplo: informações de copyright, ano de fundação, local, etc.",
"social-networks-links": "Links das redes sociais",
"site-url": "URL do site",
"email-account-settings": "Ajustar conta de e-mail",
"sender-email": "E-mail de remetência",
"emails-will-be-sent-from-this-address": "E-mails serão enviados deste endereço como sendo o remetente.",
"url-filters": "Filtros de URL",
"select-your-sites-language": "Selecione o idioma do seu site.",
"timezone": "Fuso horário",
"select-a-timezone-for-a-correct": "Selecione o fuso horário da sua região para que datas e horas sejam exibidas corretamente no seu site.",
"locale": "Local",
"date-and-time-formats": "Formatos de data e hora",
"date-format": "Formato da data",
"current-format": "Formato atual",
"version": "Versão",
"author": "Autor",
"activate": "Ativar",
"deactivate": "Desativar",
"edit-category": "Editar categoria",
"delete": "Deletar",
"password": "Senha",
"confirm-password": "Confirmar senha",
"editor": "Editor",
"administrator": "Administrador",
"edit-user": "Editar usuário",
"edit-content": "Editar conteúdo",
"profile": "Perfil",
"change-password": "Alterar senha",
"enabled": "Habilitado",
"disable-the-user": "Desabilitar usuário",
"profile-picture": "Imagem de perfil",
"edit-or-delete-your-categories": "Editar ou deletar suas categorias",
"create-a-new-category-to-organize-your-content": "Criar nova categoria para organizar seu conteúdo",
"confirm-delete-this-action-cannot-be-undone": "Quer mesmo deletar? Esta ação não poderá ser revertida se for executada.",
"do-you-want-to-disable-the-user": "Quer mesmo desabilitar o usuário?",
"new-password": "Nova senha",
"you-can-change-this-field-when-save-the-current-changes": "Você pode alterar este campo quando salvar as alterações atuais.",
"items-per-page": "Itens por página",
"invite-a-friend-to-collaborate-on-your-site": "Convidar um amigo para colaborar em seu site",
"number-of-items-to-show-per-page": "Número de publicações a exibir em cada página.",
"website-or-blog": "Site ou Blog",
"order-content-by": "Ordenar conteúdo por",
"edit-or-delete-content-from-your-site": "Editar ou deletar conteúdo do seu site",
"order-the-content-by-date-to-build-a-blog": "Ordene o conteúdo por data para construir um blog clássico. Ordene o conteúdo por posição para construir um site estilo portal.",
"default-content-status": "Status padrão do conteúdo",
"default-status-for-new-content": "Escolha se o novo conteúdo é criado como Publicado ou Rascunho por padrão.",
"page-not-found-content": "Vish! Parece que a página solicitada não existe.",
"page-not-found": "Página não encontrada",
"predefined-pages": "Páginas predefinidas",
"returning-page-when-the-page-doesnt-exist": "Quando a requisição do usuário não corresponder a um item existente, será exibida esta página. Por padrão, uma mensagem de alerta é exibida.",
"returning-page-for-the-main-page": "Quando o usuário requisitar a página principal do site, será exibida a página aqui escolhida. Por padrão, as últimas publicações são exibidas.",
"full-url-of-your-site": "URL completa do seu site, contendo o protocolo HTTP ou HTTPS (apenas poderá conter HTTPS se houver SSL habilitado em seu servidor).",
"with-the-locales-you-can-set-the-regional-user-interface": "A partir dos locais, é possível definir a tradução da interface para a respectiva região do usuário. Para isto, os locais devem estar instalados no seu sistema.",
"bludit-installer": "Instalador do Bludit",
"choose-your-language": "Escolha o seu idioma",
"next": "Próximo",
"complete-the-form-choose-a-password-for-the-username-admin": "Preencha o formulário, escolha uma senha para o usuário inicial que se chamará < admin ><\/b>",
"show-password": "Exibir senha",
"install": "Instalar",
"login": "Login",
"back-to-login-form": "Voltar à tela de login",
"get-login-access-code": "Obter o código de acesso para realizar o login",
"email-access-code": "Código de acesso via e-mail",
"whats-next": "Próximos passos",
"username-or-password-incorrect": "Usuário incorreto ou então senha incorreta",
"follow-bludit-on": "Seguir Bludit em",
"this-is-a-brief-description-of-yourself-our-your-site": "Aqui é exibida uma breve descrição do seu site ou então de você mesmo. Para alterar este texto, vá ao Painel de Controle, ajustes, plugins, e altere o plugin About.",
"new-version-available": "Nova versão disponível",
"new-category-created": "Nova categoria criada",
"category-deleted": "Categoria deletada",
"category-edited": "Categoria editada",
"new-user-created": "Novo usuário criado",
"user-edited": "Usuário editado",
"user-deleted": "Usuário deletado",
"recommended-for-recovery-password-and-notifications": "Recomendado para recuperação de senha e notificações.",
"authentication-token": "Token de autenticação",
"token": "Token",
"current-status": "Status atual",
"upload-image": "Upload de imagem",
"the-changes-have-been-saved": "As alterações foram salvas",
"label": "Identificação",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Este título quase sempre é usado na barra lateral do site.",
"password-must-be-at-least-6-characters-long": "A senha deve conter pelo menos 6 caracteres",
"ip-address-has-been-blocked": "O endereço IP foi bloqueado",
"try-again-in-a-few-minutes": "Tente novamente em alguns minutos",
"content-published-from-scheduler": "Conteúdo publicado através de agendamento",
"blog": "Blog",
"complete-all-fields": "Preencha todos os campos",
"static": "Estático",
"about-your-site-or-yourself": "Descrição sobre o seu site ou então sobre você mesmo",
"homepage": "Página inicial",
"disabled": "Desabilitado",
"to-enable-the-user-you-must-set-a-new-password": "Para habilitar o usuário, você precisa definir uma nova senha.",
"delete-the-user-and-associate-his-content-to-admin-user": "Deletar o usuário e passar todo seu conteúdo para a conta do administrador",
"delete-the-user-and-all-his-content": "Deletar o usuário e também todo seu conteúdo",
"user-disabled": "Usuário desabilitado",
"user-password-changed": "Senha do usuário alterada",
"the-password-and-confirmation-password-do-not-match": "A senha e a confirmação de senha não estão iguais",
"scheduled-content": "Conteúdo agendado",
"there-are-no-scheduled-content": "Não há conteúdo agendado.",
"new-content-created": "Novo conteúdo criado",
"content-edited": "Conteúdo editado",
"content-deleted": "Conteúdo deletado",
"undefined": "Indefinido",
"create-new-content-for-your-site": "Criar novo conteúdo para o seu site",
"order-items-by": "Ordenar itens por",
"all-content": "Todo conteúdo",
"dynamic": "Dinâmico",
"type": "Tipo",
"draft-content": "Conteúdo como rascunho",
"post": "Post",
"default": "Padrão",
"latest-content": "Últimas publicações",
"default-message": "Mensagem padrão",
"no-parent": "Sem item superior",
"have-you-seen-my-ball": "Você viu a minha bola?",
"pagebreak": "Quebra de página",
"pages": "Páginas",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Talvez este plugin não seja compatível com a sua versão do Bludit",
"previous": "Anterior",
"previous-page": "Página anterior",
"next-page": "Página seguinte",
"scheduled": "Agendado",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Este token é similar à senha, portanto não compartilhe com os outros.",
"congratulations-you-have-successfully-installed-your-bludit": "Parabéns! Você instalou o Bludit com sucesso.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Talvez este tema não seja compatível com a sua versão do Bludit",
"read-more": "Leia mais",
"remember-me": "Lembrar de mim",
"plugins-position": "Posições dos plugins",
"plugins-sorted": "Plugins classificados",
"plugins-position-changed": "As posições dos plugins foram alteradas",
"drag-and-drop-to-set-the-position-of-the-plugin": "Arraste e solte para definir as posições dos plugins",
"change-the-position-of-the-plugins": "Alterar as posições dos plugins",
"reading-time": "Tempo de leitura",
"minutes": "minutos",
"minute": "minuto",
"example-page-1-slug": "crie-o-seu-proprio-conteudo",
"example-page-1-title": "Crie o seu próprio conteúdo",
"example-page-1-content": "Comece a escrever o seu próprio conteúdo ou então edite o conteúdo existente, conforme a sua necessidade. Para criar, editar ou excluir conteúdo, você precisa realizar o login no [Painel de Controle](.\/admin) usando o usuário `admin` e a senha que você escolheu no processo de instalação do Bludit.",
"example-page-2-slug": "aproveite-e-va-ajustando-o-seu-site",
"example-page-2-title": "Aproveite e vá ajustando o seu site",
"example-page-2-content": "Atualize os ajustes do site pelo [Painel de Controle](.\/admin). Por lá é possível alterar o título, descrição e redes sociais que desejar expor no site. Para tal, entre em [Ajustes > Geral](.\/admin\/settings).",
"example-page-3-slug": "siga-os-canais-oficiais-do-bludit",
"example-page-3-title": "Siga os canais oficiais do Bludit",
"example-page-3-content": "Receba notícias, avisos sobre atualizações disponíveis, lançamentos de novos temas e plugins através das redes sociais do Bludit: Facebook<\/a>, Twitter<\/a> e YouTube<\/a>. Visite também o Blog<\/a> oficial.",
"example-page-4-slug": "sobre",
"example-page-4-title": "Sobre",
"example-page-4-content": "A página Sobre costuma ser uma das páginas mais visitadas do seu site. Uma sugestão é deixá-la simples e informativa, adicionando tópicos como: quem é o autor do projeto, qual a equipe que compõe o site, motivações para o projeto acontecer, meios de contato para falar com a equipe do site, etc.",
"the-extension-zip-is-not-installed": "A extensão zip não foi instalada e para usá-la é necessário que a instale.",
"there-are-no-sticky-pages-at-this-moment": "Não tem nenhuma página There are sticky no momento.",
"there-are-no-scheduled-pages-at-this-moment": "Não há nenhuma página agendada no momento.",
"update": "Atualizar",
"template": "Modelo",
"nickname": "Apelido",
"disable-user": "Desativar usuário",
"delete-user-and-keep-content": "Excluir usuário e manter o conteúdo",
"delete-user-and-delete-content": "Excluir o usuário e deletar o conteúdo (Aviso)",
"social-networks": "Redes Sociais",
"interval": "Intervalo",
"number-in-minutes-for-every-execution-of-autosave": "Número em minutos para toda execução do salvamento automático.",
"extreme-friendly-url": "URL extremamente amigável",
"title-formats": "Formato de títulos",
"delete-content": "Apagar conteúdo",
"are-you-sure-you-want-to-delete-this-page": "Você tem certeza da exclusão dessa página?",
"sticky": "Sticky",
"actions": "Ações",
"edit": "Editar",
"options": "Opções",
"enter-title": "Insira um título",
"media-manager": "Gerenciador de Mídias",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Coloque a imagem de capa de uma URL externa como um CDN ou algum servidor dedicado para imagens.",
"user": "Usuário",
"date-format-format": "Formato da data: YYYY-MM-DD Hora:Minutos:Segundos<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Inicie digitando um título de página para ver uma lista de sugestões.",
"field-used-when-ordering-content-by-position": "Campo usado quando ordena o conteúdo pela posição",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Escreva um nome de template (modelo) para filtrar a página no tema e mude o estilo dela.",
"write-the-tags-separated-by-commas": "Escreva as tags separadas por vírgula.",
"apply-code-noindex-code-to-this-page": "Aplicar noindex<\/code> nesta página.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Isso informa aos mecanismos de busca para não mostrar esta página em seus resultados.",
"apply-code-nofollow-code-to-this-page": "Aplicar nofollow<\/code> nesta página.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Isso informa aos mecanismos de busca para não seguir os links desta página.",
"apply-code-noarchive-code-to-this-page": "Aplicar noarchive<\/code> nesta página.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Isso informa aos mecanismos de busca para não armazenar em cache uma cópia dessa página.",
"uncategorized": "Não categorizada",
"done": "Feito",
"delete-category": "Deletar categoria",
"are-you-sure-you-want-to-delete-this-category?": "Está certo da exclusão dessa categoria?",
"confirm-new-password": "Confirme a nova senha",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "O apelido é quase sempre usado nos temas para exibir o autor do conteúdo",
"allow-unicode": "Permitir Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Permitir caracteres Unicode na URL e em alguma parte do sistema.",
"variables-allowed": "Variáveis permitidas",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Arraste e Solte para ordenar os plugins.",
"seo": "SEO",
"documentation": "Documentação",
"forum-support": "Suporte no Forum",
"chat-support": "Suporte no Bate-papo",
"quick-links": "Links rápidos",
"leave-empty-for-autocomplete-by-bludit": "Deixe em branco para preenchimento automático pelo Bludit.",
"choose-a-password-for-the-user-admin": "Escolha uma senha para o usuário admin<\/code>",
"access-denied": "Acesso negado",
"choose-images-to-upload": "Escolha imagens para carregar",
"insert": "Inserir",
"upload": "Enviar",
"autosave": "Salvamento automático",
"the-content-is-saved-as-a-draft-to-publish-it": "O conteúdo é salvo como um rascunho. Para publicá-lo, clique no botão PUBLICAR<\/b> ou se você ainda trabalhando nisso clique em Salvar como rascunho<\/b>.",
"site": "Site",
"first": "Primeiro",
"last": "Último",
"there-are-no-pages-at-this-moment": "Não há páginas no momento.",
"there-are-no-static-pages-at-this-moment": "Não há páginas estáticas no momento.",
"there-are-no-draft-pages-at-this-moment": "Não há páginas de rascunho no momento.",
"good-morning": "Bom Dia",
"good-afternoon": "Boa tarde",
"good-evening": "Boa noite",
"good-night": "Boa noite",
"hello": "Olá",
"there-are-no-images-for-the-page": "Não há imagens para a página.",
"select-cover-image": "Selecionar imagem da capa",
"this-plugin-depends-on-the-following-plugins": "Este extensão depende dos seguintes plugins.",
"no-pages-found": "Nenhuma página encontrada",
"system-updated": "Sistema atualizado",
"security": "Segurança",
"remove-cover-image": "Remover imagem da capa",
"width": "Largura",
"height": "Altura",
"quality": "Qualidade",
"thumbnails": "Miniaturas",
"thumbnail": "Miniatura",
"thumbnail-width-in-pixels": "Largura da miniatura em pixels (px).",
"thumbnail-height-in-pixels": "Altura da miniatura em pixels (px).",
"thumbnail-quality-in-percentage": "Qualidade da miniatura em porcentagem (%).",
"maximum-load-file-size-allowed:": "Tamanho máximo de carregamento do arquivo permitido:",
"file-type-is-not-supported": "Tipo de arquivo não suportado. Tipos permitidos:",
"page-content": "Conteúdo da página",
"markdown-parser": "Analisador Markdown",
"site-logo": "Logo do site",
"search": "Busca",
"search-plugins": "Buscar extensões",
"enabled-plugins": "Habilitar extensões",
"disabled-plugins": "Desabilitar extensões",
"remove-logo": "Remover logotipo",
"preview": "Pré visualização",
"author-can-write-and-edit-their-own-content": "Author: Pode escrever e editar seu próprio conteúdo. Editor: Pode escrever e editar o conteúdo de outras pessoas.",
"custom-fields": "Campos customizados",
"define-custom-fields-for-the-content": "Defina campos personalizados para o conteúdo. Saiba mais sobre os campos personalizados na documentação<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Comece a digitar para ver uma lista de sugestões.",
"view": "Ver",
"insert-thumbnail": "Inserir miniatura",
"no-tags": "Sem tags",
"no-categories": "Sem categorias",
"insert-linked-thumbnail": "Inserir miniatura com link",
"navigation": "Navegação",
"thumbnail-generation": "Geração de miniaturas",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Ativar ou desativar a geração automática de miniaturas ao carregar imagens."
}
================================================
FILE: bl-languages/pt_PT.json
================================================
{
"language-data": {
"native": "Português (Portugal)",
"english-name": "Portuguese (Portugal)",
"locale": "pt_PT",
"last-update": "2020-02-03",
"authors": [
"Jacques Schlender (@jcqSCH)",
"Ricardo Pinto",
"João Botelho (@justjoao)",
""
]
},
"dates": {
"Mon": "Seg",
"Tue": "Ter",
"Wed": "Qua",
"Thu": "Qui",
"Fri": "Sex",
"Sat": "Sáb",
"Sun": "Dom",
"Monday": "Segunda-feira",
"Tuesday": "Terça-feira",
"Wednesday": "Quarta-feira",
"Thursday": "Quinta-feira",
"Friday": "Sexta-feira",
"Saturday": "Sábado",
"Sunday": "Domingo",
"Jan": "Jan",
"Feb": "Fev",
"Mar": "Mar",
"Apr": "Abr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Ago",
"Sep": "Set",
"Oct": "Out",
"Nov": "Nov",
"Dec": "Dez",
"January": "Janeiro",
"February": "Fevereiro",
"March": "Março",
"April": "Abril",
"May": "Maio",
"June": "Junho",
"July": "Julho",
"August": "Agosto",
"September": "Setembro",
"October": "Outubro",
"November": "Novembro",
"December": "Dezembro"
},
"dashboard": "Painel de Controlo",
"manage-users": "Gerir utilizadores",
"manage-categories": "Gerir categorias",
"general-settings": "Ajustes gerais",
"advanced-settings": "Ajustes avançados",
"thanks-for-supporting-bludit": "Obrigado por apoiar o Bludit",
"upgrade-to-bludit-pro": "Adquirir Bludit PRO",
"language": "Idioma",
"plugin": "Plugin",
"plugins": "Plugins",
"developers": "Desenvolvedores",
"themes": "Temas",
"about": "Sobre",
"url": "URL",
"welcome": "Bem-vindo",
"logout": "Sair",
"website": "Site",
"publish": "Publicar",
"manage": "Gerir",
"content": "Conteúdo",
"category": "Categoria",
"categories": "Categorias",
"users": "Utilizadores",
"settings": "Ajustes",
"general": "Geral",
"advanced": "Avançado",
"new-content": "Novo conteúdo",
"manage-content": "Gerir conteúdo",
"add-new-content": "Adicionar novo conteúdo",
"new-category": "Nova categoria",
"you-do-not-have-sufficient-permissions": "Não tem permissões suficientes para esta ação",
"add-a-new-user": "Criar novo utilizador",
"url-associated-with-the-content": "URL associado ao conteúdo",
"language-and-timezone": "Idioma e fuso horário",
"change-your-language-and-region-settings": "Ajustar o idioma e a região",
"notifications": "Notificações",
"plugin-activated": "Plugin activado",
"plugin-deactivated": "Plugin desactivado",
"new-theme-configured": "Novo tema configurado",
"settings-changes": "Alterações nos ajustes",
"plugin-configured": "Plugin configurado",
"welcome-to-bludit": "Bem-vindo ao Bludit",
"statistics": "Estatísticas",
"drafts": "Rascunhos",
"title": "Título",
"save": "Guardar",
"save-as-draft": "Guardar como rascunho",
"cancel": "Cancelar",
"description": "Descrição",
"this-field-can-help-describe-the-content": "Este campo ajuda a descrever o conteúdo em poucas palavras",
"images": "Imagens",
"error": "Erro",
"supported-image-file-types": "Tipos de ficheiros de imagem suportados",
"cover-image": "Imagem da capa",
"drag-and-drop-or-click-here": "Arraste e solte ou clique aqui",
"there-are-no-images": "Não há imagens",
"upload-and-more-images": "Carregar imagens e mais opções",
"click-on-the-image-for-options": "Clique na imagem para ver as opções",
"click-here-to-cancel": "Clique aqui para cancelar",
"insert-image": "Inserir imagem",
"set-as-cover-image": "Definir como imagem de capa",
"delete-image": "Apagar imagem",
"tags": "Etiquetas",
"add": "Adicionar",
"status": "Estado",
"published": "Publicado",
"draft": "Rascunho",
"empty-title": "Título vazio",
"empty": "Vazio",
"date": "Data",
"external-cover-image": "Imagem de capa externa",
"parent": "Item superior",
"full-image-url": "URL completo da imagem.",
"this-field-is-used-when-you-order-the-content-by-position": "Este campo é utilizado quando se ordena o conteúdo por posição.",
"position": "Posição",
"friendly-url": "URL amigável",
"image-description": "Descrição da imagem",
"add-a-new-category": "Adicionar nova categoria",
"name": "Nome",
"username": "Utilizador",
"quick-search-pages-and-menu": "Pesquisa rápida de páginas e menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Análises",
"visits-today": "Visitas hoje",
"unique-visitors": "Visitantes únicos",
"search-placeholder": "Pesquisar páginas, conteúdo e itens de menu...",
"no-results-found": "Nenhum resultado encontrado",
"first-name": "Primeiro nome",
"last-name": "Apelido",
"to-schedule-the-content-select-the-date-and-time": "Para agendar a publicação de conteúdo, marque a data e hora. Atente-se que o estado necessita estar marcado como \"Publicado\".",
"email": "E-mail",
"role": "Função",
"registered": "Registado",
"site-information": "Informação do site",
"site-title": "Titulo do site",
"use-this-field-to-name-your-site": "Use este campo para nomear o teu site. Este nome aparecerá no topo das páginas.",
"site-slogan": "Slogan do site",
"use-this-field-to-add-a-catchy-phrase": "Use este campo para adicionar uma frase que dê personalidade ao site.",
"site-description": "Descrição do site",
"you-can-add-a-site-description-to-provide": "Sugere-se adicionar um pequeno texto que descreva os assuntos tratados no site.",
"footer-text": "Texto do radapé",
"you-can-add-a-small-text-on-the-bottom": "Sugere-se adicionar um pequeno texto para exibir na parte debaixo do site, o qual contenha informações de copyright, proprietário, ano de fundação, local, etc.",
"social-networks-links": "Links de redes sociais",
"site-url": "URL do site",
"email-account-settings": "Ajustar conta de e-mail",
"sender-email": "E-mail do remetente",
"emails-will-be-sent-from-this-address": "Os e-mails serão enviados a partir deste endereço.",
"url-filters": "Filtros de URL",
"select-your-sites-language": "Selecione o idioma do site.",
"timezone": "Fuso horário",
"select-a-timezone-for-a-correct": "Selecione o fuso horário da região para que datas e horas sejam exibidas corretamente no site.",
"locale": "Local",
"date-and-time-formats": "Formatos de data e hora",
"date-format": "Formato da data",
"current-format": "Formato actual",
"version": "Versão",
"author": "Autor",
"activate": "Activar",
"deactivate": "Desactivar",
"edit-category": "Editar categoria",
"delete": "Apagar",
"password": "Senha",
"confirm-password": "Confirmar senha",
"editor": "Editor",
"administrator": "Administrador",
"edit-user": "Editar utilizador",
"edit-content": "Editar conteúdo",
"profile": "Perfil",
"change-password": "Alterar senha",
"enabled": "Activado",
"disable-the-user": "Desactivar o utilizador",
"profile-picture": "Foto do perfil",
"edit-or-delete-your-categories": "Editar ou apagar categorias",
"create-a-new-category-to-organize-your-content": "Criar nova categoria para organizar o conteúdo",
"confirm-delete-this-action-cannot-be-undone": "Confirme que quer apagar? Após confirmar não será possível anular esta acção.",
"do-you-want-to-disable-the-user": "Confirmas que vais desactivar o utilizador?",
"new-password": "Nova senha",
"you-can-change-this-field-when-save-the-current-changes": "Poderás alterar este campo após guardar as alterações actuais.",
"items-per-page": "Itens por página",
"invite-a-friend-to-collaborate-on-your-site": "Convidar um amigo para colaborar no teu site",
"number-of-items-to-show-per-page": "Número de publicações a exibir em cada página.",
"website-or-blog": "Site ou Blog",
"order-content-by": "Ordenar conteúdo por",
"edit-or-delete-content-from-your-site": "Editar ou apagar conteúdo do teu site",
"order-the-content-by-date-to-build-a-blog": "Ordene o conteúdo por data para construir um blog ou ordene o conteúdo por posição para construir um site.",
"default-content-status": "Estado predefinido do conteúdo",
"default-status-for-new-content": "Escolha se o novo conteúdo é criado como Publicado ou Rascunho por predefinição.",
"page-not-found-content": "Parece que a página solicitada não existe.",
"page-not-found": "Página não encontrada",
"predefined-pages": "Páginas predefinidas",
"returning-page-when-the-page-doesnt-exist": "Quando a requisição do visitante não corresponder a um item existente, será exibida esta página. Por omissão, uma mensagem de alerta é exibida.",
"returning-page-for-the-main-page": "Quando o visitante requisitar a página principal do site, será exibida a página aqui escolhida. Por omissão, as últimas publicações são exibidas.",
"full-url-of-your-site": "URL completo do teu site, contendo o protocolo HTTP ou HTTPS (apenas poderá conter HTTPS se houver SSL ligado no servidor).",
"with-the-locales-you-can-set-the-regional-user-interface": "A partir dos locais é possível definir a tradução da interface para a respectiva região dos visitantes. Para isto, os locais devem estar instalados no sistema.",
"bludit-installer": "Instalador do Bludit",
"choose-your-language": "Escolha o idioma",
"next": "Seguinte",
"complete-the-form-choose-a-password-for-the-username-admin": "Preencha o formulário, escolha uma senha para o utilizador inicial que será nomeado < admin ><\/b>",
"show-password": "Exibir senha",
"install": "Instalar",
"login": "Entrar",
"back-to-login-form": "Voltar ao formulário de início de sessão",
"get-login-access-code": "Obter o código de acesso de início de sessão",
"email-access-code": "Código de acesso via e-mail",
"whats-next": "O que se segue",
"username-or-password-incorrect": "Utilizador incorrecto ou senha incorrecta",
"follow-bludit-on": "Seguir Bludit em",
"this-is-a-brief-description-of-yourself-our-your-site": "Neste espaço é exibida uma breve descrição do seu site ou de si mesmo. Para alterar este texto, vá ao Painel de Controlo, ajustes, plugins, e altere o plugin About.",
"new-version-available": "Nova versão disponível",
"new-category-created": "Nova categoria criada",
"category-deleted": "Categoria apagada",
"category-edited": "Categoria editada",
"new-user-created": "Novo utilizador criado",
"user-edited": "Utilizador editado",
"user-deleted": "Utilizador apagado",
"recommended-for-recovery-password-and-notifications": "Recomendado para recuperação de senha e notificações.",
"authentication-token": "Token de autenticação",
"token": "Token",
"current-status": "Estado actual",
"upload-image": "Carregar imagem",
"the-changes-have-been-saved": "As alterações foram guardadas",
"label": "Identificador",
"links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Este título é quase sempre usado na barra lateral do site.",
"password-must-be-at-least-6-characters-long": "A senha deve conter pelo menos 6 caracteres",
"ip-address-has-been-blocked": "O endereço IP foi bloqueado.",
"try-again-in-a-few-minutes": "Tente novamente em alguns minutos.",
"content-published-from-scheduler": "Conteúdo publicado através de agendamento",
"blog": "Blog",
"complete-all-fields": "Preencha todos os campos",
"static": "Estático",
"about-your-site-or-yourself": "Descrição sobre o site ou sobre o autor",
"homepage": "Página inicial",
"disabled": "Desabilitado",
"to-enable-the-user-you-must-set-a-new-password": "Para habilitar o utilizador, necessitas definir uma nova senha.",
"delete-the-user-and-associate-his-content-to-admin-user": "Apagar o utilizador e associar todo o conteúdo remanescente dele à conta do administrador",
"delete-the-user-and-all-his-content": "Apagar o utilizador e também todo conteúdo remanescente dele",
"user-disabled": "Utilizador desabilitado",
"user-password-changed": "Senha do utilizador alterada",
"the-password-and-confirmation-password-do-not-match": "A senha e a confirmação de senha não são iguais",
"scheduled-content": "Conteúdo agendado",
"there-are-no-scheduled-content": "Não há conteúdo agendado",
"new-content-created": "Novo conteúdo criado",
"content-edited": "Conteúdo editado",
"content-deleted": "Conteúdo apagado",
"undefined": "Indefinido",
"create-new-content-for-your-site": "Criar novo conteúdo para o teu site",
"order-items-by": "Ordenar itens por",
"all-content": "Todo conteúdo",
"dynamic": "Dinâmico",
"type": "Tipo",
"draft-content": "Conteúdo como rascunho",
"post": "Publicação",
"default": "Por omissão",
"latest-content": "Últimas publicações",
"default-message": "Mensagem por omissão",
"no-parent": "Sem item superior",
"have-you-seen-my-ball": "Por acaso viste a minha bola?",
"pagebreak": "Quebra de página",
"pages": "Páginas",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Há a possibilidade deste plugin não ser compatível com a tua versão do Bludit",
"previous": "Anterior",
"previous-page": "Página anterior",
"next-page": "Página seguinte",
"scheduled": "Agendado",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Este token é similar à senha, portanto não partilhe com os outros",
"congratulations-you-have-successfully-installed-your-bludit": "Parabéns! Instalaste o Bludit com sucesso.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Há a possibilidade deste tema não ser compatível com a tua versão do Bludit",
"read-more": "Continuar a ler",
"remember-me": "Lembrar-me",
"plugins-position": "Posições dos plugins",
"plugins-sorted": "Plugins classificados",
"plugins-position-changed": "As posições dos plugins foram alteradas",
"drag-and-drop-to-set-the-position-of-the-plugin": "Arraste e solte para definir as posições dos plugins",
"change-the-position-of-the-plugins": "Alterar as posições dos plugins",
"reading-time": "Tempo de leitura",
"minutes": "minutos",
"minute": "minuto",
"example-page-1-slug": "crie-o-teu-proprio-conteudo",
"example-page-1-title": "Crie o teu próprio conteúdo",
"example-page-1-content": "Comece a escrever o teu próprio conteúdo ou então edite o conteúdo existente, conforme a tua necessidade. Para criar, editar ou apagar conteúdo, necessitarás iniciar sessão no [Painel de Controlo](.\/admin). Lá, insira o utilizador `admin` e a senha escolhida por ti na instalação do Bludit.",
"example-page-2-slug": "Siga-aos-ajustes-do-teu-site",
"example-page-2-title": "Siga aos ajustes do teu site",
"example-page-2-content": "Actualize os ajustes do site através [Painel de Controlo](.\/admin). Por lá é possível alterar o título, descrição e redes sociais que desejares expor no site. Para tal, proceda em [Ajustes > Geral](.\/admin\/settings).",
"example-page-3-slug": "siga-os-meios-de-comunicacao-oficiais-do-bludit",
"example-page-3-title": "Siga os meios de comunicação oficiais do Bludit",
"example-page-3-content": "Receberás notícias, avisos sobre actualizações, novos temas e plugins através das redes sociais do Bludit: Facebook<\/a>, Twitter<\/a> e YouTube<\/a>. Veja também o Blog<\/a> oficial.",
"example-page-4-slug": "sobre",
"example-page-4-title": "Sobre",
"example-page-4-content": "A página Sobre habitualmente é uma das páginas mais visitadas dos sites. Sugere-se inserir informações de bastante interesse do público. Assuntos como: quem é o autor do projeto, qual a equipa que compõe o site, motivações para o projeto existir, meios para contactar a equipa do site, etc.",
"the-extension-zip-is-not-installed": "A extensão zip não está instalada, para usar este plugin é necessário instalar a extensão ZIP.",
"there-are-no-sticky-pages-at-this-moment": "Neste momento não há páginas afixadas.",
"there-are-no-scheduled-pages-at-this-moment": "Não há páginas agendadas neste momento",
"update": "Update",
"template": "Template",
"nickname": "Nickname",
"disable-user": "Desactivar utilizador",
"delete-user-and-keep-content": "Apagar utilizador e manter conteúdo",
"delete-user-and-delete-content": "Apagar utilizador e apagar conteúdo (Cuidado)",
"social-networks": "Redes sociais",
"interval": "Intervalo",
"number-in-minutes-for-every-execution-of-autosave": "Número de minutos entre cada gravação automática (autosave).",
"extreme-friendly-url": "URL extremamente amigável",
"title-formats": "Formato dos títulos",
"delete-content": "Apagar conteúdo",
"are-you-sure-you-want-to-delete-this-page": "Tens a certeza que queres apagar esta página?",
"sticky": "Afixado",
"actions": "Acções",
"edit": "Editar",
"options": "Opções",
"enter-title": "Insere o título",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Define uma imagem de capa externa, como de uma CDN ou dum servidor dedicado de imagens.",
"user": "Utilizador",
"date-format-format": "Formato da data: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Começa a escrever o título duma página para ver uma lista de sugestões.",
"field-used-when-ordering-content-by-position": "Campo usado quando se ordena o conteúdo por posição",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Escreve o nome dum template para filtrar a página no tema e mudar o estilo da página.",
"write-the-tags-separated-by-commas": "Escreve as tags separadas por vírgulas.",
"apply-code-noindex-code-to-this-page": "Aplica noindex<\/code> a esta página.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Isto diz aos motores de busca que esta página para não apresentar esta página nos seus resultados de pesquisa.",
"apply-code-nofollow-code-to-this-page": "Aplicar nofollow<\/code> a esta página.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Isto diz aos motores de busca para não seguir os links nesta página.",
"apply-code-noarchive-code-to-this-page": "Aplicar noarchive<\/code> a esta página.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Isto diz aos motores de busca que não gravem uma cópia desta página na cache.",
"uncategorized": "Não categorizado",
"done": "Pronto",
"delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "Tens a certeza que queres apagar esta categoria?",
"confirm-new-password": "Confirmar a nova senha",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "O nickname é usado em praticamente todos os temas para mostrar o autor do conteúdo",
"allow-unicode": "Permitir Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Permitir caracteres Unicode no URL e nalgumas partes do sistema.",
"variables-allowed": "Variáveis permitidas",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Arrastar (Drag and Drop) para re-ordenar os plugins.",
"seo": "SEO",
"documentation": "Documentação",
"forum-support": "Forum support",
"chat-support": "Chat support",
"quick-links": "Links rápidos",
"leave-empty-for-autocomplete-by-bludit": "Deixar em branco para que o Bludit preencha automáticamente.",
"choose-a-password-for-the-user-admin": "Escolhe uma password para o utilizador admin<\/code>",
"access-denied": "Acesso não permitido",
"choose-images-to-upload": "Escolhe imagens para upload",
"insert": "Inserir",
"upload": "Upload",
"autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "O conteúdo está gravado como rascunho. Para publicar clica no butão Publicar<\/b>, ou caso ainda estejas a trabalhar no conteúdo clica em Gravar como rascunho<\/b>.",
"site": "Site",
"first": "Primeiro",
"last": "Último",
"there-are-no-pages-at-this-moment": "Não há páginas de momento.",
"there-are-no-static-pages-at-this-moment": "Não há páginas estáticas de momento.",
"there-are-no-draft-pages-at-this-moment": "Não há rascunhos de momento.",
"good-morning": "Bom dia",
"good-afternoon": "Boa tarde",
"good-evening": "Bom fim de tarde",
"good-night": "Boa noite",
"hello": "Olá",
"there-are-no-images-for-the-page": "Não há imagens para esta página.",
"select-cover-image": "Escolhe a imagem de capa",
"this-plugin-depends-on-the-following-plugins": "Este plugin depende dos seguintes plugins.",
"no-pages-found": "Não foi encontrada nenhuma página",
"system-updated": "Sistema actualizado",
"security": "Segurança",
"remove-cover-image": "Remover imagem de capa",
"width": "Largura",
"height": "Altura",
"quality": "Qualidade",
"thumbnails": "Miniaturas",
"thumbnail": "Miniatura",
"thumbnail-width-in-pixels": "Largura da miniatura em pixels (px).",
"thumbnail-height-in-pixels": "Altura da miniatura em pixels (px).",
"thumbnail-quality-in-percentage": "Qualidade da miniatura em percentagem (%).",
"maximum-load-file-size-allowed:": "Tamanho máximo permitido do ficheiro:",
"file-type-is-not-supported": "Tipo de ficheiro não suportado. Tipos de ficheiro suportados:",
"page-content": "Conteúdo da página",
"markdown-parser": "Markdown parser",
"site-logo": "Logótipo do site",
"search": "Procurar",
"search-plugins": "Procurar plugins",
"enabled-plugins": "Plugins activados",
"disabled-plugins": "Plugins desactivados",
"remove-logo": "Remover logótipo",
"preview": "Prever",
"author-can-write-and-edit-their-own-content": "Autor: Pode escrever e editar os seus próprios conteúdos. Editor: Pode escrever e editar os seus próprios conteúdos e o dos outros.",
"custom-fields": "Campos customizados",
"define-custom-fields-for-the-content": "Define campos customizados para o teu conteúdo. Aprende mais sobre os campos customizados na documentação official (em inglês)<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Começa a escrever para ver uma lista de sugestões.",
"view": "Ver",
"insert-thumbnail": "Inserir miniatura",
"no-tags": "Sem etiquetas",
"no-categories": "Sem categorias",
"insert-linked-thumbnail": "Inserir miniatura ligada",
"navigation": "Navegação",
"thumbnail-generation": "Geração de miniaturas",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Ativar ou desativar a geração automática de miniaturas ao carregar imagens."
}
================================================
FILE: bl-languages/ro_RO.json
================================================
{
"language-data": {
"native": "Română",
"english-name": "Romanian",
"locale": "ro, ro_RO",
"last-update": "2019-03-27",
"authors": [
"Florin Cătălin",
"Ciprian C.",
"",
""
]
},
"dates": {
"Mon": "Lun",
"Tue": "Mar",
"Wed": "Mie",
"Thu": "Joi",
"Fri": "Vin",
"Sat": "Sam",
"Sun": "Dum",
"Monday": "Luni",
"Tuesday": "Marți",
"Wednesday": "Miercuri",
"Thursday": "Joi",
"Friday": "Vineri",
"Saturday": "Sâmbătă",
"Sunday": "Duminică",
"Jan": "Ian",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Iun",
"Jul": "Iul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Noe",
"Dec": "Dec",
"January": "Ianuarie",
"February": "Februarie",
"March": "Martie",
"April": "Aprilie",
"May": "Mai",
"June": "Iunie",
"July": "Iulie",
"August": "August",
"September": "Septembrie",
"October": "Octombrie",
"November": "Noembrie",
"December": "Decembrie"
},
"dashboard": "Tablou de bord",
"manage-users": "Administrează utilizatori",
"manage-categories": "Administrează categorii",
"general-settings": "Setări generale",
"advanced-settings": "Setări avansate",
"thanks-for-supporting-bludit": "Mulțumim că susții Bludit",
"upgrade-to-bludit-pro": "Upgrade la Bludit PRO",
"language": "Limbă",
"plugin": "Plugin",
"plugins": "Module",
"developers": "Dezvoltatori",
"themes": "Teme",
"about": "Despre",
"url": "URL",
"welcome": "Bine ați venit",
"logout": "Deconectare",
"website": "Websit",
"publish": "Publică",
"manage": "Administrare",
"content": "Conținut",
"category": "Categorie",
"categories": "Categorii",
"users": "Utilizatori",
"settings": "Setări",
"general": "General",
"advanced": "Avansat",
"new-content": "Conținut nou",
"manage-content": "Administrează conținut",
"add-new-content": "Adaugă conținut nou",
"new-category": "Categorie nouă",
"you-do-not-have-sufficient-permissions": "Nu aveți suficiente privilegii pentru a putea accesa această pagină, contactați adminstatorul.",
"add-a-new-user": "Adaugă utilizator nou",
"url-associated-with-the-content": "URL asociat cu conținutul.",
"language-and-timezone": "Limbaj și fus orar",
"change-your-language-and-region-settings": "Schimbă limbajul și setările regionale.",
"notifications": "Notificări",
"plugin-activated": "Plugin activat",
"plugin-deactivated": "Plugin dezactivat",
"new-theme-configured": "Temă nouă configurată",
"settings-changes": "Schimbări setări",
"plugin-configured": "Plugin configurat",
"welcome-to-bludit": "Bine ați venit la Bludit",
"statistics": "Statistici",
"drafts": "Ciorne",
"title": "Titlu",
"save": "Salvează",
"save-as-draft": "Salveaza ca ciornă",
"cancel": "Anulează",
"description": "Descriere",
"this-field-can-help-describe-the-content": "Acest câmp poate ajuta la descrierea cuprinsului în câteva cuvinte. Nu mai mult de 150 de caractere.",
"images": "Imagini",
"error": "Eroare",
"supported-image-file-types": "Tipuri de fișiere imagine suportate",
"cover-image": "Imagine de copertă",
"drag-and-drop-or-click-here": "Trageți și eliberați sau click aici",
"there-are-no-images": "Aici nu există imagini",
"upload-and-more-images": "Upload și mai multe imagini",
"click-on-the-image-for-options": "Click pe imagine pentru opțiuni.",
"click-here-to-cancel": "Click aici pentru anulare.",
"insert-image": "Insert image",
"set-as-cover-image": "Setare ca imagine de copertă",
"delete-image": "Șterge imagine",
"tags": "Etichete",
"add": "Adaugă",
"status": "Stare",
"published": "Publicat",
"draft": "Ciornă",
"empty-title": "Titlu gol",
"empty": "gol",
"date": "Data",
"external-cover-image": "Imagine copertă externă",
"parent": "Părinte",
"full-image-url": "URL imagine complet.",
"this-field-is-used-when-you-order-the-content-by-position": "Acest câmp este folosit atunci când sortați conținutul după poziție.",
"position": "Poziție",
"friendly-url": "URL prietenos",
"image-description": "Descriere imagine",
"add-a-new-category": "Adaugă o nouă categorie",
"name": "Nume",
"username": "Nume utilizator",
"first-name": "Prenume",
"last-name": "Nume",
"to-schedule-the-content-select-the-date-and-time": "Pentru a programa conținut setează ora și data, iar statusul trebuie să fie \"Published\".",
"email": "Email",
"role": "Rol",
"registered": "Înregistrat",
"site-information": "Informații despre sit",
"site-title": "Titlu sit",
"use-this-field-to-name-your-site": "Utilizați acest câmp pentru numi sit-ului",
"site-slogan": "Slogan sit",
"use-this-field-to-add-a-catchy-phrase": "Utilizați acest câmp pentru a adăuga o expresie ușor de reținut pe sit-ul dvs.",
"site-description": "Descriere sit",
"you-can-add-a-site-description-to-provide": "Adaugă o descriere pentru a oferi o scurtă prezentare a sit-ului.",
"footer-text": "Text subsol",
"you-can-add-a-small-text-on-the-bottom": "Puteți adăuga un text mic în josul fiecărei pagini, spre exemplu: drept de autor, deținător, date etc.",
"social-networks-links": "Link-uri rețele sociale",
"site-url": "URL-ul sit-ului",
"email-account-settings": "Setări cont de email",
"sender-email": "Email expeditor",
"emails-will-be-sent-from-this-address": "Email-urile vor fi expediate de la această adresă.",
"url-filters": "Filtre URL",
"select-your-sites-language": "Selectați limbajul sit-ului.",
"timezone": "Fus orar",
"select-a-timezone-for-a-correct": "Selectați fusul orar pentru afișarea corectă a datei/orei pe sit.",
"locale": "Local",
"date-and-time-formats": "Formate dată și timp",
"date-format": "Format dată",
"current-format": "Format curent",
"version": "Versiune",
"author": "Autor",
"activate": "Activare",
"deactivate": "Deactivare",
"edit-category": "Editează categorie",
"delete": "Șterge",
"password": "Parolă",
"confirm-password": "Confirmare parolă",
"editor": "Editor",
"administrator": "Administrator",
"edit-user": "Editare utilizator",
"edit-content": "Editează conținut",
"profile": "Profil",
"change-password": "Schimbă parola",
"enabled": "Activat",
"disable-the-user": "Dezactivează utilizatorul",
"profile-picture": "Poză de profil",
"edit-or-delete-your-categories": "Editează sau șterge categorii",
"create-a-new-category-to-organize-your-content": "Creează o nouă categorie pentru a sorta conținutul",
"confirm-delete-this-action-cannot-be-undone": "Confirmare ștergere, această acțiune este definitivă.",
"do-you-want-to-disable-the-user": "Vrei să dezactivezi utilizatorul ?",
"new-password": "Parolă nouă",
"you-can-change-this-field-when-save-the-current-changes": "Poți edita acest câmp atunci când salvezi modificările.",
"items-per-page": "Elemebte per pagină",
"invite-a-friend-to-collaborate-on-your-site": "Invită un prieten să colaborați",
"number-of-items-to-show-per-page": "Număr articole afișate per pagină.",
"website-or-blog": "Websit sau Blog",
"order-content-by": "Sortează conținut după",
"edit-or-delete-content-from-your-site": "Editează sau șterge conținut de pe sit",
"order-the-content-by-date-to-build-a-blog": "Sortează conținutul după dată pentru a realiza un Blog sau sortează conținutul după poziție pentru a realiza un Websit.",
"page-not-found-content": "Hey! Se pare că această pagină nu există.",
"page-not-found": "Pagina nu a fost găsită",
"predefined-pages": "Pagini predefinite",
"returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.",
"returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.",
"full-url-of-your-site": "URL-ul complet al sit-ului tău. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Instalator pentru Bludit",
"choose-your-language": "Alegeți limbajul",
"next": "Următorul",
"complete-the-form-choose-a-password-for-the-username-admin": "Completați formularul, alegeți o parolă pentru utilizatorul « admin »",
"show-password": "Arată parola",
"install": "Instalează",
"login": "Autentificare",
"back-to-login-form": "Înapoi la formularul de autentificare",
"get-login-access-code": "Obținerea unui cod de access la autentificare",
"email-access-code": "Codul de acces email",
"whats-next": "Ce urmează",
"username-or-password-incorrect": "Nume utilizator sau parolă incorecte",
"follow-bludit-on": "Urmăriți Bludit pe",
"this-is-a-brief-description-of-yourself-our-your-site": "Acesta este o descriere sumară a dvs. pe sit, pentru a schimba acest text mergeți la panoul de control, setări, module și configurare modul Despre.",
"new-version-available": "Versiune noua disponibilă",
"new-category-created": "Categorie nouă creată",
"category-deleted": "Categorie ștearsă",
"category-edited": "Categorie editată",
"new-user-created": "Utilizator nou creat",
"user-edited": "Utilizator editat",
"user-deleted": "Utilizator șters",
"recommended-for-recovery-password-and-notifications": "Recomandat pentru recuperare parolă și notificări.",
"authentication-token": "Token autentificare",
"token": "Token",
"current-status": "Status curent",
"upload-image": "Încarcă imagine",
"the-changes-have-been-saved": "Schimbările au fost salvate",
"label": "Etichetă",
"links": "Link-uri",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Acest titlu este mai mereu folosit în sidebar-ul sit-ului.",
"password-must-be-at-least-6-characters-long": "Parola trebuie să aibă minim 6 caractere",
"ip-address-has-been-blocked": "Adresa de IP a fost blocată.",
"try-again-in-a-few-minutes": "Încercați din nou peste câteva minute.",
"content-published-from-scheduler": "Conținut publicat din programare (scheduler)",
"blog": "Blog",
"complete-all-fields": "Completează toate câmpurile",
"static": "Static",
"about-your-site-or-yourself": "Despre tine sau sit-ul tău",
"homepage": "Prima pagină (Acasă)",
"disabled": "Dezactivat",
"to-enable-the-user-you-must-set-a-new-password": "Pentru a activa userul trebuie setată o parolă.",
"delete-the-user-and-associate-his-content-to-admin-user": "Șterge utilizatorul și atribuie conținutul său admin-ului",
"delete-the-user-and-all-his-content": "Șterge utilizatorul și conținutul său",
"user-disabled": "Utilizator dezactivat",
"user-password-changed": "Parola utilizatorului schimbată",
"the-password-and-confirmation-password-do-not-match": "Parola și verificarea nu corespund",
"scheduled-content": "Conținut programat",
"there-are-no-scheduled-content": "Nu există conținut programat.",
"new-content-created": "Conținut nou creeat",
"content-edited": "Conținut editat",
"content-deleted": "Conținut șters",
"undefined": "Nedefinit",
"create-new-content-for-your-site": "Creează conținut nou pentru sit-ul tău",
"order-items-by": "Sortează după",
"all-content": "Tot conținutul",
"dynamic": "Dinamic",
"type": "Tip",
"draft-content": "Conținut ciornă",
"post": "Postare",
"default": "Prestabilit",
"latest-content": "Conținut recent",
"default-message": "Mesaje prestabilite",
"no-parent": "Fără părinte",
"have-you-seen-my-ball": "Mi-ai văzut mingea?",
"pagebreak": "Inserează tagul Citește mai mult",
"pages": "Pagini",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Este posibil ca acest plugin să nu fie compatibil cu această versiune Bludit",
"previous": "Anterior",
"previous-page": "Pagina anterioară",
"next-page": "Pagina următoare",
"scheduled": "Programat",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Acest token este similar cu o parolă, nu trebuie publicat.",
"congratulations-you-have-successfully-installed-your-bludit": "Felicitări, ai instalat cu success **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Este posibil ca această temă să nu fie compatibilă cu această versiune Bludit",
"read-more": "Citește mai mult",
"remember-me": "Ține-mă minte",
"plugins-position": "Poziția plugin-ului",
"plugins-sorted": "Plugin-uri sortate",
"plugins-position-changed": "Poziția plugin-ului schimbată",
"drag-and-drop-to-set-the-position-of-the-plugin": "Trage și plasează pentru a schimba poziția plugin-uilor",
"change-the-position-of-the-plugins": "Schimbă poziția plugin-uilor",
"reading-time": "Timp de citire",
"minutes": "minute",
"minute": "minut",
"example-page-1-slug": "creeaza-propriul-tau-continut",
"example-page-1-title": "Creează propriul tău conținut",
"example-page-1-content": "Începe a scrie conținut nou sau editeză existent. Pentru a creea, edita sau șterge conținut trebuie să fii logat în admin panel cu username `admin` și cu parolă setată de tine în timpul instalării.",
"example-page-2-slug": "seteaza-noul-tau-sit",
"example-page-2-title": "Setează noul tău sit",
"example-page-2-content": "Schimbă setările sit-lui din admin panel, poți schimba titlul, descrierea și rețelele sociale din Settings > General.",
"example-page-3-slug": "urmareste-bludit",
"example-page-3-title": "Urmărește Bludit",
"example-page-3-content": "Primește ultimile știri, informații despre noi versiuni, teme și pluginuri noi pe paginile noastre de Facebook, Twitter și YouTube sau vizitează-ne pe Blog.",
"example-page-4-slug": "despre",
"example-page-4-title": "Despre",
"example-page-4-content": "Pagina Despre este una dintre cele mai vizitate pagini așa că este recomandat să conțină informații cât mai clare despre sit-ul tău.",
"the-extension-zip-is-not-installed": "Extensia zip nu este instalată, pentru a folosi acest plugin trebuie întâi să instalezi extensia.",
"there-are-no-sticky-pages-at-this-moment": "Nu sunt pagini fixate în acest moment.",
"there-are-no-scheduled-pages-at-this-moment": "Nu sunt pagini programate în acest moment.",
"update": "Update",
"template": "Temă",
"nickname": "Poreclă",
"disable-user": "Dezactivează utilizator",
"delete-user-and-keep-content": "Șterge utilizatorul și păstrează-i conținutul",
"delete-user-and-delete-content": "Șterge utilizatorul și șterge-i conținutul (Atenție)",
"social-networks": "Rețele Sociale",
"interval": "Interval",
"number-in-minutes-for-every-execution-of-autosave": "Număr minute pentru auto-salvare.",
"extreme-friendly-url": "URL foarte prietenos",
"title-formats": "Format titluri",
"delete-content": "Șterge conținut",
"are-you-sure-you-want-to-delete-this-page": "Sigur vrei să ștergi această pagină?",
"sticky": "Fixat",
"actions": "Acțiuni",
"edit": "Editează",
"options": "Opțiuni",
"enter-title": "Introdu titlu",
"media-manager": "Manager media",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Setează imagine copertă folosind un URL extern, de la un CDN sau oricare alt server de stocare imagini.",
"user": "Utilizator",
"date-format-format": "Format dată: YYYY-MM-DD Hours:Minutes:Seconds",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Începe a scrie un titlu de pagină pentru a vedea o listă de sugestii.",
"field-used-when-ordering-content-by-position": "Câmp folosit atunci când conținutul se sortează după poziție",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Scrie un nume de temă pentru a filtra pagina din temă și schimba stilul paginii.",
"write-the-tags-separated-by-commas": "Scrie etichetele separate prin virgulă.",
"apply-code-noindex-code-to-this-page": "Aplică noindex pentru această pagină.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Asta va spune motoarelor de căutare să nu includă această pagină în rezultate.",
"apply-code-nofollow-code-to-this-page": "Aplică nofollow pentru această pagină.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Asta va spune motoarelor de căutare să nu urmărească link-urile din această pagină.",
"apply-code-noarchive-code-to-this-page": "Aplică noarchive pentru această pagină.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Asta va spune motoarelor de căutare să nu includă copie de tip cache a acestei pagini.",
"uncategorized": "Fără categorie",
"done": "Finalizat",
"delete-category": "Șterge categorie",
"are-you-sure-you-want-to-delete-this-category?": "Sigur vrei să ștergi această categorie ?",
"confirm-new-password": "Confirmă noua parolă",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Porecla poate fi afișată de unele teme ca și autor de conținut",
"allow-unicode": "Permite Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Permite caractere Unicode in URL-uri și alte părți ale sistemului.",
"variables-allowed": "Variabile permise",
"tag": "Etichetă",
"drag-and-drop-to-sort-the-plugins": "Trage și Plasează pentru a sorta plugin-uri.",
"seo": "SEO",
"documentation": "Documentație",
"forum-support": "Forum suport",
"chat-support": "Chat suport",
"quick-links": "Link-uri rapide",
"leave-empty-for-autocomplete-by-bludit": "Lasă gol pentru auto-completare de către Bludit.",
"choose-a-password-for-the-user-admin": "Alege o parolă pentru admin",
"access-denied": "Acces interzis",
"choose-images-to-upload": "Alege imagini pentru upload",
"insert": "Inserează",
"upload": "Upload",
"autosave": "Auto-salvare",
"the-content-is-saved-as-a-draft-to-publish-it": "Conținut salvat ca ciornă. Pentru a-l publica apasă pe butonul Publicare sau îl poți edita și Salva ca ciornă.",
"site": "Sit",
"first": "Primul",
"last": "Ultimul",
"there-are-no-pages-at-this-moment": "Nu sunt pagini momentan.",
"there-are-no-static-pages-at-this-moment": "Nu sunt pagini statice în acest moment.",
"there-are-no-draft-pages-at-this-moment": "Nu sunt pagini ciorne în acest moment.",
"good-morning": "Bună dimineața",
"good-afternoon": "Bună după-amiază",
"good-evening": "Bună seara",
"good-night": "Noapte bună",
"hello": "Salut",
"there-are-no-images-for-the-page": "Nu sunt imagini pentru pagină.",
"select-cover-image": "Alege poza de copertă",
"this-plugin-depends-on-the-following-plugins": "Acest plugin depinde de următoarele pluginuri.",
"no-pages-found": "Nicio pagină găsită",
"system-updated": "Sistem updatat",
"security": "Securitate",
"remove-cover-image": "Șterge imaginea copertă",
"width": "Lățime",
"height": "Înălțime",
"quality": "Calitate",
"thumbnails": "Miniaturi",
"thumbnail": "Miniatură",
"thumbnail-width-in-pixels": "Lățime miniatură în pixeli (px).",
"thumbnail-height-in-pixels": "Înălțime miniatură în pixels (px).",
"thumbnail-quality-in-percentage": "Calitate miniatură în procent (%).",
"maximum-load-file-size-allowed:": "Mărime fișier maxim admisă:",
"file-type-is-not-supported": "Format fișier nesuportat. Se permite:",
"page-content": "Page content",
"markdown-parser": "Markdown parser",
"site-logo": "Site logo",
"search": "Search",
"search-plugins": "Search plugins",
"enabled-plugins": "Enabled plugins",
"disabled-plugins": "Disabled plugins",
"remove-logo": "Remove logo",
"preview": "Preview",
"author-can-write-and-edit-their-own-content": "Autor: Poate scrie și edita propriul conținut. Editor: Poate scrie și edita conținutul altora.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Definiți câmpuri personalizate pentru conținut.",
"start-typing-to-see-a-list-of-suggestions": "Începeți să tastați pentru a vedea o listă de sugestii.",
"view": "View",
"no-tags": "Nicio etichetă",
"insert-thumbnail": "Inserați miniatura",
"visits-today": "Vizite astăzi",
"no-categories": "Nicio categorie",
"quick-search-pages-and-menu": "Căutare rapidă pagini și meniu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analize",
"unique-visitors": "Vizitatori unici",
"insert-linked-thumbnail": "Inserați miniatura cu link",
"search-placeholder": "Căutați pagini, conținut și elemente de meniu...",
"no-results-found": "Niciun rezultat găsit",
"navigation": "Navigare",
"default-content-status": "Stare implicită conținut",
"default-status-for-new-content": "Alegeți dacă conținutul nou este creat implicit ca Publicat sau Ciornă.",
"thumbnail-generation": "Generare miniaturi",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Activați sau dezactivați generarea automată a miniaturilor la încărcarea imaginilor."
}
================================================
FILE: bl-languages/ru.json
================================================
{
"language-data": {
"native": "Русский (Россия)",
"english-name": "Russian",
"locale": "ru, ru_RU",
"last-update": "2023-09-20",
"authors": [
"Сергей Ворон https:\/\/voron.pw",
"Макс Костиков https:\/\/kostikov.co",
"Paul Bid (Павел Бид) https:\/\/paul.bid",
""
]
},
"dates": {
"Monday": "Понедельник",
"Tuesday": "Вторник",
"Wednesday": "Среда",
"Thursday": "Четверг",
"Friday": "Пятница",
"Saturday": "Суббота",
"Sunday": "Воскресенье",
"Mon": "Пн.",
"Tue": "Вт.",
"Wed": "Ср.",
"Thu": "Чт.",
"Fri": "Пт.",
"Sat": "Сб.",
"Sun": "Вс.",
"January": "Январь",
"February": "Февраль",
"March": "Март",
"April": "Апрель",
"May": "Май",
"June": "Июнь",
"July": "Июль",
"August": "Август",
"September": "Сентябрь",
"October": "Октябрь",
"November": "Ноябрь",
"December": "Декабрь",
"Jan": "Янв",
"Feb": "Фев",
"Mar": "Март",
"Apr": "Апр",
"Jun": "Июнь",
"Jul": "Июль",
"Aug": "Авг",
"Sep": "Сен",
"Oct": "Окт",
"Nov": "Нояб",
"Dec": "Дек"
},
"dashboard": "Панель управления",
"manage-users": "Управление пользователями",
"manage-categories": "Управление категориями",
"general-settings": "Общие настройки",
"advanced-settings": "Расширенные настройки",
"thanks-for-supporting-bludit": "Спасибо за поддержку Bludit",
"upgrade-to-bludit-pro": "Улучшить до Bludit PRO",
"language": "Язык",
"plugin": "Плагин",
"plugins": "Плагины",
"developers": "Информация для разработчиков",
"themes": "Темы",
"about": "О системе",
"url": "URL",
"welcome": "Добро пожаловать",
"logout": "Выход",
"website": "Сайт",
"publish": "Опубликовать",
"manage": "Управление",
"content": "Записи",
"category": "Категория",
"categories": "Категории",
"users": "Пользователи",
"settings": "Настройки",
"general": "Основные",
"advanced": "Расширенные",
"new-content": "Новая запись",
"manage-content": "Управление записями",
"add-new-content": "Добавить новую запись",
"new-category": "Новая категория",
"you-do-not-have-sufficient-permissions": "У Вас недостаточно прав для доступа к этой странице, обратитесь к администратору.",
"add-a-new-user": "Добавить пользователя",
"url-associated-with-the-content": "URL данной записи",
"language-and-timezone": "Язык и часовой пояс",
"change-your-language-and-region-settings": "Изменить настройки языка и региона",
"notifications": "Оповещения",
"plugin-activated": "Плагин активирован",
"plugin-deactivated": "Плагин отключен",
"new-theme-configured": "Новая тема настроена",
"settings-changes": "Изменения в настройках",
"plugin-configured": "Плагин настроен",
"welcome-to-bludit": "Добро пожаловать в Bludit",
"statistics": "Статистика",
"drafts": "Черновики",
"title": "Заголовок",
"save": "Сохранить",
"save-as-draft": "Сохранить как черновик",
"cancel": "Отмена",
"description": "Описание",
"this-field-can-help-describe-the-content": "Это поле может помочь описать содержимое в нескольких словах. Не более 150 символов.",
"images": "Изображения",
"error": "Ошибка",
"supported-image-file-types": "Поддерживаемые типы файлов изображений",
"cover-image": "Обложка",
"drag-and-drop-or-click-here": "Перетащите или нажмите здесь",
"there-are-no-images": "Изображений нет",
"upload-and-more-images": "Загрузить другие изображения",
"click-on-the-image-for-options": "Нажмите на изображение для выбора опций.",
"click-here-to-cancel": "Нажмите здесь, чтобы отменить.",
"insert-image": "Вставить изображение",
"set-as-cover-image": "Установить как обложку",
"delete-image": "Удалить изображение",
"tags": "Теги",
"add": "Добавить",
"status": "Статус",
"published": "Опубликовано",
"draft": "Черновик",
"empty-title": "Пустой заголовок",
"empty": "пусто",
"date": "Дата",
"external-cover-image": "Внешняя обложка",
"parent": "Родитель",
"full-image-url": "Полный URL к изображению.",
"this-field-is-used-when-you-order-the-content-by-position": "Это поле используется, когда Вы сортируете по позиции.",
"position": "Позиция",
"friendly-url": "Дружественный URL",
"image-description": "Описание изображения",
"add-a-new-category": "Добавить новую категорию",
"name": "Имя",
"username": "Логин",
"quick-search-pages-and-menu": "Быстрый поиск страниц и меню",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Аналитика",
"visits-today": "Посещений сегодня",
"unique-visitors": "Уникальных посетителей",
"search-placeholder": "Поиск страниц, контента и пунктов меню...",
"no-results-found": "Результатов не найдено",
"first-name": "Имя",
"last-name": "Фамилия",
"to-schedule-the-content-select-the-date-and-time": "Укажите дату и время когда эта запись будет «Опубликована».",
"email": "Email",
"role": "Роль",
"registered": "Зарегистрирован",
"site-information": "Информация о сайте",
"site-title": "Заголовок сайта",
"use-this-field-to-name-your-site": "Используйте это поле, для названия сайта, оно появится в верхней части каждой страницы сайта.",
"site-slogan": "Слоган",
"use-this-field-to-add-a-catchy-phrase": "Используйте это поле, чтобы добавить броскую фразу (слоган) на сайт.",
"site-description": "Описание",
"you-can-add-a-site-description-to-provide": "Вы можете добавить краткое описание сайта.",
"footer-text": "Текст подвала",
"you-can-add-a-small-text-on-the-bottom": "Вы можете добавить небольшой текст в нижней части каждой страницы. Например, авторское право, имя владельца, даты и т.д.",
"social-networks-links": "Социальные сети",
"site-url": "URL сайта",
"email-account-settings": "Настройки email учётной записи",
"sender-email": "Email отправителя",
"emails-will-be-sent-from-this-address": "Письма будут отправлены с этого адреса.",
"url-filters": "URL фильтры",
"select-your-sites-language": "Выберите язык сайта.",
"timezone": "Часовой пояс",
"select-a-timezone-for-a-correct": "Выберите часовой пояс для корректного отображения даты и времени на сайте.",
"locale": "Локализация",
"date-and-time-formats": "Форматы даты и времени",
"date-format": "Формат даты",
"current-format": "Текущий формат",
"version": "Версия",
"author": "Автор",
"activate": "Активировать",
"deactivate": "Деактивировать",
"edit-category": "Редактировать категорию",
"delete": "Удалить",
"password": "Пароль",
"confirm-password": "Подтвердите пароль",
"editor": "Редактор",
"administrator": "Администратор",
"edit-user": "Редактирование пользователя",
"edit-content": "Редактировать запись",
"profile": "Профиль",
"change-password": "Изменить пароль",
"enabled": "Включен",
"disable-the-user": "Отключить пользователя",
"profile-picture": "Изображение профиля",
"edit-or-delete-your-categories": "Редактировать или удалить Ваши категории",
"create-a-new-category-to-organize-your-content": "Создать новую категорию для упорядочивания Ваших записей",
"confirm-delete-this-action-cannot-be-undone": "Подтвердите удаление, это действие не обратимо.",
"do-you-want-to-disable-the-user": "Вы хотите отключить пользователя?",
"new-password": "Новый пароль",
"you-can-change-this-field-when-save-the-current-changes": "Вы сможете изменить это поле после того, как сохраните текущие настройки.",
"items-per-page": "Записей на странице",
"invite-a-friend-to-collaborate-on-your-site": "Пригласить друга для совместной работы на сайте",
"number-of-items-to-show-per-page": "Количество записей, отображаемых на странице, -1 отобразит все записи.",
"website-or-blog": "«Веб-сайт» или «Блог»",
"order-content-by": "Сортировать записи по",
"edit-or-delete-content-from-your-site": "Редактировать или удалить запись на Вашем сайте",
"order-the-content-by-date-to-build-a-blog": "Сортировать записи по дате для создания Блога или по позиции для создания Сайта.",
"default-content-status": "Статус контента по умолчанию",
"default-status-for-new-content": "Выберите, будет ли новый контент создаваться как Опубликованный или Черновик по умолчанию.",
"page-not-found-content": "Привет! Похоже, что страница не существует",
"page-not-found": "Страница не найдена",
"predefined-pages": "Предопределенные страницы",
"returning-page-when-the-page-doesnt-exist": "Страница, отображаемая, когда запрашиваемая страница не найдена. Оставьте поле пустым, чтобы отобразить стандартное сообщение.",
"returning-page-for-the-main-page": "Страница, отображаемая как главная. Оставьте поле пустым, если хотите показывать все странице на главной.",
"full-url-of-your-site": "Полный URL Вашего сайта, включая протокол HTTP или HTTPS (только если Вы включили поддержку SSL на сервере).",
"with-the-locales-you-can-set-the-regional-user-interface": "С помощью локали Вы можете задавать форматирование региональных данных, например, даты. Локали должны быть установлены в Вашей системе.",
"bludit-installer": "Установка Bludit",
"choose-your-language": "Выберете Ваш язык",
"next": "Вперёд",
"complete-the-form-choose-a-password-for-the-username-admin": "Выберете пароль для пользователя «admin»",
"show-password": "Показать пароль",
"install": "Установить",
"login": "Вход",
"back-to-login-form": "Назад к форме входа",
"get-login-access-code": "Получить код доступа для входа",
"email-access-code": "Проверочный код по email",
"whats-next": "Что дальше",
"username-or-password-incorrect": "Неверный логин или пароль",
"follow-bludit-on": "Подписывайтесь на Bludit в",
"this-is-a-brief-description-of-yourself-our-your-site": "Это краткое описание о Вас или о сайте, чтобы изменить этот текст перейдите в: Панель управления --> Настройки --> Плагины. Затем выберите и настройте плагин About.",
"new-version-available": "Доступна новая версия",
"new-category-created": "Новая категория создана",
"category-deleted": "Категория удалена",
"category-edited": "Категория отредактирована",
"new-user-created": "Новый пользователь создан",
"user-edited": "Пользователь отредактирован",
"user-deleted": "Пользователь удален",
"recommended-for-recovery-password-and-notifications": "Рекомендуется для восстановления пароля и оповещений.",
"authentication-token": "Токен аутентификации",
"token": "Токен",
"current-status": "Текущий статус",
"upload-image": "Загрузить изображение",
"the-changes-have-been-saved": "Изменения сохранены",
"label": "Метка",
"links": "Ссылки",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Этот заголовок почти всегда используется на боковой панели сайта.",
"password-must-be-at-least-6-characters-long": "Пароль должен содержать минимум 6 символов",
"ip-address-has-been-blocked": "IP адрес заблокирован.",
"try-again-in-a-few-minutes": "Попробуйте еще раз через несколько минут.",
"content-published-from-scheduler": "Запланированная запись опубликована",
"blog": "Блог",
"complete-all-fields": "Заполните все поля",
"static": "Статическая",
"about-your-site-or-yourself": "О Вас или Вашем сайте",
"homepage": "Домашняя страница",
"disabled": "Отключен",
"to-enable-the-user-you-must-set-a-new-password": "Для активации пользователя Вы должны задать новый пароль.",
"delete-the-user-and-associate-his-content-to-admin-user": "Удалить пользователя и связать его записи с учётной записью администратора",
"delete-the-user-and-all-his-content": "Удалить пользователя и все его записи",
"user-disabled": "Пользователь отключен",
"user-password-changed": "Пароль пользователя изменен",
"the-password-and-confirmation-password-do-not-match": "Пароль и его подтверждение не совпадают",
"scheduled-content": "Запланированная запись",
"there-are-no-scheduled-content": "Нет запланированных записей",
"new-content-created": "Новая запись создана",
"content-edited": "Запись отредактирована",
"content-deleted": "Запись удалена",
"undefined": "Неопределено",
"create-new-content-for-your-site": "Создать новую запись для сайта",
"order-items-by": "Упорядочить по",
"all-content": "Всё содержимое",
"dynamic": "Динамический",
"type": "Тип",
"draft-content": "Содержимое черновика",
"post": "Опубликовать",
"default": "По умолчанию",
"latest-content": "Последняя запись",
"default-message": "Сообщение по умолчанию",
"no-parent": "Нет родителя",
"have-you-seen-my-ball": "Ты мой мячик видел?",
"pagebreak": "Разрыв страницы",
"pages": "Страницы",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Этот плагин может не поддерживаться текущей версией Bludit",
"previous": "Назад",
"previous-page": "Предыдущая страница",
"next-page": "Следующая страница",
"scheduled": "Запланировано",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Этот токен похож на пароль, он не должен демонстрироваться.",
"congratulations-you-have-successfully-installed-your-bludit": "Поздравляем! Вы успешно установили **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Эта тема может не поддерживаться текущей версией Bludit",
"read-more": "Читать далее",
"remember-me": "Запомнить",
"plugins-position": "Позиция плагина",
"plugins-sorted": "Плагины отсортированы",
"plugins-position-changed": "Позиция плагина изменена",
"drag-and-drop-to-set-the-position-of-the-plugin": "Перетащите, чтобы установить позицию плагинов.",
"change-the-position-of-the-plugins": "Изменение положения плагинов",
"reading-time": "Время чтения",
"minutes": "минуты",
"minute": "минут",
"example-page-1-slug": "создайте-свою-собственную-запись",
"example-page-1-title": "Создайте свою собственную запись",
"example-page-1-content": "Начните писать свой собственный контент или отредактируйте текущий, чтобы он соответствовал Вашим потребностям. Для создания, редактирования или удаления записей Вам необходимо войти в [панель управления](.\/admin) с именем пользователя `admin` и паролем, который Вы установили в процессе установки.",
"example-page-2-slug": "настройте-свой-новый-сайт",
"example-page-2-title": "Настройте свой новый сайт",
"example-page-2-content": "Обновите настройки своего сайта в [панели управления](.\/admin), Вы можете изменить название, описание и социальные сети в [Настройки > Общие](.\/admin\/settings).",
"example-page-3-slug": "следуйте-за-bludit",
"example-page-3-title": "Следуйте за Bludit",
"example-page-3-content": "Получайте информацию о новостях, новых версиях, новых темах или новых плагинах на наших страницах в социальных сетях Facebook<\/a>, Twitter<\/a> и YouTube<\/a> или посетите наш [Блог](https:\/\/blog.bludit.com).",
"example-page-4-slug": "о-нас",
"example-page-4-title": "О нас",
"example-page-4-content": "Ваша страница «О нас», как правило, является одной из самых посещаемых страниц Вашего сайта, должна быть простой с несколькими ключевыми вещами, такими как Ваше имя, кто Вы, как с Вами связаться, небольшая история и т.д.",
"the-extension-zip-is-not-installed": "Расширение ZIP не установлено. Вы должны установить его для использования этого плагина.",
"there-are-no-sticky-pages-at-this-moment": "В настоящее время прикреплённые страницы отсутствуют.",
"there-are-no-scheduled-pages-at-this-moment": "В настоящее время нет запланированных публикаций.",
"update": "Обновить",
"template": "Шаблон",
"nickname": "Псевдоним",
"disable-user": "Отключить пользователя",
"delete-user-and-keep-content": "Удалить пользователя",
"delete-user-and-delete-content": "Удалить пользователя и содержимое (!)",
"social-networks": "Социальные сети",
"interval": "Интервал",
"number-in-minutes-for-every-execution-of-autosave": "Интервал в минутах для автосохранения.",
"extreme-friendly-url": "Сверхдружественный URL",
"title-formats": "Форматы заголовков",
"delete-content": "Удалить содержимое",
"are-you-sure-you-want-to-delete-this-page": "Вы уверены что хотите удалить эту страницу?",
"sticky": "Прикреплено",
"actions": "Действия",
"edit": "Редактировать",
"options": "Параметры",
"enter-title": "Введите заголовок",
"media-manager": "Управление медиафайлами",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Задать изображение обложки из внешнего URL, например CDN или хранилища изображений.",
"user": "Пользователь",
"date-format-format": "Формат даты: ГГГГ-ММ-ДД Часы:Минуты:Секунды<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Начните вводить заголовок чтобы увидеть список предложений.",
"field-used-when-ordering-content-by-position": "Поле используется для сортировки содержимого по порядку",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Напишите имя шаблона, чтобы отфильтровать страницу в теме и изменить её стиль.",
"write-the-tags-separated-by-commas": "Введите разделённый запятыми список тегов.",
"apply-code-noindex-code-to-this-page": "Применить noindex<\/code> для этой страницы.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Это не позволит странице появится в поисковых системах.",
"apply-code-nofollow-code-to-this-page": "Применить nofollow<\/code> для этой страницы.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Поисковые системы не будут индексировать ссылки с этой страницы.",
"apply-code-noarchive-code-to-this-page": "Применить noarchive<\/code> для этой страницы.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Поисковые системы не будут сохранять копию страницы в кэше.",
"uncategorized": "Без категории",
"done": "Готово",
"delete-category": "Удалить категорию",
"are-you-sure-you-want-to-delete-this-category?": "Вы уверены что хотите удалить эту категорию?",
"confirm-new-password": "Подтвердить пароль",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Псевдоним, в основном, используется в темах для отображения авторства у содержимого",
"allow-unicode": "Разрешить Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Разрешить символы Unicode в URL и других частях системы.",
"variables-allowed": "Разрешенные переменные",
"tag": "Тег",
"drag-and-drop-to-sort-the-plugins": "Отсортируйте плагины перетаскиванием.",
"seo": "SEO",
"documentation": "Документация",
"forum-support": "Форум поддержки",
"chat-support": "Чат поддержки",
"quick-links": "Быстрые ссылки",
"leave-empty-for-autocomplete-by-bludit": "Оставьте пустым для автозаполнения Bludit.",
"choose-a-password-for-the-user-admin": "Выберите пароль для пользователя admin<\/code>",
"access-denied": "Доступ запрещён",
"choose-images-to-upload": "Выберите изображение для загрузки",
"insert": "Вставить",
"upload": "Загрузить",
"autosave": "Автосохранение",
"the-content-is-saved-as-a-draft-to-publish-it": "Содержимое сохранено как черновик. Для публикации нажимте на кнопку Опубликовать<\/b> или Вы можете продолжить редактирование нажав на Сохранить как черновик<\/b>.",
"site": "Сайт",
"first": "Первый",
"last": "Последний",
"there-are-no-pages-at-this-moment": "На данный момент записей нет.",
"there-are-no-static-pages-at-this-moment": "На данный момент статических записей нет.",
"there-are-no-draft-pages-at-this-moment": "На данный момент черновиков нет.",
"good-morning": "Доброе утро",
"good-afternoon": "Добрый день",
"good-evening": "Добрый вечер",
"good-night": "Доброй ночи",
"hello": "Привет",
"there-are-no-images-for-the-page": "Для этой страницы нет изображений.",
"select-cover-image": "Выберите обложку записи",
"this-plugin-depends-on-the-following-plugins": "Этот плагин зависит от следующих плагинов.",
"no-pages-found": "Страниц не найдено",
"system-updated": "Система обновлена",
"security": "Безопасность",
"remove-cover-image": "Удалить изображение обложки",
"width": "Ширина",
"height": "Высота",
"quality": "Качество",
"thumbnails": "Миниатюры",
"thumbnail": "Миниатюра изображения",
"thumbnail-width-in-pixels": "Ширина миниатюры изображения в пикселях (px).",
"thumbnail-height-in-pixels": "Высота миниатюры изображения в пикселях (px).",
"thumbnail-quality-in-percentage": "Качество миниатюры изображения в процентах (%).",
"maximum-load-file-size-allowed:": "Максимально допустимый размер загружаемого файла:",
"file-type-is-not-supported": "Тип файла не поддерживается. Разрешенные типы:",
"page-content": "Содержимое страницы",
"markdown-parser": "Парсер Markdown",
"site-logo": "Логотип сайта",
"search": "Поиск",
"search-plugins": "Поиск плагинов",
"enabled-plugins": "Включенные плагины",
"disabled-plugins": "Отключенные плагины",
"remove-logo": "Удалить логотип",
"preview": "Предпросмотр",
"author-can-write-and-edit-their-own-content": "Автор: Может писать и редактировать собственные записи. Редактор: может писать и редактировать как свои записи, так и других пользователей.",
"custom-fields": "Настраиваемые поля",
"define-custom-fields-for-the-content": "Определите настраиваемые поля для содержимого. Узнайте больше о пользовательских полях в документации<\/a> (только на английском).",
"start-typing-to-see-a-list-of-suggestions": "Начните писать, чтобы увидеть список подсказок.",
"view": "Просмотр",
"insert-thumbnail": "Вставить миниатюру",
"no-tags": "Нет тегов",
"no-categories": "Нет категорий",
"insert-linked-thumbnail": "Вставить миниатюру со ссылкой",
"navigation": "Навигация",
"thumbnail-generation": "Генерация миниатюр",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Включить или отключить автоматическую генерацию миниатюр при загрузке изображений."
}
================================================
FILE: bl-languages/sv_SE.json
================================================
{
"language-data": {
"native": "Svenska (Sverige)",
"english-name": "Swedish",
"locale": "sv, sv_SE",
"last-update": "2019-07-05",
"authors": [
"Micke @murko69",
"",
"",
""
]
},
"dates": {
"Mon": "Mån",
"Tue": "Tis",
"Wed": "Ons",
"Thu": "Tor",
"Fri": "Fre",
"Sat": "Lör",
"Sun": "Sön",
"Monday": "Måndag",
"Tuesday": "Tisdag",
"Wednesday": "Onsdag",
"Thursday": "Torsdag",
"Friday": "Fredag",
"Saturday": "Lördag",
"Sunday": "Söndag",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Dec",
"January": "Januari",
"February": "Februari",
"March": "Mars",
"April": "April",
"May": "Maj",
"June": "Juni",
"July": "Juli",
"August": "Augusti",
"September": "September",
"October": "Oktober",
"November": "November",
"December": "December"
},
"dashboard": "Administrationspanel",
"manage-users": "Hantera användare",
"manage-categories": "Hantera kategorier",
"general-settings": "Allmänna inställningar",
"advanced-settings": "Avancerade inställningar",
"thanks-for-supporting-bludit": "Tack för att du stödjer Bludit",
"upgrade-to-bludit-pro": "Uppgradera till Bludit PRO",
"language": "Språk",
"plugin": "Insticksprogram",
"plugins": "Insticksprogram",
"developers": "Utvecklare",
"themes": "Teman",
"about": "Om",
"url": "URL",
"welcome": "Välkommen",
"logout": "Logga ut",
"website": "Webbsida",
"publish": "Publicera",
"manage": "Hantera",
"content": "Innehåll",
"category": "Kategori",
"categories": "Kategorier",
"users": "Användare",
"settings": "Inställningar",
"general": "Allmänna",
"advanced": "Avancerade",
"new-content": "Nytt innehåll",
"manage-content": "Hantera innehåll",
"add-new-content": "Lägg till nytt innehåll",
"new-category": "Ny kategori",
"you-do-not-have-sufficient-permissions": "Du har inte tillräckliga behörigheter",
"add-a-new-user": "Lägg till ny användare",
"url-associated-with-the-content": "URL relaterad till innehållet.",
"language-and-timezone": "Språk och tidszon",
"change-your-language-and-region-settings": "Ändra språk- och regioninställningar.",
"notifications": "Aviseringar",
"plugin-activated": "Insticksprogram aktiverat",
"plugin-deactivated": "Insticksprogram inaktiverat",
"new-theme-configured": "Nytt tema konfigurerat",
"settings-changes": "Ändringar i inställningar",
"plugin-configured": "Insticksprogram konfigurerat",
"welcome-to-bludit": "Välkommen till Bludit",
"statistics": "Statistik",
"drafts": "Utkast",
"title": "Rubrik",
"save": "Spara",
"save-as-draft": "Spara som utkast",
"cancel": "Ångra",
"description": "Beskrivning",
"this-field-can-help-describe-the-content": "Det här fältet kan hjälpa till att beskriva innehållet med några ord.",
"images": "Bilder",
"error": "Fel",
"supported-image-file-types": "Bildfilstyper som stöds",
"cover-image": "Omslagsbild",
"drag-and-drop-or-click-here": "Dra och släpp eller klicka här",
"there-are-no-images": "Det finns inga bilder",
"upload-and-more-images": "UPLOAD AND MORE IMAGES",
"click-on-the-image-for-options": "Klicka på bilden för alternativ.",
"click-here-to-cancel": "Klicka här för att avbryta.",
"insert-image": "Infoga bild",
"set-as-cover-image": "Ange som omslagsbild",
"delete-image": "Radera bild",
"tags": "Taggar",
"add": "Lägg till",
"status": "Status",
"published": "Publicerad",
"draft": "Utkast",
"empty-title": "Ingen rubrik",
"empty": "tom",
"date": "Datum",
"external-cover-image": "Extern omslagsbild",
"parent": "PARENT",
"full-image-url": "Fullständig bildadress.",
"this-field-is-used-when-you-order-the-content-by-position": "Det här fältet används när du sorterar innehållet efter position.",
"position": "Position",
"friendly-url": "Vänlig URL",
"image-description": "Bildbeskrivning",
"add-a-new-category": "Lägg till en ny kategori",
"name": "Namn",
"username": "Användarnamn",
"first-name": "Förnamn",
"last-name": "Efternamn",
"to-schedule-the-content-select-the-date-and-time": "För att schemalägga innehållet välj datum och tid, statusen måste vara satt till \"Publicerad\".",
"email": "E-post",
"role": "Roll",
"registered": "Registrerad",
"site-information": "Webbplatsinformation",
"site-title": "Sidans titel",
"use-this-field-to-name-your-site": "Använd det här fältet för att namnge din webbplats.",
"site-slogan": "Sidans slogan\/slagord",
"use-this-field-to-add-a-catchy-phrase": "Använd det här fältet för att lägga till en slogan\/slagord för din webbplats.",
"site-description": "Webbplatsbeskrivning",
"you-can-add-a-site-description-to-provide": "Du kan lägga till en webbplatsbeskrivning för att ge en kort biografi eller beskrivning av din webbplats.",
"footer-text": "Sidfot",
"you-can-add-a-small-text-on-the-bottom": "Du kan lägga till lite text längst ner på varje sida. t.ex.: upphovsrätt, ägare, datum etc.",
"social-networks-links": "Sociala nätverk",
"site-url": "Webbadress",
"email-account-settings": "E-postkontoinställningar",
"sender-email": "Avsändarens e-postadress",
"emails-will-be-sent-from-this-address": "E-postmeddelanden skickas från denna adress.",
"url-filters": "URL-filter",
"select-your-sites-language": "Välj webbplatsens språk.",
"timezone": "Tidszon",
"select-a-timezone-for-a-correct": "Välj en tidszon för korrekt datum- och tidsvisning på din webbplats.",
"locale": "LOCALE",
"date-and-time-formats": "Datum- och tidformat",
"date-format": "Datumformat",
"current-format": "Nuvarande format",
"version": "Version",
"author": "Upphovsperson",
"activate": "Aktivera",
"deactivate": "Inaktivera",
"edit-category": "Redigera kategori",
"delete": "Radera",
"password": "Lösenord",
"confirm-password": "Bekräfta lösenord",
"editor": "Redaktör",
"administrator": "Administratör",
"edit-user": "Redigera användare",
"edit-content": "Redigera innehåll",
"profile": "Profil",
"change-password": "Ändra lösenord",
"enabled": "Aktiverad",
"disable-the-user": "Inaktivera användaren",
"profile-picture": "Profilbild",
"edit-or-delete-your-categories": "Redigera eller ta bort dina kategorier",
"create-a-new-category-to-organize-your-content": "Skapa en ny kategori för att organisera ditt innehåll",
"confirm-delete-this-action-cannot-be-undone": "Bekräfta raderingen, den här åtgärden kan inte ångras.",
"do-you-want-to-disable-the-user": "Vill du inaktivera användaren ?",
"new-password": "Nytt lösenord",
"you-can-change-this-field-when-save-the-current-changes": "Du kan ändra det här fältet när du sparar de aktuella ändringarna.",
"items-per-page": "Föremål per sida",
"invite-a-friend-to-collaborate-on-your-site": "Bjud in en vän att samarbeta på din webbplats",
"number-of-items-to-show-per-page": "Antal objekt som ska visas per sida.",
"website-or-blog": "Hemsida eller blogg",
"order-content-by": "Sortera innehåll efter",
"edit-or-delete-content-from-your-site": "Redigera eller ta bort innehåll från din webbplats",
"order-the-content-by-date-to-build-a-blog": "Sortera innehållet efter datum för att skapa en bloggkänsla eller sortera det efter plats för att skapa en hemsidekänsla.",
"page-not-found-content": "Det verkar som om den här sidan inte existerar.",
"page-not-found": "Sidan kunde ej hittas",
"predefined-pages": "Fördefinierade sidor",
"returning-page-when-the-page-doesnt-exist": "Ange en förvald 404 eller lämna tomt för att returnera ett standardmeddelande.",
"returning-page-for-the-main-page": "Ange en förvald startsida eller lämna tomt för att visa det senaste innehållet sorterat på endera datum eller position.",
"full-url-of-your-site": "Hela webbadressen till din webbplats. Komplett med protokollet HTTP eller HTTPS (endast om du har aktiverat SSL på din server).",
"with-the-locales-you-can-set-the-regional-user-interface": "Med detta kan du ställa in det regionala användargränssnittet, till exempel datum på ditt språk. Måste vara installerade på ditt system för att fungera korrekt.",
"bludit-installer": "Bludit Installation",
"choose-your-language": "Välj ditt språk",
"next": "Nästa",
"complete-the-form-choose-a-password-for-the-username-admin": "Fyll i formuläret och välj ett lösenord för användarnamnet < admin ><\/b>",
"show-password": "Visa lösenord",
"install": "Installera",
"login": "Logga in",
"back-to-login-form": "Tillbaka till inloggningsformuläret",
"get-login-access-code": "Få inloggningsuppgifter",
"email-access-code": "Mejla inloggningsuppgifter",
"whats-next": "Vad kommer härnäst",
"username-or-password-incorrect": "Felaktigt användarnamn eller lösenord",
"follow-bludit-on": "Följ Bludit på",
"this-is-a-brief-description-of-yourself-our-your-site": "Det här är en kort beskrivning av dig själv eller din webbplats. För att ändra texten, gå till adminpanelen, inställningar, Insticksprogram och konfigurera insticksprogrammet.\"About\".",
"new-version-available": "Ny version tillgänglig",
"new-category-created": "Ny kategori skapad",
"category-deleted": "Kategori raderad",
"category-edited": "Kategori redigerad",
"new-user-created": "My användare skapad",
"user-edited": "Användare redigerad",
"user-deleted": "Användare raderad",
"recommended-for-recovery-password-and-notifications": "Rekommenderas för aviseringar och återställning av lösenord.",
"authentication-token": "Autentiseringstoken",
"token": "Token",
"current-status": "Nuvarande status",
"upload-image": "Ladda upp bild",
"the-changes-have-been-saved": "Ändringarna har sparats",
"label": "Etikett",
"links": "Länkar",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Den här rubriken används nästan alltid i sidofältet på webbplatsen.",
"password-must-be-at-least-6-characters-long": "Lösenordet måste innehålla minst 6 tecken",
"ip-address-has-been-blocked": "IP-adressen har blockerats",
"try-again-in-a-few-minutes": "Försök igen om några minuter",
"content-published-from-scheduler": "Schemalagt innehåll publicerat",
"blog": "Blogg",
"complete-all-fields": "Fyll i alla fält",
"static": "Statisk",
"about-your-site-or-yourself": "Om din webbplats eller dig själv",
"homepage": "Hemsida",
"disabled": "Inaktiverad",
"to-enable-the-user-you-must-set-a-new-password": "För att aktivera användaren måste du ange ett nytt lösenord.",
"delete-the-user-and-associate-his-content-to-admin-user": "Ta bort användaren och associera allt deras innehåll till sidans administratör",
"delete-the-user-and-all-his-content": "Ta bort användaren och allt deras innehåll",
"user-disabled": "Användaren inaktiverad",
"user-password-changed": "Användarlösenordet har ändrats",
"the-password-and-confirmation-password-do-not-match": "Det angivna lösenordet och det bekräftade matchar inte",
"scheduled-content": "Schemalagt innehåll",
"there-are-no-scheduled-content": "Det finns inget schemalagt innehåll.",
"new-content-created": "Nytt innehåll skapat",
"content-edited": "Innehåll redigerat",
"content-deleted": "Innehåll raderat",
"undefined": "Odefinierad",
"create-new-content-for-your-site": "Skapa nytt innehåll för din webbplats",
"order-items-by": "Sortera objekt efter",
"all-content": "Allt innehåll",
"dynamic": "Dynamisk",
"type": "Typ",
"draft-content": "DRAFT CONTANT",
"post": "POST",
"default": "Standard",
"latest-content": "Senaste innehållet",
"default-message": "Standardmeddelande",
"no-parent": "NO PARENT",
"have-you-seen-my-ball": "Har du sett min boll?",
"pagebreak": "Sidbrytning",
"pages": "Sidor",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Detta insticksprogram kanske inte stöds av den här versionen av Bludit",
"previous": "Föregående",
"previous-page": "Föregående sida",
"next-page": "Nästa sida",
"scheduled": "Schemalagd",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Denna token är att likna vid ett lösenord, det ska således inte delas med andra.",
"congratulations-you-have-successfully-installed-your-bludit": "Grattis du har lyckats installera Bludit.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Detta tema kanske inte stöds av den här versionen av Bludit",
"read-more": "Läs mer",
"remember-me": "Kom ihåg mig",
"plugins-position": "Insticksprogrammets position",
"plugins-sorted": "Insticksprogram sorterade",
"plugins-position-changed": "Plugin position changed",
"drag-and-drop-to-set-the-position-of-the-plugin": "Dra och släpp för att placera insticksprogrammet",
"change-the-position-of-the-plugins": "Ändra ordningen på dina insticksprogram",
"reading-time": "Läsningstid",
"minutes": "minuter",
"minute": "minut",
"example-page-1-slug": "skapa-ditt-eget-innehall",
"example-page-1-title": "Skapa ditt eget innehåll",
"example-page-1-content": "Börja skriva ditt eget innehåll eller redigera befintligt för att passa dina behov. För att skapa, editera eller ta bort innehåll behöver du vara inloggad på Administrationspanelen<\/a> med användarnamnet `admin` och det lösenord du angav vid installationsprocessen av Bludit.",
"example-page-2-slug": "skapa-din-nya-sida",
"example-page-2-title": "Skapa din nya sida",
"example-page-2-content": "Uppdatera inställningarna för din sajt via Administrationspanelen<\/a>. Du kan ändra titel, beskrivning och länka olika sociala nätverk från Inställningar > Allmänna<\/a>.",
"example-page-3-slug": "folj-bludit",
"example-page-3-title": "Följ Bludit",
"example-page-3-content": "Få information gällande nyheter, nya versioner, nya teman och\/eller insticksprogram på våra sociala nätverk Facebook<\/a>, Twitter<\/a> och YouTube<\/a> eller besök vår egen Blogg<\/a>.",
"example-page-4-slug": "om",
"example-page-4-title": "Om",
"example-page-4-content": "Din Om-sida är vanligtvis en av de mest besökta sidorna en förstagångsbesökare kikar in på, så se till att den är enkel, kort och koncis, med namn, vem du är, hur man kommer i kontakt md dig samt ev. en liten story etc.",
"the-extension-zip-is-not-installed": "Zip-tillägget är inte installerat, för att använda detta plugin måste du installera tillägget.",
"there-are-no-sticky-pages-at-this-moment": "Det finns inga nålade sidor för tillfället.",
"there-are-no-scheduled-pages-at-this-moment": "Det finns inga schemalagda sidor för tillfället.",
"update": "Uppdatera",
"template": "Mall",
"nickname": "Smeknamn",
"disable-user": "Inaktivera användaren",
"delete-user-and-keep-content": "Ta bort användaren och behåll dennes innehåll",
"delete-user-and-delete-content": "Ta bort användaren och radera dennes (Varning!)",
"social-networks": "Sociala nätverk",
"interval": "Intervall",
"number-in-minutes-for-every-execution-of-autosave": "Antal i minuter för varje utförande av autosave.",
"extreme-friendly-url": "Extremt vänlig URL",
"title-formats": "Rubriksformat",
"delete-content": "Radera innehåll",
"are-you-sure-you-want-to-delete-this-page": "Är du säker på att du vill radera denna sida?",
"sticky": "Nålad",
"actions": "Åtgärder",
"edit": "Redigera",
"options": "Alternativ",
"enter-title": "Fyll i rubrik",
"media-manager": "Mediamanager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Ange en omslagsbild från en extern webbadress, till exempel en CDN eller någon server dedikerad till bilder.",
"user": "Användare",
"date-format-format": "Datumformat: YYYY-MM-DD Timmar:Minuter:Sekunder<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Börja skriva rubriken på en sida för att se en lista på förslag.",
"field-used-when-ordering-content-by-position": "Fält används vid sortering av innehåll efter position.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Fyll i ett namn för mallen för att filtrera sidan i temat och ändra stil på sidan.",
"write-the-tags-separated-by-commas": "Skriv taggar åtskilda med kommatecken.",
"apply-code-noindex-code-to-this-page": "Tillämpa noindex<\/code> på den här sidan.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Detta talar om för sökmotorer att inte lista den här sidan i deras sökresultat.",
"apply-code-nofollow-code-to-this-page": "Tillämpa nofollow<\/code> på den här sidan.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Detta talar om för sökmotorer att inte följa länkar på den här sidan.",
"apply-code-noarchive-code-to-this-page": "Tillämpa noarchive<\/code> på den här sidan.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Detta talar om för sökmotorer att inte spara en cachad kopia av den här sidan.",
"uncategorized": "Okategoriserad",
"done": "Klar",
"delete-category": "Radera kategori",
"are-you-sure-you-want-to-delete-this-category?": "Är du säker på att du vill radera denna kategori?",
"confirm-new-password": "Bekräfta nytt lösenord",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Smeknamn används oftast enbart i teman, för att visa upphovsperson till innehållet",
"allow-unicode": "Tillåt Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Tillåt Unicode-tecken i webbadressen och vissa delar av systemet.",
"variables-allowed": "Variabler tillåtna",
"tag": "Tagg",
"drag-and-drop-to-sort-the-plugins": "Dra och släpp för att sortera insticksprogrammen.",
"seo": "SEO",
"documentation": "Dokumentation",
"forum-support": "Forumsupport",
"chat-support": "Chatsupport",
"quick-links": "Snabblänkar",
"leave-empty-for-autocomplete-by-bludit": "Lämna tomt för autoslutförande av Bludit.",
"choose-a-password-for-the-user-admin": "Välj ett lösenord för användaren admin<\/code>",
"access-denied": "Åtkomst nekad",
"choose-images-to-upload": "Välj bilder att ladda upp",
"insert": "Infoga",
"upload": "Ladda upp",
"autosave": "Autospara",
"the-content-is-saved-as-a-draft-to-publish-it": "Innehållet är sparat som utkast. För att publicera det, klicka på knappen Publicera<\/b> eller om du vill fortsätta jobba med et, klicka på Spara som utkast<\/b>.",
"site": "Sida",
"first": "Första",
"last": "Sista",
"there-are-no-pages-at-this-moment": "Det finns för tillfället inga sidor.",
"there-are-no-static-pages-at-this-moment": "Det finns för tillfället inga statiska sidor.",
"there-are-no-draft-pages-at-this-moment": "Det finns för tillfället inga utkast.",
"good-morning": "Go´morron",
"good-afternoon": "Go´midda",
"good-evening": "Go´kväll",
"good-night": "Go´natt",
"hello": "Hej",
"there-are-no-images-for-the-page": "Det finns inga bilder på den här sidan.",
"select-cover-image": "Välj omslagsbild",
"this-plugin-depends-on-the-following-plugins": "Detta insticksprogram är beroende av dessa insticksprogram.",
"no-pages-found": "Inga sidor hittades.",
"system-updated": "Systemet uppdaterat.",
"security": "Säkerhet",
"remove-cover-image": "Ta bort omslagsbild",
"width": "Bredd",
"height": "Höjd",
"quality": "Kvalitet",
"thumbnails": "Miniatyrer",
"thumbnail": "Miniatyr",
"thumbnail-width-in-pixels": "Pixelbredd (px) på miniatyrbild.",
"thumbnail-height-in-pixels": "Pixelhöjd (px) på miniatyrbild.",
"thumbnail-quality-in-percentage": "Kvalitet i procent (%) på miniatyrbild.",
"maximum-load-file-size-allowed:": "Maximal tillåten filstorlek:",
"file-type-is-not-supported": "Filtypen stöds inte. Tillåtna typer:",
"page-content": "Sidinnehåll",
"markdown-parser": "Markdown parser",
"site-logo": "Webbplatsens logotyp",
"search": "Sök",
"search-plugins": "Sök insticksprogram",
"enabled-plugins": "Aktiverade insticksprogram",
"disabled-plugins": "Inaktiverade insticksprogram",
"remove-logo": "Ta bort logotyp",
"preview": "Förhandsvisning",
"author-can-write-and-edit-their-own-content": "Upphovsperson: Kan skriva och redigera sitt eget innehåll. Redaktör: Kan skriva och redigera andras innehåll.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Definiera anpassade fält för innehållet.",
"start-typing-to-see-a-list-of-suggestions": "Börja skriva för att se en lista med förslag.",
"view": "View",
"no-tags": "Inga taggar",
"insert-thumbnail": "Infoga miniatyrbild",
"visits-today": "Besök idag",
"no-categories": "Inga kategorier",
"quick-search-pages-and-menu": "Snabbsökning sidor och meny",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Analys",
"unique-visitors": "Unika besökare",
"insert-linked-thumbnail": "Infoga länkad miniatyrbild",
"search-placeholder": "Sök sidor, innehåll och menyalternativ...",
"no-results-found": "Inga resultat hittades",
"navigation": "Navigering",
"default-content-status": "Standardstatus för innehåll",
"default-status-for-new-content": "Välj om nytt innehåll ska skapas som Publicerat eller Utkast som standard.",
"thumbnail-generation": "Generering av miniatyrbilder",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Aktivera eller inaktivera automatisk generering av miniatyrbilder vid bilduppladdning."
}
================================================
FILE: bl-languages/tr_TR.json
================================================
{
"language-data": {
"native": "Türkçe",
"english-name": "Turkish",
"locale": "tr, tr_TR",
"last-update": "2019-12-28",
"authors": [
"Ali Demirtas",
"",
"",
""
]
},
"dates": {
"Mon": "Pzt",
"Tue": "Sal",
"Wed": "Çar",
"Thu": "Per",
"Fri": "Cum",
"Sat": "Cmt",
"Sun": "Paz",
"Monday": "Pazartesi",
"Tuesday": "Salı",
"Wednesday": "Çarşamba",
"Thursday": "Perşembe",
"Friday": "Cuma",
"Saturday": "Cumartesi",
"Sunday": "Pazar",
"Jan": "Oca",
"Feb": "Şub",
"Mar": "Mar",
"Apr": "Nis",
"May": "Mayıs",
"Jun": "Haz",
"Jul": "Tem",
"Aug": "Ağu",
"Sep": "Eyl",
"Oct": "Eki",
"Nov": "Kas",
"Dec": "Ara",
"January": "Ocak",
"February": "Şubat",
"March": "Mart",
"April": "Nisan",
"June": "Haziran",
"July": "Temmuz",
"August": "Ağustos",
"September": "Eylül",
"October": "Ekim",
"November": "Kasım",
"December": "Aralık"
},
"dashboard": "Pano",
"manage-users": "Kullanıcıları yönet",
"manage-categories": "Kategorileri yönet",
"general-settings": "Genel ayarlar",
"advanced-settings": "Gelişmiş ayarlar",
"thanks-for-supporting-bludit": "Bludit desteğiniz için teşekkürler",
"upgrade-to-bludit-pro": "Bludit PRO'ya yükseltin",
"language": "Dil",
"plugin": "Eklenti",
"plugins": "Eklentiler",
"developers": "Geliştiriciler",
"themes": "Temalar",
"about": "Hakkında",
"url": "URL",
"welcome": "Merhaba",
"logout": "Çıkış",
"website": "Web site",
"publish": "Yayınla",
"manage": "Yönet",
"content": "İçerikler",
"category": "Kategori",
"categories": "Kategoriler",
"users": "Kullanıcılar",
"settings": "Ayarlar",
"general": "Genel",
"advanced": "Gelişmiş",
"new-content": "İçerik ekle",
"manage-content": "İçerikler",
"add-new-content": "Yeni içerik ekle",
"new-category": "Yeni kategori",
"you-do-not-have-sufficient-permissions": "Bu sayfaya erişmek için gerekli izinlere sahip değilsiniz.",
"add-a-new-user": "Yeni kullanıcı ekle",
"url-associated-with-the-content": "İçerikle ilişkili URL.",
"language-and-timezone": "Dil ve saat dilimi",
"change-your-language-and-region-settings": "Dil ve saat ayarlarını değiştir.",
"notifications": "Bildirimler",
"plugin-activated": "Eklenti etkinleştirildi",
"plugin-deactivated": "Eklenti devre dışı bırakıldı",
"new-theme-configured": "Yeni tema yapılandırıldı",
"settings-changes": "Ayarlarda yapılan değişiklikler",
"plugin-configured": "Eklenti ayarlandı",
"welcome-to-bludit": "Bludit'e Hoşgeldiniz",
"statistics": "İstatistikler",
"drafts": "Taslaklar",
"title": "Başlık",
"save": "Kaydet",
"save-as-draft": "Taslak olarak kaydet",
"cancel": "İptal",
"description": "Açıklama",
"this-field-can-help-describe-the-content": "Bu alan içerisine 150 karakteri geçmeyecek şekilde içeriğe uygun açıklama ekleyebilirsiniz.",
"images": "Resimler",
"error": "Hata",
"supported-image-file-types": "Desteklenen resim formatları",
"cover-image": "Kapak resmi",
"drag-and-drop-or-click-here": "Sürükle-bırak veya buraya tıkla",
"there-are-no-images": "Hiç resim yok",
"upload-and-more-images": "Daha fazla resim yükle",
"click-on-the-image-for-options": "Özellikler için resme tıklayın.",
"click-here-to-cancel": "İptal etmek için tıklayın.",
"insert-image": "Resim iliştir",
"set-as-cover-image": "Kapak resmi olarak ayarla",
"delete-image": "Resmi sil",
"tags": "Etiketler",
"add": "Ekle",
"status": "Durum",
"published": "Yayınlanmış",
"draft": "Taslak",
"empty-title": "Başlıksız",
"empty": "boş",
"date": "Tarih",
"external-cover-image": "Dış sunucudan kapak resmi",
"parent": "Ebeveyn",
"full-image-url": "Tam resim URL'si.",
"this-field-is-used-when-you-order-the-content-by-position": "Bu alan, içeriği konuma göre sıraladığınızda kullanılır.",
"position": "Konum",
"friendly-url": "Basit URL",
"image-description": "Resim açıklaması",
"add-a-new-category": "Yeni kategori ekle",
"name": "Ad",
"username": "Kullanıcı adı",
"first-name": "Ad",
"last-name": "Soyad",
"to-schedule-the-content-select-the-date-and-time": "İçeriği zamanlamak için tarih ve saati seçin",
"email": "E-posta",
"role": "Grup",
"registered": "Kayıt tarihi",
"site-information": "Site bilgisi",
"site-title": "Site başlığı",
"use-this-field-to-name-your-site": "Bu alanı sitenize ad vermek için kullanın.",
"site-slogan": "Site sloganı",
"use-this-field-to-add-a-catchy-phrase": "Bu alanı sitenize akılda kalıcı bir cümle seçmek için kullanın.",
"site-description": "Site tanımı",
"you-can-add-a-site-description-to-provide": "Bir site tanımı ekleyebilirsiniz.",
"footer-text": "Alt bilgi metni",
"you-can-add-a-small-text-on-the-bottom": "Sitenizdeki her sayfanın sonuna kısa bir yazı ekleyebilirsiniz. Örn: Copyright, sahibi, tarih, vs.",
"social-networks-links": "Sosyal ağ bağlantıları",
"site-url": "Site URL'si",
"email-account-settings": "E-posta hesabı ayarları",
"sender-email": "Gönderen e-postası",
"emails-will-be-sent-from-this-address": "E-postalar bu adresten gönderilecektir.",
"url-filters": "URL filtreleri",
"select-your-sites-language": "Sitenizin dilini seçin.",
"timezone": "Saat dilimi",
"select-a-timezone-for-a-correct": "Tarih ve saatin doğru olabilmesi için bulunduğunuz saat dilimini seçin.",
"locale": "Yerel",
"date-and-time-formats": "Tarih ve saat formatları",
"date-format": "Tarih formatı",
"current-format": "Mevcut format",
"version": "Sürüm",
"author": "Yazar",
"activate": "Etkinleştir",
"deactivate": "Devre dışı bırak",
"edit-category": "Kategoriyi düzenle",
"delete": "Sil",
"password": "Şifre",
"confirm-password": "Şifre Doğrulama",
"editor": "Düzenleyici",
"administrator": "Yönetici",
"edit-user": "Kullanıcıyı düzenle",
"edit-content": "İçeriği düzenle",
"profile": "Profil",
"change-password": "Şifre değiştir",
"enabled": "Etkinleştirildi",
"disable-the-user": "Kullanıcıyı etkisizleştir",
"profile-picture": "Profil resmi",
"edit-or-delete-your-categories": "Kategorileri düzenle veya sil",
"create-a-new-category-to-organize-your-content": "İçeriğinizi düzenlemek için yeni bir kategori oluşturun",
"confirm-delete-this-action-cannot-be-undone": "Silmeyi onaylayın, bu işlem geri alınamaz!",
"do-you-want-to-disable-the-user": "Kullanıcıyı etkisizleştirmek istiyor musunuz?",
"new-password": "Yeni şifre",
"you-can-change-this-field-when-save-the-current-changes": "Geçerli değişiklikleri kaydettiğinizde bu alanı değiştirebilirsiniz.",
"items-per-page": "Sayfa başına öge",
"invite-a-friend-to-collaborate-on-your-site": "Bir arkadaşınızı sitenize davet edin",
"number-of-items-to-show-per-page": "Sayfa başına gösterilecek öge sayısı.",
"website-or-blog": "Web sitesi veya blog",
"order-content-by": "İçerik sıralaması",
"edit-or-delete-content-from-your-site": "Sitenizden içerik düzenleme veya silme",
"order-the-content-by-date-to-build-a-blog": "Blog için tarihe göre sıralayın ya da Web sitesi oluşturmak için içeriğe göre sıralayın.",
"default-content-status": "Varsayılan içerik durumu",
"default-status-for-new-content": "Yeni içeriğin varsayılan olarak Yayınlandı mı yoksa Taslak olarak mı oluşturulacağını seçin.",
"page-not-found-content": "Hey! böyle bir sayfa yok gibi.",
"page-not-found": "Sayfa bulunamadı",
"predefined-pages": "Önceden tanımlanmış sayfalar",
"returning-page-when-the-page-doesnt-exist": "404 sayfası göstermek yerine bir ileti göstermek isterseniz boş bırakın.",
"returning-page-for-the-main-page": "Ana sayfadaki tüm sayfaları göstermek isterseniz boş bırakın.",
"full-url-of-your-site": "Sitenizin tam URL'si. HTTP veya HTTPS protokolüyle tamamlayın (yalnızca sunucunuzda SSL'yi etkinleştirdiyseniz).",
"with-the-locales-you-can-set-the-regional-user-interface": "Yerel ayarlarla, dilinizdeki tarihler gibi bölgesel kullanıcı arabirimini ayarlayabilirsiniz. Yerel ayarların sisteminize kurulması gerekir.",
"bludit-installer": "Bludit Yükleyici",
"choose-your-language": "Dili seçin",
"next": "Sonraki",
"complete-the-form-choose-a-password-for-the-username-admin": "Bu formu doldurarak, « admin » kullanıcısı için bir şifre belirleyin",
"show-password": "Şifreyi göster",
"install": "Yükle",
"login": "Giriş yap",
"back-to-login-form": "Giriş formuna geri dön",
"get-login-access-code": "Giriş kodu al",
"email-access-code": "E-posta erişim kodu",
"whats-next": "Sırada ne var?",
"username-or-password-incorrect": "Kullanıcı adı veya şifre yanlış",
"follow-bludit-on": "Takip edin",
"this-is-a-brief-description-of-yourself-our-your-site": "Bu kısım siten hakkında bilgi verir. Burayı değiştirmek ve düzenlemek için admin->eklentiler->tanımı düzenle",
"new-version-available": "Yeni sürüm mevcut",
"new-category-created": "Yeni kategori oluşturuldu",
"category-deleted": "Kategori silindi",
"category-edited": "Kategori düzenlendi",
"new-user-created": "Yeni kullanıcı oluşturuldu",
"user-edited": "Kullanıcı düzenlendi",
"user-deleted": "Kullanıcı silindi",
"recommended-for-recovery-password-and-notifications": "Kurtarma şifresi ve bildirimleri için önerilir.",
"authentication-token": "Kimlik doğrulama jetonu",
"token": "Jeton",
"current-status": "Mevcut durum",
"upload-image": "Resim yükle",
"the-changes-have-been-saved": "Değişiklikler kaydedildi",
"label": "Etiket",
"links": "Bağlantılar",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Bu başlık her zaman sitenin kenar çubuğunda kullanılır.",
"password-must-be-at-least-6-characters-long": "Şifre en az 6 karakter uzunluğunda olmalıdır",
"ip-address-has-been-blocked": "IP adresi engellendi.",
"try-again-in-a-few-minutes": "Birkaç dakika içinde tekrar deneyin.",
"content-published-from-scheduler": "Zamanlayıcı tarafından yayınlanan içerik",
"blog": "Blog",
"complete-all-fields": "Tüm alanları doldurun",
"static": "Sabit",
"about-your-site-or-yourself": "Siteniz veya kendiniz hakkında",
"homepage": "Ana sayfa",
"disabled": "Devre dışı",
"to-enable-the-user-you-must-set-a-new-password": "Kullanıcıyı etkinleştirmek için yeni bir şifre oluşturmalısınız.",
"delete-the-user-and-associate-his-content-to-admin-user": "Kullanıcıyı silin ve içeriğini yönetici ile ilişkilendirin",
"delete-the-user-and-all-his-content": "Kullanıcıyı ve içeriğini tümüyle sil",
"user-disabled": "Kullanıcı devre dışı",
"user-password-changed": "Kullanıcı şifresi değişti",
"the-password-and-confirmation-password-do-not-match": "Parola ve doğrulama parolası uyuşmuyor",
"scheduled-content": "Zamanlanmış içerik",
"there-are-no-scheduled-content": "Zamanlanmış bir içerik yok.",
"new-content-created": "Yeni içerik oluşturuldu",
"content-edited": "İçerik düzenlendi",
"content-deleted": "İçerik silindi",
"undefined": "Tanımsız",
"create-new-content-for-your-site": "Siteniz için yeni içerik oluşturun",
"order-items-by": "Öğe sıralaması:",
"all-content": "Tüm içerik",
"dynamic": "Dinamik",
"type": "Tür",
"draft-content": "Taslak içeriği",
"post": "Gönderi",
"default": "Varsayılan",
"latest-content": "Son içerik",
"default-message": "Varsayılan mesaj",
"no-parent": "Ebeveyn yok",
"have-you-seen-my-ball": "Topumu gördün mü?",
"pagebreak": "Sayfa sonu",
"pages": "Sayfalar",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Bu eklenti Bludit'in bu sürümü tarafından desteklenmiyor olabilir",
"previous": "Önceki",
"previous-page": "Önceki sayfa",
"next-page": "Sonraki sayfa",
"scheduled": "Zamanlanmış",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Bu belirteç bir parolaya benzer, paylaşılmamalıdır.",
"congratulations-you-have-successfully-installed-your-bludit": "Tebrikler, **Bludit** başarıyla yüklendi.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Bu tema Bludit'in bu sürümü tarafından desteklenmeyebilir",
"read-more": "Devamını oku",
"remember-me": "Beni hatırla",
"plugins-position": "Eklenti konumu",
"plugins-sorted": "Eklentiler sıralandı",
"plugins-position-changed": "Eklenti konumu değişti",
"drag-and-drop-to-set-the-position-of-the-plugin": "Eklentilerin konumunu ayarlamak için sürükle ve bırak",
"change-the-position-of-the-plugins": "Eklentilerin konumunu değiştirin",
"reading-time": "Okuma süresi",
"minutes": "dakika",
"minute": "dakika",
"example-page-1-slug": "iceriginizi-olusturun",
"example-page-1-title": "İçeriğinizi oluşturun",
"example-page-1-content": "Kendi içeriğinizi yazmaya başlayın veya gereksinimlerinize uyacak şekilde bunu düzenleyin. İçeriği oluşturmak, düzenlemek veya kaldırmak için yönetim paneline<\/a> kullanıcı adı 'admin' ve yükleme işleminde belirlediğiniz şifre ile giriş yapmanız gerekir.",
"example-page-2-slug": "yeni-sitenizi-kurun",
"example-page-2-title": "Yeni sitenizi kurun",
"example-page-2-content": "Sitenizin ayarlarını yönetim panelinden<\/a> güncelleyin. Başlığı, açıklamayı ve sosyal ağları Ayarlar > Genel<\/a> adresinden değiştirebilirsiniz.",
"example-page-3-slug": "bludit-takip-et",
"example-page-3-title": "Bludit'i takip edin",
"example-page-3-content": "Haberler, yeni sürümler, yeni temalar veya yeni eklentiler hakkında sosyal ağlarımızı Facebook<\/a>, Twitter<\/a>, YouTube<\/a> takip edin ya da Blog'muzu<\/a> ziyaret edin.",
"example-page-4-slug": "hakkinda",
"example-page-4-title": "Hakkında",
"example-page-4-content": "Hakkında sayfanız genellikle sitenizdeki en çok ziyaret edilen sayfalardan biridir. Adınız gibi birkaç önemli şeyle basit olmanız gerekir, kimsiniz, sizinle nasıl iletişim kurabilir, küçük bir hikaye, vb.",
"the-extension-zip-is-not-installed": "zip uzantısı yüklü değil, bu eklentiyi kullanmak için uzantıyı yüklemeniz gerekir.",
"there-are-no-sticky-pages-at-this-moment": "Şu anda yapışkan sayfa yok.",
"there-are-no-scheduled-pages-at-this-moment": "Şu anda zamanlanmış sayfa yok.",
"update": "Güncelle",
"template": "Şablon",
"nickname": "Takma isim",
"disable-user": "Kullanıcıyı devre dışı bırak",
"delete-user-and-keep-content": "Kullanıcıyı sil ve içeriği sakla",
"delete-user-and-delete-content": "Kullanıcıyı sil ve içeriği sil (Uyarı)",
"social-networks": "Sosyal ağlar",
"interval": "Aralık",
"number-in-minutes-for-every-execution-of-autosave": "Otomatik kaydetmenin her çalıştırılması için dakika cinsinden sayı.",
"extreme-friendly-url": "Aşırı uyumlu URL",
"title-formats": "Başlık formatları",
"delete-content": "İçeriği sil",
"are-you-sure-you-want-to-delete-this-page": "Bu sayfayı silmek istediğinizden emin misiniz?",
"sticky": "Yapışkan",
"actions": "Eylemler",
"edit": "Düzenle",
"options": "Seçenekler",
"enter-title": "Başlığı gir",
"media-manager": "Medya yöneticisi",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "CDN veya görüntüler için ayrılmış bir sunucu gibi harici bir URL'den kapak resmi ayarlayın.",
"user": "Kullanıcı",
"date-format-format": "Tarih formatı: YIL-AY-GÜN Saat:Dakika:Saniye<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Önerilerin listesini görmek için bir sayfa başlığı yazmaya başlayın.",
"field-used-when-ordering-content-by-position": "İçeriği konuma göre sıralarken kullanılan alan",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Sayfayı temaya göre filtrelemek ve sayfanın stilini değiştirmek için bir şablon adı yazın.",
"write-the-tags-separated-by-commas": "Etiketleri virgülle ayırın.",
"apply-code-noindex-code-to-this-page": "Bu sayfaya noindex<\/code> uygula.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Bu, arama motorlarına bu sayfayı arama sonuçlarında göstermemesini söyler.",
"apply-code-nofollow-code-to-this-page": "Bu sayfaya nofollow<\/code> uygula.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Bu, arama motorlarına bu sayfadaki bağlantıları izlememesini söyler.",
"apply-code-noarchive-code-to-this-page": "Bu sayfaya noarchive<\/code> uygula.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Bu, arama motorlarına bu sayfanın önbelleğe alınmış bir kopyasını kaydetmemesini söyler.",
"uncategorized": "Kategorisiz",
"done": "Tamam",
"delete-category": "Kategoriyi sil",
"are-you-sure-you-want-to-delete-this-category?": "Bu kategoriyi silmek istediğinizden emin misiniz?",
"confirm-new-password": "Yeni parolayı onayla",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "İçeriğin yazarını görüntülemek için takma adlar neredeyse temalarda kullanılır.",
"allow-unicode": "Unicode'a izin ver",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "URL'de Unicode karakterlerine ve bazı sistem parçalarına izin verin.",
"variables-allowed": "Değişkenlere izin verilir",
"tag": "Etiket",
"drag-and-drop-to-sort-the-plugins": "Eklentileri sıralamak için sürükle ve bırak.",
"seo": "SEO",
"documentation": "Belgeler",
"forum-support": "Forum desteği",
"chat-support": "Sohbet desteği",
"quick-links": "Hızlı bağlantılar",
"leave-empty-for-autocomplete-by-bludit": "Bludit tarafından otomatik tamamlama için boş bırakın.",
"choose-a-password-for-the-user-admin": "Kullanıcı için bir şifre seçin admin<\/code>",
"access-denied": "Erişim engellendi",
"choose-images-to-upload": "Yüklenecek görselleri seçin",
"insert": "Ekle",
"upload": "Yükle",
"autosave": "Otomatik kaydetme",
"the-content-is-saved-as-a-draft-to-publish-it": "İçerik taslak olarak kaydedilir. Yayınlamak için Yayınla<\/b> seçeneğine tıklayın ya da hala üzerinde çalışıyorsanız Taslak olarak kaydet<\/b> seçeneğini seçin.",
"site": "Site",
"first": "İlk",
"last": "Son",
"there-are-no-pages-at-this-moment": "Şu anda hiç sayfa yok.",
"there-are-no-static-pages-at-this-moment": "Şu anda hiç sabit sayfa yok.",
"there-are-no-draft-pages-at-this-moment": "Şu anda taslak sayfa yok.",
"good-morning": "Günaydın",
"good-afternoon": "İyi günler",
"good-evening": "İyi akşamlar",
"good-night": "İyi geceler",
"hello": "Merhaba",
"there-are-no-images-for-the-page": "Sayfa için resim yok.",
"select-cover-image": "Kapak resmini seç",
"this-plugin-depends-on-the-following-plugins": "Bu eklenti aşağıdaki eklentilere bağlıdır.",
"no-pages-found": "Sayfa bulunamadı",
"system-updated": "Sistem güncellendi",
"security": "Güvenlik",
"remove-cover-image": "Kapak resmini kaldır",
"width": "Genişlik",
"height": "Yükseklik",
"quality": "Kalite",
"thumbnails": "Küçük resimler",
"thumbnail": "Küçük resim",
"thumbnail-width-in-pixels": "Piksel olarak küçük resim genişliği (px).",
"thumbnail-height-in-pixels": "Piksel olarak küçük resim yüksekliği (px).",
"thumbnail-quality-in-percentage": "Yüzde olarak küçük resim kalitesi (%).",
"maximum-load-file-size-allowed:": "İzin verilen en yüksek dosya yükleme boyutu:",
"file-type-is-not-supported": "Dosya türü desteklenmiyor. İzin verilen türler:",
"page-content": "Sayfa içeriği",
"markdown-parser": "Markdown ayrıştırıcı",
"site-logo": "Site logosu",
"search": "Ara",
"search-plugins": "Eklentilerde ara",
"enabled-plugins": "Etkin eklentiler",
"disabled-plugins": "Etkin olmayan eklentiler",
"remove-logo": "Logoyu kaldır",
"preview": "Ön izleme",
"author-can-write-and-edit-their-own-content": "Yazar: Kendi içeriklerini yazabilir ve düzenleyebilir. Editör: Başkalarının içeriğini yazabilir ve düzenleyebilir.",
"custom-fields": "Özel alanlar",
"define-custom-fields-for-the-content": "İçerik için özel alanlar tanımlayın. Özel alanlar hakkında daha fazla bilgiyi belgeler<\/a> adresinde bulabilirsiniz.",
"start-typing-to-see-a-list-of-suggestions": "Bir öneri listesi görmek için yazmaya başlayın.",
"view": "Görüntüle",
"no-tags": "Etiket yok",
"insert-thumbnail": "Küçük resim ekle",
"visits-today": "Bugünkü Ziyaretler",
"no-categories": "Kategori yok",
"quick-search-pages-and-menu": "Hızlı arama sayfaları ve menü",
"click-here-for-quick-search": "Hızlı arama için buraya tıklayın",
"analytics": "Analitik",
"unique-visitors": "Benzersiz Ziyaretçiler",
"insert-linked-thumbnail": "Bağlantılı küçük resim ekle",
"search-placeholder": "Sayfaları, içeriği ve menü öğelerini ara...",
"no-results-found": "Sonuç bulunamadı",
"navigation": "Navigasyon",
"thumbnail-generation": "Küçük resim oluşturma",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Resim yüklemede otomatik küçük resim oluşturmayı etkinleştirin veya devre dışı bırakın."
}
================================================
FILE: bl-languages/uk_UA.json
================================================
{
"language-data": {
"native": "Українська (Україна)",
"english-name": "Ukrainian",
"locale": "uk_UA",
"last-update": "2026-02-11",
"authors": [
"Aleksei86 https:\/\/aleksei86.info\/",
"Alek Belta https:\/\/alekbelta.com\/",
"Paul https:\/\/r-e-d.red\/",
"Serhii Cherneha https:\/\/chernega.eu.org\/"
]
},
"dates": {
"Mon": "Пн",
"Tue": "Вт",
"Wed": "Ср",
"Thu": "Чт",
"Fri": "Пт",
"Sat": "Сб",
"Sun": "Нд",
"Monday": "Понеділок",
"Tuesday": "Вівторок",
"Wednesday": "Середа",
"Thursday": "Четвер",
"Friday": "П'ятниця",
"Saturday": "Субота",
"Sunday": "Неділя",
"Jan": "Січ",
"Feb": "Лют",
"Mar": "Бер",
"Apr": "Квіт",
"Jun": "Черв",
"Jul": "Лип",
"Aug": "Серп",
"Sep": "Вер",
"Oct": "Жовт",
"Nov": "Лист",
"Dec": "Груд",
"January": "Січень",
"February": "Лютий",
"March": "Березень",
"April": "Квітень",
"May": "Травень",
"June": "Червень",
"July": "Липень",
"August": "Серпень",
"September": "Вересень",
"October": "Жовтень",
"November": "Листопад",
"December": "Грудень"
},
"dashboard": "Панель управління",
"manage-users": "Управління користувачами",
"manage-categories": "Управління категоріями",
"general-settings": "Загальні налаштування",
"advanced-settings": "Додаткові налаштування",
"thanks-for-supporting-bludit": "Дякуємо за підтримку Bludit",
"upgrade-to-bludit-pro": "Оновити до Bludit PRO",
"language": "Мова",
"plugin": "Плагін",
"plugins": "Плагіни",
"developers": "Розробники",
"themes": "Теми",
"about": "Інформація",
"url": "URL",
"welcome": "Ласкаво просимо",
"logout": "Вийти",
"website": "Вебсайт",
"publish": "Опублікувати",
"manage": "Керування",
"content": "Зміст",
"category": "Категорія",
"categories": "Категорії",
"users": "Користувачі",
"settings": "Параметри",
"general": "Загальні",
"advanced": "Розширені",
"new-content": "Новий контент",
"manage-content": "Керування контентом",
"add-new-content": "Додати новий контент",
"new-category": "Нова категорія",
"you-do-not-have-sufficient-permissions": "Ви не маєте прав на доступ до цієї сторінки, зверніться до адміністратора.",
"add-a-new-user": "Додати нового користувача",
"url-associated-with-the-content": "URL-адреса, пов'язана з контентом.",
"language-and-timezone": "Мова та часовий пояс",
"change-your-language-and-region-settings": "Змінити Вашу мову та регіональні налаштування.",
"notifications": "Повідомлення",
"plugin-activated": "Плагін активований",
"plugin-deactivated": "Плагін вимкнено",
"new-theme-configured": "Нову тему налаштовано",
"settings-changes": "Зміни в налаштуваннях",
"plugin-configured": "Плагін налаштовано",
"welcome-to-bludit": "Ласкаво просимо до Bludit",
"statistics": "Статистика",
"drafts": "Чернетки",
"title": "Назва",
"save": "Зберегти",
"save-as-draft": "Зберегти як чернетку",
"cancel": "Скасувати",
"description": "Опис",
"this-field-can-help-describe-the-content": "Це поле може допомогти описати зміст у декількох словах. Не більше 150 символів.",
"images": "Зображення",
"error": "Помилка",
"supported-image-file-types": "Підтримувані типи файлів зображень",
"cover-image": "Зображення обкладинки",
"drag-and-drop-or-click-here": "Перетягніть або натисніть тут",
"there-are-no-images": "Немає зображень",
"upload-and-more-images": "Завантажити та інші зображення",
"click-on-the-image-for-options": "Натисніть на зображення, щоб переглянути параметри.",
"click-here-to-cancel": "Натисніть тут, щоб скасувати.",
"insert-image": "Вставити зображення",
"set-as-cover-image": "Встановити в якості обкладинки",
"delete-image": "Видалити зображення",
"tags": "Теги",
"add": "Додати",
"status": "Статус",
"published": "Опубліковано",
"draft": "Чернетка",
"empty-title": "Порожній заголовок",
"empty": "порожньо",
"date": "Дата",
"external-cover-image": "Зовнішнє зображення обкладинки",
"parent": "Джерело",
"full-image-url": "Повна URL-адреса зображення.",
"this-field-is-used-when-you-order-the-content-by-position": "Це поле використовується під час сортування контенту за позицією.",
"position": "Позиція",
"friendly-url": "Дружні URL",
"image-description": "Опис зображення",
"add-a-new-category": "Додати нову категорію",
"name": "Ім'я",
"username": "Ім'я користувача",
"first-name": "Ім'я",
"last-name": "Прізвище",
"to-schedule-the-content-select-the-date-and-time": "Щоб запланувати публікацію контенту, виберіть дату та час, коли статус буде встановлений на \"Опубліковано\".",
"email": "Email",
"role": "Роль",
"registered": "Зареєстрований",
"site-information": "Інформація про сайт",
"site-title": "Назва сайту",
"use-this-field-to-name-your-site": "Використовуйте це поле для назви свого сайту, яка буде відображатися у верхній частині кожної сторінки вашого сайту.",
"site-slogan": "Слоган сайту",
"use-this-field-to-add-a-catchy-phrase": "Використовуйте це поле, щоб додати яскраву фразу на вашому сайті.",
"site-description": "Опис сайту",
"you-can-add-a-site-description-to-provide": "Ви можете додати опис сайту, щоб забезпечити коротку біографію чи опис вашого сайту.",
"footer-text": "Текст нижнього колонтитулу",
"you-can-add-a-small-text-on-the-bottom": "Ви можете додати невеликий текст внизу кожної сторінки, наприклад: авторські права, власник, дати і т.д.",
"social-networks-links": "Посилання на соціальні мережі",
"site-url": "URL-адреса сайту",
"email-account-settings": "Налаштування облікового запису електронної пошти",
"sender-email": "Email відправника",
"emails-will-be-sent-from-this-address": "Листи будуть відправлятися з цієї адреси.",
"url-filters": "URL-фільтри",
"select-your-sites-language": "Виберіть мову вашого сайту.",
"timezone": "Часовий пояс",
"select-a-timezone-for-a-correct": "Виберіть часовий пояс для правильного відображення дати\/часу на вашому сайті.",
"locale": "Локаль",
"date-and-time-formats": "Формати дати й часу",
"date-format": "Формат дати",
"current-format": "Поточний формат",
"version": "Версія",
"author": "Автор",
"activate": "Активувати",
"deactivate": "Деактивувати",
"edit-category": "Редагувати категорію",
"delete": "Видалити",
"password": "Пароль",
"confirm-password": "Підтвердіть пароль",
"editor": "Редактор",
"administrator": "Адміністратор",
"edit-user": "Редагувати користувача",
"edit-content": "Редагувати контент",
"profile": "Профіль",
"change-password": "Зміна пароля",
"enabled": "Увімкнено",
"disable-the-user": "Відключити користувача",
"profile-picture": "Зображення профілю",
"edit-or-delete-your-categories": "Редагування або видалення ваших категорій",
"create-a-new-category-to-organize-your-content": "Створити нову категорію, щоб організувати ваш контент",
"confirm-delete-this-action-cannot-be-undone": "Підтвердіть видалення, ця дія не може бути скасована.",
"do-you-want-to-disable-the-user": "Ви хочете відключити користувача?",
"new-password": "Новий пароль",
"you-can-change-this-field-when-save-the-current-changes": "Ви можете змінити це поле після збереження поточних змін.",
"items-per-page": "Елементів на сторінку",
"invite-a-friend-to-collaborate-on-your-site": "Запросіть друга до співпраці на своєму сайті",
"number-of-items-to-show-per-page": "Кількість елементів для показу на сторінці.",
"website-or-blog": "Вебсайт або блог",
"order-content-by": "Сортувати контент за",
"edit-or-delete-content-from-your-site": "Редагуйте або видаліть контент із вашого сайту",
"order-the-content-by-date-to-build-a-blog": "Відсортуйте контент за датою, щоб створити блог або за позицією, щоб створити вебсайт.",
"page-not-found-content": "Привіт! Схоже, цієї сторінки не існує.",
"page-not-found": "Сторінку не знайдено",
"predefined-pages": "Попередньо визначені сторінки",
"returning-page-when-the-page-doesnt-exist": "Сторінка, що відображається, коли запитувану сторінку не знайдено. Залиште поле порожнім, щоб показати стандартне повідомлення.",
"returning-page-for-the-main-page": "Сторінка, що відображається як головна. Залиште поле порожнім, якщо хочете показувати всі сторінки на головній.",
"full-url-of-your-site": "Повна URL-адреса вашого сайту. Заповніть протокол HTTP або HTTPS (тільки якщо ввімкнуто SSL на вашому сервері).",
"with-the-locales-you-can-set-the-regional-user-interface": "За допомогою локалей ви можете встановити регіональний користувальницький інтерфейс, наприклад, дати на вашій мові. Локалі повинні бути встановлені у вашій системі.",
"bludit-installer": "Інсталятор Bludit",
"choose-your-language": "Оберіть свою мову",
"next": "Далі",
"complete-the-form-choose-a-password-for-the-username-admin": "Виберіть пароль для користувача «admin»",
"show-password": "Показати пароль",
"install": "Встановити",
"login": "Увійти",
"back-to-login-form": "Назад до форми входу",
"get-login-access-code": "Отримати код доступу для входу",
"email-access-code": "Код доступу Email",
"whats-next": "Що далі",
"username-or-password-incorrect": "Неправильне ім'я користувача або пароль",
"follow-bludit-on": "Слідуйте за Bludit на",
"this-is-a-brief-description-of-yourself-our-your-site": "Це короткий опис про себе або про сайт. Щоб змінити цей текст, зайдіть до панелі адміністратора: Налаштування → Плагіни, і налаштуйте плагін «Про сайт».",
"new-version-available": "Нова версія доступна",
"new-category-created": "Створено нову категорію",
"category-deleted": "Категорія видалена",
"category-edited": "Категорія відредагована",
"new-user-created": "Новий користувач створений",
"user-edited": "Користувач відредагований",
"user-deleted": "Користувач видалений",
"recommended-for-recovery-password-and-notifications": "Рекомендується для відновлення пароля та сповіщень.",
"authentication-token": "Токен аутентифікації",
"token": "Токен",
"current-status": "Поточний стан",
"upload-image": "Завантажити зображення",
"the-changes-have-been-saved": "Зміни були збережені",
"label": "Мітка",
"links": "Посилання",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Цей заголовок майже завжди використовується на бічній панелі сайту.",
"password-must-be-at-least-6-characters-long": "Пароль повинен містити не менше 6 символів",
"ip-address-has-been-blocked": "IP-адресу заблоковано.",
"try-again-in-a-few-minutes": "Повторіть спробу через декілька хвилин.",
"content-published-from-scheduler": "Контент опубліковано за розкладом",
"blog": "Блог",
"complete-all-fields": "Заповніть усі поля",
"static": "Статичний",
"about-your-site-or-yourself": "Про ваш сайт або про вас",
"homepage": "Домашня сторінка",
"disabled": "Вимкнено",
"to-enable-the-user-you-must-set-a-new-password": "Щоб активувати цього користувача, потрібно встановити новий пароль.",
"delete-the-user-and-associate-his-content-to-admin-user": "Видалити користувача та пов'язати його контент з адміністратором",
"delete-the-user-and-all-his-content": "Видалити користувача та весь його контент",
"user-disabled": "Користувач відключений",
"user-password-changed": "Змінено пароль користувача",
"the-password-and-confirmation-password-do-not-match": "Пароль і підтвердження пароля не співпадають",
"scheduled-content": "Запланований контент",
"there-are-no-scheduled-content": "Немає запланованого контенту.",
"new-content-created": "Новий контент створено",
"content-edited": "Контент відредаговано",
"content-deleted": "Контент видалено",
"undefined": "Невизначено",
"create-new-content-for-your-site": "Створіть новий контент для свого сайту",
"order-items-by": "Сортувати елементи за",
"all-content": "Весь контент",
"dynamic": "Динамічний",
"type": "Тип",
"draft-content": "Чорновий контент",
"post": "Опублікувати",
"default": "За замовчуванням",
"latest-content": "Найновіший контент",
"default-message": "Повідомлення за замовчуванням",
"no-parent": "Немає батьківського елемента",
"have-you-seen-my-ball": "Ти бачив мій м'яч?",
"pagebreak": "Розрив сторінки",
"pages": "Сторінки",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Цей плагін може не підтримуватися цією версією Bludit",
"previous": "Попередній",
"previous-page": "Попередня сторінка",
"next-page": "Наступна сторінка",
"scheduled": "Заплановано",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Цей токен схожий на пароль, ним не слід ділитися.",
"congratulations-you-have-successfully-installed-your-bludit": "Вітаємо, ви успішно встановили **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Ця тема може не підтримуватися цією версією Bludit",
"read-more": "Читати далі",
"remember-me": "Запам'ятати мене",
"plugins-position": "Позиція плагіна",
"plugins-sorted": "Плагіни відсортовані",
"plugins-position-changed": "Позицію плагіна змінено",
"drag-and-drop-to-set-the-position-of-the-plugin": "Перетягніть та відпустіть, щоб встановити позицію плагінів",
"change-the-position-of-the-plugins": "Змінити положення плагінів",
"reading-time": "Час прочитання",
"minutes": "хвилин",
"minute": "хвилина",
"example-page-1-slug": "створіть-свій-контент",
"example-page-1-title": "Створіть свій контент",
"example-page-1-content": "Почніть писати свій контент або відредагуйте поточний, відповідно до ваших потреб. Щоб створити, відредагувати або видалити контент, необхідно ввійти до [панелі управління](.\/admin) з ім'ям користувача `admin` і паролем, який ви встановили в процесі установки блогу.",
"example-page-2-slug": "налаштуйте-свій-новий-сайт",
"example-page-2-title": "Налаштуйте свій новий сайт",
"example-page-2-content": "Оновіть налаштування вашого сайту у [панелі управління](.\/admin); ви можете змінити назву, опис та соціальні мережі Налаштування > Загальні налаштування<\/a>.",
"example-page-3-slug": "слідуйте-за-bludit",
"example-page-3-title": "Слідуйте за Bludit",
"example-page-3-content": "Отримайте інформацію про новини, релізи, теми та плагіни в наших соціальних мережах Facebook<\/a>, Twitter<\/a> та YouTube<\/a> чи відвідайте наш [блог](https:\/\/blog.bludit.com).",
"example-page-4-slug": "про-блог",
"example-page-4-title": "Про блог",
"example-page-4-content": "Сторінка «Про блог», як правило, є однією з найбільш відвідуваних сторінок вашого сайту, і повинна містити декілька основних простих речей, таких як ваше ім'я, рід занять, як зв'язатися з вами, невелику біографію, тощо.",
"the-extension-zip-is-not-installed": "Zip-розширення не встановлено. Для використання цього плагіна потрібно встановити розширення.",
"there-are-no-sticky-pages-at-this-moment": "На даний момент немає прикріплених сторінок.",
"there-are-no-scheduled-pages-at-this-moment": "Наразі немає запланованих сторінок.",
"update": "Оновити",
"template": "Шаблон",
"nickname": "Псевдонім",
"disable-user": "Вимкнути користувача",
"delete-user-and-keep-content": "Видалити користувача та зберегти контент",
"delete-user-and-delete-content": "Видалити користувача та видалити контент (Увага!)",
"social-networks": "Соціальні мережі",
"interval": "Інтервал",
"number-in-minutes-for-every-execution-of-autosave": "Інтервал у хвилинах між кожним автоматичним збереженням.",
"extreme-friendly-url": "Екстремально дружній URL",
"title-formats": "Формати заголовків",
"delete-content": "Видалити контент",
"are-you-sure-you-want-to-delete-this-page": "Ви впевнені, що хочете видалити цю сторінку?",
"sticky": "Прикріплено",
"actions": "Дії",
"edit": "Редагувати",
"options": "Параметри",
"enter-title": "Введіть заголовок",
"media-manager": "Медіаменеджер",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Встановити зображення обкладинки з зовнішньої URL-адреси, наприклад, CDN або деякого сервера, призначеного для зображень.",
"user": "Користувач",
"date-format-format": "Формат дати: РРРР-ММ-ДД Години:Хвилини:Секунди<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Почніть вводити заголовок сторінки, щоб переглянути список пропозицій.",
"field-used-when-ordering-content-by-position": "Поле використовується при сортуванні контенту за місцем розташування",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Напишіть ім'я шаблону, щоб відфільтрувати сторінку в темі та змінити стиль сторінки.",
"write-the-tags-separated-by-commas": "Напишіть теги, розділені комою.",
"apply-code-noindex-code-to-this-page": "Застосувати noindex<\/code> для цієї сторінки.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Ця опція вказує пошуковим системам не показувати дану сторінку в результатах пошуку.",
"apply-code-nofollow-code-to-this-page": "Застосувати nofollow<\/code> для цієї сторінки.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Ця опція вказує пошуковим системам не слідувати посиланням на цій сторінці.",
"apply-code-noarchive-code-to-this-page": "Застосувати noarchive<\/code> для цієї сторінки.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Ця опція вказує пошуковим системам не зберігати кешовану копію даної сторінки.",
"uncategorized": "Без категорії",
"done": "Готово",
"delete-category": "Видалити категорію",
"are-you-sure-you-want-to-delete-this-category?": "Ви впевнені, що хочете видалити цю категорію?",
"confirm-new-password": "Підтвердити новий пароль",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Псевдонім практично використовується в темах для відображення автора контенту",
"allow-unicode": "Дозволити Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Дозволити символи Unicode в URL-адресі та деякій частині системи.",
"variables-allowed": "Змінні дозволені",
"tag": "Тег",
"drag-and-drop-to-sort-the-plugins": "Перетягніть, щоб відсортувати плагіни.",
"seo": "SEO",
"documentation": "Документація",
"forum-support": "Форум підтримки",
"chat-support": "Чат підтримки",
"quick-links": "Швидкі посилання",
"leave-empty-for-autocomplete-by-bludit": "Залиште порожнім для автозавершення за допомогою Bludit.",
"choose-a-password-for-the-user-admin": "Виберіть пароль для користувача admin<\/code>",
"access-denied": "Доступ заборонено",
"choose-images-to-upload": "Виберіть зображення для завантаження",
"insert": "Вставити",
"upload": "Завантажити",
"autosave": "Автоматичне збереження",
"the-content-is-saved-as-a-draft-to-publish-it": "Контент збережено як чернетку. Для публікації натисніть на кнопку Опублікувати<\/b> або якщо ви все ще працюєте над ним, натисніть на Зберегти як чернетку<\/b>.",
"site": "Сайт",
"first": "Перший",
"last": "Останній",
"there-are-no-pages-at-this-moment": "Наразі немає сторінок.",
"there-are-no-static-pages-at-this-moment": "Наразі немає статичних сторінок.",
"there-are-no-draft-pages-at-this-moment": "Наразі немає сторінок у чернетках.",
"good-morning": "Доброго ранку",
"good-afternoon": "Добридень",
"good-evening": "Добривечір",
"good-night": "Доброї ночі",
"hello": "Вітаю",
"there-are-no-images-for-the-page": "Немає зображень для сторінки.",
"select-cover-image": "Виберіть зображення обкладинки",
"this-plugin-depends-on-the-following-plugins": "Цей плагін залежить від наступних плагінів.",
"no-pages-found": "Сторінок не знайдено",
"system-updated": "Система оновлена",
"security": "Безпека",
"remove-cover-image": "Видалити зображення обкладинки",
"width": "Ширина",
"height": "Висота",
"quality": "Якість",
"thumbnails": "Мініатюри",
"thumbnail": "Мініатюра",
"thumbnail-width-in-pixels": "Ширина мініатюри в пікселях (px).",
"thumbnail-height-in-pixels": "Висота мініатюри в пікселях (px).",
"thumbnail-quality-in-percentage": "Якість мініатюри у відсотках (%).",
"maximum-load-file-size-allowed:": "Максимально дозволений розмір файлу:",
"file-type-is-not-supported": "Тип файлу не підтримується. Дозволені типи:",
"page-content": "Вміст сторінки",
"markdown-parser": "Парсер Markdown",
"site-logo": "Логотип сайту",
"search": "Пошук",
"search-plugins": "Пошук плагінів",
"enabled-plugins": "Увімкнені плагіни",
"disabled-plugins": "Вимкнені плагіни",
"remove-logo": "Видалити логотип",
"preview": "Попередній перегляд",
"author-can-write-and-edit-their-own-content": "Автор: Може писати та редагувати власний контент. Редактор: Може писати та редагувати контент інших.",
"custom-fields": "Користувацькі поля",
"define-custom-fields-for-the-content": "Визначити користувацькі поля для контенту.",
"start-typing-to-see-a-list-of-suggestions": "Почніть вводити, щоб побачити список пропозицій.",
"view": "Переглянути",
"no-tags": "Немає тегів",
"insert-thumbnail": "Вставити мініатюру",
"visits-today": "Відвідування сьогодні",
"no-categories": "Немає категорій",
"quick-search-pages-and-menu": "Швидкий пошук сторінок і меню",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Аналітика",
"unique-visitors": "Унікальні відвідувачі",
"insert-linked-thumbnail": "Вставити пов'язану мініатюру",
"search-placeholder": "Пошук сторінок, контенту та пунктів меню...",
"no-results-found": "Результатів не знайдено",
"navigation": "Навігація",
"default-content-status": "Статус вмісту за замовчуванням",
"default-status-for-new-content": "Виберіть, чи буде новий вміст створюватися як Опублікований або Чернетка за замовчуванням.",
"thumbnail-generation": "Генерація мініатюр",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Увімкнути або вимкнути автоматичну генерацію мініатюр при завантаженні зображень."
}
================================================
FILE: bl-languages/vi_VN.json
================================================
{
"language-data": {
"native": "Tiếng Việt",
"english-name": "Vietnamese",
"last-update": "2020-08-18",
"authors": [
"huuptag",
"",
"",
""
],
"locale": "vi, vi_VN"
},
"dates": {
"Mon": "T2",
"Tue": "T3",
"Wed": "T4",
"Thu": "T5",
"Fri": "T6",
"Sat": "T7",
"Sun": "CN",
"Monday": "Thứ 2",
"Tuesday": "Thứ 3",
"Wednesday": "Thứ 4",
"Thursday": "Thứ 5",
"Friday": "Thứ 6",
"Saturday": "Thứ 7",
"Sunday": "Chủ nhật",
"Jan": "Tháng 01",
"Feb": "Tháng 02",
"Mar": "Tháng 03",
"Apr": "Tháng 04",
"Jun": "Tháng 06",
"Jul": "Tháng 07",
"Aug": "Tháng 08",
"Sep": "Tháng 09",
"Oct": "Tháng 10",
"Nov": "Tháng 11",
"Dec": "Tháng 12",
"January": "Tháng 01",
"February": "Tháng 02",
"March": "Tháng 03",
"April": "Tháng 04",
"May": "Tháng 05",
"June": "Tháng 06",
"July": "Tháng 07",
"August": "Tháng 08",
"September": "Tháng 09",
"October": "Tháng 10",
"November": "Tháng 11",
"December": "Tháng 12"
},
"dashboard": "Bảng điều khiển",
"manage-users": "Quản lý người dùng",
"manage-categories": "Quản lý danh mục",
"general-settings": "Cài đặt chung",
"advanced-settings": "Cài đặt nâng cao",
"thanks-for-supporting-bludit": "Cảm ơn đã hỗ trợ Bludit",
"upgrade-to-bludit-pro": "Nâng cấp lên Bludit PRO",
"language": "Ngôn ngữ",
"plugin": "Tiện ích",
"plugins": "Tiện ích",
"developers": "Nhà phát triển",
"themes": "Chủ đề",
"about": "Thông tin",
"url": "URL",
"welcome": "Chào mừng",
"logout": "Đăng xuất",
"website": "Trang chủ",
"publish": "Xuất bản",
"manage": "Quản lý",
"content": "Bài viết",
"category": "Danh mục",
"categories": "Danh mục",
"users": "Người dùng",
"settings": "Cài đặt",
"general": "Chung",
"advanced": "Nâng cao",
"new-content": "Bài viết mới",
"manage-content": "Quản lý bài viết",
"add-new-content": "Tạo bài viết",
"new-category": "Tạo danh mục",
"you-do-not-have-sufficient-permissions": "Bạn không có quyền truy cập trang này, hãy liên hệ với admin.",
"add-a-new-user": "Tạo người dùng",
"url-associated-with-the-content": "URL được liên kết với bài viết.",
"language-and-timezone": "Ngôn ngữ và Múi giờ",
"change-your-language-and-region-settings": "Thay đổi cài đặt ngôn ngữ và khu vực.",
"notifications": "Thông báo",
"plugin-activated": "Tiện ích đã bật",
"plugin-deactivated": "Tiện tích đã tắt",
"new-theme-configured": "Cấu hình chủ đề mới",
"settings-changes": "Thay đổi cài đặt",
"plugin-configured": "Cài đặt tiện ích",
"welcome-to-bludit": "Chào mừng đến với Bludit",
"statistics": "Thống kê",
"drafts": "Bản nháp",
"title": "Tiêu đề",
"save": "Lưu",
"save-as-draft": "Lưu nháp",
"cancel": "Hủy",
"description": "Mô tả",
"this-field-can-help-describe-the-content": "Trường này là mô tả ngắn cho bài viết, nhưng không được quá 150 ký tự.",
"images": "Hình ảnh",
"error": "Lỗi",
"supported-image-file-types": "Định dạng cho phép:",
"cover-image": "Ảnh đại diện",
"drag-and-drop-or-click-here": "Kéo thả hoặc bấm vào đây",
"there-are-no-images": "Không có hình",
"upload-and-more-images": "Cập nhật thêm hình ảnh",
"click-on-the-image-for-options": "Bấm vào hình ảnh để mở tùy chỉnh.",
"click-here-to-cancel": "Bấm vào đây để hủy.",
"insert-image": "Chèn hình ảnh",
"set-as-cover-image": "Set as cover image",
"delete-image": "Xóa hình ảnh",
"tags": "Thẻ",
"add": "Thêm",
"status": "Trạng thái",
"published": "Đã xuất bản",
"draft": "Nháp",
"empty-title": "Tiêu đề rỗng",
"empty": "rỗng",
"date": "Ngày",
"external-cover-image": "Ảnh đại diện bên ngoài",
"parent": "Danh mục",
"full-image-url": "Địa chỉ hình ảnh đầy đủ.",
"this-field-is-used-when-you-order-the-content-by-position": "Trường này dùng để sắp xếp vị trí bài viết.",
"position": "Vị trí",
"friendly-url": "Friendly URL",
"image-description": "Mô tả hình ảnh",
"add-a-new-category": "Thêm danh mục mới",
"name": "Họ tên",
"username": "Tài khoản",
"first-name": "Tên",
"last-name": "Họ",
"to-schedule-the-content-select-the-date-and-time": "Hãy chọn ngày giờ để lên lịch xuất bản bài viết. Khi đó, trạng thái bài viết sẽ là \"Đã xuất bản\".",
"email": "Email",
"role": "Vai trò",
"registered": "Đã đăng ký",
"site-information": "Thông tin trang web",
"site-title": "Tiêu đề trang web",
"use-this-field-to-name-your-site": "Trường này dùng để đặt tiêu đề trên trình duyệt ở mỗi trang.",
"site-slogan": "Khẩu hiệu trang web",
"use-this-field-to-add-a-catchy-phrase": "Trường này dùng để gây ấn tượng cho trang web của bạn.",
"site-description": "Mô tả trang web",
"you-can-add-a-site-description-to-provide": "Bạn có thể nhập nội dung này để kể về tiểu sử hoặc mô tả ngắn gọn về trang web của mình.",
"footer-text": "Nội dung cuối trang web",
"you-can-add-a-small-text-on-the-bottom": "Bạn có thể thêm một văn bản ngắn ở cuối trang như: bản quyền, chủ sở hữu, ngày tháng, v.v.",
"social-networks-links": "Địa chỉ mạng xã hội",
"site-url": "Đường dẫn trang web",
"email-account-settings": "Cài đặt tài khoản email",
"sender-email": "Người gửi mail",
"emails-will-be-sent-from-this-address": "Email sẽ được gửi từ địa chỉ này.",
"url-filters": "Bộ lọc URL",
"select-your-sites-language": "Chọn ngôn ngữ.",
"timezone": "Múi giờ",
"select-a-timezone-for-a-correct": "Lựa chọn chính xác múi giờ bạn muốn hiển thị trên trang web.",
"locale": "Mã ngôn ngữ",
"date-and-time-formats": "Định dạng ngày giờ",
"date-format": "Định dạng ngày",
"current-format": "Định dạng hiện tại",
"version": "Phiên bản",
"author": "Tác giả",
"activate": "Kích hoạt",
"deactivate": "Tắt",
"edit-category": "Sửa danh mục",
"delete": "Xóa",
"password": "Mật khẩu",
"confirm-password": "Xác nhận mật khẩu",
"editor": "Biên tập viên",
"administrator": "Quản trị viên",
"edit-user": "Sửa người dùng",
"edit-content": "Sửa nội dung",
"profile": "Hồ sơ",
"change-password": "Đổi mật khẩu",
"enabled": "Bật",
"disable-the-user": "Tắt người dùng",
"profile-picture": "Hình đại diện",
"edit-or-delete-your-categories": "Sửa hoặc xóa danh mục",
"create-a-new-category-to-organize-your-content": "Tạo danh mục mới để cấu trúc bài viết",
"confirm-delete-this-action-cannot-be-undone": "Xác nhận xóa, thao tác này sẽ không thể khôi phục lại.",
"do-you-want-to-disable-the-user": "Bạn có chắc sẽ tắt người dùng này?",
"new-password": "Mật khẩu mới",
"you-can-change-this-field-when-save-the-current-changes": "Bạn có thể thay đổi trường này khi lưu các thay đổi hiện tại.",
"items-per-page": "Số dòng mỗi trang",
"invite-a-friend-to-collaborate-on-your-site": "Mời cộng tác viên tham gia quản lý trang web",
"number-of-items-to-show-per-page": "Số lượng dòng trên mỗi trang.",
"website-or-blog": "Trang web hoặc Blog",
"order-content-by": "Sắp xếp bài viết theo",
"edit-or-delete-content-from-your-site": "Sửa hoặc xóa bài viết trên trang web",
"order-the-content-by-date-to-build-a-blog": "Sắp xếp nội dung theo ngày để xây dựng Blog hoặc sắp xếp nội dung theo vị trí để xây dựng Trang web.",
"page-not-found-content": "Trang này không tồn tại.",
"page-not-found": "Không tìm thấy trang này",
"predefined-pages": "Các trang được định sẵn",
"returning-page-when-the-page-doesnt-exist": "Trả lại trang khi trang không tồn tại, hãy để trống nếu bạn muốn trả về một thông báo mặc định.",
"returning-page-for-the-main-page": "Trả lại trang cho trang chính, hãy để trống nếu bạn muốn hiển thị tất cả các trang trên trang chính.",
"full-url-of-your-site": "URL đầy đủ của trang web. Yêu cầu có giao thức HTTP hoặc HTTPS(chỉ khi bạn đã bật SSL trên máy chủ).",
"with-the-locales-you-can-set-the-regional-user-interface": "Với ngôn ngữ, bạn có thể đặt giao diện người dùng, cũng như ngày tháng bằng ngôn ngữ của bạn. Các ngôn ngữ cần được cài đặt trên hệ thống.",
"bludit-installer": "Bộ cài đặt Bludit",
"choose-your-language": "Chọn ngôn ngữ của bạn",
"next": "Tiếp",
"complete-the-form-choose-a-password-for-the-username-admin": "Nhập mật khẩu cho tài khoản « admin »",
"show-password": "Hiển thị mật khẩu",
"install": "Cài đặt",
"login": "Đăng nhập",
"back-to-login-form": "Về trang đăng nhập",
"get-login-access-code": "Lấy mã đăng nhập",
"email-access-code": "Email nhận mã",
"whats-next": "Tiếp theo là gì",
"username-or-password-incorrect": "Tài khoản hoặc mật khẩu không đúng",
"follow-bludit-on": "Theo dõi Bludit tại",
"this-is-a-brief-description-of-yourself-our-your-site": "Đây là mô tả ngắn gọn về bản thân hoặc trang web của bạn. Để thay đổi văn bản này hãy chuyển đến Trang quản trị > Cài đặt > Plugin và cấu hình plugin About.",
"new-version-available": "Có phiên bản mới",
"new-category-created": "Đã tạo danh mục mới",
"category-deleted": "Đã xóa danh mục",
"category-edited": "Đã sửa danh mục",
"new-user-created": "Đã tạo người dùng mới",
"user-edited": "Đã sửa người dùng",
"user-deleted": "Đã xóa người dùng",
"recommended-for-recovery-password-and-notifications": "Được đề xuất cho mật khẩu khôi phục và thông báo.",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "Trạng thái hiện tại",
"upload-image": "Đăng hình",
"the-changes-have-been-saved": "Đã lưu thay đổi",
"label": "Nhãn",
"links": "Đường dẫn",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Tiêu đề luôn được sử dụng ở thanh điều hướng ở cạnh bên của trang web.",
"password-must-be-at-least-6-characters-long": "Mật khẩu phải có ít nhất 6 ký tự",
"ip-address-has-been-blocked": "Địa chỉ IP đã bị khóa.",
"try-again-in-a-few-minutes": "Hãy thử lại trong ít phút nữa.",
"content-published-from-scheduler": "Bài viết đã được xuất bản theo lịch trình",
"blog": "Blog",
"complete-all-fields": "Hoàn tất",
"static": "Trang tĩnh",
"about-your-site-or-yourself": "Thông tin về trang web hoặc bản thân",
"homepage": "Trang chủ",
"disabled": "Đã tắt",
"to-enable-the-user-you-must-set-a-new-password": "Để kích hoạt người dùng bạn phải đặt mật khẩu mới.",
"delete-the-user-and-associate-his-content-to-admin-user": "Xóa người dùng và liên kết bài viết của họ với tài khoản Quản trị viên",
"delete-the-user-and-all-his-content": "Xóa người dùng và tất cả bài viết của họ",
"user-disabled": "Người dùng đã bị tắt",
"user-password-changed": "Mật khẩu đã được thay đổi",
"the-password-and-confirmation-password-do-not-match": "Mật khẩu và mật khẩu xác nhận không trùng khớp",
"scheduled-content": "Nội dung đã lên lịch",
"there-are-no-scheduled-content": "Chưa có bài viết nào được lên lịch.",
"new-content-created": "Đã tạo bài viết mới",
"content-edited": "Đã sửa bài viết",
"content-deleted": "Đã xóa bài viết",
"undefined": "Không xác định",
"create-new-content-for-your-site": "Đã tạo bài viết mới cho trang web",
"order-items-by": "Sắp xếp theo",
"all-content": "Tất cả bài viết",
"dynamic": "Trang động",
"type": "Loại",
"draft-content": "Bài viết nháp",
"post": "Bài đăng",
"default": "Mặc định",
"latest-content": "Bài viết mới nhất",
"default-message": "Thông báo mặc định",
"no-parent": "Không có cha",
"have-you-seen-my-ball": "Bạn đã thấy quả bóng của tôi chưa?",
"pagebreak": "Ngắt trang",
"pages": "Trang",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Tiện ích này không được hỗ trợ ở phiên bản Bludit hiện tại",
"previous": "Trước",
"previous-page": "Trang trước",
"next-page": "Trang kế",
"scheduled": "Lịch trình",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "Mã token giống như là mật khẩu, không được chia sẻ nó.",
"congratulations-you-have-successfully-installed-your-bludit": "Chúc mừng bạn đã cài đặt **Bludit** thành công!",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Chủ đề này không được hỗ trợ ở phiên bản Bludit hiện tại",
"read-more": "Đọc tiếp",
"remember-me": "Ghi nhớ",
"plugins-position": "Vị trí tiện ích",
"plugins-sorted": "Đã sắp xếp tiện ích",
"plugins-position-changed": "Vị trí tiện ích đã được thay đổi",
"drag-and-drop-to-set-the-position-of-the-plugin": "Kéo thả để sắp xếp vị trí tiện ích",
"change-the-position-of-the-plugins": "Thay đổi vị trí của tiện ích",
"reading-time": "Thời gian đọc",
"minutes": "phút",
"minute": "phút",
"example-page-1-slug": "bai-viet-hay-cua-ban",
"example-page-1-title": "Bài viết hay của bạn",
"example-page-1-content": "Bắt đầu viết nội dung của riêng bạn hoặc chỉnh sửa hiện tại để phù hợp với nhu cầu của bạn. Để tạo, chỉnh sửa hoặc xóa nội dung, bạn cần đăng nhập vào Trang quản trị<\/a> bằng tên người dùng `admin` và mật khẩu bạn đặt trong quá trình cài đặt.",
"example-page-2-slug": "cau-hinh-trang-web",
"example-page-2-title": "Cấu hình trang web",
"example-page-2-content": "Cấu hình trang web của bạn bằng cách vào Trang quản trị<\/a>, bạn có thể đổi tiêu đề, mô tả và các trang liên kết mạng xã hội Cài đặt > Chung<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Theo dõi Bludit",
"example-page-3-content": "Để nhận thông tin mới nhất về Bludit như tiện ích, chủ đề hãy truy cập tại Facebook<\/a>, Twitter<\/a> và YouTube<\/a> hoặc truy cập Blog<\/a>.",
"example-page-4-slug": "thông tin",
"example-page-4-title": "Thông tin",
"example-page-4-content": "Trang Giới thiệu của bạn thường là một trong những trang được truy cập nhiều nhất trên trang web của bạn vì vậy hãy viết nó thật cẩn thận. Nội dung chẳng hạn như tên của bạn, bạn là ai, cách liên hệ với bạn, một câu chuyện nhỏ, v.v..",
"the-extension-zip-is-not-installed": "Định dạng zip chưa được cài đặt, để sử dụng tiện ích bạn cần cài đặt định dạng này.",
"there-are-no-sticky-pages-at-this-moment": "Chưa có trang cố định nào.",
"there-are-no-scheduled-pages-at-this-moment": "Chưa có trang nào được lên lịch.",
"update": "Cập nhật",
"template": "Chủ đề",
"nickname": "Bút danh",
"disable-user": "Tắt người dùng",
"delete-user-and-keep-content": "Xóa người dùng và giữ lại bài viết",
"delete-user-and-delete-content": "Xóa người dùng và xóa bài viết(Cẩn thận!!!)",
"social-networks": "Mạng xã hội",
"interval": "Chu kỳ",
"number-in-minutes-for-every-execution-of-autosave": "Số phút bạn muốn tự động lưu.",
"extreme-friendly-url": "Địa chỉ URL rất thân thiện",
"title-formats": "Định dạng tiêu đề",
"delete-content": "Xóa bài viết",
"are-you-sure-you-want-to-delete-this-page": "Bạn có chắc muốn xóa trang này?",
"sticky": "Cố định",
"actions": "Hành động",
"edit": "Chỉnh sửa",
"options": "Tùy chọn",
"enter-title": "Nhập tiêu đề",
"media-manager": "Quản lý đa phương tiện",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Đặt ảnh đại diện từ trang khác chẳng hạn như CDN hoặc một số trang web chuyên về hình ảnh.",
"user": "Người dùng",
"date-format-format": "Định dạng ngày: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Hãy nhập tiêu đề trang để xem danh sách gợi ý.",
"field-used-when-ordering-content-by-position": "Trường này được sử dụng khi sắp xếp bài viết theo vị trí",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Nhập tên template để lọc trang trong chủ đề và thay đổi phong cách của trang web.",
"write-the-tags-separated-by-commas": "Nhập thẻ cách nhau bằng dấu phẩy.",
"apply-code-noindex-code-to-this-page": "Áp dụng noindex<\/code> cho trang này.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Điều này cho các công cụ tìm kiếm không hiển thị trang này trong kết quả tìm kiếm của họ.",
"apply-code-nofollow-code-to-this-page": "Áp dụng nofollow<\/code> cho trang này.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Điều này cho các công cụ tìm kiếm không theo các liên kết trên trang này.",
"apply-code-noarchive-code-to-this-page": "Áp dụng noarchive<\/code> cho trang này.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Điều này cho các công cụ tìm kiếm không lưu bản sao được lưu trong bộ nhớ cache của trang này.",
"uncategorized": "Chưa phân loại",
"done": "Xong",
"delete-category": "Xóa danh mục",
"are-you-sure-you-want-to-delete-this-category?": "Bạn có chắc muốn xóa danh mục này?",
"confirm-new-password": "Xác nhận mật khẩu mới",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "Bút danh được sử dụng ở hầu hết các chủ đề để hiển thị tác giả của bài viết",
"allow-unicode": "Cho phép Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Cho phép các ký tự Unicode trong URL và một số phần của hệ thống.",
"variables-allowed": "Các biến được cho phép",
"tag": "Thẻ",
"drag-and-drop-to-sort-the-plugins": "Kéo thả để sắp xếp tiện ích.",
"seo": "SEO",
"documentation": "Tài liệu",
"forum-support": "Diễn đàn",
"chat-support": "Chat",
"quick-links": "Lối tắt",
"leave-empty-for-autocomplete-by-bludit": "Bỏ trống để tự động điền bởi Bludit.",
"choose-a-password-for-the-user-admin": "Nhập mật khẩu cho tài khoản admin<\/code>",
"access-denied": "Từ chối truy cập",
"choose-images-to-upload": "Chọn hình ảnh để đăng tải",
"insert": "Chèn",
"upload": "Đăng tải",
"autosave": "Tự động lưu",
"the-content-is-saved-as-a-draft-to-publish-it": "Nội dung được lưu dưới dạng bản nháp. Để xuất bản nó, hãy nhấp vào nút Xuất bản<\/b> hoặc nếu bạn vẫn đang làm việc với nó, hãy nhấp vào Lưu dưới dạng bản nháp<\/b>.",
"site": "Trang web",
"first": "Đầu tiên",
"last": "Cuối cùng",
"there-are-no-pages-at-this-moment": "Chưa có trang nào.",
"there-are-no-static-pages-at-this-moment": "Chưa có trang tĩnh nào.",
"there-are-no-draft-pages-at-this-moment": "Chưa có trang nháp nào.",
"good-morning": "Chào buổi sáng",
"good-afternoon": "Chào buổi chiều",
"good-evening": "Chào buổi tối",
"good-night": "Chúc ngủ ngon",
"hello": "Xin chào",
"there-are-no-images-for-the-page": "Chưa có hình ảnh cho trang.",
"select-cover-image": "Chọn ảnh bìa",
"this-plugin-depends-on-the-following-plugins": "Plugin này phụ thuộc vào các plugin sau.",
"no-pages-found": "Không tìm thấy trang nào",
"system-updated": "Hệ thống đã được cập nhật",
"security": "Bảo mật",
"remove-cover-image": "Xóa ảnh bìa",
"width": "Rộng",
"height": "Cao",
"quality": "Chất lượng",
"thumbnails": "Hình nhỏ",
"thumbnail": "Hình nhỏ",
"thumbnail-width-in-pixels": "Độ rộng hình nhỏ theo pixels (px).",
"thumbnail-height-in-pixels": "Độ cao hình nhỏ theo pixels (px).",
"thumbnail-quality-in-percentage": "Chất lượng hình nhỏ theo phần trăm (%).",
"maximum-load-file-size-allowed:": "Kích thước file tối đa cho phép tải lên:",
"file-type-is-not-supported": "Loại file không được hỗ trợ. Hỗ trợ:",
"page-content": "Nội dung trang",
"markdown-parser": "Trình phân tích cú pháp Markdown",
"site-logo": "Logo trang web",
"search": "Tìm kiếm",
"search-plugins": "Tìm kiếm tiện ích",
"enabled-plugins": "Bật tiện ích",
"disabled-plugins": "Tắt tiện ích",
"remove-logo": "Xóa logo",
"preview": "Xem trước",
"author-can-write-and-edit-their-own-content": "Tác giả: Có thể viết và chỉnh sửa nội dung của riêng họ. Biên tập viên: Có thể viết và chỉnh sửa nội dung của người khác.",
"custom-fields": "Trường tùy biến",
"define-custom-fields-for-the-content": "Xác định các trường tùy chỉnh cho nội dung. Tìm hiểu thêm về các trường tùy chỉnh trong tài liệu<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Hãy nhập gì đó để xem danh sách gợi ý.",
"view": "Xem",
"no-tags": "Không có thẻ",
"insert-thumbnail": "Chèn hình thu nhỏ",
"visits-today": "Lượt truy cập hôm nay",
"no-categories": "Không có danh mục",
"quick-search-pages-and-menu": "Tìm kiếm nhanh trang và menu",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "Phân tích",
"unique-visitors": "Khách truy cập duy nhất",
"insert-linked-thumbnail": "Chèn hình thu nhỏ được liên kết",
"search-placeholder": "Tìm kiếm trang, nội dung và các mục menu...",
"no-results-found": "Không tìm thấy kết quả",
"navigation": "Điều hướng",
"default-content-status": "Trạng thái nội dung mặc định",
"default-status-for-new-content": "Chọn xem nội dung mới được tạo dưới dạng Đã xuất bản hay Bản nháp theo mặc định.",
"thumbnail-generation": "Tạo ảnh thu nhỏ",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "Bật hoặc tắt tính năng tự động tạo ảnh thu nhỏ khi tải ảnh lên."
}
================================================
FILE: bl-languages/zh_CN.json
================================================
{
"language-data": {
"native": "中文(简体,中华人民共和国)",
"english-name": "Chinese (Simplified, PRC)",
"last-update": "2023-04-29",
"authors": [
"Zhou Hao",
"Zhou Tao",
"cai_miao",
""
],
"locale": "zh, zh_CN"
},
"dates": {
"Mon": "周一",
"Tue": "周二",
"Wed": "周三",
"Thu": "周四",
"Fri": "周五",
"Sat": "周六",
"Sun": "周日",
"Monday": "星期一",
"Tuesday": "星期二",
"Wednesday": "星期三",
"Thursday": "星期四",
"Friday": "星期五",
"Saturday": "星期六",
"Sunday": "星期七",
"Jan": "1月",
"Feb": "2月",
"Mar": "3月",
"Apr": "4月",
"Jun": "6月",
"Jul": "7月",
"Aug": "8月",
"Sep": "9月",
"Oct": "10月",
"Nov": "11月",
"Dec": "12月",
"January": "1月",
"February": "2月",
"March": "3月",
"April": "4月",
"May": "5月",
"June": "6月",
"July": "7月",
"August": "8月",
"September": "9月",
"October": "10月",
"November": "11月",
"December": "12月"
},
"dashboard": "总览",
"manage-users": "管理用户",
"manage-categories": "管理分类",
"general-settings": "常规设置",
"advanced-settings": "高级设置",
"thanks-for-supporting-bludit": "感谢您支持 Bludit",
"upgrade-to-bludit-pro": "升级到 Bludit PRO",
"language": "语言",
"plugin": "插件",
"plugins": "插件",
"developers": "开发参考",
"themes": "主题",
"about": "关于Bludit",
"url": "URL",
"welcome": "欢迎",
"logout": "注销",
"website": "网站",
"publish": "发布",
"manage": "管理",
"content": "文章",
"category": "分类",
"categories": "分类",
"users": "用户",
"settings": "设置",
"general": "常规",
"advanced": "高级",
"new-content": "撰写新文章",
"manage-content": "管理文章",
"add-new-content": "撰写新文章",
"new-category": "新分类",
"you-do-not-have-sufficient-permissions": "您沒有权限存取此页面,请联络管理员",
"add-a-new-user": "新增用户",
"url-associated-with-the-content": "与文章关联的URL",
"language-and-timezone": "语言与时区",
"change-your-language-and-region-settings": "更改您所使用的语言与地区设置",
"notifications": "通知",
"plugin-activated": "插件已激活",
"plugin-deactivated": "插件已禁用",
"new-theme-configured": "配置新主题",
"settings-changes": "设置变更",
"plugin-configured": "插件已配置",
"welcome-to-bludit": "欢迎使用Bludit",
"statistics": "统计数据",
"drafts": "草稿",
"title": "标题",
"save": "保存",
"save-as-draft": "保存为草稿",
"cancel": "取消",
"description": "摘要",
"this-field-can-help-describe-the-content": "此字段可以帮助快速理解内容,不能超过150个字",
"images": "图片",
"error": "错误",
"supported-image-file-types": "可以上传的文件格式",
"cover-image": "封面图片",
"drag-and-drop-or-click-here": "拖放您的图片到这里或是点此选择图片",
"there-are-no-images": "无图片",
"upload-and-more-images": "上传更多图片",
"click-on-the-image-for-options": "点击图片显示选项。",
"click-here-to-cancel": "点此取消。",
"insert-image": "插入图片",
"set-as-cover-image": "设置为封面图片",
"delete-image": "删除",
"tags": "标签",
"add": "新增",
"status": "状态",
"published": "已发表文章",
"draft": "草稿",
"empty-title": "空白标题",
"empty": "empty",
"date": "日期",
"external-cover-image": "外部封面图片",
"parent": "父页面",
"full-image-url": "完整的图片URL。",
"this-field-is-used-when-you-order-the-content-by-position": "当你设置为按位置排序文章时,此字段将被使用。",
"position": "位置",
"friendly-url": "自定义链接",
"image-description": "图片描述",
"add-a-new-category": "添加新分类",
"name": "名称",
"username": "用户名称",
"quick-search-pages-and-menu": "快速搜索页面和菜单",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "分析",
"visits-today": "今日访问",
"unique-visitors": "独立访客",
"search-placeholder": "搜索页面、内容和菜单项...",
"no-results-found": "未找到结果",
"first-name": "名",
"last-name": "姓",
"to-schedule-the-content-select-the-date-and-time": "若需定时发布文章,除了选定日期与时间,文章状态必需设置为“已发布”。",
"email": "电子邮件",
"role": "角色",
"registered": "已注册",
"site-information": "网站信息",
"site-title": "网站标题",
"use-this-field-to-name-your-site": "使用此字段来填写您网站名称,它將会被显示在每一个页面的最上方",
"site-slogan": "网站标语",
"use-this-field-to-add-a-catchy-phrase": "使用此字段来帮您的网站添加一个可以朗朗上口的标语吧",
"site-description": "网站简介",
"you-can-add-a-site-description-to-provide": "您可以新增一段简短的简介來介绍您的网站",
"footer-text": "页脚文字",
"you-can-add-a-small-text-on-the-bottom": "您可以在每一页的页尾放置一些短短的文字,例如: 版权、所有人、日期...",
"social-networks-links": "社交网络",
"site-url": "网站网址",
"email-account-settings": "电邮账户设置",
"sender-email": "发送者email",
"emails-will-be-sent-from-this-address": "电邮会以此地址发送",
"url-filters": "URL过滤器",
"select-your-sites-language": "选择您所使用的语言",
"timezone": "时区",
"select-a-timezone-for-a-correct": "选择正确的时区来显示时间",
"locale": "区域",
"date-and-time-formats": "日期与时间格式",
"date-format": "日期格式",
"current-format": "当前格式",
"version": "版本",
"author": "作者",
"activate": "启用",
"deactivate": "禁用",
"edit-category": "编辑分类",
"delete": "刪除",
"password": "用户密码",
"confirm-password": "确认密码",
"editor": "作者",
"administrator": "管理员",
"edit-user": "编辑用户",
"edit-content": "编辑文章",
"profile": "个人档案",
"change-password": "更改密码",
"enabled": "启用",
"disable-the-user": "禁用用户",
"profile-picture": "用户档案头像",
"edit-or-delete-your-categories": "编辑或删除分类",
"create-a-new-category-to-organize-your-content": "添加新分类以组织您的文章",
"confirm-delete-this-action-cannot-be-undone": "确认删除?此动作不可复原",
"do-you-want-to-disable-the-user": "你真的想要禁用这个用户吗?",
"new-password": "新密码",
"you-can-change-this-field-when-save-the-current-changes": "当保存当前变更时你可以变更此字段。",
"items-per-page": "每页文章数目",
"invite-a-friend-to-collaborate-on-your-site": "邀请您的朋友一起发布文章",
"number-of-items-to-show-per-page": "每页所显示的项目数量。",
"website-or-blog": "网站或是博客",
"order-content-by": "排序方式",
"edit-or-delete-content-from-your-site": "编辑或删除网站的文章",
"order-the-content-by-date-to-build-a-blog": "按日期排序文章以创建博客,或是以位置排序文章以创建网站。",
"default-content-status": "默认内容状态",
"default-status-for-new-content": "选择新内容默认创建为已发布还是草稿。",
"page-not-found-content": "抱歉!您所访问的页面不存在",
"page-not-found": "未找到页面",
"predefined-pages": "预定义页面",
"returning-page-when-the-page-doesnt-exist": "当页面不存在时所返回的页面,若想返回默认信息请留空。",
"returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.",
"full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).",
"with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.",
"bludit-installer": "Bludit 安装器",
"choose-your-language": "选择您所使用的语言",
"next": "下一页",
"complete-the-form-choose-a-password-for-the-username-admin": "请完成表单,为此用户名称 « admin » 设置一下密码吧",
"show-password": "显示密码",
"install": "安装",
"login": "登录",
"back-to-login-form": "返回登录页面",
"get-login-access-code": "获得登录访问代码 (Access Code)",
"email-access-code": "电邮发送访问代码",
"whats-next": "后续步骤",
"username-or-password-incorrect": "用户账号或者密码不正确",
"follow-bludit-on": "在此关注 Bludit -",
"this-is-a-brief-description-of-yourself-our-your-site": "这是关于您自己或是网站的简短介绍,如果想要修改,请至管理界面\/设置\/插件,设置一个名为“关于”的插件",
"new-version-available": "新版本可用",
"new-category-created": "分类已添加",
"category-deleted": "分类已删除",
"category-edited": "分类已编辑",
"new-user-created": "用户已添加",
"user-edited": "用户已编辑",
"user-deleted": "用户已刪除",
"recommended-for-recovery-password-and-notifications": "建议用于重置密码与获取通知。",
"authentication-token": "身份验证令牌",
"token": "令牌",
"current-status": "当前状态",
"upload-image": "上传图片",
"the-changes-have-been-saved": "变更已储存",
"label": "标签",
"links": "链接",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.",
"password-must-be-at-least-6-characters-long": "密吗长度必须在6个字节以上",
"ip-address-has-been-blocked": "IP 地址已被封锁",
"try-again-in-a-few-minutes": "请过几分钟后再试",
"content-published-from-scheduler": "Content published from scheduler",
"blog": "博客",
"complete-all-fields": "Complete all fields",
"static": "静态页面",
"about-your-site-or-yourself": "About your site or yourself",
"homepage": "首页",
"disabled": "禁用",
"to-enable-the-user-you-must-set-a-new-password": "To enable the user you must set a new password.",
"delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate his content to admin user",
"delete-the-user-and-all-his-content": "Delete the user and all his content",
"user-disabled": "用户已禁用",
"user-password-changed": "用户密码已更改",
"the-password-and-confirmation-password-do-not-match": "The password and confirmation password do not match",
"scheduled-content": "定时发布文章",
"there-are-no-scheduled-content": "没有定时发布的文章。",
"new-content-created": "新文章已创建",
"content-edited": "文章已编辑",
"content-deleted": "文章已删除",
"undefined": "未定义",
"create-new-content-for-your-site": "为您的网站撰写新文章",
"order-items-by": "排序方式",
"all-content": "所有文章",
"dynamic": "动态",
"type": "类型",
"draft-content": "草稿",
"post": "发表",
"default": "默认",
"latest-content": "最新文章",
"default-message": "默认信息",
"no-parent": "无父类页面",
"have-you-seen-my-ball": "你看到我的球了吗?",
"pagebreak": "页面分割",
"pages": "页面",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit",
"previous": "上一页",
"previous-page": "上一页",
"next-page": "下一页",
"scheduled": "定时发布",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "此令牌类似于密码,请勿分享给他人。",
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your**Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit",
"read-more": "继续阅读...",
"remember-me": "记住我",
"plugins-position": "插件位置",
"plugins-sorted": "插件已排序",
"plugins-position-changed": "插件位置已更改",
"drag-and-drop-to-set-the-position-of-the-plugin": "拖放以设置插件的位置",
"change-the-position-of-the-plugins": "更改插件位置",
"reading-time": "阅读需时",
"minutes": "分钟",
"minute": "分钟",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "Create your own content",
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the admin panel<\/a> with the username `admin` and the password you set on theinstallation process.",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "Set up your new site",
"example-page-2-content": "Update the settings of your site from the admin panel<\/a>, you can change the title, description and the social networks from Settings > General<\/a>.",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Follow Bludit",
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks Facebook<\/a>, Twitter<\/a> and YouTube<\/a> or visit our Blog<\/a>.",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
"the-extension-zip-is-not-installed": "Zip扩展未安装,要使用此插件,您需要安装该扩展。",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.",
"update": "更新",
"template": "模板",
"nickname": "昵称",
"disable-user": "禁用用户",
"delete-user-and-keep-content": "Delete user and keep content",
"delete-user-and-delete-content": "Delete user and delete content (Warning)",
"social-networks": "社交网络(SNS)",
"interval": "间隔",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.",
"extreme-friendly-url": "特别友好 URL",
"title-formats": "标题格式",
"delete-content": "删除文章",
"are-you-sure-you-want-to-delete-this-page": "您确定要删除此页面吗?",
"sticky": "置顶",
"actions": "动作",
"edit": "编辑",
"options": "选项",
"enter-title": "输入标题",
"media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.",
"user": "用户",
"date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.",
"write-the-tags-separated-by-commas": "Write the tags separated by comma.",
"apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.",
"apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.",
"apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.",
"uncategorized": "未分类",
"done": "完成",
"delete-category": "删除分类",
"are-you-sure-you-want-to-delete-this-category?": "您确定要删除此分类吗?",
"confirm-new-password": "确认新密码",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content",
"allow-unicode": "允许 Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.",
"variables-allowed": "Variables allowed",
"tag": "标签",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"seo": "SEO",
"documentation": "文档",
"forum-support": "论坛支持",
"chat-support": "聊天支持",
"quick-links": "快捷链接",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.",
"choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>",
"access-denied": "拒绝访问",
"choose-images-to-upload": "Choose images to upload",
"insert": "插入",
"upload": "上传",
"autosave": "自动保存",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.",
"site": "站点",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.",
"good-morning": "Good morning",
"good-afternoon": "Good afternoon",
"good-evening": "Good evening",
"good-night": "Good night",
"hello": "Hello",
"there-are-no-images-for-the-page": "There are no images for the page.",
"select-cover-image": "选择封面图片",
"this-plugin-depends-on-the-following-plugins": "此插件依赖以下插件。",
"no-pages-found": "找不到页面",
"system-updated": "系统已更新",
"security": "安全性",
"remove-cover-image": "移除封面图片",
"width": "宽度",
"height": "高度",
"quality": "质量",
"thumbnails": "缩略图",
"thumbnail": "缩略图",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:",
"file-type-is-not-supported": "文件类型不受支持。允许的类型:",
"page-content": "页面内容",
"markdown-parser": "Markdown 解析器",
"site-logo": "站点LOGO",
"search": "搜索",
"search-plugins": "搜索插件",
"enabled-plugins": "已启用的插件",
"disabled-plugins": "已禁用的插件",
"remove-logo": "移除LOGO",
"preview": "预览",
"author-can-write-and-edit-their-own-content": "作者:可以编写和编辑自己的内容。编辑:可以编写和编辑他人的内容。",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "为内容定义自定义字段。",
"start-typing-to-see-a-list-of-suggestions": "输入内容以显示操作的建议。",
"view": "查看",
"no-tags": "没有标签",
"insert-thumbnail": "插入缩略图",
"no-categories": "没有分类",
"insert-linked-thumbnail": "插入链接缩略图",
"navigation": "导航",
"thumbnail-generation": "缩略图生成",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "启用或禁用上传图片时自动生成缩略图。"
}
================================================
FILE: bl-languages/zh_TW.json
================================================
{
"language-data": {
"native": "繁體中文 (台灣Taiwan)",
"english-name": "Traditional Chinese",
"last-update": "2019-11-24",
"authors": [
"Ethan Chen http:\/\/ethan42411.ml",
"",
"",
""
],
"locale": "zh, zh_TW"
},
"dates": {
"Mon": "Mon",
"Tue": "Tue",
"Wed": "Wed",
"Thu": "Thu",
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "星期一",
"Tuesday": "星期二",
"Wednesday": "星期三",
"Thursday": "星期四",
"Friday": "星期五",
"Saturday": "星期六",
"Sunday": "星期日",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
"Apr": "Apr",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Oct": "Oct",
"Nov": "Nov",
"Dec": "Dec",
"January": "一月",
"February": "二月",
"March": "三月",
"April": "四月",
"May": "五月",
"June": "六月",
"July": "七月",
"August": "八月",
"September": "九月",
"October": "十月",
"November": "十一月",
"December": "十二月"
},
"dashboard": "主頁面",
"manage-users": "管理使用者",
"manage-categories": "管理分類",
"general-settings": "一般設定",
"advanced-settings": "進階設定",
"thanks-for-supporting-bludit": "感謝支持Bludit",
"upgrade-to-bludit-pro": "升級至Bludit PRO",
"language": "語言",
"plugin": "延伸模組",
"plugins": "延伸模組",
"developers": "開發者",
"themes": "佈景主題",
"about": "關於",
"url": "網址",
"welcome": "歡迎",
"logout": "登出",
"website": "網站",
"publish": "發表",
"manage": "管理",
"content": "內容",
"category": "分類",
"categories": "分類",
"users": "使用者",
"settings": "設定",
"general": "一般設定",
"advanced": "進階設定",
"new-content": "新內容",
"manage-content": "管理內容",
"add-new-content": "增加新內容",
"new-category": "新增分類",
"you-do-not-have-sufficient-permissions": "您沒有權限存取此頁面,請聯絡管理員",
"add-a-new-user": "新增使用者",
"url-associated-with-the-content": "與內容關聯的網址.",
"language-and-timezone": "語言與時區",
"change-your-language-and-region-settings": "更改您所使用的語言與地區設定",
"notifications": "通知",
"plugin-activated": "延伸模組已啟用",
"plugin-deactivated": "延伸模組已關閉",
"new-theme-configured": "新佈景主題已設定",
"settings-changes": "變更設定",
"plugin-configured": "延伸模組已設定",
"welcome-to-bludit": "歡迎使用Bludit",
"statistics": "統計",
"drafts": "草稿",
"title": "標題",
"save": "儲存",
"save-as-draft": "儲存成草稿",
"cancel": "取消",
"description": "簡介",
"this-field-can-help-describe-the-content": "這個欄位可以幫助快速理解內容,不能超過150個字",
"images": "圖片",
"error": "錯誤",
"supported-image-file-types": "可以上傳的檔案格式",
"cover-image": "封面圖片",
"drag-and-drop-or-click-here": "拖曳您的圖片到這裡或是點選這裡選擇圖片",
"there-are-no-images": "目前沒有圖片",
"upload-and-more-images": "上傳更多圖片",
"click-on-the-image-for-options": "點選圖片來進行設定",
"click-here-to-cancel": "點選此處來取消",
"insert-image": "插入圖片",
"set-as-cover-image": "設為封面圖片",
"delete-image": "刪除圖片",
"tags": "標籤",
"add": "新增",
"status": "狀態",
"published": "已發表",
"draft": "草稿",
"empty-title": "空白標題",
"empty": "空白",
"date": "日期",
"external-cover-image": "外部封面圖片",
"parent": "繼承頁面",
"full-image-url": "全圖網址",
"this-field-is-used-when-you-order-the-content-by-position": "當您依照位置排序內容,此欄位將會被使用",
"position": "位置",
"friendly-url": "友善網址",
"image-description": "圖片描述",
"add-a-new-category": "新增一個新分類",
"name": "名稱",
"username": "使用者名稱",
"quick-search-pages-and-menu": "快速搜尋頁面和選單",
"click-here-for-quick-search": "Click here for quick search",
"analytics": "分析",
"visits-today": "今日訪問",
"unique-visitors": "獨立訪客",
"search-placeholder": "搜尋頁面、內容和選單項...",
"no-results-found": "未找到結果",
"first-name": "名",
"last-name": "姓",
"to-schedule-the-content-select-the-date-and-time": "選取時間日期來進行此內容發表排程,狀態必須設定成\"發表\"",
"email": "Email",
"role": "角色",
"registered": "已註冊",
"site-information": "網站資訊",
"site-title": "網站標題",
"use-this-field-to-name-your-site": "使用這個欄位來填寫您的網站名稱,它將會被顯示在每一個頁面的最上方",
"site-slogan": "網站標語",
"use-this-field-to-add-a-catchy-phrase": "使用這個欄位來幫您的網站添加一個可以朗朗上口的標語吧",
"site-description": "網站簡介",
"you-can-add-a-site-description-to-provide": "您可以新增一段簡短的簡介來介紹您的網站",
"footer-text": "頁尾文字",
"you-can-add-a-small-text-on-the-bottom": "您可以在每一頁的頁尾放置一些短短的文字,例如: 版權、所有人、日期...",
"social-networks-links": "社群網站連結",
"site-url": "網站網址",
"email-account-settings": "Email帳戶設定",
"sender-email": "寄件者email",
"emails-will-be-sent-from-this-address": "Emails將會被從此位置傳送。",
"url-filters": "網址過濾器",
"select-your-sites-language": "選擇您所使用的語言",
"timezone": "時區",
"select-a-timezone-for-a-correct": "選擇正確的時區來顯示時間",
"locale": "區域",
"date-and-time-formats": "日期與時間格式",
"date-format": "日期格式",
"current-format": "目前格式",
"version": "版本",
"author": "作者",
"activate": "啟用",
"deactivate": "關閉",
"edit-category": "編輯分類",
"delete": "刪除",
"password": "使用者密碼",
"confirm-password": "確認密碼",
"editor": "作者",
"administrator": "管理員",
"edit-user": "編輯使用者",
"edit-content": "編輯內容",
"profile": "個人檔案",
"change-password": "更改密碼",
"enabled": "啟用",
"disable-the-user": "停用此使用者",
"profile-picture": "大頭貼",
"edit-or-delete-your-categories": "編輯或刪除您的分類",
"create-a-new-category-to-organize-your-content": "新增一個新的分類來組織您的內容",
"confirm-delete-this-action-cannot-be-undone": "確認刪除? 這個動作不可復原",
"do-you-want-to-disable-the-user": "您確定要停用此使用者嗎?",
"new-password": "新密碼",
"you-can-change-this-field-when-save-the-current-changes": "當儲存目前變更時,您可以修改此欄位",
"items-per-page": "每頁的項目",
"invite-a-friend-to-collaborate-on-your-site": "邀請您的朋友一同合作管理您的網站",
"number-of-items-to-show-per-page": "每頁顯示多少項目",
"website-or-blog": "網站或是部落格",
"order-content-by": "依序甚麼規格排序內容",
"edit-or-delete-content-from-your-site": "從您的網站編輯或刪除內容",
"order-the-content-by-date-to-build-a-blog": "依照時間排序建構一個部落個或使用位置排序來建構一個網站",
"default-content-status": "預設內容狀態",
"default-status-for-new-content": "選擇新內容預設建立為已發布或草稿。",
"page-not-found-content": "嘿! 這看起來像是不存在此頁面",
"page-not-found": "找不到此頁面",
"predefined-pages": "預先定義頁面",
"returning-page-when-the-page-doesnt-exist": "當頁面不存在時,則導向此頁面。如果您想要顯示預設訊息,則請保持空白",
"returning-page-for-the-main-page": "返回主頁面的頁面。如果您想要在主頁面顯示全部的頁面,請保持空白",
"full-url-of-your-site": "網站的完整網址,包含http或是https(僅有在伺服器已啟用SSL的情況下)",
"with-the-locales-you-can-set-the-regional-user-interface": "語言環境,您可以設定區域使用者介面語言,或是您所在當地的日期格式,當然語言檔案必須被安裝於系統上",
"bludit-installer": "Bludit 安裝程式",
"choose-your-language": "選擇您所使用的語言",
"next": "下一步",
"complete-the-form-choose-a-password-for-the-username-admin": "請完成表單,為此使用者名稱 « admin » 設定一下密碼吧",
"show-password": "顯示密碼",
"install": "安裝",
"login": "登入",
"back-to-login-form": "返回登入畫面",
"get-login-access-code": "獲得登入存取碼",
"email-access-code": "Email存取碼",
"whats-next": "接下來",
"username-or-password-incorrect": "使用者帳號或密碼不正確",
"follow-bludit-on": "追蹤Bludit",
"this-is-a-brief-description-of-yourself-our-your-site": "這是關於您的自己或是網站的簡短介紹,如果想要修改介紹,請至管理介面\/設定\/延伸模組,設定一個名為關於的延伸模組。",
"new-version-available": "有新版本可以使用",
"new-category-created": "新分類已建立",
"category-deleted": "分類已刪除",
"category-edited": "分類已編輯",
"new-user-created": "新使用者已建立",
"user-edited": "使用者已編輯",
"user-deleted": "使用者已刪除",
"recommended-for-recovery-password-and-notifications": "建議用於恢復密碼與通知訊息",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "目前狀態",
"upload-image": "上傳圖片",
"the-changes-have-been-saved": "變更已經儲存",
"label": "標籤",
"links": "連結",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "該標題通常會被在網站的側邊欄",
"password-must-be-at-least-6-characters-long": "密碼長度必須在6字元以上",
"ip-address-has-been-blocked": "IP 位址已被封鎖",
"try-again-in-a-few-minutes": "請過幾分鐘後再試",
"content-published-from-scheduler": "內容已透過排程發表",
"blog": "部落格",
"complete-all-fields": "完成所有欄位",
"static": "靜態",
"about-your-site-or-yourself": "關於您的網站或您自己",
"homepage": "首頁",
"disabled": "停用",
"to-enable-the-user-you-must-set-a-new-password": "必須設定新密碼才能啟用此使用者",
"delete-the-user-and-associate-his-content-to-admin-user": "刪除此使用者,並將他所建立的內容關連到管理員帳號",
"delete-the-user-and-all-his-content": "刪除此使用者與其所有內容",
"user-disabled": "使用者已經停用",
"user-password-changed": "使用者密碼已變更",
"the-password-and-confirmation-password-do-not-match": "密碼和確認密碼不匹配",
"scheduled-content": "已排程的內容",
"there-are-no-scheduled-content": "目前沒有排程發表的內容",
"new-content-created": "新內容已建立",
"content-edited": "內容已編輯",
"content-deleted": "內容已刪除",
"undefined": "未定義",
"create-new-content-for-your-site": "為您的網站建立新的內容",
"order-items-by": "依照什麼規則排序",
"all-content": "全部內容",
"dynamic": "動態",
"type": "類型",
"draft-content": "草稿內容",
"post": "發表",
"default": "預設",
"latest-content": "最新內容",
"default-message": "預設訊息",
"no-parent": "無繼承",
"have-you-seen-my-ball": "您有看到我的球嗎?",
"pagebreak": "Page break",
"pages": "頁面",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "此延伸模組可能不支援此版本的Bludit",
"previous": "較早之前",
"previous-page": "上一頁",
"next-page": "下一頁",
"scheduled": "已排程",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "此token類似於密碼,因此它不應該被公開分享",
"congratulations-you-have-successfully-installed-your-bludit": "恭喜,您已經成功安裝 **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "此佈景主題可能不相容此版本的Bludit",
"read-more": "閱讀更多",
"remember-me": "記住我",
"plugins-position": "延伸模組放置位置",
"plugins-sorted": "Plugins sorted",
"plugins-position-changed": "延伸模組放置位置已變更",
"drag-and-drop-to-set-the-position-of-the-plugin": "拖放來設定延伸模組的位置",
"change-the-position-of-the-plugins": "變更延伸模組的位置",
"reading-time": "閱讀時間",
"minutes": "分鐘",
"minute": "分鐘",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "建立屬於您自己的內容",
"example-page-1-content": "開始撰寫屬於您自己的內容,或是編輯目前的內容來符合您的需求。想要開始新增、編輯或是移除內容,您需要使用預設管理者帳號admin與安裝時設定的密碼來登入 管理頁面<\/a>。",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "設定您的新網站",
"example-page-2-content": "更新您的網站設定透過 管理頁面<\/a>,您可以透過 設定 > 一般設定<\/a>來變更網站標題、網站描述或是社群網站連結。",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "追蹤 Bludit",
"example-page-3-content": "獲得更多關於新版本資訊、新佈景主題或是新的延伸模組,可以透過造訪我們的社群網站Facebook<\/a>, Twitter<\/a> 與 YouTube<\/a> 或是 部落格<\/a>。",
"example-page-4-slug": "關於",
"example-page-4-title": "關於",
"example-page-4-content": "您的關於頁面通常是網站頁面瀏覽率最多的頁面之一,需要一些簡單但關鍵的事情,像是您的名字、您是誰、如何聯絡到您,或是一個小故事...等等",
"the-extension-zip-is-not-installed": "擴充套件zip並沒有被安裝,使用此延伸模組必須先安裝此擴充套件",
"there-are-no-sticky-pages-at-this-moment": "目前沒有便利貼頁面",
"there-are-no-scheduled-pages-at-this-moment": "目前沒有排程發表的頁面",
"update": "更新",
"template": "範本",
"nickname": "暱稱",
"disable-user": "停用使用者",
"delete-user-and-keep-content": "刪除使用者並保存其建立的內容",
"delete-user-and-delete-content": "刪除使用者並一並刪除其建立的內容(警告)",
"social-networks": "社群網站",
"interval": "間隔",
"number-in-minutes-for-every-execution-of-autosave": "每次執行自動保存的分鐘數",
"extreme-friendly-url": "極其友好的網址",
"title-formats": "標題格式",
"delete-content": "刪除內容",
"are-you-sure-you-want-to-delete-this-page": "您確定想要刪除此頁面嗎?",
"sticky": "便利貼",
"actions": "動作",
"edit": "編輯",
"options": "選項",
"enter-title": "請輸入標題",
"media-manager": "多媒體管理器",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "透過外部網址來設定封面圖片,像是CDN或是一些其他的伺服器空間來存放圖片",
"user": "使用者",
"date-format-format": "日期格式: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "開始輸入頁面標題來查看建議列表",
"field-used-when-ordering-content-by-position": "當使用位置排序時所使用的字段",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "撰寫一個範本名稱來套用佈景主題中的頁面,並變更該頁面的風格",
"write-the-tags-separated-by-commas": "用逗號分隔標籤",
"apply-code-noindex-code-to-this-page": "在此頁面內使用 noindex<\/code>",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "這將通知搜尋引擎不要將此頁面顯示於他們的搜尋結果",
"apply-code-nofollow-code-to-this-page": "在此頁面內使用 nofollow<\/code>",
"this-tells-search-engines-not-to-follow-links-on-this-page": "這將通知搜尋引擎不要關注此頁面中的連結",
"apply-code-noarchive-code-to-this-page": "在此頁面內使用 noarchive<\/code>",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "這將會告知搜尋引擎不要將此頁面收錄至快取頁面",
"uncategorized": "未分類",
"done": "完成",
"delete-category": "刪除分類",
"are-you-sure-you-want-to-delete-this-category?": "您確定想要刪除此分類嗎?",
"confirm-new-password": "確認新密碼",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "暱稱通常會被佈景主題用來顯示文章的作者",
"allow-unicode": "允許Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "允許在網址和系統的某些部份使用Unicode字符",
"variables-allowed": "可用的變數",
"tag": "標籤",
"drag-and-drop-to-sort-the-plugins": "拖放來排序延伸模組",
"seo": "SEO",
"documentation": "文件",
"forum-support": "支援討論區",
"chat-support": "支援聊天室",
"quick-links": "快速連結",
"leave-empty-for-autocomplete-by-bludit": "留空來讓Bludit自動完成",
"choose-a-password-for-the-user-admin": "幫使用者admin<\/code>設定一組密碼",
"access-denied": "存取被拒",
"choose-images-to-upload": "選取圖片來進行上傳",
"insert": "插入",
"upload": "上傳",
"autosave": "自動儲存",
"the-content-is-saved-as-a-draft-to-publish-it": "此內容已被儲存為草稿。可以透過點選發表<\/b>來發佈或是點選儲存為草稿<\/b>來繼續保持編輯狀態",
"site": "Site",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "目前沒有頁面",
"there-are-no-static-pages-at-this-moment": "目前沒有靜態頁面",
"there-are-no-draft-pages-at-this-moment": "目前沒有草稿頁面",
"good-morning": "早安",
"good-afternoon": "下午好",
"good-evening": "晚上好",
"good-night": "晚安",
"hello": "您好",
"there-are-no-images-for-the-page": "此頁面沒有圖片",
"select-cover-image": "選取一個封面照片",
"this-plugin-depends-on-the-following-plugins": "此延伸模組相依以下其他延伸模組",
"no-pages-found": "找不到頁面",
"system-updated": "系統已更新",
"security": "安全",
"remove-cover-image": "移除封面圖片",
"width": "寬",
"height": "高",
"quality": "品質",
"thumbnails": "縮圖",
"thumbnail": "縮圖",
"thumbnail-width-in-pixels": "縮圖的寬像素 (px).",
"thumbnail-height-in-pixels": "縮圖的高像素 (px).",
"thumbnail-quality-in-percentage": "縮圖品質百分比 (%).",
"maximum-load-file-size-allowed:": "最大允許載入檔案大小:",
"file-type-is-not-supported": "此檔案類型不被支援,允許的類型為:",
"page-content": "頁面內容",
"markdown-parser": "Markdown 解析器",
"site-logo": "網站logo",
"search": "搜尋",
"search-plugins": "搜尋延伸模組",
"enabled-plugins": "啟用延伸模組",
"disabled-plugins": "關閉延伸模組",
"remove-logo": "移除logo",
"preview": "預覽",
"author-can-write-and-edit-their-own-content": "作者: 可以撰寫或編輯他們自己的內容。 編輯: 可以撰寫或編輯其他人的內容",
"custom-fields": "自訂欄位",
"define-custom-fields-for-the-content": "自行定義內容的欄位。欲學習如何自訂欄位,請造訪文件<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "開始輸入以查看建議列表",
"view": "查看",
"no-tags": "沒有標籤",
"insert-thumbnail": "插入縮圖",
"no-categories": "沒有分類",
"insert-linked-thumbnail": "插入連結縮圖",
"navigation": "導覽",
"thumbnail-generation": "縮略圖生成",
"enable-disable-automatic-thumbnail-generation-on-image-upload": "啟用或禁用上傳圖片時自動生成縮略圖。"
}
================================================
FILE: bl-plugins/about/languages/bg_BG.json
================================================
{
"plugin-data":
{
"name": "За мен",
"description": "Кратко описание за вашия сайт или за себе си."
}
}
================================================
FILE: bl-plugins/about/languages/da.json
================================================
{
"plugin-data": {
"description": "Vis en lille beskrivelse af dit websted eller om dig selv.",
"name": "About"
}
}
================================================
FILE: bl-plugins/about/languages/de_CH.json
================================================
{
"plugin-data":
{
"name": "Über",
"description": "Kurzer Text über die Website oder zum Betreiber des Blogs oder der Website."
}
}
================================================
FILE: bl-plugins/about/languages/de_DE.json
================================================
{
"plugin-data":
{
"name": "Über",
"description": "Kurzer Text über die Website oder zum Betreiber des Blogs oder der Website."
}
}
================================================
FILE: bl-plugins/about/languages/en.json
================================================
{
"plugin-data":
{
"name": "About",
"description": "Show a small description of your site or about yourself."
}
}
================================================
FILE: bl-plugins/about/languages/es.json
================================================
{
"plugin-data":
{
"name": "Acerca de",
"description": "Breve descripción de ti mismo o sobre tu sitio."
}
}
================================================
FILE: bl-plugins/about/languages/fa_IR.json
================================================
{
"plugin-data":
{
"name": "درباره",
"description": "نمایش توضیح کوتاهی از شما و یا وبسایتتان."
}
}
================================================
FILE: bl-plugins/about/languages/fr_FR.json
================================================
{
"plugin-data":
{
"name": "À Propos",
"description": "Afficher une courte description sur votre site ou sur vous-même."
}
}
================================================
FILE: bl-plugins/about/languages/it.json
================================================
{
"plugin-data":
{
"name": "Informazioni",
"description": "Visualizza una breve descrizione sul tuo sito o su te stesso."
}
}
================================================
FILE: bl-plugins/about/languages/ja_JP.json
================================================
{
"plugin-data":
{
"name": "About",
"description": "サイトやあなたについての簡単な説明を表示します。"
}
}
================================================
FILE: bl-plugins/about/languages/nl_NL.json
================================================
{
"plugin-data":
{
"name": "Over",
"description": "Een korte beschrijving over de site of over uzelf."
}
}
================================================
FILE: bl-plugins/about/languages/ru_RU.json
================================================
{
"plugin-data":
{
"name": "О блоге",
"description": "Небольшое описание о вашем сайте или о себе."
}
}
================================================
FILE: bl-plugins/about/languages/tr_TR.json
================================================
{
"plugin-data":
{
"name": "Hakkında",
"description": "Senin veya siten hakkında kısa bilgiler"
}
}
================================================
FILE: bl-plugins/about/languages/uk_UA.json
================================================
{
"plugin-data":
{
"name": "Про блог",
"description": "Невеликий опис вашого сайту або про Вас."
}
}
================================================
FILE: bl-plugins/about/metadata.json
================================================
{
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.21.0",
"releaseDate": "2026-04-25",
"license": "MIT",
"compatible": "3.21",
"notes": ""
}
================================================
FILE: bl-plugins/about/plugin.php
================================================
dbFields = array(
'label' => 'About',
'text' => ''
);
}
public function form()
{
global $L;
$html = '';
$html .= $this->description();
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '' . $L->get('This title is almost always used in the sidebar of the site') . '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
return $html;
}
public function siteSidebar()
{
$html = '';
$html .= '' . $this->getValue('label') . '
';
$html .= '';
$html .= html_entity_decode(nl2br($this->getValue('text')));
$html .= '';
$html .= '';
return $html;
}
}
================================================
FILE: bl-plugins/alternative/languages/de_AT.json
================================================
{
"plugin-data":
{
"name": "Theme Popeye",
"description": "Das Plugin erlaubt verschiedene Einstellungen für das Theme Popeye."
},
"enable-or-disable-dark-mode": "Dunkelmodus aktivieren oder deaktivieren.",
"enable-or-disable-google-fonts": "Google Fonts aktivieren oder deaktivieren.",
"relative": "Relativ",
"absolute": "Absolut",
"change-the-date-format-for-the-main-page": "Einstellung des Datumsformats auf der Haupt- oder Blogseite.",
"show-tags": "Schlagwörter zeigen",
"show-tags-in-the-main-page-for-each-article": "Zeigt auf der Haupt- oder Blogseite die Schlagwörter der Beiträge."
}
================================================
FILE: bl-plugins/alternative/languages/de_CH.json
================================================
{
"plugin-data":
{
"name": "Theme Popeye",
"description": "Das Plugin erlaubt verschiedene Einstellungen für das Theme Popeye."
},
"enable-or-disable-dark-mode": "Dunkelmodus aktivieren oder deaktivieren.",
"enable-or-disable-google-fonts": "Google Fonts aktivieren oder deaktivieren.",
"relative": "Relativ",
"absolute": "Absolut",
"change-the-date-format-for-the-main-page": "Einstellung des Datumsformats auf der Haupt- oder Blogseite.",
"show-tags": "Schlagwörter zeigen",
"show-tags-in-the-main-page-for-each-article": "Zeigt auf der Haupt- oder Blogseite die Schlagwörter der Beiträge."
}
================================================
FILE: bl-plugins/alternative/languages/de_DE.json
================================================
{
"plugin-data":
{
"name": "Theme Popeye",
"description": "Das Plugin erlaubt verschiedene Einstellungen für das Theme Popeye."
},
"enable-or-disable-dark-mode": "Dunkelmodus aktivieren oder deaktivieren.",
"enable-or-disable-google-fonts": "Google Fonts aktivieren oder deaktivieren.",
"relative": "Relativ",
"absolute": "Absolut",
"change-the-date-format-for-the-main-page": "Einstellung des Datumsformats auf der Haupt- oder Blogseite.",
"show-tags": "Schlagwörter zeigen",
"show-tags-in-the-main-page-for-each-article": "Zeigt auf der Haupt- oder Blogseite die Schlagwörter der Beiträge."
}
================================================
FILE: bl-plugins/alternative/languages/en.json
================================================
{
"plugin-data": {
"name": "Alternative Theme",
"description": "This plugin provides configuration for the Alternative theme."
},
"enable-or-disable-dark-mode": "Enable or disable dark mode.",
"enable-or-disable-google-fonts": "Enable or disable Google fonts.",
"relative": "Relative",
"absolute": "Absolute",
"change-the-date-format-for-the-main-page": "Change the date format for the main page.",
"show-tags": "Show tags",
"show-tags-in-the-main-page-for-each-article": "Show tags on the main page for each article."
}
================================================
FILE: bl-plugins/alternative/languages/ja_JP.json
================================================
{
"plugin-data":
{
"name": "Popeye Theme",
"description": "Popeyeテーマの設定を行うプラグインです。"
},
"enable-or-disable-dark-mode": "ダークモードを有効または無効にします。",
"enable-or-disable-google-fonts": "Google Fontsの利用を有効または無効にします。",
"relative": "相対的",
"absolute": "絶対的",
"change-the-date-format-for-the-main-page": "メインページの日付表示形式を変更します。",
"show-tags": "タグの表示",
"show-tags-in-the-main-page-for-each-article": "メインページの各記事にタグを表示します。"
}
================================================
FILE: bl-plugins/alternative/languages/nl_NL.json
================================================
{
"plugin-data":
{
"name": "Popeye Thema",
"description": "Met deze plugin kan het thema Popeye geconfigureerd worden."
},
"enable-or-disable-dark-mode": "Donkere modus in-/uitschakelen.",
"enable-or-disable-google-fonts": "Lettertypes van Google in-/uitschakelen.",
"relative": "Relatief",
"absolute": "Absoluut",
"change-the-date-format-for-the-main-page": "Het datumformaat voor de hoofdpagina aanpassen.",
"show-tags": "Tags tonen",
"show-tags-in-the-main-page-for-each-article": "Op de hoofdpagina voor ieder artikel de tags tonen."
}
================================================
FILE: bl-plugins/alternative/languages/ru.json
================================================
{
"plugin-data": {
"name": "Настройки темы Alternative",
"description": "Этот плагин содержит настройки для темы Alternative."
},
"enable-or-disable-dark-mode": "Включить или выключить тёмный режим.",
"enable-or-disable-google-fonts": "Включить или выключить шрифты от Google (Google fonts).",
"relative": "Относительный",
"absolute": "Абсолютный",
"change-the-date-format-for-the-main-page": "Изменить формат даты для главной страницы.",
"show-tags": "Отображать теги",
"show-tags-in-the-main-page-for-each-article": "Показывать теги на главной странице для каждой записи."
}
================================================
FILE: bl-plugins/alternative/metadata.json
================================================
{
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.21.0",
"releaseDate": "2026-04-25",
"license": "MIT",
"compatible": "3.21",
"notes": "",
"type": "theme"
}
================================================
FILE: bl-plugins/alternative/plugin.php
================================================
dbFields = array(
'googleFonts' => false,
'showPostInformation' => false,
'dateFormat' => 'relative'
);
}
public function form()
{
global $L;
$html = '';
$html .= '';
$html .= '';
$html .= '';
$html .= '' . $L->get('Enable or disable Google fonts.') . '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '' . $L->get('Change the date format for the main page.') . '';
$html .= '';
return $html;
}
public function showPostInformation()
{
return $this->getValue('showPostInformation');
}
public function googleFonts()
{
return $this->getValue('googleFonts');
}
public function dateFormat()
{
return $this->getValue('dateFormat');
}
}
================================================
FILE: bl-plugins/api/languages/da.json
================================================
{
"amount-of-pages": "Antal af sider",
"api-token": "API-token",
"plugin-data": {
"description": "Grænseflade til interaktion med Bludit ved hjælp af HTTP-protokol.
Læs mere om denne udvidelse i API-introduktion.",
"name": "API"
},
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Dette er det maksimale antal sider, der skal returneres, når du lavet et kald til / api / sider",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Denne token er kun læsbar og regenereres hver gang du installerer udvidelsen."
}
================================================
FILE: bl-plugins/api/languages/de_CH.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Schnittstelle, für den Datenaustausch mit Bludit über das HTTP-Protokoll. Informationen zur Verwendung des Plugins unter API Introduction."
},
"api-token": "API-Token",
"amount-of-pages": "Anzahl Seiten",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Maximum der Seiten bei einem Aufruf /api/pages.",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Der Token kann für Leserechte verwendet werden. Er wird bei bei einer Neuinstallation des Plugins erneuert."
}
================================================
FILE: bl-plugins/api/languages/de_DE.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Schnittstelle, für den Datenaustausch mit Bludit über das HTTP-Protokoll. Informationen zur Verwendung des Plugins unter API Introduction."
},
"api-token": "API-Token",
"amount-of-pages": "Anzahl Seiten",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Maximum der Seiten bei einem Aufruf /api/pages.",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Der Token kann für Leserechte verwendet werden. Er wird bei bei einer Neuinstallation des Plugins erneuert."
}
================================================
FILE: bl-plugins/api/languages/en.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Interface to interact with Bludit using HTTP protocol.
Read more about this plugin on API Introduction."
},
"api-token": "API Token",
"amount-of-pages": "Amount of pages",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "This is the maximum of pages to return when you call to /api/pages",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "This token is for read only and is regenerated every time you install the plugin"
}
================================================
FILE: bl-plugins/api/languages/es.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Interfaz para interactuar con Bludit mediante el protocolo HTTP.
Leer más sobre este plugin en API introducción."
},
"api-token": "API Token",
"amount-of-pages": "Cantidad de paginas",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Este es el máximo de páginas a devolver cuando llame a /api/pages.",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Este token es para sólo lectura y se regenera cada vez que se instala el plugin."
}
================================================
FILE: bl-plugins/api/languages/fa_IR.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "رابطی برای ارتباط با بلودیت با استفاده از پروتکل HTTP.
اطلاعات بیشتر را درمورد این پلاگین از API Introduction مطالعه کنید."
},
"api-token": "رمز توکن API",
"amount-of-pages": "تعداد صفحات",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "این حداکثر صفحاتی بازگشتی است هنگامی که /api/pages را بازخوانی میکنید",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "این توکن تنها خواندی است و هر زمانی که پلاگین را نصب می کنید بازسازی می شود"
}
================================================
FILE: bl-plugins/api/languages/fr_FR.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Interface pour interagir avec Bludit en utilisant le protocole HTTP.
En savoir plus sur ce plugin, en lisant l’introduction sur l’API."
},
"api-token": "Jeton de l’API",
"amount-of-pages": "Nombre de pages",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "C’est le nombre maximal de pages à renvoyer lorsque vous appelez l’api par pages.",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Ce jeton est en lecture seule et est régénéré à chaque fois que vous installez le plugin."
}
================================================
FILE: bl-plugins/api/languages/it.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Interfaccia per interagire con Bludit utilizzando il protocollo HTTP.
Leggi di più su questo plugin su API Introduction."
},
"api-token": "Token API",
"amount-of-pages": "Quantità di pagine",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Questo è il numero di pagine di ritorno quando effetui una chiamata /api/pages",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Questo token è di sola lettura e viene rigenerato ogni volta che installi il plugin"
}
================================================
FILE: bl-plugins/api/languages/ja_JP.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "HTTPを使用してBluditとやり取りするインターフェース。
このプラグインについては API Introduction<\/a> を参照してください。"
},
"api-token": "APIトークン",
"amount-of-pages": "ページ数",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "これは \/api\/pages 呼び出し時に返される最大ページ数です",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "このトークンは読み取り専用トークンで、プラグインをインストールするたびに再生成されます"
}
================================================
FILE: bl-plugins/api/languages/nl_NL.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Interface om met Bludit te communiceren via het HTTP-protocol.
Lees meer over deze plugin op API Introduction."
},
"api-token": "API-token",
"amount-of-pages": "Aantal pagina's",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Het maximum aantal door te sturen pagina's via een call naar /api/pages",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Dit token is niet aan te passen en wordt automatisch ververst wanneer de plugin opnieuw wordt geïnstalleerd"
}
================================================
FILE: bl-plugins/api/languages/ru.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "Интерфейс для взаимодействия с Bludit по HTTP-протоколу.
Узнайте больше про этот плагин в разделе Введение в API для Bludit (раздел на английском)."
},
"api-token": "API Tокен",
"amount-of-pages": "Количество страниц",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Максимальное количество возвращаемых страниц при обращении к /api/pages",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Данный токен используется только для чтения, токен обновляется при каждой переустановке плагина."
}
================================================
FILE: bl-plugins/api/languages/tr_TR.json
================================================
{
"plugin-data":
{
"name": "API",
"description": "HTTP protokolünü kullanarak Bludit ile etkileşimde bulunmak için arabirim.
Bu eklenti hakkında daha fazla bilgi için API Tanıtımı (ingilizce)."
},
"api-token": "API Token",
"amount-of-pages": "Sayfa miktarı",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Bu /api/pages sayfasını çağırdığınızda gösterilecek maksimum sayfa sayısıdır.",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Bu token salt okunur amaçlıdır ve eklentiyi her yüklediğinizde yeniden oluşturulur."
}
================================================
FILE: bl-plugins/api/metadata.json
================================================
{
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.21.0",
"releaseDate": "2026-04-25",
"license": "MIT",
"compatible": "3.21",
"notes": ""
}
================================================
FILE: bl-plugins/api/plugin.php
================================================
dbFields = array(
'token' => $token, // API Token
'numberOfItems' => 15 // Amount of items to return
);
}
public function getToken()
{
return $this->getValue('token');
}
public function form()
{
global $L;
$html = '';
$html .= $this->description();
$html .= '';
$html .= '';
$html .= '';
$html .= '' . DOMAIN_BASE . 'api/{endpoint}
';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '' . $L->get('This token is for read only and is regenerated every time you install the plugin') . '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '' . $L->get('This is the maximum of pages to return when you call to') . '';
$html .= '';
return $html;
}
// API HOOKS
// ----------------------------------------------------------------------------
public function beforeAll()
{
global $url;
global $pages;
global $users;
// CHECK URL
// ------------------------------------------------------------
$URI = $this->webhook('api', $returnsAfterURI = true, $fixed = false);
if ($URI === false) {
return false;
}
// METHOD
// ------------------------------------------------------------
$method = $this->getMethod();
// METHOD INPUTS
// ------------------------------------------------------------
$inputs = $this->getMethodInputs();
if (empty($inputs)) {
$this->response(400, 'Bad Request', array('message' => 'Missing method inputs.'));
}
// ENDPOINT PARAMETERS
// ------------------------------------------------------------
$parameters = $this->getEndpointParameters($URI);
if (empty($parameters)) {
$this->response(400, 'Bad Request', array('message' => 'Missing endpoint parameters.'));
}
// API TOKEN
// ------------------------------------------------------------
// Token from the plugin, the user can change it on the settings of the plugin
$tokenAPI = $this->getValue('token');
// Check empty token
if (empty($inputs['token'])) {
$this->response(400, 'Bad Request', array('message' => 'Missing API token.'));
}
// Check if the token is valid
if ($inputs['token'] !== $tokenAPI) {
$this->response(401, 'Unauthorized', array('message' => 'Invalid API token.'));
}
// AUTHENTICATION TOKEN
// ------------------------------------------------------------
$writePermissions = false;
if (!empty($inputs['authentication'])) {
// Get the user with the authentication token, FALSE if it doesn't exist
$username = $users->getByAuthToken($inputs['authentication']);
if ($username !== false) {
try {
$user = new User($username);
if (($user->role() == 'admin') && ($user->enabled())) {
// Loggin the user to create the session
$login = new Login();
$login->setLogin($username, 'admin');
// Enable write permissions
$writePermissions = true;
}
} catch (Exception $e) {
// Continue without permissions
}
}
}
// Clean inputs
// ------------------------------------------------------------
unset($inputs['token']);
unset($inputs['authentication']);
// ENDPOINTS
// ------------------------------------------------------------
// (GET) /api/pages
if (($method === 'GET') && ($parameters[0] === 'pages') && empty($parameters[1])) {
$data = $this->getPages($inputs);
}
// (GET) /api/pages/
elseif (($method === 'GET') && ($parameters[0] === 'pages') && !empty($parameters[1])) {
$pageKey = $parameters[1];
if (isset($parameters[2])) {
$pageKey = $parameters[1] . '/' . $parameters[2];
}
$data = $this->getPage($pageKey);
}
// (PUT) /api/pages/
elseif (($method === 'PUT') && ($parameters[0] === 'pages') && !empty($parameters[1]) && $writePermissions) {
$pageKey = $parameters[1];
$data = $this->editPage($pageKey, $inputs);
}
// (DELETE) /api/pages/
elseif (($method === 'DELETE') && ($parameters[0] === 'pages') && !empty($parameters[1]) && $writePermissions) {
$pageKey = $parameters[1];
$data = $this->deletePage($pageKey);
}
// (POST) /api/pages
elseif (($method === 'POST') && ($parameters[0] === 'pages') && empty($parameters[1]) && $writePermissions) {
$data = $this->createPage($inputs);
}
// (GET) /api/settings
elseif (($method === 'GET') && ($parameters[0] === 'settings') && empty($parameters[1]) && $writePermissions) {
$data = $this->getSettings();
}
// (PUT) /api/settings
elseif (($method === 'PUT') && ($parameters[0] === 'settings') && empty($parameters[1]) && $writePermissions) {
$data = $this->editSettings($inputs);
}
// (POST) /api/images
elseif (($method === 'POST') && ($parameters[0] === 'images') && $writePermissions) {
$data = $this->uploadImage($inputs);
}
// (GET) /api/tags
elseif (($method === 'GET') && ($parameters[0] === 'tags') && empty($parameters[1])) {
$data = $this->getTags();
}
// (GET) /api/tags/
elseif (($method === 'GET') && ($parameters[0] === 'tags') && !empty($parameters[1])) {
$tagKey = $parameters[1];
$data = $this->getTag($tagKey);
}
// (GET) /api/categories
elseif (($method === 'GET') && ($parameters[0] === 'categories') && empty($parameters[1])) {
$data = $this->getCategories();
}
// (GET) /api/categories/
elseif (($method === 'GET') && ($parameters[0] === 'categories') && !empty($parameters[1])) {
$categoryKey = $parameters[1];
$data = $this->getCategory($categoryKey);
}
// (GET) /api/users
elseif (($method === 'GET') && ($parameters[0] === 'users') && empty($parameters[1])) {
$data = $this->getUsers();
}
// (GET) /api/users/
elseif (($method === 'GET') && ($parameters[0] === 'users') && !empty($parameters[1])) {
$username = $parameters[1];
$data = $this->getUser($username);
}
// (GET) /api/files/
elseif (($method === 'GET') && ($parameters[0] === 'files') && !empty($parameters[1])) {
$pageKey = $parameters[1];
if (!$this->isValidPageKey($pageKey)) {
$this->response(400, 'Bad Request', array('message' => 'Invalid page key.'));
}
$data = $this->getFiles($pageKey);
}
// (POST) /api/files/
elseif (($method === 'POST') && ($parameters[0] === 'files') && !empty($parameters[1]) && $writePermissions) {
$pageKey = $parameters[1];
if (!$this->isValidPageKey($pageKey)) {
$this->response(400, 'Bad Request', array('message' => 'Invalid page key.'));
}
$data = $this->uploadFile($pageKey);
} else {
$this->response(401, 'Unauthorized', array('message' => 'Access denied or invalid endpoint.'));
}
$this->response(200, 'OK', $data);
}
// PRIVATE METHODS
// ----------------------------------------------------------------------------
// Validate page key to prevent path traversal (CWE-22)
private function isValidPageKey($pageKey)
{
if (strpos($pageKey, '..') !== false) {
return false;
}
if (strpos($pageKey, "\0") !== false) {
return false;
}
return true;
}
private function getMethod()
{
// METHODS
// ------------------------------------------------------------
// GET
// POST
// PUT
// DELETE
$this->method = $_SERVER['REQUEST_METHOD'];
return $this->method;
}
private function getMethodInputs()
{
switch ($this->method) {
case "POST":
$inputs = $_POST;
break;
case "GET":
case "DELETE":
$inputs = $_GET;
break;
case "PUT":
$inputs = '';
break;
default:
$inputs = json_encode(array());
break;
}
// Try to get raw/json data
if (empty($inputs)) {
$inputs = file_get_contents('php://input');
}
return $this->cleanInputs($inputs);
}
// Returns an array with key=>value with the inputs
// If the content is JSON is parsed to array
private function cleanInputs($inputs)
{
$tmp = array();
if (is_array($inputs)) {
foreach ($inputs as $key => $value) {
$tmp[$key] = Sanitize::html($value);
}
} elseif (is_string($inputs)) {
$tmp = json_decode($inputs, true);
if (json_last_error() !== JSON_ERROR_NONE) {
$tmp = array();
}
}
return $tmp;
}
private function getEndpointParameters($URI)
{
// ENDPOINT Parameters
// ------------------------------------------------------------
// /api/pages | GET | returns all pages
// /api/pages/{key} | GET | returns the page with the {key}
// /api/pages | POST | create a new page
$URI = ltrim($URI, '/');
$parameters = explode('/', $URI);
// Sanitize parameters
foreach ($parameters as $key => $value) {
$parameters[$key] = Sanitize::html($value);
}
return $parameters;
}
private function response($code = 200, $message = 'OK', $data = array())
{
header('HTTP/1.1 ' . $code . ' ' . $message);
header('Access-Control-Allow-Origin: *');
header('Content-Type: application/json');
$json = json_encode($data);
exit($json);
}
private function getTags()
{
global $tags;
$tmp = array(
'status' => '0',
'message' => 'List of tags.',
'data' => array()
);
foreach ($tags->keys() as $key) {
$tag = $tags->getMap($key);
array_push($tmp['data'], $tag);
}
return $tmp;
}
// Returns the tag information and the pages releated to the tag
// The array with the pages has the complete information of each page
private function getTag($key)
{
try {
$tag = new Tag($key);
} catch (Exception $e) {
return array(
'status' => '1',
'message' => 'Tag not found by the key: ' . $key
);
}
$list = array();
foreach ($tag->pages() as $pageKey) {
try {
$page = new Page($pageKey);
array_push($list, $page->json($returnsArray = true));
} catch (Exception $e) {
}
}
$data = $tag->json($returnsArray = true);
$data['pages'] = $list;
return array(
'status' => '0',
'message' => 'Information about the tag and pages related.',
'data' => $data
);
}
private function getPages($args)
{
global $pages;
// Parameters and the default values
$published = (isset($args['published']) ? $args['published'] == 'true' : true);
$static = (isset($args['static']) ? $args['static'] == 'true' : false);
$draft = (isset($args['draft']) ? $args['draft'] == 'true' : false);
$sticky = (isset($args['sticky']) ? $args['sticky'] == 'true' : false);
$scheduled = (isset($args['scheduled']) ? $args['scheduled'] == 'true' : false);
$untagged = (isset($args['untagged']) ? $args['untagged'] == 'true' : false);
$numberOfItems = (isset($args['numberOfItems']) ? $args['numberOfItems'] : (int)$this->getValue('numberOfItems'));
$pageNumber = (isset($args['pageNumber']) ? $args['pageNumber'] : 1);
$list = $pages->getList($pageNumber, $numberOfItems, $published, $static, $sticky, $draft, $scheduled);
$tmp = array(
'status' => '0',
'message' => 'List of pages',
'numberOfItems' => $numberOfItems,
'data' => array()
);
foreach ($list as $pageKey) {
try {
// Create the page object from the page key
$page = new Page($pageKey);
if ($untagged) {
if (empty($page->tags())) {
// Push the page to the data array for the response
array_push($tmp['data'], $page->json($returnsArray = true));
}
} else {
array_push($tmp['data'], $page->json($returnsArray = true));
}
} catch (Exception $e) {
// Continue
}
}
return $tmp;
}
private function getPage($key)
{
try {
$page = new Page($key);
return array(
'status' => '0',
'message' => 'Page filtered by key: ' . $key,
'data' => $page->json($returnsArray = true)
);
} catch (Exception $e) {
return array(
'status' => '1',
'message' => 'Page not found.'
);
}
}
private function createPage($args)
{
// Unsanitize content because all values are sanitized
if (isset($args['content'])) {
$args['content'] = Sanitize::htmlDecode($args['content']);
}
// This function is defined on functions.php
$key = createPage($args);
if ($key === false) {
return array(
'status' => '1',
'message' => 'Error trying to create the new page.'
);
}
return array(
'status' => '0',
'message' => 'Page created.',
'data' => array('key' => $key)
);
}
private function editPage($key, $args)
{
// Unsanitize content because all values are sanitized
if (isset($args['content'])) {
$args['content'] = Sanitize::htmlDecode($args['content']);
}
$args['key'] = $key;
$newKey = editPage($args);
if ($newKey === false) {
return array(
'status' => '1',
'message' => 'Error trying to edit the page.'
);
}
return array(
'status' => '0',
'message' => 'Page edited.',
'data' => array('key' => $newKey)
);
}
private function deletePage($key)
{
if (deletePage($key)) {
return array(
'status' => '0',
'message' => 'Page deleted.'
);
}
return array(
'status' => '1',
'message' => 'Error trying to delete the page.'
);
}
/*
| Upload an image and generate the thumbnails
| Returns the image and thumbnail URL
|
| @inputs array
| @inputs['uuid'] string Page UUID
| @_FILE array https://www.php.net/manual/en/reserved.variables.files.php
|
| @return array
*/
private function uploadImage($inputs)
{
// Set upload directory
if (isset($inputs['uuid']) && IMAGE_RESTRICT) {
if (!$this->isValidPageKey($inputs['uuid'])) {
return array('status' => '1', 'message' => 'Invalid UUID.');
}
$imageDirectory = PATH_UPLOADS_PAGES . $inputs['uuid'] . DS;
$thumbnailDirectory = $imageDirectory . 'thumbnails' . DS;
$imageEndpoint = DOMAIN_UPLOADS_PAGES . $inputs['uuid'] . '/';
$thumbnailEndpoint = $imageEndpoint . 'thumbnails' . '/';
if (!Filesystem::directoryExists($thumbnailDirectory)) {
Filesystem::mkdir($thumbnailDirectory, true);
}
} else {
$imageDirectory = PATH_UPLOADS;
$thumbnailDirectory = PATH_UPLOADS_THUMBNAILS;
$imageEndpoint = DOMAIN_UPLOADS;
$thumbnailEndpoint = DOMAIN_UPLOADS_THUMBNAILS;
}
if (!isset($_FILES['image'])) {
return array(
'status' => '1',
'message' => 'No image sent.'
);
}
if ($_FILES['image']['error'] != 0) {
return array(
'status' => '1',
'message' => 'Error uploading the image, maximum load file size allowed: ' . ini_get('upload_max_filesize')
);
}
// Move from PHP tmp file to Bludit tmp directory
Filesystem::mv($_FILES['image']['tmp_name'], PATH_TMP . $_FILES['image']['name']);
// Transform image and create thumbnails
$image = transformImage(PATH_TMP . $_FILES['image']['name'], $imageDirectory, $thumbnailDirectory);
if ($image) {
$filename = Filesystem::filename($image);
return array(
'status' => '0',
'message' => 'Image uploaded.',
'image' => $imageEndpoint . $filename,
'thumbnail' => $thumbnailEndpoint . $filename
);
}
return array(
'status' => '1',
'message' => 'Image extension not allowed.'
);
}
/*
| Get the settings
|
| @args array
|
| @return array
*/
private function getSettings()
{
global $site;
return array(
'status' => '0',
'message' => 'Settings.',
'data' => $site->get()
);
}
/*
| Edit the settings
| You can edit any field defined in the class site.class.php variable $dbFields
|
| @args array
|
| @return array
*/
private function editSettings($args)
{
if (editSettings($args)) {
return array(
'status' => '0',
'message' => 'Settings edited.'
);
}
return array(
'status' => '1',
'message' => 'Error trying to edit the settings.'
);
}
/*
| Returns the categories in the system
| Included the category name, key, description and the list of pages
| The list of pages are the page's key
|
| @return array
*/
private function getCategories()
{
global $categories;
$tmp = array(
'status' => '0',
'message' => 'List of categories.',
'data' => array()
);
foreach ($categories->keys() as $key) {
$category = $categories->getMap($key);
array_push($tmp['data'], $category);
}
return $tmp;
}
/*
| Returns information about the category and pages related
| The pages are expanded which mean the title, content and more fields are returned in the query
| This can degrade the performance
|
| @key string Category key
|
| @return array
*/
private function getCategory($key)
{
try {
$category = new Category($key);
} catch (Exception $e) {
return array(
'status' => '1',
'message' => 'Category not found by the key: ' . $key
);
}
$list = array();
foreach ($category->pages() as $pageKey) {
try {
$page = new Page($pageKey);
array_push($list, $page->json($returnsArray = true));
} catch (Exception $e) {
}
}
$data = $category->json($returnsArray = true);
$data['pages'] = $list;
return array(
'status' => '0',
'message' => 'Information about the category and pages related.',
'data' => $data
);
}
/*
| Returns the user profile
|
| @username string Username
|
| @return array
*/
private function getUser($username)
{
try {
$user = new User($username);
} catch (Exception $e) {
return array(
'status' => '1',
'message' => 'User not found by username: ' . $username
);
}
$data = $user->json($returnsArray = true);
return array(
'status' => '0',
'message' => 'User profile.',
'data' => $data
);
}
/*
| Returns all the users
|
| @return array
*/
private function getUsers()
{
global $users;
$data = array();
foreach ($users->db as $username => $profile) {
try {
$user = new User($username);
$data[$username] = $user->json($returnsArray = true);
} catch (Exception $e) {
continue;
}
}
return array(
'status' => '0',
'message' => 'Users profiles.',
'data' => $data
);
}
/*
| Returns all files uploaded for a specific page, includes any type of file.
|
| @return array
*/
private function getFiles($pageKey)
{
$chunk = false;
$sortByDate = true;
$path = PATH_UPLOADS_PAGES . $pageKey . DS;
$listFiles = Filesystem::listFiles($path, '*', '*', $sortByDate, $chunk);
$files = array();
foreach ($listFiles as $file) {
$info = array('thumbnail' => '');
$info['file'] = $file;
$info['filename'] = basename($file);
$info['mime'] = Filesystem::mimeType($file);
$info['size'] = Filesystem::getSize($file);
// Check if thumbnail exists for the file
$thumbnail = $path . 'thumbnails' . DS . $info['filename'];
if (Filesystem::fileExists($thumbnail)) {
$info['thumbnail'] = $thumbnail;
}
array_push($files, $info);
}
return array(
'status' => '0',
'message' => 'Files for the page key: ' . $pageKey,
'data' => $files
);
}
/*
| Upload a file to a particular page
| Returns the file URL
|
| @inputs array
| @inputs['uuid'] string Page UUID
| @_FILE array https://www.php.net/manual/en/reserved.variables.files.php
|
| @return array
*/
private function uploadFile($pageKey)
{
if (!isset($_FILES['file'])) {
return array(
'status' => '1',
'message' => 'File not sent.'
);
}
if ($_FILES['file']['error'] != 0) {
return array(
'status' => '1',
'message' => 'Error uploading the file.'
);
}
$filename = $_FILES['file']['name'];
// Block dotfiles
if (strpos($filename, '.') === 0) {
return array('status' => '1', 'message' => 'File type not allowed.');
}
// Check file extension
$fileExtension = Filesystem::extension($filename);
$fileExtension = Text::lowercase($fileExtension);
if (!in_array($fileExtension, $GLOBALS['ALLOWED_FILE_EXTENSIONS'])) {
return array('status' => '1', 'message' => 'File type not allowed.');
}
// Sanitize filename to prevent issues with special characters
$filenameWithoutExt = Filesystem::filename($filename);
$filenameWithoutExt = Text::removeSpecialCharacters($filenameWithoutExt, '-');
$filenameWithoutExt = Text::removeQuotes($filenameWithoutExt);
$filenameWithoutExt = Text::removeSpaces($filenameWithoutExt, '-');
$filename = $filenameWithoutExt . '.' . $fileExtension;
$absoluteURL = DOMAIN_UPLOADS_PAGES . $pageKey . '/' . $filename;
$absolutePath = PATH_UPLOADS_PAGES . $pageKey . DS . $filename;
if (Filesystem::mv($_FILES['file']['tmp_name'], $absolutePath)) {
return array(
'status' => '0',
'message' => 'File uploaded.',
'filename' => $filename,
'absolutePath' => $absolutePath,
'absoluteURL' => $absoluteURL
);
}
return array(
'status' => '1',
'message' => 'Error moving the file to the final path.'
);
}
}
================================================
FILE: bl-plugins/canonical/languages/da.json
================================================
{
"plugin-data": {
"description": "Brug af canonical URLs kan hjælpe med at informere søgemaskiner om hvilke URLs der har identisk indhold.",
"name": "Canonical"
}
}
================================================
FILE: bl-plugins/canonical/languages/de_CH.json
================================================
{
"plugin-data":
{
"name": "Canonical",
"description": "Kennzeichnung von Seiten mit kanonischen Links, um Dublicate Content bei der Erfassung durch Suchmaschinen zu verhindern."
}
}
================================================
FILE: bl-plugins/canonical/languages/de_DE.json
================================================
{
"plugin-data":
{
"name": "Canonical",
"description": "Kennzeichnung von Seiten mit kanonischen Links, um Dublicate Content bei der Erfassung durch Suchmaschinen zu verhindern."
}
}
================================================
FILE: bl-plugins/canonical/languages/en.json
================================================
{
"plugin-data":
{
"name": "Canonical",
"description": "Using canonical URLs can help to inform search engines which URLs have identical content."
}
}
================================================
FILE: bl-plugins/canonical/languages/es.json
================================================
{
"plugin-data":
{
"name": "Canonical",
"description": "El uso de URL canónicas ayuda a los motores de búsqueda qué URLs tienen contenido idéntico."
}
}
================================================
FILE: bl-plugins/canonical/languages/fa_IR.json
================================================
{
"plugin-data":
{
"name": "لینک استاندارد",
"description": "با استفاده از آدرسهای وب استاندارد میتوانید به اطلاع موتورهای جستجو برسانید که کدامیک از آدرس وب ها داری محتوای یکسانی هستند."
}
}
================================================
FILE: bl-plugins/canonical/languages/fr_FR.json
================================================
{
"plugin-data":
{
"name": "URL Canonique",
"description": "L'utilisation d'URL canoniques permet d'indiquer aux moteurs de recherche quelles URL ont un contenu identique."
}
}
================================================
FILE: bl-plugins/canonical/languages/it.json
================================================
{
"plugin-data":
{
"name": "Canonical",
"description": "L'utilizzo degli URLS canonici può aiutare i motori di ricerca quali URL hanno un contenuto identico."
}
}
================================================
FILE: bl-plugins/canonical/languages/ja_JP.json
================================================
{
"plugin-data":
{
"name": "Canonical",
"description": "カノニカル(正規化)URLを使用すると、検索エンジンに、どのURLのコンテンツが同一コンテンツであるかを通知できます。"
}
}
================================================
FILE: bl-plugins/canonical/languages/nl_NL.json
================================================
{
"plugin-data":
{
"name": "Canonieke URLs",
"description": "Het gebruik van canonieke URLs kan helpen bij het informeren van zoekmachines over welke URLs dezelfde inhoud hebben."
}
}
================================================
FILE: bl-plugins/canonical/languages/ru.json
================================================
{
"plugin-data":
{
"name": "Canonical",
"description": "Плагин для использоания канонических URL-адресов. Использование канонических URL-адресов может помочь сообщить поисковым системам, какие URL-адреса имеют идентичный контент."
}
}
================================================
FILE: bl-plugins/canonical/languages/ru_RU.json
================================================
{
"plugin-data":
{
"name": "Канонические URL-адреса",
"description": "Использование канонических URL-адресов может помочь поисковым системам грамотно идентифицировать URL-адреса страниц с дублирующимся содержанием."
}
}
================================================
FILE: bl-plugins/canonical/metadata.json
================================================
{
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.21.0",
"releaseDate": "2026-04-25",
"license": "MIT",
"compatible": "3.21",
"notes": ""
}
================================================
FILE: bl-plugins/canonical/plugin.php
================================================
pageNumber();
if ($pageNumber > 1) {
$canonical = DOMAIN_BASE . 'page/' . $pageNumber . '/';
} else {
$canonical = DOMAIN_BASE;
}
break;
case 'page':
$canonical = $page->permalink($absolute = true);
break;
case 'category':
// Category pages
$categoryKey = $url->slug();
$canonical = DOMAIN_CATEGORIES . $categoryKey . '/';
$pageNumber = $url->pageNumber();
if ($pageNumber > 1) {
$canonical .= 'page/' . $pageNumber . '/';
}
break;
case 'tag':
// Tag pages
$tagKey = $url->slug();
$canonical = DOMAIN_TAGS . $tagKey . '/';
$pageNumber = $url->pageNumber();
if ($pageNumber > 1) {
$canonical .= 'page/' . $pageNumber . '/';
}
break;
default:
// For any other page type, use current URI
$canonical = DOMAIN_BASE . ltrim($url->uri(), '/');
break;
}
if (!empty($canonical)) {
$html .= '' . PHP_EOL;
// Add prev/next for paginated content (helps search engines)
$pageNumber = $url->pageNumber();
if ($pageNumber > 1) {
// Previous page
if ($pageNumber === 2) {
$prevUrl = preg_replace('/page\/\d+\/?$/', '', $canonical);
} else {
$prevUrl = preg_replace('/page\/\d+\/?$/', 'page/' . ($pageNumber - 1) . '/', $canonical);
}
$html .= '' . PHP_EOL;
}
// Next page (only if more content exists)
// This requires checking if there's a next page of content
global $content;
global $site;
if (isset($content) && is_array($content) && count($content) >= $site->itemsPerPage()) {
$nextUrl = preg_replace('/page\/\d+\/?$/', '', $canonical);
if ($pageNumber < 1) {
$nextUrl .= 'page/2/';
} else {
$nextUrl = preg_replace('/page\/\d+\/?$/', 'page/' . ($pageNumber + 1) . '/', $canonical);
}
$html .= '' . PHP_EOL;
}
}
return $html;
}
}
================================================
FILE: bl-plugins/categories/languages/da.json
================================================
{
"hide-categories-without-content": "Skjul kategorier uden indhold",
"plugin-data": {
"description": "Viser alle kategorier på sidepanelet.",
"name": "Categories"
}
}
================================================
FILE: bl-plugins/categories/languages/de_CH.json
================================================
{
"plugin-data":
{
"name": "Kategorien",
"description": "Zeigt alle Kategorien in der Seitenleiste (bei Themes mit einer Seitenleiste)."
},
"hide-categories-without-content": "Kategorien ohne Inhalte ausblenden"
}
================================================
FILE: bl-plugins/categories/languages/de_DE.json
================================================
{
"plugin-data":
{
"name": "Kategorien",
"description": "Zeigt alle Kategorien in der Seitenleiste (bei Themes mit einer Seitenleiste)."
},
"hide-categories-without-content": "Kategorien ohne Inhalte ausblenden"
}
================================================
FILE: bl-plugins/categories/languages/en.json
================================================
{
"plugin-data":
{
"name": "Categories",
"description": "Shows all categories on the sidebar."
},
"hide-categories-without-content": "Hide Categories without content"
}
================================================
FILE: bl-plugins/categories/languages/es.json
================================================
{
"plugin-data":
{
"name": "Categorías",
"description": "Muestra todas las categorías en la barra lateral."
},
"hide-categories-without-content": "Ocultar categorías sin contenido"
}
================================================
FILE: bl-plugins/categories/languages/fa_IR.json
================================================
{
"plugin-data":
{
"name": "مجموعه ها",
"description": "نمایش تمام مجموعه ها در نوارکناری."
},
"hide-categories-without-content": "پنهان کردن مجموعه های خالی از محتوا"
}
================================================
FILE: bl-plugins/categories/languages/fr_FR.json
================================================
{
"plugin-data":
{
"name": "Catégories",
"description": "Affiche toutes les catégories sur la barre latérale."
},
"hide-categories-without-content": "Masquer les catégories sans contenu."
}
================================================
FILE: bl-plugins/categories/languages/it.json
================================================
{
"plugin-data":
{
"name": "Categorie",
"description": "Visualizza tutte le categorie nella barra laterale."
},
"hide-categories-without-content": "Nascondi categorie senza contenuto"
}
================================================
FILE: bl-plugins/categories/languages/ja_JP.json
================================================
{
"plugin-data":
{
"name": "Categories",
"description": "サイドバーにすべてのカテゴリを表示します。"
},
"hide-categories-without-content": "コンテンツのないカテゴリを非表示にする"
}
================================================
FILE: bl-plugins/categories/languages/nl_NL.json
================================================
{
"plugin-data":
{
"name": "Categorieën",
"description": "Toont alle categorieën in de zijbalk."
},
"hide-categories-without-content": "Categorieën zonder inhoud verbergen"
}
================================================
FILE: bl-plugins/categories/languages/ru.json
================================================
{
"plugin-data":
{
"name": "Категории",
"description": "Показывает все категории на боковой панели."
},
"hide-categories-without-content": "Скрывать пустые категории"
}
================================================
FILE: bl-plugins/categories/languages/tr_TR.json
================================================
{
"plugin-data":
{
"name": "Kategoriler",
"description": "Tüm kategorileri kenar çubuğunda göster."
},
"hide-categories-without-content": "İçeriksiz kategorileri gizle"
}
================================================
FILE: bl-plugins/categories/languages/uk_UA.json
================================================
{
"plugin-data":
{
"name": "Категорії",
"description": "Показує всі категорії на бічній панелі."
},
"hide-categories-without-content": "Сховати категорії без вмісту"
}
================================================
FILE: bl-plugins/categories/metadata.json
================================================
{
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.21.0",
"releaseDate": "2026-04-25",
"license": "MIT",
"compatible": "3.21",
"notes": ""
}
================================================
FILE: bl-plugins/categories/plugin.php
================================================
dbFields = array(
'label' => 'Categories',
'hideCero' => true
);
}
// Method called on the settings of the plugin on the admin area
public function form()
{
global $L;
$html = '';
$html .= $this->description();
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '' . $L->get('This title is almost always used in the sidebar of the site') . '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
$html .= '';
return $html;
}
// Method called on the sidebar of the website
public function siteSidebar()
{
global $L;
global $categories;
// HTML for sidebar
$html = '';
$html .= '' . $this->getValue('label') . '
';
$html .= '';
$html .= '';
// By default, the database of categories is alphanumeric sorted
foreach ($categories->db as $key => $fields) {
$count = count($fields['list']);
if (!$this->getValue('hideCero') || $count > 0) {
$html .= '- ';
$html .= '