Compare commits

...

107 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
251 changed files with 3480 additions and 6760 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

@ -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

@ -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()): ?>

@ -1 +1 @@
Subproject commit 1478f1a806ecd94cab55995cadd60f969d80556e
Subproject commit 09138280134ec8014982f260c1ebb6a5b0091fdc

View File

@ -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,12 +61,15 @@
}
},
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">';

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

@ -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

@ -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.11.0');
define('BLUDIT_CODENAME', 'Pizza time');
define('BLUDIT_RELEASE_DATE', '2020-02-08');
define('BLUDIT_BUILD', '20200208');
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;
@ -311,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);
@ -575,7 +575,9 @@ function editSettings($args) {
if (empty($args['homepage'])) {
$args['homepage'] = '';
$args['uriBlog'] = '';
}
if (empty($args['pageNotFound'])) {
$args['pageNotFound'] = '';
}
@ -592,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'])) {
@ -671,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;

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)) {
@ -268,7 +269,7 @@ class Filesystem {
/**
* Get Size of file or directory in bytes
* @param [string] $fileOrDirectory
* @return [int|bool [bytes or false on error]
* @return [int|bool] [bytes or false on error]
*/
public static function getSize($fileOrDirectory) {
// Files
@ -278,8 +279,12 @@ class Filesystem {
// Directories
if (file_exists($fileOrDirectory)) {
$size = 0;
foreach(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($fileOrDirectory)) as $file){
$size += $file->getSize();
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;
}
@ -292,4 +297,18 @@ class Filesystem {
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

@ -206,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);
@ -214,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)
@ -253,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()
@ -269,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

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

@ -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;

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

@ -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": "このフィールドは、コンテンツを位置別に並べ替えに使用されます。",
"this-field-is-used-when-you-order-the-content-by-position": "このフィールドは、コンテンツを位置順に並べ替える時に使用されます。",
"position": "位置",
"friendly-url": "フレンドリーURL",
"image-description": "画像の説明",
@ -137,7 +137,7 @@
"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": "サイトのスローガンを入力します。",
@ -181,19 +181,19 @@
"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": "言語を選択してください",
@ -231,7 +231,7 @@
"content-published-from-scheduler": "予約で投稿されたコンテンツ",
"blog": "ブログ",
"complete-all-fields": "すべてのフィールドを埋めます",
"static": "固定ページ",
"static": "静的ページ",
"about-your-site-or-yourself": "サイトや自分について",
"homepage": "ホームページ",
"disabled": "無効",
@ -292,7 +292,7 @@
"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": "先頭固定表示",
"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> を適用。",
@ -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": "ここに入力すれば候補操作を表示されます。",
"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

@ -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": "Последний",

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

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

View File

@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.11.0",
"releaseDate": "2020-02-08",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.11.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": "Интерфейс для взаимодействия с 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.11.0",
"releaseDate": "2020-02-08",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.11.0",
"compatible": "3.12.0",
"notes": ""
}

View File

@ -136,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>
@ -191,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.'));
}
@ -667,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,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.11.0",
"releaseDate": "2020-02-08",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.11.0",
"compatible": "3.12.0",
"notes": ""
}

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,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com",
"version": "3.11.0",
"releaseDate": "2020-02-08",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.11.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

@ -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.11.0",
"releaseDate": "2020-02-08",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.11.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": "Ищет код пользовательских полей и отпределяет содержимое страниц в соответствии с найденным кодом."
}
}

View File

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

View File

@ -0,0 +1,11 @@
{
"disqus-shortname": "Disqus kortnavn",
"enable-disqus-on-pages": "Disqus på sider",
"enable-disqus-on-static-pages": "Disqus på statiske sider",
"enable-disqus-on-sticky-pages": "Disqus på fastgjorde sider",
"get-the-shortname-from-the-disqus-general-settings": "Hent det korte navn fra Disqus generelle indstillinger",
"plugin-data": {
"description": "Disqus er en kommentar hostingstjeneste til websteder.<br>Det er nødvendigt at være registreret på <a href=\"https://disqus.com\">Disqus</a> for at bruge denne service.",
"name": "Disqus"
}
}

View File

