Compare commits

...

172 Commits

Author SHA1 Message Date
Diego Najar f928fe84c8
Merge pull request #1201 from anaggh/master
Update frontend dependencies
2020-06-08 14:16:56 +02:00
Anaggh S 3443fca913 Update TinyMCE 5.3.0 -> 5.3.1 2020-06-07 18:11:53 +05:30
Diego Najar 212f68b5ac
Merge pull request #1203 from virtualmix/small-fixes
Correct small typos
2020-06-05 13:01:53 +02:00
virtualmix ec9db046e7 fix typos 2020-06-03 23:59:07 -07:00
Anaggh S 0884b469f0 Fix invalid json in metadata 2020-05-28 20:33:00 +05:30
Anaggh S 873fbab56b Move undefined check to correct place 2020-05-27 17:03:50 +05:30
Anaggh S 1e0a919137 Update TinyMCE 5.2.0 -> 5.3.0 2020-05-26 20:40:21 +05:30
Anaggh S 6667289679 Bump easymde plugin version 2020-05-26 20:02:35 +05:30
Anaggh S 8d27f2a0c0 Fix "undefined" text on search 2020-05-26 19:20:34 +05:30
Anaggh S caeef10df2 Update select2-bootstrap4 theme 1.4.0 2020-05-26 18:35:30 +05:30
Anaggh S ff2dfe1175 Update select2 4.0.12 -> 4.0.13 2020-05-26 18:26:52 +05:30
Anaggh S 7edcb04727 Update easymde 2.9.0 -> 2.10.1 2020-05-26 18:15:01 +05:30
Anaggh S 68fcbf1a49 Update jQuery 3.4.1 -> 3.5.1 2020-05-26 17:54:23 +05:30
Anaggh S beaf06bb1c Update bootstrap 4.4.1 -> 4.5.0 2020-05-26 17:51:13 +05:30
Diego Najar 9095ef077a
Merge pull request #1199 from SamBrishes/patch-006
[BUGFIX] AJAX Error Message when uploading Images
2020-05-24 09:20:16 +02:00
SamBrishes 2e307339ab Remove Filesystem:rmfile completely 2020-05-23 18:48:14 +02:00
Diego Najar 5a5585d5bd
Merge pull request #1198 from SamBrishes/patch-005
[BUGFIX] Remove deprecated autoComplete Function
2020-05-23 17:01:23 +02:00
SamBrishes 4ec9b47c96 Fix for Issue #1176
Fix for Issue #1176
2020-05-22 23:34:15 +02:00
SamBrishes 93fd4e0c83 Remove deprecated atuoComplete Function 2020-05-22 23:15:38 +02:00
Diego Najar 4a740ecb03
Merge pull request #1194 from SamBrishes/patch-002
[BUGFIX] ZIP Paths may starts with an (back-) slash
2020-05-15 13:35:41 +02:00
SamBrishes 06131d7f85 Bugfix - ZIP Paths may starts with an (back-) slash 2020-05-14 11:33:46 +02:00
dignajar a5dc0addea Bug fix for 1177, get sub-pages via API 2020-05-12 23:05:29 +02:00
dignajar 134ac64e07 improve preview function 2020-05-12 22:24:03 +02:00
dignajar 0337402acd Merge branch 'master' of github.com:bludit/bludit 2020-05-12 18:24:15 +02:00
dignajar 41b5531fa2 Custom hooks for plugins 2020-05-12 18:24:06 +02:00
Diego Najar 98b7cf95df
Merge pull request #1183 from CaiMiao/patch-2
Update zh_CN.json
2020-05-12 17:51:01 +02:00
Diego Najar 5b85f90f72
Merge pull request #1185 from lightmat/master
Core plugin language da.json
2020-05-04 14:29:28 +02:00
Steen Jakobsen 5eb834c51d Core plugin language da.json
Danisk translations for core plugins
2020-05-02 19:48:34 +02:00
Diego Najar e2bfe73ea8
Merge pull request #1179 from hide-me/patch-1
Some minor fixies in Russian translation
2020-05-01 21:26:02 +02:00
Diego Najar a10a0b3df5
Merge pull request #1184 from lightmat/master
Create da.json
2020-05-01 21:25:42 +02:00
Steen Jakobsen b240e8c138 Create da.json
Danish translation
2020-05-01 20:05:36 +02:00
Fumii Chuu 226c60eb92
Update zh_CN.json 2020-04-29 23:49:57 +09:00
hide-me 3817907eed
Some minor fixies in Russian translation
Also, I updated the URL of my personal site 🆒
2020-04-23 17:01:27 +03:00
Diego Najar 442a8ca1db
Merge pull request #1175 from nogajun/japanese
Fixed Japanese translation
2020-04-22 11:12:06 +02:00
Jun NOGATA 7e4410f713 fix ja_JP.json 2020-04-20 18:32:08 +09:00
Diego Najar c1db51b1ce
Merge pull request #1165 from hide-me/patch-23
Update RU lang
2020-04-10 13:07:02 +02:00
Diego Najar 96e315521e
Merge pull request #1166 from hide-me/patch-24
Translation a bit improved
2020-04-10 13:06:54 +02:00
Diego Najar 63c0dc6da1
Merge pull request #1167 from hide-me/patch-25
Translation a bit improved
2020-04-10 13:06:45 +02:00
Diego Najar f1d970bb3d
Merge pull request #1172 from mhancoc7/patch-2
Allow passing in attributes for Theme js files
2020-04-10 13:06:30 +02:00
Jereme Hancock 9a1ff17545
Allow passing in attributes for Theme js files
This is a follow up to a previous PR. The async attribute can cause issues with some js files. For instance I added the lozad.js (https://github.com/ApoorvSaxena/lozad.js) for lazy loading and included it via my theme. However, with the current automatic inclusion of "async" things didn't work. 

So this update allows Theme developers to prevent the async attribute by passing in "null".

Example: ```<?php echo Theme::javascript('js/lozad.min.js', DOMAIN_THEME, null); ?>```

If the Theme developer doesn't include "null" the default will be to use "async".
2020-04-05 20:15:09 -05:00
Diego Najar 0021d7920c
Merge pull request #1163 from hide-me/patch-22
Translation improved
2020-03-30 13:45:29 +02:00
Diego Najar f959cc338b
Merge pull request #1162 from hide-me/patch-21
Translation a bit improved
2020-03-30 13:45:18 +02:00
Diego Najar ad2dd5af45
Merge pull request #1161 from hide-me/patch-20
Translation a bit improved
2020-03-30 13:45:09 +02:00
Diego Najar 6cfa2fc423
Merge pull request #1160 from hide-me/patch-19
Updated translation
2020-03-30 13:44:59 +02:00
Diego Najar ef2da05473
Merge pull request #1159 from hide-me/patch-18
Trying to add tanslatable string
2020-03-30 13:44:47 +02:00
Diego Najar 7834d9d193
Merge pull request #1158 from hide-me/patch-17
Translation a bit improved
2020-03-30 13:44:33 +02:00
Diego Najar 1016e982c9
Merge pull request #1157 from hide-me/patch-16
Fix small mistake
2020-03-30 13:44:22 +02:00
Diego Najar 061f7c1b13
Merge pull request #1164 from mhancoc7/patch-1
Add the "async" parameter to script tags
2020-03-27 12:53:08 +01:00
Jereme Hancock 380e99b1cc
Removed async from jquery as I started noticing errors in admin 2020-03-26 13:05:18 -05:00
Diego Najar 63ccd77af5 Bug fixed, set a homepage and enable the filter /blog/ 2020-03-25 21:25:00 +01:00
hide-me 1db714be71
Translation a bit improved 2020-03-24 18:19:59 +03:00
hide-me 632f2e58a8
Translation a bit improved 2020-03-24 18:16:37 +03:00
hide-me 3eaafb87bd
Update RU lang 2020-03-24 18:14:52 +03:00
Edi 8171cf23b7
Update de_AT.json 2020-03-24 13:20:42 +01:00
Edi 50a4ad363e
Update de_DE.json 2020-03-24 13:19:47 +01:00
Edi ecec740961
Update de_CH.json 2020-03-24 13:18:48 +01:00
Jereme Hancock 12bbef14a6
Add the "async" parameter to script tags
In my testing this has improved my Page Insights score pretty significantly especially for mobile. See: https://web.dev/render-blocking-resources/
2020-03-23 14:04:54 -05:00
Diego Najar f46de71aa7
Merge pull request #1156 from hide-me/patch-15
Translated new strings
2020-03-22 14:51:18 +01:00
Diego Najar 6079d338d4
Merge pull request #1155 from hide-me/patch-14
Create ru_RU.json
2020-03-22 14:50:48 +01:00
hide-me e00a6c10c5
Translation improved
Translated new string
2020-03-22 16:23:25 +03:00
hide-me 2848ca7344
Translation a bit improved 2020-03-22 01:10:32 +03:00
hide-me 58b831b95c
Translation a bit improved 2020-03-22 01:08:18 +03:00
hide-me 9ff5a3c69a
Updated translation 2020-03-22 01:05:11 +03:00
hide-me 9833141c13
Trying to add tanslatable string
Please check it. I tested on my site and it's working perfectly, but maybe I did some mistakes.
2020-03-22 01:00:17 +03:00
Diego Najar b156c9e576 remove social network theme 2020-03-21 22:34:16 +01:00
Diego Najar eb4111aa96 Remove theme social network is not finished 2020-03-21 22:33:20 +01:00
hide-me d140513e9d
Translation a bit improved 2020-03-21 23:59:51 +03:00
hide-me 750a40b926
Fix small mistake 2020-03-21 21:44:49 +03:00
hide-me 179c458fa5
Translated new strings 2020-03-21 21:42:55 +03:00
hide-me 298a2e3ccb
Create ru_RU.json 2020-03-21 21:35:45 +03:00
Diego Najar 1954f6d6fd remove rewrite base 2020-03-21 15:45:03 +01:00
Diego Najar c4b3bdd77b Bludit v3.12.0 metadata 2020-03-21 15:44:27 +01:00
Diego Najar 4d7fd05d1c Metadata for Tinymce plugin for version 5.2.0 2020-03-20 19:50:30 +01:00
Diego Najar fd80820e0b Get files for a particular page 2020-03-20 19:49:59 +01:00
Diego Najar 46fa8a1fab Create directory for upload pictures for each new page 2020-03-20 19:48:44 +01:00
Diego Najar 3416afe4e3
Merge pull request #1152 from hide-me/patch-11
A bit improved translation
2020-03-20 18:54:46 +01:00
Diego Najar 2388ce23c1
Merge pull request #1153 from hide-me/patch-12
Translation a bit improved
2020-03-20 18:54:31 +01:00
Diego Najar 9dc4af618c
Merge pull request #1154 from hide-me/patch-13
Translated the name of plugin
2020-03-20 18:54:17 +01:00
Diego Najar 8ab515b402
Merge pull request #1151 from hide-me/patch-10
A bit improved translation
2020-03-20 18:54:02 +01:00
hide-me 647724f0ed
Translated the name of plugin 2020-03-20 20:38:59 +03:00
hide-me 392656bce8
Translation a bit improved 2020-03-20 20:30:28 +03:00
hide-me 3c6b227699
A bit improved translation 2020-03-20 19:09:22 +03:00
hide-me 8f15321bfb
A bit improved translation 2020-03-20 19:05:14 +03:00
Diego Najar c8f96e2901
Merge pull request #1150 from ltGuillaume/patch-3
Update nl_NL.json for version plugin
2020-03-16 19:22:38 +01:00
Guillaume e75066a961
Update nl_NL.json 2020-03-16 18:58:18 +01:00
Diego Najar ac94b829e1 TinyMCE 5.2.0 2020-03-14 19:10:19 +01:00
Diego Najar 5186720775 Add missing word for the plugin version 2020-03-14 12:07:18 +01:00
Diego Najar 0530aaa3b8 Merge branch 'master' of github.com:dignajar/bludit 2020-03-14 12:03:50 +01:00
Diego Najar a8b4b26c57 get mimetype 2020-03-14 12:03:43 +01:00
Diego Najar 017cbfa667 Settings for the plugin version, new version alert and show current version 2020-03-14 12:02:23 +01:00
Diego Najar de6e3b2a3f
Merge pull request #1146 from DavidEredics/master
Updated Hungarian translation
2020-03-05 10:51:55 +01:00
Dávid f9c5bc0174
Updated Hungarian translation 2020-02-28 20:39:20 +01:00
Diego Najar f42961dd80
Merge pull request #1145 from anaggh/master
Use try catch instead
2020-02-28 10:12:40 +01:00
Anaggh S 45ca449d5a Use try catch instead 2020-02-28 14:06:09 +05:30
Diego Najar 7e76de099d
Merge pull request #1144 from anaggh/master
Fix bugs
2020-02-27 13:08:38 +01:00
Anaggh S bbdc8afcaf Fix PHP 7.4 "Deprecated: Array and string offset access syntax with curly braces is deprecated" 2020-02-27 03:08:27 +05:30
Anaggh S 7ae53cfd63 Fix #1143 Add additional check to skip broken symlinks to avoid RuntimeException: SplFileInfo::getSize(): stat failed 2020-02-27 02:58:05 +05:30
Diego Najar 2e2b5a179a
Merge pull request #1138 from fabianosantosnet/master
Updated Brazilian Language
2020-02-18 10:27:33 +01:00
Fabiano Santos 6b9a07752e Updated Brazilian Language 2020-02-15 21:29:12 -03:00
Diego Najar de01180cc6
Merge pull request #1136 from anaggh/master
Fix #1135 clippy input on mobile dropdown menu bug
2020-02-15 12:03:22 +01:00
Anaggh S 8a5599023c Fix #1135 clippy input on mobile dropdown menu bug 2020-02-15 16:10:40 +05:30
Edi f4ddf8f1c2
Update de_DE.json 2020-02-11 13:08:20 +01:00
Edi 6fdac98ba8
Update de_CH.json 2020-02-11 13:07:09 +01:00
Edi 9da3300b90
Description 2020-02-11 12:58:30 +01:00
Edi 0e53d07757
Description 2020-02-11 12:52:25 +01:00
Diego Najar d570ad6644 include end of line 2020-02-10 21:23:02 +01:00
Diego Najar 78ab655c57 Include Sitemap link if the plugin is enabled 2020-02-10 21:19:53 +01:00
Diego Najar 29c8341b2f Bludit v3.11.0 2020-02-08 19:24:17 +01:00
Diego Najar edeb603541 update metadata for bludit v3.11.0 2020-02-08 19:22:34 +01:00
Diego Najar c0a15930f9 include site db on developers page 2020-02-08 19:20:44 +01:00
Diego Najar f2acafd6db add social network vk.com 2020-02-08 19:20:15 +01:00
Diego Najar f8bfdf2957 update metadata for tinymce plugin 2020-02-08 19:19:35 +01:00
Diego Najar ab414ae645 Fix html code for favicon 2020-02-08 19:19:15 +01:00
Diego Najar 867fc1d50d
Merge pull request #1124 from ltGuillaume/patch-3
Add missing translations
2020-02-07 15:27:22 +01:00
Diego Najar 8c38957d8c
Merge pull request #1130 from JustJoao/patch-1
Updated Portuguese (Portugal) translation
2020-02-07 15:26:59 +01:00
Diego Najar 5cd6283caf Fix for #1102, show search input on small devices 2020-02-05 20:59:33 +01:00
Diego Najar 35483e0d30 Security bug fixed #1131 and refresh profile picture after uploaded 2020-02-05 20:57:07 +01:00
Diego Najar 4d0912308d Update jstz to detect the timezone in the installation 2020-02-05 20:45:43 +01:00
LimonadaPT d42e8665a5
Added portuguese translation
Reviewed also _Last update_ date
2020-02-03 23:06:10 +00:00
LimonadaPT 53e8cb5243
Updated Portuguese (Portugal) translation
Added the missing translation for the new dictionaries.
Reviewed the whole translation file to ensure consistency on formality (tu vs você). For this I've removed the personal pronouns where possible (instead of edit your content -> edit the content) to avoid formality statements. When required, I've used (mostly) the informal pose.
2020-02-03 20:39:18 +00:00
dignajar f14dab7444 EasyMDE 2.9.0 2020-01-30 19:21:05 +01:00
Diego Najar 8e44ed3227
Merge pull request #1126 from ltGuillaume/patch-4
Dutch: correction for exclude-administrators-users
2020-01-26 12:37:59 +01:00
Guillaume 84a053c6da
Dutch: correction for exclude-administrators-users 2020-01-26 12:35:56 +01:00
Guillaume 9022e707bd
Correction for exclude-administrators-users 2020-01-26 12:34:37 +01:00
Diego Najar 42ca4fe7a7
Merge pull request #1125 from ltGuillaume/patch-4
Dutch for Simple Stats
2020-01-26 11:47:55 +01:00
Guillaume 1ce60f86f6
Added "and", is this ok? 2020-01-25 16:56:20 +01:00
Guillaume 786d1dee98
Dutch for Simple Stats 2020-01-25 16:55:31 +01:00
Guillaume c417c52656
Add missing translations 2020-01-25 16:52:24 +01:00
Diego Najar b6c55228b5
Merge pull request #1121 from CaiMiao/patch-1
Update ja_JP.json
2020-01-14 20:51:08 +01:00
Fumii Chuu b0cf336089
Update ja_JP.json 2020-01-13 05:33:59 +09:00
Diego Najar 80a7940f2b
Merge pull request #1118 from ali-demirtas/patch-24
Create tr_TR.json
2020-01-02 15:59:42 +01:00
Diego Najar c85f357eb7
Merge pull request #1117 from anaggh/master
update libs
2020-01-02 10:08:48 +01:00
Anaggh S 8d2056dfac Fix #1051 Bug - Media Manager Pagination 2020-01-01 22:28:59 +05:30
Anaggh S 8194be5e4d Fix #808 Remove special characters/spaces early to prevent overwrite 2020-01-01 18:04:59 +05:30
Ali Demirtas 27d6b5037a
Create tr_TR.json
Turkish language
2020-01-01 14:41:00 +03:00
Anaggh S f48fcaf997 Update bootstrap v4.3.1 -> v4.4.1 2020-01-01 16:40:11 +05:30
Anaggh S b62194a3c3 Update parsedown 1.7.3 -> 1.7.4 2020-01-01 16:24:11 +05:30
Diego Najar 3e15163240
Update Golden sponsors 2019-12-31 18:24:15 +01:00
Diego Najar 908cba2d9d
Merge pull request #1116 from ali-demirtas/patch-23
Update tr_TR.json
2019-12-31 18:16:57 +01:00
Ali Demirtas 697aadf375
Update tr_TR.json
Turkish language updated.
2019-12-28 13:15:27 +03:00
Diego Najar b86dc069a1 Update select2 to 4.0.12 2019-12-08 18:40:07 +01:00
Diego Najar 52149ad4d4 Merge branch 'master' of github.com:dignajar/bludit 2019-12-08 18:32:06 +01:00
Diego Najar b67c6355a1 TinyMCE 5.1.3 2019-12-08 18:31:57 +01:00
Diego Najar e758ba5fc1
Merge pull request #1112 from hide-me/patch-9
Translated new strings to Russian
2019-12-07 18:11:51 +01:00
Diego Najar 95ae4e5061 add view and edit to the langueage file 2019-12-07 18:11:41 +01:00
Diego Najar ff57081e3a add support for vk.com social network 2019-12-07 14:35:38 +01:00
Diego Najar bc4f532b97 add support for vk.com social network 2019-12-07 14:32:39 +01:00
Diego Najar 696fa1c406 Merge branch 'master' of github.com:dignajar/bludit 2019-12-07 14:24:22 +01:00
Diego Najar 7c8bad72c5 Improve search plugin and add support for UTF8 to Fuzz algorithm 2019-12-07 14:24:13 +01:00
hide-me bbf59daef3
Translated new strings to Russian
You added the string "view" but not added "edit" from the same part of code. Also, the status of any pages from smart search can't be translated cuz u again not added it.

Sorry that I was absent for a long time
2019-11-25 16:22:56 +03:00
Diego Najar 5021608b03
Merge pull request #1111 from ethan42411/master
Update zh_TW.json for 3.10.0
2019-11-25 14:20:51 +01:00
ethan42411 0268cd0a72 Update zh_TW.json (20191124-5)
20191124-5
2019-11-24 13:26:05 +08:00
ethan42411 033ba81da8 Update zh_TW.json (20191124-4)
20191124-4
2019-11-24 13:23:27 +08:00
ethan42411 9fff6afa0b Update zh_TW.json (20191124-3)
20191124-3
2019-11-24 12:05:11 +08:00
ethan42411 5ac88f0daa Update zh_TW.json (20191124-2)
20191124-2
2019-11-24 11:53:41 +08:00
ethan42411 4eb81c775c Update zh_TW.json (20191124-1)
20191124-1
2019-11-24 11:21:00 +08:00
Diego Najar b510c59bab Improve date modified returns 2019-11-18 20:18:29 +01:00
Diego Najar 8b025ebe81 Include Disk usage 2019-11-18 20:17:27 +01:00
Diego Najar b9a474311b Merge branch 'master' of github.com:dignajar/bludit 2019-11-18 19:42:02 +01:00
Diego Najar f0e9bc62a2 deactivate all plugins function 2019-11-18 19:41:54 +01:00
Diego Najar 006e87daf1
Merge pull request #1107 from anaggh/master
Fix #941 Allow backup downloads for admin role
2019-11-17 16:27:47 +01:00
Anaggh S 55bb7c4eeb Update Chartist.js 0.11.0 -> 0.11.4 2019-11-15 21:32:48 +05:30
Anaggh S a39d3fff7f Add Disk Size to Simple Stats 2019-11-15 21:17:56 +05:30
Anaggh S 1a208b0642 Allow backup downloads for admin role 2019-11-15 19:29:26 +05:30
Diego Najar 2b504938ec include get settings 2019-11-11 19:16:05 +01:00
Diego Najar c7c8998367 include category name on JSON method 2019-11-05 21:51:46 +01:00
Diego Najar 142159a8e9 Enable API after user login success and returns authentication token, helps for external applications 2019-11-02 17:06:34 +01:00
Diego Najar c943506ff8 remove directories 2019-10-28 23:22:14 +01:00
Diego Najar 4e257937b7 remove directories 2019-10-28 23:21:34 +01:00
Diego Najar 952aedf175 Japanese language 2019-10-28 23:21:02 +01:00
Diego Najar e212598c21 Ident subpages 2019-10-27 11:09:48 +01:00
Diego Najar 8a1338b186 remove shorcut to fix favicon. Related issue #1099 2019-10-24 20:08:54 +02:00
332 changed files with 4255 additions and 7881 deletions

3
.gitignore vendored
View File

@ -26,4 +26,5 @@ bl-themes/striped
bl-themes/log
bl-themes/micro
bl-themes/tagg
bl-themes/future-imperfect
bl-themes/future-imperfect
bl-themes/social-network

View File

@ -6,7 +6,7 @@ AddDefaultCharset UTF-8
RewriteEngine on
# Base directory
# RewriteBase /
#RewriteBase /
# Deny direct access to the next directories
RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L]

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015-2019 Diego Najar
Copyright (c) 2015-2020 Diego Najar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -62,8 +62,8 @@ Bludit is open soruce and free, but if you really like the project and is useful
- <a href="https://www.patreon.com/clickwork" target="_blank">Clickwork</a>
- <a href="https://www.patreon.com/user/creators?u=10331784" target="_blank">KreativMind</a>
- <a href="https://www.patreon.com/user/creators?u=3969453" target="_blank">Martin Cajzer</a>
- <a href="https://www.patreon.com/user/creators?u=12261033" target="_blank">Jan Rippl</a>
- <a href="https://www.patreon.com/user/creators?u=28428918" target="_blank">Curious Activity</a>
License
-------