@ -2,11 +2,11 @@
"plugin-data":
{
"name": "Комментарии Disqus",
"description": "Disqus это сервис комментариев для сайтов и блогов. Необходимо быть зарегистрированным на Disqus.com перед использованием плагина."
"description": "Disqus это сервис комментариев для сайтов и блогов. Необходимо зарегистрироваться на Disqus.com перед тем как использовать плагина."
},
"disqus-shortname": "Disqus shortname",
"enable-disqus-on-pages": "Disqus on pages",
"enable-disqus-on-static-pages": "Disqus on static pages",
"enable-disqus-on-sticky-pages": "Disqus on sticky pages",
"get-the-shortname-from-the-disqus-general-settings": "Get the shortname from the Disqus general settings"
}
"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

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

4
bl-plugins/easymde/css/easymde.min.css vendored Executable file → Normal file

File diff suppressed because one or more lines are too long

11
bl-plugins/easymde/js/easymde.min.js vendored Executable file → Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
{
"autosave": "Gem automatisk",
"content-here-supports-markdown-and-html-code": "Indholdet her understøtter både Markdown og HTML kode",
"plugin-data": {
"description": "Markdown editor, med let brugergrænseflade, til oprettelse af indhold i markdown format.",
"name": "EasyMDE"
},
"spell-checker": "Stavekontrol",
"tab-size": "Fanestørrelse",
"toolbar": "Værktøjslinje"
}

View File

@ -8,5 +8,5 @@
"tab-size": "Размер панели",
"autosave": "Автосохранения",
"spell-checker": "Проверка орфографии",
"content-here-supports-markdown-and-html-code": "Содержимое поддерживает Markdown и HTML коды"
"content-here-supports-markdown-and-html-code": "Содержимое поддерживает Markdown и HTML-коды"
}

View File

@ -2,9 +2,9 @@
"author": "EasyMDE",
"email": "",
"website": "https://easymde.tk",
"version": "2.8.0",
"releaseDate": "2019-08-20",
"version": "2.10.1",
"releaseDate": "2020-05-26",
"license": "MIT",
"compatible": "3.11.0",
"compatible": "3.12.0",
"notes": ""
}
}

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"description": "Vis antallet af besøgende, eller antallet af unikke besøgende, i sidepanelet på dit websted.",
"name": "Hit Counter"
}
}

View File

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

View File

@ -0,0 +1,12 @@
{
"insert-code-in-the-admin-area-at-the-bottom": "Indsæt kode i admin området nederst.",
"insert-code-in-the-admin-area-at-the-top": "Indsæt kode i admin området øverst.",
"insert-code-in-the-admin-area-inside-the-tag-head": "Indsæt kode i admin området inden for tag &#60;head&#62; &#60;/ head&#62;",
"insert-code-in-the-theme-at-the-bottom": "Indsæt kode i temaet nederst.",
"insert-code-in-the-theme-at-the-top": "Indsæt kode i temaet øverst.",
"insert-code-in-the-theme-inside-the-tag-head": "Indsæt kode i temaet mellem tag &#60;head&#62; &#60;/ head&#62;",
"plugin-data": {
"description": "Tilføj HTML, CSS, JavaScript kode, til head metadata sektionen, eller i sidehoved, sidefod på dit websted.",
"name": "HTML Code"
}
}

View File

@ -1,10 +1,10 @@
{
"plugin-data":
{
"name": "HTML Код",
"name": "HTMLод",
"description": "Добавьте код HTML, CSS или Javascript в метаданные заголовка, заголовок или нижний колонтитул вашего сайта."
},
"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-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": "Вставить код в тему внизу странц сайта."
}

View File

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

View File

@ -0,0 +1,7 @@
{
"add-a-new-link": "Tilføj nyt link",
"plugin-data": {
"description": "Viser en link liste i sidepanelet. Du kan redigere disse links i indstillinger.",
"name": "Links"
}
}

View File

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "Ссылки",
"description": "Показывает список ссылок на боковой панели, вы можете их изменить в настройках."
"description": "Показывает список ссылок на боковой панели сайта (если текущая тема поддерживает боковые панели). Вы можете изменить список ссылок в настройках."
},
"add-a-new-link": "Добавить новую ссылку"
}

View File

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

View File

@ -0,0 +1,8 @@
{
"enable-maintenance-mode": "Aktiver vedligeholdelsestilstand",
"message": "Besked",
"plugin-data": {
"description": "Sæt dit websted i vedligeholdelsestilstand. Du kan stadig tilgå admin områet.",
"name": "Maintenance mode"
}
}

View File

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

View File

@ -0,0 +1,9 @@
{
"amount-of-items": "Antal af emner",
"home-link": "Hjemme link",
"plugin-data": {
"description": "Navigationsmenu med overordnede og underordnede sider til sidepanelet.",
"name": "Navigation"
},
"show-the-home-link-on-the-sidebar": "Vis hjemme linket på sidepanelet."
}

View File

@ -2,9 +2,9 @@
"plugin-data":
{
"name": "Навигация",
"description": "Меню навигации с родительскими и дочерними страницами/записями для боковой панели."
"description": "Меню навигации с родительскими и дочерними страницами/записями для боковой панели сайта."
},
"home-link": "Домашняя ссылка",
"show-the-home-link-on-the-sidebar": "Показать ссылку на домашнюю страницу на боковой панели.",
"home-link": "Ссылка на домашнюю страницу",
"show-the-home-link-on-the-sidebar": "Показать ссылку на домашнюю страницу на боковой панели сайта.",
"amount-of-items": "Количество элементов"
}
}

View File

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

View File

@ -0,0 +1,8 @@
{
"plugin-data": {
"description": "Open Graph protokollen gør det muligt for ethvert websted, at blive et rigt objekt i en social graf.",
"name": "Open Graph"
},
"set-a-default-image-for-content": "Indsæt et standardbillede til indholdet uden billeder.",
"set-your-facebook-app-id": "Indsæt dit Facebook App ID."
}

View File

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

View File

@ -0,0 +1,10 @@
{
"complete-url-of-the-zip-file": "Den komplette URL sti, til der hvor zip filen befinder sig.",
"plugin-data": {
"description": "Denne udvidelse giver en nem måde at få indholdet fra dit websted uploadet til Github eller lignende service, og være fuld synkroniseret med din Bludit installation.",
"name": "Remote Content"
},
"source": "Kilde",
"try-webhook": "Prøv webhook'et",
"webhook": "Webhook"
}

View File

@ -6,6 +6,6 @@
},
"webhook": "Вебхук",
"source": "Источник",
"try-webhook": "Try webhook",
"try-webhook": "Попробовать этот вебхук",
"complete-url-of-the-zip-file": "Полный URL-адрес zip-файла."
}
}

View File

@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://plugins.bludit.com/plugin/remote-content",
"version": "3.11.0",
"releaseDate": "2020-02-08",
"version": "3.12.0",
"releaseDate": "2020-03-20",
"license": "MIT",
"compatible": "3.11.0",
"compatible": "3.12.0",
"notes": ""
}

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"description": "Du kan bruge et specielt HTML metatag til at fortælle søgerobotter, om at de ikke skal indeksere indholdet på en side og / eller ikke scanne det for links, der kan følges.<br>Læs mere om søgerobotter her: <a href=\"https://www.robotstxt.org/robotstxt.html\">https://www.robotstxt.org/</a>",
"name": "Robots"
}
}

View File

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

View File

@ -58,6 +58,10 @@ class pluginRobots extends Plugin {
$webhook = 'robots.txt';
if ($this->webhook($webhook)) {
header('Content-type: text/plain');
// Include link to sitemap in robots.txt if the plugin is enabled
if (pluginActivated('pluginSitemap')) {
echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml'.PHP_EOL;
}
echo $this->getValue('robotstxt');
exit(0);
}

View File

@ -0,0 +1,8 @@
{
"amount-of-items-to-show-on-the-feed": "Antal at emner, der skal vises i feedet.",
"plugin-data": {
"description": "Denne udvidelse genererer et RSS feed af dit websted.<br>Feedet har URL adressen https://example.com/rss.xml",
"name": "RSS Feed"
},
"rss-url": "RSS URL"
}

View File

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

View File

@ -0,0 +1,8 @@
{
"plugin-data": {
"description": "Angiv et søgefelt til dine brugere, så de kan gennemsøge indholdet på dit websted.",
"name": "Search"
},
"search": "Søg",
"show-button-search": "Vis knappen søg"
}

View File

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

View File

@ -0,0 +1,14 @@
{
"chart": "Diagram",
"disk-usage": "Disk forbrug",
"exclude-administrators-users": "Vis ikke brugere med rollen 'Administrator'",
"plugin-data": {
"description": "Vis antallet af besøg samt sidevisninger pr. dag på dit kontrolpanel, og se også andet indholdsstatistik.",
"name": "Simple Stats"
},
"show-content-stats": "Vis indholdsstatistikker",
"table": "Tabel",
"unique-visitors-today": "Unikke besøgende i dag",
"visits": "Besøg",
"visits-today": "Besøg i dag"
}

View File

@ -2,12 +2,14 @@
"plugin-data":
{
"name": "Simple Stats",
"description": "Anzeige der täglichen Anzahl Seitenaufrufe und Besucher."
"description": "Anzeige der täglichen Anzahl Besuche und Seitenaufrufe und Statistiken der Inhalte."
},
"visits": "Seitenaufrufe",
"visits-today": "Seitenaufrufe heute",
"unique-visitors-today": "Besucher heute",
"chart": "Chart",
"table": "Table",
"disk-usage" : "Disk Usage"
"unique-visitors-today": "Besuche heute",
"chart": "Diagramm",
"table": "Tabelle",
"disk-usage" : "Belegter Speicherplatz",
"show-content-stats" : "Zeige Statistiken der Inhalte.",
"exclude-administrators-users" : "Benutzer mit der Rolle 'Administrator' ausschliessen."
}