View File

@ -6,11 +6,11 @@ class Plugin {
// Ex: sitemap
public $directoryName;
// (string) Absoulute database filename and path
// (string) Absolute database filename and path
// Ex: /www/bludit/bl-content/plugins/sitemap/db.php
public $filenameDb;
// (string) Absoulute metadata filename and path
// (string) Absolute metadata filename and path
// Ex: /www/bludit/bl-plugins/sitemap/metadata.json
public $filenameMetadata;
@ -31,9 +31,13 @@ class Plugin {
// (boolean) Enable or disable default Save and Cancel button on plugin settings
public $formButtons;
// (array) List of custom hooks
public $customHooks;
function __construct()
{
$this->dbFields = array();
$this->customHooks = array();
$reflector = new ReflectionClass(get_class($this));
@ -108,7 +112,7 @@ class Plugin {
return PATH_PLUGINS_DATABASES.$this->directoryName.DS;
}
// Returns the value of the key from the metadata of the plugin, FALSE if the key doen't exit
// Returns the value of the key from the metadata of the plugin, FALSE if the key doesn't exist
public function getMetadata($key)
{
if(isset($this->metadata[$key])) {
@ -266,7 +270,7 @@ class Plugin {
public function init()
{
// This method is used on childre classes.
// This method is used on children classes.
// The user can define his own field of the database
}

View File

@ -0,0 +1,40 @@
<?php defined('BLUDIT') or die('Bludit CMS.');
// ============================================================================
// Check role
// ============================================================================
checkRole(array('admin'));
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main before POST
// ============================================================================
// ============================================================================
// POST Method
// ============================================================================
// ============================================================================
// Main after POST
// ============================================================================
activatePlugin('pluginAPI');
$apiURL = DOMAIN_BASE.'api/';
$pluginAPI = getPlugin('pluginAPI');
$apiToken = $pluginAPI->getToken();
$username = $login->username();
$admin = new User($username);
$authToken = $admin->tokenAuth();
$output = array(
'apiURL'=>$apiURL,
'username'=>$username,
'apiToken'=>$apiToken,
'authToken'=>$authToken
);
exit(json_encode($output));
?>

View File

@ -26,6 +26,9 @@ function checkLogin($args)
// Renew the token. This token will be the same inside the session for multiple forms.
$security->generateTokenCSRF();
if (isset($_GET['enableAPI'])) {
Redirect::page('api');
}
Redirect::page('dashboard');
return true;
}

View File

@ -2,7 +2,7 @@
function showAlert(text) {
console.log("[INFO] Function showAlert() called.");
$("#alert").html(text);
$("#alert").slideDown().delay(<?php echo ALERT_DISSAPEAR_IN*1000 ?>).slideUp();
$("#alert").slideDown().delay(<?php echo ALERT_DISAPPEAR_IN*1000 ?>).slideUp();
}
<?php if (Alert::defined()): ?>

View File

@ -51,13 +51,7 @@ $numberOfPages = count($listOfFilesByPage);
</table>
<!-- Paginator -->
<nav>
<ul class="pagination justify-content-center flex-wrap">
<?php for ($i=1; $i<=$numberOfPages; $i++): ?>
<li class="page-item"><button type="button" class="btn btn-link page-link" onClick="getFiles(<?php echo $i ?>)"><?php echo $i ?></button></li>
<?php endfor; ?>
</ul>
</nav>
<nav id="jsbluditMediaTablePagination"></nav>
</div>
</div>
@ -94,7 +88,7 @@ function hideMediaAlert() {
}
// Show the files in the table
function displayFiles(files) {
function displayFiles(files, numberOfPages = <?= $numberOfPages ?>) {
if (!Array.isArray(files)) {
return false;
}
@ -121,10 +115,19 @@ function displayFiles(files) {
'<\/tr>';
$('#jsbluditMediaTable').append(tableRow);
});
mediaPagination = '<ul class="pagination justify-content-center flex-wrap">';
for (var i = 1; i <= numberOfPages; i++) {
mediaPagination += '<li class="page-item"><button type="button" class="btn btn-link page-link" onClick="getFiles('+i+')">'+i+'</button></li>';
}
mediaPagination += '</ul>';
$('#jsbluditMediaTablePagination').html(mediaPagination);
}
if (files.length == 0) {
$('#jsbluditMediaTable').html("<p><?php (IMAGE_RESTRICT ? $L->p('There are no images for the page') : $L->p('There are no images')) ?></p>");
$('#jsbluditMediaTablePagination').html('');
}
}
@ -138,7 +141,7 @@ function getFiles(pageNumber) {
},
function(data) { // success function
if (data.status==0) {
displayFiles(data.files);
displayFiles(data.files, data.numberOfPages);
} else {
console.log(data.message);
}

@ -1 +1 @@
Subproject commit 2f331dd640db048102b1f5478f231ecfdb5fa131
Subproject commit 09138280134ec8014982f260c1ebb6a5b0091fdc

View File

@ -31,6 +31,11 @@ echo '<td>Bludit Build Number</td>';
echo '<td>'.BLUDIT_BUILD.'</td>';
echo '</tr>';
echo '<tr>';
echo '<td>Disk usage</td>';
echo '<td>'.Filesystem::bytesToHumanFileSize(Filesystem::getSize(PATH_ROOT)).'</td>';
echo '</tr>';
echo '<tr>';
echo '<td><a href="'.HTML_PATH_ADMIN_ROOT.'developers'.'">Bludit Developers</a></td>';
echo '<td></td>';

View File

@ -1,6 +1,6 @@
<div id="dashboard" class="container">
<div class="row">
<div class="col-md-7 d-none d-sm-block">
<div class="col-md-7">
<!-- Good message -->
<div>
@ -27,7 +27,7 @@
</div>
<!-- Quick Links -->
<div class="container border-bottom pb-5">
<div class="container border-bottom pb-5" id="jsclippyContainer">
<div class="row">
<div class="col">
@ -46,6 +46,10 @@
width: "100%",
theme: "bootstrap4",
minimumInputLength: 2,
dropdownParent: "#jsclippyContainer",
language: {
inputTooShort: function () { return ''; }
},
ajax: {
url: HTML_PATH_ADMIN_ROOT+"ajax/clippy",
data: function (params) {
@ -57,17 +61,20 @@
}
},
templateResult: function(data) {
console.log(data);
// console.log(data);
var html = '';
if (data.type=='menu') {
html += '<a href="'+data.url+'"><div class="search-suggestion">';
html += '<span class="fa fa-'+data.icon+'"></span>'+data.text+'</div></a>';
} else {
if (typeof data.id === 'undefined') {
return '';
}
html += '<div class="search-suggestion">';
html += '<div class="search-suggestion-item">'+data.text+' <span class="badge badge-pill badge-light">'+data.type+'</span></div>';
html += '<div class="search-suggestion-options">';
html += '<a target="_blank" href="'+DOMAIN_PAGES+data.id+'">View</a>';
html += '<a class="ml-2" href="'+DOMAIN_ADMIN+'edit-content/'+data.id+'">Edit</a>';
html += '<a target="_blank" href="'+DOMAIN_PAGES+data.id+'"><?php $L->p('view') ?></a>';
html += '<a class="ml-2" href="'+DOMAIN_ADMIN+'edit-content/'+data.id+'"><?php $L->p('edit') ?></a>';
html += '</div></div>';
}

View File

@ -34,5 +34,5 @@ $constants = get_defined_constants(true);
printTable('Bludit Constants', $constants['user']);
// Site object
printTable('$Site object database',$site->db);
printTable('$site object database',$site->db);

View File

@ -282,44 +282,8 @@ echo Bootstrap::formOpen(array(
$("#jscoverImage").val( $(this).val() );
});
// Parent
$("#jsparentTMP").change(function() {
var parent = $("#jsparentTMP").val();
if (parent.length===0) {
$("#jsparent").val("");
}
});
// Datepicker
$("#jsdate").datetimepicker({format:DB_DATE_FORMAT});
// Parent autocomplete
var parentsXHR;
var parentsList; // Keep the parent list returned to get the key by the title page
$("#jsparentTMP").autoComplete({
minChars: 1,
source: function(term, response) {
// Prevent call inmediatly another ajax request
try { parentsXHR.abort(); } catch(e){}
// Get the list of parent pages by title (term)
parentsXHR = $.getJSON(HTML_PATH_ADMIN_ROOT+"ajax/get-parents", {query: term},
function(data) {
parentsList = data;
term = term.toLowerCase();
var matches = [];
for (var title in data) {
if (~title.toLowerCase().indexOf(term))
matches.push(title);
}
response(matches);
});
},
onSelect: function(event, term, item) {
// parentsList = array( pageTitle => pageKey )
var parentKey = parentsList[sanitizeHTML(term)];
$("#jsparent").attr("value", parentKey);
}
});
});
</script>
</div>
@ -533,7 +497,8 @@ $(document).ready(function() {
var content = editorGetContent();
var ajax = new bluditAjax();
bluditAjax.saveAsDraft(uuid, title, content).then(function(data) {
window.open("<?php echo DOMAIN_PAGES.'autosave-'.$page->uuid().'?preview='.md5('autosave-'.$page->uuid()) ?>", "_blank");
var preview = window.open("<?php echo DOMAIN_PAGES.'autosave-'.$page->uuid().'?preview='.md5('autosave-'.$page->uuid()) ?>", "bludit-preview");
preview.focus();
});
});

View File

@ -134,9 +134,8 @@
contentType: false,
processData: false
}).done(function(data) {
console.log(data);
if (data.status==0) {
$("#jsprofilePicturePreview").attr('src',json.absoluteURL+"?time="+Math.random());
$("#jsprofilePicturePreview").attr('src',data.absoluteURL+"?time="+Math.random());
} else {
showAlert(data.message);
}
@ -268,6 +267,15 @@
'placeholder'=>'',
'tip'=>''
));
echo Bootstrap::formInputText(array(
'name'=>'vk',
'label'=>'VK',
'value'=>$user->vk(),
'class'=>'',
'placeholder'=>'',
'tip'=>''
));
?>
</div>
</div>

View File

@ -452,7 +452,8 @@ $(document).ready(function() {
var title = $("#jstitle").val();
var content = editorGetContent();
bluditAjax.saveAsDraft(uuid, title, content).then(function(data) {
window.open("<?php echo DOMAIN_PAGES.'autosave-'.$uuid.'?preview='.md5('autosave-'.$uuid) ?>", "_blank");
var preview = window.open("<?php echo DOMAIN_PAGES.'autosave-'.$uuid.'?preview='.md5('autosave-'.$uuid) ?>", "bludit-preview");
preview.focus();
});
});

View File

@ -419,6 +419,15 @@
'placeholder'=>'',
'tip'=>''
));
echo Bootstrap::formInputText(array(
'name'=>'vk',
'label'=>'VK',
'value'=>$site->vk(),
'class'=>'',
'placeholder'=>'',
'tip'=>''
));
?>
</div>

View File

@ -11,6 +11,10 @@ if ($username===false) {
ajaxResponse(1, 'Error in username.');
}
if ( ($login->role()!='admin') && ($login->username()!=$username) ) {
ajaxResponse(1, 'Error in username.');
}
if (!isset($_FILES['profilePictureInputFile'])) {
ajaxResponse(1, 'Error trying to upload the profile picture.');
}

View File

@ -69,9 +69,6 @@ foreach ($_FILES['images']['name'] as $uuid=>$filename) {
// Transform the image and generate the thumbnail
$image = transformImage(PATH_TMP.$filename, $imageDirectory, $thumbnailDirectory);
// Delete temporary file
Filesystem::rmfile(PATH_TMP.$filename);
if ($image) {
chmod($image, 0644);
$filename = Filesystem::filename($image);

View File

@ -1,10 +1,10 @@
<?php defined('BLUDIT') or die('Bludit CMS.');
// Bludit version
define('BLUDIT_VERSION', '3.10.0');
define('BLUDIT_CODENAME', 'Mateo');
define('BLUDIT_RELEASE_DATE', '2019-10-19');
define('BLUDIT_BUILD', '20191019');
define('BLUDIT_VERSION', '3.12.0');
define('BLUDIT_CODENAME', 'Hand washing');
define('BLUDIT_RELEASE_DATE', '2020-03-20');
define('BLUDIT_BUILD', '20200320');
// Debug mode
// Change to FALSE, for prevent warning or errors on browser

View File

@ -101,6 +101,16 @@ function buildPlugins()
// If the plugin is installed insert on the hooks
if ($Plugin->installed()) {
// Include custom hooks
if (!empty($Plugin->customHooks)) {
foreach ($Plugin->customHooks as $customHook) {
if (!isset($plugins[$customHook])) {
$plugins[$customHook] = array();
$pluginsEvents[$customHook] = array();
}
}
}
$pluginsInstalled[$pluginClass] = $Plugin;
foreach ($pluginsEvents as $event=>$value) {
if (method_exists($Plugin, $event)) {
@ -111,9 +121,9 @@ function buildPlugins()
// Sort the plugins by the position for the site sidebar
uasort($plugins['siteSidebar'], function ($a, $b) {
return $a->position()>$b->position();
}
);
return $a->position()>$b->position();
}
);
}
}

View File

@ -92,8 +92,8 @@ define('SESSION_GC_MAXLIFETIME', 3600);
// The value 0 means until the browser is closed
define('SESSION_COOKIE_LIFE_TIME', 0);
// Alert notification dissappear in X seconds
define('ALERT_DISSAPEAR_IN', 3);
// Alert notification disappear in X seconds
define('ALERT_DISAPPEAR_IN', 3);
// Number of images to show in the media manager per page
define('MEDIA_MANAGER_NUMBER_OF_FILES', 5);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
bl-kernel/css/select2.min.css vendored Executable file → Normal file

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@ function buildErrorPage() {
// This function is only used from the rule 69.pages.php, DO NOT use this function!
// This function generate a particular page from the current slug of the url
// If the slug has not a page associacted returns FALSE and set not-found as true
// If the slug has not a page associated returns FALSE and set not-found as true
function buildThePage() {
global $url;
@ -251,6 +251,24 @@ function deactivatePlugin($pluginClassName) {
return false;
}
function deactivateAllPlugin() {
global $plugins;
global $syslog;
global $L;
// Check if the plugin exists
foreach ($plugins['all'] as $plugin) {
if ($plugin->uninstall()) {
// Add to syslog
$syslog->add(array(
'dictionaryKey'=>'plugin-deactivated',
'notes'=>$plugin->name()
));
}
}
return false;
}
function changePluginsPosition($pluginClassList) {
global $plugins;
global $syslog;
@ -293,7 +311,7 @@ function createPage($args) {
}
}
// The user is always the one loggued
// The user is always the one logged
$args['username'] = Session::get('username');
if (empty($args['username'])) {
Log::set('Function createPage()'.LOG_SEP.'Empty username.', LOG_TYPE_ERROR);
@ -491,6 +509,8 @@ function createUser($args) {
global $L;
global $syslog;
$args['new_username'] = Text::removeSpecialCharacters($args['new_username']);
// Check empty username
if (Text::isEmpty($args['new_username'])) {
Alert::set($L->g('username-field-is-empty'), ALERT_STATUS_FAIL);
@ -517,7 +537,7 @@ function createUser($args) {
// Filter form fields
$tmp = array();
$tmp['username'] = Text::removeSpecialCharacters($args['new_username']);
$tmp['username'] = $args['new_username'];
$tmp['password'] = $args['new_password'];
$tmp['role'] = $args['role'];
$tmp['email'] = $args['email'];
@ -555,7 +575,9 @@ function editSettings($args) {
if (empty($args['homepage'])) {
$args['homepage'] = '';
$args['uriBlog'] = '';
}
if (empty($args['pageNotFound'])) {
$args['pageNotFound'] = '';
}
@ -572,10 +594,14 @@ function editSettings($args) {
$args['uriCategory'] = Text::addSlashes($args['uriCategory']);
}
if (isset($args['uriBlog'])) {
if (!empty($args['uriBlog'])) {
$args['uriBlog'] = Text::addSlashes($args['uriBlog']);
} else {
$args['uriBlog'] = '';
if (!empty($args['homepage']) && empty($args['uriBlog'])) {
$args['uriBlog'] = '/blog/';
} else {
$args['uriBlog'] = '';
}
}
if (isset($args['extremeFriendly'])) {
@ -651,7 +677,7 @@ function changeUserPassword($args) {
return false;
}
// Returns true if the user is allowed to procceded
// Returns true if the user is allowed to proceed
function checkRole($allowRoles, $redirect=true) {
global $login;
global $L;
@ -872,4 +898,18 @@ function transformImage($file, $imageDir, $thumbnailDir=false) {
}
return $image;
}
}
function downloadRestrictedFile($file) {
if (is_file($file)) {
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename="'.basename($file).'"');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');
header('Content-Length: ' . filesize($file));
readfile($file);
exit(0);
}
}

View File

@ -27,6 +27,7 @@ class Filesystem {
// $chunk = amount of chunks, FALSE if you don't want to chunk
public static function listFiles($path, $regex='*', $extension='*', $sortByDate=false, $chunk=false)
{
error_log($path.$regex.'.'.$extension);
$files = glob($path.$regex.'.'.$extension);
if (empty($files)) {
@ -174,9 +175,9 @@ class Filesystem {
foreach ($files as $file) {
$file = realpath($file);
if (is_dir($file)) {
$zip->addEmptyDir(str_replace($source, '', $file));
$zip->addEmptyDir(ltrim(str_replace($source, '', $file), "/\\"));
} elseif (is_file($file)) {
$zip->addFromString(str_replace($source, '', $file), file_get_contents($file));
$zip->addFromString(ltrim(str_replace($source, '', $file), "/\\"), file_get_contents($file));
}
}
} elseif (is_file($source)) {
@ -264,4 +265,50 @@ class Filesystem {
public static function extension($file) {
return pathinfo($file, PATHINFO_EXTENSION);
}
/**
* Get Size of file or directory in bytes
* @param [string] $fileOrDirectory
* @return [int|bool] [bytes or false on error]
*/
public static function getSize($fileOrDirectory) {
// Files
if (is_file($fileOrDirectory)) {
return filesize($fileOrDirectory);
}
// Directories
if (file_exists($fileOrDirectory)) {
$size = 0;
foreach(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($fileOrDirectory, FilesystemIterator::SKIP_DOTS)) as $file){
try {
$size += $file->getSize();
} catch (Exception $e) {
// SplFileInfo::getSize RuntimeException will be thrown on broken symlinks/errors
}
}
return $size;
}
return false;
}
public static function bytesToHumanFileSize($bytes, $decimals = 2) {
$size = array('B','kB','MB','GB','TB','PB','EB','ZB','YB');
$factor = floor((strlen($bytes) - 1) / 3);
return sprintf("%.{$decimals}f ", $bytes / pow(1024, $factor)) . @$size[$factor];
}
/*
| Returns the mime type of the file
| Example:
| @file /home/diego/dog.jpg
| @return image/jpeg
|
| @file string Full path of the file
|
| @return string
*/
public static function mimeType($file) {
return mime_content_type($file);
}
}

View File

@ -116,7 +116,7 @@ class Text {
$characteres = "1234567890abcdefghijklmnopqrstuvwxyz!@#%^&*";
$text = '';
for($i=0; $i<$length; $i++) {
$text .= $characteres{rand(0,41)};
$text .= $characteres[rand(0,41)];
}
return $text;
}

View File

@ -13,7 +13,8 @@ class Theme {
'instagram'=>'Instagram',
'codepen'=>'Codepen',
'linkedin'=>'Linkedin',
'mastodon'=>'Mastodon'
'mastodon'=>'Mastodon',
'vk'=>'VK'
);
foreach ($socialNetworks as $key=>$label) {
@ -205,7 +206,7 @@ class Theme {
return $links;
}
public static function javascript($files, $base=DOMAIN_THEME)
public static function javascript($files, $base=DOMAIN_THEME, $attributes="async")
{
if( !is_array($files) ) {
$files = array($files);
@ -213,15 +214,15 @@ class Theme {
$scripts = '';
foreach($files as $file) {
$scripts .= '<script src="'.$base.$file.'?version='.BLUDIT_VERSION.'"></script>'.PHP_EOL;
$scripts .= '<script '.$attributes.' src="'.$base.$file.'?version='.BLUDIT_VERSION.'"></script>'.PHP_EOL;
}
return $scripts;
}
public static function js($files, $base=DOMAIN_THEME)
public static function js($files, $base=DOMAIN_THEME, $attributes="async")
{
return self::javascript($files, $base);
return self::javascript($files, $base, $attributes);
}
public static function plugins($type)
@ -234,7 +235,7 @@ class Theme {
public static function favicon($file='favicon.png', $typeIcon='image/png')
{
return '<link rel="shortcut icon" href="'.DOMAIN_THEME.$file.'" type="'.$typeIcon.'">'.PHP_EOL;
return '<link rel="icon" href="'.DOMAIN_THEME.$file.'" type="'.$typeIcon.'">'.PHP_EOL;
}
public static function keywords($keywords)
@ -252,7 +253,7 @@ class Theme {
public static function jsBootstrap()
{
return '<script src="'.DOMAIN_CORE_JS.'bootstrap.bundle.min.js?version='.BLUDIT_VERSION.'"></script>'.PHP_EOL;
return '<script async src="'.DOMAIN_CORE_JS.'bootstrap.bundle.min.js?version='.BLUDIT_VERSION.'"></script>'.PHP_EOL;
}
public static function cssBootstrap()
@ -268,7 +269,7 @@ class Theme {
public static function jsSortable()
{
// https://github.com/psfpro/bootstrap-html5sortable
return '<script src="'.DOMAIN_CORE_JS.'jquery.sortable.min.js?version='.BLUDIT_VERSION.'"></script>'.PHP_EOL;
return '<script async src="'.DOMAIN_CORE_JS.'jquery.sortable.min.js?version='.BLUDIT_VERSION.'"></script>'.PHP_EOL;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
bl-kernel/js/select2.full.min.js vendored Executable file → Normal file

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@ class Login {
}
}
Log::set(__METHOD__.LOG_SEP.'FingerPrint are differents. ['.Session::get('fingerPrint').'] != ['.$this->fingerPrint().']');
Log::set(__METHOD__.LOG_SEP.'FingerPrints are different. ['.Session::get('fingerPrint').'] != ['.$this->fingerPrint().']');
return false;
}
@ -71,7 +71,7 @@ class Login {
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 seted for Remember Me.');
Log::set(__METHOD__.LOG_SEP.'Cookies set for Remember Me.');
}
public function invalidateRememberMe()
@ -100,7 +100,7 @@ class Login {
}
if (Text::length($password)<PASSWORD_LENGTH) {
Log::set(__METHOD__.LOG_SEP.'Password lenght less than required.');
Log::set(__METHOD__.LOG_SEP.'Password length is shorter than required.');
return false;
}
@ -113,7 +113,7 @@ class Login {
$passwordHash = $this->users->generatePasswordHash($password, $user->salt());
if ($passwordHash===$user->password()) {
$this->setLogin($username, $user->role());
Log::set(__METHOD__.LOG_SEP.'User logged succeeded by username and password - Username ['.$username.']');
Log::set(__METHOD__.LOG_SEP.'Successful user login by username and password - Username ['.$username.']');
return true;
}

View File

@ -157,7 +157,7 @@ class Pages extends dbJSON {
$this->save();
// Create symlink for images directory
if (Filesystem::directoryExists(PATH_UPLOADS_PAGES.$row['uuid'])) {
if (Filesystem::mkdir(PATH_UPLOADS_PAGES.$row['uuid'])) {
symlink(PATH_UPLOADS_PAGES.$row['uuid'], PATH_UPLOADS_PAGES.$key);
}

View File

@ -122,9 +122,14 @@ class Page {
}
// Returns the date according to locale settings and format settings
public function dateModified()
public function dateModified($format=false)
{
return $this->getValue('dateModified');
$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
@ -273,6 +278,7 @@ class Page {
$tmp['dateRaw'] = $this->dateRaw();
$tmp['tags'] = $this->tags(false);
$tmp['username'] = $this->username();
$tmp['category'] = $this->category();
$tmp['dateUTC'] = Date::convertToUTC($this->dateRaw(), DB_DATE_FORMAT, DB_DATE_FORMAT);
$tmp['permalink'] = $this->permalink(true);
$tmp['coverImage'] = $this->coverImage(true);

View File

@ -17,7 +17,7 @@ class Parsedown
{
# ~
const version = '1.7.3';
const version = '1.7.4';
# ~
@ -1489,22 +1489,41 @@ class Parsedown
}
}
$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;
}
if (isset($text))
{
$markup .= '>';
if (!isset($Element['nonNestables']))
if (!isset($Element['nonNestables']))
{
$Element['nonNestables'] = array();
}
if (isset($Element['handler']))
{
$markup .= $this->{$Element['handler']}($Element['text'], $Element['nonNestables']);
$markup .= $this->{$Element['handler']}($text, $Element['nonNestables']);
}
elseif (!$permitRawHtml)
{
$markup .= self::escape($text, true);
}
else
{
$markup .= self::escape($Element['text'], true);
$markup .= $text;
}
$markup .= '</'.$Element['name'].'>';

View File

@ -32,6 +32,7 @@ class Site extends dbJSON {
'linkedin'=> '',
'mastodon'=> '',
'dribbble'=> '',
'vk'=> '',
'orderBy'=> 'date', // date or position
'extremeFriendly'=> true,
'autosaveInterval'=> 2, // minutes
@ -192,6 +193,11 @@ class Site extends dbJSON {
return $this->getField('dribbble');
}
public function vk()
{
return $this->getField('vk');
}
public function orderBy()
{
return $this->getField('orderBy');

View File

@ -55,7 +55,7 @@ class Syslog extends dbJSON {
return false;
}
// Insert at beggining of the database
// Insert at beginning of the database
array_unshift($this->db, $data);
// Keep just NOTIFICATIONS_AMOUNT notifications

View File

@ -52,11 +52,11 @@ class Url
// $filterFull = '/base_url/category/'
$filterFull = ltrim($filterURI, '/');
$filterFull = HTML_PATH_ROOT.$filterFull;
$filterFullLenght = Text::length($filterFull);
$filterFullLength = Text::length($filterFull);
$subString = mb_substr($this->uri, 0, $filterFullLenght, CHARSET);
$subString = mb_substr($this->uri, 0, $filterFullLength, CHARSET);
// Check coincidence without the last slash at the end, this case is notfound
// Check coincidence without the last slash at the end, this case is not found
if ($subString==$filterURIwoSlash) {
$this->setNotFound();
return false;
@ -64,7 +64,7 @@ class Url
// Check coincidence with complete filterURI
if ($subString==$filterFull) {
$this->slug = mb_substr($this->uri, $filterFullLenght);
$this->slug = mb_substr($this->uri, $filterFullLength);
$this->setWhereAmI($filterName);
$this->activeFilter = $filterURI;

View File

@ -145,6 +145,11 @@ class User {
return $this->getValue('mastodon');
}
public function vk()
{
return $this->getValue('vk');
}
public function profilePicture()
{
$filename = $this->getValue('username').'.png';
@ -169,6 +174,7 @@ class User {
$tmp['gitlab'] = $this->gitlab();
$tmp['linkedin'] = $this->linkedin();
$tmp['mastodon'] = $this->mastodon();
$tmp['vk'] = $this->vk();
$tmp['profilePicture'] = $this->profilePicture();
if ($returnsArray) {

View File

@ -22,7 +22,8 @@ class Users extends dbJSON {
'github'=>'',
'gitlab'=>'',
'linkedin'=>'',
'mastodon'=>''
'mastodon'=>'',
'vk'=>''
);
function __construct()

395
bl-languages/da.json Normal file
View File

@ -0,0 +1,395 @@
{
"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 <code>noarchive</code> til denne side.",
"apply-code-nofollow-code-to-this-page": "Anvend <code>nofollow</code> til denne side.",
"apply-code-noindex-code-to-this-page": "Anvend <code>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 <code>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 <b><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: <code>ÅÅÅÅ-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 <a href='https://docs.bludit.com/en/content/custom-fields'>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å <a href=\"./admin/\">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 <a href=\"./admin/\">administrationspanelet</a>. Du kan ændre titlen, beskrivelsen og dine sociale netværk fra <a href=\"./admin/settings\">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 <a href=\"https://www.facebook.com/bluditcms/\" target=\"_blank\">Facebook</a>, <a href=\"https://www.twitter.com/bludit/\" target=\"_blank\">Twitter</a> og <a href=\"https://www.youtube.com/c/Bluditcms\" target=\"_blank\">YouTube</a> eller besøg vores <a href=\"https://blog.bludit.com\" target=\"_blank\">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 <b>Udgiv</b> , eller hvis du stadig arbejder på det, skal du klikke på <b>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"
}

View File

@ -3,7 +3,7 @@
"native": "Deutsch (Österreich)",
"english-name": "German (Austria)",
"locale": "de, de_AT",
"last-update": "2019-10-07",
"last-update": "2020-03-24",
"authors": [
"Clickwork https:\/\/clickwork.ch",
"blog2read https:\/\/github.com\/blog2read",
@ -389,8 +389,8 @@
"remove-logo": "Logo entfernen",
"preview": "Vorschau",
"author-can-write-and-edit-their-own-content": "Autor: Kann Inhalte erstellen und seine eigenen bearbeiten. Mitatbeiter: Kann Inhalte erstellen und seine eigenen und die anderer bearbeiten.",
"custom-fields": "Eigene Felder",
"define-custom-fields-for-the-content": "Eigene Felder für Inhalte anlegen. Informationen darüber sind in der <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>Dokumentation<\/a> zu finden.",
"custom-fields": "Benutzerdefinierte Felder",
"define-custom-fields-for-the-content": "Benutzerdefinierte Felder für Inhalte anlegen. Informationen darüber sind in der <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>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"
}

View File

@ -3,7 +3,7 @@
"native": "Deutsch (Schweiz)",
"english-name": "German",
"locale": "de, de_CH",
"last-update": "2019-10-07",
"last-update": "2020-03-24",
"authors": [
"Clickwork https:\/\/clickwork.ch",
"blog2read https:\/\/github.com\/blog2read",
@ -389,8 +389,8 @@
"remove-logo": "Logo entfernen",
"preview": "Vorschau",
"author-can-write-and-edit-their-own-content": "Autor: Kann Inhalte erstellen und seine eigenen bearbeiten. Mitatbeiter: Kann Inhalte erstellen und seine eigenen und die anderer bearbeiten.",
"custom-fields": "Eigene Felder",
"define-custom-fields-for-the-content": "Eigene Felder für Inhalte anlegen. Informationen darüber sind in der <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>Dokumentation<\/a> zu finden.",
"custom-fields": "Benutzerdefinierte Felder",
"define-custom-fields-for-the-content": "Benutzerdefinierte Felder für Inhalte anlegen. Informationen darüber sind in der <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>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"
}

View File

@ -3,7 +3,7 @@
"native": "Deutsch (Deutschland)",
"english-name": "German",
"locale": "de, de_DE",
"last-update": "2018-10-07",
"last-update": "2020-03-24",
"authors": [
"Clickwork https:\/\/clickwork.ch",
"blog2read https:\/\/github.com\/blog2read",
@ -389,8 +389,8 @@
"remove-logo": "Logo entfernen",
"preview": "Vorschau",
"author-can-write-and-edit-their-own-content": "Autor: Kann Inhalte erstellen und seine eigenen bearbeiten. Mitatbeiter: Kann Inhalte erstellen und seine eigenen und die anderer bearbeiten.",
"custom-fields": "Eigene Felder",
"define-custom-fields-for-the-content": "Eigene Felder für Inhalte anlegen. Informationen darüber sind in der <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>Dokumentation<\/a> zu finden.",
"custom-fields": "Benutzerdefinierte Felder",
"define-custom-fields-for-the-content": "Benutzerdefinierte Felder für Inhalte anlegen. Informationen darüber sind in der <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>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"
}

View File

@ -2,107 +2,107 @@
"language-data": {
"native": "Magyar",
"english-name": "Hungarian",
"last-update": "2017-09-10",
"last-update": "2020-02-28",
"authors": [
"Korfa",
"",
"Dávid Eredics",
"",
""
]
},
"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"
"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": "Manage categories",
"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": "Thanks for support Bludit",
"thanks-for-supporting-bludit": "Köszönjük, hogy támogatja a Bluditet",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"language": "Nyelv",
"plugin": "Plugin",
"plugins": "Bővitmények kezelése",
"developers": "Developers",
"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 a blogon!",
"welcome": "Üdvözöljük!",
"logout": "Kilépés",
"website": "Weboldal",
"publish": "Közzététel",
"manage": "Bejegyzések szerkesztése",
"content": "Haladó beállítások. Például: Hozzászólások engedélyezése vagy tiltása, kategóriák kiválasztása, stb.",
"category": "Category",
"categories": "Categories",
"users": "Felhasználók hozzászólásainak engedélyezése",
"manage": "Kezelés",
"content": "Tartalom",
"category": "Kategória",
"categories": "Kategóriák",
"users": "Felhasználók",
"settings": "Beállítások",
"general": "Általános beállítások",
"advanced": "Bejegyzés haladó beállításai",
"new-content": "New content",
"manage-content": "Manage content",
"add-new-content": "Add new content",
"new-category": "New category",
"you-do-not-have-sufficient-permissions": "Nem rendelkezik megfelelő engedélyekkel az oldal eléréséhez, lépjen kapcsolatba a rendszergazdával!",
"add-a-new-user": "Új felhasználó:",
"url-associated-with-the-content": "URL associated with the content.",
"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": "Plugin activated",
"plugin-deactivated": "Plugin deactivated",
"new-theme-configured": "New theme configured",
"settings-changes": "Changes on settings",
"plugin-configured": "Plugin configured",
"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": "Vázlatok",
"title": "Írja be a címet",
"save": "Változások mentése",
"save-as-draft": "Save as draft",
"drafts": "Piszkozatok",
"title": "Cím",
"save": "Mentés",
"save-as-draft": "Mentés piszkozatként",
"cancel": "Mégse",
"description": "Rövid leírás. Maximum 150 karakter lehet.",
"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épek",
"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",
@ -117,21 +117,21 @@
"published": "A bejegyzés sikeresen közzétéve",
"draft": "Piszkozat",
"empty-title": "Üres cím",
"empty": "empty",
"date": "Válasszon egy időzónát, a helyes idő megjelenítéséért!",
"external-cover-image": "External cover image",
"parent": "Szűlő",
"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": "This field is used when you order the content by position.",
"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": "Add a new category",
"name": "Felhasználónév",
"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": "To schedule the content select the date and time, the status has to be set to \"Published\".",
"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",
@ -142,7 +142,7 @@
"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 text",
"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",
@ -156,43 +156,43 @@
"locale": "Helyi",
"date-and-time-formats": "Dátum- és időformátum",
"date-format": "Dátumformátum",
"current-format": "Jelenlegi",
"current-format": "Jelenlegi formátum",
"version": "Verziószám",
"author": "Szerző",
"activate": "Aktiválás",
"deactivate": "Deaktiválás",
"edit-category": "Edit category",
"edit-category": "Kategória szerkesztése",
"delete": "Törlés",
"password": "Jelszó",
"confirm-password": "Jelszó újra",
"editor": "WYSIWYG szerkesztő engedélyezése",
"administrator": "Adminisztrátor felhasználóneve",
"editor": "Szerkesztő",
"administrator": "Adminisztrátor",
"edit-user": "Felhasználó szerkesztése",
"edit-content": "Edit content",
"edit-content": "Tartalom szerkesztése",
"profile": "Profil",
"change-password": "Jelszó megváltoztatása",
"enabled": "Bekapcsolva",
"disable-the-user": "Disable the user",
"enabled": "Engedélyezett",
"disable-the-user": "Felhasználó letiltása",
"profile-picture": "Profilkép",
"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",
"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": "Do you want to disable the user ?",
"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": "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).",
"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!",
@ -208,76 +208,76 @@
"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": "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": "Felhasználó törlése",
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
"authentication-token": "Authentication Token",
"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": "Current status",
"current-status": "Jelenlegi állapot",
"upload-image": "Kép feltöltése",
"the-changes-have-been-saved": "A változtatások elmentve",
"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.",
"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": "Content published from scheduler",
"content-published-from-scheduler": "Tartalom publikálva ütemezőből",
"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": "Have you seen my ball?",
"pagebreak": "Page break",
"pages": "Oldal",
"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",
"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": "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",
"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 <a href=\".\/admin\/\">admin panel<\/a> with the username `admin` and the password you set on the installation process.",
@ -290,105 +290,105 @@
"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",
"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": "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",
"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": "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: <code>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 <code>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 <code>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 <code>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",
"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: <code>ÉÉÉÉ-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": "<code>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": "<code>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": "<code>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": "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.",
"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": "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 <code>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 <b>Publish<\/b> or if you still working on it click on <b>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",
"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 <code>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 <b>Közzététel</b> gombra, vagy ha továbbra is dolgozik rajta, kattintson a <b>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": "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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
}
"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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>dokumentációban<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Kezdjen el írni, hogy megjelenjen a javaslatok listája.",
"view": "Nézet"
}

View File

@ -3,10 +3,10 @@
"native": "日本語 (Japanese)",
"english-name": "日本語",
"locale": "ja, ja_JP",
"last-update": "2019-06-25",
"last-update": "2020-01-13",
"authors": [
"Jun Nogata",
"",
"cai_miao",
"",
""
]
@ -60,9 +60,9 @@
"language": "言語",
"plugin": "プラグイン",
"plugins": "プラグイン",
"developers": "開発",
"developers": "開発者向け",
"themes": "テーマ",
"about": "サイトについて",
"about": "バージョン情報",
"url": "URL",
"welcome": "ようこそ",
"logout": "ログアウト",
@ -117,13 +117,13 @@
"status": "状態",
"published": "公開済み",
"draft": "下書き",
"empty-title": "タイトルが入っていません",
"empty-title": "タイトルがありません",
"empty": "空",
"date": "日付",
"external-cover-image": "外部カバー画像",
"parent": "親",
"full-image-url": "完全な画像URL.",
"this-field-is-used-when-you-order-the-content-by-position": "このフィールドは、コンテンツを位置別に並べ替えに使用されます。",
"full-image-url": "完全な画像URL",
"this-field-is-used-when-you-order-the-content-by-position": "このフィールドは、コンテンツを位置順に並べ替える時に使用されます。",
"position": "位置",
"friendly-url": "フレンドリーURL",
"image-description": "画像の説明",
@ -137,14 +137,14 @@
"role": "権限グループ",
"registered": "作成日時",
"site-information": "サイト情報",
"site-title": "サイトタイトル",
"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": "各ページ下部に表示する簡単なテキストを追加します。例: 著作権表示, 所有者, 日付など。",
"you-can-add-a-small-text-on-the-bottom": "各ページ下部に表示する簡単なテキストを追加します。例:著作権表示、所有者、日付など。",
"social-networks-links": "ソーシャルネットワークリンク",
"site-url": "サイトURL",
"email-account-settings": "メールアカウント設定",
@ -158,7 +158,7 @@
"date-and-time-formats": "日付と時刻の書式",
"date-format": "日付の書式",
"current-format": "現在の書式",
"version": "バージョン:",
"version": "バージョン",
"author": "投稿者",
"activate": "有効化",
"deactivate": "停止",
@ -177,23 +177,23 @@
"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": "ユーザーを無効にしますか?",
"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": "ページ表示件数",
"items-per-page": "表示件数",
"invite-a-friend-to-collaborate-on-your-site": "サイトで共同作業をする友人を招待します",
"number-of-items-to-show-per-page": "1ページあたりに表示するコンテンツ件数を指定します。",
"number-of-items-to-show-per-page": "1ページあたりに表示するアイテムの件数を指定します。",
"website-or-blog": "Webサイトまたはブログ",
"order-content-by": "コンテンツ表示順",
"order-content-by": "表示順",
"edit-or-delete-content-from-your-site": "サイトからコンテンツを編集または削除する",
"order-the-content-by-date-to-build-a-blog": "コンテンツを日付順に並べてブログ、もしくは位置順に並べてWebサイトを構築します。",
"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を有効にしている場合のみ)を含めた完全な形で入力します。",
"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": "言語を選択してください",
@ -228,10 +228,10 @@
"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": "すべてのフィールドを埋めました",
"static": "固定ページ",
"complete-all-fields": "すべてのフィールドを埋めま",
"static": "静的ページ",
"about-your-site-or-yourself": "サイトや自分について",
"homepage": "ホームページ",
"disabled": "無効",
@ -248,7 +248,7 @@
"content-deleted": "コンテンツを削除しました",
"undefined": "未定義",
"create-new-content-for-your-site": "サイトのコンテンツを作成する",
"order-items-by": "Order items by",
"order-items-by": "並び順:",
"all-content": "すべてのコンテンツ",
"dynamic": "動的",
"type": "タイプ",
@ -258,7 +258,7 @@
"latest-content": "最新のコンテンツ",
"default-message": "デフォルトメッセージ",
"no-parent": "親がありません",
"have-you-seen-my-ball": "私のボールを見ましたか?",
"have-you-seen-my-ball": "私のボールを見ましたか",
"pagebreak": "改ページ",
"pages": "ページ",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "プラグインは、このバージョンのBluditではサポートされていない可能性があります。",
@ -280,19 +280,19 @@
"minutes": "分",
"minute": "分",
"example-page-1-slug": "create-your-own-content",
"example-page-1-title": "コンテンツを作成する",
"example-page-1-title": "コンテンツを作成しましょう",
"example-page-1-content": "コンテンツを書き始めたり、コンテンツを編集しましょう。コンテンツを作成、編集、削除をするには、ユーザー名 `admin` とインストール時に設定したパスワードを使用して <a href=\".\/admin\/\">管理パネル<\/a> にログインします。",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "サイトを設定する",
"example-page-2-title": "サイトを設定しましょう",
"example-page-2-content": "<a href=\".\/admin\/\">管理パネル<\/a> からサイトの設定を更新しましょう。タイトルや説明、SNSの設定などが <a href=\".\/admin\/settings\"> 設定 > 一般<\/a> から変更できます。",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Bluditをフォローする",
"example-page-3-title": "Bluditをフォローしましょう",
"example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a> や <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> 、 <a href=\"https:\/\/www.youtube.com\/c\/Bluditcms\" target=\"_blank\">YouTube<\/a>のSNSをフォローするか、私たちの<a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>をご覧ください。",
"example-page-4-slug": "about",
"example-page-4-title": "サイトについて",
"example-page-4-content": "Aboutページはサイトでよく読まれるページです。あなたの名前や自分について、連絡方法、サイトのことや、きっかけ、必要な事柄などを簡単に記述します。",
"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": "現在、投稿を予約したページはありません。",
"update": "更新",
"template": "テンプレート",
@ -302,12 +302,12 @@
"delete-user-and-delete-content": "ユーザーとコンテンツを削除 (警告)",
"social-networks": "ソーシャルネットワーク",
"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": "先頭固定表示",
"are-you-sure-you-want-to-delete-this-page": "このページを削除してもよろしいですか",
"sticky": "固定ページ",
"actions": "操作",
"edit": "編集",
"options": "オプション",
@ -316,8 +316,8 @@
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "CDNや画像サーバーなどにあるカバー画像の外部URLを設定します。",
"user": "ユーザー",
"date-format-format": "日付の書式: <code>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": "コンテンツを位置に並べる時に使用するフィールドです。",
"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": "このページに <code>noindex<\/code> を適用。",
@ -329,7 +329,7 @@
"uncategorized": "未分類",
"done": "完了",
"delete-category": "カテゴリーを削除します",
"are-you-sure-you-want-to-delete-this-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を許可",
@ -338,8 +338,8 @@
"tag": "タグ",
"drag-and-drop-to-sort-the-plugins": "ドラッグ・アンド・ドロップをしてプラグインを並び替えます。",
"seo": "SEO",
"documentation": "文書",
"forum-support": "フォーラムサポート",
"documentation": "マニュアル",
"forum-support": "掲示板サポート",
"chat-support": "チャットサポート",
"quick-links": "クイックリンク",
"leave-empty-for-autocomplete-by-bludit": "Bluditの自動補完のために空のままにしてください。",
@ -354,7 +354,7 @@
"first": "最初",
"last": "最後",
"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": "現在、下書きのページはありません。",
"good-morning": "おはようございます",
"good-afternoon": "こんにちは",
@ -385,11 +385,11 @@
"search-plugins": "プラグインを検索",
"enabled-plugins": "使用中のプラグイン",
"disabled-plugins": "停止中のプラグイン",
"remove-logo": "ロゴを削除",
"remove-logo": "ロゴを削除する",
"preview": "プレビュー",
"author-can-write-and-edit-their-own-content": "投稿者: コンテンツを書いたり編集できます。編集者: 自分以外のコンテンツも書いたり編集できます。",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Define custom fields for the content. Learn more about custom fields in the <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
}
"custom-fields": "カスタムフィールド",
"define-custom-fields-for-the-content": "コンテンツのカスタムフィールドを定義します。カスタムフィールドの詳細については、<a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>ドキュメント<\/a>をご覧ください。",
"start-typing-to-see-a-list-of-suggestions": "文字を入力すると候補を表示します。",
"view": "閲覧"
}

View File

@ -3,11 +3,11 @@
"native": "Português (Brasil)",
"english-name": "Portuguese (Brazil)",
"locale": "pt_BR",
"last-update": "2018-06-10",
"last-update": "2020-02-15",
"authors": [
"Jacques Schlender (@jcqSCH)",
"Marcelo",
"",
"Fabiano Santos (@fabianosantosnet)",
""
]
},
@ -291,105 +291,105 @@
"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": "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?",
"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": "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: <code>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 <code>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 <code>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 <code>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 part of the system.",
"variables-allowed": "Variables allowed",
"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: <code>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 <code>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 <code>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 <code>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": "Drag and Drop to sort the plugins.",
"drag-and-drop-to-sort-the-plugins": "Arraste e Solte para ordenar os 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 <code>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 <b>Publish<\/b> or if you still working on it click on <b>Save as draft<\/b>.",
"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 <code>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 <b>PUBLICAR<\/b> ou se você ainda trabalhando nisso clique em <b>Salvar como rascunho<\/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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
}
"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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentação<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Comece a digitar para ver uma lista de sugestões.",
"view": "Ver"
}

View File

@ -3,11 +3,11 @@
"native": "Português (Portugal)",
"english-name": "Portuguese (Portugal)",
"locale": "pt_PT",
"last-update": "2018-06-10",
"last-update": "2020-02-03",
"authors": [
"Jacques Schlender (@jcqSCH)",
"Ricardo Pinto",
"",
"João Botelho (@LimonadaPT)",
""
]
},
@ -55,7 +55,7 @@
"manage-categories": "Gerir categorias",
"general-settings": "Ajustes gerais",
"advanced-settings": "Ajustes avançados",
"thanks-for-supporting-bludit": "Agradecemos por apoiar o Bludit",
"thanks-for-supporting-bludit": "Obrigado por apoiar o Bludit",
"upgrade-to-bludit-pro": "Adquirir Bludit PRO",
"language": "Idioma",
"plugin": "Plugin",
@ -82,7 +82,7 @@
"new-category": "Nova categoria",
"you-do-not-have-sufficient-permissions": "Não tens permissão o suficiente para submeter esta ação.",
"add-a-new-user": "Adicionar novo utilizador",
"url-associated-with-the-content": "URL associada ao conteúdo.",
"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",
@ -99,7 +99,7 @@
"save-as-draft": "Guardar como rascunho",
"cancel": "Cancelar",
"description": "Descrição",
"this-field-can-help-describe-the-content": "Este campo pode ajudar a descrever o conteúdo em poucas palavras. Não mais de 150 caracteres.",
"this-field-can-help-describe-the-content": "Este campo ajuda a descrever o conteúdo em poucas palavras. Não mais de 150 caracteres.",
"images": "Imagens",
"error": "Erro",
"supported-image-file-types": "Tipos de ficheiros de imagem suportados",
@ -122,8 +122,8 @@
"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 é utilizado quando escolhes ordenar o conteúdo por posição.",
"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",
@ -138,11 +138,11 @@
"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 tuas páginas.",
"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 teu 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 em teu 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",
@ -151,9 +151,9 @@
"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 teu site.",
"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 tua região para que datas e horas sejam exibidas corretamente no teu site.",
"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",
@ -175,28 +175,28 @@
"enabled": "Activado",
"disable-the-user": "Desactivar o utilizador",
"profile-picture": "Foto do perfil",
"edit-or-delete-your-categories": "Editar ou apagar tuas categorias",
"create-a-new-category-to-organize-your-content": "Criar nova categoria para organizar teu conteúdo",
"confirm-delete-this-action-cannot-be-undone": "Confirmas que vais apagar? Após proceder, esta acção não poderá ser revertida.",
"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 em teu site",
"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.",
"page-not-found-content": "Poxa! Parece que a página solicitada não existe.",
"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 completa do teu site, contendo o protocolo HTTP ou HTTPS (apenas poderá conter HTTPS se houver SSL habilitado em teu 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 teu visitante. Para isto, os locais devem estar instalados em teu sistema.",
"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 teu idioma",
"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 <b>< admin ><\/b>",
"show-password": "Exibir senha",
@ -206,7 +206,7 @@
"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 então senha incorrecta",
"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 teu site ou então de ti 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",
@ -224,15 +224,15 @@
"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 ao menos 6 caracteres",
"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 teu site ou então de ti mesmo",
"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.",
@ -270,7 +270,7 @@
"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 de mim",
"remember-me": "Lembrar-me",
"plugins-position": "Posições dos plugins",
"plugins-sorted": "Plugins classificados",
"plugins-position-changed": "As posições dos plugins foram alteradas",
@ -291,105 +291,105 @@
"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": "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.",
"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": "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",
"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": "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: <code>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 <code>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 <code>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 <code>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",
"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: <code>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 <code>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 <code>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 <code>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?": "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",
"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": "Drag and Drop to sort the plugins.",
"drag-and-drop-to-sort-the-plugins": "Arrastar (Drag and Drop) para re-ordenar os plugins.",
"seo": "SEO",
"documentation": "Documentation",
"documentation": "Documentação",
"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 <code>admin<\/code>",
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"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 <code>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": "The content is saved as a draft. To publish it click on the button <b>Publish<\/b> or if you still working on it click on <b>Save as draft<\/b>.",
"the-content-is-saved-as-a-draft-to-publish-it": "O conteúdo está gravado como rascunho. Para publicar clica no butão <b>Publicar<\/b>, ou caso ainda estejas a trabalhar no conteúdo clica em <b>Gravar como rascunho<\/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",
"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": "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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
}
"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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>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"
}

View File

@ -7,7 +7,7 @@
"authors": [
"Сергей Ворон https:\/\/voron.pw",
"Макс Костиков https:\/\/kostikov.co",
"Paul https:\/\/r-e-d.red",
"Paul https:\/\/paul.bid",
""
]
},
@ -56,7 +56,7 @@
"general-settings": "Общие настройки",
"advanced-settings": "Расширенные настройки",
"thanks-for-supporting-bludit": "Спасибо за поддержку Bludit",
"upgrade-to-bludit-pro": "Обновить до Bludit PRO",
"upgrade-to-bludit-pro": "Улучшить до Bludit PRO",
"language": "Язык",
"plugin": "Плагин",
"plugins": "Плагины",
@ -132,7 +132,7 @@
"username": "Логин",
"first-name": "Имя",
"last-name": "Фамилия",
"to-schedule-the-content-select-the-date-and-time": "Укажите дату и время когда эта запись будет \"Опубликована\".",
"to-schedule-the-content-select-the-date-and-time": "Укажите дату и время когда эта запись будет «Опубликована».",
"email": "Email",
"role": "Роль",
"registered": "Зарегистрирован",
@ -140,14 +140,14 @@
"site-title": "Заголовок сайта",
"use-this-field-to-name-your-site": "Используйте это поле, для названия сайта, оно появится в верхней части каждой страницы сайта.",
"site-slogan": "Слоган",
"use-this-field-to-add-a-catchy-phrase": "Используйте это поле, чтобы добавить броскую фразу на сайте.",
"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",
"email-account-settings": "Настройки email учётной записи",
"sender-email": "Email отправителя",
"emails-will-be-sent-from-this-address": "Письма будут отправлены с этого адреса.",
"url-filters": "URL фильтры",
@ -196,7 +196,7 @@
"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": "Выберете ваш язык",
"choose-your-language": "Выберете Ваш язык",
"next": "Вперёд",
"complete-the-form-choose-a-password-for-the-username-admin": "Выберете пароль для пользователя «admin»",
"show-password": "Показать пароль",
@ -204,10 +204,10 @@
"login": "Вход",
"back-to-login-form": "Назад к форме входа",
"get-login-access-code": "Получить код доступа для входа",
"email-access-code": "Проверочный код email",
"email-access-code": "Проверочный код по email",
"whats-next": "Что дальше",
"username-or-password-incorrect": "Неверный логин или пароль",
"follow-bludit-on": "Следуйте за Bludit в",
"follow-bludit-on": "Подписывайтесь на Bludit в",
"this-is-a-brief-description-of-yourself-our-your-site": "Это краткое описание о Вас или о сайте, чтобы изменить этот текст перейдите в панель управления, настройки, плагины и настройте плагин about.",
"new-version-available": "Доступна новая версия",
"new-category-created": "Новая категория создана",
@ -225,7 +225,7 @@
"label": "Метка",
"links": "Ссылки",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Этот заголовок почти всегда используется на боковой панели сайта.",
"password-must-be-at-least-6-characters-long": "Пароль должен содержать как минимум 6 символов",
"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": "Запланированная запись опубликована",
@ -261,7 +261,7 @@
"have-you-seen-my-ball": "Ты мой мячик видел?",
"pagebreak": "Разрыв страницы",
"pages": "Страницы",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Данный плагин может не поддерживаться текущей версией Bludit",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "Этот плагин может не поддерживаться текущей версией Bludit",
"previous": "Назад",
"previous-page": "Предыдущая страница",
"next-page": "Следующая страница",
@ -281,16 +281,16 @@
"minute": "минут",
"example-page-1-slug": "создайте-свою-собственную-запись",
"example-page-1-title": "Создайте свою собственную запись",
"example-page-1-content": "Начните писать свой собственный контент или отредактируйте текущий, чтобы он соответствовал вашим потребностям. Для создания, редактирования или удаления записей вам необходимо войти в [панель управления](.\/admin) с именем пользователя `admin` и паролем, который вы установили в процессе установки.",
"example-page-1-content": "Начните писать свой собственный контент или отредактируйте текущий, чтобы он соответствовал Вашим потребностям. Для создания, редактирования или удаления записей Вам необходимо войти в [панель управления](.\/admin) с именем пользователя `admin` и паролем, который Вы установили в процессе установки.",
"example-page-2-slug": "настройте-свой-новый-сайт",
"example-page-2-title": "Настройте свой новый сайт",
"example-page-2-content": "Обновите настройки своего сайта в [панели управления](.\/admin), вы можете изменить название, описание и социальные сети в [Настройки > Общие](.\/admin\/settings).",
"example-page-2-content": "Обновите настройки своего сайта в [панели управления](.\/admin), Вы можете изменить название, описание и социальные сети в [Настройки > Общие](.\/admin\/settings).",
"example-page-3-slug": "следуйте-за-bludit",
"example-page-3-title": "Следуйте за Bludit",
"example-page-3-content": "Получите информацию о новостях, новых релизах, новых темах или новых плагинах в наших социальных сетях <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> и <a href=\"https:\/\/www.youtube.com\/c\/Bluditcms\" target=\"_blank\">YouTube<\/a> или посетите наш [Блог](https:\/\/blog.bludit.com).",
"example-page-4-slug": "о-нас",
"example-page-4-title": "О нас",
"example-page-4-content": "Ваша страница «О нас», как правило, является одной из самых посещаемых страниц вашего сайта, должна быть простой с несколькими ключевыми вещами, такими как ваше имя, кто вы, как с вами связаться, небольшая история и т.д.",
"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": "В настоящее время нет запланированных публикаций.",
@ -331,12 +331,12 @@
"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": "Разрешить символы Unicode в URL и других частях системы.",
"variables-allowed": "Переменные разрешены",
"tag": "Тег",
"drag-and-drop-to-sort-the-plugins": "Отсортируйте плагин перетаскиванием.",
"drag-and-drop-to-sort-the-plugins": "Отсортируйте плагины перетаскиванием.",
"seo": "SEO",
"documentation": "Документация",
"forum-support": "Форум поддержки",
@ -349,7 +349,7 @@
"insert": "Вставить",
"upload": "Загрузить",
"autosave": "Автосохранение",
"the-content-is-saved-as-a-draft-to-publish-it": "Содержимое сохранено как черновик. Для публикации нажимте на кнопку <b>Опубликовать<\/b> или вы можете продолжить редактирование нажав на <b>Сохранить как черновик<\/b>.",
"the-content-is-saved-as-a-draft-to-publish-it": "Содержимое сохранено как черновик. Для публикации нажимте на кнопку <b>Опубликовать<\/b> или Вы можете продолжить редактирование нажав на <b>Сохранить как черновик<\/b>.",
"site": "Сайт",
"first": "Первый",
"last": "Последний",
@ -388,8 +388,8 @@
"remove-logo": "Удалить логотип",
"preview": "Предпросмотр",
"author-can-write-and-edit-their-own-content": "Автор: Может писать и редактировать собственные записи. Редактор: может писать и редактировать как свои записи, так и других пользователей.",
"custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Define custom fields for the content. Learn more about custom fields in the <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
}
"custom-fields": "Настраиваемые поля",
"define-custom-fields-for-the-content": "Определите настраиваемые поля для содержимого. Узнайте больше о пользовательских полях в <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>документации<\/a> (только на английском).",
"start-typing-to-see-a-list-of-suggestions": "Начните писать, чтобы увидеть список подсказок.",
"view": "Просмотр"
}

View File

@ -3,7 +3,7 @@
"native": "Türkçe",
"english-name": "Turkish",
"locale": "tr, tr_TR",
"last-update": "2018-02-06",
"last-update": "2019-12-28",
"authors": [
"Ali Demirtas",
"",
@ -378,18 +378,18 @@
"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": "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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
}
"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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>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"
}

View File

@ -1,70 +1,70 @@
{
"language-data": {
"native": "简体中文(PRC)",
"english-name": "Simplified Chinese",
"last-update": "2018-05-30",
"native": "中文(简体,中华人民共和国)",
"english-name": "Chinese (Simplified, PRC)",
"last-update": "2023-04-29",
"authors": [
"Zhou Hao",
"Zhou Tao",
"",
"cai_miao",
""
]
},
"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"
"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": "管理",
"dashboard": "总览",
"manage-users": "管理用户",
"manage-categories": "管理分类",
"general-settings": "一般设定",
"advanced-settings": "高级设",
"thanks-for-supporting-bludit": "Thanks for support Bludit",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"general-settings": "常规设置",
"advanced-settings": "高级设",
"thanks-for-supporting-bludit": "感谢您支持 Bludit",
"upgrade-to-bludit-pro": "升级到 Bludit PRO",
"language": "语言",
"plugin": "Plugin",
"plugin": "插件",
"plugins": "插件",
"developers": "Developers",
"developers": "开发参考",
"themes": "主题",
"about": "关于",
"about": "关于Bludit",
"url": "URL",
"welcome": "欢迎",
"logout": "登出",
"logout": "注销",
"website": "网站",
"publish": "发布",
"manage": "管理",
@ -72,42 +72,42 @@
"category": "分类",
"categories": "分类",
"users": "用户",
"settings": "设",
"general": "一般设定",
"advanced": "高级设定",
"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.",
"url-associated-with-the-content": "与文章关联的URL",
"language-and-timezone": "语言与时区",
"change-your-language-and-region-settings": "更改您所使用的语言与地区设",
"change-your-language-and-region-settings": "更改您所使用的语言与地区设",
"notifications": "通知",
"plugin-activated": "激活插件",
"plugin-deactivated": "禁用插件",
"plugin-activated": "插件已激活",
"plugin-deactivated": "插件已禁用",
"new-theme-configured": "配置新主题",
"settings-changes": "设置变更",
"plugin-configured": "插件已配置",
"welcome-to-bludit": "欢迎使用Bludit",
"statistics": "统计",
"statistics": "统计数据",
"drafts": "草稿",
"title": "标题",
"save": "保存",
"save-as-draft": "保存为草稿",
"cancel": "取消",
"description": "摘要",
"this-field-can-help-describe-the-content": "這個字段可以帮助快速理解內不能超过150个字",
"this-field-can-help-describe-the-content": "此字段可以帮助快速理解内不能超过150个字",
"images": "图片",
"error": "错误",
"supported-image-file-types": "可以上传的文件格式",
"cover-image": "封面图片",
"drag-and-drop-or-click-here": "拖曳您的图片到这里或是点选这里选择图片",
"drag-and-drop-or-click-here": "拖放您的图片到这里或是点此选择图片",
"there-are-no-images": "无图片",
"upload-and-more-images": "上传更多图片",
"click-on-the-image-for-options": "点击图片显示选项.",
"click-here-to-cancel": "点击这里取消.",
"click-on-the-image-for-options": "点击图片显示选项",
"click-here-to-cancel": "点此取消。",
"insert-image": "插入图片",
"set-as-cover-image": "设置为封面图片",
"delete-image": "删除",
@ -119,10 +119,10 @@
"empty-title": "空白标题",
"empty": "empty",
"date": "日期",
"external-cover-image": "互联网封面图片",
"parent": "继承页面",
"full-image-url": "完整的图片URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"external-cover-image": "外部封面图片",
"parent": "页面",
"full-image-url": "完整的图片URL",
"this-field-is-used-when-you-order-the-content-by-position": "当你设置为按位置排序文章时,此字段将被使用。",
"position": "位置",
"friendly-url": "自定义链接",
"image-description": "图片描述",
@ -131,11 +131,11 @@
"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\".",
"to-schedule-the-content-select-the-date-and-time": "若需定时发布文章,除了选定日期与时间,文章状态必需设置为“已发布”。",
"email": "电子邮件",
"role": "角色",
"registered": "已注册",
"site-information": "网站资讯",
"site-information": "网站信息",
"site-title": "网站标题",
"use-this-field-to-name-your-site": "使用此字段来填写您网站名称,它將会被显示在每一个页面的最上方",
"site-slogan": "网站标语",
@ -146,10 +146,10 @@
"you-can-add-a-small-text-on-the-bottom": "您可以在每一页的页尾放置一些短短的文字,例如: 版权、所有人、日期...",
"social-networks-links": "社交网络",
"site-url": "网站网址",
"email-account-settings": "Email账户设定",
"email-account-settings": "电邮账户设置",
"sender-email": "发送者email",
"emails-will-be-sent-from-this-address": "Emails將会被从此地址发送",
"url-filters": "网址过滤器",
"emails-will-be-sent-from-this-address": "电邮会以此地址发送",
"url-filters": "URL过滤器",
"select-your-sites-language": "选择您所使用的语言",
"timezone": "时区",
"select-a-timezone-for-a-correct": "选择正确的时区来显示时间",
@ -173,62 +173,62 @@
"change-password": "更改密码",
"enabled": "启用",
"disable-the-user": "禁用用户",
"profile-picture": "大头帖",
"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": "你真的想要禁用这个用户吗 ?",
"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.",
"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",
"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": "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": "404页面",
"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 when the page doesn't exist, leave it blank if you wantto returns a default message.",
"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 安裝程式",
"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 access code",
"whats-next": "接下來",
"login": "登",
"back-to-login-form": "返回登页面",
"get-login-access-code": "获得登录访问代码 (Access Code)",
"email-access-code": "电邮发送访问代码",
"whats-next": "后续步骤",
"username-or-password-incorrect": "用户账号或者密码不正确",
"follow-bludit-on": "Follow Bludit on",
"this-is-a-brief-description-of-yourself-our-your-site": "这是关于您自己或是网站的简短介绍,如果想要修改,请至管理界面\/设置\/插件,设置一个名为“关于”的插件",
"new-version-available": "New version available",
"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",
"recommended-for-recovery-password-and-notifications": "建议用于重置密码与获取通知",
"authentication-token": "身份验证令牌",
"token": "令牌",
"current-status": "当前状态",
"upload-image": "上传图片",
"the-changes-have-been-saved": "变更已储存",
"label": "Label",
"links": "Links",
"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": "Blog",
"blog": "博客",
"complete-all-fields": "Complete all fields",
"static": "静态页面",
"about-your-site-or-yourself": "About your site or yourself",
@ -238,34 +238,34 @@
"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": "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": "撰写新文章",
"content-edited": "编辑文章",
"content-deleted": "删除文章",
"scheduled-content": "定时发布文章",
"there-are-no-scheduled-content": "没有定时发布的文章。",
"new-content-created": "新文章已创建",
"content-edited": "文章已编辑",
"content-deleted": "文章已删除",
"undefined": "未定义",
"create-new-content-for-your-site": "为您的网站撰写新文章",
"order-items-by": "Order items by",
"order-items-by": "排序方式",
"all-content": "所有文章",
"dynamic": "Dynamic",
"type": "Type",
"dynamic": "动态",
"type": "类型",
"draft-content": "草稿",
"post": "Post",
"post": "发表",
"default": "默认",
"latest-content": "最新文章",
"default-message": "默认信息",
"no-parent": "无父类页面",
"have-you-seen-my-ball": "Have you seen my ball?",
"pagebreak": "Page break",
"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": "Scheduled",
"this-token-is-similar-to-a-password-it-should-not-be-shared": "这个Token类似于密码请勿分享给他人.",
"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": "继续阅读...",
@ -273,7 +273,7 @@
"plugins-position": "插件位置",
"plugins-sorted": "插件已排序",
"plugins-position-changed": "插件位置已更改",
"drag-and-drop-to-set-the-position-of-the-plugin": "拖拽插件设置在侧边栏的位置",
"drag-and-drop-to-set-the-position-of-the-plugin": "拖放以设置插件的位置",
"change-the-position-of-the-plugins": "更改插件位置",
"reading-time": "阅读需时",
"minutes": "分钟",
@ -293,27 +293,27 @@
"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",
"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": "Social Networks",
"interval": "Interval",
"social-networks": "社交网络(SNS)",
"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",
"extreme-friendly-url": "特别友好 URL",
"title-formats": "标题格式",
"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",
"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": "User",
"user": "用户",
"date-format-format": "Date format: <code>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",
@ -325,31 +325,31 @@
"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 <code>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",
"uncategorized": "未分类",
"done": "完成",
"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",
"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": "允许 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",
"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",
"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 <code>admin<\/code>",
"access-denied": "Access denied",
"access-denied": "拒绝访问",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
"upload": "Upload",
"autosave": "Autosave",
"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 <b>Publish<\/b> or if you still working on it click on <b>Save as draft<\/b>.",
"site": "Site",
"site": "站点",
"first": "First",
"last": "Last",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.",
@ -361,34 +361,34 @@
"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",
"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": "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",
"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": "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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
}
"start-typing-to-see-a-list-of-suggestions": "输入内容以显示操作的建议。",
"view": "查看"
}

View File

@ -1,10 +1,10 @@
{
"language-data": {
"native": "Traditional Chinese (Taiwan)",
"native": "繁體中文 (台灣Taiwan)",
"english-name": "Traditional Chinese",
"last-update": "2015-12-10",
"last-update": "2019-11-24",
"authors": [
"Ethan Chen http:\/\/single4.ml",
"Ethan Chen http:\/\/ethan42411.ml",
"",
"",
""
@ -18,13 +18,13 @@
"Fri": "Fri",
"Sat": "Sat",
"Sun": "Sun",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday",
"Sunday": "Sunday",
"Monday": "星期一",
"Tuesday": "星期二",
"Wednesday": "星期三",
"Thursday": "星期四",
"Friday": "星期五",
"Saturday": "星期六",
"Sunday": "星期日",
"Jan": "Jan",
"Feb": "Feb",
"Mar": "Mar",
@ -36,102 +36,102 @@
"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"
"January": "一月",
"February": "二月",
"March": "三月",
"April": "四月",
"May": "五月",
"June": "六月",
"July": "七月",
"August": "八月",
"September": "九月",
"October": "十月",
"November": "十一月",
"December": "十二月"
},
"dashboard": "主頁面",
"manage-users": "管理使用者",
"manage-categories": "Manage categories",
"manage-categories": "管理分類",
"general-settings": "一般設定",
"advanced-settings": "進階設定",
"thanks-for-supporting-bludit": "Thanks for support Bludit",
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
"thanks-for-supporting-bludit": "感謝支持Bludit",
"upgrade-to-bludit-pro": "升級至Bludit PRO",
"language": "語言",
"plugin": "Plugin",
"plugin": "延伸模組",
"plugins": "延伸模組",
"developers": "Developers",
"developers": "開發者",
"themes": "佈景主題",
"about": "關於",
"url": "URL",
"welcome": "Welcome",
"url": "網址",
"welcome": "歡迎",
"logout": "登出",
"website": "網站",
"publish": "發表",
"manage": "管理",
"content": "內容",
"category": "Category",
"categories": "Categories",
"category": "分類",
"categories": "分類",
"users": "使用者",
"settings": "設定",
"general": "一般設定",
"advanced": "進階設定",
"new-content": "New content",
"manage-content": "Manage content",
"add-new-content": "Add new content",
"new-category": "New category",
"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.",
"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",
"notifications": "通知",
"plugin-activated": "延伸模組已啟用",
"plugin-deactivated": "延伸模組已關閉",
"new-theme-configured": "新佈景主題已設定",
"settings-changes": "變更設定",
"plugin-configured": "延伸模組已設定",
"welcome-to-bludit": "歡迎使用Bludit",
"statistics": "統計",
"drafts": "草稿",
"title": "標題",
"save": "儲存",
"save-as-draft": "Save as draft",
"save-as-draft": "儲存成草稿",
"cancel": "取消",
"description": "簡介",
"this-field-can-help-describe-the-content": "這個欄位可以幫助快速理解內容不能超過150個字",
"images": "圖片",
"error": "錯誤",
"supported-image-file-types": "可以上傳的檔案格式",
"cover-image": "Cover image",
"cover-image": "封面圖片",
"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.",
"there-are-no-images": "目前沒有圖片",
"upload-and-more-images": "上傳更多圖片",
"click-on-the-image-for-options": "點選圖片來進行設定",
"click-here-to-cancel": "點選此處來取消",
"insert-image": "插入圖片",
"set-as-cover-image": "Set as cover image",
"delete-image": "Delete image",
"set-as-cover-image": "設為封面圖片",
"delete-image": "刪除圖片",
"tags": "標籤",
"add": "新增",
"status": "狀態",
"published": "已發表",
"draft": "草稿",
"empty-title": "空白標題",
"empty": "empty",
"empty": "空白",
"date": "日期",
"external-cover-image": "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.",
"full-image-url": "全圖網址",
"this-field-is-used-when-you-order-the-content-by-position": "當您依照位置排序內容,此欄位將會被使用",
"position": "位置",
"friendly-url": "友善網址",
"image-description": "Image description",
"add-a-new-category": "Add a new category",
"image-description": "圖片描述",
"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\".",
"to-schedule-the-content-select-the-date-and-time": "選取時間日期來進行此內容發表排程,狀態必須設定成\"發表\"",
"email": "Email",
"role": "角色",
"registered": "已註冊",
@ -144,7 +144,7 @@
"you-can-add-a-site-description-to-provide": "您可以新增一段簡短的簡介來介紹您的網站",
"footer-text": "頁尾文字",
"you-can-add-a-small-text-on-the-bottom": "您可以在每一頁的頁尾放置一些短短的文字,例如: 版權、所有人、日期...",
"social-networks-links": "Social networks links",
"social-networks-links": "社群網站連結",
"site-url": "網站網址",
"email-account-settings": "Email帳戶設定",
"sender-email": "寄件者email",
@ -156,44 +156,44 @@
"locale": "區域",
"date-and-time-formats": "日期與時間格式",
"date-format": "日期格式",
"current-format": "Current format",
"current-format": "目前格式",
"version": "版本",
"author": "作者",
"activate": "啟用",
"deactivate": "關閉",
"edit-category": "Edit category",
"edit-category": "編輯分類",
"delete": "刪除",
"password": "使用者密碼",
"confirm-password": "確認密碼",
"editor": "作者",
"administrator": "管理員",
"edit-user": "編輯使用者",
"edit-content": "Edit content",
"edit-content": "編輯內容",
"profile": "個人檔案",
"change-password": "更改密碼",
"enabled": "啟用",
"disable-the-user": "Disable the user",
"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",
"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 ?",
"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.",
"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": "Bludit 安裝程式",
"choose-your-language": "選擇您所使用的語言",
"next": "下一步",
@ -203,192 +203,192 @@
"login": "登入",
"back-to-login-form": "返回登入畫面",
"get-login-access-code": "獲得登入存取碼",
"email-access-code": "Email access code",
"email-access-code": "Email存取碼",
"whats-next": "接下來",
"username-or-password-incorrect": "使用者帳號或密碼不正確",
"follow-bludit-on": "Follow Bludit on",
"follow-bludit-on": "追蹤Bludit",
"this-is-a-brief-description-of-yourself-our-your-site": "這是關於您的自己或是網站的簡短介紹,如果想要修改介紹,請至管理介面\/設定\/延伸模組,設定一個名為關於的延伸模組。",
"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",
"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.",
"recommended-for-recovery-password-and-notifications": "建議用於恢復密碼與通知訊息",
"authentication-token": "Authentication Token",
"token": "Token",
"current-status": "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.",
"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": "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": "Have you seen my ball?",
"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": "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",
"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": "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",
"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 <a href=\".\/admin\/\">admin panel<\/a> with the username `admin` and the password you set on the installation process.",
"example-page-1-title": "建立屬於您自己的內容",
"example-page-1-content": "開始撰寫屬於您自己的內容或是編輯目前的內容來符合您的需求。想要開始新增、編輯或是移除內容您需要使用預設管理者帳號admin與安裝時設定的密碼來登入 <a href=\".\/admin\/\">管理頁面<\/a>。",
"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 <a href=\".\/admin\/\">admin panel<\/a>, you can change the title, description and the social networks from <a href=\".\/admin\/settings\" target=\"_blank\">Settings > General<\/a>.",
"example-page-2-title": "設定您的新網站",
"example-page-2-content": "更新您的網站設定透過 <a href=\".\/admin\/\">管理頁面<\/a>,您可以透過 <a href=\".\/admin\/settings\" target=\"_blank\">設定 > 一般設定<\/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 <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> and <a href=\"https:\/\/www.youtube.com\/c\/Bluditcms\" target=\"_blank\">YouTube<\/a> or visit our <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">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: <code>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 <code>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 <code>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 <code>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 part of the system.",
"variables-allowed": "Variables allowed",
"tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.",
"example-page-3-title": "追蹤 Bludit",
"example-page-3-content": "獲得更多關於新版本資訊、新佈景主題或是新的延伸模組,可以透過造訪我們的社群網站<a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a>, <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> <a href=\"https:\/\/www.youtube.com\/c\/Bluditcms\" target=\"_blank\">YouTube<\/a> 或是 <a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">部落格<\/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": "日期格式: <code>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": "在此頁面內使用 <code>noindex<\/code>",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "這將通知搜尋引擎不要將此頁面顯示於他們的搜尋結果",
"apply-code-nofollow-code-to-this-page": "在此頁面內使用 <code>nofollow<\/code>",
"this-tells-search-engines-not-to-follow-links-on-this-page": "這將通知搜尋引擎不要關注此頁面中的連結",
"apply-code-noarchive-code-to-this-page": "在此頁面內使用 <code>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": "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 <code>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 <b>Publish<\/b> or if you still working on it click on <b>Save as draft<\/b>.",
"documentation": "文件",
"forum-support": "支援討論區",
"chat-support": "支援聊天室",
"quick-links": "快速連結",
"leave-empty-for-autocomplete-by-bludit": "留空來讓Bludit自動完成",
"choose-a-password-for-the-user-admin": "幫使用者<code>admin<\/code>設定一組密碼",
"access-denied": "存取被拒",
"choose-images-to-upload": "選取圖片來進行上傳",
"insert": "插入",
"upload": "上傳",
"autosave": "自動儲存",
"the-content-is-saved-as-a-draft-to-publish-it": "此內容已被儲存為草稿。可以透過點選<b>發表<\/b>來發佈或是點選<b>儲存為草稿<\/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 <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.",
"view": "View"
"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 href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>文件<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "開始輸入以查看建議列表",
"view": "查看"
}

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"description": "Vis en lille beskrivelse af dit websted eller om dig selv.",
"name": "About"
}
}

View File

@ -2,6 +2,6 @@
"plugin-data":
{
"name": "About",
"description": "サイトや自己紹介などの簡単な説明を表示します。"
"description": "サイトやあなたについての簡単な説明を表示します。"
}
}

View File

@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.10.0",
"releaseDate": "2019-10-19",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.10.0",
"compatible": "3.12.0",
"notes": ""
}

View File

@ -0,0 +1,10 @@
{
"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. <br> Læs mere om denne udvidelse i <a href=\"https://docs.bludit.com/en/api/introduction\">API-introduktion</a>.",
"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."
}

View File

@ -2,10 +2,10 @@
"plugin-data":
{
"name": "API",
"description": "HTTPを使用してBluditと対話するインターフェースです。<br> このプラグインについては <a href=\"https:\/\/docs.bludit.com\/en\/api\/introduction\">API Introduction<\/a> を参照してください。"
"description": "HTTPを使用してBluditとやり取りするインターフェース。<br> このプラグインについては <a href=\"https:\/\/docs.bludit.com\/en\/api\/introduction\">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": "このトークンは読み取り専用トークンです。プラグインをインストールするたびに再生成されます"
"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": "このトークンは読み取り専用トークンでプラグインをインストールするたびに再生成されます"
}

View File

@ -2,10 +2,10 @@
"plugin-data":
{
"name": "API",
"description": "Интерфейс для взаимодействия с Bludit по HTTP-протоколу. <br> Узнайте больше про этот плагин в <a href=\"https://docs.bludit.com/en/api/introduction\">API Introduction</a>."
"description": "Интерфейс для взаимодействия с Bludit по HTTP-протоколу. <br>Узнайте больше про этот плагин в разделе <a href=\"https://docs.bludit.com/en/api/introduction\">API Introduction</a>."
},
"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": "Данный токен используется только для чтения, он обновляется при каждой переустановке плагина"
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Данный токен используется только для чтения, он обновляется при каждой переустановке плагина."
}

View File

@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.10.0",
"releaseDate": "2019-10-19",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.10.0",
"compatible": "3.12.0",
"notes": ""
}

View File

@ -121,6 +121,11 @@ class pluginAPI extends Plugin {
}
}
// Clean inputs
// ------------------------------------------------------------
unset($inputs['token']);
unset($inputs['authentication']);
// ENDPOINTS
// ------------------------------------------------------------
@ -131,6 +136,9 @@ class pluginAPI extends Plugin {
// (GET) /api/pages/<key>
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/<key>
@ -147,6 +155,10 @@ class pluginAPI extends Plugin {
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);
@ -182,6 +194,11 @@ class pluginAPI extends Plugin {
$username = $parameters[1];
$data = $this->getUser($username);
}
// (GET) /api/files/<page-key>
elseif ( ($method==='GET') && ($parameters[0]==='files') && !empty($parameters[1]) ) {
$pageKey = $parameters[1];
$data = $this->getFiles($pageKey);
}
else {
$this->response(401, 'Unauthorized', array('message'=>'Access denied or invalid endpoint.'));
}
@ -509,6 +526,23 @@ class pluginAPI extends Plugin {
);
}
/*
| 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
@ -641,4 +675,40 @@ class pluginAPI extends Plugin {
'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
);
}
}

View File

@ -0,0 +1,11 @@
{
"create-backup": "Opret sikkerhedskopi",
"delete-backup": "Slet sikkerhedskopi",
"download": "Download",
"plugin-data": {
"description": "Den enkle måde at tage backup af din Bludit installation på.",
"name": "Backup"
},
"restore-backup": "Gendan sikkerhedskopi",
"there-are-no-backups-for-the-moment": "Der er ingen sikkerhedskopier i øjeblikket"
}

View File

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "Backup",
"description": "手軽にBluditのバックアップを取ります。"
"description": "Bluditを簡単にバックアップします。"
},
"create-backup": "バックアップを作成",
"download": "ダウンロード",

View File

@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.10.0",
"releaseDate": "2019-10-19",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.10.0",
"compatible": "3.12.0",
"notes": ""
}

View File

@ -36,8 +36,13 @@ class pluginBackup extends Plugin {
public function adminSidebar()
{
$backups = $this->backupList();
return '<a class="nav-link" href="'.HTML_PATH_ADMIN_ROOT.'configure-plugin/'.$this->className().'">Backups <span class="badge badge-primary badge-pill">'.count($backups).'</span></a>';
global $login;
if ($login->role() === 'admin') {
$backups = $this->backupList();
return '<a class="nav-link" href="'.HTML_PATH_ADMIN_ROOT.'configure-plugin/'.$this->className().'">Backups <span class="badge badge-primary badge-pill">'.count($backups).'</span></a>';
} else {
return '';
}
}
public function form()
@ -66,7 +71,7 @@ class pluginBackup extends Plugin {
$html .= '<h4 class="font-weight-normal">'.Date::format($filename, BACKUP_DATE_FORMAT, 'F j, Y, g:i a').'</h4>';
// Allow download if a zip file
if ($this->zip) {
$html .= '<a class="btn btn-outline-secondary btn-sm mr-1 mt-1" href="'.DOMAIN_CONTENT.'workspaces/backup/'.$filename.'.zip"><span class="fa fa-download"></span> '.$L->get('download').'</a>';
$html .= '<a class="btn btn-outline-secondary btn-sm mr-1 mt-1" href="'.DOMAIN_BASE.'plugin-backup-download?file='.$filename.'.zip"><span class="fa fa-download"></span> '.$L->get('download').'</a>';
}
$html .= '<button name="restoreBackup" value="'.$filename.'" class="btn btn-outline-secondary btn-sm mr-1 mt-1" type="submit"><span class="fa fa-rotate-left"></span> '.$L->get('restore-backup').'</button>';
$html .= '<button name="deleteBackup" value="'.$filename.'" class="btn btn-outline-danger btn-sm mr-1 mt-1" type="submit"><span class="fa fa-trash"></span> '.$L->get('delete-backup').'</button>';
@ -76,6 +81,29 @@ class pluginBackup extends Plugin {
return $html;
}
/**
* Downloading Backups is not allowed by default server config
* This webhook is to allow downloads for admins
* Webhook: plugin-backup-download?file={backup-name.zip}
*/
public function beforeAll()
{
global $L;
$webhook = 'plugin-backup-download';
if ($this->webhook($webhook)) {
if (!empty($_GET['file'])) {
$login = new Login();
if ($login->role() === 'admin') {
downloadRestrictedFile(PATH_WORKSPACES.'backup/'.$_GET['file']);
} else {
Alert::set($L->g('You do not have sufficient permissions'));
Redirect::page('dashboard');
}
}
exit(0);
}
}
public function backupList()
{
if ($this->zip) {

View File

@ -1,391 +0,0 @@
{
"language-data": {
"native": "日本語 (Japanese)",
"english-name": "日本語",
"locale": "ja, ja_JP",
"last-update": "2019-06-25",
"authors": [
"Jun Nogata",
"",
"",
""
]
},
"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": "About",
"url": "URL",
"welcome": "ようこそ",
"logout": "ログアウト",
"website": "サイト",
"publish": "公開",
"manage": "管理",
"content": "コンテンツ",
"category": "カテゴリー",
"categories": "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": "ユーザー名",
"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": "Webサイトまたはブログ",
"order-content-by": "コンテンツ表示順",
"edit-or-delete-content-from-your-site": "サイトからコンテンツを編集または削除する",
"order-the-content-by-date-to-build-a-blog": "コンテンツを日付順に並べてブログ、もしくは位置順に並べてWebサイトを構築します。",
"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": "ユーザー名 <b>< 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": "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": "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": "コンテンツを書き始めたり、コンテンツを編集しましょう。コンテンツを作成、編集、削除をするには、ユーザー名 `admin` とインストール時に設定したパスワードを使用して <a href=\".\/admin\/\">管理パネル<\/a> にログインします。",
"example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "サイトを設定する",
"example-page-2-content": "<a href=\".\/admin\/\">管理パネル<\/a> からサイトの設定を更新しましょう。タイトルや説明、SNSの設定などが <a href=\".\/admin\/settings\"> 設定 > 一般<\/a> から変更できます。",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Bluditをフォローする",
"example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a> や <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> 、 <a href=\"https:\/\/www.youtube.com\/c\/Bluditcms\" target=\"_blank\">YouTube<\/a>のSNSをフォローするか、私たちの<a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>をご覧ください。",
"example-page-4-slug": "about",
"example-page-4-title": "About",
"example-page-4-content": "Aboutページは、サイトでよく読まれるページです。必要な事柄、あなたの名前や自分について、連絡方法、サイトのことや、きっかけなどを簡単に記述します。",
"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": "CDNや画像サーバーなどにあるカバー画像の外部URLを設定します。",
"user": "ユーザー",
"date-format-format": "日付の書式: <code>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": "このページに <code>noindex<\/code> を適用。",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "検索エンジンの検索結果に、このページを表示しないように設定します。",
"apply-code-nofollow-code-to-this-page": "このページに <code>nofollow<\/code> を適用。",
"this-tells-search-engines-not-to-follow-links-on-this-page": "検索エンジンに、このページからのリンクをしないように設定します。",
"apply-code-noarchive-code-to-this-page": "このページに <code>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": "<code>admin<\/code>ユーザーのパスワードを入力してください",
"access-denied": "アクセスが拒否されました",
"choose-images-to-upload": "アップロードする画像を選択",
"insert": "挿入",
"upload": "アップロード",
"autosave": "自動保存",
"the-content-is-saved-as-a-draft-to-publish-it": "内容は下書きとして保存されます。公開をするには <b>公開<\/b> ボタンをクリック、作業中の場合は <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": "投稿者: コンテンツを書いたり編集できます。編集者: 自分以外のコンテンツも書いたり編集できます。"
}

View File

@ -1,7 +0,0 @@
{
"plugin-data":
{
"name": "About",
"description": "サイトやあなたについての簡単な説明を表示します。"
}
}

View File

@ -1,11 +0,0 @@
{
"plugin-data":
{
"name": "API",
"description": "HTTPを使用してBluditとやり取りするインターフェース。<br> このプラグインについては <a href=\"https:\/\/docs.bludit.com\/en\/api\/introduction\">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": "このトークンは読み取り専用トークンで、プラグインをインストールするたびに再生成されます"
}

View File

@ -1,12 +0,0 @@
{
"plugin-data":
{
"name": "Backup",
"description": "Bluditを簡単にバックアップします。"
},
"create-backup": "バックアップを作成",
"download": "ダウンロード",
"restore-backup": "バックアップをリストア",
"delete-backup": "バックアップを削除",
"there-are-no-backups-for-the-moment": "現在、バックアップはありません"
}

View File

@ -1,7 +0,0 @@
{
"plugin-data":
{
"name": "Canonical",
"description": "カニカル正規化URLを使用すると、検索エンジンに、どのURLのコンテンツが同一コンテンツであるかを通知できます。"
}
}

View File

@ -1,8 +0,0 @@
{
"plugin-data":
{
"name": "Categories",
"description": "サイドバーにすべてのカテゴリを表示します。"
},
"hide-categories-without-content": "コンテンツのないカテゴリを非表示にする"
}

View File

@ -1,12 +0,0 @@
{
"plugin-data":
{
"name": "Disqus",
"description": "DisqusはWebサイト向けのコメントホスティングサービスです。このサービスを利用するには、<a href=\"https:\/\/disqus.com\">Disqus<\/a>に登録する必要があります。"
},
"disqus-shortname": "Disqusショートネーム",
"enable-disqus-on-pages": "ページにDisqusを使用",
"enable-disqus-on-static-pages": "固定ページにDisqusを使用",
"enable-disqus-on-sticky-pages": "先頭固定ページにDisqusを使用",
"get-the-shortname-from-the-disqus-general-settings": "Disqus一般設定からショートネームを取得します"
}

View File

@ -1,12 +0,0 @@
{
"plugin-data":
{
"name": "EasyMDE",
"description": "Markdownエディター。マークアップ言語がスッキリとしたインターフェースで書けます。"
},
"toolbar": "ツールバー",
"tab-size": "タブ幅",
"autosave": "自動保存",
"spell-checker": "スペルチェッカー",
"content-here-supports-markdown-and-html-code": "このコンテンツはMarkdownとHTMLコードをサポートしています"
}

View File

@ -1,7 +0,0 @@
{
"plugin-data":
{
"name": "Hit Counter",
"description": "サイドバーに訪問回数やユニークビジター数を表示します。"
}
}

View File

@ -1,13 +0,0 @@
{
"plugin-data":
{
"name": "HTML Code",
"description": "サイトのheadメタデータ、ヘッダーやフッターに、HTML, CSS, Java Scriptコードを追加します。"
},
"insert-code-in-the-theme-inside-the-tag-head": "テーマの &#60;head&#62; &#60;\/head&#62; タグ内にコードを挿入します",
"insert-code-in-the-theme-at-the-top": "テーマ上部にコードを挿入します。",
"insert-code-in-the-theme-at-the-bottom": "テーマ下部にコードを挿入します。",
"insert-code-in-the-admin-area-inside-the-tag-head": "管理パネルの &#60;head&#62; &#60;\/head&#62; タグ内にコードを挿入します",
"insert-code-in-the-admin-area-at-the-top": "管理パネル上部にコードを挿入します。",
"insert-code-in-the-admin-area-at-the-bottom": "管理パネル下部にコードを挿入します。"
}

View File

@ -1,8 +0,0 @@
{
"plugin-data":
{
"name": "Links",
"description": "サイドバーにリンクを表示します。これらのリンクは設定から変更できます。"
},
"add-a-new-link": "新規リンクを追加"
}

View File

@ -1,10 +0,0 @@
{
"plugin-data":
{
"name": "Maintenance mode",
"description": "サイトをメンテナンスモードに設定します。管理パネルにはアクセスできます。"
},
"enable-maintenance-mode": "メンテナンスモードを有効にする",
"message": "メッセージ"
}

View File

@ -1,10 +0,0 @@
{
"plugin-data":
{
"name": "Navigation",
"description": "サイドバーに親ページと子ページを表示するナビゲーションメニューです。"
},
"home-link": "ホームリンク",
"show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する",
"amount-of-items": "アイテム数"
}

View File

@ -1,9 +0,0 @@
{
"plugin-data":
{
"name": "Open Graph",
"description": "The Open Graph protocol enables any web page to become a rich object in a social graph."
},
"set-a-default-image-for-content": "Set a default image for the content without pictures.",
"set-your-facebook-app-id": "Set your Facebook App ID."
}

View File

@ -1,11 +0,0 @@
{
"plugin-data":
{
"name": "Remote Content",
"description": "This plugin provides an easy way to have the content of your site on Github or similar and in turn is synchronized with your Bludit."
},
"webhook": "Webhook",
"source": "ソース",
"try-webhook": "Try webhook",
"complete-url-of-the-zip-file": "Complete URL of the zip file."
}

View File

@ -1,7 +0,0 @@
{
"plugin-data":
{
"name": "Robots",
"description": "You can use a special HTML meta tag to tell robots not to index the content of a page, and\/or not scan it for links to follow."
}
}

View File

@ -1,9 +0,0 @@
{
"plugin-data":
{
"name": "RSS Feed",
"description": "This plugin generates an RSS feed of your site.<br>The feed has the URL https:\/\/example.com\/rss.xml"
},
"amount-of-items-to-show-on-the-feed": "フィードに表示するアイテム数。",
"rss-url": "RSS URL"
}

View File

@ -1,9 +0,0 @@
{
"plugin-data":
{
"name": "検索",
"description": "Provide a search box to your users to search through the content of your site."
},
"search": "検索",
"show-button-search": "検索ボタンを表示"
}

View File

@ -1,12 +0,0 @@
{
"plugin-data":
{
"name": "Simple Stats",
"description": "Show the number of visitors per day on your dashboard."
},
"visits": "Visits",
"visits-today": "Visits today",
"unique-visitors-today": "Unique visitors today",
"chart": "Chart",
"table": "テーブル"
}

View File

@ -1,10 +0,0 @@
{
"plugin-data":
{
"name": "Sitemap",
"description": "This plugin generates a sitemap.xml file, which provides the list of pages on your website, this helps search engines organize and filter content from their website."
},
"sitemap-url": "Sitemap URL",
"notifies-google-when-you-created": "Notifies Google when you created, modified or deleted content from your site.",
"notifies-bing-when-you-created": "Notifies Bing when you created, modified or deleted content from your site."
}

View File

@ -1,9 +0,0 @@
{
"plugin-data":
{
"name": "Static Pages",
"description": "Navigation menu with static pages."
},
"home-link": "ホームリンク",
"show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する"
}

View File

@ -1,7 +0,0 @@
{
"plugin-data":
{
"name": "タグリスト",
"description": "Shows all tags on the sidebar."
}
}

View File

@ -1,7 +0,0 @@
{
"plugin-data":
{
"name": "TinyMCE",
"description": "HTML Editor for formatting content. Recommended for the users who don't want to work with Markdown code."
}
}

View File

@ -1,8 +0,0 @@
{
"plugin-data":
{
"name": "Twitter Cards",
"description": "With Twitter Cards, you can attach rich photos, videos and media experiences to Tweets, helping to drive traffic to your website."
},
"default-image": "Default image"
}

View File

@ -1,7 +0,0 @@
{
"plugin-data":
{
"name": "バージョン",
"description": "Show the current version on the sidebar of the admin panel, and check periodically for new Bludit releases."
}
}

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"description": "Brug af canonical URLs kan hjælpe med at informere søgemaskiner om hvilke URLs der har identisk indhold.",
"name": "Canonical"
}
}

View File

@ -2,6 +2,6 @@
"plugin-data":
{
"name": "Canonical",
"description": "カノニカル(正規化)URLは、検索エンジンにURLが同じコンテンツであることを通知できます。"
"description": "カノニカル正規化URLを使用すると、検索エンジンに、どのURLのコンテンツが同一コンテンツであるかを通知できます。"
}
}

View File

@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.10.0",
"releaseDate": "2019-10-19",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.10.0",
"compatible": "3.12.0",
"notes": ""
}

View File

@ -0,0 +1,7 @@
{
"hide-categories-without-content": "Skjul kategorier uden indhold",
"plugin-data": {
"description": "Viser alle kategorier på sidepanelet.",
"name": "Categories"
}
}

View File

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "Categories",
"description": "サイドバーにすべてのカテゴリを表示します。"
"description": "サイドバーにすべてのカテゴリを表示します。"
},
"hide-categories-without-content": "コンテンツのないカテゴリを非表示にする"
"hide-categories-without-content": "コンテンツのないカテゴリを非表示にする"
}

View File

@ -1,7 +1,7 @@
{
"plugin-data":
{
"name": "Categories",
"name": "Категории",
"description": "Показывает все категории на боковой панели."
},
"hide-categories-without-content": "Скрывать пустые категории"

View File

@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.10.0",
"releaseDate": "2019-10-19",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.10.0",
"compatible": "3.12.0",
"notes": ""
}

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"description": "Definer kode for de brugerdefinerede felter, og fortolk indholdet af siderne.",
"name": "Custom fields parser"
}
}

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"name": "Парсер пользовательских полей",
"description": "Ищет код пользовательских полей и отпределяет содержимое страниц в соответствии с найденным кодом."
}
}

Some files were not shown because too many files have changed in this diff Show More