View File

@ -2,12 +2,14 @@
"plugin-data":
{
"name": "Simple Stats",
"description": "Anzeige der täglichen Anzahl Seitenaufrufe und Besucher."
"description": "Anzeige der täglichen Anzahl Besuche und Seitenaufrufe und Statistiken der Inhalte."
},
"visits": "Seitenaufrufe",
"visits-today": "Seitenaufrufe heute",
"unique-visitors-today": "Besucher heute",
"chart": "Chart",
"table": "Table",
"disk-usage" : "Disk Usage"
"unique-visitors-today": "Besuche heute",
"chart": "Diagramm",
"table": "Tabelle",
"disk-usage" : "Belegter Speicherplatz",
"show-content-stats" : "Zeige Statistiken der Inhalte.",
"exclude-administrators-users" : "Benutzer mit der Rolle 'Administrator' ausschließen."
}

View File

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "Simple Stats",
"description": "Show the number of visitors per day on your dashboard."
"description": "Show the number of visits and page views per day on your dashboard and content stats."
},
"visits": "Visits",
"visits-today": "Visits today",

View File

@ -9,5 +9,5 @@
"unique-visitors-today": "Уникальных посетителей сегодня",
"chart": "Диаграмма",
"table": "Таблица",
"disk-usage" : "Disk Usage"
"disk-usage" : "Использование диска"
}

View File

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

View File

@ -0,0 +1,9 @@
{
"notifies-bing-when-you-created": "Underretter Bing om, hvornår du oprettede, ændrede eller slettede indhold fra dit websted.",
"notifies-google-when-you-created": "Underretter Google om, hvornår du oprettede, ændrede eller slettede indhold fra dit websted.",
"plugin-data": {
"description": "Denne udvidelse genererer en sitemap.xml fil, der indeholder en liste over siderne på dit websted. Dette hjælper søgemaskiner med at organisere og filtrere indhold fra deres websted.",
"name": "Sitemap"
},
"sitemap-url": "Sitemap URL"
}

View File

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

View File

@ -0,0 +1,8 @@
{
"home-link": "Hjemmelink",
"plugin-data": {
"description": "Navigationsmenu med statiske sider.",
"name": "Static Pages"
},
"show-the-home-link-on-the-sidebar": "Vis hjemmelinket på dit sidepanel."
}

View File

@ -5,5 +5,5 @@
"description": "Меню навигации со статическими страницами."
},
"home-link": "Домашняя страница",
"show-the-home-link-on-the-sidebar": "Показать ссылку на домашнюю страницу на боковой панели."
}
"show-the-home-link-on-the-sidebar": "Отображать ссылку на домашнюю страницу на боковой панели сайта."
}

View File

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

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"description": "Vis alle tags i sidepanelet",
"name": "Tags list"
}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"plugin-data": {
"description": "HTML Editor til formatering af indhold. Anbefales til de brugere, der ikke ønsker at arbejde med Markdown kode.",
"name": "TinyMCE"
}
}

View File

@ -2,9 +2,9 @@
"author": "TinyMCE",
"email": "",
"website": "https://www.tinymce.com",
"version": "5.1.3",
"releaseDate": "2019-12-01",
"version": "5.3.1",
"releaseDate": "2020-06-07",
"license": "LGPL 2.1",
"compatible": "3.11.0",
"compatible": "3.12.0",
"notes": ""
}
}

File diff suppressed because one or more lines are too long

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