diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 430acc1c..1819ef8d 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -3,8 +3,8 @@ // Bludit version define('BLUDIT_VERSION', '2.0'); define('BLUDIT_CODENAME', ''); -define('BLUDIT_RELEASE_DATE', '2017-09-23'); -define('BLUDIT_BUILD', '20170923'); +define('BLUDIT_RELEASE_DATE', '2017-10-04'); +define('BLUDIT_BUILD', '20171004'); // Debug mode // Change to FALSE, for prevent warning or errors on browser diff --git a/bl-kernel/boot/rules/69.pages.php b/bl-kernel/boot/rules/69.pages.php index 1e037a7d..4c93cadd 100644 --- a/bl-kernel/boot/rules/69.pages.php +++ b/bl-kernel/boot/rules/69.pages.php @@ -14,7 +14,7 @@ N => Page Object ) */ -$pages = array(); +$content = $pages = array(); // Page filtered by the user, is a Page Object $page = $Page = false; @@ -68,6 +68,8 @@ $pagesByParent = array(PARENT=>array()); */ $pagesByParentByKey = array(PARENT=>array()); +$posts = array(); + // ============================================================================ // Main // ============================================================================ @@ -127,5 +129,5 @@ if ($Url->notFound()) { if ($page===false) { $page = buildErrorPage(); } - $pages[0] = $Page = $page; + $content[0] = $pages[0] = $Page = $page; } diff --git a/bl-kernel/dbpages.class.php b/bl-kernel/dbpages.class.php index 9f6e05b1..4dc38b00 100644 --- a/bl-kernel/dbpages.class.php +++ b/bl-kernel/dbpages.class.php @@ -10,7 +10,7 @@ class dbPages extends dbJSON 'description'=> array('inFile'=>false, 'value'=>''), 'username'=> array('inFile'=>false, 'value'=>''), 'tags'=> array('inFile'=>false, 'value'=>array()), - 'status'=> array('inFile'=>false, 'value'=>'published'), // published, static, draft, scheduled + 'status'=> array('inFile'=>false, 'value'=>'published'), // published, draft, scheduled 'type'=> array('inFile'=>false, 'value'=>'post'), // post, page 'date'=> array('inFile'=>false, 'value'=>''), 'dateModified'=> array('inFile'=>false, 'value'=>''), diff --git a/bl-kernel/functions.php b/bl-kernel/functions.php index d3d3c750..47de9599 100644 --- a/bl-kernel/functions.php +++ b/bl-kernel/functions.php @@ -87,7 +87,7 @@ function buildErrorPage() { function buildThePage() { global $Url; global $page, $Page; - global $pages; + global $content, $pages; $page = $Page = buildPage( $Url->slug() ); @@ -102,7 +102,7 @@ function buildThePage() { return false; } - $pages[0] = $page; + $content[0] = $pages[0] = $page; return true; } @@ -130,7 +130,7 @@ function buildPagesFor($for, $categoryKey=false, $tagKey=false) { global $dbTags; global $Site; global $Url; - global $pages; + global $content, $pages; // Get the page number from URL $pageNumber = $Url->pageNumber(); @@ -162,6 +162,7 @@ function buildPagesFor($for, $categoryKey=false, $tagKey=false) { array_push($pages, $page); } } + $content = $pages; return $pages; } diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php index 34996b08..1675dbb0 100644 --- a/bl-kernel/helpers/theme.class.php +++ b/bl-kernel/helpers/theme.class.php @@ -67,18 +67,22 @@ class Theme { $title = $Site->title(); - if( $WHERE_AM_I=='page' ) { - $title = $page->title().' - '.$Site->title(); + if (Text::isNotEmpty($Site->slogan())) { + $title = $Site->slogan().' | '.$Site->title(); } - elseif( $WHERE_AM_I=='tag' ) { + + if ($WHERE_AM_I=='page') { + $title = $page->title().' | '.$Site->title(); + } + elseif ($WHERE_AM_I=='tag') { $tagKey = $Url->slug(); $tagName = $dbTags->getName($tagKey); - $title = $tagName.' - '.$Site->title(); + $title = $tagName.' | '.$Site->title(); } - elseif( $WHERE_AM_I=='category' ) { + elseif ($WHERE_AM_I=='category') { $categoryKey = $Url->slug(); $categoryName = $dbCategories->getName($categoryKey); - $title = $categoryName.' - '.$Site->title(); + $title = $categoryName.' | '.$Site->title(); } return ''.$title.''.PHP_EOL; @@ -156,38 +160,29 @@ class Theme { return ''.PHP_EOL; } - public static function fontAwesome() + public static function fontAwesome($cdn=false) { + if ($cdn) { + return ''.PHP_EOL; + } return ''.PHP_EOL; } public static function jquery($cdn=false) { - if($cdn) { + if ($cdn) { return ''; } return ''.PHP_EOL; } -// ---- OLD - - public static function keywords($keywords, $echo=true) + public static function keywords($keywords) { - if(is_array($keywords)) { + if (is_array($keywords)) { $keywords = implode(',', $keywords); } - - $tmp = ''.PHP_EOL; - - if($echo) { - echo $tmp; - } - - return $tmp; + return ''.PHP_EOL; } - - - } ?> \ No newline at end of file diff --git a/bl-languages/GR.json b/bl-languages/GR.json index 9f6f092f..5fd858d6 100644 --- a/bl-languages/GR.json +++ b/bl-languages/GR.json @@ -1,224 +1,230 @@ { - "language-data": - { - "native": "Ελληνικά", - "english-name": "Greek", - "locale": "el, el_CY, el_GR", - "last-update": "2017-09-10", - "author": "penglezos", - "email": "panagiotisegl@gmail.com", - "website": "www.penglezos.com" - }, - - "dashboard": "Πίνακας Ελέγχου", - "manage-users": "Διαχείριση Χρηστών", - "manage-categories": "Manage categories", - "general-settings": "Γενικές Ρυθμίσεις", - "advanced-settings": "Προχωρημένες Ρυθμίσεις", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Γλώσσα", - "plugin": "Plugin", - "plugins": "Πρόσθετα", - "developers": "Developers", - "themes": "Θέματα", - "about": "Σχετικά", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "Αποσύνδεση", - "website": "Ιστοσελίδα", - "publish": "Δημοσίευσε", - "manage": "Διαχείριση", - "content": "Περιεχόμενο", - "category": "Category", - "categories": "Categories", - "users": "Χρήστες", - "settings": "Ρυθμίσεις", - "general": "Γενικά", - "advanced": "Προχωρημένα", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Δέν έχεις τα επιτρεπτά διακαιώματα για την πρόσβαση της Σελίδας, επικοινωνήστε με τον διαχειρηστή.", - "add-a-new-user": "Προσθήκη Χρήστη", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Γλώσσα και Ζώνη Ώρας", - "change-your-language-and-region-settings": "Αλλάξτε τις ρυθμίσεις γλώσσας και περιοχής.", - "notifications": "Ειδοποιήσεις", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Καλώς Ορίσατε στο Βludit", - "statistics": "Στατιστικά", - "pages": "Σελίδες", - "drafts": "Πρόχειρα", - "title": "Τίτλος", - "save": "Αποθήκευση", - "save-as-draft": "Save as draft", - "cancel": "Ακύρωση", - "description": "Περιγραφή", - "this-field-can-help-describe-the-content": "Αυτό το πεδίο μπορεί να βοηθήσε στην περιγραφή του περιεγχομένου σε λίγες λέξεις. Όριο χαρακτήρων: 150.", - "images": "Εικόνες", - "error": "Πρόβλημα", - "supported-image-file-types": "Υποστηρισμένες εικόνες (τύποι αρχείων)", - "cover-image": "Εικόνα Εξοφύλλου", - "drag-and-drop-or-click-here": "Σύρτε και αφήστε ή κλικ εδώ", - "there-are-no-images": "Δεν υπάρχουν εικόνες", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Επιλέξτε την εικόνα για επιλογές.", - "click-here-to-cancel": "Επιλέξτε εδώ για να ακυρώσετε.", - "insert-image": "Εισαγωγή Εικόνας", - "set-as-cover-image": "Εφαρμογή ως εικόνα εξόφφυλο", - "delete-image": "Διαγραφή Εικόνας", - "tags": "Ετικέτες", - "add": "Προσθήκη", - "status": "Κατάσταση", - "published": "Δημοσιοποιημένο", - "draft": "Πρόχειρο", - "empty-title": "Κενός Τίτλος", - "date": "Ημέρα", - "external-cover-image": "External cover image", - "parent": "Γονικό", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Θέση", - "friendly-url": "Φιλικό URL", - "image-description": "Περιγραφή Εικόνας", - "add-a-new-category": "Add a new category", - "name": "Όνομα", - "username": "Όνομα Χρήστη", - "first-name": "Μικρό Όνομα", - "last-name": "Επώνυμο", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Μήνυμα Ηλεκτρονικού Ταχυδρομείου (e-mail)", - "role": "Ρόλος", - "registered": "Εγγεγραμμενος", - "site-information": "Πληροφορίες Ιστοσελίδας", - "site-title": "Τίτλος Ιστότοπου", - "use-this-field-to-name-your-site": "Χρησιμοποιήσετε αυτό το πεδίο για να δώσετε όνομα στην Ιστοσελίδα σας, θα εμφανιστεί στην κορυφή απο κάθε σελίδα της Ιστοσελίδα σας.", - "site-slogan": "Σύνθημα Ιστότοπου", - "use-this-field-to-add-a-catchy-phrase": "Χρησιμοποιήσετε αυτό το πεδίο ώστε να προσθέσετε μια φράση για την Ιστοσελίδα σας.", - "site-description": "Περιγραφή Ιστότοπου", - "you-can-add-a-site-description-to-provide": "Μπορείτε να προσθέσετε περιγραφή στην ιστοσελίδα σας ώστε να προσφέρετε μια μικρή περιγραφή ή βιογραφία για την Ιστοσελίδα σας.", - "footer-text": "Κείμενο Υποσελίδας", - "you-can-add-a-small-text-on-the-bottom": "Μπορείτε να προσθέσετε ένα μικρό κείμενο στον πάτο κάθε σελίδας πχ: δικαιώματα, διαχειρηστής, ημερομηνίες κτλπ.", - "social-networks-links": "Συνδεσμοι κοινωνικού δικτύου", - "site-url": "URL Ιστότοπου", - "default-home-page": "Προεπιλεγμένη αρχική σελίδα", - "email-account-settings": "Ρυθμίσεις Email λογαριασμού", - "sender-email": "Email αποστολέα", - "emails-will-be-sent-from-this-address": "Τα Emails θα σταλθούν απο αυτή την διεύθυνση.", - "url-filters": "Φίλτρα URL", - "select-your-sites-language": "Επιλογή Γλώσσας της Ιστοσελίδας σας.", - "timezone": "Ζώνη Ώρας", - "select-a-timezone-for-a-correct": "Επιλογή ζώνη ώρας για μια σωστή ημέρα\/ώρα που θα εμφανιστεί στην Ιστοσελίδα σας.", - "locale": "Τοποθεσία", - "date-and-time-formats": "Μορφή Ημέρας και Ώρας", - "date-format": "Μορφή Ημέρας", - "current-format": "Τωρινή Μορφή", - "version": "Έκδοση", - "author": "Συγγραφέας", - "activate": "Ενεργοποίημενο", - "deactivate": "Απενεργοποιημένο", - "edit-category": "Edit category", - "delete": "Διαγραφή", - "password": "Κωδικός Πρόσβασης", - "confirm-password": "Επιβεβαίωση Κωδικού", - "editor": "Εκδότης", - "administrator": "Διαχειριστής", - "edit-user": "Επεξεργασία Χρήστη", - "edit-content": "Edit content", - "profile": "Προφίλ", - "change-password": "Αλλαγή Κωδικού", - "enabled": "Ενεργοποίημενο", - "disable-the-user": "Disable the user", - "profile-picture": "Εικόνα Προφίλ", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Επιβεβαίωση διαγραφής, αυτή η πράξη δεν μπορεί να ολοκληρωθεί ξανά.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Νέος Κωδικός", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Εγκατάσταση Bludit", - "choose-your-language": "Επιλέξτε την Γλώσσα σας", - "next": "Επόμενο", - "complete-the-form-choose-a-password-for-the-username-admin": "Ολοκληρώστε αυτή την φόρμα, επιλέξτε κωδικό για το όνομα χρήστη « admin »", - "show-password": "Εμφάνιση Κωδικού", - "install": "Εγκατάσταση", - "login": "Σύνδεση", - "back-to-login-form": "Επιστροφή στην φόρμα Σύνδεσης", - "get-login-access-code": "Πάρε τον κωδικό Σύνδεσης", - "email-access-code": "Κωδικός Πρόσβασης Email", - "whats-next": "Τι είναι επόμενο", - "username-or-password-incorrect": "Το Όνομα Χρήστη ή ο Κωδικός Πρόσβασης είναι λάθος", - "follow-bludit-on": "Ακολουθείστε το Bludit σε: ", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Διαχείριση Bludit [admin area]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Συζητήστε με προγραμματιστές και χρήστες στο [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Αυτή είναι μια σύντομη περιγραφή του εαυτού σας στην ιστοσελίδα σας, για να αλλάξετε αυτό το κείμενο πηγαίνετε στο μενού διαχείρησης, ρυθμίσεις, πρόσθετα, και ρυθμίσεις σχετικά με τα πρόσθετα.", - "read-the-documentation-for-more-information": "Διαβάσετε το [documentation](https:\/\/docs.bludit.com) για πληροφορίες", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "Ο Χρήστης Διαγράφηκε", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Ανέβασμα Εικόνας", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Οι αλλαγές έχουν αποθηκευτεί", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Ο κωδικός πρέπει να είναι 6 χαρακτήρες μακρής", - "ip-address-has-been-blocked": "Η διεύθυνση IP έχει μπλοκαριστεί.", - "try-again-in-a-few-minutes": "Προσπαθήστε ξανά σε μερικά λεπτά.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Ελληνικά", + "english-name": "Greek", + "locale": "el, el_CY, el_GR", + "last-update": "2017-09-10", + "author": "penglezos", + "email": "panagiotisegl@gmail.com", + "website": "www.penglezos.com" + }, + "dashboard": "Πίνακας Ελέγχου", + "manage-users": "Διαχείριση Χρηστών", + "manage-categories": "Manage categories", + "general-settings": "Γενικές Ρυθμίσεις", + "advanced-settings": "Προχωρημένες Ρυθμίσεις", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Γλώσσα", + "plugin": "Plugin", + "plugins": "Πρόσθετα", + "developers": "Developers", + "themes": "Θέματα", + "about": "Σχετικά", + "url": "URL", + "welcome": "Welcome", + "logout": "Αποσύνδεση", + "website": "Ιστοσελίδα", + "publish": "Δημοσίευσε", + "manage": "Διαχείριση", + "content": "Περιεχόμενο", + "category": "Category", + "categories": "Categories", + "users": "Χρήστες", + "settings": "Ρυθμίσεις", + "general": "Γενικά", + "advanced": "Προχωρημένα", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Δέν έχεις τα επιτρεπτά διακαιώματα για την πρόσβαση της Σελίδας, επικοινωνήστε με τον διαχειρηστή.", + "add-a-new-user": "Προσθήκη Χρήστη", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Γλώσσα και Ζώνη Ώρας", + "change-your-language-and-region-settings": "Αλλάξτε τις ρυθμίσεις γλώσσας και περιοχής.", + "notifications": "Ειδοποιήσεις", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Καλώς Ορίσατε στο Βludit", + "statistics": "Στατιστικά", + "drafts": "Πρόχειρα", + "title": "Τίτλος", + "save": "Αποθήκευση", + "save-as-draft": "Save as draft", + "cancel": "Ακύρωση", + "description": "Περιγραφή", + "this-field-can-help-describe-the-content": "Αυτό το πεδίο μπορεί να βοηθήσε στην περιγραφή του περιεγχομένου σε λίγες λέξεις. Όριο χαρακτήρων: 150.", + "images": "Εικόνες", + "error": "Πρόβλημα", + "supported-image-file-types": "Υποστηρισμένες εικόνες (τύποι αρχείων)", + "cover-image": "Εικόνα Εξοφύλλου", + "drag-and-drop-or-click-here": "Σύρτε και αφήστε ή κλικ εδώ", + "there-are-no-images": "Δεν υπάρχουν εικόνες", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Επιλέξτε την εικόνα για επιλογές.", + "click-here-to-cancel": "Επιλέξτε εδώ για να ακυρώσετε.", + "insert-image": "Εισαγωγή Εικόνας", + "set-as-cover-image": "Εφαρμογή ως εικόνα εξόφφυλο", + "delete-image": "Διαγραφή Εικόνας", + "tags": "Ετικέτες", + "add": "Προσθήκη", + "status": "Κατάσταση", + "published": "Δημοσιοποιημένο", + "draft": "Πρόχειρο", + "empty-title": "Κενός Τίτλος", + "empty": "empty", + "date": "Ημέρα", + "external-cover-image": "External cover image", + "parent": "Γονικό", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Θέση", + "friendly-url": "Φιλικό URL", + "image-description": "Περιγραφή Εικόνας", + "add-a-new-category": "Add a new category", + "name": "Όνομα", + "username": "Όνομα Χρήστη", + "first-name": "Μικρό Όνομα", + "last-name": "Επώνυμο", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Μήνυμα Ηλεκτρονικού Ταχυδρομείου (e-mail)", + "role": "Ρόλος", + "registered": "Εγγεγραμμενος", + "site-information": "Πληροφορίες Ιστοσελίδας", + "site-title": "Τίτλος Ιστότοπου", + "use-this-field-to-name-your-site": "Χρησιμοποιήσετε αυτό το πεδίο για να δώσετε όνομα στην Ιστοσελίδα σας, θα εμφανιστεί στην κορυφή απο κάθε σελίδα της Ιστοσελίδα σας.", + "site-slogan": "Σύνθημα Ιστότοπου", + "use-this-field-to-add-a-catchy-phrase": "Χρησιμοποιήσετε αυτό το πεδίο ώστε να προσθέσετε μια φράση για την Ιστοσελίδα σας.", + "site-description": "Περιγραφή Ιστότοπου", + "you-can-add-a-site-description-to-provide": "Μπορείτε να προσθέσετε περιγραφή στην ιστοσελίδα σας ώστε να προσφέρετε μια μικρή περιγραφή ή βιογραφία για την Ιστοσελίδα σας.", + "footer-text": "Κείμενο Υποσελίδας", + "you-can-add-a-small-text-on-the-bottom": "Μπορείτε να προσθέσετε ένα μικρό κείμενο στον πάτο κάθε σελίδας πχ: δικαιώματα, διαχειρηστής, ημερομηνίες κτλπ.", + "social-networks-links": "Συνδεσμοι κοινωνικού δικτύου", + "site-url": "URL Ιστότοπου", + "email-account-settings": "Ρυθμίσεις Email λογαριασμού", + "sender-email": "Email αποστολέα", + "emails-will-be-sent-from-this-address": "Τα Emails θα σταλθούν απο αυτή την διεύθυνση.", + "url-filters": "Φίλτρα URL", + "select-your-sites-language": "Επιλογή Γλώσσας της Ιστοσελίδας σας.", + "timezone": "Ζώνη Ώρας", + "select-a-timezone-for-a-correct": "Επιλογή ζώνη ώρας για μια σωστή ημέρα\/ώρα που θα εμφανιστεί στην Ιστοσελίδα σας.", + "locale": "Τοποθεσία", + "date-and-time-formats": "Μορφή Ημέρας και Ώρας", + "date-format": "Μορφή Ημέρας", + "current-format": "Τωρινή Μορφή", + "version": "Έκδοση", + "author": "Συγγραφέας", + "activate": "Ενεργοποίημενο", + "deactivate": "Απενεργοποιημένο", + "edit-category": "Edit category", + "delete": "Διαγραφή", + "password": "Κωδικός Πρόσβασης", + "confirm-password": "Επιβεβαίωση Κωδικού", + "editor": "Εκδότης", + "administrator": "Διαχειριστής", + "edit-user": "Επεξεργασία Χρήστη", + "edit-content": "Edit content", + "profile": "Προφίλ", + "change-password": "Αλλαγή Κωδικού", + "enabled": "Ενεργοποίημενο", + "disable-the-user": "Disable the user", + "profile-picture": "Εικόνα Προφίλ", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Επιβεβαίωση διαγραφής, αυτή η πράξη δεν μπορεί να ολοκληρωθεί ξανά.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Νέος Κωδικός", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Εγκατάσταση Bludit", + "choose-your-language": "Επιλέξτε την Γλώσσα σας", + "next": "Επόμενο", + "complete-the-form-choose-a-password-for-the-username-admin": "Ολοκληρώστε αυτή την φόρμα, επιλέξτε κωδικό για το όνομα χρήστη « admin »", + "show-password": "Εμφάνιση Κωδικού", + "install": "Εγκατάσταση", + "login": "Σύνδεση", + "back-to-login-form": "Επιστροφή στην φόρμα Σύνδεσης", + "get-login-access-code": "Πάρε τον κωδικό Σύνδεσης", + "email-access-code": "Κωδικός Πρόσβασης Email", + "whats-next": "Τι είναι επόμενο", + "username-or-password-incorrect": "Το Όνομα Χρήστη ή ο Κωδικός Πρόσβασης είναι λάθος", + "follow-bludit-on": "Ακολουθείστε το Bludit σε: ", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Διαχείριση Bludit [admin area]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Συζητήστε με προγραμματιστές και χρήστες στο [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Αυτή είναι μια σύντομη περιγραφή του εαυτού σας στην ιστοσελίδα σας, για να αλλάξετε αυτό το κείμενο πηγαίνετε στο μενού διαχείρησης, ρυθμίσεις, πρόσθετα, και ρυθμίσεις σχετικά με τα πρόσθετα.", + "read-the-documentation-for-more-information": "Διαβάσετε το [documentation](https:\/\/docs.bludit.com) για πληροφορίες", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "Ο Χρήστης Διαγράφηκε", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Ανέβασμα Εικόνας", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Οι αλλαγές έχουν αποθηκευτεί", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Ο κωδικός πρέπει να είναι 6 χαρακτήρες μακρής", + "ip-address-has-been-blocked": "Η διεύθυνση IP έχει μπλοκαριστεί.", + "try-again-in-a-few-minutes": "Προσπαθήστε ξανά σε μερικά λεπτά.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Σελίδες", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/ar_MA.json b/bl-languages/ar_MA.json index 5c0dfb82..5e5cac72 100644 --- a/bl-languages/ar_MA.json +++ b/bl-languages/ar_MA.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "اللغة العربية", - "english-name": "Arabic", - "last-update": "2017-09-10", - "author": "", - "email": "", - "website": "" - }, - - "dashboard": "لوحة التحكم", - "manage-users": "إدارة المستخدمين", - "manage-categories": "Manage categories", - "general-settings": "الإعدادات العامة", - "advanced-settings": "إعدادات متقدمة", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "اللغة", - "plugin": "Plugin", - "plugins": "الإضافات", - "developers": "Developers", - "themes": "الحلل", - "about": "من نحن", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "الخروج", - "website": "الموقع", - "publish": "نشر", - "manage": "إدارة", - "content": "المحتوى", - "category": "Category", - "categories": "Categories", - "users": "المستخدمين", - "settings": "الإعدادات", - "general": "عـام", - "advanced": "متقدم", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "لا توجد لديك الصلاحيات الكافية لدخول هذه الصفحة،إتصل بالمدير", - "add-a-new-user": "أضف مستخدم جديد", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "اللغة والمنطقة الزمنية", - "change-your-language-and-region-settings": ".إختر لغتك ومنطقتك", - "notifications": "تنبيهات", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "مرحبا بك في Bludit", - "statistics": "الإحصائيات", - "pages": "الصفحات", - "drafts": "المسودات", - "title": "العنوان", - "save": "حفظ", - "save-as-draft": "Save as draft", - "cancel": "إلغاء", - "description": "الوصف", - "this-field-can-help-describe-the-content": "ضع وصفا مناسبا للمحتوى في بضع كلمات. لا تزيد عن 150 حرفا.", - "images": "الصور", - "error": "خطأ", - "supported-image-file-types": "أنواع ملفات الصور المدعومة", - "cover-image": "صورة الغلاف", - "drag-and-drop-or-click-here": "سحب وإسقاط أو اضغط هنا", - "there-are-no-images": "لا توجد صور بعد", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "إضغط على الصورة للمزيد من خيارات.", - "click-here-to-cancel": ".انقر هنا إلى إلغاء", - "insert-image": "إدراج صورة", - "set-as-cover-image": "جعلها صورة للغلاف", - "delete-image": "حذف الصورة", - "tags": "علامات", - "add": "أضـف", - "status": "الحالة", - "published": "منشور", - "draft": "مسودة", - "empty-title": "بدون عنوان", - "date": "التاريخ", - "external-cover-image": "External cover image", - "parent": "ملحق", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "موضع", - "friendly-url": "روابط محسنة", - "image-description": "وصف الصورة", - "add-a-new-category": "Add a new category", - "name": "الإسم", - "username": "المعرف", - "first-name": "الإسم الأول", - "last-name": "الاسم الثاني", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "البريد الإلكتروني", - "role": "الدور", - "registered": "مسجل", - "site-information": "معلومات الموقع", - "site-title": "عنوان الموقع", - "use-this-field-to-name-your-site": "إستخدم هذا الحقل لكتابة عنوان موقعك،سوف يظهر في أعلى جميع صفحات موقعك", - "site-slogan": "شعار الموقع", - "use-this-field-to-add-a-catchy-phrase": "أكتب عبارة جذابة حول موقعك", - "site-description": "وصف الموقع", - "you-can-add-a-site-description-to-provide": "يمكنك إضافة وصف مختصر حول موقعك للتعريف به", - "footer-text": "نص التذبيل", - "you-can-add-a-small-text-on-the-bottom": "يمكنك إضافة نص قصير أسفل الموقع", - "social-networks-links": "روابط الشبكات الإجتماعية", - "site-url": "رابط الموقع", - "default-home-page": "الصفحة الرئيسية للموقع", - "email-account-settings": "إعدادات بريد الحساب", - "sender-email": "بريد المرسل", - "emails-will-be-sent-from-this-address": ".سوف ترسل الرسائل من هذا البريد", - "url-filters": "فلتر الرابط", - "select-your-sites-language": "إختر لغة موقعك", - "timezone": "المنطقة الزمنية", - "select-a-timezone-for-a-correct": "إختيار التوقيت الصحيح لعرض التاريخ \/ الوقت على موقعك.", - "locale": "المكان", - "date-and-time-formats": "تنسيق التاريخ والوقت", - "date-format": "صيغة التاريخ", - "current-format": "Current format", - "version": "الإصدار", - "author": "الكاتب", - "activate": "تفعيل", - "deactivate": "تعطيل", - "edit-category": "Edit category", - "delete": "حذف", - "password": "كلمة السر", - "confirm-password": "تأكيد كلمة السر", - "editor": "المحرر", - "administrator": "المدير", - "edit-user": "تعديل المستخدم", - "edit-content": "Edit content", - "profile": "الملف الشخصي", - "change-password": "تغيير كلمة السر", - "enabled": "تفعيل", - "disable-the-user": "Disable the user", - "profile-picture": "صورة الملف الشخصي", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "تأكيد الحذف، لا يمكن التراجع عن هذه الخطوة", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "كلمة سر جديد", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit مثبث", - "choose-your-language": "إختر لغتك", - "next": "التالـي", - "complete-the-form-choose-a-password-for-the-username-admin": "أكمل النموذج، إختر إسم وكلمة سر للمدير", - "show-password": "أظهر كلمة السر", - "install": "تثبيث", - "login": "تسجيل الدخول", - "back-to-login-form": "عودة إلى النمودج", - "get-login-access-code": "أحصل على رمز الدخول", - "email-access-code": "Email access code", - "whats-next": "ماهي الخطوة التالية", - "username-or-password-incorrect": "إسم المستخدم أو كلمة السر خاطئ", - "follow-bludit-on": "تابع جديدنا على", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "إدارة الموقع[admin area]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "دردش مع المطورين من خلال هذه الصفحة [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "هذا وصف موجز لنفسك أو لموقعك، لتغيير هذا النص تذهب إلى لوحة المشرف، إعدادات، والإضافات، وتعديل في إضافة About", - "read-the-documentation-for-more-information": "[documentation](https:\/\/docs.bludit.com) المزيد من المعلومات في الأرشيف", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "حذف المستخدم", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "رفع الصور", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "تم حفظ التعديلات", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "يجب أن لا تقل كلمة السر عن 6 حروف", - "ip-address-has-been-blocked": "IP تم حظر.", - "try-again-in-a-few-minutes": ".أعد المحاولة بعد دقائق", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "اللغة العربية", + "english-name": "Arabic", + "last-update": "2017-09-10", + "author": "", + "email": "", + "website": "" + }, + "dashboard": "لوحة التحكم", + "manage-users": "إدارة المستخدمين", + "manage-categories": "Manage categories", + "general-settings": "الإعدادات العامة", + "advanced-settings": "إعدادات متقدمة", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "اللغة", + "plugin": "Plugin", + "plugins": "الإضافات", + "developers": "Developers", + "themes": "الحلل", + "about": "من نحن", + "url": "URL", + "welcome": "Welcome", + "logout": "الخروج", + "website": "الموقع", + "publish": "نشر", + "manage": "إدارة", + "content": "المحتوى", + "category": "Category", + "categories": "Categories", + "users": "المستخدمين", + "settings": "الإعدادات", + "general": "عـام", + "advanced": "متقدم", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "لا توجد لديك الصلاحيات الكافية لدخول هذه الصفحة،إتصل بالمدير", + "add-a-new-user": "أضف مستخدم جديد", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "اللغة والمنطقة الزمنية", + "change-your-language-and-region-settings": ".إختر لغتك ومنطقتك", + "notifications": "تنبيهات", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "مرحبا بك في Bludit", + "statistics": "الإحصائيات", + "drafts": "المسودات", + "title": "العنوان", + "save": "حفظ", + "save-as-draft": "Save as draft", + "cancel": "إلغاء", + "description": "الوصف", + "this-field-can-help-describe-the-content": "ضع وصفا مناسبا للمحتوى في بضع كلمات. لا تزيد عن 150 حرفا.", + "images": "الصور", + "error": "خطأ", + "supported-image-file-types": "أنواع ملفات الصور المدعومة", + "cover-image": "صورة الغلاف", + "drag-and-drop-or-click-here": "سحب وإسقاط أو اضغط هنا", + "there-are-no-images": "لا توجد صور بعد", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "إضغط على الصورة للمزيد من خيارات.", + "click-here-to-cancel": ".انقر هنا إلى إلغاء", + "insert-image": "إدراج صورة", + "set-as-cover-image": "جعلها صورة للغلاف", + "delete-image": "حذف الصورة", + "tags": "علامات", + "add": "أضـف", + "status": "الحالة", + "published": "منشور", + "draft": "مسودة", + "empty-title": "بدون عنوان", + "empty": "empty", + "date": "التاريخ", + "external-cover-image": "External cover image", + "parent": "ملحق", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "موضع", + "friendly-url": "روابط محسنة", + "image-description": "وصف الصورة", + "add-a-new-category": "Add a new category", + "name": "الإسم", + "username": "المعرف", + "first-name": "الإسم الأول", + "last-name": "الاسم الثاني", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "البريد الإلكتروني", + "role": "الدور", + "registered": "مسجل", + "site-information": "معلومات الموقع", + "site-title": "عنوان الموقع", + "use-this-field-to-name-your-site": "إستخدم هذا الحقل لكتابة عنوان موقعك،سوف يظهر في أعلى جميع صفحات موقعك", + "site-slogan": "شعار الموقع", + "use-this-field-to-add-a-catchy-phrase": "أكتب عبارة جذابة حول موقعك", + "site-description": "وصف الموقع", + "you-can-add-a-site-description-to-provide": "يمكنك إضافة وصف مختصر حول موقعك للتعريف به", + "footer-text": "نص التذبيل", + "you-can-add-a-small-text-on-the-bottom": "يمكنك إضافة نص قصير أسفل الموقع", + "social-networks-links": "روابط الشبكات الإجتماعية", + "site-url": "رابط الموقع", + "email-account-settings": "إعدادات بريد الحساب", + "sender-email": "بريد المرسل", + "emails-will-be-sent-from-this-address": ".سوف ترسل الرسائل من هذا البريد", + "url-filters": "فلتر الرابط", + "select-your-sites-language": "إختر لغة موقعك", + "timezone": "المنطقة الزمنية", + "select-a-timezone-for-a-correct": "إختيار التوقيت الصحيح لعرض التاريخ \/ الوقت على موقعك.", + "locale": "المكان", + "date-and-time-formats": "تنسيق التاريخ والوقت", + "date-format": "صيغة التاريخ", + "current-format": "Current format", + "version": "الإصدار", + "author": "الكاتب", + "activate": "تفعيل", + "deactivate": "تعطيل", + "edit-category": "Edit category", + "delete": "حذف", + "password": "كلمة السر", + "confirm-password": "تأكيد كلمة السر", + "editor": "المحرر", + "administrator": "المدير", + "edit-user": "تعديل المستخدم", + "edit-content": "Edit content", + "profile": "الملف الشخصي", + "change-password": "تغيير كلمة السر", + "enabled": "تفعيل", + "disable-the-user": "Disable the user", + "profile-picture": "صورة الملف الشخصي", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "تأكيد الحذف، لا يمكن التراجع عن هذه الخطوة", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "كلمة سر جديد", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit مثبث", + "choose-your-language": "إختر لغتك", + "next": "التالـي", + "complete-the-form-choose-a-password-for-the-username-admin": "أكمل النموذج، إختر إسم وكلمة سر للمدير", + "show-password": "أظهر كلمة السر", + "install": "تثبيث", + "login": "تسجيل الدخول", + "back-to-login-form": "عودة إلى النمودج", + "get-login-access-code": "أحصل على رمز الدخول", + "email-access-code": "Email access code", + "whats-next": "ماهي الخطوة التالية", + "username-or-password-incorrect": "إسم المستخدم أو كلمة السر خاطئ", + "follow-bludit-on": "تابع جديدنا على", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "إدارة الموقع[admin area]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "دردش مع المطورين من خلال هذه الصفحة [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "هذا وصف موجز لنفسك أو لموقعك، لتغيير هذا النص تذهب إلى لوحة المشرف، إعدادات، والإضافات، وتعديل في إضافة About", + "read-the-documentation-for-more-information": "[documentation](https:\/\/docs.bludit.com) المزيد من المعلومات في الأرشيف", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "حذف المستخدم", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "رفع الصور", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "تم حفظ التعديلات", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "يجب أن لا تقل كلمة السر عن 6 حروف", + "ip-address-has-been-blocked": "IP تم حظر.", + "try-again-in-a-few-minutes": ".أعد المحاولة بعد دقائق", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "الصفحات", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/bg_BG.json b/bl-languages/bg_BG.json index f18f0f97..919a06a5 100644 --- a/bl-languages/bg_BG.json +++ b/bl-languages/bg_BG.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "Български (България)", - "english-name": "Bulgarian", - "last-update": "2017-09-10", - "author": "", - "email": "", - "website": "" - }, - - "dashboard": "Администраторски панел", - "manage-users": "Управление на потребители", - "manage-categories": "Manage categories", - "general-settings": "Основни настройки", - "advanced-settings": "Разширени настройки", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Език", - "plugin": "Plugin", - "plugins": "Компоненти", - "developers": "Developers", - "themes": "Теми", - "about": "Относно", - "url": "URL", - "fixed": "Fixed", - "welcome": "Добре дошли!", - "logout": "Изход", - "website": "Сайт", - "publish": "Публикувай", - "manage": "Управление", - "content": "Съдържание", - "category": "Category", - "categories": "Категории", - "users": "Потребители", - "settings": "Настройки", - "general": "Общи настройки", - "advanced": "Разширени настройки", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "Нова категория", - "you-do-not-have-sufficient-permissions": "Вие нямате права за достъп до тази страница, моля свържете се с администратора.", - "add-a-new-user": "Добавяне на потребител", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Език и часова зона", - "change-your-language-and-region-settings": "Избор на параметри свързани с език, страна и местоположение.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Добре дошли в Bludit", - "statistics": "Статистика:", - "pages": "Страници", - "drafts": "Чернови:", - "title": "Заглавие", - "save": "Запази", - "save-as-draft": "Запази като чернова", - "cancel": "Откажи", - "description": "Описание", - "this-field-can-help-describe-the-content": " В това поле може да опишете съдържанието с няколко думи, но с обща дължина не повече от 150 символа.", - "images": "Изображения", - "error": "Грешна", - "supported-image-file-types": "Поддържани файлови формати за снимки", - "cover-image": "Обложка", - "drag-and-drop-or-click-here": "Влачите и пускате или натиснете тук", - "there-are-no-images": "Няма изображения", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Кликнете върху изображението за опции.", - "click-here-to-cancel": "Кликнете тук, за да отмените.", - "insert-image": "Вмъкни изображение", - "set-as-cover-image": "Задай като обложка ", - "delete-image": "Изтрий изображенито", - "tags": "Етикети", - "add": "Добави", - "status": "Статус", - "published": "Публикувай", - "draft": "Чернова", - "empty-title": "Без заглавие", - "date": "Дата", - "external-cover-image": "External cover image", - "parent": "Избор на основна страница", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Позиция", - "friendly-url": "Friendly URL", - "image-description": "Описание на изображението ", - "add-a-new-category": "Добавяне на нова категория", - "name": "Име", - "username": "Потребителско име", - "first-name": "Име", - "last-name": "Фамилия", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Имейл адрес", - "role": "Вид потребител", - "registered": "Добавен", - "site-information": "Информация за сайта:", - "site-title": "Заглавие на сайта", - "use-this-field-to-name-your-site": "Използвайте това поле за име на сайта, то ще се появи в горната част на всяка страница.", - "site-slogan": "Ключови думи \/ Етикети", - "use-this-field-to-add-a-catchy-phrase": "Използвайте това поле, за да добавите ключови думи и изрази за сайта.", - "site-description": "Описание на сайта", - "you-can-add-a-site-description-to-provide": "Можете да добавите кратко описание или биография на сайта.", - "footer-text": "Текст в долната част", - "you-can-add-a-small-text-on-the-bottom": "Можете да добавите кратък текст в долната част на всяка страница. Например: авторско право, собственик, дати и т.н..", - "social-networks-links": "Социални мрежи:", - "site-url": "Адрес, на който блога е ще бъде намиран", - "default-home-page": "Начална страница по подразбиране", - "email-account-settings": "Настройки на имейл акаунт:", - "sender-email": "Имейл на изпращача", - "emails-will-be-sent-from-this-address": "Писмата ще бъдат изпращани от този адрес.", - "url-filters": "URL филтри", - "select-your-sites-language": "Изберете системен език.", - "timezone": "Часова зона", - "select-a-timezone-for-a-correct": "Изберете часова зона за правилтото показване на дата \/ час.", - "locale": "Местоположение", - "date-and-time-formats": "Формат дата и час:", - "date-format": "Формат дата ", - "current-format": "Текущ формат", - "version": "Версия", - "author": "Автор", - "activate": "Активиране", - "deactivate": "Деактивиране", - "edit-category": "Редактиране на категорията", - "delete": "Изтриване", - "password": "Парола", - "confirm-password": "Повтори паролата", - "editor": "Редактор", - "administrator": "Администратор", - "edit-user": "Промяна на потребител", - "edit-content": "Edit content", - "profile": "Профил", - "change-password": "Промяна на парола:", - "enabled": "Активeн", - "disable-the-user": "Деактивиране на потребителя", - "profile-picture": "Снимка на профила", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Ако потвърдете, действието не може да бъде отменено.", - "do-you-want-to-disable-the-user": "Искате ли да деактивирате този потребител?", - "new-password": "Нова парола", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Инстлатор", - "choose-your-language": "Изберете вашият език", - "next": "Напред", - "complete-the-form-choose-a-password-for-the-username-admin": "Попълнете формуляра, или задайте парола за потребителското име « admin »", - "show-password": "Покажи паролата", - "install": "Инсталиране", - "login": "Вход", - "back-to-login-form": "Връщане към входяща форма", - "get-login-access-code": "Изпрати код за достъп", - "email-access-code": "Имейл код за достъп", - "whats-next": "Какво следва?", - "username-or-password-incorrect": "Грешна парола или потребител", - "follow-bludit-on": "Последвайте Bludit в", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Управлявайте вашият Bludit от [admin area]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Чат с разработчици и потребители на [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Това е кратко описание на вашия сайт, за да се промени този текст отидете в админ панела, настройки плъгини, конфигуриране на плъгин About.", - "read-the-documentation-for-more-information": "Прочети [документацията](https:\/\/docs.bludit.com) за повече информация", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "Изтриване на потребител", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Прикачи изображение", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Промените са запазени", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Паролата трябва да е с дължина най-малко 6 символа", - "ip-address-has-been-blocked": "IP адрес е блокиран.", - "try-again-in-a-few-minutes": "Опитайте отново след няколко минути.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Български (България)", + "english-name": "Bulgarian", + "last-update": "2017-09-10", + "author": "", + "email": "", + "website": "" + }, + "dashboard": "Администраторски панел", + "manage-users": "Управление на потребители", + "manage-categories": "Manage categories", + "general-settings": "Основни настройки", + "advanced-settings": "Разширени настройки", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Език", + "plugin": "Plugin", + "plugins": "Компоненти", + "developers": "Developers", + "themes": "Теми", + "about": "Относно", + "url": "URL", + "welcome": "Добре дошли!", + "logout": "Изход", + "website": "Сайт", + "publish": "Публикувай", + "manage": "Управление", + "content": "Съдържание", + "category": "Category", + "categories": "Категории", + "users": "Потребители", + "settings": "Настройки", + "general": "Общи настройки", + "advanced": "Разширени настройки", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "Нова категория", + "you-do-not-have-sufficient-permissions": "Вие нямате права за достъп до тази страница, моля свържете се с администратора.", + "add-a-new-user": "Добавяне на потребител", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Език и часова зона", + "change-your-language-and-region-settings": "Избор на параметри свързани с език, страна и местоположение.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Добре дошли в Bludit", + "statistics": "Статистика:", + "drafts": "Чернови:", + "title": "Заглавие", + "save": "Запази", + "save-as-draft": "Запази като чернова", + "cancel": "Откажи", + "description": "Описание", + "this-field-can-help-describe-the-content": " В това поле може да опишете съдържанието с няколко думи, но с обща дължина не повече от 150 символа.", + "images": "Изображения", + "error": "Грешна", + "supported-image-file-types": "Поддържани файлови формати за снимки", + "cover-image": "Обложка", + "drag-and-drop-or-click-here": "Влачите и пускате или натиснете тук", + "there-are-no-images": "Няма изображения", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Кликнете върху изображението за опции.", + "click-here-to-cancel": "Кликнете тук, за да отмените.", + "insert-image": "Вмъкни изображение", + "set-as-cover-image": "Задай като обложка ", + "delete-image": "Изтрий изображенито", + "tags": "Етикети", + "add": "Добави", + "status": "Статус", + "published": "Публикувай", + "draft": "Чернова", + "empty-title": "Без заглавие", + "empty": "empty", + "date": "Дата", + "external-cover-image": "External cover image", + "parent": "Избор на основна страница", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Позиция", + "friendly-url": "Friendly URL", + "image-description": "Описание на изображението ", + "add-a-new-category": "Добавяне на нова категория", + "name": "Име", + "username": "Потребителско име", + "first-name": "Име", + "last-name": "Фамилия", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Имейл адрес", + "role": "Вид потребител", + "registered": "Добавен", + "site-information": "Информация за сайта:", + "site-title": "Заглавие на сайта", + "use-this-field-to-name-your-site": "Използвайте това поле за име на сайта, то ще се появи в горната част на всяка страница.", + "site-slogan": "Ключови думи \/ Етикети", + "use-this-field-to-add-a-catchy-phrase": "Използвайте това поле, за да добавите ключови думи и изрази за сайта.", + "site-description": "Описание на сайта", + "you-can-add-a-site-description-to-provide": "Можете да добавите кратко описание или биография на сайта.", + "footer-text": "Текст в долната част", + "you-can-add-a-small-text-on-the-bottom": "Можете да добавите кратък текст в долната част на всяка страница. Например: авторско право, собственик, дати и т.н..", + "social-networks-links": "Социални мрежи:", + "site-url": "Адрес, на който блога е ще бъде намиран", + "email-account-settings": "Настройки на имейл акаунт:", + "sender-email": "Имейл на изпращача", + "emails-will-be-sent-from-this-address": "Писмата ще бъдат изпращани от този адрес.", + "url-filters": "URL филтри", + "select-your-sites-language": "Изберете системен език.", + "timezone": "Часова зона", + "select-a-timezone-for-a-correct": "Изберете часова зона за правилтото показване на дата \/ час.", + "locale": "Местоположение", + "date-and-time-formats": "Формат дата и час:", + "date-format": "Формат дата ", + "current-format": "Текущ формат", + "version": "Версия", + "author": "Автор", + "activate": "Активиране", + "deactivate": "Деактивиране", + "edit-category": "Редактиране на категорията", + "delete": "Изтриване", + "password": "Парола", + "confirm-password": "Повтори паролата", + "editor": "Редактор", + "administrator": "Администратор", + "edit-user": "Промяна на потребител", + "edit-content": "Edit content", + "profile": "Профил", + "change-password": "Промяна на парола:", + "enabled": "Активeн", + "disable-the-user": "Деактивиране на потребителя", + "profile-picture": "Снимка на профила", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Ако потвърдете, действието не може да бъде отменено.", + "do-you-want-to-disable-the-user": "Искате ли да деактивирате този потребител?", + "new-password": "Нова парола", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Инстлатор", + "choose-your-language": "Изберете вашият език", + "next": "Напред", + "complete-the-form-choose-a-password-for-the-username-admin": "Попълнете формуляра, или задайте парола за потребителското име « admin »", + "show-password": "Покажи паролата", + "install": "Инсталиране", + "login": "Вход", + "back-to-login-form": "Връщане към входяща форма", + "get-login-access-code": "Изпрати код за достъп", + "email-access-code": "Имейл код за достъп", + "whats-next": "Какво следва?", + "username-or-password-incorrect": "Грешна парола или потребител", + "follow-bludit-on": "Последвайте Bludit в", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Управлявайте вашият Bludit от [admin area]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Чат с разработчици и потребители на [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Това е кратко описание на вашия сайт, за да се промени този текст отидете в админ панела, настройки плъгини, конфигуриране на плъгин About.", + "read-the-documentation-for-more-information": "Прочети [документацията](https:\/\/docs.bludit.com) за повече информация", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "Изтриване на потребител", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Прикачи изображение", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Промените са запазени", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Паролата трябва да е с дължина най-малко 6 символа", + "ip-address-has-been-blocked": "IP адрес е блокиран.", + "try-again-in-a-few-minutes": "Опитайте отново след няколко минути.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Страници", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/de_CH.json b/bl-languages/de_CH.json index d03fd4ee..340bbb25 100644 --- a/bl-languages/de_CH.json +++ b/bl-languages/de_CH.json @@ -1,222 +1,230 @@ { - "language-data": - { - "native": "Deutsch (Schweiz)", - "english-name": "German", - "locale": "de, de_CH", - "last-update": "2017-09-29", - "author": "Clickwork", - "email": "egoetschel@clickwork.ch", - "website": "https://clickwork.ch" - }, - - "dashboard": "Dashboard", - "manage-users": "Benutzer verwalten", - "manage-categories": "Kategorien verwalten", - "general-settings": "Allgemein", - "advanced-settings": "Erweitert", - "thanks-for-support-bludit": "Vielen Dank für die Unterstützung von Bludit!", - "upgrade-to-bludit-pro": "Upgrade auf Bludit PRO", - "language": "Sprache", - "plugin": "Plugin", - "plugins": "Plugins", - "developers": "Enwickler", - "themes": "Themes", - "about": "Über", - "url": "URL", - "fixed": "Statisch", - "welcome": "Willkommen", - "logout": "Abmelden", - "website": "Website", - "publish": "Veröffentlichen", - "manage": "Verwalten", - - "category": "Kategorie", - "categories": "Kategorien", - "users": "Benutzer", - "settings": "Einstellungen", - "general": "Allgemein", - "advanced": "Erweitert", - - "new-category": "Neue Kategorie", - "you-do-not-have-sufficient-permissions": "Du bist nicht berechtigt, die Seite aufzurufen.", - "add-a-new-user": "Neuen Benutzer hinzufügen.", - "url-associated-with-the-page": "Der URL kann selbst angepasst werden.", - "language-and-timezone": "Sprache und Zeitzone", - "change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.", - "notifications": "Meldungen", - "plugin-activated": "Plugin aktiviert", - "plugin-deactivated": "Plugin deaktiviert", - "new-theme-configured": "Theme aktiviert", - "changes-on-settings": "Änderung der Einstellungen", - "plugin-configured": "Plugin konfiguriert", - "welcome-to-bludit": "Willkommen bei Bludit", - "statistics": "Statistiken", - "pages": "Seiten", - "drafts": "Entwürfe", - "title": "Titel", - "save": "Speichern", - "save-as-draft": "Als Entwurf speichern", - "cancel": "Abbrechen", - "description": "Beschreibung", - "this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.", - "images": "Bilder", - "error": "Error", - "supported-image-file-types": "Unterstützte Datei-Format", - "cover-image": "Hauptbild", - "drag-and-drop-or-click-here": "Drag and Drop oder hier klicken", - "there-are-no-images": "Keine Bilder vorhanden", - "upload-and-more-images": "Upload und weitere Bilder", - "click-on-the-image-for-options": "Für die Bildoptionen auf das Bild klicken.", - "click-here-to-cancel": "Schliessen", - "insert-image": "Bild einfügen", - "set-as-cover-image": "Als Hauptbild verwenden", - "delete-image": "Bild löschen", - "tags": "Schlagwörter", - "add": "Hinzufügen", - "status": "Status", - "published": "Veröffentlicht", - "draft": "Entwurf", - "empty-title": "Kein Titel", - "date": "Datum", - "external-cover-image": "Externes Hauptbild", - "parent": "Übergeordnete Seite", - "full-image-url": "Link zum verwendeten Bild.", - - "position": "Position", - "friendly-url": "Pretty URL", - "image-description": "Image description", - "add-a-new-category": "Neue Kategorie hinzufügen", - "name": "Name", - "username": "Benutzername", - "first-name": "Vorname", - "last-name": "Nachname", - "to-schedule-the-page-select-the-date-and-time": "Um eine Seite zu einem bestimmten Zeitpunkt zu veröffentlichen, Datum und Zeit wählen.", - "email": "E-Mail-Adresse", - "role": "Rolle", - "registered": "Hinzugefügt", - "site-information": "Angaben zur Website", - "site-title": "Titel der Website", - "use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.", - "site-slogan": "Untertitel", - "use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.", - "site-description": "Informationen zur Website", - "you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website für Suchmaschinen.", - "footer-text": "Footer-Text", - "you-can-add-a-small-text-on-the-bottom": "Text im Fussbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.", - "social-networks-links": "Links zu sozialen Netzwerken", - "site-url": "Adresse der Website", - "default-home-page": "Default home page", - "email-account-settings": "E-Mail-Adresse", - "sender-email": "Absender", - "emails-will-be-sent-from-this-address": "E-Mails werden mit dieser E-Mail-Adresse als Absender verschickt.", - "url-filters": "URL-Filter", - "select-your-sites-language": "Sprache der Website.", - "timezone": "Zeitzone", - "select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.", - "locale": "Lokalisierung", - "date-and-time-formats": "Datum und Zeit", - "date-format": "Datumsformat", - "current-format": "Aktuelles Datumsformat", - "version": "Version", - "author": "Autor", - "activate": "Aktivieren", - "deactivate": "Deaktivieren", - "edit-category": "Kategorie bearbeiten", - "delete": "Löschen", - "password": "Passwort", - "confirm-password": "Passwort wiederholen", - "editor": "Editor", - "administrator": "Administrator", - "edit-user": "Benutzer bearbeiten", - - "profile": "Profil", - "change-password": "Passwort ändern", - "enabled": "Aktiviert", - "disable-the-user": "Benutzer deaktivieren", - "profile-picture": "Profil-Bild", - "edit-or-delete-your-categories": "Kategorien bearbeiten oder löschen.", - "create-a-new-page-for-your-site": "Eine neue Seite erstellen.", - - "confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Neues Passwort", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Elemente pro Seite", - "invite-a-friend-to-collaborate-on-your-site": "Einen neuen Benutzer hinzufügen.", - "number-of-items-to-show-per-page": "Anzahl Beiträge pro Seite.", - "website-or-blog": "Website oder Blog", - "scheduled-pages": "Zur Veröffentlichung geplant", - "there-are-no-scheduled-pages": "Es sind keine zur Veröffentlichung geplante Seiten vorhanden.", - "there-are-no-draft-pages": "Es sind keine Entwürfe vorhanden.", - "order-content-by": "Seiten anzeigen nach", - - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Seite nicht gefunden", - "predefined-pages": "Zugewiesene Seiten", - "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": "Seite, die als Hauptseite verwendet wird. Ist keine Seite gewählt, werden die Inhalte aller Seiten auf der Hauptseite gezeigt.", - "full-url-of-your-site": "Vollständiger URL der Website mitt http:// oder https:// (https:// nur, wenn ein Zertifikat aktiviert ist).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Installer", - "choose-your-language": "Eine Sprache wählen", - "next": "Weiter", - "complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\"
und eine E-Mail-Adresse eingeben.", - "show-password": "Passwort im Klartext zeigen", - "install": "Installieren", - "login": "Anmelden", - "back-to-login-form": "Back to login form", - "get-login-access-code": "Get login access code", - "email-access-code": "Email access code", - "whats-next": "Und so geht es weiter:", - "username-or-password-incorrect": "Username or password incorrect", - "follow-bludit-on": "Bludit folgen bei", - "visit-the-forum-for-support": "[Forum](https://forum.bludit.org) bei Fragen und Problemen", - "manage-your-bludit-from-the-admin-panel": "Bludit im [Administrationsbereich] [admin area]({{ADMIN_AREA_LINK}}) verwalten", - "chat-with-developers-and-users-on-gitter":"Mit Entwicklern und Benutzern bei [Gitter](https://gitter.im/dignajar/bludit) chatten", - "this-is-a-brief-description-of-yourself-our-your-site":"This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", - "read-the-documentation-for-more-information": "[Dokumentation](https://docs.bludit.com) mit weiteren Informationen", - "new-page-created": "Neue Seite erstellt", - "new-version-available": "New version available", - "new-category-created": "Neue Kategorie erstellt", - "category-deleted": "Kategorie gelöscht", - "category-edited": "Kategorie bearbeitet", - "new-user-created": "Neuer Benutzer hinzugefügt", - "user-edited": "Benutzer bearbeitet", - "user-deleted": "Benutzer gelöscht", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentifizierungs-Token", - "token": "Token", - "current-status": "Aktueller Status", - "upload-image": "Bild hochladen", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Die Änderungen wurden gespeichert", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein.", - "ip-address-has-been-blocked": "IP address has been blocked", - "try-again-in-a-few-minutes": "Try again in a few minutes", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Statische Seiten", - "manage-pages": "Seiten verwalten", - "new-page": "Neue Seite", - "edit-page": "Seite bearbeiten", - "create-a-new-category-to-organize-your-pages": "Eine neue Kategorie hinzufügen.", - "edit-or-delete-pages-from-your-site": "Seiten bearbeiten oder löschen.", - "add-new-page": "Neue Seite erstellen", - "this-field-is-used-when-you-order-the-pages-by-position": "Dieses Feld kann verwendet werden, wenn die Seiten nach ihrer Position angezeigt werden (Website).", - "about-your-site-or-yourself": "About your site or yourself", - "homepage": "Hauptseite", - "disabled": "Deaktiviert", - "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-pages-to-admin-user": "Benutzer löschen und seine Seiten dem Benutzer admin übertragen.", - "delete-the-user-and-all-his-pages": "Benutzer und alle seine Seiten löschen.", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Inhalt bearbeitet" -} + "language-data": { + "native": "Deutsch (Schweiz)", + "english-name": "German", + "locale": "de, de_CH", + "last-update": "2017-09-29", + "author": "Clickwork", + "email": "egoetschel@clickwork.ch", + "website": "https://clickwork.ch" + }, + "dashboard": "Dashboard", + "manage-users": "Benutzer verwalten", + "manage-categories": "Kategorien verwalten", + "general-settings": "Allgemein", + "advanced-settings": "Erweitert", + "thanks-for-support-bludit": "Vielen Dank für die Unterstützung von Bludit!", + "upgrade-to-bludit-pro": "Upgrade auf Bludit PRO", + "language": "Sprache", + "plugin": "Plugin", + "plugins": "Plugins", + "developers": "Enwickler", + "themes": "Themes", + "about": "Über", + "url": "URL", + "welcome": "Willkommen", + "logout": "Abmelden", + "website": "Website", + "publish": "Veröffentlichen", + "manage": "Verwalten", + "content": "Content", + "category": "Kategorie", + "categories": "Kategorien", + "users": "Benutzer", + "settings": "Einstellungen", + "general": "Allgemein", + "advanced": "Erweitert", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "Neue Kategorie", + "you-do-not-have-sufficient-permissions": "Du bist nicht berechtigt, die Seite aufzurufen.", + "add-a-new-user": "Neuen Benutzer hinzufügen.", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Sprache und Zeitzone", + "change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.", + "notifications": "Meldungen", + "plugin-activated": "Plugin aktiviert", + "plugin-deactivated": "Plugin deaktiviert", + "new-theme-configured": "Theme aktiviert", + "changes-on-settings": "Änderung der Einstellungen", + "plugin-configured": "Plugin konfiguriert", + "welcome-to-bludit": "Willkommen bei Bludit", + "statistics": "Statistiken", + "drafts": "Entwürfe", + "title": "Titel", + "save": "Speichern", + "save-as-draft": "Als Entwurf speichern", + "cancel": "Abbrechen", + "description": "Beschreibung", + "this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.", + "images": "Bilder", + "error": "Error", + "supported-image-file-types": "Unterstützte Datei-Format", + "cover-image": "Hauptbild", + "drag-and-drop-or-click-here": "Drag and Drop oder hier klicken", + "there-are-no-images": "Keine Bilder vorhanden", + "upload-and-more-images": "Upload und weitere Bilder", + "click-on-the-image-for-options": "Für die Bildoptionen auf das Bild klicken.", + "click-here-to-cancel": "Schliessen", + "insert-image": "Bild einfügen", + "set-as-cover-image": "Als Hauptbild verwenden", + "delete-image": "Bild löschen", + "tags": "Schlagwörter", + "add": "Hinzufügen", + "status": "Status", + "published": "Veröffentlicht", + "draft": "Entwurf", + "empty-title": "Kein Titel", + "empty": "empty", + "date": "Datum", + "external-cover-image": "Externes Hauptbild", + "parent": "Übergeordnete Seite", + "full-image-url": "Link zum verwendeten Bild.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Position", + "friendly-url": "Pretty URL", + "image-description": "Image description", + "add-a-new-category": "Neue Kategorie hinzufügen", + "name": "Name", + "username": "Benutzername", + "first-name": "Vorname", + "last-name": "Nachname", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "E-Mail-Adresse", + "role": "Rolle", + "registered": "Hinzugefügt", + "site-information": "Angaben zur Website", + "site-title": "Titel der Website", + "use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.", + "site-slogan": "Untertitel", + "use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.", + "site-description": "Informationen zur Website", + "you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website für Suchmaschinen.", + "footer-text": "Footer-Text", + "you-can-add-a-small-text-on-the-bottom": "Text im Fussbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.", + "social-networks-links": "Links zu sozialen Netzwerken", + "site-url": "Adresse der Website", + "email-account-settings": "E-Mail-Adresse", + "sender-email": "Absender", + "emails-will-be-sent-from-this-address": "E-Mails werden mit dieser E-Mail-Adresse als Absender verschickt.", + "url-filters": "URL-Filter", + "select-your-sites-language": "Sprache der Website.", + "timezone": "Zeitzone", + "select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.", + "locale": "Lokalisierung", + "date-and-time-formats": "Datum und Zeit", + "date-format": "Datumsformat", + "current-format": "Aktuelles Datumsformat", + "version": "Version", + "author": "Autor", + "activate": "Aktivieren", + "deactivate": "Deaktivieren", + "edit-category": "Kategorie bearbeiten", + "delete": "Löschen", + "password": "Passwort", + "confirm-password": "Passwort wiederholen", + "editor": "Editor", + "administrator": "Administrator", + "edit-user": "Benutzer bearbeiten", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Passwort ändern", + "enabled": "Aktiviert", + "disable-the-user": "Benutzer deaktivieren", + "profile-picture": "Profil-Bild", + "edit-or-delete-your-categories": "Kategorien bearbeiten oder löschen.", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Neues Passwort", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Elemente pro Seite", + "invite-a-friend-to-collaborate-on-your-site": "Einen neuen Benutzer hinzufügen.", + "number-of-items-to-show-per-page": "Anzahl Beiträge pro Seite.", + "website-or-blog": "Website oder Blog", + "order-content-by": "Seiten anzeigen nach", + "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": "Seite nicht gefunden", + "predefined-pages": "Zugewiesene Seiten", + "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": "Seite, die als Hauptseite verwendet wird. Ist keine Seite gewählt, werden die Inhalte aller Seiten auf der Hauptseite gezeigt.", + "full-url-of-your-site": "Vollständiger URL der Website mitt http:\/\/ oder https:\/\/ (https:\/\/ nur, wenn ein Zertifikat aktiviert ist).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Installer", + "choose-your-language": "Eine Sprache wählen", + "next": "Weiter", + "complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\"
und eine E-Mail-Adresse eingeben.", + "show-password": "Passwort im Klartext zeigen", + "install": "Installieren", + "login": "Anmelden", + "back-to-login-form": "Back to login form", + "get-login-access-code": "Get login access code", + "email-access-code": "Email access code", + "whats-next": "Und so geht es weiter:", + "username-or-password-incorrect": "Username or password incorrect", + "follow-bludit-on": "Bludit folgen bei", + "visit-the-forum-for-support": "[Forum](https:\/\/forum.bludit.org) bei Fragen und Problemen", + "manage-your-bludit-from-the-admin-panel": "Bludit im [Administrationsbereich] [admin area]({{ADMIN_AREA_LINK}}) verwalten", + "chat-with-developers-and-users-on-gitter": "Mit Entwicklern und Benutzern bei [Gitter](https:\/\/gitter.im\/dignajar\/bludit) chatten", + "this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", + "read-the-documentation-for-more-information": "[Dokumentation](https:\/\/docs.bludit.com) mit weiteren Informationen", + "new-version-available": "New version available", + "new-category-created": "Neue Kategorie erstellt", + "category-deleted": "Kategorie gelöscht", + "category-edited": "Kategorie bearbeitet", + "new-user-created": "Neuer Benutzer hinzugefügt", + "user-edited": "Benutzer bearbeitet", + "user-deleted": "Benutzer gelöscht", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentifizierungs-Token", + "token": "Token", + "current-status": "Aktueller Status", + "upload-image": "Bild hochladen", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Die Änderungen wurden gespeichert", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein.", + "ip-address-has-been-blocked": "IP address has been blocked", + "try-again-in-a-few-minutes": "Try again in a few minutes", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "blog": "Blog", + "complete-all-fields": "Complete all fields", + "static": "Statische Seiten", + "about-your-site-or-yourself": "About your site or yourself", + "homepage": "Hauptseite", + "disabled": "Deaktiviert", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Seiten", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" +} \ No newline at end of file diff --git a/bl-languages/de_DE.json b/bl-languages/de_DE.json index d56c9876..70ea88df 100644 --- a/bl-languages/de_DE.json +++ b/bl-languages/de_DE.json @@ -1,222 +1,230 @@ { - "language-data": - { - "native": "Deutsch (Deutschland)", - "english-name": "German", - "locale": "de, de_DE", - "last-update": "2017-09-29", - "author": "Clickwork", - "email": "egoetschel@clickwork.ch", - "website": "https://clickwork.ch" - }, - - "dashboard": "Dashboard", - "manage-users": "Benutzer verwalten", - "manage-categories": "Kategorien verwalten", - "general-settings": "Allgemein", - "advanced-settings": "Erweitert", - "thanks-for-support-bludit": "Vielen Dank für die Unterstützung von Bludit!", - "upgrade-to-bludit-pro": "Upgrade auf Bludit PRO", - "language": "Sprache", - "plugin": "Plugin", - "plugins": "Plugins", - "developers": "Enwickler", - "themes": "Themes", - "about": "Über", - "url": "URL", - "fixed": "Statisch", - "welcome": "Willkommen", - "logout": "Abmelden", - "website": "Website", - "publish": "Veröffentlichen", - "manage": "Verwalten", - - "category": "Kategorie", - "categories": "Kategorien", - "users": "Benutzer", - "settings": "Einstellungen", - "general": "Allgemein", - "advanced": "Erweitert", - - "new-category": "Neue Kategorie", - "you-do-not-have-sufficient-permissions": "Du bist nicht berechtigt, die Seite aufzurufen.", - "add-a-new-user": "Neuen Benutzer hinzufügen.", - "url-associated-with-the-page": "Der URL kann selbst angepasst werden.", - "language-and-timezone": "Sprache und Zeitzone", - "change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.", - "notifications": "Meldungen", - "plugin-activated": "Plugin aktiviert", - "plugin-deactivated": "Plugin deaktiviert", - "new-theme-configured": "Theme aktiviert", - "changes-on-settings": "Änderung der Einstellungen", - "plugin-configured": "Plugin konfiguriert", - "welcome-to-bludit": "Willkommen bei Bludit", - "statistics": "Statistiken", - "pages": "Seiten", - "drafts": "Entwürfe", - "title": "Titel", - "save": "Speichern", - "save-as-draft": "Als Entwurf speichern", - "cancel": "Abbrechen", - "description": "Beschreibung", - "this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.", - "images": "Bilder", - "error": "Error", - "supported-image-file-types": "Unterstützte Datei-Format", - "cover-image": "Hauptbild", - "drag-and-drop-or-click-here": "Drag and Drop oder hier klicken", - "there-are-no-images": "Keine Bilder vorhanden", - "upload-and-more-images": "Upload und weitere Bilder", - "click-on-the-image-for-options": "Für die Bildoptionen auf das Bild klicken.", - "click-here-to-cancel": "Schließen", - "insert-image": "Bild einfügen", - "set-as-cover-image": "Als Hauptbild verwenden", - "delete-image": "Bild löschen", - "tags": "Schlagwörter", - "add": "Hinzufügen", - "status": "Status", - "published": "Veröffentlicht", - "draft": "Entwurf", - "empty-title": "Kein Titel", - "date": "Datum", - "external-cover-image": "Externes Hauptbild", - "parent": "Übergeordnete Seite", - "full-image-url": "Link zum verwendeten Bild.", - - "position": "Position", - "friendly-url": "Pretty URL", - "image-description": "Image description", - "add-a-new-category": "Neue Kategorie hinzufügen", - "name": "Name", - "username": "Benutzername", - "first-name": "Vorname", - "last-name": "Nachname", - "to-schedule-the-page-select-the-date-and-time": "Um eine Seite zu einem bestimmten Zeitpunkt zu veröffentlichen, Datum und Zeit wählen.", - "email": "E-Mail-Adresse", - "role": "Rolle", - "registered": "Hinzugefügt", - "site-information": "Angaben zur Website", - "site-title": "Titel der Website", - "use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.", - "site-slogan": "Untertitel", - "use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.", - "site-description": "Informationen zur Website", - "you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website für Suchmaschinen.", - "footer-text": "Footer-Text", - "you-can-add-a-small-text-on-the-bottom": "Text im Fußbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.", - "social-networks-links": "Links zu sozialen Netzwerken", - "site-url": "Adresse der Website", - "default-home-page": "Default home page", - "email-account-settings": "E-Mail-Adresse", - "sender-email": "Absender", - "emails-will-be-sent-from-this-address": "E-Mails werden mit dieser E-Mail-Adresse als Absender verschickt.", - "url-filters": "URL-Filter", - "select-your-sites-language": "Sprache der Website.", - "timezone": "Zeitzone", - "select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.", - "locale": "Lokalisierung", - "date-and-time-formats": "Datum und Zeit", - "date-format": "Datumsformat", - "current-format": "Aktuelles Datumsformat", - "version": "Version", - "author": "Autor", - "activate": "Aktivieren", - "deactivate": "Deaktivieren", - "edit-category": "Kategorie bearbeiten", - "delete": "Löschen", - "password": "Passwort", - "confirm-password": "Passwort wiederholen", - "editor": "Editor", - "administrator": "Administrator", - "edit-user": "Benutzer bearbeiten", - - "profile": "Profil", - "change-password": "Passwort ändern", - "enabled": "Aktiviert", - "disable-the-user": "Benutzer deaktivieren", - "profile-picture": "Profil-Bild", - "edit-or-delete-your-categories": "Kategorien bearbeiten oder löschen.", - "create-a-new-page-for-your-site": "Eine neue Seite erstellen.", - - "confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Neues Passwort", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Elemente pro Seite", - "invite-a-friend-to-collaborate-on-your-site": "Einen neuen Benutzer hinzufügen.", - "number-of-items-to-show-per-page": "Anzahl Beiträge pro Seite.", - "website-or-blog": "Website oder Blog", - "scheduled-pages": "Zur Veröffentlichung geplant", - "there-are-no-scheduled-pages": "Es sind keine zur Veröffentlichung geplante Seiten vorhanden.", - "there-are-no-draft-pages": "Es sind keine Entwürfe vorhanden.", - "order-content-by": "Seiten anzeigen nach", - - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Seite nicht gefunden", - "predefined-pages": "Zugewiesene Seiten", - "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": "Seite, die als Hauptseite verwendet wird. Ist keine Seite gewählt, werden die Inhalte aller Seiten auf der Hauptseite gezeigt.", - "full-url-of-your-site": "Vollständiger URL der Website mitt http:// oder https:// (https:// nur, wenn ein Zertifikat aktiviert ist).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Installer", - "choose-your-language": "Eine Sprache wählen", - "next": "Weiter", - "complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\"
und eine E-Mail-Adresse eingeben.", - "show-password": "Passwort im Klartext zeigen", - "install": "Installieren", - "login": "Anmelden", - "back-to-login-form": "Back to login form", - "get-login-access-code": "Get login access code", - "email-access-code": "Email access code", - "whats-next": "Und so geht es weiter:", - "username-or-password-incorrect": "Username or password incorrect", - "follow-bludit-on": "Bludit folgen bei", - "visit-the-forum-for-support": "[Forum](https://forum.bludit.org) bei Fragen und Problemen", - "manage-your-bludit-from-the-admin-panel": "Bludit im [Administrationsbereich] [admin area]({{ADMIN_AREA_LINK}}) verwalten", - "chat-with-developers-and-users-on-gitter":"Mit Entwicklern und Benutzern bei [Gitter](https://gitter.im/dignajar/bludit) chatten", - "this-is-a-brief-description-of-yourself-our-your-site":"This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", - "read-the-documentation-for-more-information": "[Dokumentation](https://docs.bludit.com) mit weiteren Informationen", - "new-page-created": "Neue Seite erstellt", - "new-version-available": "New version available", - "new-category-created": "Neue Kategorie erstellt", - "category-deleted": "Kategorie gelöscht", - "category-edited": "Kategorie bearbeitet", - "new-user-created": "Neuer Benutzer hinzugefügt", - "user-edited": "Benutzer bearbeitet", - "user-deleted": "Benutzer gelöscht", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentifizierungs-Token", - "token": "Token", - "current-status": "Aktueller Status", - "upload-image": "Bild hochladen", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Die Änderungen wurden gespeichert", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein.", - "ip-address-has-been-blocked": "IP address has been blocked", - "try-again-in-a-few-minutes": "Try again in a few minutes", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Statische Seiten", - "manage-pages": "Seiten verwalten", - "new-page": "Neue Seite", - "edit-page": "Seite bearbeiten", - "create-a-new-category-to-organize-your-pages": "Eine neue Kategorie hinzufügen.", - "edit-or-delete-pages-from-your-site": "Seiten bearbeiten oder löschen.", - "add-new-page": "Neue Seite erstellen", - "this-field-is-used-when-you-order-the-pages-by-position": "Dieses Feld kann verwendet werden, wenn die Seiten nach ihrer Position angezeigt werden (Website).", - "about-your-site-or-yourself": "About your site or yourself", - "homepage": "Hauptseite", - "disabled": "Deaktiviert", - "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-pages-to-admin-user": "Benutzer löschen und seine Seiten dem Benutzer admin übertragen.", - "delete-the-user-and-all-his-pages": "Benutzer und alle seine Seiten löschen.", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Inhalt bearbeitet" -} + "language-data": { + "native": "Deutsch (Deutschland)", + "english-name": "German", + "locale": "de, de_DE", + "last-update": "2017-09-29", + "author": "Clickwork", + "email": "egoetschel@clickwork.ch", + "website": "https://clickwork.ch" + }, + "dashboard": "Dashboard", + "manage-users": "Benutzer verwalten", + "manage-categories": "Kategorien verwalten", + "general-settings": "Allgemein", + "advanced-settings": "Erweitert", + "thanks-for-support-bludit": "Vielen Dank für die Unterstützung von Bludit!", + "upgrade-to-bludit-pro": "Upgrade auf Bludit PRO", + "language": "Sprache", + "plugin": "Plugin", + "plugins": "Plugins", + "developers": "Enwickler", + "themes": "Themes", + "about": "Über", + "url": "URL", + "welcome": "Willkommen", + "logout": "Abmelden", + "website": "Website", + "publish": "Veröffentlichen", + "manage": "Verwalten", + "content": "Content", + "category": "Kategorie", + "categories": "Kategorien", + "users": "Benutzer", + "settings": "Einstellungen", + "general": "Allgemein", + "advanced": "Erweitert", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "Neue Kategorie", + "you-do-not-have-sufficient-permissions": "Du bist nicht berechtigt, die Seite aufzurufen.", + "add-a-new-user": "Neuen Benutzer hinzufügen.", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Sprache und Zeitzone", + "change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.", + "notifications": "Meldungen", + "plugin-activated": "Plugin aktiviert", + "plugin-deactivated": "Plugin deaktiviert", + "new-theme-configured": "Theme aktiviert", + "changes-on-settings": "Änderung der Einstellungen", + "plugin-configured": "Plugin konfiguriert", + "welcome-to-bludit": "Willkommen bei Bludit", + "statistics": "Statistiken", + "drafts": "Entwürfe", + "title": "Titel", + "save": "Speichern", + "save-as-draft": "Als Entwurf speichern", + "cancel": "Abbrechen", + "description": "Beschreibung", + "this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.", + "images": "Bilder", + "error": "Error", + "supported-image-file-types": "Unterstützte Datei-Format", + "cover-image": "Hauptbild", + "drag-and-drop-or-click-here": "Drag and Drop oder hier klicken", + "there-are-no-images": "Keine Bilder vorhanden", + "upload-and-more-images": "Upload und weitere Bilder", + "click-on-the-image-for-options": "Für die Bildoptionen auf das Bild klicken.", + "click-here-to-cancel": "Schließen", + "insert-image": "Bild einfügen", + "set-as-cover-image": "Als Hauptbild verwenden", + "delete-image": "Bild löschen", + "tags": "Schlagwörter", + "add": "Hinzufügen", + "status": "Status", + "published": "Veröffentlicht", + "draft": "Entwurf", + "empty-title": "Kein Titel", + "empty": "empty", + "date": "Datum", + "external-cover-image": "Externes Hauptbild", + "parent": "Übergeordnete Seite", + "full-image-url": "Link zum verwendeten Bild.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Position", + "friendly-url": "Pretty URL", + "image-description": "Image description", + "add-a-new-category": "Neue Kategorie hinzufügen", + "name": "Name", + "username": "Benutzername", + "first-name": "Vorname", + "last-name": "Nachname", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "E-Mail-Adresse", + "role": "Rolle", + "registered": "Hinzugefügt", + "site-information": "Angaben zur Website", + "site-title": "Titel der Website", + "use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.", + "site-slogan": "Untertitel", + "use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.", + "site-description": "Informationen zur Website", + "you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website für Suchmaschinen.", + "footer-text": "Footer-Text", + "you-can-add-a-small-text-on-the-bottom": "Text im Fußbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.", + "social-networks-links": "Links zu sozialen Netzwerken", + "site-url": "Adresse der Website", + "email-account-settings": "E-Mail-Adresse", + "sender-email": "Absender", + "emails-will-be-sent-from-this-address": "E-Mails werden mit dieser E-Mail-Adresse als Absender verschickt.", + "url-filters": "URL-Filter", + "select-your-sites-language": "Sprache der Website.", + "timezone": "Zeitzone", + "select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.", + "locale": "Lokalisierung", + "date-and-time-formats": "Datum und Zeit", + "date-format": "Datumsformat", + "current-format": "Aktuelles Datumsformat", + "version": "Version", + "author": "Autor", + "activate": "Aktivieren", + "deactivate": "Deaktivieren", + "edit-category": "Kategorie bearbeiten", + "delete": "Löschen", + "password": "Passwort", + "confirm-password": "Passwort wiederholen", + "editor": "Editor", + "administrator": "Administrator", + "edit-user": "Benutzer bearbeiten", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Passwort ändern", + "enabled": "Aktiviert", + "disable-the-user": "Benutzer deaktivieren", + "profile-picture": "Profil-Bild", + "edit-or-delete-your-categories": "Kategorien bearbeiten oder löschen.", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Neues Passwort", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Elemente pro Seite", + "invite-a-friend-to-collaborate-on-your-site": "Einen neuen Benutzer hinzufügen.", + "number-of-items-to-show-per-page": "Anzahl Beiträge pro Seite.", + "website-or-blog": "Website oder Blog", + "order-content-by": "Seiten anzeigen nach", + "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": "Seite nicht gefunden", + "predefined-pages": "Zugewiesene Seiten", + "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": "Seite, die als Hauptseite verwendet wird. Ist keine Seite gewählt, werden die Inhalte aller Seiten auf der Hauptseite gezeigt.", + "full-url-of-your-site": "Vollständiger URL der Website mitt http:\/\/ oder https:\/\/ (https:\/\/ nur, wenn ein Zertifikat aktiviert ist).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Installer", + "choose-your-language": "Eine Sprache wählen", + "next": "Weiter", + "complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\"
und eine E-Mail-Adresse eingeben.", + "show-password": "Passwort im Klartext zeigen", + "install": "Installieren", + "login": "Anmelden", + "back-to-login-form": "Back to login form", + "get-login-access-code": "Get login access code", + "email-access-code": "Email access code", + "whats-next": "Und so geht es weiter:", + "username-or-password-incorrect": "Username or password incorrect", + "follow-bludit-on": "Bludit folgen bei", + "visit-the-forum-for-support": "[Forum](https:\/\/forum.bludit.org) bei Fragen und Problemen", + "manage-your-bludit-from-the-admin-panel": "Bludit im [Administrationsbereich] [admin area]({{ADMIN_AREA_LINK}}) verwalten", + "chat-with-developers-and-users-on-gitter": "Mit Entwicklern und Benutzern bei [Gitter](https:\/\/gitter.im\/dignajar\/bludit) chatten", + "this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", + "read-the-documentation-for-more-information": "[Dokumentation](https:\/\/docs.bludit.com) mit weiteren Informationen", + "new-version-available": "New version available", + "new-category-created": "Neue Kategorie erstellt", + "category-deleted": "Kategorie gelöscht", + "category-edited": "Kategorie bearbeitet", + "new-user-created": "Neuer Benutzer hinzugefügt", + "user-edited": "Benutzer bearbeitet", + "user-deleted": "Benutzer gelöscht", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentifizierungs-Token", + "token": "Token", + "current-status": "Aktueller Status", + "upload-image": "Bild hochladen", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Die Änderungen wurden gespeichert", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein.", + "ip-address-has-been-blocked": "IP address has been blocked", + "try-again-in-a-few-minutes": "Try again in a few minutes", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "blog": "Blog", + "complete-all-fields": "Complete all fields", + "static": "Statische Seiten", + "about-your-site-or-yourself": "About your site or yourself", + "homepage": "Hauptseite", + "disabled": "Deaktiviert", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Seiten", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" +} \ No newline at end of file diff --git a/bl-languages/en.json b/bl-languages/en.json index 51faea02..308dd81c 100644 --- a/bl-languages/en.json +++ b/bl-languages/en.json @@ -1,6 +1,5 @@ { - "language-data": - { + "language-data":{ "native": "English", "english-name": "English", "locale": "en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ", @@ -9,7 +8,6 @@ "email": "", "website": "https://www.bludit.com" }, - "dashboard": "Dashboard", "manage-users": "Manage users", "manage-categories": "Manage categories", @@ -24,7 +22,6 @@ "themes": "Themes", "about": "About", "url": "URL", - "fixed": "Fixed", "welcome": "Welcome", "logout": "Log out", "website": "Website", diff --git a/bl-languages/es.json b/bl-languages/es.json index db23e8a7..4b4a335c 100644 --- a/bl-languages/es.json +++ b/bl-languages/es.json @@ -1,233 +1,230 @@ { - "language-data": { - "native": "Español", - "english-name": "Spanish", - "locale": "es, es_ES, es_AR, es_MX", - "last-update": "2017-09-10", - "author": "Bludit", - "email": "", - "website": "https://www.bludit.com" - }, - - "dashboard": "Panel", - "manage-users": "Administrar usuarios", - "manage-categories": "Manage categories", - "general-settings": "Ajustes generales", - "advanced-settings": "Ajustes avanzados", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Idioma", - "plugin": "Plugin", - "plugins": "Complementos", - "developers": "Developers", - "themes": "Temas", - "about": "Acerca de", - "url": "URL", - "fixed": "Fixed", - "welcome": "Bienvenido", - "logout": "Cerrar sesión", - "website": "Sitio web", - "publish": "Publicar", - "manage": "Administrar", - "content": "Contenido", - "category": "Category", - "categories": "Categories", - "users": "Usuarios", - "settings": "Ajustes", - "general": "General", - "advanced": "Avanzado", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "No tiene suficientes permisos para acceder a esta página, contacte al administrador.", - "add-a-new-user": "Agregar nuevo usuario", - "url-associated-with-the-content": "URL associated with the content.", - "language-and-timezone": "Idioma y zona horaria", - "change-your-language-and-region-settings": "Cambiar la configuración de idioma y región.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bienvenido a Bludit", - "statistics": "Estadísticas", - "drafts": "Borradores", - "title": "Titulo", - "save": "Guardar", - "save-as-draft": "Save as draft", - "cancel": "Cancel", - "description": "Descripción", - "this-field-can-help-describe-the-content": "Este campo puede ayudar a describir el contenido en pocas palabras. No mas de 150 caracteres.", - "images": "Imagenes", - "error": "Error", - "supported-image-file-types": "Tipo de imagen soportados", - "cover-image": "Imagen de portada", - "drag-and-drop-or-click-here": "Arrastre y suelte, o haga clic aquí", - "there-are-no-images": "No hay imagenes", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Clic en la imagen para las opciones.", - "click-here-to-cancel": "Clic aquí para cancelar.", - "insert-image": "Insertar imagen", - "set-as-cover-image": "Establecer como portada", - "delete-image": "Eliminar imagen", - "tags": "Etiquetas", - "add": "Agregar", - "status": "Estado", - "published": "Publicado", - "draft": "Borrador", - "empty-title": "Titulo vacío", - "date": "Fecha", - "external-cover-image": "External cover image", - "parent": "Padre", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Posición", - "friendly-url": "URL Amistosa", - "image-description": "Descripción de la imagen", - "add-a-new-category": "Add a new category", - "name": "Nombre", - "username": "Nombre de usuario", - "first-name": "Nombre", - "last-name": "Apellido", - "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", - "email": "Correo electrónico", - "role": "Rol", - "registered": "Registrado", - "site-information": "información del sitio", - "site-title": "Titulo del sitio", - "use-this-field-to-name-your-site": "Utilice este campo para nombrar su sitio, aparecerá en la parte superior de cada página de su sitio.", - "site-slogan": "Slogan del sitio", - "use-this-field-to-add-a-catchy-phrase": "Utilice este campo para agregar un slogan a su sitio.", - "site-description": "Descripción del sitio", - "you-can-add-a-site-description-to-provide": "Puede agregar una descripción del sitio para proporcionar una breve biografía o descripción de su sitio.", - "footer-text": "Texto de pie de página", - "you-can-add-a-small-text-on-the-bottom": "Puede agregar un pequeño texto en el pie de página. ej: copyright, autor, fechas, etc.", - "social-networks-links": "Redes sociales enlaces", - "site-url": "URL del sitio", - "email-account-settings": "Configuración de la cuenta de correo electrónico", - "sender-email": "Remitente de correo electrónico", - "emails-will-be-sent-from-this-address": "Los correo electrónicos seran enviados desde esta direccion.", - "url-filters": "Filtros URL", - "select-your-sites-language": "Seleccione el idioma de su sitio.", - "timezone": "Zona horaria", - "select-a-timezone-for-a-correct": "Seleccione la zona horaria para una correcta visualización de las fechas.", - "locale": "Locale", - "date-and-time-formats": "Formato de la fecha y hora", - "date-format": "Formato de fecha", - "current-format": "Formato actual", - "version": "Version", - "author": "Autor", - "activate": "Activar", - "deactivate": "Desactivar", - "edit-category": "Edit category", - "delete": "Eliminar", - "password": "Contraseña", - "confirm-password": "Confirmar contraseña", - "editor": "Editor", - "administrator": "Administrador", - "edit-user": "Editar usuario", - "edit-content": "Edit content", - "profile": "Perfil", - "change-password": "Cambiar contraseña", - "enabled": "Habilitado", - "disable-the-user": "Deshabilitar usuario", - "profile-picture": "Imagen de perfil", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Confirmar eliminación, esta operación no se puede deshacer.", - "do-you-want-to-disable-the-user": "Quiere deshabilitar el usuario ?", - "new-password": "Nueva contraseña", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Instalador", - "choose-your-language": "Seleccione su idioma", - "next": "Siguiente", - "complete-the-form-choose-a-password-for-the-username-admin": "Complete el formulario y elija una contraseña para el usuario « admin »", - "show-password": "Mostrar contraseña", - "install": "Instalar", - "login": "Iniciar sesión", - "back-to-login-form": "Volver al formulario de ingreso", - "get-login-access-code": "Obtener el codigo de acceso", - "email-access-code": "Código de acceso via email", - "whats-next": "Siguientes pasos", - "username-or-password-incorrect": "Nombre de usuario o contraseña incorrectos", - "follow-bludit-on": "Siga Bludit en", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Administre su Bludit desde el [panel de administración]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Charla con los desarrolladores y usuarios en [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Breve descripción de ti o de tu sitio, para cambiar este texto, vaya al panel de administración, ajustes, complementos, y configurar el complemento Acerca de", - "read-the-documentation-for-more-information": "Lea la [documentación](https:\/\/docs.bludit.com) para mas información", - "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": "Usuario eliminado", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Subir imagen", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Los cambios fueron guardados", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "La contraseña debe tener al menos 6 carácteres.", - "ip-address-has-been-blocked": "La direccion IP fue bloqueada.", - "try-again-in-a-few-minutes": "Vuelva a intentar en unos minutos.", - "content-published-from-scheduler": "Content published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "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", - "there-are-no-draft-content": "There are no draft content.", - "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": "Páginas", - "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit", - "next-page": "Next page", - "previous-page": "Previous page" + "language-data": { + "native": "Español", + "english-name": "Spanish", + "locale": "es, es_ES, es_AR, es_MX", + "last-update": "2017-09-10", + "author": "Bludit", + "email": "", + "website": "https://www.bludit.com" + }, + "dashboard": "Panel", + "manage-users": "Administrar usuarios", + "manage-categories": "Administrar categorías", + "general-settings": "Ajustes generales", + "advanced-settings": "Ajustes avanzados", + "thanks-for-support-bludit": "Gracias por ayudar con Bludit", + "upgrade-to-bludit-pro": "Actualizar a Bludit PRO", + "language": "Idioma", + "plugin": "Complemento", + "plugins": "Complementos", + "developers": "Desarrolladores", + "themes": "Temas", + "about": "Acerca de", + "url": "URL", + "welcome": "Bienvenido", + "logout": "Cerrar sesión", + "website": "Sitio web", + "publish": "Publicar", + "manage": "Administrar", + "content": "Contenido", + "category": "Categoría", + "categories": "Categorías", + "users": "Usuarios", + "settings": "Ajustes", + "general": "General", + "advanced": "Avanzado", + "new-content": "Nuevo contenido", + "manage-content": "Administrar contenido", + "add-new-content": "Nuevo contenido", + "new-category": "Nueva categoría", + "you-do-not-have-sufficient-permissions": "No tiene suficientes permisos para acceder a esta página, contacte al administrador.", + "add-a-new-user": "Agregar nuevo usuario", + "url-associated-with-the-content": "URL asociada al contenido.", + "language-and-timezone": "Idioma y zona horaria", + "change-your-language-and-region-settings": "Cambiar la configuración de idioma y región.", + "notifications": "Notificaciones", + "plugin-activated": "Complemento activado", + "plugin-deactivated": "Complemento desactivado", + "new-theme-configured": "Nuevo tema configurado", + "changes-on-settings": "Cambios en la configuración", + "plugin-configured": "Complemento configurado", + "welcome-to-bludit": "Bienvenido a Bludit", + "statistics": "Estadísticas", + "drafts": "Borradores", + "title": "Titulo", + "save": "Guardar", + "save-as-draft": "Guardar como borrador", + "cancel": "Cancelar", + "description": "Descripción", + "this-field-can-help-describe-the-content": "Este campo puede ayudar a describir el contenido en pocas palabras. No mas de 150 caracteres.", + "images": "Imagenes", + "error": "Error", + "supported-image-file-types": "Tipo de imagen soportados", + "cover-image": "Imagen de portada", + "drag-and-drop-or-click-here": "Arrastre y suelte, o haga clic aquí", + "there-are-no-images": "No hay imagenes", + "upload-and-more-images": "Subir y más imágenes", + "click-on-the-image-for-options": "Clic en la imagen para las opciones.", + "click-here-to-cancel": "Clic aquí para cancelar.", + "insert-image": "Insertar imagen", + "set-as-cover-image": "Establecer como portada", + "delete-image": "Eliminar imagen", + "tags": "Etiquetas", + "add": "Agregar", + "status": "Estado", + "published": "Publicado", + "draft": "Borrador", + "empty-title": "Titulo vacío", + "empty": "empty", + "date": "Fecha", + "external-cover-image": "Imagen de portada externa", + "parent": "Padre", + "full-image-url": "URL de la imagen completa.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Posición", + "friendly-url": "URL Amistosa", + "image-description": "Descripción de la imagen", + "add-a-new-category": "Agregar una nueva categoría", + "name": "Nombre", + "username": "Nombre de usuario", + "first-name": "Nombre", + "last-name": "Apellido", + "to-schedule-the-content-select-the-date-and-time": "Para programar el contenido, seleccione la fecha y la hora, el estado debe establecerse en \"Publicado\".", + "email": "Correo electrónico", + "role": "Rol", + "registered": "Registrado", + "site-information": "información del sitio", + "site-title": "Titulo del sitio", + "use-this-field-to-name-your-site": "Utilice este campo para nombrar su sitio, aparecerá en la parte superior de cada página de su sitio.", + "site-slogan": "Slogan del sitio", + "use-this-field-to-add-a-catchy-phrase": "Utilice este campo para agregar un slogan a su sitio.", + "site-description": "Descripción del sitio", + "you-can-add-a-site-description-to-provide": "Puede agregar una descripción del sitio para proporcionar una breve biografía o descripción de su sitio.", + "footer-text": "Texto de pie de página", + "you-can-add-a-small-text-on-the-bottom": "Puede agregar un pequeño texto en el pie de página. ej: copyright, autor, fechas, etc.", + "social-networks-links": "Redes sociales enlaces", + "site-url": "URL del sitio", + "email-account-settings": "Configuración de la cuenta de correo electrónico", + "sender-email": "Remitente de correo electrónico", + "emails-will-be-sent-from-this-address": "Los correo electrónicos seran enviados desde esta direccion.", + "url-filters": "Filtros URL", + "select-your-sites-language": "Seleccione el idioma de su sitio.", + "timezone": "Zona horaria", + "select-a-timezone-for-a-correct": "Seleccione la zona horaria para una correcta visualización de las fechas.", + "locale": "Locale", + "date-and-time-formats": "Formato de la fecha y hora", + "date-format": "Formato de fecha", + "current-format": "Formato actual", + "version": "Versión", + "author": "Autor", + "activate": "Activar", + "deactivate": "Desactivar", + "edit-category": "Editar categoría", + "delete": "Eliminar", + "password": "Contraseña", + "confirm-password": "Confirmar contraseña", + "editor": "Editor", + "administrator": "Administrador", + "edit-user": "Editar usuario", + "edit-content": "Editar contenido", + "profile": "Perfil", + "change-password": "Cambiar contraseña", + "enabled": "Habilitado", + "disable-the-user": "Deshabilitar usuario", + "profile-picture": "Imagen de perfil", + "edit-or-delete-your-categories": "Editar o eliminar categorías", + "create-a-new-category-to-organize-your-content": "Crear una nueva categoría para organizar el contenido", + "confirm-delete-this-action-cannot-be-undone": "Confirmar eliminación, esta operación no se puede deshacer.", + "do-you-want-to-disable-the-user": "Quiere deshabilitar el usuario ?", + "new-password": "Nueva contraseña", + "you-can-change-this-field-when-save-the-current-changes": "Puede cambiar este campo cuando guarde los cambios actuales.", + "items-per-page": "Items por página", + "invite-a-friend-to-collaborate-on-your-site": "Invite a un amigo a colaborar en su sitio", + "number-of-items-to-show-per-page": "Número de items que se muestran por página.", + "website-or-blog": "Sitio web o Blog", + "order-content-by": "Ordenar contenido por", + "edit-or-delete-content-from-your-site": "Editar o eliminar contenido de su sitio", + "order-the-content-by-date-to-build-a-blog": "Ordene el contenido por fecha para crear un blog o ordene el contenido por posición para crear un sitio Web.", + "page-not-found-content": "¡EH! Parece que la página no existe.", + "page-not-found": "Página no encontrada", + "predefined-pages": "Páginas predefinidas", + "returning-page-when-the-page-doesnt-exist": "Cuando la página no existe se retorna esta página, de forma predeterminada devuelve un mensaje predefinido.", + "returning-page-for-the-main-page": "Returning page for the main page, by default shows the latest content order by date or position.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Instalador", + "choose-your-language": "Seleccione su idioma", + "next": "Siguiente", + "complete-the-form-choose-a-password-for-the-username-admin": "Complete el formulario y elija una contraseña para el usuario « admin »", + "show-password": "Mostrar contraseña", + "install": "Instalar", + "login": "Iniciar sesión", + "back-to-login-form": "Volver al formulario de ingreso", + "get-login-access-code": "Obtener el codigo de acceso", + "email-access-code": "Código de acceso via email", + "whats-next": "Siguientes pasos", + "username-or-password-incorrect": "Nombre de usuario o contraseña incorrectos", + "follow-bludit-on": "Siga Bludit en", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Administre su Bludit desde el [panel de administración]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Charla con los desarrolladores y usuarios en [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Breve descripción de ti o de tu sitio, para cambiar este texto, vaya al panel de administración, ajustes, complementos, y configurar el complemento Acerca de", + "read-the-documentation-for-more-information": "Lea la [documentación](https:\/\/docs.bludit.com) para mas información", + "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": "Usuario eliminado", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Subir imagen", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Los cambios fueron guardados", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "La contraseña debe tener al menos 6 carácteres.", + "ip-address-has-been-blocked": "La direccion IP fue bloqueada.", + "try-again-in-a-few-minutes": "Vuelva a intentar en unos minutos.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Páginas", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/fa_IR.JSON b/bl-languages/fa_IR.JSON index 6e3625af..976c8ce1 100644 --- a/bl-languages/fa_IR.JSON +++ b/bl-languages/fa_IR.JSON @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "فارسی (Iran)", - "english-name": "Persian", - "last-update": "2017-09-10", - "author": "Abdulhalim", - "email": "abdulhalim.po@gmail.com", - "website": "http:\/\/getpunbb.ir" - }, - - "dashboard": "پیشخوان", - "manage-users": "مدیریت کاربران", - "manage-categories": "Manage categories", - "general-settings": "تنظیمات عمومی", - "advanced-settings": "تنظیمات پیشرفته", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "زبان", - "plugin": "Plugin", - "plugins": "پلاگین ها", - "developers": "Developers", - "themes": "قالب", - "about": "درباره", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "خروج از سایت", - "website": "نمایش سایت", - "publish": "انتشار", - "manage": "مدیریت", - "content": "محتوا", - "category": "Category", - "categories": "Categories", - "users": "کاربران", - "settings": "تنظیمات", - "general": "عمومی", - "advanced": "پیشرفته", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "شما مجوز کافی برای دسترسی به این صفحه را ندارید ، لطفا ً با مدیر سایت تماس بگیرید.", - "add-a-new-user": "افزودن کاربر جدید", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "زبان و منطقه زمانی", - "change-your-language-and-region-settings": "تنظیمات زبان و منطقه خود را تغییر دهید.", - "notifications": "اطلاعیه ها", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "به بلودیت خوش آمدید", - "statistics": "آمار", - "pages": "صفحات", - "drafts": "پیش نویس", - "title": "عنوان", - "save": "ذخیره", - "save-as-draft": "Save as draft", - "cancel": "انصراف", - "description": "توضیحات", - "this-field-can-help-describe-the-content": "این کادر میتواند محتوا را در چند کلمه شرح دهد . بیشتر از 150 کاراکتر نباشد.", - "images": "تصاویر", - "error": "خطا", - "supported-image-file-types": "نوع فایل تصویری پشتیبانی شده", - "cover-image": "تصویر کاور", - "drag-and-drop-or-click-here": "کشیدن و انداختن یا اینجا را کلیک کنید", - "there-are-no-images": "هیچ تصویری وجود ندارد", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "برای گزینه ها بر روی تصویر کلیک کنید.", - "click-here-to-cancel": "برای انصراف اینجا را کلیک کنید.", - "insert-image": "درج تصویر", - "set-as-cover-image": "انتخاب بعنوان تصویر کاور", - "delete-image": "حذف تصویر", - "tags": "برچسب ها", - "add": "افزودن", - "status": "وضعیت", - "published": "منتشر شده", - "draft": "پیش نویس", - "empty-title": "عنوان خالی", - "date": "تاریخ", - "external-cover-image": "External cover image", - "parent": "والد", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "موقعیت", - "friendly-url": "آدرس وب کاربر پسند", - "image-description": "توضیحات تصویر", - "add-a-new-category": "Add a new category", - "name": "نام", - "username": "نام کاربری", - "first-name": "نام", - "last-name": "نام خانوادگی", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "ایمیل", - "role": "نقش", - "registered": "عضو سایت", - "site-information": "اطلاعات سایت", - "site-title": "عنوان سایت", - "use-this-field-to-name-your-site": "از این کادر برای نامگذاری سایت خود استفاده کنید ، این نام بالای تمام صفحات سایت شما نمایش داده میشود.", - "site-slogan": "شعار سایت", - "use-this-field-to-add-a-catchy-phrase": "از این کادر برای اضافه کردن یک عبارت جذاب در سایت خود استفاده کنید.", - "site-description": "توضیحات سایت", - "you-can-add-a-site-description-to-provide": "میتوانید توضیحات سایت را برای ارائه یک شرح حال کوتاه در مورد سایت خود اضافه کنید.", - "footer-text": "متن پاورقی", - "you-can-add-a-small-text-on-the-bottom": "میتوانید در پایین تمام صفحات خود یک متن مختصر اضافه کنید . مثلا : حق تالیف ، دارنده سایت ، تاریخ و غیره.", - "social-networks-links": "لینک های شبکه های اجتماعی", - "site-url": "آدرس وب سایت", - "default-home-page": "صفحه اصلی پیش فرض", - "email-account-settings": "تنظیمات حساب ایمیل", - "sender-email": "ایمیل ارسال کننده", - "emails-will-be-sent-from-this-address": "ایمیل ها از این آدرس ارسال خواهند شد.", - "url-filters": "فیلتر های آدرس وب", - "select-your-sites-language": "زبان وبسایت خود را انتخاب کنید.", - "timezone": "منطقه زمانی", - "select-a-timezone-for-a-correct": "لطفا ً منطقه زمانی را برای نمایش صحیح تاریخ \/ ساعت بر روی سایت خود را انتخاب کنید.", - "locale": "تگ زبان", - "date-and-time-formats": "فرمت تاریخ و زمان", - "date-format": "فرمت تاریخ", - "current-format": "Current format", - "version": "نسخه", - "author": "مؤلف", - "activate": "بکار انداختن", - "deactivate": "از کار انداختن", - "edit-category": "Edit category", - "delete": "حذف", - "password": "پسورد", - "confirm-password": "تائید پسورد", - "editor": "ویرایشگر", - "administrator": "مدیر سایت", - "edit-user": "ویرایش کاربر", - "edit-content": "Edit content", - "profile": "پروفایل", - "change-password": "تغییر پسورد", - "enabled": "فعال", - "disable-the-user": "Disable the user", - "profile-picture": "تصویر پروفایل", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "تائید حذف - این عملیات قابل بازگشت نمیباشد.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "پسورد جدید", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "نصب کننده بلودیت", - "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": "حالا چه کنیم ؟", - "username-or-password-incorrect": "نام کاربری یا پسورد اشتباه است", - "follow-bludit-on": "بلودیت را دنبال کنید", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "بلودیت خود را از [محیط مدیریت]({{ADMIN_AREA_LINK}}) کنترل کنید", - "chat-with-developers-and-users-on-gitter": "گفتگو با توسعه دهندگان و کاربران در [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "این یک توضیحات کوتاه درمورد خود یا سایت شما میباشد ، برای تغییر این متن به کنترل پنل مدیریت \/ تنظیمات \/ پلاگین ها ، رفته و پلاگین درباره را پیکربندی کنید.", - "read-the-documentation-for-more-information": "برای کسب اطلاعات بیشتر [مستندات](https:\/\/docs.bludit.com) را مطالعه کنید", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "کاربر حذف شد", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "آپلود تصویر", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "تغییرات ذخیره شد", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "پسورد حداقل باید 6 کاراکتر باشد", - "ip-address-has-been-blocked": "آدرس IP مسدود شده.", - "try-again-in-a-few-minutes": "لطفا ً چند دقیقه دیگر دوباره تلاش کنید.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "فارسی (Iran)", + "english-name": "Persian", + "last-update": "2017-09-10", + "author": "Abdulhalim", + "email": "abdulhalim.po@gmail.com", + "website": "http:\/\/getpunbb.ir" + }, + "dashboard": "پیشخوان", + "manage-users": "مدیریت کاربران", + "manage-categories": "Manage categories", + "general-settings": "تنظیمات عمومی", + "advanced-settings": "تنظیمات پیشرفته", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "زبان", + "plugin": "Plugin", + "plugins": "پلاگین ها", + "developers": "Developers", + "themes": "قالب", + "about": "درباره", + "url": "URL", + "welcome": "Welcome", + "logout": "خروج از سایت", + "website": "نمایش سایت", + "publish": "انتشار", + "manage": "مدیریت", + "content": "محتوا", + "category": "Category", + "categories": "Categories", + "users": "کاربران", + "settings": "تنظیمات", + "general": "عمومی", + "advanced": "پیشرفته", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "شما مجوز کافی برای دسترسی به این صفحه را ندارید ، لطفا ً با مدیر سایت تماس بگیرید.", + "add-a-new-user": "افزودن کاربر جدید", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "زبان و منطقه زمانی", + "change-your-language-and-region-settings": "تنظیمات زبان و منطقه خود را تغییر دهید.", + "notifications": "اطلاعیه ها", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "به بلودیت خوش آمدید", + "statistics": "آمار", + "drafts": "پیش نویس", + "title": "عنوان", + "save": "ذخیره", + "save-as-draft": "Save as draft", + "cancel": "انصراف", + "description": "توضیحات", + "this-field-can-help-describe-the-content": "این کادر میتواند محتوا را در چند کلمه شرح دهد . بیشتر از 150 کاراکتر نباشد.", + "images": "تصاویر", + "error": "خطا", + "supported-image-file-types": "نوع فایل تصویری پشتیبانی شده", + "cover-image": "تصویر کاور", + "drag-and-drop-or-click-here": "کشیدن و انداختن یا اینجا را کلیک کنید", + "there-are-no-images": "هیچ تصویری وجود ندارد", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "برای گزینه ها بر روی تصویر کلیک کنید.", + "click-here-to-cancel": "برای انصراف اینجا را کلیک کنید.", + "insert-image": "درج تصویر", + "set-as-cover-image": "انتخاب بعنوان تصویر کاور", + "delete-image": "حذف تصویر", + "tags": "برچسب ها", + "add": "افزودن", + "status": "وضعیت", + "published": "منتشر شده", + "draft": "پیش نویس", + "empty-title": "عنوان خالی", + "empty": "empty", + "date": "تاریخ", + "external-cover-image": "External cover image", + "parent": "والد", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "موقعیت", + "friendly-url": "آدرس وب کاربر پسند", + "image-description": "توضیحات تصویر", + "add-a-new-category": "Add a new category", + "name": "نام", + "username": "نام کاربری", + "first-name": "نام", + "last-name": "نام خانوادگی", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "ایمیل", + "role": "نقش", + "registered": "عضو سایت", + "site-information": "اطلاعات سایت", + "site-title": "عنوان سایت", + "use-this-field-to-name-your-site": "از این کادر برای نامگذاری سایت خود استفاده کنید ، این نام بالای تمام صفحات سایت شما نمایش داده میشود.", + "site-slogan": "شعار سایت", + "use-this-field-to-add-a-catchy-phrase": "از این کادر برای اضافه کردن یک عبارت جذاب در سایت خود استفاده کنید.", + "site-description": "توضیحات سایت", + "you-can-add-a-site-description-to-provide": "میتوانید توضیحات سایت را برای ارائه یک شرح حال کوتاه در مورد سایت خود اضافه کنید.", + "footer-text": "متن پاورقی", + "you-can-add-a-small-text-on-the-bottom": "میتوانید در پایین تمام صفحات خود یک متن مختصر اضافه کنید . مثلا : حق تالیف ، دارنده سایت ، تاریخ و غیره.", + "social-networks-links": "لینک های شبکه های اجتماعی", + "site-url": "آدرس وب سایت", + "email-account-settings": "تنظیمات حساب ایمیل", + "sender-email": "ایمیل ارسال کننده", + "emails-will-be-sent-from-this-address": "ایمیل ها از این آدرس ارسال خواهند شد.", + "url-filters": "فیلتر های آدرس وب", + "select-your-sites-language": "زبان وبسایت خود را انتخاب کنید.", + "timezone": "منطقه زمانی", + "select-a-timezone-for-a-correct": "لطفا ً منطقه زمانی را برای نمایش صحیح تاریخ \/ ساعت بر روی سایت خود را انتخاب کنید.", + "locale": "تگ زبان", + "date-and-time-formats": "فرمت تاریخ و زمان", + "date-format": "فرمت تاریخ", + "current-format": "Current format", + "version": "نسخه", + "author": "مؤلف", + "activate": "بکار انداختن", + "deactivate": "از کار انداختن", + "edit-category": "Edit category", + "delete": "حذف", + "password": "پسورد", + "confirm-password": "تائید پسورد", + "editor": "ویرایشگر", + "administrator": "مدیر سایت", + "edit-user": "ویرایش کاربر", + "edit-content": "Edit content", + "profile": "پروفایل", + "change-password": "تغییر پسورد", + "enabled": "فعال", + "disable-the-user": "Disable the user", + "profile-picture": "تصویر پروفایل", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "تائید حذف - این عملیات قابل بازگشت نمیباشد.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "پسورد جدید", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "نصب کننده بلودیت", + "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": "حالا چه کنیم ؟", + "username-or-password-incorrect": "نام کاربری یا پسورد اشتباه است", + "follow-bludit-on": "بلودیت را دنبال کنید", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "بلودیت خود را از [محیط مدیریت]({{ADMIN_AREA_LINK}}) کنترل کنید", + "chat-with-developers-and-users-on-gitter": "گفتگو با توسعه دهندگان و کاربران در [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "این یک توضیحات کوتاه درمورد خود یا سایت شما میباشد ، برای تغییر این متن به کنترل پنل مدیریت \/ تنظیمات \/ پلاگین ها ، رفته و پلاگین درباره را پیکربندی کنید.", + "read-the-documentation-for-more-information": "برای کسب اطلاعات بیشتر [مستندات](https:\/\/docs.bludit.com) را مطالعه کنید", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "کاربر حذف شد", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "آپلود تصویر", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "تغییرات ذخیره شد", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "پسورد حداقل باید 6 کاراکتر باشد", + "ip-address-has-been-blocked": "آدرس IP مسدود شده.", + "try-again-in-a-few-minutes": "لطفا ً چند دقیقه دیگر دوباره تلاش کنید.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "صفحات", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/fi_FI.json b/bl-languages/fi_FI.json index 7c9b4a06..864820bb 100644 --- a/bl-languages/fi_FI.json +++ b/bl-languages/fi_FI.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "Suomi (Suomi)", - "english-name": "Finnish", - "last-update": "2017-09-10", - "author": "Tuomas K.", - "email": "", - "website": "" - }, - - "dashboard": "Hallintapaneeli", - "manage-users": "Hallitse käyttäjiä", - "manage-categories": "Manage categories", - "general-settings": "Yleiset asetukset", - "advanced-settings": "Lisäasetukset", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Kieli", - "plugin": "Plugin", - "plugins": "Lisäosat", - "developers": "Developers", - "themes": "Teemat", - "about": "Tietoja", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "Kirjaudu ulos", - "website": "Julkinen sivusto", - "publish": "Julkaise", - "manage": "Hallitse", - "content": "Sisältö", - "category": "Category", - "categories": "Categories", - "users": "Käyttäjät", - "settings": "Asetukset", - "general": "Yleiset", - "advanced": "Lisäasetukset", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Sinulla ei ole tarvittavia oikeuksia tälle sivulle. Ota yhteyttä ylläpitäjään.", - "add-a-new-user": "Lisää uusi käyttäjä", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Kieli ja aikavyöhyke", - "change-your-language-and-region-settings": "Muuta kielen ja alueen asetuksia.", - "notifications": "Ilmoitukset", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bludit toivottaa sinut tervetulleeksi!", - "statistics": "Tilastot", - "pages": "Sivut", - "drafts": "Luonnokset", - "title": "Otsikko", - "save": "Tallenna", - "save-as-draft": "Save as draft", - "cancel": "Peruuta", - "description": "Kuvaus", - "this-field-can-help-describe-the-content": "Kirjoita tähän kuvaus sivun sisällöstä. Kuvaus näkyy hakutuloksessa esim. Googlessa. Enintään 150 merkkiä.", - "images": "Kuvat", - "error": "Virhe", - "supported-image-file-types": "Tuetut kuvatyypit", - "cover-image": "Artikkelikuva", - "drag-and-drop-or-click-here": "Klikkaa tästä, tai vedä kuva tänne", - "there-are-no-images": "Ei kuvia", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Paina kuvaa saadaksesi lisätietoja.", - "click-here-to-cancel": "Paina tästä peruaksesi.", - "insert-image": "Lisää kuva", - "set-as-cover-image": "Aseta artikkelikuvaksi", - "delete-image": "Poista kuva", - "tags": "Tagit", - "add": "Lisää", - "status": "Tila", - "published": "Julkaistu", - "draft": "Luonnos", - "empty-title": "Tyhjä otsikko", - "date": "Päivämäärä", - "external-cover-image": "External cover image", - "parent": "Onko tämä jonkun sivun alasivu?", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Sijainti navigaatiossa", - "friendly-url": "Sivun osoite", - "image-description": "Kuvan kuvaus", - "add-a-new-category": "Add a new category", - "name": "Nimi", - "username": "Käyttäjätunnus", - "first-name": "Etunimi", - "last-name": "Sukunimi", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Sähköpostiosoite", - "role": "Tyyppi", - "registered": "Käyttäjä luotu", - "site-information": "Sivuston tiedot", - "site-title": "Sivuston otsikko", - "use-this-field-to-name-your-site": "Kirjoita tähän sivusi nimi. Se näkyy jokaisen sivun yläreunassa.", - "site-slogan": "Mainoslause", - "use-this-field-to-add-a-catchy-phrase": "Voit keksiä tähän esimerkiksi mainoslauseen tms.", - "site-description": "Sivuston kuvaus", - "you-can-add-a-site-description-to-provide": "Voit lisätä lyhyen kuvauksen sivustostasi.", - "footer-text": "Alapalkin teksti", - "you-can-add-a-small-text-on-the-bottom": "Voit lisätä pienen tekstinpätkän jokaisen sivun loppuun. Se voi olla vaikkapa sivuston nimi, yhteystietoja, päivämäärä, jne.", - "social-networks-links": "Sosiaalisen median linkit", - "site-url": "Sivuston URL-osoite", - "default-home-page": "Sivuston etusivu", - "email-account-settings": "Sähköpostin asetukset", - "sender-email": "Lähettäjän sähköpostiosoite", - "emails-will-be-sent-from-this-address": "Sähköpostit tullaan lähettämään tästä osoitteesta.", - "url-filters": "Osoitteiden asetukset", - "select-your-sites-language": "Valitse sivuston kieli.", - "timezone": "Aikavyöhyke", - "select-a-timezone-for-a-correct": "Valitse aikavyöhyke, jotta kellonajat ja päivämäärät näkyvät oikein.", - "locale": "Maa\/Kieli", - "date-and-time-formats": "Päivämäärän ja ajan esitysmuodot", - "date-format": "Päivämäärän muoto", - "current-format": "Nykyinen muoto", - "version": "Versio", - "author": "Tekijä", - "activate": "Ota käyttöön", - "deactivate": "Poista käytöstä", - "edit-category": "Edit category", - "delete": "Poista", - "password": "Salasana", - "confirm-password": "Vahvista salasana", - "editor": "Kirjoittaja", - "administrator": "Ylläpitäjä", - "edit-user": "Muokkaa käyttäjää", - "edit-content": "Edit content", - "profile": "Profiili", - "change-password": "Muuta salasana", - "enabled": "Käytössä", - "disable-the-user": "Disable the user", - "profile-picture": "Profiilikuva", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Haluatko varmasti poistaa? Tätä toimintoa ei voi perua.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Uusi salasana", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Installer", - "choose-your-language": "Valitse kielesi", - "next": "Seuraava", - "complete-the-form-choose-a-password-for-the-username-admin": "Täytä lomake, valitse salasana käyttäjälle « admin » (sivuston ylläpitäjä)", - "show-password": "Näytä salasana", - "install": "Asenna", - "login": "Kirjaudu sisään", - "back-to-login-form": "Takaisin", - "get-login-access-code": "Lähetä tunnistautumiskoodi", - "email-access-code": "Pyydä tunnistautumiskoodi", - "whats-next": "Mitä seuraavaksi?", - "username-or-password-incorrect": "Käyttäjätunnus tai salasana virheellinen", - "follow-bludit-on": "Seuraa Bludit:ia", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Voit hallita Bludit:ia [hallintapaneelista]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Keskustele muiden kehittäjien ja käyttäjien kanssa [Gitterissä](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Tämä on lyhyt kuvaus sinusta, tai sivustostasi. Voit muuttaa tätä hallintapaneelista kohdasta Asetukset->Lisäosat, ja muokkaa lisäosan \"About\" asetuksia", - "read-the-documentation-for-more-information": "[Dokumentaatiosta](https:\/\/docs.bludit.com) löydät paljon lisää tietoa", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "Käyttäjä poistettu", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Lähetä image", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Muutokset on tallennettu", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Salasanan täytyy olla vähintään 6 merkkiä pitkä", - "ip-address-has-been-blocked": "IP osoitteesi on estetty.", - "try-again-in-a-few-minutes": "Yritä uudelleen muutaman minuutin päästä.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Suomi (Suomi)", + "english-name": "Finnish", + "last-update": "2017-09-10", + "author": "Tuomas K.", + "email": "", + "website": "" + }, + "dashboard": "Hallintapaneeli", + "manage-users": "Hallitse käyttäjiä", + "manage-categories": "Manage categories", + "general-settings": "Yleiset asetukset", + "advanced-settings": "Lisäasetukset", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Kieli", + "plugin": "Plugin", + "plugins": "Lisäosat", + "developers": "Developers", + "themes": "Teemat", + "about": "Tietoja", + "url": "URL", + "welcome": "Welcome", + "logout": "Kirjaudu ulos", + "website": "Julkinen sivusto", + "publish": "Julkaise", + "manage": "Hallitse", + "content": "Sisältö", + "category": "Category", + "categories": "Categories", + "users": "Käyttäjät", + "settings": "Asetukset", + "general": "Yleiset", + "advanced": "Lisäasetukset", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Sinulla ei ole tarvittavia oikeuksia tälle sivulle. Ota yhteyttä ylläpitäjään.", + "add-a-new-user": "Lisää uusi käyttäjä", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Kieli ja aikavyöhyke", + "change-your-language-and-region-settings": "Muuta kielen ja alueen asetuksia.", + "notifications": "Ilmoitukset", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Bludit toivottaa sinut tervetulleeksi!", + "statistics": "Tilastot", + "drafts": "Luonnokset", + "title": "Otsikko", + "save": "Tallenna", + "save-as-draft": "Save as draft", + "cancel": "Peruuta", + "description": "Kuvaus", + "this-field-can-help-describe-the-content": "Kirjoita tähän kuvaus sivun sisällöstä. Kuvaus näkyy hakutuloksessa esim. Googlessa. Enintään 150 merkkiä.", + "images": "Kuvat", + "error": "Virhe", + "supported-image-file-types": "Tuetut kuvatyypit", + "cover-image": "Artikkelikuva", + "drag-and-drop-or-click-here": "Klikkaa tästä, tai vedä kuva tänne", + "there-are-no-images": "Ei kuvia", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Paina kuvaa saadaksesi lisätietoja.", + "click-here-to-cancel": "Paina tästä peruaksesi.", + "insert-image": "Lisää kuva", + "set-as-cover-image": "Aseta artikkelikuvaksi", + "delete-image": "Poista kuva", + "tags": "Tagit", + "add": "Lisää", + "status": "Tila", + "published": "Julkaistu", + "draft": "Luonnos", + "empty-title": "Tyhjä otsikko", + "empty": "empty", + "date": "Päivämäärä", + "external-cover-image": "External cover image", + "parent": "Onko tämä jonkun sivun alasivu?", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Sijainti navigaatiossa", + "friendly-url": "Sivun osoite", + "image-description": "Kuvan kuvaus", + "add-a-new-category": "Add a new category", + "name": "Nimi", + "username": "Käyttäjätunnus", + "first-name": "Etunimi", + "last-name": "Sukunimi", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Sähköpostiosoite", + "role": "Tyyppi", + "registered": "Käyttäjä luotu", + "site-information": "Sivuston tiedot", + "site-title": "Sivuston otsikko", + "use-this-field-to-name-your-site": "Kirjoita tähän sivusi nimi. Se näkyy jokaisen sivun yläreunassa.", + "site-slogan": "Mainoslause", + "use-this-field-to-add-a-catchy-phrase": "Voit keksiä tähän esimerkiksi mainoslauseen tms.", + "site-description": "Sivuston kuvaus", + "you-can-add-a-site-description-to-provide": "Voit lisätä lyhyen kuvauksen sivustostasi.", + "footer-text": "Alapalkin teksti", + "you-can-add-a-small-text-on-the-bottom": "Voit lisätä pienen tekstinpätkän jokaisen sivun loppuun. Se voi olla vaikkapa sivuston nimi, yhteystietoja, päivämäärä, jne.", + "social-networks-links": "Sosiaalisen median linkit", + "site-url": "Sivuston URL-osoite", + "email-account-settings": "Sähköpostin asetukset", + "sender-email": "Lähettäjän sähköpostiosoite", + "emails-will-be-sent-from-this-address": "Sähköpostit tullaan lähettämään tästä osoitteesta.", + "url-filters": "Osoitteiden asetukset", + "select-your-sites-language": "Valitse sivuston kieli.", + "timezone": "Aikavyöhyke", + "select-a-timezone-for-a-correct": "Valitse aikavyöhyke, jotta kellonajat ja päivämäärät näkyvät oikein.", + "locale": "Maa\/Kieli", + "date-and-time-formats": "Päivämäärän ja ajan esitysmuodot", + "date-format": "Päivämäärän muoto", + "current-format": "Nykyinen muoto", + "version": "Versio", + "author": "Tekijä", + "activate": "Ota käyttöön", + "deactivate": "Poista käytöstä", + "edit-category": "Edit category", + "delete": "Poista", + "password": "Salasana", + "confirm-password": "Vahvista salasana", + "editor": "Kirjoittaja", + "administrator": "Ylläpitäjä", + "edit-user": "Muokkaa käyttäjää", + "edit-content": "Edit content", + "profile": "Profiili", + "change-password": "Muuta salasana", + "enabled": "Käytössä", + "disable-the-user": "Disable the user", + "profile-picture": "Profiilikuva", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Haluatko varmasti poistaa? Tätä toimintoa ei voi perua.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Uusi salasana", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Installer", + "choose-your-language": "Valitse kielesi", + "next": "Seuraava", + "complete-the-form-choose-a-password-for-the-username-admin": "Täytä lomake, valitse salasana käyttäjälle « admin » (sivuston ylläpitäjä)", + "show-password": "Näytä salasana", + "install": "Asenna", + "login": "Kirjaudu sisään", + "back-to-login-form": "Takaisin", + "get-login-access-code": "Lähetä tunnistautumiskoodi", + "email-access-code": "Pyydä tunnistautumiskoodi", + "whats-next": "Mitä seuraavaksi?", + "username-or-password-incorrect": "Käyttäjätunnus tai salasana virheellinen", + "follow-bludit-on": "Seuraa Bludit:ia", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Voit hallita Bludit:ia [hallintapaneelista]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Keskustele muiden kehittäjien ja käyttäjien kanssa [Gitterissä](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Tämä on lyhyt kuvaus sinusta, tai sivustostasi. Voit muuttaa tätä hallintapaneelista kohdasta Asetukset->Lisäosat, ja muokkaa lisäosan \"About\" asetuksia", + "read-the-documentation-for-more-information": "[Dokumentaatiosta](https:\/\/docs.bludit.com) löydät paljon lisää tietoa", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "Käyttäjä poistettu", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Lähetä image", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Muutokset on tallennettu", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Salasanan täytyy olla vähintään 6 merkkiä pitkä", + "ip-address-has-been-blocked": "IP osoitteesi on estetty.", + "try-again-in-a-few-minutes": "Yritä uudelleen muutaman minuutin päästä.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Sivut", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/fr_FR.json b/bl-languages/fr_FR.json index 37479da1..e5bea4b6 100644 --- a/bl-languages/fr_FR.json +++ b/bl-languages/fr_FR.json @@ -1,224 +1,230 @@ { - "language-data": - { - "native": "Français (France)", - "english-name": "French", - "locale": "fr, fr_FR", - "last-update": "2017-09-10", - "author": "Frédéric K.", - "email": "stradfred@gmail.com", - "website": "http:\/\/flatboard.co.nf" - }, - - "dashboard": "Tableau de bord", - "manage-users": "Gestion des utilisateurs", - "manage-categories": "Manage categories", - "general-settings": "Paramètres généraux", - "advanced-settings": "Paramètres avancés", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Langue", - "plugin": "Plugin", - "plugins": "Plugins", - "developers": "Developers", - "themes": "Thèmes", - "about": "À Propos", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "Quitter la session", - "website": "Site", - "publish": "Publier", - "manage": "Gestion de contenu", - "content": "Contenu", - "category": "Category", - "categories": "Categories", - "users": "Utilisateurs", - "settings": "Paramètres", - "general": "Général", - "advanced": "Avancé", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page, veuillez contacter l’administrateur.", - "add-a-new-user": "Ajouter un nouvel utilisateur", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Langue et fuseau horaire", - "change-your-language-and-region-settings": "Modifiez vos paramètres linguistiques et régionaux.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bienvenue sur Bludit", - "statistics": "Statistics", - "pages": "Pages", - "drafts": "En attente de publication", - "title": "Titre", - "save": "Sauvegarder", - "save-as-draft": "Save as draft", - "cancel": "Annuler", - "description": "Description", - "this-field-can-help-describe-the-content": "Ce champ peut aider à décrire le contenu en quelques mots. Pas plus de 150 caractères.", - "images": "Images", - "error": "Erreur", - "supported-image-file-types": "Extensions des images prises en charge", - "cover-image": "Image de couverture", - "drag-and-drop-or-click-here": "Glissez et déposez ou cliquez ici", - "there-are-no-images": "Il n’y a aucune image", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Cliquez sur l’image pour plus d’options.", - "click-here-to-cancel": "Cliquez ici pour annuler.", - "insert-image": "Insérer l’image sélectionnée", - "set-as-cover-image": "Définir comme image de couverture", - "delete-image": "Supprimer l’image", - "tags": "Tags", - "add": "Ajouter", - "status": "Statut", - "published": "Publié", - "draft": "Brouillon", - "empty-title": "Titre non défini", - "date": "Date", - "external-cover-image": "External cover image", - "parent": "Parent", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Position", - "friendly-url": "Réécriture d’URL", - "image-description": "Description de l’image", - "add-a-new-category": "Add a new category", - "name": "Nom", - "username": "Nom d’utilisateur", - "first-name": "Prénom", - "last-name": "Nom", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "E-mail", - "role": "Rôle", - "registered": "Inscrit", - "site-information": "Informations sur le site", - "site-title": "Titre du site", - "use-this-field-to-name-your-site": "Utilisez ce champ pour que le nom de votre site apparaisse en haut de chaque page.", - "site-slogan": "Slogan du Site", - "use-this-field-to-add-a-catchy-phrase": "Utilisez ce champ pour ajouter une phrase accrocheuse sur votre site.", - "site-description": "Description du site", - "you-can-add-a-site-description-to-provide": "Vous pouvez ajouter une description du site pour fournir une courte biographie ou la description de votre site.", - "footer-text": "Texte en pied de page", - "you-can-add-a-small-text-on-the-bottom": "Vous pouvez ajouter un court texte sur le pied de chaque page. par exemple: les droits d'auteurs, propriétaire, dates, etc.", - "social-networks-links": "Liens vers les réseaux sociaux", - "site-url": "URL du site", - "default-home-page": "Page d’accueil par défaut", - "email-account-settings": "Paramètres de compte de messagerie", - "sender-email": "Email de l’expéditeur", - "emails-will-be-sent-from-this-address": "Les e-mails seront envoyés à cette adresse.", - "url-filters": "Filtres des URL", - "select-your-sites-language": "Sélectionnez la langue de votre site.", - "timezone": "Fuseau horaire", - "select-a-timezone-for-a-correct": "Sélectionnez un fuseau horaire pour afficher correctement la date et l’heure sur votre site.", - "locale": "Localisation", - "date-and-time-formats": "Format de la date et de l’heure", - "date-format": "Format de la Date", - "current-format": "Current format", - "version": "Version", - "author": "Auteur", - "activate": "Activer", - "deactivate": "Désactiver", - "edit-category": "Edit category", - "delete": "Supprimer", - "password": "Mot de passe", - "confirm-password": "Confirmation du mot de passe", - "editor": "Rédacteur", - "administrator": "Administrateur", - "edit-user": "Modifier l’utilisateur", - "edit-content": "Edit content", - "profile": "Profil", - "change-password": "Modifier le mot de passe", - "enabled": "Activé", - "disable-the-user": "Disable the user", - "profile-picture": "Image de profil", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Confirmer la suppression, cette action n’est pas réversible.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Nouveau mot de passe", - "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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Installation de Bludit", - "choose-your-language": "Sélectionnez votre langue", - "next": "Suivant", - "complete-the-form-choose-a-password-for-the-username-admin": "Complétez le formulaire et choisissez un mot de passe pour l’utilisateur « admin »", - "show-password": "Afficher le mot de passe", - "install": "Installer", - "login": "S’identifier", - "back-to-login-form": "Retour à la page de connexion", - "get-login-access-code": "Obtenir le code d’accès de connexion", - "email-access-code": "Email access code", - "whats-next": "pour la prochaine étape", - "username-or-password-incorrect": "Nom d’utilisateur ou mot de passe incorrect.", - "follow-bludit-on": "Suivez Bludit sur", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Gérez votre Bludit depuis [l’interface d’administration]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Chattez avec les développeurs et les utilisateurs sur [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Ceci est une brève description de vous-même ou de votre site, pour modifier ce texte aller dans le panneau d’administration, paramètres -> plugins et configurer le plugin « à propos ».", - "read-the-documentation-for-more-information": "Lisez la [documentation](https:\/\/docs.bludit.com) pour plus d’information", - "new-page-created": "New page created", - "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": "Utilisateur supprimé.", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Envoyer une image", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Les modifications ont été sauvegardées.", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Le mot de passe doit contenir au moins 6 caractères", - "ip-address-has-been-blocked": "Votre adresse IP a été bloquée.", - "try-again-in-a-few-minutes": "Essayez de nouveau dans quelques minutes.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Français (France)", + "english-name": "French", + "locale": "fr, fr_FR", + "last-update": "2017-09-10", + "author": "Frédéric K.", + "email": "stradfred@gmail.com", + "website": "http:\/\/flatboard.co.nf" + }, + "dashboard": "Tableau de bord", + "manage-users": "Gestion des utilisateurs", + "manage-categories": "Manage categories", + "general-settings": "Paramètres généraux", + "advanced-settings": "Paramètres avancés", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Langue", + "plugin": "Plugin", + "plugins": "Plugins", + "developers": "Developers", + "themes": "Thèmes", + "about": "À Propos", + "url": "URL", + "welcome": "Welcome", + "logout": "Quitter la session", + "website": "Site", + "publish": "Publier", + "manage": "Gestion de contenu", + "content": "Contenu", + "category": "Category", + "categories": "Categories", + "users": "Utilisateurs", + "settings": "Paramètres", + "general": "Général", + "advanced": "Avancé", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page, veuillez contacter l’administrateur.", + "add-a-new-user": "Ajouter un nouvel utilisateur", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Langue et fuseau horaire", + "change-your-language-and-region-settings": "Modifiez vos paramètres linguistiques et régionaux.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Bienvenue sur Bludit", + "statistics": "Statistics", + "drafts": "En attente de publication", + "title": "Titre", + "save": "Sauvegarder", + "save-as-draft": "Save as draft", + "cancel": "Annuler", + "description": "Description", + "this-field-can-help-describe-the-content": "Ce champ peut aider à décrire le contenu en quelques mots. Pas plus de 150 caractères.", + "images": "Images", + "error": "Erreur", + "supported-image-file-types": "Extensions des images prises en charge", + "cover-image": "Image de couverture", + "drag-and-drop-or-click-here": "Glissez et déposez ou cliquez ici", + "there-are-no-images": "Il n’y a aucune image", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Cliquez sur l’image pour plus d’options.", + "click-here-to-cancel": "Cliquez ici pour annuler.", + "insert-image": "Insérer l’image sélectionnée", + "set-as-cover-image": "Définir comme image de couverture", + "delete-image": "Supprimer l’image", + "tags": "Tags", + "add": "Ajouter", + "status": "Statut", + "published": "Publié", + "draft": "Brouillon", + "empty-title": "Titre non défini", + "empty": "empty", + "date": "Date", + "external-cover-image": "External cover image", + "parent": "Parent", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Position", + "friendly-url": "Réécriture d’URL", + "image-description": "Description de l’image", + "add-a-new-category": "Add a new category", + "name": "Nom", + "username": "Nom d’utilisateur", + "first-name": "Prénom", + "last-name": "Nom", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "E-mail", + "role": "Rôle", + "registered": "Inscrit", + "site-information": "Informations sur le site", + "site-title": "Titre du site", + "use-this-field-to-name-your-site": "Utilisez ce champ pour que le nom de votre site apparaisse en haut de chaque page.", + "site-slogan": "Slogan du Site", + "use-this-field-to-add-a-catchy-phrase": "Utilisez ce champ pour ajouter une phrase accrocheuse sur votre site.", + "site-description": "Description du site", + "you-can-add-a-site-description-to-provide": "Vous pouvez ajouter une description du site pour fournir une courte biographie ou la description de votre site.", + "footer-text": "Texte en pied de page", + "you-can-add-a-small-text-on-the-bottom": "Vous pouvez ajouter un court texte sur le pied de chaque page. par exemple: les droits d'auteurs, propriétaire, dates, etc.", + "social-networks-links": "Liens vers les réseaux sociaux", + "site-url": "URL du site", + "email-account-settings": "Paramètres de compte de messagerie", + "sender-email": "Email de l’expéditeur", + "emails-will-be-sent-from-this-address": "Les e-mails seront envoyés à cette adresse.", + "url-filters": "Filtres des URL", + "select-your-sites-language": "Sélectionnez la langue de votre site.", + "timezone": "Fuseau horaire", + "select-a-timezone-for-a-correct": "Sélectionnez un fuseau horaire pour afficher correctement la date et l’heure sur votre site.", + "locale": "Localisation", + "date-and-time-formats": "Format de la date et de l’heure", + "date-format": "Format de la Date", + "current-format": "Current format", + "version": "Version", + "author": "Auteur", + "activate": "Activer", + "deactivate": "Désactiver", + "edit-category": "Edit category", + "delete": "Supprimer", + "password": "Mot de passe", + "confirm-password": "Confirmation du mot de passe", + "editor": "Rédacteur", + "administrator": "Administrateur", + "edit-user": "Modifier l’utilisateur", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Modifier le mot de passe", + "enabled": "Activé", + "disable-the-user": "Disable the user", + "profile-picture": "Image de profil", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Confirmer la suppression, cette action n’est pas réversible.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Nouveau mot de passe", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Installation de Bludit", + "choose-your-language": "Sélectionnez votre langue", + "next": "Suivant", + "complete-the-form-choose-a-password-for-the-username-admin": "Complétez le formulaire et choisissez un mot de passe pour l’utilisateur « admin »", + "show-password": "Afficher le mot de passe", + "install": "Installer", + "login": "S’identifier", + "back-to-login-form": "Retour à la page de connexion", + "get-login-access-code": "Obtenir le code d’accès de connexion", + "email-access-code": "Email access code", + "whats-next": "pour la prochaine étape", + "username-or-password-incorrect": "Nom d’utilisateur ou mot de passe incorrect.", + "follow-bludit-on": "Suivez Bludit sur", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Gérez votre Bludit depuis [l’interface d’administration]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Chattez avec les développeurs et les utilisateurs sur [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Ceci est une brève description de vous-même ou de votre site, pour modifier ce texte aller dans le panneau d’administration, paramètres -> plugins et configurer le plugin « à propos ».", + "read-the-documentation-for-more-information": "Lisez la [documentation](https:\/\/docs.bludit.com) pour plus d’information", + "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": "Utilisateur supprimé.", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Envoyer une image", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Les modifications ont été sauvegardées.", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Le mot de passe doit contenir au moins 6 caractères", + "ip-address-has-been-blocked": "Votre adresse IP a été bloquée.", + "try-again-in-a-few-minutes": "Essayez de nouveau dans quelques minutes.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "order-items-by": "Order items by", + "all-content": "All content", + "dynamic": "Dynamic", + "type": "Type", + "draft-content": "Draft content", + "post": "Post", + "default": "Default", + "latest-content": "Latest content", + "default-message": "Default message", + "no-parent": "No parent", + "have-you-seen-my-ball": "Have you seen my ball?", + "pagebreak": "Page break", + "pages": "Pages", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/he_IL.json b/bl-languages/he_IL.json index b7240281..2e789a13 100644 --- a/bl-languages/he_IL.json +++ b/bl-languages/he_IL.json @@ -1,224 +1,230 @@ { - "language-data": - { - "native": "עברית", - "english-name": "Hebrew", - "locale": "iw, iw_IL, he_IL", - "last-update": "2017-09-10", - "author": "hxii", - "email": "paul@paulglushak.com", - "website": "http:\/\/paulglushak.com" - }, - - "dashboard": "לוח מחוונים", - "manage-users": "ניהול משתמשים", - "manage-categories": "Manage categories", - "general-settings": "הגדרות כלליות", - "advanced-settings": "הגדרות מתקדמות", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "שפה", - "plugin": "Plugin", - "plugins": "תוספים", - "developers": "Developers", - "themes": "ערכות נושא", - "about": "אודות", - "url": "URL", - "fixed": "Fixed", - "welcome": "ברוכים הבאים,", - "logout": "יציאה", - "website": "אתר", - "publish": "פרסם", - "manage": "ניהול", - "content": "תוכן", - "category": "Category", - "categories": "Categories", - "users": "משתמשים", - "settings": "הגדרות", - "general": "כללי", - "advanced": "מתקדם", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "אין לך הרשאות מתאימות לצפייה בדף זה. אנא צור קשר עם המנהל.", - "add-a-new-user": "הוספת משתמש חדש", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "שפה ואזור זמן", - "change-your-language-and-region-settings": "שינוי הגדרות שפה ומיקום.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "ברוכים הבאים ל-Bludit", - "statistics": "סטטיסטיקה", - "pages": "דפים", - "drafts": "טיוטות", - "title": "כותרת", - "save": "שמור", - "save-as-draft": "Save as draft", - "cancel": "ביטול", - "description": "תאור", - "this-field-can-help-describe-the-content": "בשדה זה ניתן לרשום תאור קצר של התוכן. עד 150 תוים.", - "images": "תמונות", - "error": "שגיאה", - "supported-image-file-types": "סוגי קבצי תמונה נתמכים", - "cover-image": "תמונת רקע", - "drag-and-drop-or-click-here": "גרור תמונה או לחץ כאן", - "there-are-no-images": "אין תמונות", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "לחץ על התמונה לאפשרויות נוספות", - "click-here-to-cancel": "לחץ לביטול", - "insert-image": "הכנס תמונה", - "set-as-cover-image": "קבע כתמונת רקע", - "delete-image": "מחק תמונה", - "tags": "תגיות", - "add": "הוספה", - "status": "סטטוס", - "published": "מפורסם", - "draft": "טיוטה", - "empty-title": "כותרת ריקה", - "date": "תאריך", - "external-cover-image": "External cover image", - "parent": "הורה", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "מיקום", - "friendly-url": "כתובת URL", - "image-description": "תיאור התמונה", - "add-a-new-category": "Add a new category", - "name": "שם", - "username": "שם משתמש", - "first-name": "שם פרטי", - "last-name": "שם משפחה", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "דואל", - "role": "תפקיד", - "registered": "רשום", - "site-information": "מידע על האתר", - "site-title": "כותרת האתר", - "use-this-field-to-name-your-site": "השתמש בשדה זה בכדי לתת שם לאתר שלך. השם יופיע בראשו של כל דף.", - "site-slogan": "סלוגן האתר", - "use-this-field-to-add-a-catchy-phrase": "השתמש בשדה זה בכדי לתת לאתרך סלוגן.", - "site-description": "תאור האתר", - "you-can-add-a-site-description-to-provide": "השתמש בשדה זה בכדי לספר בקצרה על אתרך.", - "footer-text": "טקסט תחתון", - "you-can-add-a-small-text-on-the-bottom": "באפשרותך להוסיף טקסט קצר בתחתית העמוד.", - "social-networks-links": "קישורים לרשתות חברתיות", - "site-url": "כתובת האתר", - "default-home-page": "דף בית ברירת מחדל", - "email-account-settings": "הגדרות חשבון דואל", - "sender-email": "דואל שולח", - "emails-will-be-sent-from-this-address": "הודעות דואל ישלחו מכתובת זו", - "url-filters": "URL filters", - "select-your-sites-language": "בחר את שפת האתר", - "timezone": "אזור זמן", - "select-a-timezone-for-a-correct": "בחר את אזור הזמן בו אתה נמצא", - "locale": "שפה", - "date-and-time-formats": "תצורות תאריך ושעה", - "date-format": "פורמט תאריך", - "current-format": "תצורה נוכחית", - "version": "גרסא", - "author": "כותב", - "activate": "הפוך לפעיל", - "deactivate": "הפוך ללא פעיל", - "edit-category": "Edit category", - "delete": "מחק", - "password": "סיסמא", - "confirm-password": "אימות סיסמא", - "editor": "עורך", - "administrator": "מנהל", - "edit-user": "עריכת משתמש", - "edit-content": "Edit content", - "profile": "פרופיל", - "change-password": "שינוי סיסמא", - "enabled": "מאופשר", - "disable-the-user": "הפוך משתמש ללא פעיל", - "profile-picture": "תמונת פרופיל", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "אתה בטוח שברצונך למחוק? לא ניתן לבטל פעולה זו.", - "do-you-want-to-disable-the-user": "האם ברצונך להפוך משתמש זה ללא פעיל?", - "new-password": "סיסמא חדשה", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "התקנת Bludit", - "choose-your-language": "בחר שאת שפתך", - "next": "הבא", - "complete-the-form-choose-a-password-for-the-username-admin": "מלא את הפרטים ובחר סיסמא למשתמש « admin »", - "show-password": "הראה סיסמא", - "install": "התקנה", - "login": "כניסה", - "back-to-login-form": "חזרה לדף כניסה", - "get-login-access-code": "קבל קוד גישה", - "email-access-code": "קוד גישה באימייל", - "whats-next": "מה הלאה?", - "username-or-password-incorrect": "שם משתמש או סיסמא אינם נכונים", - "follow-bludit-on": "עקוב אחר Bludit", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "נהל את ה-Bludit שלך מ[ממשק הניהול]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "שוחח עם מפתחים ומשתמשים ב[Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", - "read-the-documentation-for-more-information": "קרא את ה[מסמכים](https:\/\/docs.bludit.com) למידע נוסף", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "המשתמש נמחק", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "העלה תמונה", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "ההגדרות נשמרו", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "הסיסמא חייבת להיות בעלת 5 תויים לפחות", - "ip-address-has-been-blocked": "כתובת IP נחסמה", - "try-again-in-a-few-minutes": "אנא נסה בעוד מספר דקות", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "עברית", + "english-name": "Hebrew", + "locale": "iw, iw_IL, he_IL", + "last-update": "2017-09-10", + "author": "hxii", + "email": "paul@paulglushak.com", + "website": "http:\/\/paulglushak.com" + }, + "dashboard": "לוח מחוונים", + "manage-users": "ניהול משתמשים", + "manage-categories": "Manage categories", + "general-settings": "הגדרות כלליות", + "advanced-settings": "הגדרות מתקדמות", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "שפה", + "plugin": "Plugin", + "plugins": "תוספים", + "developers": "Developers", + "themes": "ערכות נושא", + "about": "אודות", + "url": "URL", + "welcome": "ברוכים הבאים,", + "logout": "יציאה", + "website": "אתר", + "publish": "פרסם", + "manage": "ניהול", + "content": "תוכן", + "category": "Category", + "categories": "Categories", + "users": "משתמשים", + "settings": "הגדרות", + "general": "כללי", + "advanced": "מתקדם", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "אין לך הרשאות מתאימות לצפייה בדף זה. אנא צור קשר עם המנהל.", + "add-a-new-user": "הוספת משתמש חדש", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "שפה ואזור זמן", + "change-your-language-and-region-settings": "שינוי הגדרות שפה ומיקום.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "ברוכים הבאים ל-Bludit", + "statistics": "סטטיסטיקה", + "drafts": "טיוטות", + "title": "כותרת", + "save": "שמור", + "save-as-draft": "Save as draft", + "cancel": "ביטול", + "description": "תאור", + "this-field-can-help-describe-the-content": "בשדה זה ניתן לרשום תאור קצר של התוכן. עד 150 תוים.", + "images": "תמונות", + "error": "שגיאה", + "supported-image-file-types": "סוגי קבצי תמונה נתמכים", + "cover-image": "תמונת רקע", + "drag-and-drop-or-click-here": "גרור תמונה או לחץ כאן", + "there-are-no-images": "אין תמונות", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "לחץ על התמונה לאפשרויות נוספות", + "click-here-to-cancel": "לחץ לביטול", + "insert-image": "הכנס תמונה", + "set-as-cover-image": "קבע כתמונת רקע", + "delete-image": "מחק תמונה", + "tags": "תגיות", + "add": "הוספה", + "status": "סטטוס", + "published": "מפורסם", + "draft": "טיוטה", + "empty-title": "כותרת ריקה", + "empty": "empty", + "date": "תאריך", + "external-cover-image": "External cover image", + "parent": "הורה", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "מיקום", + "friendly-url": "כתובת URL", + "image-description": "תיאור התמונה", + "add-a-new-category": "Add a new category", + "name": "שם", + "username": "שם משתמש", + "first-name": "שם פרטי", + "last-name": "שם משפחה", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "דואל", + "role": "תפקיד", + "registered": "רשום", + "site-information": "מידע על האתר", + "site-title": "כותרת האתר", + "use-this-field-to-name-your-site": "השתמש בשדה זה בכדי לתת שם לאתר שלך. השם יופיע בראשו של כל דף.", + "site-slogan": "סלוגן האתר", + "use-this-field-to-add-a-catchy-phrase": "השתמש בשדה זה בכדי לתת לאתרך סלוגן.", + "site-description": "תאור האתר", + "you-can-add-a-site-description-to-provide": "השתמש בשדה זה בכדי לספר בקצרה על אתרך.", + "footer-text": "טקסט תחתון", + "you-can-add-a-small-text-on-the-bottom": "באפשרותך להוסיף טקסט קצר בתחתית העמוד.", + "social-networks-links": "קישורים לרשתות חברתיות", + "site-url": "כתובת האתר", + "email-account-settings": "הגדרות חשבון דואל", + "sender-email": "דואל שולח", + "emails-will-be-sent-from-this-address": "הודעות דואל ישלחו מכתובת זו", + "url-filters": "URL filters", + "select-your-sites-language": "בחר את שפת האתר", + "timezone": "אזור זמן", + "select-a-timezone-for-a-correct": "בחר את אזור הזמן בו אתה נמצא", + "locale": "שפה", + "date-and-time-formats": "תצורות תאריך ושעה", + "date-format": "פורמט תאריך", + "current-format": "תצורה נוכחית", + "version": "גרסא", + "author": "כותב", + "activate": "הפוך לפעיל", + "deactivate": "הפוך ללא פעיל", + "edit-category": "Edit category", + "delete": "מחק", + "password": "סיסמא", + "confirm-password": "אימות סיסמא", + "editor": "עורך", + "administrator": "מנהל", + "edit-user": "עריכת משתמש", + "edit-content": "Edit content", + "profile": "פרופיל", + "change-password": "שינוי סיסמא", + "enabled": "מאופשר", + "disable-the-user": "הפוך משתמש ללא פעיל", + "profile-picture": "תמונת פרופיל", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "אתה בטוח שברצונך למחוק? לא ניתן לבטל פעולה זו.", + "do-you-want-to-disable-the-user": "האם ברצונך להפוך משתמש זה ללא פעיל?", + "new-password": "סיסמא חדשה", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "התקנת Bludit", + "choose-your-language": "בחר שאת שפתך", + "next": "הבא", + "complete-the-form-choose-a-password-for-the-username-admin": "מלא את הפרטים ובחר סיסמא למשתמש « admin »", + "show-password": "הראה סיסמא", + "install": "התקנה", + "login": "כניסה", + "back-to-login-form": "חזרה לדף כניסה", + "get-login-access-code": "קבל קוד גישה", + "email-access-code": "קוד גישה באימייל", + "whats-next": "מה הלאה?", + "username-or-password-incorrect": "שם משתמש או סיסמא אינם נכונים", + "follow-bludit-on": "עקוב אחר Bludit", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "נהל את ה-Bludit שלך מ[ממשק הניהול]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "שוחח עם מפתחים ומשתמשים ב[Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", + "read-the-documentation-for-more-information": "קרא את ה[מסמכים](https:\/\/docs.bludit.com) למידע נוסף", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "המשתמש נמחק", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "העלה תמונה", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "ההגדרות נשמרו", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "הסיסמא חייבת להיות בעלת 5 תויים לפחות", + "ip-address-has-been-blocked": "כתובת IP נחסמה", + "try-again-in-a-few-minutes": "אנא נסה בעוד מספר דקות", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "דפים", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/hu_HU.json b/bl-languages/hu_HU.json index de4488bc..d249a68e 100644 --- a/bl-languages/hu_HU.json +++ b/bl-languages/hu_HU.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "Magyar", - "english-name": "Hungarian", - "last-update": "2017-09-10", - "author": "Korfa", - "email": "", - "website": "" - }, - - "dashboard": "Vezérlőpult", - "manage-users": "Felhasználók kezelése", - "manage-categories": "Manage categories", - "general-settings": "Általános beállítások", - "advanced-settings": "Haladó beállítások", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Nyelv", - "plugin": "Plugin", - "plugins": "Bővitmények kezelése", - "developers": "Developers", - "themes": "Témák", - "about": "A blogodról", - "url": "URL", - "fixed": "Fixed", - "welcome": "Üdvözöljük a blogon!", - "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", - "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-page": "URL associated with the page.", - "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", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Üdvözöljük a Bluditban!", - "statistics": "Statisztika", - "pages": "Oldal", - "drafts": "Vázlatok", - "title": "Írja be a címet", - "save": "Változások mentése", - "save-as-draft": "Save as draft", - "cancel": "Mégse", - "description": "Rövid leírás. Maximum 150 karakter lehet.", - "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", - "drag-and-drop-or-click-here": "Húzza ide vagy kattintson ide!", - "there-are-no-images": "Nincs kép", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Kattintson a képre a beállításokhoz!", - "click-here-to-cancel": "Kattintson ide a kilépéshez!", - "insert-image": "Kép beszúrása", - "set-as-cover-image": "Beállítás borítóképnek", - "delete-image": "Kép törlése", - "tags": "Címke", - "add": "Hozzáadás", - "status": "Állapot", - "published": "A bejegyzés sikeresen közzétéve", - "draft": "Piszkozat", - "empty-title": "Üres cím", - "date": "Válasszon egy időzónát, a helyes idő megjelenítéséért!", - "external-cover-image": "External cover image", - "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.", - "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", - "username": "Felhasználónév", - "first-name": "Keresztnév", - "last-name": "Vezetéknév", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "E-mail", - "role": "Jogosultság", - "registered": "Regisztrált", - "site-information": "Weboldal-információ", - "site-title": "Oldal cím", - "use-this-field-to-name-your-site": "Ebben a mezőben adja meg a weboldal nevét, ez minden oldal tetején meg fog jelenni a weboldalon.", - "site-slogan": "Oldal szlogen", - "use-this-field-to-add-a-catchy-phrase": "Ebben a mezőben megadhat egy szlogent a weboldalhoz.", - "site-description": "Oldal leírás", - "you-can-add-a-site-description-to-provide": "Itt megadhatja a weboldal leírását, egy rövid összefoglalót az oldalról.", - "footer-text": "Lábléc text", - "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", - "default-home-page": "Alapértelmezett kezdőoldal", - "email-account-settings": "Levelezési beállítások", - "sender-email": "Küldő email címe", - "emails-will-be-sent-from-this-address": "Az emailek erről a címről kerülnek majd kiküldésre.", - "url-filters": "URL-szűrők", - "select-your-sites-language": "Válassza ki weboldala nyelvét!", - "timezone": "Időzóna", - "select-a-timezone-for-a-correct": "Válasszon időzónát a dátumok megfelelő megjelenítéséhez!", - "locale": "Helyi", - "date-and-time-formats": "Dátum- és időformátum", - "date-format": "Dátumformátum", - "current-format": "Jelenlegi", - "version": "Verziószám", - "author": "Szerző", - "activate": "Aktiválás", - "deactivate": "Deaktiválás", - "edit-category": "Edit category", - "delete": "Törlés", - "password": "Jelszó", - "confirm-password": "Jelszó újra", - "editor": "WYSIWYG szerkesztő engedélyezése", - "administrator": "Adminisztrátor felhasználóneve", - "edit-user": "Felhasználó szerkesztése", - "edit-content": "Edit content", - "profile": "Profil", - "change-password": "Jelszó megváltoztatása", - "enabled": "Bekapcsolva", - "disable-the-user": "Disable the user", - "profile-picture": "Profilkép", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Biztosan törli?", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit telepítő", - "choose-your-language": "Válasszon nyelvet!", - "next": "Tovább", - "complete-the-form-choose-a-password-for-the-username-admin": "Töltse ki az űrlapot, válasszon jelszót az « admin » felhasználónak!", - "show-password": "Mutassa a jelszót", - "install": "Telepítés", - "login": "Belépés", - "back-to-login-form": "Vissza a bejelentkezési oldalra", - "get-login-access-code": "Hozzáférési kód megszerzése", - "email-access-code": "Email hozzáférési kód", - "whats-next": "Mi következik?", - "username-or-password-incorrect": "A felhasználónév és a jelszó nem egyezik", - "follow-bludit-on": "Kövesse a Bluditot!", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Vezérelje a Bluditot az [admin felületről]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Beszélgessen a fejlesztőkkel és a felhasználókkal a [Gitter-en](https:\/\/gitter.im\/dignajar\/bludit)", - "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.", - "read-the-documentation-for-more-information": "Olvassa el a [dokumentációt](https:\/\/docs.bludit.com) további információkért!", - "new-page-created": "New page created", - "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", - "token": "Token", - "current-status": "Current status", - "upload-image": "Kép feltöltése", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "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.", - "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!", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Magyar", + "english-name": "Hungarian", + "last-update": "2017-09-10", + "author": "Korfa", + "email": "", + "website": "" + }, + "dashboard": "Vezérlőpult", + "manage-users": "Felhasználók kezelése", + "manage-categories": "Manage categories", + "general-settings": "Általános beállítások", + "advanced-settings": "Haladó beállítások", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Nyelv", + "plugin": "Plugin", + "plugins": "Bővitmények kezelése", + "developers": "Developers", + "themes": "Témák", + "about": "A blogodról", + "url": "URL", + "welcome": "Üdvözöljük a blogon!", + "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", + "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.", + "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", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "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", + "cancel": "Mégse", + "description": "Rövid leírás. Maximum 150 karakter lehet.", + "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", + "drag-and-drop-or-click-here": "Húzza ide vagy kattintson ide!", + "there-are-no-images": "Nincs kép", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Kattintson a képre a beállításokhoz!", + "click-here-to-cancel": "Kattintson ide a kilépéshez!", + "insert-image": "Kép beszúrása", + "set-as-cover-image": "Beállítás borítóképnek", + "delete-image": "Kép törlése", + "tags": "Címke", + "add": "Hozzáadás", + "status": "Állapot", + "published": "A bejegyzés sikeresen közzétéve", + "draft": "Piszkozat", + "empty-title": "Üres cím", + "empty": "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ő", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "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", + "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\".", + "email": "E-mail", + "role": "Jogosultság", + "registered": "Regisztrált", + "site-information": "Weboldal-információ", + "site-title": "Oldal cím", + "use-this-field-to-name-your-site": "Ebben a mezőben adja meg a weboldal nevét, ez minden oldal tetején meg fog jelenni a weboldalon.", + "site-slogan": "Oldal szlogen", + "use-this-field-to-add-a-catchy-phrase": "Ebben a mezőben megadhat egy szlogent a weboldalhoz.", + "site-description": "Oldal leírás", + "you-can-add-a-site-description-to-provide": "Itt megadhatja a weboldal leírását, egy rövid összefoglalót az oldalról.", + "footer-text": "Lábléc text", + "you-can-add-a-small-text-on-the-bottom": "Megadhat egy apróbetűs szöveget az oldalak aljára. Pl. jogi információk, tulajdonos, dátumok, stb.", + "social-networks-links": "Közösségimédia-linkek", + "site-url": "Weboldal URL", + "email-account-settings": "Levelezési beállítások", + "sender-email": "Küldő email címe", + "emails-will-be-sent-from-this-address": "Az emailek erről a címről kerülnek majd kiküldésre.", + "url-filters": "URL-szűrők", + "select-your-sites-language": "Válassza ki weboldala nyelvét!", + "timezone": "Időzóna", + "select-a-timezone-for-a-correct": "Válasszon időzónát a dátumok megfelelő megjelenítéséhez!", + "locale": "Helyi", + "date-and-time-formats": "Dátum- és időformátum", + "date-format": "Dátumformátum", + "current-format": "Jelenlegi", + "version": "Verziószám", + "author": "Szerző", + "activate": "Aktiválás", + "deactivate": "Deaktiválás", + "edit-category": "Edit category", + "delete": "Törlés", + "password": "Jelszó", + "confirm-password": "Jelszó újra", + "editor": "WYSIWYG szerkesztő engedélyezése", + "administrator": "Adminisztrátor felhasználóneve", + "edit-user": "Felhasználó szerkesztése", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Jelszó megváltoztatása", + "enabled": "Bekapcsolva", + "disable-the-user": "Disable the user", + "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", + "confirm-delete-this-action-cannot-be-undone": "Biztosan törli?", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "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).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit telepítő", + "choose-your-language": "Válasszon nyelvet!", + "next": "Tovább", + "complete-the-form-choose-a-password-for-the-username-admin": "Töltse ki az űrlapot, válasszon jelszót az « admin » felhasználónak!", + "show-password": "Mutassa a jelszót", + "install": "Telepítés", + "login": "Belépés", + "back-to-login-form": "Vissza a bejelentkezési oldalra", + "get-login-access-code": "Hozzáférési kód megszerzése", + "email-access-code": "Email hozzáférési kód", + "whats-next": "Mi következik?", + "username-or-password-incorrect": "A felhasználónév és a jelszó nem egyezik", + "follow-bludit-on": "Kövesse a Bluditot!", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Vezérelje a Bluditot az [admin felületről]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Beszélgessen a fejlesztőkkel és a felhasználókkal a [Gitter-en](https:\/\/gitter.im\/dignajar\/bludit)", + "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.", + "read-the-documentation-for-more-information": "Olvassa el a [dokumentációt](https:\/\/docs.bludit.com) további információkért!", + "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", + "token": "Token", + "current-status": "Current status", + "upload-image": "Kép feltöltése", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "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.", + "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", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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" } \ No newline at end of file diff --git a/bl-languages/it_IT.json b/bl-languages/it_IT.json index 78f8f8a2..b1a89f80 100644 --- a/bl-languages/it_IT.json +++ b/bl-languages/it_IT.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "Italiano (Italia)", - "english-name": "Italian", - "last-update": "2017-09-10", - "author": "Daniele La Pira", - "email": "daniele.lapira@gmail.com", - "website": "https:\/\/github.com\/danielelapira" - }, - - "dashboard": "Pannello", - "manage-users": "Amministra utenti", - "manage-categories": "Manage categories", - "general-settings": "Impostazioni generali", - "advanced-settings": "Impostazioni avanzate", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Lingua", - "plugin": "Plugin", - "plugins": "Plugins", - "developers": "Developers", - "themes": "Temi", - "about": "About", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "Termina sessione", - "website": "Sito web", - "publish": "Pubblica", - "manage": "Amministra", - "content": "Contenuto", - "category": "Category", - "categories": "Categories", - "users": "Utenti", - "settings": "Impostazioni", - "general": "Generali", - "advanced": "Avanzate", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Non hai sufficienti permessi per accedere a questa pagina. Contatta l'amministratore.", - "add-a-new-user": "Aggiungi un nuovo utente", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Lingua e fuso orario", - "change-your-language-and-region-settings": "Modifica le impostazioni di lingua e regione.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Benvenuti su Bludit", - "statistics": "Statistiche", - "pages": "Pagine", - "drafts": "Bozze", - "title": "Titolo", - "save": "Salva", - "save-as-draft": "Save as draft", - "cancel": "Annulla", - "description": "Descrizione", - "this-field-can-help-describe-the-content": "Quì puoi descrivere il contenuto in poche parole. Non più di 150 caratteri.", - "images": "Immagini", - "error": "Errore", - "supported-image-file-types": "Formati file immagine supportati", - "cover-image": "Immagine di copertina", - "drag-and-drop-or-click-here": "Trascina e rilascia oppure clicca quì", - "there-are-no-images": "Non ci sono immagini", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Clicca sull'immagine per le opzioni.", - "click-here-to-cancel": "Clicca quì per annullare.", - "insert-image": "Inserisci immagine", - "set-as-cover-image": "Set as cover image", - "delete-image": "Elimima immagine", - "tags": "Tags", - "add": "Aggiungi", - "status": "Status", - "published": "Pubblicato", - "draft": "Bozza", - "empty-title": "Titolo assente", - "date": "Data", - "external-cover-image": "External cover image", - "parent": "Genitore", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Posizione", - "friendly-url": "URL amichevole", - "image-description": "Descrizione dell'immagine", - "add-a-new-category": "Add a new category", - "name": "Nome", - "username": "Nome Utente", - "first-name": "Nome", - "last-name": "Cognome", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Ruolo", - "registered": "Registrato", - "site-information": "Informazioni sul sito", - "site-title": "Titolo del sito", - "use-this-field-to-name-your-site": "Usa questo campo per dare un nome al tuo sito. Apparirà nella parte superiore in ogni pagina del tuo sito.", - "site-slogan": "Slogan del sito", - "use-this-field-to-add-a-catchy-phrase": "Usa questo campo per aggiungere uno slogan al tuo sito.", - "site-description": "Descrizione del sito", - "you-can-add-a-site-description-to-provide": "Puoi aggiungere una descrizione del tuo sito e una tua breve biografia.", - "footer-text": "Testo pie' di pagina", - "you-can-add-a-small-text-on-the-bottom": "Puoi aggiungere un breve testo in fondo ad ogni pagina. Ad es. copyright, autore, date, ecc.", - "social-networks-links": "Social Networks", - "site-url": "URL del sito", - "default-home-page": "Home page predefinita", - "email-account-settings": "Impostazioni dell'account email", - "sender-email": "Mittente email", - "emails-will-be-sent-from-this-address": "Le emails saranno inviate da questo indirizzo.", - "url-filters": "Filtri URL", - "select-your-sites-language": "Seleziona la lingua del tuo sito.", - "timezone": "Fuso orario", - "select-a-timezone-for-a-correct": "Seleziona un fuso orario per la corretta visualizzazione di data e ora sul sito.", - "locale": "Locale", - "date-and-time-formats": "Formati data e ora", - "date-format": "Formato data", - "current-format": "Current format", - "version": "Versione", - "author": "Autore", - "activate": "Attiva", - "deactivate": "Disattiva", - "edit-category": "Edit category", - "delete": "Elimina", - "password": "Password", - "confirm-password": "Conferma Password", - "editor": "Editor", - "administrator": "Amministratore", - "edit-user": "Modifica utente", - "edit-content": "Edit content", - "profile": "Profilo", - "change-password": "Cambia password", - "enabled": "Abilitato", - "disable-the-user": "Disable the user", - "profile-picture": "Foto del profilo", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Conferma l'eliminazione. Questa azione non può essere annullata.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Nuova password", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Installa Bludit", - "choose-your-language": "Scegli la tua lingua", - "next": "Avanti", - "complete-the-form-choose-a-password-for-the-username-admin": "Compila il modulo e scegli una password per l'utente « admin »", - "show-password": "Mostra password", - "install": "Installa", - "login": "Inizia sessione", - "back-to-login-form": "Torna indietro alla pagina di accesso", - "get-login-access-code": "Richiedi un codice accesso", - "email-access-code": "Email access code", - "whats-next": "Passi successivi", - "username-or-password-incorrect": "Nome utente o password non corretti", - "follow-bludit-on": "Segui Bludit su", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Amministra Bludit dal [pannello di amministrazione]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Chatta con gli sviluppatori e gli utenti su [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Questa è una breve descrizione del tuo sito. Per cambiare il testo vai nel pannello di amministrazione, impostazioni, plugins e configura il plugin about.", - "read-the-documentation-for-more-information": "Leggi la [documentazione](https:\/\/docs.bludit.com) per ulteriori informazioni", - "new-page-created": "New page created", - "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": "Utente eliminato", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Inserisci un'immagine", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Le modifiche sono state salvate", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "La Password deve contenere almeno 6 caratteri", - "ip-address-has-been-blocked": "L'indirizzo IP è stato bloccato.", - "try-again-in-a-few-minutes": "Prova di nuovo fra qualche minuto.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Italiano (Italia)", + "english-name": "Italian", + "last-update": "2017-09-10", + "author": "Daniele La Pira", + "email": "daniele.lapira@gmail.com", + "website": "https:\/\/github.com\/danielelapira" + }, + "dashboard": "Pannello", + "manage-users": "Amministra utenti", + "manage-categories": "Manage categories", + "general-settings": "Impostazioni generali", + "advanced-settings": "Impostazioni avanzate", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Lingua", + "plugin": "Plugin", + "plugins": "Plugins", + "developers": "Developers", + "themes": "Temi", + "about": "About", + "url": "URL", + "welcome": "Welcome", + "logout": "Termina sessione", + "website": "Sito web", + "publish": "Pubblica", + "manage": "Amministra", + "content": "Contenuto", + "category": "Category", + "categories": "Categories", + "users": "Utenti", + "settings": "Impostazioni", + "general": "Generali", + "advanced": "Avanzate", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Non hai sufficienti permessi per accedere a questa pagina. Contatta l'amministratore.", + "add-a-new-user": "Aggiungi un nuovo utente", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Lingua e fuso orario", + "change-your-language-and-region-settings": "Modifica le impostazioni di lingua e regione.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Benvenuti su Bludit", + "statistics": "Statistiche", + "drafts": "Bozze", + "title": "Titolo", + "save": "Salva", + "save-as-draft": "Save as draft", + "cancel": "Annulla", + "description": "Descrizione", + "this-field-can-help-describe-the-content": "Quì puoi descrivere il contenuto in poche parole. Non più di 150 caratteri.", + "images": "Immagini", + "error": "Errore", + "supported-image-file-types": "Formati file immagine supportati", + "cover-image": "Immagine di copertina", + "drag-and-drop-or-click-here": "Trascina e rilascia oppure clicca quì", + "there-are-no-images": "Non ci sono immagini", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Clicca sull'immagine per le opzioni.", + "click-here-to-cancel": "Clicca quì per annullare.", + "insert-image": "Inserisci immagine", + "set-as-cover-image": "Set as cover image", + "delete-image": "Elimima immagine", + "tags": "Tags", + "add": "Aggiungi", + "status": "Status", + "published": "Pubblicato", + "draft": "Bozza", + "empty-title": "Titolo assente", + "empty": "empty", + "date": "Data", + "external-cover-image": "External cover image", + "parent": "Genitore", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Posizione", + "friendly-url": "URL amichevole", + "image-description": "Descrizione dell'immagine", + "add-a-new-category": "Add a new category", + "name": "Nome", + "username": "Nome Utente", + "first-name": "Nome", + "last-name": "Cognome", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Ruolo", + "registered": "Registrato", + "site-information": "Informazioni sul sito", + "site-title": "Titolo del sito", + "use-this-field-to-name-your-site": "Usa questo campo per dare un nome al tuo sito. Apparirà nella parte superiore in ogni pagina del tuo sito.", + "site-slogan": "Slogan del sito", + "use-this-field-to-add-a-catchy-phrase": "Usa questo campo per aggiungere uno slogan al tuo sito.", + "site-description": "Descrizione del sito", + "you-can-add-a-site-description-to-provide": "Puoi aggiungere una descrizione del tuo sito e una tua breve biografia.", + "footer-text": "Testo pie' di pagina", + "you-can-add-a-small-text-on-the-bottom": "Puoi aggiungere un breve testo in fondo ad ogni pagina. Ad es. copyright, autore, date, ecc.", + "social-networks-links": "Social Networks", + "site-url": "URL del sito", + "email-account-settings": "Impostazioni dell'account email", + "sender-email": "Mittente email", + "emails-will-be-sent-from-this-address": "Le emails saranno inviate da questo indirizzo.", + "url-filters": "Filtri URL", + "select-your-sites-language": "Seleziona la lingua del tuo sito.", + "timezone": "Fuso orario", + "select-a-timezone-for-a-correct": "Seleziona un fuso orario per la corretta visualizzazione di data e ora sul sito.", + "locale": "Locale", + "date-and-time-formats": "Formati data e ora", + "date-format": "Formato data", + "current-format": "Current format", + "version": "Versione", + "author": "Autore", + "activate": "Attiva", + "deactivate": "Disattiva", + "edit-category": "Edit category", + "delete": "Elimina", + "password": "Password", + "confirm-password": "Conferma Password", + "editor": "Editor", + "administrator": "Amministratore", + "edit-user": "Modifica utente", + "edit-content": "Edit content", + "profile": "Profilo", + "change-password": "Cambia password", + "enabled": "Abilitato", + "disable-the-user": "Disable the user", + "profile-picture": "Foto del profilo", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Conferma l'eliminazione. Questa azione non può essere annullata.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Nuova password", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Installa Bludit", + "choose-your-language": "Scegli la tua lingua", + "next": "Avanti", + "complete-the-form-choose-a-password-for-the-username-admin": "Compila il modulo e scegli una password per l'utente « admin »", + "show-password": "Mostra password", + "install": "Installa", + "login": "Inizia sessione", + "back-to-login-form": "Torna indietro alla pagina di accesso", + "get-login-access-code": "Richiedi un codice accesso", + "email-access-code": "Email access code", + "whats-next": "Passi successivi", + "username-or-password-incorrect": "Nome utente o password non corretti", + "follow-bludit-on": "Segui Bludit su", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Amministra Bludit dal [pannello di amministrazione]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Chatta con gli sviluppatori e gli utenti su [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Questa è una breve descrizione del tuo sito. Per cambiare il testo vai nel pannello di amministrazione, impostazioni, plugins e configura il plugin about.", + "read-the-documentation-for-more-information": "Leggi la [documentazione](https:\/\/docs.bludit.com) per ulteriori informazioni", + "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": "Utente eliminato", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Inserisci un'immagine", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Le modifiche sono state salvate", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "La Password deve contenere almeno 6 caratteri", + "ip-address-has-been-blocked": "L'indirizzo IP è stato bloccato.", + "try-again-in-a-few-minutes": "Prova di nuovo fra qualche minuto.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Pagine", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/ja_JP.json b/bl-languages/ja_JP.json index b41233ee..b921a371 100644 --- a/bl-languages/ja_JP.json +++ b/bl-languages/ja_JP.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "日本語 (Japan)", - "english-name": "Japanese", - "last-update": "2017-09-10", - "author": "Jun NOGATA", - "email": "nogajun+bludit@gmail.com", - "website": "http:\/\/www.nofuture.tv\/" - }, - - "dashboard": "ダッシュボード", - "manage-users": "ユーザー管理", - "manage-categories": "Manage categories", - "general-settings": "全般設定", - "advanced-settings": "詳細設定", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "言語", - "plugin": "Plugin", - "plugins": "プラグイン", - "developers": "Developers", - "themes": "テーマ", - "about": "About", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "ログアウト", - "website": "Webサイト", - "publish": "公開済み", - "manage": "管理", - "content": "内容", - "category": "Category", - "categories": "Categories", - "users": "ユーザー", - "settings": "設定", - "general": "全般", - "advanced": "詳細", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "このページにアクセスするための権限がありません。管理者に連絡をしてください。", - "add-a-new-user": "新規ユーザーを追加", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "言語とタイムゾーン", - "change-your-language-and-region-settings": "言語や地域の設定を変更します。", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bluditへようこそ", - "statistics": "統計", - "pages": "ページ", - "drafts": "下書き", - "title": "タイトル", - "save": "保存", - "save-as-draft": "Save as draft", - "cancel": "キャンセル", - "description": "概要", - "this-field-can-help-describe-the-content": "このフィールドにはコンテンツの概要を記述します。150文字程度が目安です。", - "images": "画像", - "error": "エラー", - "supported-image-file-types": "サポートする画像ファイルタイプ", - "cover-image": "カバー画像", - "drag-and-drop-or-click-here": "ドラッグ・アンド・ドロップもしくはクリックします", - "there-are-no-images": "画像はありません。", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Click on the image for options.", - "click-here-to-cancel": "ここをクリックしてキャンセル。", - "insert-image": "画像を挿入", - "set-as-cover-image": "Set as cover image", - "delete-image": "Delete image", - "tags": "タグ", - "add": "追加", - "status": "状態", - "published": "公開", - "draft": "下書き", - "empty-title": "タイトルなし", - "date": "日付", - "external-cover-image": "External cover image", - "parent": "親ページ", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "位置", - "friendly-url": "フレンドリーURL", - "image-description": "Image description", - "add-a-new-category": "Add a new category", - "name": "名前", - "username": "ユーザー名", - "first-name": "名", - "last-name": "姓", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Eメール", - "role": "役割", - "registered": "登録日", - "site-information": "サイト情報", - "site-title": "サイトタイトル", - "use-this-field-to-name-your-site": "サイト名を入力します。サイト名は各ページ上部に表示されます。", - "site-slogan": "サイトキャッチフレーズ", - "use-this-field-to-add-a-catchy-phrase": "サイトのキャッチフレーズを入力します。", - "site-description": "サイト概要", - "you-can-add-a-site-description-to-provide": "サイトの説明や紹介に利用する概要を入力します。", - "footer-text": "フッターテキスト", - "you-can-add-a-small-text-on-the-bottom": "各ページ下部に追加する短いテキストを入力します。例: 著作権や所有者名、日付など。", - "social-networks-links": "Social networks links", - "site-url": "サイトURL", - "default-home-page": "規定のホームページ", - "email-account-settings": "Eメールアカウント設定", - "sender-email": "送信者メールアドレス", - "emails-will-be-sent-from-this-address": "Eメールはこのアドレスから送信されます。", - "url-filters": "URLフィルター", - "select-your-sites-language": "サイトで利用する言語を選択します", - "timezone": "タイムゾーン", - "select-a-timezone-for-a-correct": "サイト上で正しく日付・時間が表示されるタイムゾーンを選択します。", - "locale": "ロケール", - "date-and-time-formats": "日付と時間の書式", - "date-format": "日付の書式", - "current-format": "Current format", - "version": "バージョン", - "author": "作者", - "activate": "有効化", - "deactivate": "無効化", - "edit-category": "Edit category", - "delete": "削除", - "password": "パスワード", - "confirm-password": "パスワードの確認", - "editor": "編集者", - "administrator": "管理者", - "edit-user": "ユーザー編集", - "edit-content": "Edit content", - "profile": "プロフィール", - "change-password": "パスワードを変更", - "enabled": "有効", - "disable-the-user": "Disable the user", - "profile-picture": "プロフィール画像", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "削除しますか? この操作は取り消せません", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "新しいパスワード", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bluditインストーラー", - "choose-your-language": "言語を選択してください", - "next": "次へ", - "complete-the-form-choose-a-password-for-the-username-admin": "admin(管理者)ユーザーのパスワードとメールアドレスを入力してください", - "show-password": "パスワードを表示", - "install": "インストール", - "login": "ログイン", - "back-to-login-form": "ログインフォームへ戻る", - "get-login-access-code": "ログインアクセスコードを送信", - "email-access-code": "Email access code", - "whats-next": "この次は", - "username-or-password-incorrect": "ユーザー名またはパスワードが不正です", - "follow-bludit-on": "Bluditをフォローする", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "[管理パネル]({{ADMIN_AREA_LINK}})からBluditを管理する", - "chat-with-developers-and-users-on-gitter": "[Gitter](https:\/\/gitter.im\/dignajar\/bludit)で開発者やユーザーとチャットする", - "this-is-a-brief-description-of-yourself-our-your-site": "ここには、あなた自身やサイトについての説明文を書きます。文章を変更するには、管理パネルから設定→プラグインと進み、aboutプラグインの設定から変更します。", - "read-the-documentation-for-more-information": "詳細について[文書](https:\/\/docs.bludit.com)を読む", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "ユーザー削除", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "画像をアップロード", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "変更を保存しました", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "パスワードは6文字以上必要です", - "ip-address-has-been-blocked": "IPアドレスはブロックされています。", - "try-again-in-a-few-minutes": "しばらくしてからもう一度お試しください。", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "日本語 (Japan)", + "english-name": "Japanese", + "last-update": "2017-09-10", + "author": "Jun NOGATA", + "email": "nogajun+bludit@gmail.com", + "website": "http:\/\/www.nofuture.tv\/" + }, + "dashboard": "ダッシュボード", + "manage-users": "ユーザー管理", + "manage-categories": "Manage categories", + "general-settings": "全般設定", + "advanced-settings": "詳細設定", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "言語", + "plugin": "Plugin", + "plugins": "プラグイン", + "developers": "Developers", + "themes": "テーマ", + "about": "About", + "url": "URL", + "welcome": "Welcome", + "logout": "ログアウト", + "website": "Webサイト", + "publish": "公開済み", + "manage": "管理", + "content": "内容", + "category": "Category", + "categories": "Categories", + "users": "ユーザー", + "settings": "設定", + "general": "全般", + "advanced": "詳細", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "このページにアクセスするための権限がありません。管理者に連絡をしてください。", + "add-a-new-user": "新規ユーザーを追加", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "言語とタイムゾーン", + "change-your-language-and-region-settings": "言語や地域の設定を変更します。", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Bluditへようこそ", + "statistics": "統計", + "drafts": "下書き", + "title": "タイトル", + "save": "保存", + "save-as-draft": "Save as draft", + "cancel": "キャンセル", + "description": "概要", + "this-field-can-help-describe-the-content": "このフィールドにはコンテンツの概要を記述します。150文字程度が目安です。", + "images": "画像", + "error": "エラー", + "supported-image-file-types": "サポートする画像ファイルタイプ", + "cover-image": "カバー画像", + "drag-and-drop-or-click-here": "ドラッグ・アンド・ドロップもしくはクリックします", + "there-are-no-images": "画像はありません。", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Click on the image for options.", + "click-here-to-cancel": "ここをクリックしてキャンセル。", + "insert-image": "画像を挿入", + "set-as-cover-image": "Set as cover image", + "delete-image": "Delete image", + "tags": "タグ", + "add": "追加", + "status": "状態", + "published": "公開", + "draft": "下書き", + "empty-title": "タイトルなし", + "empty": "empty", + "date": "日付", + "external-cover-image": "External cover image", + "parent": "親ページ", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "位置", + "friendly-url": "フレンドリーURL", + "image-description": "Image description", + "add-a-new-category": "Add a new category", + "name": "名前", + "username": "ユーザー名", + "first-name": "名", + "last-name": "姓", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Eメール", + "role": "役割", + "registered": "登録日", + "site-information": "サイト情報", + "site-title": "サイトタイトル", + "use-this-field-to-name-your-site": "サイト名を入力します。サイト名は各ページ上部に表示されます。", + "site-slogan": "サイトキャッチフレーズ", + "use-this-field-to-add-a-catchy-phrase": "サイトのキャッチフレーズを入力します。", + "site-description": "サイト概要", + "you-can-add-a-site-description-to-provide": "サイトの説明や紹介に利用する概要を入力します。", + "footer-text": "フッターテキスト", + "you-can-add-a-small-text-on-the-bottom": "各ページ下部に追加する短いテキストを入力します。例: 著作権や所有者名、日付など。", + "social-networks-links": "Social networks links", + "site-url": "サイトURL", + "email-account-settings": "Eメールアカウント設定", + "sender-email": "送信者メールアドレス", + "emails-will-be-sent-from-this-address": "Eメールはこのアドレスから送信されます。", + "url-filters": "URLフィルター", + "select-your-sites-language": "サイトで利用する言語を選択します", + "timezone": "タイムゾーン", + "select-a-timezone-for-a-correct": "サイト上で正しく日付・時間が表示されるタイムゾーンを選択します。", + "locale": "ロケール", + "date-and-time-formats": "日付と時間の書式", + "date-format": "日付の書式", + "current-format": "Current format", + "version": "バージョン", + "author": "作者", + "activate": "有効化", + "deactivate": "無効化", + "edit-category": "Edit category", + "delete": "削除", + "password": "パスワード", + "confirm-password": "パスワードの確認", + "editor": "編集者", + "administrator": "管理者", + "edit-user": "ユーザー編集", + "edit-content": "Edit content", + "profile": "プロフィール", + "change-password": "パスワードを変更", + "enabled": "有効", + "disable-the-user": "Disable the user", + "profile-picture": "プロフィール画像", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "削除しますか? この操作は取り消せません", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "新しいパスワード", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bluditインストーラー", + "choose-your-language": "言語を選択してください", + "next": "次へ", + "complete-the-form-choose-a-password-for-the-username-admin": "admin(管理者)ユーザーのパスワードとメールアドレスを入力してください", + "show-password": "パスワードを表示", + "install": "インストール", + "login": "ログイン", + "back-to-login-form": "ログインフォームへ戻る", + "get-login-access-code": "ログインアクセスコードを送信", + "email-access-code": "Email access code", + "whats-next": "この次は", + "username-or-password-incorrect": "ユーザー名またはパスワードが不正です", + "follow-bludit-on": "Bluditをフォローする", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "[管理パネル]({{ADMIN_AREA_LINK}})からBluditを管理する", + "chat-with-developers-and-users-on-gitter": "[Gitter](https:\/\/gitter.im\/dignajar\/bludit)で開発者やユーザーとチャットする", + "this-is-a-brief-description-of-yourself-our-your-site": "ここには、あなた自身やサイトについての説明文を書きます。文章を変更するには、管理パネルから設定→プラグインと進み、aboutプラグインの設定から変更します。", + "read-the-documentation-for-more-information": "詳細について[文書](https:\/\/docs.bludit.com)を読む", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "ユーザー削除", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "画像をアップロード", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "変更を保存しました", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "パスワードは6文字以上必要です", + "ip-address-has-been-blocked": "IPアドレスはブロックされています。", + "try-again-in-a-few-minutes": "しばらくしてからもう一度お試しください。", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "ページ", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/ms_MY.json b/bl-languages/ms_MY.json index c4172e38..74dff6b0 100644 --- a/bl-languages/ms_MY.json +++ b/bl-languages/ms_MY.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "Bahasa Melayu (Malaysia)", - "english-name": "Malay", - "last-update": "2017-09-10", - "author": "Hakim Zulkufli", - "email": "nobuna@iamnobuna.ga", - "website": "http:\/\/www.iamnobuna.ga\/" - }, - - "dashboard": "Papan Pemuka", - "manage-users": "Urus pengguna-pengguna", - "manage-categories": "Manage categories", - "general-settings": "Tetapan umum", - "advanced-settings": "Tetapan lanjutan", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Bahasa", - "plugin": "Plugin", - "plugins": "Pemalam", - "developers": "Developers", - "themes": "Tema", - "about": "About", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "Log keluar", - "website": "Laman web", - "publish": "Terbit", - "manage": "Urus", - "content": "Kandungan", - "category": "Category", - "categories": "Categories", - "users": "Pengguna", - "settings": "Tetapan", - "general": "Umum", - "advanced": "Lanjutan", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Anda tidak mempunyai kebenaran untuk mengakses halaman ini, sila hubungi pentadbir.", - "add-a-new-user": "Tambah pengguna baru", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Bahasa dan zon masa", - "change-your-language-and-region-settings": "Tukar tetapan bahasa dan kawasan anda.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Selamat datang ke Bludit", - "statistics": "Statistik", - "pages": "Halaman-halaman", - "drafts": "Draf-draf", - "title": "Tajuk", - "save": "Simpan", - "save-as-draft": "Save as draft", - "cancel": "Batal", - "description": "Perihal", - "this-field-can-help-describe-the-content": "Huraikan secara ringkas kandungan ini. Tidak lebih daripada 150 aksara.", - "images": "Gambar", - "error": "Ralat", - "supported-image-file-types": "Jenis fail gambar yang disokong", - "cover-image": "Gambar tudung", - "drag-and-drop-or-click-here": "Seret dan lepaskan atau klik di sini", - "there-are-no-images": "Tiada gambar", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Click on the image for options.", - "click-here-to-cancel": "Klik di sini untuk membatalkannya.", - "insert-image": "Masukkan gambar", - "set-as-cover-image": "Set as cover image", - "delete-image": "Delete image", - "tags": "Tag", - "add": "Tambah", - "status": "Status", - "published": "Telah diterbit", - "draft": "Draf", - "empty-title": "Tajuk kosong", - "date": "Tarikh", - "external-cover-image": "External cover image", - "parent": "Induk", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Posisi", - "friendly-url": "URL mesra", - "image-description": "Image description", - "add-a-new-category": "Add a new category", - "name": "Nama", - "username": "Name pengguna", - "first-name": "Nama sendiri", - "last-name": "Nama keluarga", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "E-mel", - "role": "Peranan", - "registered": "Telah didaftar", - "site-information": "Maklumat laman web", - "site-title": "Tajuk laman", - "use-this-field-to-name-your-site": "Gunakan medan ini untuk namakan laman web anda. Ianya akan dipaparkan di atas setiap halaman laman web anda.", - "site-slogan": "Slogan laman", - "use-this-field-to-add-a-catchy-phrase": "Gunakan medan ini untuk tambahkan frasa menarik di laman web anda.", - "site-description": "Perihal laman", - "you-can-add-a-site-description-to-provide": "Anda boleh gunakan ini sebagai biografi pendek atau perihal laman web anda.", - "footer-text": "Text kaki", - "you-can-add-a-small-text-on-the-bottom": "Anda boleh tambahkan teks kecil di bawah setiap halaman. Contohnya: hak cipta, pemilik, tarikh, dll.", - "social-networks-links": "Social networks links", - "site-url": "URL laman", - "default-home-page": "Laman utama lalai", - "email-account-settings": "Tetap akaun e-emel", - "sender-email": "E-mel pengirim", - "emails-will-be-sent-from-this-address": "E-mel akan dikirim oleh alamat ini.", - "url-filters": "Penapis URL", - "select-your-sites-language": "Pilih bahasa laman web anda.", - "timezone": "Zon masa", - "select-a-timezone-for-a-correct": "Pilih zon masa yang betul untuk paparan tarikh dan masa yang tepat.", - "locale": "Locale", - "date-and-time-formats": "Format tarikh dan masa", - "date-format": "Format tarikh", - "current-format": "Current format", - "version": "Versi", - "author": "Pengarang", - "activate": "Aktifkan", - "deactivate": "Nyahaktifkan", - "edit-category": "Edit category", - "delete": "Buang", - "password": "Kata laluan", - "confirm-password": "Sahkan kata laluan", - "editor": "Penyunting", - "administrator": "Pentadbir", - "edit-user": "Sunting pengguna", - "edit-content": "Edit content", - "profile": "Profil", - "change-password": "Tukar kata laluan", - "enabled": "Dibolehkan", - "disable-the-user": "Disable the user", - "profile-picture": "Gambar profil", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Sahkan pembuangan? Tindakan ini tidak boleh dibatalkan.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Kata laluan baharu", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Pemasang Bludit", - "choose-your-language": "Pilih bahasa anda", - "next": "Seterusnya", - "complete-the-form-choose-a-password-for-the-username-admin": "Lengkapkan borang di bawah, pilih kata laluan untuk pengguna « admin »", - "show-password": "Paparkan kata laluan", - "install": "Pasang", - "login": "Log masuk", - "back-to-login-form": "Kembali ke borang log masuk", - "get-login-access-code": "Dapatkan kod akses log masuk", - "email-access-code": "Email access code", - "whats-next": "Apa yang anda boleh lakukan seterusnya?", - "username-or-password-incorrect": "Nama pengguna atau kata laluan tidak betul", - "follow-bludit-on": "Ikut Bludit di", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Uruskan Bludit anda di [panel pentadbir]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Sembang dengan pembangun dan pengguna di [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Ini ialah perihal ringkas anda atau laman web anda. Untuk mengubahnya, pergi ke Panel Pentadbir -> Tetapan -> Pemalam dan tetapkan tatarajah pemalam \"About\".", - "read-the-documentation-for-more-information": "Baca [documentasi](https:\/\/docs.bludit.com) untuk maklumat lanjut", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "Pengguna telah dibuang", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Muat naik gambar", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Perubahan telah disimpan", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Kata laluan perlu mempunyai sekurang-kurangnya 6 aksara", - "ip-address-has-been-blocked": "Alamat IP telah dihalang.", - "try-again-in-a-few-minutes": "Cuba lagi dalam beberapa minit.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Bahasa Melayu (Malaysia)", + "english-name": "Malay", + "last-update": "2017-09-10", + "author": "Hakim Zulkufli", + "email": "nobuna@iamnobuna.ga", + "website": "http:\/\/www.iamnobuna.ga\/" + }, + "dashboard": "Papan Pemuka", + "manage-users": "Urus pengguna-pengguna", + "manage-categories": "Manage categories", + "general-settings": "Tetapan umum", + "advanced-settings": "Tetapan lanjutan", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Bahasa", + "plugin": "Plugin", + "plugins": "Pemalam", + "developers": "Developers", + "themes": "Tema", + "about": "About", + "url": "URL", + "welcome": "Welcome", + "logout": "Log keluar", + "website": "Laman web", + "publish": "Terbit", + "manage": "Urus", + "content": "Kandungan", + "category": "Category", + "categories": "Categories", + "users": "Pengguna", + "settings": "Tetapan", + "general": "Umum", + "advanced": "Lanjutan", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Anda tidak mempunyai kebenaran untuk mengakses halaman ini, sila hubungi pentadbir.", + "add-a-new-user": "Tambah pengguna baru", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Bahasa dan zon masa", + "change-your-language-and-region-settings": "Tukar tetapan bahasa dan kawasan anda.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Selamat datang ke Bludit", + "statistics": "Statistik", + "drafts": "Draf-draf", + "title": "Tajuk", + "save": "Simpan", + "save-as-draft": "Save as draft", + "cancel": "Batal", + "description": "Perihal", + "this-field-can-help-describe-the-content": "Huraikan secara ringkas kandungan ini. Tidak lebih daripada 150 aksara.", + "images": "Gambar", + "error": "Ralat", + "supported-image-file-types": "Jenis fail gambar yang disokong", + "cover-image": "Gambar tudung", + "drag-and-drop-or-click-here": "Seret dan lepaskan atau klik di sini", + "there-are-no-images": "Tiada gambar", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Click on the image for options.", + "click-here-to-cancel": "Klik di sini untuk membatalkannya.", + "insert-image": "Masukkan gambar", + "set-as-cover-image": "Set as cover image", + "delete-image": "Delete image", + "tags": "Tag", + "add": "Tambah", + "status": "Status", + "published": "Telah diterbit", + "draft": "Draf", + "empty-title": "Tajuk kosong", + "empty": "empty", + "date": "Tarikh", + "external-cover-image": "External cover image", + "parent": "Induk", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Posisi", + "friendly-url": "URL mesra", + "image-description": "Image description", + "add-a-new-category": "Add a new category", + "name": "Nama", + "username": "Name pengguna", + "first-name": "Nama sendiri", + "last-name": "Nama keluarga", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "E-mel", + "role": "Peranan", + "registered": "Telah didaftar", + "site-information": "Maklumat laman web", + "site-title": "Tajuk laman", + "use-this-field-to-name-your-site": "Gunakan medan ini untuk namakan laman web anda. Ianya akan dipaparkan di atas setiap halaman laman web anda.", + "site-slogan": "Slogan laman", + "use-this-field-to-add-a-catchy-phrase": "Gunakan medan ini untuk tambahkan frasa menarik di laman web anda.", + "site-description": "Perihal laman", + "you-can-add-a-site-description-to-provide": "Anda boleh gunakan ini sebagai biografi pendek atau perihal laman web anda.", + "footer-text": "Text kaki", + "you-can-add-a-small-text-on-the-bottom": "Anda boleh tambahkan teks kecil di bawah setiap halaman. Contohnya: hak cipta, pemilik, tarikh, dll.", + "social-networks-links": "Social networks links", + "site-url": "URL laman", + "email-account-settings": "Tetap akaun e-emel", + "sender-email": "E-mel pengirim", + "emails-will-be-sent-from-this-address": "E-mel akan dikirim oleh alamat ini.", + "url-filters": "Penapis URL", + "select-your-sites-language": "Pilih bahasa laman web anda.", + "timezone": "Zon masa", + "select-a-timezone-for-a-correct": "Pilih zon masa yang betul untuk paparan tarikh dan masa yang tepat.", + "locale": "Locale", + "date-and-time-formats": "Format tarikh dan masa", + "date-format": "Format tarikh", + "current-format": "Current format", + "version": "Versi", + "author": "Pengarang", + "activate": "Aktifkan", + "deactivate": "Nyahaktifkan", + "edit-category": "Edit category", + "delete": "Buang", + "password": "Kata laluan", + "confirm-password": "Sahkan kata laluan", + "editor": "Penyunting", + "administrator": "Pentadbir", + "edit-user": "Sunting pengguna", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Tukar kata laluan", + "enabled": "Dibolehkan", + "disable-the-user": "Disable the user", + "profile-picture": "Gambar profil", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Sahkan pembuangan? Tindakan ini tidak boleh dibatalkan.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Kata laluan baharu", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Pemasang Bludit", + "choose-your-language": "Pilih bahasa anda", + "next": "Seterusnya", + "complete-the-form-choose-a-password-for-the-username-admin": "Lengkapkan borang di bawah, pilih kata laluan untuk pengguna « admin »", + "show-password": "Paparkan kata laluan", + "install": "Pasang", + "login": "Log masuk", + "back-to-login-form": "Kembali ke borang log masuk", + "get-login-access-code": "Dapatkan kod akses log masuk", + "email-access-code": "Email access code", + "whats-next": "Apa yang anda boleh lakukan seterusnya?", + "username-or-password-incorrect": "Nama pengguna atau kata laluan tidak betul", + "follow-bludit-on": "Ikut Bludit di", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Uruskan Bludit anda di [panel pentadbir]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Sembang dengan pembangun dan pengguna di [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Ini ialah perihal ringkas anda atau laman web anda. Untuk mengubahnya, pergi ke Panel Pentadbir -> Tetapan -> Pemalam dan tetapkan tatarajah pemalam \"About\".", + "read-the-documentation-for-more-information": "Baca [documentasi](https:\/\/docs.bludit.com) untuk maklumat lanjut", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "Pengguna telah dibuang", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Muat naik gambar", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Perubahan telah disimpan", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Kata laluan perlu mempunyai sekurang-kurangnya 6 aksara", + "ip-address-has-been-blocked": "Alamat IP telah dihalang.", + "try-again-in-a-few-minutes": "Cuba lagi dalam beberapa minit.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Halaman-halaman", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/nl_NL.json b/bl-languages/nl_NL.json index 17623c3b..cf457b83 100644 --- a/bl-languages/nl_NL.json +++ b/bl-languages/nl_NL.json @@ -1,222 +1,229 @@ { - "language-data": { - "native": "Nederlands", - "english-name": "Dutch", - "last-update": "2017-09-10", - "author": "Ray, Joery Zegers", - "email": "", - "website": "" - }, - - "dashboard": "Dashboard", - "manage-users": "Gebruikersbeheer", - "manage-categories": "Manage categories", - "general-settings": "Algmene instellingen", - "advanced-settings": "Geavanceerde instellingen", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Taal", - "plugin": "Plugin", - "plugins": "Plugins", - "developers": "Developers", - "themes": "Thema", - "about": "Over ons", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welkom", - "logout": "Afmelden", - "website": "Website", - "publish": "Publiceer", - "manage": "Aanpassen", - "content": "Inhoud", - "category": "Category", - "categories": "Categories", - "users": "Gebruikers", - "settings": "Instellingen", - "general": "Algemeen", - "advanced": "Geavanceerd", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Onvoldoende rechten voor deze uitvoering", - "add-a-new-user": "Voeg een nieuwe gebruiker toe", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Taal en tijdzone", - "change-your-language-and-region-settings": "Verander je taal en regio instellingen.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Welkom bij Bludit", - "statistics": "Statistieken", - "pages": "Pagina's", - "drafts": "Concepten", - "title": "Titel", - "save": "Opslaan", - "save-as-draft": "Save as draft", - "cancel": "Annuleer", - "description": "Omschrijving", - "this-field-can-help-describe-the-content": "Dit veld kan je gebruiken om de content te omschrijven in een paar woorden. Niet meer dan 150 karakters.", - "images": "Afbeeldingen", - "error": "Error", - "supported-image-file-types": "Ondersteunde afbeeldingsformaten", - "cover-image": "Omslagfoto", - "drag-and-drop-or-click-here": "Sleep en plak of klik hier", - "there-are-no-images": "Er zijn geen afbeeldingen", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Klik op de afbeelding voor opties.", - "click-here-to-cancel": "Klik hier om te annuleren.", - "insert-image": "Afbeelding invoegen", - "set-as-cover-image": "Stel in als omslagfoto", - "delete-image": "Verwijder afbeelding", - "tags": "Tags", - "add": "Toevoegen", - "status": "Status", - "published": "Gepubliceerd", - "draft": "Concept", - "empty-title": "Lege titel", - "date": "Datum", - "external-cover-image": "External cover image", - "parent": "Bovenliggend item", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Positie", - "friendly-url": "Gebruiksvriendelijke URL", - "image-description": "Afbeeldingsomschrijving", - "add-a-new-category": "Add a new category", - "name": "Naam", - "username": "Gebruikersnaam", - "first-name": "Voornaam", - "last-name": "Achternaam", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Rol", - "registered": "Geregistreerd", - "site-information": "Site informatie", - "site-title": "Titel van de site", - "use-this-field-to-name-your-site": "Titel van de site, deze wordt op iedere pagina weergegeven.", - "site-slogan": "Slogan voor de site", - "use-this-field-to-add-a-catchy-phrase": "Slogan voor je site.", - "site-description": "Omschrijving van de site", - "you-can-add-a-site-description-to-provide": "Korte omschrijving van je site.", - "footer-text": "Footer tekst", - "you-can-add-a-small-text-on-the-bottom": "Plaats hier een korte tekst (bijvoorbeeld de copyright, datum of merknaam)", - "social-networks-links": "Sociale media links", - "site-url": "De url van de site", - "default-home-page": "Standaard home pagina", - "email-account-settings": "Email account instellingen", - "sender-email": "Verzend email adres", - "emails-will-be-sent-from-this-address": "Emails zullen vanaf dit adres verzonden worden.", - "url-filters": "URL filters", - "select-your-sites-language": "Selecteer taal.", - "timezone": "Tijdzone", - "select-a-timezone-for-a-correct": "Selecteer de tijdzone.", - "locale": "Lokaal", - "date-and-time-formats": "Datum en tijd formaat", - "date-format": "Datum formaat", - "current-format": "Huidig formaat", - "version": "Versie", - "author": "Auteur", - "activate": "Activeer", - "deactivate": "Deactiveer", - "edit-category": "Edit category", - "delete": "Verwijder", - "password": "Wachtwoord", - "confirm-password": "Bevestig wachtwoord", - "editor": "Editor", - "administrator": "Administrator", - "edit-user": "Gebruiker aanpassen", - "edit-content": "Edit content", - "profile": "Profiel", - "change-password": "Verander wachtwoord", - "enabled": "Ingeschakeld", - "disable-the-user": "Deactiveer de gebruiker", - "profile-picture": "Profiel afbeelding", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Bevestig het verwijderen, dit kan niet ongedaan worden gemaakt.", - "do-you-want-to-disable-the-user": "Wil je de gebruiker deactiveren ?", - "new-password": "Nieuw wachtwoord", - "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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Installatie Programma", - "choose-your-language": "Selecteer je taal", - "next": "Volgende", - "complete-the-form-choose-a-password-for-the-username-admin": "Vul het formulier in en kies een wachtwoord voor de gebruikersnaam « admin »", - "show-password": "Toon wachtwoord", - "install": "Installeer", - "login": "Aanmelden", - "back-to-login-form": "Terug naar inlog formulier", - "get-login-access-code": "Krijg een inlog toegangs code", - "email-access-code": "Email de toegangscode", - "whats-next": "Wat nu", - "username-or-password-incorrect": "Gebruikersnaam of wachtwoord is onjuist", - "follow-bludit-on": "Volg Bludit via", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Beheer Bludit vanuit de [admin area]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Chat met ontwikkelaars en gebruikers op [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Dit is een korte omschrijving van jezelf of jouw site, om de tekst te veranderen ga naar het administratie paneel, instellingen, plugins, en configureer de plugin over ons.", - "read-the-documentation-for-more-information": "Lees de [documentatie](https:\/\/docs.bludit.com) voor meer informatie", - "new-page-created": "New page created", - "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": "Gebruiker verwijderd", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Afbeelding uploaden", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "De veranderingen zijn opgeslagen", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Wachtwoord moet minimaal 6 karakters lang zijn", - "ip-address-has-been-blocked": "IP adres is geblokkeerd.", - "try-again-in-a-few-minutes": "Probeer het zometeen opnieuw.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Nederlands", + "english-name": "Dutch", + "last-update": "2017-09-10", + "author": "Ray, Joery Zegers", + "email": "", + "website": "" + }, + "dashboard": "Dashboard", + "manage-users": "Gebruikersbeheer", + "manage-categories": "Manage categories", + "general-settings": "Algmene instellingen", + "advanced-settings": "Geavanceerde instellingen", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Taal", + "plugin": "Plugin", + "plugins": "Plugins", + "developers": "Developers", + "themes": "Thema", + "about": "Over ons", + "url": "URL", + "welcome": "Welkom", + "logout": "Afmelden", + "website": "Website", + "publish": "Publiceer", + "manage": "Aanpassen", + "content": "Inhoud", + "category": "Category", + "categories": "Categories", + "users": "Gebruikers", + "settings": "Instellingen", + "general": "Algemeen", + "advanced": "Geavanceerd", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Onvoldoende rechten voor deze uitvoering", + "add-a-new-user": "Voeg een nieuwe gebruiker toe", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Taal en tijdzone", + "change-your-language-and-region-settings": "Verander je taal en regio instellingen.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Welkom bij Bludit", + "statistics": "Statistieken", + "drafts": "Concepten", + "title": "Titel", + "save": "Opslaan", + "save-as-draft": "Save as draft", + "cancel": "Annuleer", + "description": "Omschrijving", + "this-field-can-help-describe-the-content": "Dit veld kan je gebruiken om de content te omschrijven in een paar woorden. Niet meer dan 150 karakters.", + "images": "Afbeeldingen", + "error": "Error", + "supported-image-file-types": "Ondersteunde afbeeldingsformaten", + "cover-image": "Omslagfoto", + "drag-and-drop-or-click-here": "Sleep en plak of klik hier", + "there-are-no-images": "Er zijn geen afbeeldingen", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Klik op de afbeelding voor opties.", + "click-here-to-cancel": "Klik hier om te annuleren.", + "insert-image": "Afbeelding invoegen", + "set-as-cover-image": "Stel in als omslagfoto", + "delete-image": "Verwijder afbeelding", + "tags": "Tags", + "add": "Toevoegen", + "status": "Status", + "published": "Gepubliceerd", + "draft": "Concept", + "empty-title": "Lege titel", + "empty": "empty", + "date": "Datum", + "external-cover-image": "External cover image", + "parent": "Bovenliggend item", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Positie", + "friendly-url": "Gebruiksvriendelijke URL", + "image-description": "Afbeeldingsomschrijving", + "add-a-new-category": "Add a new category", + "name": "Naam", + "username": "Gebruikersnaam", + "first-name": "Voornaam", + "last-name": "Achternaam", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Rol", + "registered": "Geregistreerd", + "site-information": "Site informatie", + "site-title": "Titel van de site", + "use-this-field-to-name-your-site": "Titel van de site, deze wordt op iedere pagina weergegeven.", + "site-slogan": "Slogan voor de site", + "use-this-field-to-add-a-catchy-phrase": "Slogan voor je site.", + "site-description": "Omschrijving van de site", + "you-can-add-a-site-description-to-provide": "Korte omschrijving van je site.", + "footer-text": "Footer tekst", + "you-can-add-a-small-text-on-the-bottom": "Plaats hier een korte tekst (bijvoorbeeld de copyright, datum of merknaam)", + "social-networks-links": "Sociale media links", + "site-url": "De url van de site", + "email-account-settings": "Email account instellingen", + "sender-email": "Verzend email adres", + "emails-will-be-sent-from-this-address": "Emails zullen vanaf dit adres verzonden worden.", + "url-filters": "URL filters", + "select-your-sites-language": "Selecteer taal.", + "timezone": "Tijdzone", + "select-a-timezone-for-a-correct": "Selecteer de tijdzone.", + "locale": "Lokaal", + "date-and-time-formats": "Datum en tijd formaat", + "date-format": "Datum formaat", + "current-format": "Huidig formaat", + "version": "Versie", + "author": "Auteur", + "activate": "Activeer", + "deactivate": "Deactiveer", + "edit-category": "Edit category", + "delete": "Verwijder", + "password": "Wachtwoord", + "confirm-password": "Bevestig wachtwoord", + "editor": "Editor", + "administrator": "Administrator", + "edit-user": "Gebruiker aanpassen", + "edit-content": "Edit content", + "profile": "Profiel", + "change-password": "Verander wachtwoord", + "enabled": "Ingeschakeld", + "disable-the-user": "Deactiveer de gebruiker", + "profile-picture": "Profiel afbeelding", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Bevestig het verwijderen, dit kan niet ongedaan worden gemaakt.", + "do-you-want-to-disable-the-user": "Wil je de gebruiker deactiveren ?", + "new-password": "Nieuw wachtwoord", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Installatie Programma", + "choose-your-language": "Selecteer je taal", + "next": "Volgende", + "complete-the-form-choose-a-password-for-the-username-admin": "Vul het formulier in en kies een wachtwoord voor de gebruikersnaam « admin »", + "show-password": "Toon wachtwoord", + "install": "Installeer", + "login": "Aanmelden", + "back-to-login-form": "Terug naar inlog formulier", + "get-login-access-code": "Krijg een inlog toegangs code", + "email-access-code": "Email de toegangscode", + "whats-next": "Wat nu", + "username-or-password-incorrect": "Gebruikersnaam of wachtwoord is onjuist", + "follow-bludit-on": "Volg Bludit via", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Beheer Bludit vanuit de [admin area]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Chat met ontwikkelaars en gebruikers op [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Dit is een korte omschrijving van jezelf of jouw site, om de tekst te veranderen ga naar het administratie paneel, instellingen, plugins, en configureer de plugin over ons.", + "read-the-documentation-for-more-information": "Lees de [documentatie](https:\/\/docs.bludit.com) voor meer informatie", + "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": "Gebruiker verwijderd", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Afbeelding uploaden", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "De veranderingen zijn opgeslagen", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Wachtwoord moet minimaal 6 karakters lang zijn", + "ip-address-has-been-blocked": "IP adres is geblokkeerd.", + "try-again-in-a-few-minutes": "Probeer het zometeen opnieuw.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Pagina's", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/pl_PL.json b/bl-languages/pl_PL.json index f5451ad1..a5a8f7c7 100644 --- a/bl-languages/pl_PL.json +++ b/bl-languages/pl_PL.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "Polski (Polska)", - "english-name": "Polish", - "last-update": "2017-09-10", - "author": "Dave", - "email": "dawid.stawicki@windowslive.com", - "website": "http:\/\/dav3.de" - }, - - "dashboard": "Kokpit", - "manage-users": "Zarządzanie użytkownikami", - "manage-categories": "Manage categories", - "general-settings": "Ustawienia", - "advanced-settings": "Zaawansowane", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Język", - "plugin": "Plugin", - "plugins": "Wtyczki", - "developers": "Developers", - "themes": "Motywy", - "about": "O mnie", - "url": "URL", - "fixed": "Fixed", - "welcome": "Cześć, ", - "logout": "Wyloguj", - "website": "Powrót do strony", - "publish": "Opublikuj", - "manage": "Zarządzanie", - "content": "Zawartość", - "category": "Category", - "categories": "Categories", - "users": "Użytkownicy", - "settings": "Ustawienia", - "general": "Ogólne", - "advanced": "Zaawansowane", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Nie masz dostępu do tego. Prosimy o kontakt z administratorem strony.", - "add-a-new-user": "Nowy użytkownik", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Język i czas", - "change-your-language-and-region-settings": "Zmień język i ustawienia regionu strony.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Witamy w Bludit", - "statistics": "Statystyki", - "pages": "Strony", - "drafts": "Szkice", - "title": "Tytuł", - "save": "Zapisz", - "save-as-draft": "Save as draft", - "cancel": "Anuluj", - "description": "Opis", - "this-field-can-help-describe-the-content": "To pole pomoże krótko opisać Twój wpis w kilku słowach. Nie więcej niż 150 znaków.", - "images": "Obrazki", - "error": "Błąd", - "supported-image-file-types": "Wspierane formaty graficzne", - "cover-image": "Okładka wpisu", - "drag-and-drop-or-click-here": "Przenieś i upuść lub kliknij tutaj", - "there-are-no-images": "Brak obrazków", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Kliknij na obrazek, aby wyświetlić więcej opcji.", - "click-here-to-cancel": "Anuluj.", - "insert-image": "Wprowadź obrazek", - "set-as-cover-image": "Ustaw jako okładkę wpisu", - "delete-image": "Usuń", - "tags": "Tagi", - "add": "Dodaj", - "status": "Status", - "published": "Opublikowany", - "draft": "Szkic", - "empty-title": "Brak tytułu", - "date": "Data", - "external-cover-image": "External cover image", - "parent": "Rodzic", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Pozycja", - "friendly-url": "Przyjazny odnośnik URL", - "image-description": "Opis obrazka", - "add-a-new-category": "Add a new category", - "name": "Nazwa", - "username": "Użytkownik", - "first-name": "Imię", - "last-name": "Nazwisko", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Rola", - "registered": "Data rejestracji", - "site-information": "Informacje o stronie", - "site-title": "Nazwa strony", - "use-this-field-to-name-your-site": "Nazwa strony zostanie wyświetlona na każdej podstronie Twojej witryny.", - "site-slogan": "Slogan strony", - "use-this-field-to-add-a-catchy-phrase": "Krótki i chwytliwy slogan Twojej strony.", - "site-description": "Opis strony", - "you-can-add-a-site-description-to-provide": "Wprowadź opis strony, aby wyjaśnić jej przeznaczenie.", - "footer-text": "Tekst w stopce", - "you-can-add-a-small-text-on-the-bottom": "Krótka informacja wyświetlająca się na każdej podstronie. Dla przykładu: prawa autorskie, właściciel, data, etc.", - "social-networks-links": "Odnośniki do serwisów społecznościowych", - "site-url": "Adres URL strony", - "default-home-page": "Domyślna strona główna", - "email-account-settings": "Ustawienia konta email", - "sender-email": "Adres nadawcy", - "emails-will-be-sent-from-this-address": "Wszystkie wiadomości email będą wysyłane z tego adresu.", - "url-filters": "Filtry URL", - "select-your-sites-language": "Wybierz język strony", - "timezone": "Strefa czasowa", - "select-a-timezone-for-a-correct": "Wybierz strefę czasową by prawidłowo wyświetlać datę\/czas na Twojej stronie.", - "locale": "Lokalizacja", - "date-and-time-formats": "Format daty i czasu", - "date-format": "Format daty", - "current-format": "Format", - "version": "Wersja", - "author": "Autor", - "activate": "Aktywuj", - "deactivate": "Dezaktywuj", - "edit-category": "Edit category", - "delete": "Usuń", - "password": "Hasło", - "confirm-password": "Potwierdzenie hasła", - "editor": "Redaktor", - "administrator": "Administrator", - "edit-user": "Edycja użytkownika", - "edit-content": "Edit content", - "profile": "Profil", - "change-password": "Zmień hasło", - "enabled": "Włączony", - "disable-the-user": "Disable the user", - "profile-picture": "Zdjęcie profilowe", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Potwierdzenie usunięcia. Ta operacja jest nieodwracalna.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Nowe hasło", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Instalator Bludit", - "choose-your-language": "Wybierz swój język", - "next": "Dalej", - "complete-the-form-choose-a-password-for-the-username-admin": "Uzupełnij formularz, wybierz hasło dla użytkownika « admin »", - "show-password": "Pokaż hasło", - "install": "Zainstaluj", - "login": "Zaloguj", - "back-to-login-form": "Powrót do logowania", - "get-login-access-code": "Otrzymaj kod dostępu logowania", - "email-access-code": "Otrzymaj kod dostępu poprzez e-mail", - "whats-next": "Co teraz?", - "username-or-password-incorrect": "Nazwa użytkownika lub hasło jest nieprawidłowe", - "follow-bludit-on": "Obserwuj Bludit w serwisach", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Zarządzaj stroną poprzez [kokpit]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Dołącz do dyskusji z twórcami i użytkownikami na [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "To jest krótki opis strony lub Ciebie. Aby zmienić treść tej strony udaj się do kokpitu, a następnie przejdź w ustawienia, wtyczki i wybierz konfigurację na liście O mnie.", - "read-the-documentation-for-more-information": "Przeczytaj [dokumentacje](http:\/\/docs.bludit.com) by dowiedzieć się więcej informacji", - "new-page-created": "New page created", - "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": "Użytkownik został usunięty", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Wyślij obrazek", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Zmiany zostały zapisane", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Hasło musi zawierać przynajmniej 6 znaków", - "ip-address-has-been-blocked": "Adres IP został zablokowany.", - "try-again-in-a-few-minutes": "Spróbuj ponownie za kilka minut.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Polski (Polska)", + "english-name": "Polish", + "last-update": "2017-09-10", + "author": "Dave", + "email": "dawid.stawicki@windowslive.com", + "website": "http:\/\/dav3.de" + }, + "dashboard": "Kokpit", + "manage-users": "Zarządzanie użytkownikami", + "manage-categories": "Manage categories", + "general-settings": "Ustawienia", + "advanced-settings": "Zaawansowane", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Język", + "plugin": "Plugin", + "plugins": "Wtyczki", + "developers": "Developers", + "themes": "Motywy", + "about": "O mnie", + "url": "URL", + "welcome": "Cześć, ", + "logout": "Wyloguj", + "website": "Powrót do strony", + "publish": "Opublikuj", + "manage": "Zarządzanie", + "content": "Zawartość", + "category": "Category", + "categories": "Categories", + "users": "Użytkownicy", + "settings": "Ustawienia", + "general": "Ogólne", + "advanced": "Zaawansowane", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Nie masz dostępu do tego. Prosimy o kontakt z administratorem strony.", + "add-a-new-user": "Nowy użytkownik", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Język i czas", + "change-your-language-and-region-settings": "Zmień język i ustawienia regionu strony.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Witamy w Bludit", + "statistics": "Statystyki", + "drafts": "Szkice", + "title": "Tytuł", + "save": "Zapisz", + "save-as-draft": "Save as draft", + "cancel": "Anuluj", + "description": "Opis", + "this-field-can-help-describe-the-content": "To pole pomoże krótko opisać Twój wpis w kilku słowach. Nie więcej niż 150 znaków.", + "images": "Obrazki", + "error": "Błąd", + "supported-image-file-types": "Wspierane formaty graficzne", + "cover-image": "Okładka wpisu", + "drag-and-drop-or-click-here": "Przenieś i upuść lub kliknij tutaj", + "there-are-no-images": "Brak obrazków", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Kliknij na obrazek, aby wyświetlić więcej opcji.", + "click-here-to-cancel": "Anuluj.", + "insert-image": "Wprowadź obrazek", + "set-as-cover-image": "Ustaw jako okładkę wpisu", + "delete-image": "Usuń", + "tags": "Tagi", + "add": "Dodaj", + "status": "Status", + "published": "Opublikowany", + "draft": "Szkic", + "empty-title": "Brak tytułu", + "empty": "empty", + "date": "Data", + "external-cover-image": "External cover image", + "parent": "Rodzic", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Pozycja", + "friendly-url": "Przyjazny odnośnik URL", + "image-description": "Opis obrazka", + "add-a-new-category": "Add a new category", + "name": "Nazwa", + "username": "Użytkownik", + "first-name": "Imię", + "last-name": "Nazwisko", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Rola", + "registered": "Data rejestracji", + "site-information": "Informacje o stronie", + "site-title": "Nazwa strony", + "use-this-field-to-name-your-site": "Nazwa strony zostanie wyświetlona na każdej podstronie Twojej witryny.", + "site-slogan": "Slogan strony", + "use-this-field-to-add-a-catchy-phrase": "Krótki i chwytliwy slogan Twojej strony.", + "site-description": "Opis strony", + "you-can-add-a-site-description-to-provide": "Wprowadź opis strony, aby wyjaśnić jej przeznaczenie.", + "footer-text": "Tekst w stopce", + "you-can-add-a-small-text-on-the-bottom": "Krótka informacja wyświetlająca się na każdej podstronie. Dla przykładu: prawa autorskie, właściciel, data, etc.", + "social-networks-links": "Odnośniki do serwisów społecznościowych", + "site-url": "Adres URL strony", + "email-account-settings": "Ustawienia konta email", + "sender-email": "Adres nadawcy", + "emails-will-be-sent-from-this-address": "Wszystkie wiadomości email będą wysyłane z tego adresu.", + "url-filters": "Filtry URL", + "select-your-sites-language": "Wybierz język strony", + "timezone": "Strefa czasowa", + "select-a-timezone-for-a-correct": "Wybierz strefę czasową by prawidłowo wyświetlać datę\/czas na Twojej stronie.", + "locale": "Lokalizacja", + "date-and-time-formats": "Format daty i czasu", + "date-format": "Format daty", + "current-format": "Format", + "version": "Wersja", + "author": "Autor", + "activate": "Aktywuj", + "deactivate": "Dezaktywuj", + "edit-category": "Edit category", + "delete": "Usuń", + "password": "Hasło", + "confirm-password": "Potwierdzenie hasła", + "editor": "Redaktor", + "administrator": "Administrator", + "edit-user": "Edycja użytkownika", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Zmień hasło", + "enabled": "Włączony", + "disable-the-user": "Disable the user", + "profile-picture": "Zdjęcie profilowe", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Potwierdzenie usunięcia. Ta operacja jest nieodwracalna.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Nowe hasło", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Instalator Bludit", + "choose-your-language": "Wybierz swój język", + "next": "Dalej", + "complete-the-form-choose-a-password-for-the-username-admin": "Uzupełnij formularz, wybierz hasło dla użytkownika « admin »", + "show-password": "Pokaż hasło", + "install": "Zainstaluj", + "login": "Zaloguj", + "back-to-login-form": "Powrót do logowania", + "get-login-access-code": "Otrzymaj kod dostępu logowania", + "email-access-code": "Otrzymaj kod dostępu poprzez e-mail", + "whats-next": "Co teraz?", + "username-or-password-incorrect": "Nazwa użytkownika lub hasło jest nieprawidłowe", + "follow-bludit-on": "Obserwuj Bludit w serwisach", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Zarządzaj stroną poprzez [kokpit]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Dołącz do dyskusji z twórcami i użytkownikami na [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "To jest krótki opis strony lub Ciebie. Aby zmienić treść tej strony udaj się do kokpitu, a następnie przejdź w ustawienia, wtyczki i wybierz konfigurację na liście O mnie.", + "read-the-documentation-for-more-information": "Przeczytaj [dokumentacje](http:\/\/docs.bludit.com) by dowiedzieć się więcej informacji", + "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": "Użytkownik został usunięty", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Wyślij obrazek", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Zmiany zostały zapisane", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Hasło musi zawierać przynajmniej 6 znaków", + "ip-address-has-been-blocked": "Adres IP został zablokowany.", + "try-again-in-a-few-minutes": "Spróbuj ponownie za kilka minut.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Strony", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/pt_BR.json b/bl-languages/pt_BR.json index 0f8776e3..9af0da44 100644 --- a/bl-languages/pt_BR.json +++ b/bl-languages/pt_BR.json @@ -1,222 +1,229 @@ { - "language-data": { - "native": "Português (Brasil)", - "english-name": "Portuguese", - "last-update": "2017-09-10", - "author": "Marcelo", - "email": "", - "website": "" - }, - - "dashboard": "Panel de administração", - "manage-users": "Administrar usuários", - "manage-categories": "Manage categories", - "general-settings": "Ajustes gerais", - "advanced-settings": "Ajustes avançados", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Idioma", - "plugin": "Plugin", - "plugins": "Complementos", - "developers": "Developers", - "themes": "Temas", - "about": "Sobre", - "url": "URL", - "fixed": "Fixed", - "welcome": "Bem-vindo", - "logout": "Encerrar sessão", - "website": "Site web", - "publish": "Publicar", - "manage": "Administrar", - "content": "Conteúdo", - "category": "Category", - "categories": "Categories", - "users": "Usuários", - "settings": "Ajustes", - "general": "Geral", - "advanced": "Avançado", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Você não tem privilégios suficientes para esta ação.", - "add-a-new-user": "Adicionar novo usuário", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Idioma e fuso horário", - "change-your-language-and-region-settings": "Mudar a configuração de idioma e região.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bem-vindo ao Bludit", - "statistics": "Estatísticas", - "pages": "Páginas", - "drafts": "Esboços", - "title": "Título", - "save": "Salvar", - "save-as-draft": "Save as draft", - "cancel": "Cancelar", - "description": "Descrição", - "this-field-can-help-describe-the-content": "Este campo descreve o conteúdo da entrada ou página em poucas palavras. Máximo de 150 caracteres.", - "images": "Imagens", - "error": "Erro", - "supported-image-file-types": "Tipos de imagem suportados", - "cover-image": "Imagem de capa", - "drag-and-drop-or-click-here": "Arraste e solte, ou clique aqui", - "there-are-no-images": "Não há imagens", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Clique na imagem para as opções.", - "click-here-to-cancel": "Clique aqui para cancelar.", - "insert-image": "Inserir imagem", - "set-as-cover-image": "Establecer como capa", - "delete-image": "Eliminar imagem", - "tags": "Etiquetas", - "add": "Adicionar", - "status": "Estado", - "published": "Publicado", - "draft": "Esboço", - "empty-title": "Título vazio", - "date": "Data", - "external-cover-image": "External cover image", - "parent": "Parente", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Posição", - "friendly-url": "URL amigável", - "image-description": "Descrição da imagem", - "add-a-new-category": "Add a new category", - "name": "Nome", - "username": "Nome de usuário", - "first-name": "Prenome", - "last-name": "Nome", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Correio electrônico", - "role": "Papel", - "registered": "Registrado", - "site-information": "Informação do site", - "site-title": "Título do site", - "use-this-field-to-name-your-site": "Utilize este campo para nomear seu site - aparecerá na parte superior da página.", - "site-slogan": "Slogan do site", - "use-this-field-to-add-a-catchy-phrase": "Utilize este campo para adicionar um slogan a seu site.", - "site-description": "Descrição do site", - "you-can-add-a-site-description-to-provide": "Você pode adicionar uma breve descrição ou biografia a seu site.", - "footer-text": "Texto de pé de página", - "you-can-add-a-small-text-on-the-bottom": "Pode usuar o texto de pé de página para acrescentar informações.", - "social-networks-links": "Links para redes sociais", - "site-url": "URL do site", - "default-home-page": "Página de início pré-definida", - "email-account-settings": "Configuração da conta de correio eletrônico", - "sender-email": "Endereço do remetente", - "emails-will-be-sent-from-this-address": "Os correios eletrônico serão enviados deste endereço como remetente.", - "url-filters": "Filtros URL", - "select-your-sites-language": "Seleciona o idioma de seu site.", - "timezone": "Fuso horário", - "select-a-timezone-for-a-correct": "Selecione o fuso horário para visualização correta de datas.", - "locale": "Local", - "date-and-time-formats": "Formato de data e hora", - "date-format": "Formato de data", - "current-format": "Formato atual", - "version": "Versão", - "author": "Autor", - "activate": "Ativar", - "deactivate": "Desativar", - "edit-category": "Edit category", - "delete": "Eliminar", - "password": "Senha", - "confirm-password": "Confirmar senha", - "editor": "Editor", - "administrator": "Administrador", - "edit-user": "Editar usuário", - "edit-content": "Edit content", - "profile": "Perfil", - "change-password": "Trocar senha", - "enabled": "Habilitado", - "disable-the-user": "Desabilitar usuário", - "profile-picture": "Imagem de perfil", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Confirmar eliminação (esta operação não pode ser desfeita).", - "do-you-want-to-disable-the-user": "Quer desabilitar o usuário?", - "new-password": "Nova senha", - "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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Instalador do Bludit", - "choose-your-language": "Selecione seu idioma", - "next": "Próximo", - "complete-the-form-choose-a-password-for-the-username-admin": "Complete o formulário e escolha uma senha para o usuário « admin »", - "show-password": "Mostrar senha", - "install": "Instalar", - "login": "Iniciar sessão", - "back-to-login-form": "Voltar ao formulário de login", - "get-login-access-code": "Obter o código de acesso", - "email-access-code": "Código de accesso via e-mail", - "whats-next": "Próximos passos", - "username-or-password-incorrect": "Nome de usuário ou senha incorreto", - "follow-bludit-on": "Siga Bludit em", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Administre seu Bludit a partir do [painel de aadministração]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Converse com os desenvolvedores e usuários em [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Breve descrição de você ou de seu site, para mudar este texto, vá ao painel de administração, ajustes, complementos, e configure o complemento Sobre", - "read-the-documentation-for-more-information": "Leia a [documentação](https:\/\/docs.bludit.com) para mais informações", - "new-page-created": "New page created", - "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": "Usuário eliminado", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Enviar imagem", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Alterações salvas", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "A senha deve ter pelo menos 6 caracteres.", - "ip-address-has-been-blocked": "Este endereço IP foi bloqueado.", - "try-again-in-a-few-minutes": "Tente novamente em alguns minutos.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Português (Brasil)", + "english-name": "Portuguese", + "last-update": "2017-09-10", + "author": "Marcelo", + "email": "", + "website": "" + }, + "dashboard": "Panel de administração", + "manage-users": "Administrar usuários", + "manage-categories": "Manage categories", + "general-settings": "Ajustes gerais", + "advanced-settings": "Ajustes avançados", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Idioma", + "plugin": "Plugin", + "plugins": "Complementos", + "developers": "Developers", + "themes": "Temas", + "about": "Sobre", + "url": "URL", + "welcome": "Bem-vindo", + "logout": "Encerrar sessão", + "website": "Site web", + "publish": "Publicar", + "manage": "Administrar", + "content": "Conteúdo", + "category": "Category", + "categories": "Categories", + "users": "Usuários", + "settings": "Ajustes", + "general": "Geral", + "advanced": "Avançado", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Você não tem privilégios suficientes para esta ação.", + "add-a-new-user": "Adicionar novo usuário", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Idioma e fuso horário", + "change-your-language-and-region-settings": "Mudar a configuração de idioma e região.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Bem-vindo ao Bludit", + "statistics": "Estatísticas", + "drafts": "Esboços", + "title": "Título", + "save": "Salvar", + "save-as-draft": "Save as draft", + "cancel": "Cancelar", + "description": "Descrição", + "this-field-can-help-describe-the-content": "Este campo descreve o conteúdo da entrada ou página em poucas palavras. Máximo de 150 caracteres.", + "images": "Imagens", + "error": "Erro", + "supported-image-file-types": "Tipos de imagem suportados", + "cover-image": "Imagem de capa", + "drag-and-drop-or-click-here": "Arraste e solte, ou clique aqui", + "there-are-no-images": "Não há imagens", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Clique na imagem para as opções.", + "click-here-to-cancel": "Clique aqui para cancelar.", + "insert-image": "Inserir imagem", + "set-as-cover-image": "Establecer como capa", + "delete-image": "Eliminar imagem", + "tags": "Etiquetas", + "add": "Adicionar", + "status": "Estado", + "published": "Publicado", + "draft": "Esboço", + "empty-title": "Título vazio", + "empty": "empty", + "date": "Data", + "external-cover-image": "External cover image", + "parent": "Parente", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Posição", + "friendly-url": "URL amigável", + "image-description": "Descrição da imagem", + "add-a-new-category": "Add a new category", + "name": "Nome", + "username": "Nome de usuário", + "first-name": "Prenome", + "last-name": "Nome", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Correio electrônico", + "role": "Papel", + "registered": "Registrado", + "site-information": "Informação do site", + "site-title": "Título do site", + "use-this-field-to-name-your-site": "Utilize este campo para nomear seu site - aparecerá na parte superior da página.", + "site-slogan": "Slogan do site", + "use-this-field-to-add-a-catchy-phrase": "Utilize este campo para adicionar um slogan a seu site.", + "site-description": "Descrição do site", + "you-can-add-a-site-description-to-provide": "Você pode adicionar uma breve descrição ou biografia a seu site.", + "footer-text": "Texto de pé de página", + "you-can-add-a-small-text-on-the-bottom": "Pode usuar o texto de pé de página para acrescentar informações.", + "social-networks-links": "Links para redes sociais", + "site-url": "URL do site", + "email-account-settings": "Configuração da conta de correio eletrônico", + "sender-email": "Endereço do remetente", + "emails-will-be-sent-from-this-address": "Os correios eletrônico serão enviados deste endereço como remetente.", + "url-filters": "Filtros URL", + "select-your-sites-language": "Seleciona o idioma de seu site.", + "timezone": "Fuso horário", + "select-a-timezone-for-a-correct": "Selecione o fuso horário para visualização correta de datas.", + "locale": "Local", + "date-and-time-formats": "Formato de data e hora", + "date-format": "Formato de data", + "current-format": "Formato atual", + "version": "Versão", + "author": "Autor", + "activate": "Ativar", + "deactivate": "Desativar", + "edit-category": "Edit category", + "delete": "Eliminar", + "password": "Senha", + "confirm-password": "Confirmar senha", + "editor": "Editor", + "administrator": "Administrador", + "edit-user": "Editar usuário", + "edit-content": "Edit content", + "profile": "Perfil", + "change-password": "Trocar senha", + "enabled": "Habilitado", + "disable-the-user": "Desabilitar usuário", + "profile-picture": "Imagem de perfil", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Confirmar eliminação (esta operação não pode ser desfeita).", + "do-you-want-to-disable-the-user": "Quer desabilitar o usuário?", + "new-password": "Nova senha", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Instalador do Bludit", + "choose-your-language": "Selecione seu idioma", + "next": "Próximo", + "complete-the-form-choose-a-password-for-the-username-admin": "Complete o formulário e escolha uma senha para o usuário « admin »", + "show-password": "Mostrar senha", + "install": "Instalar", + "login": "Iniciar sessão", + "back-to-login-form": "Voltar ao formulário de login", + "get-login-access-code": "Obter o código de acesso", + "email-access-code": "Código de accesso via e-mail", + "whats-next": "Próximos passos", + "username-or-password-incorrect": "Nome de usuário ou senha incorreto", + "follow-bludit-on": "Siga Bludit em", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Administre seu Bludit a partir do [painel de aadministração]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Converse com os desenvolvedores e usuários em [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Breve descrição de você ou de seu site, para mudar este texto, vá ao painel de administração, ajustes, complementos, e configure o complemento Sobre", + "read-the-documentation-for-more-information": "Leia a [documentação](https:\/\/docs.bludit.com) para mais informações", + "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": "Usuário eliminado", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Enviar imagem", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Alterações salvas", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "A senha deve ter pelo menos 6 caracteres.", + "ip-address-has-been-blocked": "Este endereço IP foi bloqueado.", + "try-again-in-a-few-minutes": "Tente novamente em alguns minutos.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Páginas", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/pt_PT.json b/bl-languages/pt_PT.json index 3d2d43aa..fc940558 100644 --- a/bl-languages/pt_PT.json +++ b/bl-languages/pt_PT.json @@ -1,222 +1,229 @@ { - "language-data": - { - "native": "Português (Portugal)", - "english-name": "Portugal", - "last-update": "2017-09-10", - "author": "Ricardo Pinto", - "email": "kadu247@gmail.com", - "website": "" - }, - "dashboard": "Dashboard", - "manage-users": "Gerir utilizadores", - "manage-categories": "Manage categories", - "general-settings": "Configurações gerais", - "advanced-settings": "Configurações avançadas", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Linguagem", - "plugin": "Plugin", - "plugins": "Plugins", - "developers": "Developers", - "themes": "Temas", - "about": "Sobre", - "url": "URL", - "fixed": "Fixed", - "welcome": "Bem-vindo", - "logout": "Sair", - "website": "Página web", - "publish": "Publicar", - "manage": "Gerir", - "content": "Conteúdo", - "category": "Category", - "categories": "Categories", - "users": "Utilizadores", - "settings": "Definições", - "general": "Geral", - "advanced": "Avançado", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Não tem permissões suficientes para aceder a esta página, contacte o administrador.", - "add-a-new-user": "Adicionar novo utilizador", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Idioma e fuso horário", - "change-your-language-and-region-settings": "Altere as configurações de idioma e região.", - "notifications": "Notificações", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bem-vindo ao Bludit", - "statistics": "Estatísticas", - "pages": "Páginas", - "drafts": "Rascunhos", - "title": "Título", - "save": "Guardar", - "save-as-draft": "Save as draft", - "cancel": "Canelar", - "description": "Descrição", - "this-field-can-help-describe-the-content": "Este campo pode ajudar a descrever o conteúdo em poucas palavras. Não mais de 150 caracteres.", - "images": "Imagens", - "error": "Erro", - "supported-image-file-types": "Tipos de ficheiros de imagem suportados", - "cover-image": "Imagem da capa", - "drag-and-drop-or-click-here": "Arraste e solte ou clique aqui", - "there-are-no-images": "Não há imagens", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Clique na imagem para ver as opções.", - "click-here-to-cancel": "Clique aqui para cancelar.", - "insert-image": "Inserir imagem", - "set-as-cover-image": "Definir como imagem de capa", - "delete-image": "Apagar imagem", - "tags": "Etiquetas", - "add": "Adicionar", - "status": "Estado", - "published": "Publicado", - "draft": "Rascunho", - "empty-title": "Título vazio", - "date": "Data", - "external-cover-image": "External cover image", - "parent": "Origem", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Posição", - "friendly-url": "URL amigável", - "image-description": "Descrição da imagem", - "add-a-new-category": "Add a new category", - "name": "Nome", - "username": "Utilizador", - "first-name": "Primeiro nome", - "last-name": "Último nome", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Função", - "registered": "Registado", - "site-information": "Informação do site", - "site-title": "Titulo do site", - "use-this-field-to-name-your-site": "Use este campo para nomear o seu site, ele aparecerá no topo de cada página do seu site.", - "site-slogan": "Slogan do site", - "use-this-field-to-add-a-catchy-phrase": "Use este campo para nomear seu site, ele aparecerá no topo de cada página do seu site.", - "site-description": "Descrição do site", - "you-can-add-a-site-description-to-provide": "Pode adicionar uma descrição do site para fornecer uma breve biografia ou descrição do seu site.", - "footer-text": "Texto do radapé", - "you-can-add-a-small-text-on-the-bottom": "Pode adicionar um pequeno texto na parte inferior de cada página. Por exemplo: copyright, proprietário, datas, etc.", - "social-networks-links": "Links de redes sociais", - "site-url": "URL do site", - "default-home-page": "Página inicial padrão", - "email-account-settings": "Configurações da conta de e-mail", - "sender-email": "E-mail do remetente", - "emails-will-be-sent-from-this-address": "Os e-mails serão enviados a partir deste endereço.", - "url-filters": "Filtros de URL", - "select-your-sites-language": "Selecione o idioma do seu site.", - "timezone": "Fuso horário", - "select-a-timezone-for-a-correct": "Selecione um fuso horário para uma exibição correta de data\/hora no seu site.", - "locale": "Local", - "date-and-time-formats": "Formatos de data e hora", - "date-format": "Formato da data", - "current-format": "Formato actual", - "version": "Versão", - "author": "Autor", - "activate": "Activar", - "deactivate": "Desactivar", - "edit-category": "Edit category", - "delete": "Apagar", - "password": "Password", - "confirm-password": "Confirmar password", - "editor": "Editor", - "administrator": "Administrador", - "edit-user": "Editar utilizador", - "edit-content": "Edit content", - "profile": "Perfil", - "change-password": "Mudar password", - "enabled": "Activado", - "disable-the-user": "Desactivar o utilizador", - "profile-picture": "Foto do perfil", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Confirmar apagar, esta acção não pode ser anulada.", - "do-you-want-to-disable-the-user": "Deseja desactivar o utilizador ?", - "new-password": "Nova password", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Instalador Bludit", - "choose-your-language": "Escolha o seu idioma", - "next": "Seguinte", - "complete-the-form-choose-a-password-for-the-username-admin": "Preencha o formulário, escolha uma password para o nome de utilizador «admin»", - "show-password": "Mostrar password", - "install": "Instalar", - "login": "Entrar", - "back-to-login-form": "Voltar ao formulário de login", - "get-login-access-code": "Obter código de acesso de início de sessão", - "email-access-code": "Código de acesso de e-mail", - "whats-next": "O que se segue", - "username-or-password-incorrect": "Utilizador ou password incorrecto", - "follow-bludit-on": "Segue Bludit em", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Gerencie o Bludit a partir da [admin area]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Conversar com desenvolvedores e utilizadores em [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Esta é uma breve descrição de si mesmo ou do seu site, para alterar este texto vá para o painel de administração, configurações, plugins e configurar o plugin sobre.", - "read-the-documentation-for-more-information": "Leia a [documentação] (https:\/\/docs.bludit.com) para obter mais informações", - "new-page-created": "New page created", - "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": "Utilizador apagado", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Carregar imagem", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "As alterações foram guardadas", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "A password deve ter no mínimo 6 caracteres", - "ip-address-has-been-blocked": "O endereço IP foi bloqueado.", - "try-again-in-a-few-minutes": "Tente novamente em alguns minutos.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Português (Portugal)", + "english-name": "Portugal", + "last-update": "2017-09-10", + "author": "Ricardo Pinto", + "email": "kadu247@gmail.com", + "website": "" + }, + "dashboard": "Dashboard", + "manage-users": "Gerir utilizadores", + "manage-categories": "Manage categories", + "general-settings": "Configurações gerais", + "advanced-settings": "Configurações avançadas", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Linguagem", + "plugin": "Plugin", + "plugins": "Plugins", + "developers": "Developers", + "themes": "Temas", + "about": "Sobre", + "url": "URL", + "welcome": "Bem-vindo", + "logout": "Sair", + "website": "Página web", + "publish": "Publicar", + "manage": "Gerir", + "content": "Conteúdo", + "category": "Category", + "categories": "Categories", + "users": "Utilizadores", + "settings": "Definições", + "general": "Geral", + "advanced": "Avançado", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Não tem permissões suficientes para aceder a esta página, contacte o administrador.", + "add-a-new-user": "Adicionar novo utilizador", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Idioma e fuso horário", + "change-your-language-and-region-settings": "Altere as configurações de idioma e região.", + "notifications": "Notificações", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Bem-vindo ao Bludit", + "statistics": "Estatísticas", + "drafts": "Rascunhos", + "title": "Título", + "save": "Guardar", + "save-as-draft": "Save as draft", + "cancel": "Canelar", + "description": "Descrição", + "this-field-can-help-describe-the-content": "Este campo pode ajudar a descrever o conteúdo em poucas palavras. Não mais de 150 caracteres.", + "images": "Imagens", + "error": "Erro", + "supported-image-file-types": "Tipos de ficheiros de imagem suportados", + "cover-image": "Imagem da capa", + "drag-and-drop-or-click-here": "Arraste e solte ou clique aqui", + "there-are-no-images": "Não há imagens", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Clique na imagem para ver as opções.", + "click-here-to-cancel": "Clique aqui para cancelar.", + "insert-image": "Inserir imagem", + "set-as-cover-image": "Definir como imagem de capa", + "delete-image": "Apagar imagem", + "tags": "Etiquetas", + "add": "Adicionar", + "status": "Estado", + "published": "Publicado", + "draft": "Rascunho", + "empty-title": "Título vazio", + "empty": "empty", + "date": "Data", + "external-cover-image": "External cover image", + "parent": "Origem", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Posição", + "friendly-url": "URL amigável", + "image-description": "Descrição da imagem", + "add-a-new-category": "Add a new category", + "name": "Nome", + "username": "Utilizador", + "first-name": "Primeiro nome", + "last-name": "Último nome", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Função", + "registered": "Registado", + "site-information": "Informação do site", + "site-title": "Titulo do site", + "use-this-field-to-name-your-site": "Use este campo para nomear o seu site, ele aparecerá no topo de cada página do seu site.", + "site-slogan": "Slogan do site", + "use-this-field-to-add-a-catchy-phrase": "Use este campo para nomear seu site, ele aparecerá no topo de cada página do seu site.", + "site-description": "Descrição do site", + "you-can-add-a-site-description-to-provide": "Pode adicionar uma descrição do site para fornecer uma breve biografia ou descrição do seu site.", + "footer-text": "Texto do radapé", + "you-can-add-a-small-text-on-the-bottom": "Pode adicionar um pequeno texto na parte inferior de cada página. Por exemplo: copyright, proprietário, datas, etc.", + "social-networks-links": "Links de redes sociais", + "site-url": "URL do site", + "email-account-settings": "Configurações da conta de e-mail", + "sender-email": "E-mail do remetente", + "emails-will-be-sent-from-this-address": "Os e-mails serão enviados a partir deste endereço.", + "url-filters": "Filtros de URL", + "select-your-sites-language": "Selecione o idioma do seu site.", + "timezone": "Fuso horário", + "select-a-timezone-for-a-correct": "Selecione um fuso horário para uma exibição correta de data\/hora no seu site.", + "locale": "Local", + "date-and-time-formats": "Formatos de data e hora", + "date-format": "Formato da data", + "current-format": "Formato actual", + "version": "Versão", + "author": "Autor", + "activate": "Activar", + "deactivate": "Desactivar", + "edit-category": "Edit category", + "delete": "Apagar", + "password": "Password", + "confirm-password": "Confirmar password", + "editor": "Editor", + "administrator": "Administrador", + "edit-user": "Editar utilizador", + "edit-content": "Edit content", + "profile": "Perfil", + "change-password": "Mudar password", + "enabled": "Activado", + "disable-the-user": "Desactivar o utilizador", + "profile-picture": "Foto do perfil", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Confirmar apagar, esta acção não pode ser anulada.", + "do-you-want-to-disable-the-user": "Deseja desactivar o utilizador ?", + "new-password": "Nova password", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Instalador Bludit", + "choose-your-language": "Escolha o seu idioma", + "next": "Seguinte", + "complete-the-form-choose-a-password-for-the-username-admin": "Preencha o formulário, escolha uma password para o nome de utilizador «admin»", + "show-password": "Mostrar password", + "install": "Instalar", + "login": "Entrar", + "back-to-login-form": "Voltar ao formulário de login", + "get-login-access-code": "Obter código de acesso de início de sessão", + "email-access-code": "Código de acesso de e-mail", + "whats-next": "O que se segue", + "username-or-password-incorrect": "Utilizador ou password incorrecto", + "follow-bludit-on": "Segue Bludit em", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Gerencie o Bludit a partir da [admin area]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Conversar com desenvolvedores e utilizadores em [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Esta é uma breve descrição de si mesmo ou do seu site, para alterar este texto vá para o painel de administração, configurações, plugins e configurar o plugin sobre.", + "read-the-documentation-for-more-information": "Leia a [documentação] (https:\/\/docs.bludit.com) para obter mais informações", + "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": "Utilizador apagado", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Carregar imagem", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "As alterações foram guardadas", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "A password deve ter no mínimo 6 caracteres", + "ip-address-has-been-blocked": "O endereço IP foi bloqueado.", + "try-again-in-a-few-minutes": "Tente novamente em alguns minutos.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Páginas", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/ro_RO.json b/bl-languages/ro_RO.json index 768584b4..b7329627 100644 --- a/bl-languages/ro_RO.json +++ b/bl-languages/ro_RO.json @@ -1,223 +1,229 @@ { - "language-data": - { - "native": "Română (România)", - "english-name": "Română", - "last-update": "2017-09-10", - "author": "Florin Cătălin", - "email": "florincybereye@yahoo.com", - "website": "" - }, - - "dashboard": "Tablou de bord", - "manage-users": "Gestionare utilizatori", - "manage-categories": "Manage categories", - "general-settings": "Setări generale", - "advanced-settings": "Setări avansate", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Limbaj", - "plugin": "Plugin", - "plugins": "Module", - "developers": "Developers", - "themes": "Teme", - "about": "Despre", - "url": "URL", - "fixed": "Fixed", - "welcome": "Bine ați venit", - "logout": "Deconectare", - "website": "Websit", - "publish": "Publică", - "manage": "Gestionare", - "content": "Conținut", - "category": "Category", - "categories": "Categories", - "users": "Utilizatori", - "settings": "Setări", - "general": "General", - "advanced": "Avansat", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Nu aveți suficiente privilegii pentru a putea accesa această pagină, contactați adminstatorul.", - "add-a-new-user": "Adaugă utilizator nou", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Limbaj și fus orar", - "change-your-language-and-region-settings": "Schimbă limbajul și setările regionale.", - "notifications": "Notificări", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bine ați venit la Bludit", - "statistics": "Statistici", - "pages": "Pagini", - "drafts": "Drafts", - "title": "Titlu", - "save": "Salvează", - "save-as-draft": "Save as draft", - "cancel": "Anulează", - "description": "Descriere", - "this-field-can-help-describe-the-content": "Acest câmp poate ajuta la descrierea cuprinsului în câteva cuvinte. Nu mai mult de 150 de caractere.", - "images": "Imagini", - "error": "Eroare", - "supported-image-file-types": "Tipuri de fișiere imagine suportate", - "cover-image": "Imagine de copertă", - "drag-and-drop-or-click-here": "Trageți și eliberați sau click aici", - "there-are-no-images": "Aici nu există imagini", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Click pe imagine pentru opțiuni.", - "click-here-to-cancel": "Click aici pentru anulare.", - "insert-image": "Insert image", - "set-as-cover-image": "Setare ca imagine de copertă", - "delete-image": "Șterge imagine", - "tags": "Etichete", - "add": "Adaugă", - "status": "Stare", - "published": "Publicat", - "draft": "Ciornă", - "empty-title": "Titlu gol", - "date": "Data", - "external-cover-image": "External cover image", - "parent": "Părinte", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Poziție", - "friendly-url": "URL prietenos", - "image-description": "Descriere imagine", - "add-a-new-category": "Add a new category", - "name": "Nume", - "username": "Nume utilizator", - "first-name": "Prenume", - "last-name": "Nume", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Rol", - "registered": "Înregistrat", - "site-information": "Informații despre sit", - "site-title": "Titlu sit", - "use-this-field-to-name-your-site": "Utilizația acest câmp pentru denumirea sit-ului, va apărea în partea de sus a fiecărei pagini a sit-ului dvs.", - "site-slogan": "Slogan sit", - "use-this-field-to-add-a-catchy-phrase": "Utilizați acest câmp pentru a adăuga o expresie ușor de reținut pe sit-ul dvs.", - "site-description": "Descriere sit", - "you-can-add-a-site-description-to-provide": "Puteți adăuga o descriere a sit-ului pentru a furniza o scurtă prezentare a sit-ului.", - "footer-text": "Text subsol", - "you-can-add-a-small-text-on-the-bottom": "Puteți adăuga un text mic în josul fiecărei pagini, spre exemplu: drept de autor, deținător, date etc.", - "social-networks-links": "Link-uri rețele sociale", - "site-url": "URL-ul sit-ului", - "default-home-page": "Pagina de pornire implicită", - "email-account-settings": "Setări cont de email", - "sender-email": "Email expeditor", - "emails-will-be-sent-from-this-address": "Email-urile vor fi expediate de la această adresă.", - "url-filters": "Filtre URL", - "select-your-sites-language": "Selectați limbajul sit-ului.", - "timezone": "Fus orar", - "select-a-timezone-for-a-correct": "Selectați fusul orar pentru afișarea corectă a datei\/orei pe sit.", - "locale": "Local", - "date-and-time-formats": "Formate dată și timp", - "date-format": "Format dată", - "current-format": "Format curent", - "version": "Versiune", - "author": "Autor", - "activate": "Activare", - "deactivate": "Deactivare", - "edit-category": "Edit category", - "delete": "Șterge", - "password": "Parolă", - "confirm-password": "Confirmare parolă", - "editor": "Editor", - "administrator": "Administrator", - "edit-user": "Editare utilizator", - "edit-content": "Edit content", - "profile": "Profil", - "change-password": "Schimbă parola", - "enabled": "Activat", - "disable-the-user": "Disable the user", - "profile-picture": "Poză de profil", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Confirmare ștergere, această acțiune este definitivă.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "Parolă nouă", - "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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Instalator pentru Bludit", - "choose-your-language": "Alegeți limbajul", - "next": "Următorul", - "complete-the-form-choose-a-password-for-the-username-admin": "Completați formularul, alegeți o parolă pentru utilizatorul « admin »", - "show-password": "Arată parola", - "install": "Install", - "login": "Autentificare", - "back-to-login-form": "Înapoi la formularul de autentificare", - "get-login-access-code": "Obținerea unui cod de access la autentificare", - "email-access-code": "Codul de acces email", - "whats-next": "Ce urmează", - "username-or-password-incorrect": "Nume utilizator sau parolă incorecte", - "follow-bludit-on": "Urmăriți Bludit pe", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Gestionați platforma Bludit din [panoul de control]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Conversați cu dezvoltatorii și utilizatorii pe [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Acesta este o descriere sumară a dvs. pe sit, pentru a schimba acest text mergeți la panoul de control, setări, module și configurare modul Despre.", - "read-the-documentation-for-more-information": "Citiți [documentația](https:\/\/docs.bludit.com) pentru mai multe informații", - "new-page-created": "New page created", - "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": "Utilizator șters", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Încarcă imagine", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Schimbările au fost salvate", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Parola trebuie să aibă cel puțin 6 caractere", - "ip-address-has-been-blocked": "Adresa de IP a fost blocată.", - "try-again-in-a-few-minutes": "Încercați din nou peste câteva minute.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Română (România)", + "english-name": "Română", + "last-update": "2017-09-10", + "author": "Florin Cătălin", + "email": "florincybereye@yahoo.com", + "website": "" + }, + "dashboard": "Tablou de bord", + "manage-users": "Gestionare utilizatori", + "manage-categories": "Manage categories", + "general-settings": "Setări generale", + "advanced-settings": "Setări avansate", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Limbaj", + "plugin": "Plugin", + "plugins": "Module", + "developers": "Developers", + "themes": "Teme", + "about": "Despre", + "url": "URL", + "welcome": "Bine ați venit", + "logout": "Deconectare", + "website": "Websit", + "publish": "Publică", + "manage": "Gestionare", + "content": "Conținut", + "category": "Category", + "categories": "Categories", + "users": "Utilizatori", + "settings": "Setări", + "general": "General", + "advanced": "Avansat", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Nu aveți suficiente privilegii pentru a putea accesa această pagină, contactați adminstatorul.", + "add-a-new-user": "Adaugă utilizator nou", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Limbaj și fus orar", + "change-your-language-and-region-settings": "Schimbă limbajul și setările regionale.", + "notifications": "Notificări", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Bine ați venit la Bludit", + "statistics": "Statistici", + "drafts": "Drafts", + "title": "Titlu", + "save": "Salvează", + "save-as-draft": "Save as draft", + "cancel": "Anulează", + "description": "Descriere", + "this-field-can-help-describe-the-content": "Acest câmp poate ajuta la descrierea cuprinsului în câteva cuvinte. Nu mai mult de 150 de caractere.", + "images": "Imagini", + "error": "Eroare", + "supported-image-file-types": "Tipuri de fișiere imagine suportate", + "cover-image": "Imagine de copertă", + "drag-and-drop-or-click-here": "Trageți și eliberați sau click aici", + "there-are-no-images": "Aici nu există imagini", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Click pe imagine pentru opțiuni.", + "click-here-to-cancel": "Click aici pentru anulare.", + "insert-image": "Insert image", + "set-as-cover-image": "Setare ca imagine de copertă", + "delete-image": "Șterge imagine", + "tags": "Etichete", + "add": "Adaugă", + "status": "Stare", + "published": "Publicat", + "draft": "Ciornă", + "empty-title": "Titlu gol", + "empty": "empty", + "date": "Data", + "external-cover-image": "External cover image", + "parent": "Părinte", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Poziție", + "friendly-url": "URL prietenos", + "image-description": "Descriere imagine", + "add-a-new-category": "Add a new category", + "name": "Nume", + "username": "Nume utilizator", + "first-name": "Prenume", + "last-name": "Nume", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Rol", + "registered": "Înregistrat", + "site-information": "Informații despre sit", + "site-title": "Titlu sit", + "use-this-field-to-name-your-site": "Utilizația acest câmp pentru denumirea sit-ului, va apărea în partea de sus a fiecărei pagini a sit-ului dvs.", + "site-slogan": "Slogan sit", + "use-this-field-to-add-a-catchy-phrase": "Utilizați acest câmp pentru a adăuga o expresie ușor de reținut pe sit-ul dvs.", + "site-description": "Descriere sit", + "you-can-add-a-site-description-to-provide": "Puteți adăuga o descriere a sit-ului pentru a furniza o scurtă prezentare a sit-ului.", + "footer-text": "Text subsol", + "you-can-add-a-small-text-on-the-bottom": "Puteți adăuga un text mic în josul fiecărei pagini, spre exemplu: drept de autor, deținător, date etc.", + "social-networks-links": "Link-uri rețele sociale", + "site-url": "URL-ul sit-ului", + "email-account-settings": "Setări cont de email", + "sender-email": "Email expeditor", + "emails-will-be-sent-from-this-address": "Email-urile vor fi expediate de la această adresă.", + "url-filters": "Filtre URL", + "select-your-sites-language": "Selectați limbajul sit-ului.", + "timezone": "Fus orar", + "select-a-timezone-for-a-correct": "Selectați fusul orar pentru afișarea corectă a datei\/orei pe sit.", + "locale": "Local", + "date-and-time-formats": "Formate dată și timp", + "date-format": "Format dată", + "current-format": "Format curent", + "version": "Versiune", + "author": "Autor", + "activate": "Activare", + "deactivate": "Deactivare", + "edit-category": "Edit category", + "delete": "Șterge", + "password": "Parolă", + "confirm-password": "Confirmare parolă", + "editor": "Editor", + "administrator": "Administrator", + "edit-user": "Editare utilizator", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Schimbă parola", + "enabled": "Activat", + "disable-the-user": "Disable the user", + "profile-picture": "Poză de profil", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Confirmare ștergere, această acțiune este definitivă.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "Parolă nouă", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Instalator pentru Bludit", + "choose-your-language": "Alegeți limbajul", + "next": "Următorul", + "complete-the-form-choose-a-password-for-the-username-admin": "Completați formularul, alegeți o parolă pentru utilizatorul « admin »", + "show-password": "Arată parola", + "install": "Install", + "login": "Autentificare", + "back-to-login-form": "Înapoi la formularul de autentificare", + "get-login-access-code": "Obținerea unui cod de access la autentificare", + "email-access-code": "Codul de acces email", + "whats-next": "Ce urmează", + "username-or-password-incorrect": "Nume utilizator sau parolă incorecte", + "follow-bludit-on": "Urmăriți Bludit pe", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Gestionați platforma Bludit din [panoul de control]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Conversați cu dezvoltatorii și utilizatorii pe [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Acesta este o descriere sumară a dvs. pe sit, pentru a schimba acest text mergeți la panoul de control, setări, module și configurare modul Despre.", + "read-the-documentation-for-more-information": "Citiți [documentația](https:\/\/docs.bludit.com) pentru mai multe informații", + "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": "Utilizator șters", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Încarcă imagine", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Schimbările au fost salvate", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Parola trebuie să aibă cel puțin 6 caractere", + "ip-address-has-been-blocked": "Adresa de IP a fost blocată.", + "try-again-in-a-few-minutes": "Încercați din nou peste câteva minute.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Pagini", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/ru_RU.json b/bl-languages/ru_RU.json index df19a75f..25b8d691 100644 --- a/bl-languages/ru_RU.json +++ b/bl-languages/ru_RU.json @@ -1,221 +1,229 @@ { - "language-data": { - "native": "Русский (Россия)", - "english-name": "Russian", - "last-update": "2017-09-10", - "author": "Сергей Ворон", - "email": "sergey@voron.pw", - "website": "http:\/\/voron.pw" - }, - "dashboard": "Панель управления", - "manage-users": "Управление пользователями", - "manage-categories": "Управление категориями", - "general-settings": "Общие настройки", - "advanced-settings": "Расширенные настройки", - "thanks-for-support-bludit": "Спасибо за поддержку Bludit", - "upgrade-to-bludit-pro": "Обновить до Bludit PRO", - "language": "Язык", - "plugin": "Плагин", - "plugins": "Плагины", - "developers": "Разработчики", - "themes": "Темы", - "about": "О системе", - "url": "URL", - "fixed": "Fixed", - "welcome": "Добро пожаловать", - "logout": "Выход", - "website": "Сайт", - "publish": "Опубликовать", - "manage": "Управление", - "content": "Содержимое", - "category": "Категория", - "categories": "Категории", - "users": "Пользователи", - "settings": "Настройки", - "general": "Основные", - "advanced": "Расширенные", - "new-content": "Новый контент", - "manage-content": "Управление контентом", - "add-new-content": "Добавить новый контент", - "new-category": "Новая категория", - "you-do-not-have-sufficient-permissions": "У вас недостаточно прав для доступа к этой странице, обратитесь к администратору.", - "add-a-new-user": "Добавить пользователя", - "url-associated-with-the-page": "URL связан со страницей.", - "language-and-timezone": "Язык и часовой пояс", - "change-your-language-and-region-settings": "Изменить настройки языка и региона", - "notifications": "Оповещения", - "plugin-activated": "Плагин активирован", - "plugin-deactivated": "Плагин отключен", - "new-theme-configured": "Новая тема настроена", - "changes-on-settings": "Изменения в настройках", - "plugin-configured": "Плагин настроен", - "welcome-to-bludit": "Добро пожаловать в Bludit", - "statistics": "Статистика", - "pages": "Страницы", - "drafts": "Черновики", - "title": "Заголовок", - "save": "Сохранить", - "save-as-draft": "Сохранить как черновик", - "cancel": "Отмена", - "description": "Описание", - "this-field-can-help-describe-the-content": "Это поле может помочь описать содержимое в нескольких словах. Не более 150 символов.", - "images": "Изображения", - "error": "Ошибка", - "supported-image-file-types": "Поддерживаемые типы файлов изображений", - "cover-image": "Обложка", - "drag-and-drop-or-click-here": "Перетащите или нажмите здесь", - "there-are-no-images": "Изображений нет", - "upload-and-more-images": "Загрузить другие изображения", - "click-on-the-image-for-options": "Нажмите на изображение для выбора опций.", - "click-here-to-cancel": "Нажмите здесь, чтобы отменить.", - "insert-image": "Вставить изображение", - "set-as-cover-image": "Установить, как обложку", - "delete-image": "Удалить изображение", - "tags": "Теги", - "add": "Добавить", - "status": "Статус", - "published": "Опубликовано", - "draft": "Черновик", - "empty-title": "Пустой заголовок", - "date": "Дата", - "external-cover-image": "Внешняя обложка", - "parent": "Родитель", - "full-image-url": "Полный URL к изображению.", - "this-field-is-used-when-you-order-the-content-by-position": "Это поле используется, когда Вы сортируете по позиции.", - "position": "Позиция", - "friendly-url": "Дружественные URL", - "image-description": "Описание изображения", - "add-a-new-category": "Добавить новую категорию", - "name": "Имя", - "username": "Логин", - "first-name": "Имя", - "last-name": "Фамилия", - "to-schedule-the-page-select-the-date-and-time": "Укажите дату и время, чтобы запланировать публикацию страницы.", - "email": "Email", - "role": "Роль", - "registered": "Зарегистрирован", - "site-information": "Информация о сайте", - "site-title": "Заголовок", - "use-this-field-to-name-your-site": "Используйте это поле, для названия сайта, оно появится в верхней части каждой страницы сайта.", - "site-slogan": "Слоган", - "use-this-field-to-add-a-catchy-phrase": "Используйте это поле, чтобы добавить броскую фразу на сайте.", - "site-description": "Описание", - "you-can-add-a-site-description-to-provide": "Вы можете добавить краткое описание сайта.", - "footer-text": "Текст подвала", - "you-can-add-a-small-text-on-the-bottom": "Вы можете добавить небольшой текст в нижней части каждой страницы. Например, авторское право, имя владельца, даты и т.д.", - "social-networks-links": "Социальные сети", - "site-url": "URL сайта", - "default-home-page": "Домашняя страница по умолчанию", - "email-account-settings": "Настройки учетной записи email", - "sender-email": "Email отправителя", - "emails-will-be-sent-from-this-address": "Письма будут отправлены с этого адреса.", - "url-filters": "URL фильтры", - "select-your-sites-language": "Выберите язык сайта.", - "timezone": "Часовой пояс", - "select-a-timezone-for-a-correct": "Выберите часовой пояс для корректного отображения даты и времени на сайте.", - "locale": "Локализация", - "date-and-time-formats": "Форматы даты и времени", - "date-format": "Формат даты", - "current-format": "Текущий формат", - "version": "Версия", - "author": "Автор", - "activate": "Активировать", - "deactivate": "Деактивировать", - "edit-category": "Редактировать категорию", - "delete": "Удалить", - "password": "Пароль", - "confirm-password": "Еще раз пароль", - "editor": "Редактор", - "administrator": "Администратор", - "edit-user": "Редактировать пользователя", - "edit-content": "Редактировать контент", - "profile": "Профиль", - "change-password": "Изменить пароль", - "enabled": "Включен", - "disable-the-user": "Отключить пользователя", - "profile-picture": "Изображение профиля", - "edit-or-delete-your-categories": "Редактировать или удалить Ваши категории", - "create-a-new-page-for-your-site": "Создать новую страницу для Вашего сайта", - "create-a-new-category-to-organize-your-content": "Создать новую категорию для упорядочивания Вашего контента", - "confirm-delete-this-action-cannot-be-undone": "Подтвердите удаление, это действие не обратимо.", - "do-you-want-to-disable-the-user": "Вы хотите отключить пользователя?", - "new-password": "Новый пароль", - "you-can-change-this-field-when-save-the-current-changes": "Вы сможете изменить это поле после того, как сохраните текущие настройки.", - "items-per-page": "Элементов на странице", - "invite-a-friend-to-collaborate-on-your-site": "Пригласить друга для совместной работы на сайте", - "number-of-items-to-show-per-page": "Количество элементов, отображаемых на странице.", - "website-or-blog": "Вебсайт или Блог", - "scheduled-pages": "Запланированные страницы", - "there-are-no-scheduled-pages": "Нет запланированных публикаций", - "there-are-no-draft-pages": "Нет черновиков", - "order-content-by": "Сортировать по контенту", - "edit-or-delete-content-from-your-site": "Редактировать или удалить контент на Вашем сайте", - "order-the-content-by-position-to-build-a-website": "Сортировать контент по позиции для создания Вебсайта или по дате для создания Блога.", - "page-not-found-content": "Привет! Похоже, что страница не существует", - "page-not-found": "Страница не найдена", - "predefined-pages": "Предопределенные страницы", - "returning-page-when-the-page-doesnt-exist": "Страница, отображаемая, когда запрашиваемая страница не найдена. Оставьте поле пустым, чтобы отобразить стандартное сообщение.", - "returning-page-for-the-main-page": "Страница, отображаемая как главная. Оставьте поле пустым, если хотите показывать все странице на главной.", - "full-url-of-your-site": "Полный URL Вашего сайта, включая протокол HTTP или HTTPS (только если Вы включили поддержку SSL на сервере).", - "with-the-locales-you-can-set-the-regional-user-interface": "С помощью локализаций Вы можете задавать форматирований региональных данных, например, дат. Локализации должны быть установлены в Вашей системе.", - "bludit-installer": "Установка Bludit", - "choose-your-language": "Выберете ваш язык", - "next": "Далее", - "complete-the-form-choose-a-password-for-the-username-admin": "Выберете пароль для пользователя « admin »", - "show-password": "Показать пароль", - "install": "Установить", - "login": "Вход", - "back-to-login-form": "Назад к форме входа", - "get-login-access-code": "Получить код доступа для входа", - "email-access-code": "Проверочный код email", - "whats-next": "Что дальше", - "username-or-password-incorrect": "Неверные логин или пароль", - "follow-bludit-on": "Следуйте за Bludit в", - "visit-the-forum-for-support": "Посетите [форум](https:\/\/forum.bludit.org) для обращения в поддержку", - "manage-your-bludit-from-the-admin-panel": "Управляйте Bludit из [панели управления]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Чат с разработчиками и пользователями в [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Это краткое описание о Вас или о сайте, чтобы изменить этот текст перейдите в панель управления, настройки, плагины и настройте плагин about.", - "read-the-documentation-for-more-information": "Прочтите [документацию](https:\/\/docs.bludit.com) для получения большей информации", - "new-page-created": "Новая страница создана", - "new-version-available": "Доступна новая версия", - "new-category-created": "Новая категория создана", - "category-deleted": "Категория удалена", - "category-edited": "Категория отредактирована", - "new-user-created": "Новый пользователь создан", - "user-edited": "Пользователь отредактирован", - "user-deleted": "Пользователь удален", - "recommended-for-recovery-password-and-notifications": "Рекомендуется для восстановления пароля и оповещений.", - "authentication-token": "Токен аутентификации", - "token": "Токен", - "current-status": "Текущий статус", - "upload-image": "Загрузить изображение", - "this-token-is-similar-to-your-password-you-should-not-share-it": "Этот токен совпадает с Вашим паролем. Никому не говорите его.", - "the-changes-have-been-saved": "Изменения сохранены", - "label": "Метка", - "links": "Ссылки", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Этот заголовок почти всегда используется на боковой панели сайта.", - "password-must-be-at-least-6-characters-long": "Пароль должен содержать как минимум 6 символов", - "ip-address-has-been-blocked": "IP адрес заблокирован.", - "try-again-in-a-few-minutes": "Попробуйте еще раз через несколько минут.", - "page-published-from-scheduler": "Страница опубликована по расписанию", - "installer-page-about-content": "Страница \"О нас\" важна и значительна для потенциальных клиентов и партнеров. Для тех, кому интересен Ваш сайт, страница \"О нас\" - это первоисточник информации.", - "blog": "Блог", - "complete-all-fields": "Заполните все поля", - "static": "Статическая", - "manage-pages": "Управление страницами", - "new-page": "Новая страница", - "edit-page": "Редактировать страницу", - "create-a-new-category-to-organize-your-pages": "Создать новую категорию для упорядочивания Ваших страниц", - "edit-or-delete-pages-from-your-site": "Редактировать или удалить страницы с Вашего сайта", - "add-new-page": "Добавить новую страницу", - "this-field-is-used-when-you-order-the-pages-by-position": "Это поле используется при сортировке страниц по позиции.", - "about-your-site-or-yourself": "О Вас или Вашем сайте", - "homepage": "Домашняя страница", - "disabled": "Отключен", - "to-enable-the-user-you-must-set-a-new-password": "Для активации пользователя Вы должны задать новый пароль.", - "delete-the-user-and-associate-his-pages-to-admin-user": "Удалить пользователя и связать его страницы с администратором", - "delete-the-user-and-all-his-pages": "Удалить пользователя и все его страницы", - "user-disabled": "Пользователь отключен", - "user-password-changed": "Пароль пользователя изменен", - "page-edited": "Страница изменена" -} + "language-data": { + "native": "Русский (Россия)", + "english-name": "Russian", + "last-update": "2017-09-10", + "author": "Сергей Ворон", + "email": "sergey@voron.pw", + "website": "http:\/\/voron.pw" + }, + "dashboard": "Панель управления", + "manage-users": "Управление пользователями", + "manage-categories": "Управление категориями", + "general-settings": "Общие настройки", + "advanced-settings": "Расширенные настройки", + "thanks-for-support-bludit": "Спасибо за поддержку Bludit", + "upgrade-to-bludit-pro": "Обновить до Bludit PRO", + "language": "Язык", + "plugin": "Плагин", + "plugins": "Плагины", + "developers": "Разработчики", + "themes": "Темы", + "about": "О системе", + "url": "URL", + "welcome": "Добро пожаловать", + "logout": "Выход", + "website": "Сайт", + "publish": "Опубликовать", + "manage": "Управление", + "content": "Содержимое", + "category": "Категория", + "categories": "Категории", + "users": "Пользователи", + "settings": "Настройки", + "general": "Основные", + "advanced": "Расширенные", + "new-content": "Новый контент", + "manage-content": "Управление контентом", + "add-new-content": "Добавить новый контент", + "new-category": "Новая категория", + "you-do-not-have-sufficient-permissions": "У вас недостаточно прав для доступа к этой странице, обратитесь к администратору.", + "add-a-new-user": "Добавить пользователя", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Язык и часовой пояс", + "change-your-language-and-region-settings": "Изменить настройки языка и региона", + "notifications": "Оповещения", + "plugin-activated": "Плагин активирован", + "plugin-deactivated": "Плагин отключен", + "new-theme-configured": "Новая тема настроена", + "changes-on-settings": "Изменения в настройках", + "plugin-configured": "Плагин настроен", + "welcome-to-bludit": "Добро пожаловать в Bludit", + "statistics": "Статистика", + "drafts": "Черновики", + "title": "Заголовок", + "save": "Сохранить", + "save-as-draft": "Сохранить как черновик", + "cancel": "Отмена", + "description": "Описание", + "this-field-can-help-describe-the-content": "Это поле может помочь описать содержимое в нескольких словах. Не более 150 символов.", + "images": "Изображения", + "error": "Ошибка", + "supported-image-file-types": "Поддерживаемые типы файлов изображений", + "cover-image": "Обложка", + "drag-and-drop-or-click-here": "Перетащите или нажмите здесь", + "there-are-no-images": "Изображений нет", + "upload-and-more-images": "Загрузить другие изображения", + "click-on-the-image-for-options": "Нажмите на изображение для выбора опций.", + "click-here-to-cancel": "Нажмите здесь, чтобы отменить.", + "insert-image": "Вставить изображение", + "set-as-cover-image": "Установить, как обложку", + "delete-image": "Удалить изображение", + "tags": "Теги", + "add": "Добавить", + "status": "Статус", + "published": "Опубликовано", + "draft": "Черновик", + "empty-title": "Пустой заголовок", + "empty": "empty", + "date": "Дата", + "external-cover-image": "Внешняя обложка", + "parent": "Родитель", + "full-image-url": "Полный URL к изображению.", + "this-field-is-used-when-you-order-the-content-by-position": "Это поле используется, когда Вы сортируете по позиции.", + "position": "Позиция", + "friendly-url": "Дружественные URL", + "image-description": "Описание изображения", + "add-a-new-category": "Добавить новую категорию", + "name": "Имя", + "username": "Логин", + "first-name": "Имя", + "last-name": "Фамилия", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Роль", + "registered": "Зарегистрирован", + "site-information": "Информация о сайте", + "site-title": "Заголовок", + "use-this-field-to-name-your-site": "Используйте это поле, для названия сайта, оно появится в верхней части каждой страницы сайта.", + "site-slogan": "Слоган", + "use-this-field-to-add-a-catchy-phrase": "Используйте это поле, чтобы добавить броскую фразу на сайте.", + "site-description": "Описание", + "you-can-add-a-site-description-to-provide": "Вы можете добавить краткое описание сайта.", + "footer-text": "Текст подвала", + "you-can-add-a-small-text-on-the-bottom": "Вы можете добавить небольшой текст в нижней части каждой страницы. Например, авторское право, имя владельца, даты и т.д.", + "social-networks-links": "Социальные сети", + "site-url": "URL сайта", + "email-account-settings": "Настройки учетной записи email", + "sender-email": "Email отправителя", + "emails-will-be-sent-from-this-address": "Письма будут отправлены с этого адреса.", + "url-filters": "URL фильтры", + "select-your-sites-language": "Выберите язык сайта.", + "timezone": "Часовой пояс", + "select-a-timezone-for-a-correct": "Выберите часовой пояс для корректного отображения даты и времени на сайте.", + "locale": "Локализация", + "date-and-time-formats": "Форматы даты и времени", + "date-format": "Формат даты", + "current-format": "Текущий формат", + "version": "Версия", + "author": "Автор", + "activate": "Активировать", + "deactivate": "Деактивировать", + "edit-category": "Редактировать категорию", + "delete": "Удалить", + "password": "Пароль", + "confirm-password": "Еще раз пароль", + "editor": "Редактор", + "administrator": "Администратор", + "edit-user": "Редактировать пользователя", + "edit-content": "Редактировать контент", + "profile": "Профиль", + "change-password": "Изменить пароль", + "enabled": "Включен", + "disable-the-user": "Отключить пользователя", + "profile-picture": "Изображение профиля", + "edit-or-delete-your-categories": "Редактировать или удалить Ваши категории", + "create-a-new-category-to-organize-your-content": "Создать новую категорию для упорядочивания Вашего контента", + "confirm-delete-this-action-cannot-be-undone": "Подтвердите удаление, это действие не обратимо.", + "do-you-want-to-disable-the-user": "Вы хотите отключить пользователя?", + "new-password": "Новый пароль", + "you-can-change-this-field-when-save-the-current-changes": "Вы сможете изменить это поле после того, как сохраните текущие настройки.", + "items-per-page": "Элементов на странице", + "invite-a-friend-to-collaborate-on-your-site": "Пригласить друга для совместной работы на сайте", + "number-of-items-to-show-per-page": "Количество элементов, отображаемых на странице.", + "website-or-blog": "Вебсайт или Блог", + "order-content-by": "Сортировать по контенту", + "edit-or-delete-content-from-your-site": "Редактировать или удалить контент на Вашем сайте", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Привет! Похоже, что страница не существует", + "page-not-found": "Страница не найдена", + "predefined-pages": "Предопределенные страницы", + "returning-page-when-the-page-doesnt-exist": "Страница, отображаемая, когда запрашиваемая страница не найдена. Оставьте поле пустым, чтобы отобразить стандартное сообщение.", + "returning-page-for-the-main-page": "Страница, отображаемая как главная. Оставьте поле пустым, если хотите показывать все странице на главной.", + "full-url-of-your-site": "Полный URL Вашего сайта, включая протокол HTTP или HTTPS (только если Вы включили поддержку SSL на сервере).", + "with-the-locales-you-can-set-the-regional-user-interface": "С помощью локализаций Вы можете задавать форматирований региональных данных, например, дат. Локализации должны быть установлены в Вашей системе.", + "bludit-installer": "Установка Bludit", + "choose-your-language": "Выберете ваш язык", + "next": "Далее", + "complete-the-form-choose-a-password-for-the-username-admin": "Выберете пароль для пользователя « admin »", + "show-password": "Показать пароль", + "install": "Установить", + "login": "Вход", + "back-to-login-form": "Назад к форме входа", + "get-login-access-code": "Получить код доступа для входа", + "email-access-code": "Проверочный код email", + "whats-next": "Что дальше", + "username-or-password-incorrect": "Неверные логин или пароль", + "follow-bludit-on": "Следуйте за Bludit в", + "visit-the-forum-for-support": "Посетите [форум](https:\/\/forum.bludit.org) для обращения в поддержку", + "manage-your-bludit-from-the-admin-panel": "Управляйте Bludit из [панели управления]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Чат с разработчиками и пользователями в [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Это краткое описание о Вас или о сайте, чтобы изменить этот текст перейдите в панель управления, настройки, плагины и настройте плагин about.", + "read-the-documentation-for-more-information": "Прочтите [документацию](https:\/\/docs.bludit.com) для получения большей информации", + "new-version-available": "Доступна новая версия", + "new-category-created": "Новая категория создана", + "category-deleted": "Категория удалена", + "category-edited": "Категория отредактирована", + "new-user-created": "Новый пользователь создан", + "user-edited": "Пользователь отредактирован", + "user-deleted": "Пользователь удален", + "recommended-for-recovery-password-and-notifications": "Рекомендуется для восстановления пароля и оповещений.", + "authentication-token": "Токен аутентификации", + "token": "Токен", + "current-status": "Текущий статус", + "upload-image": "Загрузить изображение", + "this-token-is-similar-to-your-password-you-should-not-share-it": "Этот токен совпадает с Вашим паролем. Никому не говорите его.", + "the-changes-have-been-saved": "Изменения сохранены", + "label": "Метка", + "links": "Ссылки", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Этот заголовок почти всегда используется на боковой панели сайта.", + "password-must-be-at-least-6-characters-long": "Пароль должен содержать как минимум 6 символов", + "ip-address-has-been-blocked": "IP адрес заблокирован.", + "try-again-in-a-few-minutes": "Попробуйте еще раз через несколько минут.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "Страница \"О нас\" важна и значительна для потенциальных клиентов и партнеров. Для тех, кому интересен Ваш сайт, страница \"О нас\" - это первоисточник информации.", + "blog": "Блог", + "complete-all-fields": "Заполните все поля", + "static": "Статическая", + "about-your-site-or-yourself": "О Вас или Вашем сайте", + "homepage": "Домашняя страница", + "disabled": "Отключен", + "to-enable-the-user-you-must-set-a-new-password": "Для активации пользователя Вы должны задать новый пароль.", + "delete-the-user-and-associate-his-content-to-admin-user": "Delete the user and associate his content to admin user", + "delete-the-user-and-all-his-content": "Delete the user and all his content", + "user-disabled": "Пользователь отключен", + "user-password-changed": "Пароль пользователя изменен", + "the-password-and-confirmation-password-do-not-match": "The password and confirmation password do not match", + "scheduled-content": "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Страницы", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" +} \ No newline at end of file diff --git a/bl-languages/tr_TR.json b/bl-languages/tr_TR.json index 0db83bee..ee620757 100644 --- a/bl-languages/tr_TR.json +++ b/bl-languages/tr_TR.json @@ -1,221 +1,229 @@ { - "language-data": { - "native": "Türkçe (Türkiye)", - "english-name": "Turkish", - "last-update": "2015-12-02", - "author": "ffahri", - "email": "", - "website": "https:\/\/github.com\/ffahri" - }, - "dashboard": "Pano", - "manage-users": "Kullanıcıları yönet", - "manage-categories": "Manage categories", - "general-settings": "Genel ayarlar", - "advanced-settings": "Gelişmiş ayarlar", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Dil", - "plugin": "Plugin", - "plugins": "Eklentiler", - "developers": "Developers", - "themes": "Temalar", - "about": "Hakkında", - "url": "URL", - "fixed": "Fixed", - "welcome": "Hoşgeldiniz", - "logout": "Çıkış", - "website": "Site", - "publish": "Yayınla", - "manage": "Yönet", - "content": "İçerik", - "category": "Category", - "categories": "Categories", - "users": "Kullanıcılar", - "settings": "Ayarlar", - "general": "Genel", - "advanced": "Gelişmiş", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Bu sayfaya erişmek için gerekli izinlere sahip değilsiniz, Yönetici ile irtibata geçin.", - "add-a-new-user": "Kullanıcı ekle", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Dil ve saat dilimi", - "change-your-language-and-region-settings": "Dil ve saat ayarlarını değiştir.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Bludit'e Hoşgeldiniz", - "statistics": "İstatistikler", - "pages": "Sayfalar", - "drafts": "Taslaklar", - "title": "Başlık", - "save": "Kaydet", - "save-as-draft": "Save as draft", - "cancel": "İptal", - "description": "Tanım", - "this-field-can-help-describe-the-content": "Bu alan içerisine 150 karakteri geçmeyecek şekilde içeriğe tanım yapabilirsiniz.", - "images": "Resimler", - "error": "Hata", - "supported-image-file-types": "Desteklenen resim formatları", - "cover-image": "Kapak resmi", - "drag-and-drop-or-click-here": "Sürükle bırak veya buraya tıkla", - "there-are-no-images": "Hiç resim yok.", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Özellikler için resme tıklayın.", - "click-here-to-cancel": "İptal etmek için tıklayın.", - "insert-image": "Resim ekle", - "set-as-cover-image": "Kapak resmi olarak ayarla", - "delete-image": "Resmi sil", - "tags": "Taglar", - "add": "Ekle", - "status": "Durum", - "published": "Yayınla", - "draft": "Taslak", - "empty-title": "Başlıksız", - "date": "Tarih", - "external-cover-image": "External cover image", - "parent": "Ana", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Konum", - "friendly-url": "Friendly URL", - "image-description": "Resim açıklaması", - "add-a-new-category": "Add a new category", - "name": "Ad", - "username": "Kullanıcı Adı", - "first-name": "Ad", - "last-name": "Soyad", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Grup", - "registered": "Kayıt Tarihi", - "site-information": "Site bilgisi", - "site-title": "Site Başlığı", - "use-this-field-to-name-your-site": "Bu alanı sitenize ad vermek için kullanın,Sitenizdeki her sayfanın üstünde görünecektir.", - "site-slogan": "Site sloganı", - "use-this-field-to-add-a-catchy-phrase": "Bu alanı sitenize akılda kalıcı bir cümle seçmek için kullanın.", - "site-description": "Bu alana site tanımı", - "you-can-add-a-site-description-to-provide": "Site tanımı ekleyebilirsiniz.", - "footer-text": "Altbilgi metni", - "you-can-add-a-small-text-on-the-bottom": "Sitenizdeki her sayfanın sonuna kısa bir yazı ekleyebilirsiniz. Örn: Copyright, sahibi, tarih, vs.", - "social-networks-links": "Sosyal ağ linkleri", - "site-url": "Site adresi", - "default-home-page": "Geçerli Anasayfa", - "email-account-settings": "Posta ayarları", - "sender-email": "Gönderen", - "emails-will-be-sent-from-this-address": "Postalar bu adresten gönderilecektir.", - "url-filters": "URL filtreleri", - "select-your-sites-language": "Sitenizin dilini seçin.", - "timezone": "Saat Dilimi", - "select-a-timezone-for-a-correct": "Tarih ve saatin doğru olabilmesi için bulunduğunuz saat dilimini seçin.", - "locale": "Yerel", - "date-and-time-formats": "Tarih ve saat formatları", - "date-format": "Tarih formatı", - "current-format": "Geçerli format", - "version": "Versiyon", - "author": "Yazar", - "activate": "Aktifleştir", - "deactivate": "Deaktive et", - "edit-category": "Edit category", - "delete": "Sil", - "password": "Şifre", - "confirm-password": "Şifreyi Doğrula", - "editor": "Editör", - "administrator": "Yönetici", - "edit-user": "Kullanıcıyı düzenle", - "edit-content": "Edit content", - "profile": "Profil", - "change-password": "Şifre değiştir", - "enabled": "Etkinleştirildi", - "disable-the-user": "Kullanıcıyı etkisizleştir", - "profile-picture": "Profil resmi", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Silmeyi onaylayın,bu işlem geri alınamaz!", - "do-you-want-to-disable-the-user": "Kullanıcıyı etkisizleştirmek istiyor musunuz ?", - "new-password": "Yeni şifre", - "you-can-change-this-field-when-save-the-current-changes": "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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Yükleyici", - "choose-your-language": "Dili seçin", - "next": "İleri", - "complete-the-form-choose-a-password-for-the-username-admin": "Bu formu doldurarak, « admin » kullanıcısı için bir şifre belirleyin", - "show-password": "Şifreyi göster", - "install": "Yükle", - "login": "Giriş", - "back-to-login-form": "Giriş formuna geri dön", - "get-login-access-code": "Giriş kodu al", - "email-access-code": "Email erişim kodu", - "whats-next": "Sırada Ne Var", - "username-or-password-incorrect": "Kullanıcı adı veya şifre yanlış", - "follow-bludit-on": "Follow Bludit on", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Bludit'i [yönetici panelinden]({{ADMIN_AREA_LINK}}) yönetin.", - "chat-with-developers-and-users-on-gitter": "Geliştiriciler ve kullanıcılarla konuşmak için [Gitter](https:\/\/gitter.im\/dignajar\/bludit) adresini ziyaret et", - "this-is-a-brief-description-of-yourself-our-your-site": "Bu kısım siten hakkında bilgi verir.Burayı değiştirmek ve düzenlemek için admin->eklentiler->tanımı düzenle", - "read-the-documentation-for-more-information": "Daha fazla bilgi için [documentation](https:\/\/docs.bludit.com) dökümanları okuyun", - "new-page-created": "New page created", - "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": "Kullanıcı silindi", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Resim yükle", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Değişiklikler kaydedildi.", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Şifre en az 6 karakter uzunluğunda olmalıdır", - "ip-address-has-been-blocked": "IP adresi bloklandı.", - "try-again-in-a-few-minutes": "Birkaç dakika içinde tekrar deneyin.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Türkçe (Türkiye)", + "english-name": "Turkish", + "last-update": "2015-12-02", + "author": "ffahri", + "email": "", + "website": "https:\/\/github.com\/ffahri" + }, + "dashboard": "Pano", + "manage-users": "Kullanıcıları yönet", + "manage-categories": "Manage categories", + "general-settings": "Genel ayarlar", + "advanced-settings": "Gelişmiş ayarlar", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Dil", + "plugin": "Plugin", + "plugins": "Eklentiler", + "developers": "Developers", + "themes": "Temalar", + "about": "Hakkında", + "url": "URL", + "welcome": "Hoşgeldiniz", + "logout": "Çıkış", + "website": "Site", + "publish": "Yayınla", + "manage": "Yönet", + "content": "İçerik", + "category": "Category", + "categories": "Categories", + "users": "Kullanıcılar", + "settings": "Ayarlar", + "general": "Genel", + "advanced": "Gelişmiş", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Bu sayfaya erişmek için gerekli izinlere sahip değilsiniz, Yönetici ile irtibata geçin.", + "add-a-new-user": "Kullanıcı ekle", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Dil ve saat dilimi", + "change-your-language-and-region-settings": "Dil ve saat ayarlarını değiştir.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Bludit'e Hoşgeldiniz", + "statistics": "İstatistikler", + "drafts": "Taslaklar", + "title": "Başlık", + "save": "Kaydet", + "save-as-draft": "Save as draft", + "cancel": "İptal", + "description": "Tanım", + "this-field-can-help-describe-the-content": "Bu alan içerisine 150 karakteri geçmeyecek şekilde içeriğe tanım yapabilirsiniz.", + "images": "Resimler", + "error": "Hata", + "supported-image-file-types": "Desteklenen resim formatları", + "cover-image": "Kapak resmi", + "drag-and-drop-or-click-here": "Sürükle bırak veya buraya tıkla", + "there-are-no-images": "Hiç resim yok.", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Özellikler için resme tıklayın.", + "click-here-to-cancel": "İptal etmek için tıklayın.", + "insert-image": "Resim ekle", + "set-as-cover-image": "Kapak resmi olarak ayarla", + "delete-image": "Resmi sil", + "tags": "Taglar", + "add": "Ekle", + "status": "Durum", + "published": "Yayınla", + "draft": "Taslak", + "empty-title": "Başlıksız", + "empty": "empty", + "date": "Tarih", + "external-cover-image": "External cover image", + "parent": "Ana", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Konum", + "friendly-url": "Friendly URL", + "image-description": "Resim açıklaması", + "add-a-new-category": "Add a new category", + "name": "Ad", + "username": "Kullanıcı Adı", + "first-name": "Ad", + "last-name": "Soyad", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Grup", + "registered": "Kayıt Tarihi", + "site-information": "Site bilgisi", + "site-title": "Site Başlığı", + "use-this-field-to-name-your-site": "Bu alanı sitenize ad vermek için kullanın,Sitenizdeki her sayfanın üstünde görünecektir.", + "site-slogan": "Site sloganı", + "use-this-field-to-add-a-catchy-phrase": "Bu alanı sitenize akılda kalıcı bir cümle seçmek için kullanın.", + "site-description": "Bu alana site tanımı", + "you-can-add-a-site-description-to-provide": "Site tanımı ekleyebilirsiniz.", + "footer-text": "Altbilgi metni", + "you-can-add-a-small-text-on-the-bottom": "Sitenizdeki her sayfanın sonuna kısa bir yazı ekleyebilirsiniz. Örn: Copyright, sahibi, tarih, vs.", + "social-networks-links": "Sosyal ağ linkleri", + "site-url": "Site adresi", + "email-account-settings": "Posta ayarları", + "sender-email": "Gönderen", + "emails-will-be-sent-from-this-address": "Postalar bu adresten gönderilecektir.", + "url-filters": "URL filtreleri", + "select-your-sites-language": "Sitenizin dilini seçin.", + "timezone": "Saat Dilimi", + "select-a-timezone-for-a-correct": "Tarih ve saatin doğru olabilmesi için bulunduğunuz saat dilimini seçin.", + "locale": "Yerel", + "date-and-time-formats": "Tarih ve saat formatları", + "date-format": "Tarih formatı", + "current-format": "Geçerli format", + "version": "Versiyon", + "author": "Yazar", + "activate": "Aktifleştir", + "deactivate": "Deaktive et", + "edit-category": "Edit category", + "delete": "Sil", + "password": "Şifre", + "confirm-password": "Şifreyi Doğrula", + "editor": "Editör", + "administrator": "Yönetici", + "edit-user": "Kullanıcıyı düzenle", + "edit-content": "Edit content", + "profile": "Profil", + "change-password": "Şifre değiştir", + "enabled": "Etkinleştirildi", + "disable-the-user": "Kullanıcıyı etkisizleştir", + "profile-picture": "Profil resmi", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Silmeyi onaylayın,bu işlem geri alınamaz!", + "do-you-want-to-disable-the-user": "Kullanıcıyı etkisizleştirmek istiyor musunuz ?", + "new-password": "Yeni şifre", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Yükleyici", + "choose-your-language": "Dili seçin", + "next": "İleri", + "complete-the-form-choose-a-password-for-the-username-admin": "Bu formu doldurarak, « admin » kullanıcısı için bir şifre belirleyin", + "show-password": "Şifreyi göster", + "install": "Yükle", + "login": "Giriş", + "back-to-login-form": "Giriş formuna geri dön", + "get-login-access-code": "Giriş kodu al", + "email-access-code": "Email erişim kodu", + "whats-next": "Sırada Ne Var", + "username-or-password-incorrect": "Kullanıcı adı veya şifre yanlış", + "follow-bludit-on": "Follow Bludit on", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Bludit'i [yönetici panelinden]({{ADMIN_AREA_LINK}}) yönetin.", + "chat-with-developers-and-users-on-gitter": "Geliştiriciler ve kullanıcılarla konuşmak için [Gitter](https:\/\/gitter.im\/dignajar\/bludit) adresini ziyaret et", + "this-is-a-brief-description-of-yourself-our-your-site": "Bu kısım siten hakkında bilgi verir.Burayı değiştirmek ve düzenlemek için admin->eklentiler->tanımı düzenle", + "read-the-documentation-for-more-information": "Daha fazla bilgi için [documentation](https:\/\/docs.bludit.com) dökümanları okuyun", + "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": "Kullanıcı silindi", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Resim yükle", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Değişiklikler kaydedildi.", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Şifre en az 6 karakter uzunluğunda olmalıdır", + "ip-address-has-been-blocked": "IP adresi bloklandı.", + "try-again-in-a-few-minutes": "Birkaç dakika içinde tekrar deneyin.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Sayfalar", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/uk_UA.json b/bl-languages/uk_UA.json index 7f2a564b..2d71cc26 100644 --- a/bl-languages/uk_UA.json +++ b/bl-languages/uk_UA.json @@ -1,221 +1,229 @@ { - "language-data": { - "native": "Українська (Україна)", - "english-name": "Ukrainian", - "last-update": "2016-10-28", - "author": "Allec Bernz", - "email": "admin@allec.info", - "website": "http:\/\/allec.info" - }, - "dashboard": "Панель управління", - "manage-users": "Управління користувачами", - "manage-categories": "Manage categories", - "general-settings": "Загальні налаштування", - "advanced-settings": "Додаткові налаштування", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Мова", - "plugin": "Plugin", - "plugins": "Плагіни", - "developers": "Developers", - "themes": "Теми", - "about": "Інформація", - "url": "URL", - "fixed": "Fixed", - "welcome": "Ласкаво просимо", - "logout": "Вийти", - "website": "Веб-сайт", - "publish": "Опублікувати", - "manage": "Керування", - "content": "Зміст", - "category": "Category", - "categories": "Categories", - "users": "Користувачі", - "settings": "Параметри", - "general": "Загальні", - "advanced": "Розширені", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "Ви не маєте прав на доступ до цієї сторінки, зверніться до адміністратора.", - "add-a-new-user": "Додати нового користувача", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Мова та часовий пояс", - "change-your-language-and-region-settings": "Змінити Вашу мову та регіональні налаштування.", - "notifications": "Повідомлення", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Ласкаво просимо до Bludit", - "statistics": "Статистика", - "pages": "Сторінки", - "drafts": "Чернетки", - "title": "Назва", - "save": "Зберегти", - "save-as-draft": "Зберегти як чернетку", - "cancel": "Скасувати", - "description": "Опис", - "this-field-can-help-describe-the-content": "Це поле може допомогти описати зміст у декількох словах. Не більше 150 символів.", - "images": "Зображення", - "error": "Помилка", - "supported-image-file-types": "Підтримувані типи файлів зображень", - "cover-image": "Зображення обкладинки", - "drag-and-drop-or-click-here": "Перетягніть або натисніть тут", - "there-are-no-images": "Немає зображень", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Натисніть на зображення, щоб переглянути параметри.", - "click-here-to-cancel": "Натисніть тут, щоб скасувати.", - "insert-image": "Вставити зображення", - "set-as-cover-image": "Встановити в якості обкладинки", - "delete-image": "Видалити зображення", - "tags": "Мітки", - "add": "Додати", - "status": "Статус", - "published": "Опубліковано", - "draft": "Чернетка", - "empty-title": "Порожній заголовок", - "date": "Дата", - "external-cover-image": "External cover image", - "parent": "Джерело", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Позиція", - "friendly-url": "Дружні URL", - "image-description": "Опис зображення", - "add-a-new-category": "Add a new category", - "name": "Ім'я", - "username": "Ім'я користувача", - "first-name": "Ім'я", - "last-name": "Прізвище", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Роль", - "registered": "Зареєстрований", - "site-information": "Інформація про сайт", - "site-title": "Назва сайту", - "use-this-field-to-name-your-site": "Використовуйте це поле для назви свого сайту, яка буде відображатися у верхній частині кожної сторінки вашого сайту.", - "site-slogan": "Слоган сайту", - "use-this-field-to-add-a-catchy-phrase": "Використовуйте це поле, щоб додати яскраву фразу на вашому сайті.", - "site-description": "Опис сайту", - "you-can-add-a-site-description-to-provide": "Ви можете додати опис сайту, щоб забезпечити коротку біографію чи опис вашого сайту.", - "footer-text": "Текст нижнього колонтитулу", - "you-can-add-a-small-text-on-the-bottom": "Ви можете додати невеликий текст внизу кожної сторінки, наприклад: авторські права, власник, дати і т.д.", - "social-networks-links": "Лінки на соціальні мережі", - "site-url": "URL-адреса сайту", - "default-home-page": "Домашня сторінка за замовчуванням", - "email-account-settings": "Налаштування облікового запису електронної пошти", - "sender-email": "Email відправника", - "emails-will-be-sent-from-this-address": "Листи будуть відправлятися з цієї адреси.", - "url-filters": "URL-фільтри", - "select-your-sites-language": "Виберіть мову вашого сайту.", - "timezone": "Часовий пояс", - "select-a-timezone-for-a-correct": "Виберіть часовий пояс для правильного відображення дати\/часу на вашому сайті.", - "locale": "Локаль", - "date-and-time-formats": "Формати дати й часу", - "date-format": "Формат дати", - "current-format": "Поточний формат", - "version": "Версія", - "author": "Автор", - "activate": "Активувати", - "deactivate": "Деактивувати", - "edit-category": "Edit category", - "delete": "Видалити", - "password": "Пароль", - "confirm-password": "Підтвердіть пароль", - "editor": "Редактор", - "administrator": "Адміністратор", - "edit-user": "Редагувати користувача", - "edit-content": "Edit content", - "profile": "Профіль", - "change-password": "Зміна пароля", - "enabled": "Увімкнено", - "disable-the-user": "Відключити користувача", - "profile-picture": "Зображення профілю", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Підтвердіть видалення, ця дія не може бути скасована.", - "do-you-want-to-disable-the-user": "Ви хочете відключити користувача?", - "new-password": "Новий пароль", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Інсталятор Bludit", - "choose-your-language": "Оберіть свою мову", - "next": "Далі", - "complete-the-form-choose-a-password-for-the-username-admin": "Виберіть пароль для користувача « admin »", - "show-password": "Показати пароль", - "install": "Встановити", - "login": "Увійти", - "back-to-login-form": "Назад до форми входу", - "get-login-access-code": "Отримати код доступу для входу", - "email-access-code": "Код доступу Email", - "whats-next": "Що далі", - "username-or-password-incorrect": "Неправильне ім'я користувача або пароль", - "follow-bludit-on": "Слідуйте за Bludit на", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Керуйте вашим Bludit через [панель управління]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Чат з розробниками і користувачами [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "Це короткий опис про себе або про сайт, щоб змінити цей текст зайдіть в панель адміністратора, налаштування, плагіни, і налаштуйте плагін про сайт.", - "read-the-documentation-for-more-information": "Читайте [документацію](https:\/\/docs.bludit.com) для отримання додаткової інформації", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "Користувач видалений", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Завантажити зображення", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "Зміни були збережені", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Пароль повинен містити не менше 6 символів", - "ip-address-has-been-blocked": "IP-адресу заблоковано.", - "try-again-in-a-few-minutes": "Повторіть спробу через декілька хвилин.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Українська (Україна)", + "english-name": "Ukrainian", + "last-update": "2016-10-28", + "author": "Allec Bernz", + "email": "admin@allec.info", + "website": "http:\/\/allec.info" + }, + "dashboard": "Панель управління", + "manage-users": "Управління користувачами", + "manage-categories": "Manage categories", + "general-settings": "Загальні налаштування", + "advanced-settings": "Додаткові налаштування", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Мова", + "plugin": "Plugin", + "plugins": "Плагіни", + "developers": "Developers", + "themes": "Теми", + "about": "Інформація", + "url": "URL", + "welcome": "Ласкаво просимо", + "logout": "Вийти", + "website": "Веб-сайт", + "publish": "Опублікувати", + "manage": "Керування", + "content": "Зміст", + "category": "Category", + "categories": "Categories", + "users": "Користувачі", + "settings": "Параметри", + "general": "Загальні", + "advanced": "Розширені", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "Ви не маєте прав на доступ до цієї сторінки, зверніться до адміністратора.", + "add-a-new-user": "Додати нового користувача", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Мова та часовий пояс", + "change-your-language-and-region-settings": "Змінити Вашу мову та регіональні налаштування.", + "notifications": "Повідомлення", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Ласкаво просимо до Bludit", + "statistics": "Статистика", + "drafts": "Чернетки", + "title": "Назва", + "save": "Зберегти", + "save-as-draft": "Зберегти як чернетку", + "cancel": "Скасувати", + "description": "Опис", + "this-field-can-help-describe-the-content": "Це поле може допомогти описати зміст у декількох словах. Не більше 150 символів.", + "images": "Зображення", + "error": "Помилка", + "supported-image-file-types": "Підтримувані типи файлів зображень", + "cover-image": "Зображення обкладинки", + "drag-and-drop-or-click-here": "Перетягніть або натисніть тут", + "there-are-no-images": "Немає зображень", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Натисніть на зображення, щоб переглянути параметри.", + "click-here-to-cancel": "Натисніть тут, щоб скасувати.", + "insert-image": "Вставити зображення", + "set-as-cover-image": "Встановити в якості обкладинки", + "delete-image": "Видалити зображення", + "tags": "Мітки", + "add": "Додати", + "status": "Статус", + "published": "Опубліковано", + "draft": "Чернетка", + "empty-title": "Порожній заголовок", + "empty": "empty", + "date": "Дата", + "external-cover-image": "External cover image", + "parent": "Джерело", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Позиція", + "friendly-url": "Дружні URL", + "image-description": "Опис зображення", + "add-a-new-category": "Add a new category", + "name": "Ім'я", + "username": "Ім'я користувача", + "first-name": "Ім'я", + "last-name": "Прізвище", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Роль", + "registered": "Зареєстрований", + "site-information": "Інформація про сайт", + "site-title": "Назва сайту", + "use-this-field-to-name-your-site": "Використовуйте це поле для назви свого сайту, яка буде відображатися у верхній частині кожної сторінки вашого сайту.", + "site-slogan": "Слоган сайту", + "use-this-field-to-add-a-catchy-phrase": "Використовуйте це поле, щоб додати яскраву фразу на вашому сайті.", + "site-description": "Опис сайту", + "you-can-add-a-site-description-to-provide": "Ви можете додати опис сайту, щоб забезпечити коротку біографію чи опис вашого сайту.", + "footer-text": "Текст нижнього колонтитулу", + "you-can-add-a-small-text-on-the-bottom": "Ви можете додати невеликий текст внизу кожної сторінки, наприклад: авторські права, власник, дати і т.д.", + "social-networks-links": "Лінки на соціальні мережі", + "site-url": "URL-адреса сайту", + "email-account-settings": "Налаштування облікового запису електронної пошти", + "sender-email": "Email відправника", + "emails-will-be-sent-from-this-address": "Листи будуть відправлятися з цієї адреси.", + "url-filters": "URL-фільтри", + "select-your-sites-language": "Виберіть мову вашого сайту.", + "timezone": "Часовий пояс", + "select-a-timezone-for-a-correct": "Виберіть часовий пояс для правильного відображення дати\/часу на вашому сайті.", + "locale": "Локаль", + "date-and-time-formats": "Формати дати й часу", + "date-format": "Формат дати", + "current-format": "Поточний формат", + "version": "Версія", + "author": "Автор", + "activate": "Активувати", + "deactivate": "Деактивувати", + "edit-category": "Edit category", + "delete": "Видалити", + "password": "Пароль", + "confirm-password": "Підтвердіть пароль", + "editor": "Редактор", + "administrator": "Адміністратор", + "edit-user": "Редагувати користувача", + "edit-content": "Edit content", + "profile": "Профіль", + "change-password": "Зміна пароля", + "enabled": "Увімкнено", + "disable-the-user": "Відключити користувача", + "profile-picture": "Зображення профілю", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Підтвердіть видалення, ця дія не може бути скасована.", + "do-you-want-to-disable-the-user": "Ви хочете відключити користувача?", + "new-password": "Новий пароль", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Інсталятор Bludit", + "choose-your-language": "Оберіть свою мову", + "next": "Далі", + "complete-the-form-choose-a-password-for-the-username-admin": "Виберіть пароль для користувача « admin »", + "show-password": "Показати пароль", + "install": "Встановити", + "login": "Увійти", + "back-to-login-form": "Назад до форми входу", + "get-login-access-code": "Отримати код доступу для входу", + "email-access-code": "Код доступу Email", + "whats-next": "Що далі", + "username-or-password-incorrect": "Неправильне ім'я користувача або пароль", + "follow-bludit-on": "Слідуйте за Bludit на", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Керуйте вашим Bludit через [панель управління]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Чат з розробниками і користувачами [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "Це короткий опис про себе або про сайт, щоб змінити цей текст зайдіть в панель адміністратора, налаштування, плагіни, і налаштуйте плагін про сайт.", + "read-the-documentation-for-more-information": "Читайте [документацію](https:\/\/docs.bludit.com) для отримання додаткової інформації", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "Користувач видалений", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Завантажити зображення", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "Зміни були збережені", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Пароль повинен містити не менше 6 символів", + "ip-address-has-been-blocked": "IP-адресу заблоковано.", + "try-again-in-a-few-minutes": "Повторіть спробу через декілька хвилин.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "Сторінки", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/vi_VN.json b/bl-languages/vi_VN.json index d44ed83f..71dccd94 100644 --- a/bl-languages/vi_VN.json +++ b/bl-languages/vi_VN.json @@ -1,221 +1,229 @@ { - "language-data": { - "native": "Tiếng Việt", - "english-name": "Vietnamese", - "last-update": "2016-11-15", - "author": "Glossyweb", - "email": "vietnamdevelop@gmail.com", - "website": "" - }, - "dashboard": "Dashboard", - "manage-users": "Manage users", - "manage-categories": "Manage categories", - "general-settings": "General settings", - "advanced-settings": "Advanced settings", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "Language", - "plugin": "Plugin", - "plugins": "Plugins", - "developers": "Developers", - "themes": "Themes", - "about": "About", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "Log out", - "website": "Website", - "publish": "Publish", - "manage": "Manage", - "content": "Content", - "category": "Category", - "categories": "Categories", - "users": "Users", - "settings": "Settings", - "general": "General", - "advanced": "Advanced", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "You do not have sufficient permissions to access this page, contact the administrator.", - "add-a-new-user": "Add a new user", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "Language and timezone", - "change-your-language-and-region-settings": "Change your language and region settings.", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "Welcome to Bludit", - "statistics": "Statistics", - "pages": "Pages", - "drafts": "Drafts", - "title": "Title", - "save": "Save", - "save-as-draft": "Save as draft", - "cancel": "Cancel", - "description": "Description", - "this-field-can-help-describe-the-content": "This field can help describe the content in a few words. No more than 150 characters.", - "images": "Images", - "error": "Error", - "supported-image-file-types": "Supported image file types", - "cover-image": "Cover image", - "drag-and-drop-or-click-here": "Drag and drop or click here", - "there-are-no-images": "There are no images", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Click on the image for options.", - "click-here-to-cancel": "Click here to cancel.", - "insert-image": "Insert image", - "set-as-cover-image": "Set as cover image", - "delete-image": "Delete image", - "tags": "Tags", - "add": "Add", - "status": "Status", - "published": "Published", - "draft": "Draft", - "empty-title": "Empty title", - "date": "Date", - "external-cover-image": "External cover image", - "parent": "Parent", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "Position", - "friendly-url": "Friendly URL", - "image-description": "Image description", - "add-a-new-category": "Add a new category", - "name": "Name", - "username": "Username", - "first-name": "First name", - "last-name": "Last name", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "Role", - "registered": "Registered", - "site-information": "Site information", - "site-title": "Site title", - "use-this-field-to-name-your-site": "Use this field to name your site, it will appear at the top of every page of your site.", - "site-slogan": "Site slogan", - "use-this-field-to-add-a-catchy-phrase": "Use this field to add a catchy phrase on your site.", - "site-description": "Site description", - "you-can-add-a-site-description-to-provide": "You can add a site description to provide a short bio or description of your site.", - "footer-text": "Footer text", - "you-can-add-a-small-text-on-the-bottom": "You can add a small text on the bottom of every page. eg: copyright, owner, dates, etc.", - "social-networks-links": "Social networks links", - "site-url": "Site url", - "default-home-page": "Default home page", - "email-account-settings": "Email account settings", - "sender-email": "Sender email", - "emails-will-be-sent-from-this-address": "Emails will be sent from this address.", - "url-filters": "URL filters", - "select-your-sites-language": "Select your site's language.", - "timezone": "Timezone", - "select-a-timezone-for-a-correct": "Select a timezone for a correct date\/time display on your site.", - "locale": "Locale", - "date-and-time-formats": "Date and time formats", - "date-format": "Date format", - "current-format": "Current format", - "version": "Version", - "author": "Author", - "activate": "Activate", - "deactivate": "Deactivate", - "edit-category": "Edit category", - "delete": "Delete", - "password": "Password", - "confirm-password": "Confirm Password", - "editor": "Editor", - "administrator": "Administrator", - "edit-user": "Edit user", - "edit-content": "Edit content", - "profile": "Profile", - "change-password": "Change password", - "enabled": "Enabled", - "disable-the-user": "Disable the user", - "profile-picture": "Profile picture", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "New password", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when 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", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit Installer", - "choose-your-language": "Choose your language", - "next": "Next", - "complete-the-form-choose-a-password-for-the-username-admin": "Complete the form, choose a password for the username « admin »", - "show-password": "Show password", - "install": "Install", - "login": "Log in", - "back-to-login-form": "Back to login form", - "get-login-access-code": "Get login access code", - "email-access-code": "Email access code", - "whats-next": "What's Next", - "username-or-password-incorrect": "Username or password incorrect", - "follow-bludit-on": "Follow Bludit on", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "Manage your Bludit from the [admin area]({{ADMIN_AREA_LINK}})", - "chat-with-developers-and-users-on-gitter": "Chat with developers and users on [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", - "read-the-documentation-for-more-information": "Read the [documentation](https:\/\/docs.bludit.com) for more information", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "User deleted", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "Upload image", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "The changes have been saved", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "Password must be at least 6 characters long", - "ip-address-has-been-blocked": "IP address has been blocked.", - "try-again-in-a-few-minutes": "Try again in a few minutes.", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Tiếng Việt", + "english-name": "Vietnamese", + "last-update": "2016-11-15", + "author": "Glossyweb", + "email": "vietnamdevelop@gmail.com", + "website": "" + }, + "dashboard": "Dashboard", + "manage-users": "Manage users", + "manage-categories": "Manage categories", + "general-settings": "General settings", + "advanced-settings": "Advanced settings", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "Language", + "plugin": "Plugin", + "plugins": "Plugins", + "developers": "Developers", + "themes": "Themes", + "about": "About", + "url": "URL", + "welcome": "Welcome", + "logout": "Log out", + "website": "Website", + "publish": "Publish", + "manage": "Manage", + "content": "Content", + "category": "Category", + "categories": "Categories", + "users": "Users", + "settings": "Settings", + "general": "General", + "advanced": "Advanced", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "You do not have sufficient permissions to access this page, contact the administrator.", + "add-a-new-user": "Add a new user", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "Language and timezone", + "change-your-language-and-region-settings": "Change your language and region settings.", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "Welcome to Bludit", + "statistics": "Statistics", + "drafts": "Drafts", + "title": "Title", + "save": "Save", + "save-as-draft": "Save as draft", + "cancel": "Cancel", + "description": "Description", + "this-field-can-help-describe-the-content": "This field can help describe the content in a few words. No more than 150 characters.", + "images": "Images", + "error": "Error", + "supported-image-file-types": "Supported image file types", + "cover-image": "Cover image", + "drag-and-drop-or-click-here": "Drag and drop or click here", + "there-are-no-images": "There are no images", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Click on the image for options.", + "click-here-to-cancel": "Click here to cancel.", + "insert-image": "Insert image", + "set-as-cover-image": "Set as cover image", + "delete-image": "Delete image", + "tags": "Tags", + "add": "Add", + "status": "Status", + "published": "Published", + "draft": "Draft", + "empty-title": "Empty title", + "empty": "empty", + "date": "Date", + "external-cover-image": "External cover image", + "parent": "Parent", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "Position", + "friendly-url": "Friendly URL", + "image-description": "Image description", + "add-a-new-category": "Add a new category", + "name": "Name", + "username": "Username", + "first-name": "First name", + "last-name": "Last name", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "Role", + "registered": "Registered", + "site-information": "Site information", + "site-title": "Site title", + "use-this-field-to-name-your-site": "Use this field to name your site, it will appear at the top of every page of your site.", + "site-slogan": "Site slogan", + "use-this-field-to-add-a-catchy-phrase": "Use this field to add a catchy phrase on your site.", + "site-description": "Site description", + "you-can-add-a-site-description-to-provide": "You can add a site description to provide a short bio or description of your site.", + "footer-text": "Footer text", + "you-can-add-a-small-text-on-the-bottom": "You can add a small text on the bottom of every page. eg: copyright, owner, dates, etc.", + "social-networks-links": "Social networks links", + "site-url": "Site url", + "email-account-settings": "Email account settings", + "sender-email": "Sender email", + "emails-will-be-sent-from-this-address": "Emails will be sent from this address.", + "url-filters": "URL filters", + "select-your-sites-language": "Select your site's language.", + "timezone": "Timezone", + "select-a-timezone-for-a-correct": "Select a timezone for a correct date\/time display on your site.", + "locale": "Locale", + "date-and-time-formats": "Date and time formats", + "date-format": "Date format", + "current-format": "Current format", + "version": "Version", + "author": "Author", + "activate": "Activate", + "deactivate": "Deactivate", + "edit-category": "Edit category", + "delete": "Delete", + "password": "Password", + "confirm-password": "Confirm Password", + "editor": "Editor", + "administrator": "Administrator", + "edit-user": "Edit user", + "edit-content": "Edit content", + "profile": "Profile", + "change-password": "Change password", + "enabled": "Enabled", + "disable-the-user": "Disable the user", + "profile-picture": "Profile picture", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "New password", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit Installer", + "choose-your-language": "Choose your language", + "next": "Next", + "complete-the-form-choose-a-password-for-the-username-admin": "Complete the form, choose a password for the username « admin »", + "show-password": "Show password", + "install": "Install", + "login": "Log in", + "back-to-login-form": "Back to login form", + "get-login-access-code": "Get login access code", + "email-access-code": "Email access code", + "whats-next": "What's Next", + "username-or-password-incorrect": "Username or password incorrect", + "follow-bludit-on": "Follow Bludit on", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "Manage your Bludit from the [admin area]({{ADMIN_AREA_LINK}})", + "chat-with-developers-and-users-on-gitter": "Chat with developers and users on [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "This is a brief description of yourself or your site, to change this text go to the admin panel, settings, plugins, and configure the plugin about.", + "read-the-documentation-for-more-information": "Read the [documentation](https:\/\/docs.bludit.com) for more information", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "User deleted", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "Upload image", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "The changes have been saved", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "Password must be at least 6 characters long", + "ip-address-has-been-blocked": "IP address has been blocked.", + "try-again-in-a-few-minutes": "Try again in a few minutes.", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "order-items-by": "Order items by", + "all-content": "All content", + "dynamic": "Dynamic", + "type": "Type", + "draft-content": "Draft content", + "post": "Post", + "default": "Default", + "latest-content": "Latest content", + "default-message": "Default message", + "no-parent": "No parent", + "have-you-seen-my-ball": "Have you seen my ball?", + "pagebreak": "Page break", + "pages": "Pages", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/zh_CN.json b/bl-languages/zh_CN.json index 5217e7bc..0cf0fae2 100644 --- a/bl-languages/zh_CN.json +++ b/bl-languages/zh_CN.json @@ -1,221 +1,229 @@ { - "language-data": { - "native": "Simplified Chinese (PRC)", - "english-name": "Simplified Chinese", - "last-update": "2017-07-20", - "author": "Zhou Hao", - "email": "zhou.hao.27@gmail.com", - "website": "http:\/\/thezeusoft.com" - }, - "dashboard": "主页面", - "manage-users": "管理者", - "manage-categories": "Manage categories", - "general-settings": "一般设定", - "advanced-settings": "高级设定", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "语言", - "plugin": "Plugin", - "plugins": "插件", - "developers": "Developers", - "themes": "主题", - "about": "关于", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "登出", - "website": "网站", - "publish": "发表", - "manage": "管理", - "content": "內容", - "category": "Category", - "categories": "Categories", - "users": "用户", - "settings": "设定", - "general": "一般设定", - "advanced": "高级设定", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "您沒有权限存取此页面,请联络管理员", - "add-a-new-user": "新增用户", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "语言与时区", - "change-your-language-and-region-settings": "更改您所使用的语言与地区设定", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "欢迎使用Bludit", - "statistics": "统计", - "pages": "页面", - "drafts": "草稿", - "title": "标题", - "save": "存储", - "save-as-draft": "Save as draft", - "cancel": "取消", - "description": "简介", - "this-field-can-help-describe-the-content": "這個字段可以帮助快速理解內容,不能超过150个字", - "images": "图片", - "error": "错误", - "supported-image-file-types": "可以上传的文件格式", - "cover-image": "Cover image", - "drag-and-drop-or-click-here": "拖曳您的图片到这里或是点选这里选择图片", - "there-are-no-images": "There are no images", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Click on the image for options.", - "click-here-to-cancel": "Click here to cancel.", - "insert-image": "插入图片", - "set-as-cover-image": "Set as cover image", - "delete-image": "Delete image", - "tags": "标签", - "add": "新增", - "status": "状态", - "published": "已发表", - "draft": "草稿", - "empty-title": "空白标题", - "date": "日期", - "external-cover-image": "External cover image", - "parent": "继承页面", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "位置", - "friendly-url": "友好链接", - "image-description": "Image description", - "add-a-new-category": "Add a new category", - "name": "名称", - "username": "用户名称", - "first-name": "名", - "last-name": "姓", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "电子邮件", - "role": "角色", - "registered": "已注册", - "site-information": "网站资讯", - "site-title": "网站标题", - "use-this-field-to-name-your-site": "使用此字段来填写您网站名称,它將会被显示在每一个页面的最上方", - "site-slogan": "网站标语", - "use-this-field-to-add-a-catchy-phrase": "使用此字段来帮您的网站添加一个可以朗朗上口的标语吧", - "site-description": "网站简介", - "you-can-add-a-site-description-to-provide": "您可以新增一段简短的简介來介绍您的网站", - "footer-text": "页脚文字", - "you-can-add-a-small-text-on-the-bottom": "您可以在每一页的页尾放置一些短短的文字,例如: 版权、所有人、日期...", - "social-networks-links": "Social networks links", - "site-url": "网站网址", - "default-home-page": "默认首页", - "email-account-settings": "Email账户设定", - "sender-email": "发送者email", - "emails-will-be-sent-from-this-address": "Emails將会被从此地址发送", - "url-filters": "网址过滤器", - "select-your-sites-language": "选择您所使用的语言", - "timezone": "时区", - "select-a-timezone-for-a-correct": "选择正确的时区来显示时间", - "locale": "区域", - "date-and-time-formats": "日期与时间格式", - "date-format": "日期格式", - "current-format": "Current format", - "version": "版本", - "author": "作者", - "activate": "启用", - "deactivate": "关闭", - "edit-category": "Edit category", - "delete": "刪除", - "password": "用户密码", - "confirm-password": "确认密码", - "editor": "作者", - "administrator": "管理员", - "edit-user": "编辑用户", - "edit-content": "Edit content", - "profile": "个人档案", - "change-password": "更改密码", - "enabled": "启用", - "disable-the-user": "Disable the user", - "profile-picture": "大头帖", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "确认删除? 此动作不可复原", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "新密码", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit 安裝程式", - "choose-your-language": "选择您所使用的语言", - "next": "下一步", - "complete-the-form-choose-a-password-for-the-username-admin": "请完成表单,为此用户名称 « admin » 设置一下密码吧", - "show-password": "显示密码", - "install": "安装", - "login": "登入", - "back-to-login-form": "返回登入页面", - "get-login-access-code": "获得登入存取码", - "email-access-code": "Email access code", - "whats-next": "接下來", - "username-or-password-incorrect": "用户账号或者密码不正确", - "follow-bludit-on": "Follow Bludit on", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "通过[admin area](.\/admin\/)管理您的Bludit", - "chat-with-developers-and-users-on-gitter": "与开发者或者用户聊聊~ [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "這这是关于您自己或是网站的简短介绍,如果想要修改,请至管理界面\/设置\/插件,设置一个名为“关于”的插件", - "read-the-documentation-for-more-information": "阅读[documentation](https:\/\/docs.bludit.com)來获得更多资讯", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "用户已刪除", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "上传图片", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "变更已经储存", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "密吗长度必须在6个字节以上", - "ip-address-has-been-blocked": "IP 地址已被封锁", - "try-again-in-a-few-minutes": "请过几分钟后再试", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Simplified Chinese (PRC)", + "english-name": "Simplified Chinese", + "last-update": "2017-07-20", + "author": "Zhou Hao", + "email": "zhou.hao.27@gmail.com", + "website": "http:\/\/thezeusoft.com" + }, + "dashboard": "主页面", + "manage-users": "管理者", + "manage-categories": "Manage categories", + "general-settings": "一般设定", + "advanced-settings": "高级设定", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "语言", + "plugin": "Plugin", + "plugins": "插件", + "developers": "Developers", + "themes": "主题", + "about": "关于", + "url": "URL", + "welcome": "Welcome", + "logout": "登出", + "website": "网站", + "publish": "发表", + "manage": "管理", + "content": "內容", + "category": "Category", + "categories": "Categories", + "users": "用户", + "settings": "设定", + "general": "一般设定", + "advanced": "高级设定", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "您沒有权限存取此页面,请联络管理员", + "add-a-new-user": "新增用户", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "语言与时区", + "change-your-language-and-region-settings": "更改您所使用的语言与地区设定", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "欢迎使用Bludit", + "statistics": "统计", + "drafts": "草稿", + "title": "标题", + "save": "存储", + "save-as-draft": "Save as draft", + "cancel": "取消", + "description": "简介", + "this-field-can-help-describe-the-content": "這個字段可以帮助快速理解內容,不能超过150个字", + "images": "图片", + "error": "错误", + "supported-image-file-types": "可以上传的文件格式", + "cover-image": "Cover image", + "drag-and-drop-or-click-here": "拖曳您的图片到这里或是点选这里选择图片", + "there-are-no-images": "There are no images", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Click on the image for options.", + "click-here-to-cancel": "Click here to cancel.", + "insert-image": "插入图片", + "set-as-cover-image": "Set as cover image", + "delete-image": "Delete image", + "tags": "标签", + "add": "新增", + "status": "状态", + "published": "已发表", + "draft": "草稿", + "empty-title": "空白标题", + "empty": "empty", + "date": "日期", + "external-cover-image": "External cover image", + "parent": "继承页面", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "位置", + "friendly-url": "友好链接", + "image-description": "Image description", + "add-a-new-category": "Add a new category", + "name": "名称", + "username": "用户名称", + "first-name": "名", + "last-name": "姓", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "电子邮件", + "role": "角色", + "registered": "已注册", + "site-information": "网站资讯", + "site-title": "网站标题", + "use-this-field-to-name-your-site": "使用此字段来填写您网站名称,它將会被显示在每一个页面的最上方", + "site-slogan": "网站标语", + "use-this-field-to-add-a-catchy-phrase": "使用此字段来帮您的网站添加一个可以朗朗上口的标语吧", + "site-description": "网站简介", + "you-can-add-a-site-description-to-provide": "您可以新增一段简短的简介來介绍您的网站", + "footer-text": "页脚文字", + "you-can-add-a-small-text-on-the-bottom": "您可以在每一页的页尾放置一些短短的文字,例如: 版权、所有人、日期...", + "social-networks-links": "Social networks links", + "site-url": "网站网址", + "email-account-settings": "Email账户设定", + "sender-email": "发送者email", + "emails-will-be-sent-from-this-address": "Emails將会被从此地址发送", + "url-filters": "网址过滤器", + "select-your-sites-language": "选择您所使用的语言", + "timezone": "时区", + "select-a-timezone-for-a-correct": "选择正确的时区来显示时间", + "locale": "区域", + "date-and-time-formats": "日期与时间格式", + "date-format": "日期格式", + "current-format": "Current format", + "version": "版本", + "author": "作者", + "activate": "启用", + "deactivate": "关闭", + "edit-category": "Edit category", + "delete": "刪除", + "password": "用户密码", + "confirm-password": "确认密码", + "editor": "作者", + "administrator": "管理员", + "edit-user": "编辑用户", + "edit-content": "Edit content", + "profile": "个人档案", + "change-password": "更改密码", + "enabled": "启用", + "disable-the-user": "Disable the user", + "profile-picture": "大头帖", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "确认删除? 此动作不可复原", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "新密码", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit 安裝程式", + "choose-your-language": "选择您所使用的语言", + "next": "下一步", + "complete-the-form-choose-a-password-for-the-username-admin": "请完成表单,为此用户名称 « admin » 设置一下密码吧", + "show-password": "显示密码", + "install": "安装", + "login": "登入", + "back-to-login-form": "返回登入页面", + "get-login-access-code": "获得登入存取码", + "email-access-code": "Email access code", + "whats-next": "接下來", + "username-or-password-incorrect": "用户账号或者密码不正确", + "follow-bludit-on": "Follow Bludit on", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "通过[admin area](.\/admin\/)管理您的Bludit", + "chat-with-developers-and-users-on-gitter": "与开发者或者用户聊聊~ [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "這这是关于您自己或是网站的简短介绍,如果想要修改,请至管理界面\/设置\/插件,设置一个名为“关于”的插件", + "read-the-documentation-for-more-information": "阅读[documentation](https:\/\/docs.bludit.com)來获得更多资讯", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "用户已刪除", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "上传图片", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "变更已经储存", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "密吗长度必须在6个字节以上", + "ip-address-has-been-blocked": "IP 地址已被封锁", + "try-again-in-a-few-minutes": "请过几分钟后再试", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "页面", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-languages/zh_TW.json b/bl-languages/zh_TW.json index bc20b470..72f99145 100644 --- a/bl-languages/zh_TW.json +++ b/bl-languages/zh_TW.json @@ -1,221 +1,229 @@ { - "language-data": { - "native": "Traditional Chinese (Taiwan)", - "english-name": "Traditional Chinese", - "last-update": "2015-12-10", - "author": "Ethan Chen", - "email": "ethan42411@gmail.com", - "website": "http:\/\/single4.ml" - }, - "dashboard": "主頁面", - "manage-users": "管理使用者", - "manage-categories": "Manage categories", - "general-settings": "一般設定", - "advanced-settings": "進階設定", - "thanks-for-support-bludit": "Thanks for support Bludit", - "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", - "language": "語言", - "plugin": "Plugin", - "plugins": "延伸模組", - "developers": "Developers", - "themes": "佈景主題", - "about": "關於", - "url": "URL", - "fixed": "Fixed", - "welcome": "Welcome", - "logout": "登出", - "website": "網站", - "publish": "發表", - "manage": "管理", - "content": "內容", - "category": "Category", - "categories": "Categories", - "users": "使用者", - "settings": "設定", - "general": "一般設定", - "advanced": "進階設定", - "new-content": "New content", - "manage-content": "Manage content", - "add-new-content": "Add new content", - "new-category": "New category", - "you-do-not-have-sufficient-permissions": "您沒有權限存取此頁面,請聯絡管理員", - "add-a-new-user": "新增使用者", - "url-associated-with-the-page": "URL associated with the page.", - "language-and-timezone": "語言與時區", - "change-your-language-and-region-settings": "更改您所使用的語言與地區設定", - "notifications": "Notifications", - "plugin-activated": "Plugin activated", - "plugin-deactivated": "Plugin deactivated", - "new-theme-configured": "New theme configured", - "changes-on-settings": "Changes on settings", - "plugin-configured": "Plugin configured", - "welcome-to-bludit": "歡迎使用Bludit", - "statistics": "統計", - "pages": "頁面", - "drafts": "草稿", - "title": "標題", - "save": "儲存", - "save-as-draft": "Save as draft", - "cancel": "取消", - "description": "簡介", - "this-field-can-help-describe-the-content": "這個欄位可以幫助快速理解內容,不能超過150個字", - "images": "圖片", - "error": "錯誤", - "supported-image-file-types": "可以上傳的檔案格式", - "cover-image": "Cover image", - "drag-and-drop-or-click-here": "拖曳您的圖片到這裡或是點選這裡選擇圖片", - "there-are-no-images": "There are no images", - "upload-and-more-images": "Upload and more images", - "click-on-the-image-for-options": "Click on the image for options.", - "click-here-to-cancel": "Click here to cancel.", - "insert-image": "插入圖片", - "set-as-cover-image": "Set as cover image", - "delete-image": "Delete image", - "tags": "標籤", - "add": "新增", - "status": "狀態", - "published": "已發表", - "draft": "草稿", - "empty-title": "空白標題", - "date": "日期", - "external-cover-image": "External cover image", - "parent": "繼承頁面", - "full-image-url": "Full image URL.", - "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", - "position": "位置", - "friendly-url": "友善網址", - "image-description": "Image description", - "add-a-new-category": "Add a new category", - "name": "名稱", - "username": "使用者名稱", - "first-name": "名", - "last-name": "姓", - "to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.", - "email": "Email", - "role": "角色", - "registered": "已註冊", - "site-information": "網站資訊", - "site-title": "網站標題", - "use-this-field-to-name-your-site": "使用這個欄位來填寫您的網站名稱,它將會被顯示在每一個頁面的最上方", - "site-slogan": "網站標語", - "use-this-field-to-add-a-catchy-phrase": "使用這個欄位來幫您的網站添加一個可以朗朗上口的標語吧", - "site-description": "網站簡介", - "you-can-add-a-site-description-to-provide": "您可以新增一段簡短的簡介來介紹您的網站", - "footer-text": "頁尾文字", - "you-can-add-a-small-text-on-the-bottom": "您可以在每一頁的頁尾放置一些短短的文字,例如: 版權、所有人、日期...", - "social-networks-links": "Social networks links", - "site-url": "網站網址", - "default-home-page": "預設首頁", - "email-account-settings": "Email帳戶設定", - "sender-email": "寄件者email", - "emails-will-be-sent-from-this-address": "Emails將會被從此位置傳送。", - "url-filters": "網址過濾器", - "select-your-sites-language": "選擇您所使用的語言", - "timezone": "時區", - "select-a-timezone-for-a-correct": "選擇正確的時區來顯示時間", - "locale": "區域", - "date-and-time-formats": "日期與時間格式", - "date-format": "日期格式", - "current-format": "Current format", - "version": "版本", - "author": "作者", - "activate": "啟用", - "deactivate": "關閉", - "edit-category": "Edit category", - "delete": "刪除", - "password": "使用者密碼", - "confirm-password": "確認密碼", - "editor": "作者", - "administrator": "管理員", - "edit-user": "編輯使用者", - "edit-content": "Edit content", - "profile": "個人檔案", - "change-password": "更改密碼", - "enabled": "啟用", - "disable-the-user": "Disable the user", - "profile-picture": "大頭貼", - "edit-or-delete-your-categories": "Edit or delete your categories", - "create-a-new-page-for-your-site": "Create a new page for your site", - "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", - "confirm-delete-this-action-cannot-be-undone": "確認刪除? 這個動作不可復原", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?", - "new-password": "新密碼", - "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", - "items-per-page": "Items per page", - "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", - "number-of-items-to-show-per-page": "Number of items to show per page.", - "website-or-blog": "Website or Blog", - "scheduled-pages": "Scheduled pages", - "there-are-no-scheduled-pages": "There are no scheduled pages", - "there-are-no-draft-pages": "There are no draft pages", - "order-content-by": "Order content By", - "edit-or-delete-content-from-your-site": "Edit or delete content from your site", - "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", - "page-not-found": "Page not found", - "predefined-pages": "Predefined pages", - "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", - "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", - "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", - "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", - "bludit-installer": "Bludit 安裝程式", - "choose-your-language": "選擇您所使用的語言", - "next": "下一步", - "complete-the-form-choose-a-password-for-the-username-admin": "請完成表單,為此使用者名稱 « admin » 設定一下密碼吧", - "show-password": "顯示密碼", - "install": "安裝", - "login": "登入", - "back-to-login-form": "返回登入畫面", - "get-login-access-code": "獲得登入存取碼", - "email-access-code": "Email access code", - "whats-next": "接下來", - "username-or-password-incorrect": "使用者帳號或密碼不正確", - "follow-bludit-on": "Follow Bludit on", - "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", - "manage-your-bludit-from-the-admin-panel": "透過[admin area](.\/admin\/)管理您的Bludit", - "chat-with-developers-and-users-on-gitter": "與開發者或使用者聊聊天吧~ [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", - "this-is-a-brief-description-of-yourself-our-your-site": "這是關於您的自己或是網站的簡短介紹,如果想要修改介紹,請至管理介面\/設定\/延伸模組,設定一個名為關於的延伸模組。", - "read-the-documentation-for-more-information": "閱讀[documentation](https:\/\/docs.bludit.com)來獲得更多資訊", - "new-page-created": "New page created", - "new-version-available": "New version available", - "new-category-created": "New category created", - "category-deleted": "Category deleted", - "category-edited": "Category edited", - "new-user-created": "New user created", - "user-edited": "User edited", - "user-deleted": "使用者已刪除", - "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", - "authentication-token": "Authentication Token", - "token": "Token", - "current-status": "Current status", - "upload-image": "上傳圖片", - "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", - "the-changes-have-been-saved": "變更已經儲存", - "label": "Label", - "links": "Links", - "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", - "password-must-be-at-least-6-characters-long": "密碼長度必須在6字元以上", - "ip-address-has-been-blocked": "IP 位址已被封鎖", - "try-again-in-a-few-minutes": "請過幾分鐘後再試", - "page-published-from-scheduler": "Page published from scheduler", - "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", - "blog": "Blog", - "complete-all-fields": "Complete all fields", - "static": "Static", - "manage-pages": "Manage pages", - "new-page": "New page", - "edit-page": "Edit page", - "create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages", - "edit-or-delete-pages-from-your-site": "Edit or delete pages from your site", - "add-new-page": "Add new page", - "this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position.", - "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-pages-to-admin-user": "Delete the user and associate his pages to admin user", - "delete-the-user-and-all-his-pages": "Delete the user and all his pages", - "user-disabled": "User disabled", - "user-password-changed": "User password changed", - "page-edited": "Page edited" + "language-data": { + "native": "Traditional Chinese (Taiwan)", + "english-name": "Traditional Chinese", + "last-update": "2015-12-10", + "author": "Ethan Chen", + "email": "ethan42411@gmail.com", + "website": "http:\/\/single4.ml" + }, + "dashboard": "主頁面", + "manage-users": "管理使用者", + "manage-categories": "Manage categories", + "general-settings": "一般設定", + "advanced-settings": "進階設定", + "thanks-for-support-bludit": "Thanks for support Bludit", + "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", + "language": "語言", + "plugin": "Plugin", + "plugins": "延伸模組", + "developers": "Developers", + "themes": "佈景主題", + "about": "關於", + "url": "URL", + "welcome": "Welcome", + "logout": "登出", + "website": "網站", + "publish": "發表", + "manage": "管理", + "content": "內容", + "category": "Category", + "categories": "Categories", + "users": "使用者", + "settings": "設定", + "general": "一般設定", + "advanced": "進階設定", + "new-content": "New content", + "manage-content": "Manage content", + "add-new-content": "Add new content", + "new-category": "New category", + "you-do-not-have-sufficient-permissions": "您沒有權限存取此頁面,請聯絡管理員", + "add-a-new-user": "新增使用者", + "url-associated-with-the-content": "URL associated with the content.", + "language-and-timezone": "語言與時區", + "change-your-language-and-region-settings": "更改您所使用的語言與地區設定", + "notifications": "Notifications", + "plugin-activated": "Plugin activated", + "plugin-deactivated": "Plugin deactivated", + "new-theme-configured": "New theme configured", + "changes-on-settings": "Changes on settings", + "plugin-configured": "Plugin configured", + "welcome-to-bludit": "歡迎使用Bludit", + "statistics": "統計", + "drafts": "草稿", + "title": "標題", + "save": "儲存", + "save-as-draft": "Save as draft", + "cancel": "取消", + "description": "簡介", + "this-field-can-help-describe-the-content": "這個欄位可以幫助快速理解內容,不能超過150個字", + "images": "圖片", + "error": "錯誤", + "supported-image-file-types": "可以上傳的檔案格式", + "cover-image": "Cover image", + "drag-and-drop-or-click-here": "拖曳您的圖片到這裡或是點選這裡選擇圖片", + "there-are-no-images": "There are no images", + "upload-and-more-images": "Upload and more images", + "click-on-the-image-for-options": "Click on the image for options.", + "click-here-to-cancel": "Click here to cancel.", + "insert-image": "插入圖片", + "set-as-cover-image": "Set as cover image", + "delete-image": "Delete image", + "tags": "標籤", + "add": "新增", + "status": "狀態", + "published": "已發表", + "draft": "草稿", + "empty-title": "空白標題", + "empty": "empty", + "date": "日期", + "external-cover-image": "External cover image", + "parent": "繼承頁面", + "full-image-url": "Full image URL.", + "this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.", + "position": "位置", + "friendly-url": "友善網址", + "image-description": "Image description", + "add-a-new-category": "Add a new category", + "name": "名稱", + "username": "使用者名稱", + "first-name": "名", + "last-name": "姓", + "to-schedule-the-content-select-the-date-and-time": "To schedule the content select the date and time, the status has to be set to \"Published\".", + "email": "Email", + "role": "角色", + "registered": "已註冊", + "site-information": "網站資訊", + "site-title": "網站標題", + "use-this-field-to-name-your-site": "使用這個欄位來填寫您的網站名稱,它將會被顯示在每一個頁面的最上方", + "site-slogan": "網站標語", + "use-this-field-to-add-a-catchy-phrase": "使用這個欄位來幫您的網站添加一個可以朗朗上口的標語吧", + "site-description": "網站簡介", + "you-can-add-a-site-description-to-provide": "您可以新增一段簡短的簡介來介紹您的網站", + "footer-text": "頁尾文字", + "you-can-add-a-small-text-on-the-bottom": "您可以在每一頁的頁尾放置一些短短的文字,例如: 版權、所有人、日期...", + "social-networks-links": "Social networks links", + "site-url": "網站網址", + "email-account-settings": "Email帳戶設定", + "sender-email": "寄件者email", + "emails-will-be-sent-from-this-address": "Emails將會被從此位置傳送。", + "url-filters": "網址過濾器", + "select-your-sites-language": "選擇您所使用的語言", + "timezone": "時區", + "select-a-timezone-for-a-correct": "選擇正確的時區來顯示時間", + "locale": "區域", + "date-and-time-formats": "日期與時間格式", + "date-format": "日期格式", + "current-format": "Current format", + "version": "版本", + "author": "作者", + "activate": "啟用", + "deactivate": "關閉", + "edit-category": "Edit category", + "delete": "刪除", + "password": "使用者密碼", + "confirm-password": "確認密碼", + "editor": "作者", + "administrator": "管理員", + "edit-user": "編輯使用者", + "edit-content": "Edit content", + "profile": "個人檔案", + "change-password": "更改密碼", + "enabled": "啟用", + "disable-the-user": "Disable the user", + "profile-picture": "大頭貼", + "edit-or-delete-your-categories": "Edit or delete your categories", + "create-a-new-category-to-organize-your-content": "Create a new category to organize your content", + "confirm-delete-this-action-cannot-be-undone": "確認刪除? 這個動作不可復原", + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "new-password": "新密碼", + "you-can-change-this-field-when-save-the-current-changes": "You can change this field when save the current changes.", + "items-per-page": "Items per page", + "invite-a-friend-to-collaborate-on-your-site": "Invite a friend to collaborate on your site", + "number-of-items-to-show-per-page": "Number of items to show per page.", + "website-or-blog": "Website or Blog", + "order-content-by": "Order content By", + "edit-or-delete-content-from-your-site": "Edit or delete content from your site", + "order-the-content-by-date-to-build-a-blog": "Order the content by date to build a Blog or order the content by position to build a Website.", + "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found": "Page not found", + "predefined-pages": "Predefined pages", + "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.", + "returning-page-for-the-main-page": "Returning page for the main page, leave it blank if you want to show all the pages on the main page.", + "full-url-of-your-site": "Full URL of your site. Complete with the protocol HTTP or HTTPS (only if you have enabled SSL on your server).", + "with-the-locales-you-can-set-the-regional-user-interface": "With the locales, you can set the regional user interface, such as the dates in your language. The locales need to be installed on your system.", + "bludit-installer": "Bludit 安裝程式", + "choose-your-language": "選擇您所使用的語言", + "next": "下一步", + "complete-the-form-choose-a-password-for-the-username-admin": "請完成表單,為此使用者名稱 « admin » 設定一下密碼吧", + "show-password": "顯示密碼", + "install": "安裝", + "login": "登入", + "back-to-login-form": "返回登入畫面", + "get-login-access-code": "獲得登入存取碼", + "email-access-code": "Email access code", + "whats-next": "接下來", + "username-or-password-incorrect": "使用者帳號或密碼不正確", + "follow-bludit-on": "Follow Bludit on", + "visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support", + "manage-your-bludit-from-the-admin-panel": "透過[admin area](.\/admin\/)管理您的Bludit", + "chat-with-developers-and-users-on-gitter": "與開發者或使用者聊聊天吧~ [Gitter](https:\/\/gitter.im\/dignajar\/bludit)", + "this-is-a-brief-description-of-yourself-our-your-site": "這是關於您的自己或是網站的簡短介紹,如果想要修改介紹,請至管理介面\/設定\/延伸模組,設定一個名為關於的延伸模組。", + "read-the-documentation-for-more-information": "閱讀[documentation](https:\/\/docs.bludit.com)來獲得更多資訊", + "new-version-available": "New version available", + "new-category-created": "New category created", + "category-deleted": "Category deleted", + "category-edited": "Category edited", + "new-user-created": "New user created", + "user-edited": "User edited", + "user-deleted": "使用者已刪除", + "recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.", + "authentication-token": "Authentication Token", + "token": "Token", + "current-status": "Current status", + "upload-image": "上傳圖片", + "this-token-is-similar-to-your-password-you-should-not-share-it": "This token is similar to your password, you should not share it.", + "the-changes-have-been-saved": "變更已經儲存", + "label": "Label", + "links": "Links", + "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "This title is almost always used in the sidebar of the site.", + "password-must-be-at-least-6-characters-long": "密碼長度必須在6字元以上", + "ip-address-has-been-blocked": "IP 位址已被封鎖", + "try-again-in-a-few-minutes": "請過幾分鐘後再試", + "content-published-from-scheduler": "Content published from scheduler", + "installer-page-about-content": "The about page is an important and powerful for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.", + "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", + "there-are-no-draft-content": "There are no draft content.", + "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": "頁面", + "this-plugin-may-not-be-supported-by-this-version-of-bludit": "This plugin may not be supported by this version of Bludit" } \ No newline at end of file diff --git a/bl-plugins/pages/languages/en.json b/bl-plugins/latest-content/languages/en.json similarity index 90% rename from bl-plugins/pages/languages/en.json rename to bl-plugins/latest-content/languages/en.json index 9148df81..de39e319 100644 --- a/bl-plugins/pages/languages/en.json +++ b/bl-plugins/latest-content/languages/en.json @@ -1,7 +1,7 @@ { "plugin-data": { - "name": "Pages", + "name": "Latest content", "description": "Shows a list of pages, you can define the amount of items.
The order of the pages is taken from the settings of Bludit." }, diff --git a/bl-plugins/pages/metadata.json b/bl-plugins/latest-content/metadata.json similarity index 100% rename from bl-plugins/pages/metadata.json rename to bl-plugins/latest-content/metadata.json diff --git a/bl-plugins/pages/plugin.php b/bl-plugins/latest-content/plugin.php similarity index 97% rename from bl-plugins/pages/plugin.php rename to bl-plugins/latest-content/plugin.php index 72da9ec3..ff8a57b5 100644 --- a/bl-plugins/pages/plugin.php +++ b/bl-plugins/latest-content/plugin.php @@ -1,12 +1,12 @@ dbFields = array( - 'label'=>'Pages', + 'label'=>'Latest content', 'homeLink'=>true, 'amountOfItems'=>5 ); diff --git a/bl-plugins/pages/languages/bg_BG.json b/bl-plugins/pages/languages/bg_BG.json deleted file mode 100644 index 5893d2da..00000000 --- a/bl-plugins/pages/languages/bg_BG.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "plugin-data": - { - "name": "Страници", - "description": "Показва списък на страниците." - }, - - "home": "Начало", - "show-home-link": "Покажи връзка към начало", - "show-children": "Покажи подменю" -} diff --git a/bl-plugins/pages/languages/de_CH.json b/bl-plugins/pages/languages/de_CH.json deleted file mode 100644 index 063b55c5..00000000 --- a/bl-plugins/pages/languages/de_CH.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Menü aller Seiten", - "description": "Anzeige eines Menüs aller Seiten in der Seitenleiste (bei Themes mit Seitenleiste)." - }, - - "home": "Hauptseite", - "show-home-link": "Hauptseite zeigen" -} diff --git a/bl-plugins/pages/languages/de_DE.json b/bl-plugins/pages/languages/de_DE.json deleted file mode 100644 index 063b55c5..00000000 --- a/bl-plugins/pages/languages/de_DE.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Menü aller Seiten", - "description": "Anzeige eines Menüs aller Seiten in der Seitenleiste (bei Themes mit Seitenleiste)." - }, - - "home": "Hauptseite", - "show-home-link": "Hauptseite zeigen" -} diff --git a/bl-plugins/pages/languages/es.json b/bl-plugins/pages/languages/es.json deleted file mode 100644 index 6ee99a19..00000000 --- a/bl-plugins/pages/languages/es.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Listado de páginas", - "description": "Muestra las paginas en orden según la posición." - }, - - "home": "Página de inicio", - "show-home-link": "Mostrar página de inicio" -} \ No newline at end of file diff --git a/bl-plugins/pages/languages/fr_FR.json b/bl-plugins/pages/languages/fr_FR.json deleted file mode 100644 index 3efb4769..00000000 --- a/bl-plugins/pages/languages/fr_FR.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Page navigation", - "description": "Constitue un menu avec les liens des pages dans la colonne du thème." - }, - - "home": "Accueil", - "show-home-link": "Afficher le lien de la page d’accueil" -} \ No newline at end of file diff --git a/bl-plugins/pages/languages/ja_JP.json b/bl-plugins/pages/languages/ja_JP.json deleted file mode 100644 index 613663ed..00000000 --- a/bl-plugins/pages/languages/ja_JP.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Page list", - "description": "ページをリストにして表示します。" - }, - - "home": "ホーム", - "show-home-link": "ホーム・リンクを表示" -} \ No newline at end of file diff --git a/bl-plugins/pages/languages/nl_NL.json b/bl-plugins/pages/languages/nl_NL.json deleted file mode 100644 index 0183d5c7..00000000 --- a/bl-plugins/pages/languages/nl_NL.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Pagina lijst", - "description": "Laat een lijst met alle pagina's op volgorde zien." - }, - - "home": "Home", - "show-home-link": "Laat de homepage link zien" -} diff --git a/bl-plugins/pages/languages/pl_PL.json b/bl-plugins/pages/languages/pl_PL.json deleted file mode 100644 index 74a469af..00000000 --- a/bl-plugins/pages/languages/pl_PL.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Lista stron", - "description": "Wyświetla listę stron znajdujących się w witrynie." - }, - - "home": "Strona główna", - "show-home-link": "Pokaż odnośnik do strony głównek" -} \ No newline at end of file diff --git a/bl-plugins/pages/languages/ru_RU.json b/bl-plugins/pages/languages/ru_RU.json deleted file mode 100644 index ab5a8045..00000000 --- a/bl-plugins/pages/languages/ru_RU.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "plugin-data": - { - "name": "Список страниц", - "description": "Показывает упорядоченый список страниц." - }, - - "home": "Главная", - "show-home-link": "Показывать ссылку на главную", - "show-children": "Показывать подменю" -} diff --git a/bl-plugins/pages/languages/tr_TR.json b/bl-plugins/pages/languages/tr_TR.json deleted file mode 100644 index 8a746a7d..00000000 --- a/bl-plugins/pages/languages/tr_TR.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "Sayfa listesi", - "description": "Sayfaları listeler." - }, - - "home": "Anasayfa", - "show-home-link": "Anasayfa linkini göster" -} diff --git a/bl-plugins/pages/languages/uk_UA.json b/bl-plugins/pages/languages/uk_UA.json deleted file mode 100644 index 7fc77940..00000000 --- a/bl-plugins/pages/languages/uk_UA.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "plugin-data": - { - "name": "Список сторінок", - "description": "Показує список сторінок по порядку." - }, - - "home": "Головна", - "show-home-link": "Показувати лінк на головну сторінку", - "show-children": "Показувати вкладені лінки" -} diff --git a/bl-plugins/pages/languages/zh_TW.json b/bl-plugins/pages/languages/zh_TW.json deleted file mode 100644 index e5a6ccb2..00000000 --- a/bl-plugins/pages/languages/zh_TW.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin-data": - { - "name": "頁面列表", - "description": "顯示所有頁面的列表" - }, - - "home": "首頁", - "show-home-link": "顯示首頁連結" -} \ No newline at end of file diff --git a/bl-plugins/simplemde/plugin.php b/bl-plugins/simplemde/plugin.php index 5aaf7445..91e83bb6 100644 --- a/bl-plugins/simplemde/plugin.php +++ b/bl-plugins/simplemde/plugin.php @@ -12,7 +12,7 @@ class pluginsimpleMDE extends Plugin { $this->dbFields = array( 'tabSize'=>'2', 'toolbar'=>'"bold", "italic", "heading", "|", "quote", "unordered-list", "|", "link", "image", "code", "horizontal-rule", "|", "preview", "side-by-side", "fullscreen"', - 'autosave'=>true, + 'autosave'=>false, 'spellChecker'=>true ); } diff --git a/bl-themes/story/LICENSE.txt b/bl-themes/story/LICENSE.txt new file mode 100644 index 00000000..d447b560 --- /dev/null +++ b/bl-themes/story/LICENSE.txt @@ -0,0 +1,63 @@ +Creative Commons Attribution 3.0 Unported +http://creativecommons.org/licenses/by/3.0/ + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + +1. Definitions + + 1. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + 2. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. + 3. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + 4. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + 5. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + 6. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + 7. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + 8. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + 9. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + +2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + + 1. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + 2. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + 3. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + 4. to Distribute and Publicly Perform Adaptations. + 5. + + For the avoidance of doubt: + 1. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + 2. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + 3. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + +The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. + +4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + + 1. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested. + 2. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + 3. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + +8. Miscellaneous + + 1. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + 2. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. + 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. + 6. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. diff --git a/bl-themes/story/README.txt b/bl-themes/story/README.txt new file mode 100644 index 00000000..867dc9bd --- /dev/null +++ b/bl-themes/story/README.txt @@ -0,0 +1,37 @@ +Story by HTML5 UP +html5up.net | @ajlkn +Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) + + +Say hello to Story, a brand new responsive one-pager for HTML5 UP! Inspired by my work +on Carrd*, Story is built to be extremely modular and tweakable, and as such is entirely +built on reusable, insanely customizable elements (like "spotlight" and "gallery") that +can be endlessly duplicated and tweaked into whatever you need to tell your story -- +without, in many cases, touching *any* CSS. Check out index-demo.html for an interactive +demo, and index.html for the actual template. Enjoy! + +Demo images** courtesy of Unsplash, a radtastic collection of CC0 (public domain) images +you can use for pretty much whatever. + +PS: Delete index-demo.html and assets/js/demo.js when you're done messing with the demo +as neither are needed in production :) + +(* = my other side project -- carrd.co) +(** = not included) + +AJ +aj@lkn.io | @ajlkn + + +Credits: + + Demo Images: + Unsplash (unsplash.com) + + Icons: + Font Awesome (fortawesome.github.com/Font-Awesome) + + Other: + jQuery (jquery.com) + Misc. Sass functions (@HugoGiraudel) + Skel (skel.io) \ No newline at end of file diff --git a/bl-themes/story/assets/css/font-awesome.min.css b/bl-themes/story/assets/css/font-awesome.min.css new file mode 100644 index 00000000..9b27f8ea --- /dev/null +++ b/bl-themes/story/assets/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/bl-themes/story/assets/css/main.css b/bl-themes/story/assets/css/main.css new file mode 100644 index 00000000..70d86d91 --- /dev/null +++ b/bl-themes/story/assets/css/main.css @@ -0,0 +1,8416 @@ +@import url(font-awesome.min.css); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i"); + +/* + Story by HTML5 UP + html5up.net | @ajlkn + Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) +*/ + +/* Reset */ + + html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; + } + + article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { + display: block; + } + + body { + line-height: 1; + } + + ol, ul { + list-style: none; + } + + blockquote, q { + quotes: none; + } + + blockquote:before, blockquote:after, q:before, q:after { + content: ''; + content: none; + } + + table { + border-collapse: collapse; + border-spacing: 0; + } + + body { + -webkit-text-size-adjust: none; + } + +/* Box Model */ + + *, *:before, *:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + } + +/* Grid */ + + .row { + border-bottom: solid 1px transparent; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + } + + .row > * { + float: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + } + + .row:after, .row:before { + content: ''; + display: block; + clear: both; + height: 0; + } + + .row.uniform > * > :first-child { + margin-top: 0; + } + + .row.uniform > * > :last-child { + margin-bottom: 0; + } + + .row.\30 \25 > * { + padding: 0 0 0 0rem; + } + + .row.\30 \25 { + margin: 0 0 -1px 0rem; + } + + .row.uniform.\30 \25 > * { + padding: 0rem 0 0 0rem; + } + + .row.uniform.\30 \25 { + margin: 0rem 0 -1px 0rem; + } + + .row > * { + padding: 0 0 0 2rem; + } + + .row { + margin: 0 0 -1px -2rem; + } + + .row.uniform > * { + padding: 2rem 0 0 2rem; + } + + .row.uniform { + margin: -2rem 0 -1px -2rem; + } + + .row.\32 00\25 > * { + padding: 0 0 0 4rem; + } + + .row.\32 00\25 { + margin: 0 0 -1px -4rem; + } + + .row.uniform.\32 00\25 > * { + padding: 4rem 0 0 4rem; + } + + .row.uniform.\32 00\25 { + margin: -4rem 0 -1px -4rem; + } + + .row.\31 50\25 > * { + padding: 0 0 0 3rem; + } + + .row.\31 50\25 { + margin: 0 0 -1px -3rem; + } + + .row.uniform.\31 50\25 > * { + padding: 3rem 0 0 3rem; + } + + .row.uniform.\31 50\25 { + margin: -3rem 0 -1px -3rem; + } + + .row.\35 0\25 > * { + padding: 0 0 0 1rem; + } + + .row.\35 0\25 { + margin: 0 0 -1px -1rem; + } + + .row.uniform.\35 0\25 > * { + padding: 1rem 0 0 1rem; + } + + .row.uniform.\35 0\25 { + margin: -1rem 0 -1px -1rem; + } + + .row.\32 5\25 > * { + padding: 0 0 0 0.5rem; + } + + .row.\32 5\25 { + margin: 0 0 -1px -0.5rem; + } + + .row.uniform.\32 5\25 > * { + padding: 0.5rem 0 0 0.5rem; + } + + .row.uniform.\32 5\25 { + margin: -0.5rem 0 -1px -0.5rem; + } + + .\31 2u, .\31 2u\24 { + width: 100%; + clear: none; + margin-left: 0; + } + + .\31 1u, .\31 1u\24 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 0u, .\31 0u\24 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + + .\39 u, .\39 u\24 { + width: 75%; + clear: none; + margin-left: 0; + } + + .\38 u, .\38 u\24 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + + .\37 u, .\37 u\24 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + + .\36 u, .\36 u\24 { + width: 50%; + clear: none; + margin-left: 0; + } + + .\35 u, .\35 u\24 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + + .\34 u, .\34 u\24 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + + .\33 u, .\33 u\24 { + width: 25%; + clear: none; + margin-left: 0; + } + + .\32 u, .\32 u\24 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 u, .\31 u\24 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + + .\31 2u\24 + *, + .\31 1u\24 + *, + .\31 0u\24 + *, + .\39 u\24 + *, + .\38 u\24 + *, + .\37 u\24 + *, + .\36 u\24 + *, + .\35 u\24 + *, + .\34 u\24 + *, + .\33 u\24 + *, + .\32 u\24 + *, + .\31 u\24 + * { + clear: left; + } + + .\-11u { + margin-left: 91.66667%; + } + + .\-10u { + margin-left: 83.33333%; + } + + .\-9u { + margin-left: 75%; + } + + .\-8u { + margin-left: 66.66667%; + } + + .\-7u { + margin-left: 58.33333%; + } + + .\-6u { + margin-left: 50%; + } + + .\-5u { + margin-left: 41.66667%; + } + + .\-4u { + margin-left: 33.33333%; + } + + .\-3u { + margin-left: 25%; + } + + .\-2u { + margin-left: 16.66667%; + } + + .\-1u { + margin-left: 8.33333%; + } + + @media screen and (max-width: 1680px) { + + .row > * { + padding: 0 0 0 2rem; + } + + .row { + margin: 0 0 -1px -2rem; + } + + .row.uniform > * { + padding: 2rem 0 0 2rem; + } + + .row.uniform { + margin: -2rem 0 -1px -2rem; + } + + .row.\32 00\25 > * { + padding: 0 0 0 4rem; + } + + .row.\32 00\25 { + margin: 0 0 -1px -4rem; + } + + .row.uniform.\32 00\25 > * { + padding: 4rem 0 0 4rem; + } + + .row.uniform.\32 00\25 { + margin: -4rem 0 -1px -4rem; + } + + .row.\31 50\25 > * { + padding: 0 0 0 3rem; + } + + .row.\31 50\25 { + margin: 0 0 -1px -3rem; + } + + .row.uniform.\31 50\25 > * { + padding: 3rem 0 0 3rem; + } + + .row.uniform.\31 50\25 { + margin: -3rem 0 -1px -3rem; + } + + .row.\35 0\25 > * { + padding: 0 0 0 1rem; + } + + .row.\35 0\25 { + margin: 0 0 -1px -1rem; + } + + .row.uniform.\35 0\25 > * { + padding: 1rem 0 0 1rem; + } + + .row.uniform.\35 0\25 { + margin: -1rem 0 -1px -1rem; + } + + .row.\32 5\25 > * { + padding: 0 0 0 0.5rem; + } + + .row.\32 5\25 { + margin: 0 0 -1px -0.5rem; + } + + .row.uniform.\32 5\25 > * { + padding: 0.5rem 0 0 0.5rem; + } + + .row.uniform.\32 5\25 { + margin: -0.5rem 0 -1px -0.5rem; + } + + .\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 { + width: 100%; + clear: none; + margin-left: 0; + } + + .\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + + .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 { + width: 75%; + clear: none; + margin-left: 0; + } + + .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + + .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + + .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 { + width: 50%; + clear: none; + margin-left: 0; + } + + .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + + .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + + .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 { + width: 25%; + clear: none; + margin-left: 0; + } + + .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + + .\31 2u\24\28xlarge\29 + *, + .\31 1u\24\28xlarge\29 + *, + .\31 0u\24\28xlarge\29 + *, + .\39 u\24\28xlarge\29 + *, + .\38 u\24\28xlarge\29 + *, + .\37 u\24\28xlarge\29 + *, + .\36 u\24\28xlarge\29 + *, + .\35 u\24\28xlarge\29 + *, + .\34 u\24\28xlarge\29 + *, + .\33 u\24\28xlarge\29 + *, + .\32 u\24\28xlarge\29 + *, + .\31 u\24\28xlarge\29 + * { + clear: left; + } + + .\-11u\28xlarge\29 { + margin-left: 91.66667%; + } + + .\-10u\28xlarge\29 { + margin-left: 83.33333%; + } + + .\-9u\28xlarge\29 { + margin-left: 75%; + } + + .\-8u\28xlarge\29 { + margin-left: 66.66667%; + } + + .\-7u\28xlarge\29 { + margin-left: 58.33333%; + } + + .\-6u\28xlarge\29 { + margin-left: 50%; + } + + .\-5u\28xlarge\29 { + margin-left: 41.66667%; + } + + .\-4u\28xlarge\29 { + margin-left: 33.33333%; + } + + .\-3u\28xlarge\29 { + margin-left: 25%; + } + + .\-2u\28xlarge\29 { + margin-left: 16.66667%; + } + + .\-1u\28xlarge\29 { + margin-left: 8.33333%; + } + + } + + @media screen and (max-width: 1280px) { + + .row > * { + padding: 0 0 0 2rem; + } + + .row { + margin: 0 0 -1px -2rem; + } + + .row.uniform > * { + padding: 2rem 0 0 2rem; + } + + .row.uniform { + margin: -2rem 0 -1px -2rem; + } + + .row.\32 00\25 > * { + padding: 0 0 0 4rem; + } + + .row.\32 00\25 { + margin: 0 0 -1px -4rem; + } + + .row.uniform.\32 00\25 > * { + padding: 4rem 0 0 4rem; + } + + .row.uniform.\32 00\25 { + margin: -4rem 0 -1px -4rem; + } + + .row.\31 50\25 > * { + padding: 0 0 0 3rem; + } + + .row.\31 50\25 { + margin: 0 0 -1px -3rem; + } + + .row.uniform.\31 50\25 > * { + padding: 3rem 0 0 3rem; + } + + .row.uniform.\31 50\25 { + margin: -3rem 0 -1px -3rem; + } + + .row.\35 0\25 > * { + padding: 0 0 0 1rem; + } + + .row.\35 0\25 { + margin: 0 0 -1px -1rem; + } + + .row.uniform.\35 0\25 > * { + padding: 1rem 0 0 1rem; + } + + .row.uniform.\35 0\25 { + margin: -1rem 0 -1px -1rem; + } + + .row.\32 5\25 > * { + padding: 0 0 0 0.5rem; + } + + .row.\32 5\25 { + margin: 0 0 -1px -0.5rem; + } + + .row.uniform.\32 5\25 > * { + padding: 0.5rem 0 0 0.5rem; + } + + .row.uniform.\32 5\25 { + margin: -0.5rem 0 -1px -0.5rem; + } + + .\31 2u\28large\29, .\31 2u\24\28large\29 { + width: 100%; + clear: none; + margin-left: 0; + } + + .\31 1u\28large\29, .\31 1u\24\28large\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 0u\28large\29, .\31 0u\24\28large\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + + .\39 u\28large\29, .\39 u\24\28large\29 { + width: 75%; + clear: none; + margin-left: 0; + } + + .\38 u\28large\29, .\38 u\24\28large\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + + .\37 u\28large\29, .\37 u\24\28large\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + + .\36 u\28large\29, .\36 u\24\28large\29 { + width: 50%; + clear: none; + margin-left: 0; + } + + .\35 u\28large\29, .\35 u\24\28large\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + + .\34 u\28large\29, .\34 u\24\28large\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + + .\33 u\28large\29, .\33 u\24\28large\29 { + width: 25%; + clear: none; + margin-left: 0; + } + + .\32 u\28large\29, .\32 u\24\28large\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 u\28large\29, .\31 u\24\28large\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + + .\31 2u\24\28large\29 + *, + .\31 1u\24\28large\29 + *, + .\31 0u\24\28large\29 + *, + .\39 u\24\28large\29 + *, + .\38 u\24\28large\29 + *, + .\37 u\24\28large\29 + *, + .\36 u\24\28large\29 + *, + .\35 u\24\28large\29 + *, + .\34 u\24\28large\29 + *, + .\33 u\24\28large\29 + *, + .\32 u\24\28large\29 + *, + .\31 u\24\28large\29 + * { + clear: left; + } + + .\-11u\28large\29 { + margin-left: 91.66667%; + } + + .\-10u\28large\29 { + margin-left: 83.33333%; + } + + .\-9u\28large\29 { + margin-left: 75%; + } + + .\-8u\28large\29 { + margin-left: 66.66667%; + } + + .\-7u\28large\29 { + margin-left: 58.33333%; + } + + .\-6u\28large\29 { + margin-left: 50%; + } + + .\-5u\28large\29 { + margin-left: 41.66667%; + } + + .\-4u\28large\29 { + margin-left: 33.33333%; + } + + .\-3u\28large\29 { + margin-left: 25%; + } + + .\-2u\28large\29 { + margin-left: 16.66667%; + } + + .\-1u\28large\29 { + margin-left: 8.33333%; + } + + } + + @media screen and (max-width: 980px) { + + .row > * { + padding: 0 0 0 2rem; + } + + .row { + margin: 0 0 -1px -2rem; + } + + .row.uniform > * { + padding: 2rem 0 0 2rem; + } + + .row.uniform { + margin: -2rem 0 -1px -2rem; + } + + .row.\32 00\25 > * { + padding: 0 0 0 4rem; + } + + .row.\32 00\25 { + margin: 0 0 -1px -4rem; + } + + .row.uniform.\32 00\25 > * { + padding: 4rem 0 0 4rem; + } + + .row.uniform.\32 00\25 { + margin: -4rem 0 -1px -4rem; + } + + .row.\31 50\25 > * { + padding: 0 0 0 3rem; + } + + .row.\31 50\25 { + margin: 0 0 -1px -3rem; + } + + .row.uniform.\31 50\25 > * { + padding: 3rem 0 0 3rem; + } + + .row.uniform.\31 50\25 { + margin: -3rem 0 -1px -3rem; + } + + .row.\35 0\25 > * { + padding: 0 0 0 1rem; + } + + .row.\35 0\25 { + margin: 0 0 -1px -1rem; + } + + .row.uniform.\35 0\25 > * { + padding: 1rem 0 0 1rem; + } + + .row.uniform.\35 0\25 { + margin: -1rem 0 -1px -1rem; + } + + .row.\32 5\25 > * { + padding: 0 0 0 0.5rem; + } + + .row.\32 5\25 { + margin: 0 0 -1px -0.5rem; + } + + .row.uniform.\32 5\25 > * { + padding: 0.5rem 0 0 0.5rem; + } + + .row.uniform.\32 5\25 { + margin: -0.5rem 0 -1px -0.5rem; + } + + .\31 2u\28medium\29, .\31 2u\24\28medium\29 { + width: 100%; + clear: none; + margin-left: 0; + } + + .\31 1u\28medium\29, .\31 1u\24\28medium\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 0u\28medium\29, .\31 0u\24\28medium\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + + .\39 u\28medium\29, .\39 u\24\28medium\29 { + width: 75%; + clear: none; + margin-left: 0; + } + + .\38 u\28medium\29, .\38 u\24\28medium\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + + .\37 u\28medium\29, .\37 u\24\28medium\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + + .\36 u\28medium\29, .\36 u\24\28medium\29 { + width: 50%; + clear: none; + margin-left: 0; + } + + .\35 u\28medium\29, .\35 u\24\28medium\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + + .\34 u\28medium\29, .\34 u\24\28medium\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + + .\33 u\28medium\29, .\33 u\24\28medium\29 { + width: 25%; + clear: none; + margin-left: 0; + } + + .\32 u\28medium\29, .\32 u\24\28medium\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 u\28medium\29, .\31 u\24\28medium\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + + .\31 2u\24\28medium\29 + *, + .\31 1u\24\28medium\29 + *, + .\31 0u\24\28medium\29 + *, + .\39 u\24\28medium\29 + *, + .\38 u\24\28medium\29 + *, + .\37 u\24\28medium\29 + *, + .\36 u\24\28medium\29 + *, + .\35 u\24\28medium\29 + *, + .\34 u\24\28medium\29 + *, + .\33 u\24\28medium\29 + *, + .\32 u\24\28medium\29 + *, + .\31 u\24\28medium\29 + * { + clear: left; + } + + .\-11u\28medium\29 { + margin-left: 91.66667%; + } + + .\-10u\28medium\29 { + margin-left: 83.33333%; + } + + .\-9u\28medium\29 { + margin-left: 75%; + } + + .\-8u\28medium\29 { + margin-left: 66.66667%; + } + + .\-7u\28medium\29 { + margin-left: 58.33333%; + } + + .\-6u\28medium\29 { + margin-left: 50%; + } + + .\-5u\28medium\29 { + margin-left: 41.66667%; + } + + .\-4u\28medium\29 { + margin-left: 33.33333%; + } + + .\-3u\28medium\29 { + margin-left: 25%; + } + + .\-2u\28medium\29 { + margin-left: 16.66667%; + } + + .\-1u\28medium\29 { + margin-left: 8.33333%; + } + + } + + @media screen and (max-width: 736px) { + + .row > * { + padding: 0 0 0 2rem; + } + + .row { + margin: 0 0 -1px -2rem; + } + + .row.uniform > * { + padding: 2rem 0 0 2rem; + } + + .row.uniform { + margin: -2rem 0 -1px -2rem; + } + + .row.\32 00\25 > * { + padding: 0 0 0 4rem; + } + + .row.\32 00\25 { + margin: 0 0 -1px -4rem; + } + + .row.uniform.\32 00\25 > * { + padding: 4rem 0 0 4rem; + } + + .row.uniform.\32 00\25 { + margin: -4rem 0 -1px -4rem; + } + + .row.\31 50\25 > * { + padding: 0 0 0 3rem; + } + + .row.\31 50\25 { + margin: 0 0 -1px -3rem; + } + + .row.uniform.\31 50\25 > * { + padding: 3rem 0 0 3rem; + } + + .row.uniform.\31 50\25 { + margin: -3rem 0 -1px -3rem; + } + + .row.\35 0\25 > * { + padding: 0 0 0 1rem; + } + + .row.\35 0\25 { + margin: 0 0 -1px -1rem; + } + + .row.uniform.\35 0\25 > * { + padding: 1rem 0 0 1rem; + } + + .row.uniform.\35 0\25 { + margin: -1rem 0 -1px -1rem; + } + + .row.\32 5\25 > * { + padding: 0 0 0 0.5rem; + } + + .row.\32 5\25 { + margin: 0 0 -1px -0.5rem; + } + + .row.uniform.\32 5\25 > * { + padding: 0.5rem 0 0 0.5rem; + } + + .row.uniform.\32 5\25 { + margin: -0.5rem 0 -1px -0.5rem; + } + + .\31 2u\28small\29, .\31 2u\24\28small\29 { + width: 100%; + clear: none; + margin-left: 0; + } + + .\31 1u\28small\29, .\31 1u\24\28small\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 0u\28small\29, .\31 0u\24\28small\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + + .\39 u\28small\29, .\39 u\24\28small\29 { + width: 75%; + clear: none; + margin-left: 0; + } + + .\38 u\28small\29, .\38 u\24\28small\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + + .\37 u\28small\29, .\37 u\24\28small\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + + .\36 u\28small\29, .\36 u\24\28small\29 { + width: 50%; + clear: none; + margin-left: 0; + } + + .\35 u\28small\29, .\35 u\24\28small\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + + .\34 u\28small\29, .\34 u\24\28small\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + + .\33 u\28small\29, .\33 u\24\28small\29 { + width: 25%; + clear: none; + margin-left: 0; + } + + .\32 u\28small\29, .\32 u\24\28small\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 u\28small\29, .\31 u\24\28small\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + + .\31 2u\24\28small\29 + *, + .\31 1u\24\28small\29 + *, + .\31 0u\24\28small\29 + *, + .\39 u\24\28small\29 + *, + .\38 u\24\28small\29 + *, + .\37 u\24\28small\29 + *, + .\36 u\24\28small\29 + *, + .\35 u\24\28small\29 + *, + .\34 u\24\28small\29 + *, + .\33 u\24\28small\29 + *, + .\32 u\24\28small\29 + *, + .\31 u\24\28small\29 + * { + clear: left; + } + + .\-11u\28small\29 { + margin-left: 91.66667%; + } + + .\-10u\28small\29 { + margin-left: 83.33333%; + } + + .\-9u\28small\29 { + margin-left: 75%; + } + + .\-8u\28small\29 { + margin-left: 66.66667%; + } + + .\-7u\28small\29 { + margin-left: 58.33333%; + } + + .\-6u\28small\29 { + margin-left: 50%; + } + + .\-5u\28small\29 { + margin-left: 41.66667%; + } + + .\-4u\28small\29 { + margin-left: 33.33333%; + } + + .\-3u\28small\29 { + margin-left: 25%; + } + + .\-2u\28small\29 { + margin-left: 16.66667%; + } + + .\-1u\28small\29 { + margin-left: 8.33333%; + } + + } + + @media screen and (max-width: 480px) { + + .row > * { + padding: 0 0 0 2rem; + } + + .row { + margin: 0 0 -1px -2rem; + } + + .row.uniform > * { + padding: 2rem 0 0 2rem; + } + + .row.uniform { + margin: -2rem 0 -1px -2rem; + } + + .row.\32 00\25 > * { + padding: 0 0 0 4rem; + } + + .row.\32 00\25 { + margin: 0 0 -1px -4rem; + } + + .row.uniform.\32 00\25 > * { + padding: 4rem 0 0 4rem; + } + + .row.uniform.\32 00\25 { + margin: -4rem 0 -1px -4rem; + } + + .row.\31 50\25 > * { + padding: 0 0 0 3rem; + } + + .row.\31 50\25 { + margin: 0 0 -1px -3rem; + } + + .row.uniform.\31 50\25 > * { + padding: 3rem 0 0 3rem; + } + + .row.uniform.\31 50\25 { + margin: -3rem 0 -1px -3rem; + } + + .row.\35 0\25 > * { + padding: 0 0 0 1rem; + } + + .row.\35 0\25 { + margin: 0 0 -1px -1rem; + } + + .row.uniform.\35 0\25 > * { + padding: 1rem 0 0 1rem; + } + + .row.uniform.\35 0\25 { + margin: -1rem 0 -1px -1rem; + } + + .row.\32 5\25 > * { + padding: 0 0 0 0.5rem; + } + + .row.\32 5\25 { + margin: 0 0 -1px -0.5rem; + } + + .row.uniform.\32 5\25 > * { + padding: 0.5rem 0 0 0.5rem; + } + + .row.uniform.\32 5\25 { + margin: -0.5rem 0 -1px -0.5rem; + } + + .\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 { + width: 100%; + clear: none; + margin-left: 0; + } + + .\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + + .\39 u\28xsmall\29, .\39 u\24\28xsmall\29 { + width: 75%; + clear: none; + margin-left: 0; + } + + .\38 u\28xsmall\29, .\38 u\24\28xsmall\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + + .\37 u\28xsmall\29, .\37 u\24\28xsmall\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + + .\36 u\28xsmall\29, .\36 u\24\28xsmall\29 { + width: 50%; + clear: none; + margin-left: 0; + } + + .\35 u\28xsmall\29, .\35 u\24\28xsmall\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + + .\34 u\28xsmall\29, .\34 u\24\28xsmall\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + + .\33 u\28xsmall\29, .\33 u\24\28xsmall\29 { + width: 25%; + clear: none; + margin-left: 0; + } + + .\32 u\28xsmall\29, .\32 u\24\28xsmall\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 u\28xsmall\29, .\31 u\24\28xsmall\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + + .\31 2u\24\28xsmall\29 + *, + .\31 1u\24\28xsmall\29 + *, + .\31 0u\24\28xsmall\29 + *, + .\39 u\24\28xsmall\29 + *, + .\38 u\24\28xsmall\29 + *, + .\37 u\24\28xsmall\29 + *, + .\36 u\24\28xsmall\29 + *, + .\35 u\24\28xsmall\29 + *, + .\34 u\24\28xsmall\29 + *, + .\33 u\24\28xsmall\29 + *, + .\32 u\24\28xsmall\29 + *, + .\31 u\24\28xsmall\29 + * { + clear: left; + } + + .\-11u\28xsmall\29 { + margin-left: 91.66667%; + } + + .\-10u\28xsmall\29 { + margin-left: 83.33333%; + } + + .\-9u\28xsmall\29 { + margin-left: 75%; + } + + .\-8u\28xsmall\29 { + margin-left: 66.66667%; + } + + .\-7u\28xsmall\29 { + margin-left: 58.33333%; + } + + .\-6u\28xsmall\29 { + margin-left: 50%; + } + + .\-5u\28xsmall\29 { + margin-left: 41.66667%; + } + + .\-4u\28xsmall\29 { + margin-left: 33.33333%; + } + + .\-3u\28xsmall\29 { + margin-left: 25%; + } + + .\-2u\28xsmall\29 { + margin-left: 16.66667%; + } + + .\-1u\28xsmall\29 { + margin-left: 8.33333%; + } + + } + + @media screen and (max-width: 360px) { + + .row > * { + padding: 0 0 0 2rem; + } + + .row { + margin: 0 0 -1px -2rem; + } + + .row.uniform > * { + padding: 2rem 0 0 2rem; + } + + .row.uniform { + margin: -2rem 0 -1px -2rem; + } + + .row.\32 00\25 > * { + padding: 0 0 0 4rem; + } + + .row.\32 00\25 { + margin: 0 0 -1px -4rem; + } + + .row.uniform.\32 00\25 > * { + padding: 4rem 0 0 4rem; + } + + .row.uniform.\32 00\25 { + margin: -4rem 0 -1px -4rem; + } + + .row.\31 50\25 > * { + padding: 0 0 0 3rem; + } + + .row.\31 50\25 { + margin: 0 0 -1px -3rem; + } + + .row.uniform.\31 50\25 > * { + padding: 3rem 0 0 3rem; + } + + .row.uniform.\31 50\25 { + margin: -3rem 0 -1px -3rem; + } + + .row.\35 0\25 > * { + padding: 0 0 0 1rem; + } + + .row.\35 0\25 { + margin: 0 0 -1px -1rem; + } + + .row.uniform.\35 0\25 > * { + padding: 1rem 0 0 1rem; + } + + .row.uniform.\35 0\25 { + margin: -1rem 0 -1px -1rem; + } + + .row.\32 5\25 > * { + padding: 0 0 0 0.5rem; + } + + .row.\32 5\25 { + margin: 0 0 -1px -0.5rem; + } + + .row.uniform.\32 5\25 > * { + padding: 0.5rem 0 0 0.5rem; + } + + .row.uniform.\32 5\25 { + margin: -0.5rem 0 -1px -0.5rem; + } + + .\31 2u\28xxsmall\29, .\31 2u\24\28xxsmall\29 { + width: 100%; + clear: none; + margin-left: 0; + } + + .\31 1u\28xxsmall\29, .\31 1u\24\28xxsmall\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 0u\28xxsmall\29, .\31 0u\24\28xxsmall\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + + .\39 u\28xxsmall\29, .\39 u\24\28xxsmall\29 { + width: 75%; + clear: none; + margin-left: 0; + } + + .\38 u\28xxsmall\29, .\38 u\24\28xxsmall\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + + .\37 u\28xxsmall\29, .\37 u\24\28xxsmall\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + + .\36 u\28xxsmall\29, .\36 u\24\28xxsmall\29 { + width: 50%; + clear: none; + margin-left: 0; + } + + .\35 u\28xxsmall\29, .\35 u\24\28xxsmall\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + + .\34 u\28xxsmall\29, .\34 u\24\28xxsmall\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + + .\33 u\28xxsmall\29, .\33 u\24\28xxsmall\29 { + width: 25%; + clear: none; + margin-left: 0; + } + + .\32 u\28xxsmall\29, .\32 u\24\28xxsmall\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + + .\31 u\28xxsmall\29, .\31 u\24\28xxsmall\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + + .\31 2u\24\28xxsmall\29 + *, + .\31 1u\24\28xxsmall\29 + *, + .\31 0u\24\28xxsmall\29 + *, + .\39 u\24\28xxsmall\29 + *, + .\38 u\24\28xxsmall\29 + *, + .\37 u\24\28xxsmall\29 + *, + .\36 u\24\28xxsmall\29 + *, + .\35 u\24\28xxsmall\29 + *, + .\34 u\24\28xxsmall\29 + *, + .\33 u\24\28xxsmall\29 + *, + .\32 u\24\28xxsmall\29 + *, + .\31 u\24\28xxsmall\29 + * { + clear: left; + } + + .\-11u\28xxsmall\29 { + margin-left: 91.66667%; + } + + .\-10u\28xxsmall\29 { + margin-left: 83.33333%; + } + + .\-9u\28xxsmall\29 { + margin-left: 75%; + } + + .\-8u\28xxsmall\29 { + margin-left: 66.66667%; + } + + .\-7u\28xxsmall\29 { + margin-left: 58.33333%; + } + + .\-6u\28xxsmall\29 { + margin-left: 50%; + } + + .\-5u\28xxsmall\29 { + margin-left: 41.66667%; + } + + .\-4u\28xxsmall\29 { + margin-left: 33.33333%; + } + + .\-3u\28xxsmall\29 { + margin-left: 25%; + } + + .\-2u\28xxsmall\29 { + margin-left: 16.66667%; + } + + .\-1u\28xxsmall\29 { + margin-left: 8.33333%; + } + + } + +/* Basic */ + + @-ms-viewport { + width: device-width; + } + + body { + -ms-overflow-style: scrollbar; + } + + @media screen and (max-width: 480px) { + + html, body { + min-width: 320px; + } + + } + + body { + background: #ffffff; + } + + body.is-loading *, body.is-loading *:before, body.is-loading *:after { + -moz-animation: none !important; + -webkit-animation: none !important; + -ms-animation: none !important; + animation: none !important; + -moz-transition: none !important; + -webkit-transition: none !important; + -ms-transition: none !important; + transition: none !important; + } + +/* Type */ + + html { + font-size: 18pt; + } + + @media screen and (max-width: 1680px) { + + html { + font-size: 14pt; + } + + } + + @media screen and (max-width: 1280px) { + + html { + font-size: 12pt; + } + + } + + @media screen and (max-width: 736px) { + + html { + font-size: 11pt; + } + + } + + @media screen and (max-width: 360px) { + + html { + font-size: 10pt; + } + + } + + body { + background-color: #ffffff; + color: #000000; + } + + body, input, select, textarea { + font-family: "Source Sans Pro", Helvetica, sans-serif; + font-size: 1rem; + font-weight: 300; + line-height: 1.65; + } + + a { + -moz-transition: color 0.2s ease-in-out; + -webkit-transition: color 0.2s ease-in-out; + -ms-transition: color 0.2s ease-in-out; + transition: color 0.2s ease-in-out; + text-decoration: underline; + } + + a:hover { + text-decoration: none; + } + + strong, b { + font-weight: 400; + } + + em, i { + font-style: italic; + } + + p { + margin: 0 0 2rem 0; + } + + p.major { + font-size: 1.25rem; + } + + h1, h2, h3, h4, h5, h6 { + font-weight: 300; + line-height: 1.375; + letter-spacing: -0.05em; + margin: 0 0 1rem 0; + } + + h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + color: inherit; + text-decoration: none; + } + + h1 { + font-size: 3.5rem; + line-height: 1.2; + } + + h2 { + font-size: 2.25rem; + } + + h3 { + font-size: 1.5rem; + } + + h4 { + font-size: 1.1rem; + } + + h5 { + font-size: 0.9rem; + } + + h6 { + font-size: 0.7rem; + } + + sub { + font-size: 0.8rem; + position: relative; + top: 0.5rem; + } + + sup { + font-size: 0.8rem; + position: relative; + top: -0.5rem; + } + + blockquote { + border-left: solid 4px; + font-style: italic; + margin: 0 0 2rem 0; + padding: 0.5rem 0 0.5rem 2rem; + } + + code { + border-radius: 4px; + font-family: "Courier New", monospace; + font-size: 0.9em; + margin: 0 0.25rem; + padding: 0.25rem 0.325rem; + } + + pre { + -webkit-overflow-scrolling: touch; + font-family: "Courier New", monospace; + font-size: 0.9em; + margin: 0 0 2rem 0; + } + + pre code { + display: block; + line-height: 1.5; + padding: 0.75rem 1rem; + overflow-x: auto; + } + + hr { + border: 0; + border-bottom: solid 1px; + margin: 2.5rem 0; + } + + hr.major { + margin: 3.5rem 0; + } + + .align-left { + text-align: left; + } + + .align-center { + text-align: center; + } + + .align-right { + text-align: right; + } + + @media screen and (max-width: 736px) { + + p.major { + font-size: 1.1rem; + } + + h1 { + font-size: 2.5rem; + } + + h2 { + font-size: 2rem; + } + + h3 { + font-size: 1.25rem; + } + + h4 { + font-size: 1rem; + } + + } + + input, select, textarea { + color: #000000; + } + + a { + color: #000000; + } + + a:hover { + color: #47D3E5; + } + + strong, b { + color: #000000; + } + + h1, h2, h3, h4, h5, h6 { + color: #000000; + } + + blockquote { + border-left-color: rgba(0, 0, 0, 0.2); + } + + code { + background: rgba(0, 0, 0, 0.05); + border-color: rgba(0, 0, 0, 0.2); + } + + hr { + border-bottom-color: rgba(0, 0, 0, 0.2); + } + +/* Box */ + + .box { + border-radius: 4px; + border: solid 1px; + margin-bottom: 2rem; + padding: 1.5rem; + } + + .box > :last-child, + .box > :last-child > :last-child, + .box > :last-child > :last-child > :last-child { + margin-bottom: 0; + } + + .box.alt { + border: 0; + border-radius: 0; + padding: 0; + } + + .box { + border-color: rgba(0, 0, 0, 0.2); + } + +/* Button */ + + input[type="submit"], + input[type="reset"], + input[type="button"], + button, + .button { + -moz-appearance: none; + -webkit-appearance: none; + -ms-appearance: none; + appearance: none; + -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + border: 0; + cursor: pointer; + display: inline-block; + font-weight: 400; + letter-spacing: 0.125em; + text-align: center; + text-decoration: none; + text-transform: uppercase; + white-space: nowrap; + font-size: 0.75rem; + max-width: 20rem; + height: 3.75em; + line-height: 3.75em; + border-radius: 3.75em; + padding: 0 2.5em; + text-overflow: ellipsis; + overflow: hidden; + } + + input[type="submit"].icon:before, + input[type="reset"].icon:before, + input[type="button"].icon:before, + button.icon:before, + .button.icon:before { + margin-right: 0.5rem; + } + + input[type="submit"].fit, + input[type="reset"].fit, + input[type="button"].fit, + button.fit, + .button.fit { + display: block; + margin: 0 0 1rem 0; + width: 100%; + } + + input[type="submit"].small, + input[type="reset"].small, + input[type="button"].small, + button.small, + .button.small { + font-size: 0.6rem; + height: 3.325em; + line-height: 3.325em; + border-radius: 3.325em; + padding: 0 2em; + } + + input[type="submit"].big, + input[type="reset"].big, + input[type="button"].big, + button.big, + .button.big { + font-size: 0.8rem; + height: 4em; + line-height: 4em; + border-radius: 4em; + padding: 0 3em; + } + + input[type="submit"].wide, + input[type="reset"].wide, + input[type="button"].wide, + button.wide, + .button.wide { + min-width: 14em; + } + + input[type="submit"].disabled, input[type="submit"]:disabled, + input[type="reset"].disabled, + input[type="reset"]:disabled, + input[type="button"].disabled, + input[type="button"]:disabled, + button.disabled, + button:disabled, + .button.disabled, + .button:disabled { + -moz-pointer-events: none; + -webkit-pointer-events: none; + -ms-pointer-events: none; + pointer-events: none; + opacity: 0.25; + } + + input[type="submit"], + input[type="reset"], + input[type="button"], + button, + .button { + background-color: transparent; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); + color: #000000 !important; + } + + input[type="submit"]:hover, + input[type="reset"]:hover, + input[type="button"]:hover, + button:hover, + .button:hover { + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + input[type="submit"]:active, + input[type="reset"]:active, + input[type="button"]:active, + button:active, + .button:active { + background-color: rgba(71, 211, 229, 0.2); + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + input[type="submit"].special, + input[type="reset"].special, + input[type="button"].special, + button.special, + .button.special { + background-color: #000000; + box-shadow: none; + color: #ffffff !important; + } + + input[type="submit"].special:hover, + input[type="reset"].special:hover, + input[type="button"].special:hover, + button.special:hover, + .button.special:hover { + background-color: #47D3E5; + } + + input[type="submit"].special:active, + input[type="reset"].special:active, + input[type="button"].special:active, + button.special:active, + .button.special:active { + background-color: #1ebdd1; + } + +/* Form */ + + form { + margin: 0 0 2rem 0; + } + + form .field { + margin: 0 0 1.5rem 0; + clear: both; + } + + form .field.half { + clear: none; + width: 50%; + float: left; + padding: 0 0 0 0.75rem; + } + + form .field.half.first { + padding: 0 0.75rem 0 0; + } + + form .field.third { + clear: none; + width: 33.33333%; + float: left; + padding: 0 0 0 0.75rem; + } + + form .field.third.first { + padding: 0 0.75rem 0 0; + } + + form > .actions { + clear: both; + margin: 1.875rem 0 0 0 !important; + } + + @media screen and (max-width: 736px) { + + form .field { + margin: 0 0 1.125rem 0; + } + + form .field.half { + padding: 0 0 0 0.5625rem; + } + + form .field.half.first { + padding: 0 0.5625rem 0 0; + } + + form > .actions { + margin: 1.5rem 0 0 0 !important; + } + + } + + @media screen and (max-width: 480px) { + + form .field.half { + width: 100%; + float: none; + padding: 0; + } + + form .field.half.first { + padding: 0; + } + + form .field.third { + width: 100%; + float: none; + padding: 0; + } + + form .field.third.first { + padding: 0; + } + + } + + label { + display: block; + font-size: 0.9rem; + font-weight: 400; + margin: 0 0 1rem 0; + } + + input[type="text"], + input[type="password"], + input[type="email"], + input[type="tel"], + input[type="search"], + input[type="url"], + select, + textarea { + -moz-appearance: none; + -webkit-appearance: none; + -ms-appearance: none; + appearance: none; + background-color: transparent; + border-radius: 4px; + border: none; + border: solid 1px; + color: inherit; + display: block; + outline: 0; + padding: 0 0.825rem; + text-decoration: none; + width: 100%; + } + + input[type="text"]:invalid, + input[type="password"]:invalid, + input[type="email"]:invalid, + input[type="tel"]:invalid, + input[type="search"]:invalid, + input[type="url"]:invalid, + select:invalid, + textarea:invalid { + box-shadow: none; + } + + .select-wrapper { + text-decoration: none; + display: block; + position: relative; + } + + .select-wrapper:before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-transform: none !important; + } + + .select-wrapper:before { + content: '\f078'; + display: block; + height: 2.75rem; + line-height: 2.75rem; + pointer-events: none; + position: absolute; + right: 0; + text-align: center; + top: 0; + width: 2.75rem; + } + + .select-wrapper select::-ms-expand { + display: none; + } + + input[type="text"], + input[type="password"], + input[type="email"], + input[type="tel"], + input[type="search"], + input[type="url"], + select { + height: 2.75rem; + } + + textarea { + padding: 0.75rem 1rem; + } + + input[type="checkbox"], + input[type="radio"] { + -moz-appearance: none; + -webkit-appearance: none; + -ms-appearance: none; + appearance: none; + display: block; + float: left; + margin-right: -2rem; + opacity: 0; + width: 1rem; + z-index: -1; + } + + input[type="checkbox"] + label, + input[type="radio"] + label { + text-decoration: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + display: inline-block; + font-size: 1rem; + font-weight: 300; + padding-left: 2.4rem; + padding-right: 0.75rem; + position: relative; + margin-bottom: 0; + } + + input[type="checkbox"] + label:before, + input[type="radio"] + label:before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-transform: none !important; + } + + input[type="checkbox"] + label:before, + input[type="radio"] + label:before { + border-radius: 4px; + border: solid 1px; + content: ''; + display: inline-block; + height: 1.65rem; + left: 0; + line-height: 1.58125rem; + position: absolute; + text-align: center; + top: 0; + width: 1.65rem; + } + + input[type="checkbox"]:checked + label:before, + input[type="radio"]:checked + label:before { + content: '\f00c'; + } + + input[type="checkbox"] + label:before { + border-radius: 4px; + } + + input[type="radio"] + label:before { + border-radius: 100%; + } + + ::-webkit-input-placeholder { + opacity: 1.0; + } + + :-moz-placeholder { + opacity: 1.0; + } + + ::-moz-placeholder { + opacity: 1.0; + } + + :-ms-input-placeholder { + opacity: 1.0; + } + + .formerize-placeholder { + opacity: 1.0; + } + + label { + color: #000000; + } + + input[type="text"], + input[type="password"], + input[type="email"], + input[type="tel"], + input[type="search"], + input[type="url"], + select, + textarea { + border-color: rgba(0, 0, 0, 0.2); + } + + input[type="text"]:focus, + input[type="password"]:focus, + input[type="email"]:focus, + input[type="tel"]:focus, + input[type="search"]:focus, + input[type="url"]:focus, + select:focus, + textarea:focus { + border-color: #47D3E5; + box-shadow: 0 0 0 1px #47D3E5; + } + + .select-wrapper:before { + color: rgba(0, 0, 0, 0.2); + } + + input[type="checkbox"] + label, + input[type="radio"] + label { + color: #000000; + } + + input[type="checkbox"] + label:before, + input[type="radio"] + label:before { + border-color: rgba(0, 0, 0, 0.2); + } + + input[type="checkbox"]:checked + label:before, + input[type="radio"]:checked + label:before { + background-color: #000000; + border-color: #000000; + color: #ffffff; + } + + input[type="checkbox"]:focus + label:before, + input[type="radio"]:focus + label:before { + border-color: #47D3E5; + box-shadow: 0 0 0 1px #47D3E5; + } + + ::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.75) !important; + } + + :-moz-placeholder { + color: rgba(0, 0, 0, 0.75) !important; + } + + ::-moz-placeholder { + color: rgba(0, 0, 0, 0.75) !important; + } + + :-ms-input-placeholder { + color: rgba(0, 0, 0, 0.75) !important; + } + + .formerize-placeholder { + color: rgba(0, 0, 0, 0.75) !important; + } + +/* Icon */ + + .icon { + text-decoration: none; + border-bottom: none; + position: relative; + text-align: center; + } + + .icon:before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-transform: none !important; + } + + .icon > .label { + display: none; + } + + .icon.style2:before { + border-radius: 2.75em; + display: inline-block; + height: 2.75em; + line-height: 2.75em; + width: 2.75em; + } + + .icon.major { + display: block; + margin: 0 0 1rem 0; + } + + .icon.major:before { + font-size: 1.25rem; + } + + a.icon.style2:before { + -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; + } + + .icon.style2:before { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); + } + + a.icon.style2:hover:before { + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5; + } + + a.icon.style2:active:before { + background-color: rgba(71, 211, 229, 0.1); + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5; + } + +/* Image */ + + .image { + border: 0; + border-radius: 4px; + display: inline-block; + position: relative; + } + + .image img { + display: block; + border-radius: 4px; + } + + .image.left, .image.right { + width: 40%; + max-width: 10rem; + } + + .image.left img, .image.right img { + width: 100%; + } + + .image.left { + float: left; + margin: 0 1.5rem 1rem 0; + top: 0.25rem; + } + + .image.right { + float: right; + margin: 0 0 1rem 1.5rem; + top: 0.25rem; + } + + .image.fit { + display: block; + margin: 0 0 2rem 0; + width: 100%; + } + + .image.fit img { + width: 100%; + } + + .image.main { + display: block; + margin: 0 0 3rem 0; + width: 100%; + } + + .image.main img { + width: 100%; + } + +/* List */ + + ol { + list-style: decimal; + margin: 0 0 2rem 0; + padding-left: 1.25rem; + } + + ol li { + padding-left: 0.25rem; + } + + ul { + list-style: disc; + margin: 0 0 2rem 0; + padding-left: 1rem; + } + + ul li { + padding-left: 0.5rem; + } + + ul.alt { + list-style: none; + padding-left: 0; + } + + ul.alt li { + border-top: solid 1px; + padding: 0.5rem 0; + } + + ul.alt li:first-child { + border-top: 0; + padding-top: 0; + } + + ul.icons { + cursor: default; + list-style: none; + padding-left: 0; + } + + ul.icons li { + display: inline-block; + padding: 0 0.75rem 0 0; + } + + ul.icons li:last-child { + padding-right: 0; + } + + ul.actions { + cursor: default; + list-style: none; + padding-left: 0; + } + + ul.actions li { + display: inline-block; + padding: 0 1rem 0 0; + vertical-align: middle; + } + + ul.actions li:last-child { + padding-right: 0; + } + + ul.actions.small li { + padding: 0 0.5rem 0 0; + } + + ul.actions.vertical li { + display: block; + padding: 1rem 0 0 0; + } + + ul.actions.vertical li:first-child { + padding-top: 0; + } + + ul.actions.vertical li > * { + margin-bottom: 0; + } + + ul.actions.vertical.small li { + padding: 0.5rem 0 0 0; + } + + ul.actions.vertical.small li:first-child { + padding-top: 0; + } + + ul.actions.fit { + display: table; + margin-left: -1rem; + padding: 0; + table-layout: fixed; + width: calc(100% + 1rem); + } + + ul.actions.fit li { + display: table-cell; + padding: 0 0 0 1rem; + } + + ul.actions.fit li > * { + margin-bottom: 0; + } + + ul.actions.fit.small { + margin-left: -0.5rem; + width: calc(100% + 0.5rem); + } + + ul.actions.fit.small li { + padding: 0 0 0 0.5rem; + } + + @media screen and (max-width: 480px) { + + ul.actions { + margin: 0 0 2rem 0; + } + + ul.actions li { + padding: 1rem 0 0 0; + display: block; + text-align: center; + width: 100%; + } + + ul.actions li:first-child { + padding-top: 0; + } + + ul.actions li > * { + width: 100%; + margin: 0 !important; + } + + ul.actions li > *.icon:before { + margin-left: -2rem; + } + + ul.actions.small li { + padding: 0.5rem 0 0 0; + } + + ul.actions.small li:first-child { + padding-top: 0; + } + + } + + dl { + margin: 0 0 2rem 0; + } + + dl dt { + display: block; + font-weight: 400; + margin: 0 0 1rem 0; + } + + dl dd { + margin-left: 2rem; + } + + dl.style2 dt { + width: 25%; + float: left; + } + + dl.style2 dd { + width: 70%; + float: left; + } + + dl.style2:after { + content: ''; + display: block; + clear: both; + } + + ul.alt li { + border-top-color: rgba(0, 0, 0, 0.2); + } + +/* Section/Article */ + + section.special, article.special { + text-align: center; + } + + header p { + position: relative; + margin: -0.65rem 0 1.5rem 0; + font-style: italic; + } + + header h1 + p { + font-size: 1.375rem; + } + + header h2 + p { + font-size: 1.25rem; + } + + header h3 + p { + font-size: 1.1rem; + } + + header h4 + p, + header h5 + p, + header h6 + p { + font-size: 0.9rem; + } + + header p { + color: rgba(0, 0, 0, 0.75); + } + +/* Table */ + + .table-wrapper { + -webkit-overflow-scrolling: touch; + margin: 0 0 2rem 0; + overflow-x: auto; + } + + .table-wrapper > table { + margin-bottom: 0; + } + + table { + margin: 0 0 2rem 0; + width: 100%; + } + + table tbody tr { + border: solid 1px; + border-left: 0; + border-right: 0; + } + + table td { + padding: 0.75rem 0.75rem; + } + + table th { + font-size: 0.9rem; + font-weight: 400; + padding: 0 0.75rem 0.75rem 0.75rem; + text-align: left; + } + + table thead { + border-bottom: solid 2px; + } + + table tfoot { + border-top: solid 2px; + } + + table.alt { + border-collapse: separate; + } + + table.alt tbody tr td { + border: solid 1px; + border-left-width: 0; + border-top-width: 0; + } + + table.alt tbody tr td:first-child { + border-left-width: 1px; + } + + table.alt tbody tr:first-child td { + border-top-width: 1px; + } + + table.alt thead { + border-bottom: 0; + } + + table.alt tfoot { + border-top: 0; + } + + table.fixed { + table-layout: fixed; + } + + table tbody tr { + border-color: rgba(0, 0, 0, 0.2); + } + + table tbody tr:nth-child(2n + 1) { + background-color: rgba(0, 0, 0, 0.05); + } + + table tbody tr.alt { + background-color: rgba(0, 0, 0, 0.05) !important; + } + + table th { + color: #000000; + } + + table thead { + border-bottom-color: rgba(0, 0, 0, 0.2); + } + + table tfoot { + border-top-color: rgba(0, 0, 0, 0.2); + } + + table.alt tbody tr td { + border-color: rgba(0, 0, 0, 0.2); + } + + table.uniform tbody tr:nth-child(2n + 1) { + background-color: transparent; + } + +/* Banner (transitions) */ + + .banner.onload-content-fade-up .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .banner.onload-content-fade-up .content { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + .banner.onload-content-fade-down .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .banner.onload-content-fade-down .content { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + .banner.onload-content-fade-left .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .banner.onload-content-fade-left .content { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + .banner.onload-content-fade-right .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .banner.onload-content-fade-right .content { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + .banner.onload-content-fade-in .content { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + body.is-loading .banner.onload-content-fade-in .content { + opacity: 0; + } + + .banner.onload-image-fade-up .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onload-image-fade-up .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .banner.onload-image-fade-up .image { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + body.is-loading .banner.onload-image-fade-up .image img { + opacity: 0; + } + + .banner.onload-image-fade-down .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onload-image-fade-down .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .banner.onload-image-fade-down .image { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + body.is-loading .banner.onload-image-fade-down .image img { + opacity: 0; + } + + .banner.onload-image-fade-left .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onload-image-fade-left .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .banner.onload-image-fade-left .image { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + body.is-loading .banner.onload-image-fade-left .image img { + opacity: 0; + } + + .banner.onload-image-fade-right .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onload-image-fade-right .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .banner.onload-image-fade-right .image { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + body.is-loading .banner.onload-image-fade-right .image img { + opacity: 0; + } + + .banner.onload-image-fade-in .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + body.is-loading .banner.onload-image-fade-in .image img { + opacity: 0; + } + + .banner.onscroll-content-fade-up .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-content-fade-up.is-inactive .content { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + .banner.onscroll-content-fade-down .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-content-fade-down.is-inactive .content { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + .banner.onscroll-content-fade-left .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-content-fade-left.is-inactive .content { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + .banner.onscroll-content-fade-right .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-content-fade-right.is-inactive .content { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + .banner.onscroll-content-fade-in .content { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + .banner.onscroll-content-fade-in.is-inactive .content { + opacity: 0; + } + + .banner.onscroll-image-fade-up .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-image-fade-up .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .banner.onscroll-image-fade-up.is-inactive .image { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + .banner.onscroll-image-fade-up.is-inactive .image img { + opacity: 0; + } + + .banner.onscroll-image-fade-down .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-image-fade-down .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .banner.onscroll-image-fade-down.is-inactive .image { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + .banner.onscroll-image-fade-down.is-inactive .image img { + opacity: 0; + } + + .banner.onscroll-image-fade-left .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-image-fade-left .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .banner.onscroll-image-fade-left.is-inactive .image { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + .banner.onscroll-image-fade-left.is-inactive .image img { + opacity: 0; + } + + .banner.onscroll-image-fade-right .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .banner.onscroll-image-fade-right .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .banner.onscroll-image-fade-right.is-inactive .image { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + .banner.onscroll-image-fade-right.is-inactive .image img { + opacity: 0; + } + + .banner.onscroll-image-fade-in .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + .banner.onscroll-image-fade-in.is-inactive .image img { + opacity: 0; + } + +/* Banner (style1) */ + + .banner.style1 { + -moz-align-items: stretch; + -webkit-align-items: stretch; + -ms-align-items: stretch; + align-items: stretch; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: row; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -moz-justify-content: -moz-flex-end; + -webkit-justify-content: -webkit-flex-end; + -ms-justify-content: -ms-flex-end; + justify-content: flex-end; + position: relative; + text-align: left; + overflow-x: hidden; + } + + .banner.style1 .content { + padding: 7rem 7rem 5rem 7rem ; + -moz-align-self: center; + -webkit-align-self: center; + -ms-align-self: center; + align-self: center; + -moz-flex-grow: 1; + -webkit-flex-grow: 1; + -ms-flex-grow: 1; + flex-grow: 1; + -moz-flex-shrink: 1; + -webkit-flex-shrink: 1; + -ms-flex-shrink: 1; + flex-shrink: 1; + width: 50%; + max-width: 48rem; + margin: 0 auto; + } + + .banner.style1 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + border-radius: 0; + width: 50%; + } + + .banner.style1 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0; + } + + @media screen and (max-width: 1680px) { + + .banner.style1 .content { + padding: 5rem 5rem 3rem 5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .banner.style1 .content { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .banner.style1 .content { + padding: 3.75rem 3rem 1.75rem 3rem ; + } + + } + + @media screen and (max-width: 736px) { + + .banner.style1 .content { + padding: 2.5rem 2rem 0.5rem 2rem ; + } + + } + + @media screen and (orientation: portrait) { + + .banner.style1 { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + text-align: center; + } + + .banner.style1 .content { + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: column; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + width: 100%; + max-width: 100%; + } + + .banner.style1 .image { + width: 100%; + max-width: 100%; + height: 45vh; + } + + } + + .banner.style1.fullscreen { + min-height: 100vh; + } + + @media screen and (orientation: portrait) { + + .banner.style1.fullscreen .content { + min-height: 50vh; + } + + .banner.style1.fullscreen .image { + height: 50vh; + } + + } + + .banner.style1.orient-right { + -moz-flex-direction: row-reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + } + + @media screen and (orientation: portrait) { + + .banner.style1.orient-right { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + } + + .banner.style1.content-align-center { + text-align: center; + } + + .banner.style1.content-align-right { + text-align: right; + } + + @media screen and (orientation: portrait) { + + .banner.style1.content-align-right { + text-align: center; + } + + } + + .banner.style1.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .banner.style1.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Banner (style2) */ + + .banner.style2 { + padding: 5.25rem 5.25rem 3.25rem 5.25rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + background-color: inherit; + position: relative; + text-align: center; + overflow-x: hidden; + } + + .banner.style2 .content { + padding: 5.25rem 5.25rem 3.25rem 5.25rem ; + position: relative; + width: 40rem; + max-width: 100%; + background-color: inherit; + border-radius: 0.5rem; + margin-bottom: 2rem; + z-index: 1; + } + + .banner.style2 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + border-radius: 0; + } + + .banner.style2 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0; + } + + @media screen and (max-width: 1680px) { + + .banner.style2 { + padding: 3.75rem 3.75rem 1.75rem 3.75rem ; + } + + .banner.style2 .content { + padding: 3.75rem 3.75rem 1.75rem 3.75rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .banner.style2 { + padding: 4rem 3rem 2rem 3rem ; + } + + .banner.style2 .content { + padding: 4rem 3rem 2rem 3rem ; + } + + } + + @media screen and (max-width: 980px) { + + .banner.style2 { + padding: 3rem 3rem 1rem 3rem ; + } + + .banner.style2 .content { + padding: 3.75rem 2.25rem 1.75rem 2.25rem ; + } + + } + + @media screen and (max-width: 736px) { + + .banner.style2 { + padding: 2rem 2rem 0.1rem 2rem ; + } + + .banner.style2 .content { + padding: 2.5rem 1.5rem 0.5rem 1.5rem ; + } + + } + + .banner.style2.fullscreen { + min-height: 100vh; + } + + .banner.style2.orient-left { + -moz-justify-content: -moz-flex-start; + -webkit-justify-content: -webkit-flex-start; + -ms-justify-content: -ms-flex-start; + justify-content: flex-start; + padding-left: 0; + } + + .banner.style2.orient-left .content { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + + .banner.style2.orient-right { + -moz-justify-content: -moz-flex-end; + -webkit-justify-content: -webkit-flex-end; + -ms-justify-content: -ms-flex-end; + justify-content: flex-end; + padding-right: 0; + } + + .banner.style2.orient-right .content { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + + .banner.style2.content-align-left { + text-align: left; + } + + .banner.style2.content-align-right { + text-align: right; + } + + .banner.style2.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .banner.style2.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Banner (style3) */ + + .banner.style3 { + padding: 7rem 7rem 5rem 7rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: row-reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + position: relative; + text-align: left; + overflow-x: hidden; + } + + .banner.style3 .content { + width: 31.5rem; + max-width: 100%; + } + + .banner.style3 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + width: 21rem; + height: 21rem; + border-radius: 100%; + margin: 0 3.5rem 2rem 0; + } + + .banner.style3 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + width: 100%; + height: 100%; + border-radius: 100%; + } + + @media screen and (max-width: 1680px) { + + .banner.style3 { + padding: 5rem 5rem 3rem 5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .banner.style3 { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .banner.style3 { + padding: 3.75rem 3rem 1.75rem 3rem ; + } + + .banner.style3 .image { + width: 18.375rem; + height: 18.375rem; + } + + } + + @media screen and (max-width: 736px) { + + .banner.style3 { + padding: 2.5rem 2rem 0.5rem 2rem ; + -moz-align-items: -moz-flex-start; + -webkit-align-items: -webkit-flex-start; + -ms-align-items: -ms-flex-start; + align-items: flex-start; + } + + .banner.style3 .image { + width: 15.75rem; + height: 15.75rem; + margin: 0 2rem 2rem 0; + } + + } + + @media screen and (orientation: portrait) { + + .banner.style3 { + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + text-align: center; + } + + .banner.style3 .content { + width: 34rem; + max-width: 100%; + } + + .banner.style3 .image { + margin-right: 0; + } + + } + + .banner.style3.fullscreen { + min-height: 100vh; + } + + .banner.style3.orient-left { + -moz-flex-direction: row; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + + .banner.style3.orient-left .image { + margin: 0 0 2rem 3.5rem; + } + + @media screen and (max-width: 736px) { + + .banner.style3.orient-left .image { + margin: 0 0 2rem 2rem; + } + + } + + @media screen and (orientation: portrait) { + + .banner.style3.orient-left { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + .banner.style3.orient-left .image { + margin-left: 0; + } + + } + + .banner.style3.content-align-center { + text-align: center; + } + + .banner.style3.content-align-right { + text-align: right; + } + + .banner.style3.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .banner.style3.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Banner (style4) */ + + .banner.style4 { + padding: 7rem 7rem 5rem 7rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: row-reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + position: relative; + text-align: left; + overflow-x: hidden; + } + + .banner.style4 .content { + width: 31.5rem; + max-width: 100%; + } + + .banner.style4 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + border-radius: 0; + border: solid 1px; + width: 13rem; + height: 23.11111rem; + margin-top: 2.5rem; + margin-bottom: 5rem; + margin-right: 3.5rem; + } + + .banner.style4 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + width: 100%; + height: 100%; + border-radius: 0; + } + + .banner.style4 .image:before { + content: ''; + display: block; + background-position: center; + background-repeat: no-repeat; + border: solid 1px; + border-bottom: 0; + } + + .banner.style4 .image:after { + content: ''; + display: block; + background-position: center; + background-repeat: no-repeat; + border: solid 1px; + border-top: 0; + } + + .banner.style4 .image:before { + height: 2.5rem; + background-size: 64px 32px; + margin-top: -2.5rem; + border-radius: 1rem 1rem 0 0; + } + + .banner.style4 .image:after { + height: 3rem; + background-size: 64px 32px; + margin-bottom: -3rem; + border-radius: 0 0 1rem 1rem; + } + + @media screen and (max-width: 1680px) { + + .banner.style4 { + padding: 5rem 5rem 3rem 5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .banner.style4 { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .banner.style4 { + padding: 3.75rem 3rem 1.75rem 3rem ; + } + + .banner.style4 .image { + width: 11.375rem; + height: 20.22222rem; + margin-top: 2.1875rem; + margin-bottom: 4.625rem; + } + + .banner.style4 .image:before { + height: 2.1875rem; + background-size: 56px 28px; + margin-top: -2.1875rem; + border-radius: 0.875rem 0.875rem 0 0; + } + + .banner.style4 .image:after { + height: 2.625rem; + background-size: 56px 28px; + margin-bottom: -2.625rem; + border-radius: 0 0 0.875rem 0.875rem; + } + + } + + @media screen and (max-width: 736px) { + + .banner.style4 { + padding: 2.5rem 2rem 0.5rem 2rem ; + -moz-align-items: -moz-flex-start; + -webkit-align-items: -webkit-flex-start; + -ms-align-items: -ms-flex-start; + align-items: flex-start; + } + + .banner.style4 .image { + width: 8.125rem; + height: 14.44444rem; + margin-top: 1.5625rem; + margin-bottom: 3.875rem; + } + + .banner.style4 .image:before { + height: 1.5625rem; + background-size: 40px 20px; + margin-top: -1.5625rem; + border-radius: 0.625rem 0.625rem 0 0; + } + + .banner.style4 .image:after { + height: 1.875rem; + background-size: 40px 20px; + margin-bottom: -1.875rem; + border-radius: 0 0 0.625rem 0.625rem; + } + + } + + @media screen and (orientation: portrait) { + + .banner.style4 { + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + text-align: center; + } + + .banner.style4 .content { + width: 34rem; + max-width: 100%; + } + + .banner.style4 .image { + margin-right: 0; + margin-left: 0; + } + + } + + .banner.style4.fullscreen { + min-height: 100vh; + } + + .banner.style4.orient-left { + -moz-flex-direction: row; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + + .banner.style4.orient-left .image { + margin-right: 0; + margin-left: 3.5rem; + } + + @media screen and (orientation: portrait) { + + .banner.style4.orient-left { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + .banner.style4.orient-left .image { + margin-right: 0; + margin-left: 0; + } + + } + + .banner.style4.content-align-center { + text-align: center; + } + + .banner.style4.content-align-right { + text-align: right; + } + + .banner.style4.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .banner.style4.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Banner (style5) */ + + .banner.style5 { + padding: 7rem 7rem 5rem 7rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + background-color: inherit; + position: relative; + text-align: center; + overflow-x: hidden; + } + + .banner.style5 .content { + position: relative; + width: 40rem; + max-width: 100%; + margin-bottom: 2rem; + z-index: 1; + } + + .banner.style5 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + border-radius: 0; + opacity: 0.5; + } + + .banner.style5 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0; + } + + @media screen and (max-width: 1680px) { + + .banner.style5 { + padding: 5rem 5rem 3rem 5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .banner.style5 { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .banner.style5 { + padding: 3.75rem 3rem 1.75rem 3rem ; + } + + } + + @media screen and (max-width: 736px) { + + .banner.style5 { + padding: 2.5rem 2rem 0.5rem 2rem ; + } + + } + + .banner.style5.fullscreen { + min-height: 100vh; + } + + .banner.style5.content-align-left { + text-align: left; + } + + .banner.style5.content-align-right { + text-align: right; + } + + .banner.style5.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .banner.style5.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + + .banner .image { + background-color: rgba(0, 0, 0, 0.125); + } + + .banner.invert .image { + background-color: rgba(255, 255, 255, 0.125); + } + + .banner.style4 .image { + border-color: rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.2); + border-width: 0; + } + + .banner.style4 .image:before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: rgba(0, 0, 0, 0.2); + width: 100%; + } + + .banner.style4 .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: rgba(0, 0, 0, 0.2); + width: 100%; + } + + .banner.style4.android .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + } + + .banner.style4.invert .image { + border-color: white; + background-color: white; + border-width: 1px; + } + + .banner.style4.invert .image:before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + .banner.style4.invert .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + .banner.style4.invert.android .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + } + +/* Spotlight (transitions) */ + + .spotlight.onload-content-fade-up .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .spotlight.onload-content-fade-up .content { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + .spotlight.onload-content-fade-down .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .spotlight.onload-content-fade-down .content { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + .spotlight.onload-content-fade-left .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .spotlight.onload-content-fade-left .content { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + .spotlight.onload-content-fade-right .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + body.is-loading .spotlight.onload-content-fade-right .content { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + .spotlight.onload-content-fade-in .content { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + body.is-loading .spotlight.onload-content-fade-in .content { + opacity: 0; + } + + .spotlight.onload-image-fade-up .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onload-image-fade-up .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .spotlight.onload-image-fade-up .image { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + body.is-loading .spotlight.onload-image-fade-up .image img { + opacity: 0; + } + + .spotlight.onload-image-fade-down .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onload-image-fade-down .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .spotlight.onload-image-fade-down .image { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + body.is-loading .spotlight.onload-image-fade-down .image img { + opacity: 0; + } + + .spotlight.onload-image-fade-left .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onload-image-fade-left .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .spotlight.onload-image-fade-left .image { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + body.is-loading .spotlight.onload-image-fade-left .image img { + opacity: 0; + } + + .spotlight.onload-image-fade-right .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onload-image-fade-right .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + body.is-loading .spotlight.onload-image-fade-right .image { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + body.is-loading .spotlight.onload-image-fade-right .image img { + opacity: 0; + } + + .spotlight.onload-image-fade-in .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + body.is-loading .spotlight.onload-image-fade-in .image img { + opacity: 0; + } + + .spotlight.onscroll-content-fade-up .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-content-fade-up.is-inactive .content { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + .spotlight.onscroll-content-fade-down .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-content-fade-down.is-inactive .content { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + .spotlight.onscroll-content-fade-left .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-content-fade-left.is-inactive .content { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + .spotlight.onscroll-content-fade-right .content { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-content-fade-right.is-inactive .content { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + .spotlight.onscroll-content-fade-in .content { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + .spotlight.onscroll-content-fade-in.is-inactive .content { + opacity: 0; + } + + .spotlight.onscroll-image-fade-up .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-image-fade-up .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .spotlight.onscroll-image-fade-up.is-inactive .image { + -moz-transform: translateY(1rem); + -webkit-transform: translateY(1rem); + -ms-transform: translateY(1rem); + transform: translateY(1rem); + opacity: 0; + } + + .spotlight.onscroll-image-fade-up.is-inactive .image img { + opacity: 0; + } + + .spotlight.onscroll-image-fade-down .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-image-fade-down .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .spotlight.onscroll-image-fade-down.is-inactive .image { + -moz-transform: translateY(-1rem); + -webkit-transform: translateY(-1rem); + -ms-transform: translateY(-1rem); + transform: translateY(-1rem); + opacity: 0; + } + + .spotlight.onscroll-image-fade-down.is-inactive .image img { + opacity: 0; + } + + .spotlight.onscroll-image-fade-left .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-image-fade-left .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .spotlight.onscroll-image-fade-left.is-inactive .image { + -moz-transform: translateX(1rem); + -webkit-transform: translateX(1rem); + -ms-transform: translateX(1rem); + transform: translateX(1rem); + opacity: 0; + } + + .spotlight.onscroll-image-fade-left.is-inactive .image img { + opacity: 0; + } + + .spotlight.onscroll-image-fade-right .image { + -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out; + } + + .spotlight.onscroll-image-fade-right .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 0.5625s; + -webkit-transition-delay: 0.5625s; + -ms-transition-delay: 0.5625s; + transition-delay: 0.5625s; + } + + .spotlight.onscroll-image-fade-right.is-inactive .image { + -moz-transform: translateX(-1rem); + -webkit-transform: translateX(-1rem); + -ms-transform: translateX(-1rem); + transform: translateX(-1rem); + opacity: 0; + } + + .spotlight.onscroll-image-fade-right.is-inactive .image img { + opacity: 0; + } + + .spotlight.onscroll-image-fade-in .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + } + + .spotlight.onscroll-image-fade-in.is-inactive .image img { + opacity: 0; + } + +/* Spotlight (style1) */ + + .spotlight.style1 { + -moz-align-items: stretch; + -webkit-align-items: stretch; + -ms-align-items: stretch; + align-items: stretch; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: row; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -moz-justify-content: -moz-flex-end; + -webkit-justify-content: -webkit-flex-end; + -ms-justify-content: -ms-flex-end; + justify-content: flex-end; + position: relative; + overflow-x: hidden; + text-align: left; + } + + .spotlight.style1 .content { + padding: 7rem 7rem 5rem 7rem ; + -moz-align-self: center; + -webkit-align-self: center; + -ms-align-self: center; + align-self: center; + -moz-flex-grow: 1; + -webkit-flex-grow: 1; + -ms-flex-grow: 1; + flex-grow: 1; + -moz-flex-shrink: 1; + -webkit-flex-shrink: 1; + -ms-flex-shrink: 1; + flex-shrink: 1; + width: 65%; + max-width: 64rem; + margin: 0 auto; + } + + .spotlight.style1 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + width: 35%; + min-width: 25rem; + border-radius: 0; + } + + .spotlight.style1 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0; + } + + @media screen and (max-width: 1680px) { + + .spotlight.style1 .content { + padding: 5rem 5rem 3rem 5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .spotlight.style1 .content { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .spotlight.style1 .content { + padding: 3.75rem 3rem 1.75rem 3rem ; + width: 50%; + min-width: 0; + } + + .spotlight.style1 .image { + width: 50%; + min-width: 0; + } + + } + + @media screen and (max-width: 736px) { + + .spotlight.style1 .content { + padding: 2.5rem 2rem 0.5rem 2rem ; + } + + } + + @media screen and (max-width: 736px) and (orientation: portrait) { + + .spotlight.style1 { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + text-align: center !important; + } + + .spotlight.style1 .content { + width: 100%; + } + + .spotlight.style1 .image { + width: 100%; + } + + .spotlight.style1 .image img { + position: relative; + } + + } + + .spotlight.style1.orient-right { + -moz-flex-direction: row-reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + } + + @media screen and (max-width: 736px) and (orientation: portrait) { + + .spotlight.style1.orient-right { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + } + + .spotlight.style1.content-align-center { + text-align: center; + } + + .spotlight.style1.content-align-right { + text-align: right; + } + + .spotlight.style1.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .spotlight.style1.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Spotlight (style2) */ + + .spotlight.style2 { + padding: 7rem 7rem 5rem 7rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: row-reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + position: relative; + overflow-x: hidden; + text-align: left; + } + + .spotlight.style2 .content { + width: 44.5rem; + max-width: 100%; + } + + .spotlight.style2 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + width: 21rem; + height: 21rem; + border-radius: 100%; + margin: 0 3.5rem 2rem 0; + } + + .spotlight.style2 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + width: 100%; + height: 100%; + border-radius: 100%; + } + + @media screen and (max-width: 1680px) { + + .spotlight.style2 { + padding: 5rem 5rem 3rem 5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .spotlight.style2 { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .spotlight.style2 { + padding: 3.75rem 3rem 1.75rem 3rem ; + } + + .spotlight.style2 .image { + width: 18.375rem; + height: 18.375rem; + } + + } + + @media screen and (max-width: 736px) { + + .spotlight.style2 { + padding: 2.5rem 2rem 0.5rem 2rem ; + -moz-align-items: -moz-flex-start; + -webkit-align-items: -webkit-flex-start; + -ms-align-items: -ms-flex-start; + align-items: flex-start; + } + + .spotlight.style2 .image { + width: 15.75rem; + height: 15.75rem; + margin: 0 2rem 2rem 0; + } + + } + + @media screen and (orientation: portrait) { + + .spotlight.style2 { + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + text-align: center !important; + } + + .spotlight.style2 .content { + width: 34rem; + max-width: 100%; + } + + .spotlight.style2 .image { + margin-right: 0; + } + + } + + .spotlight.style2.orient-left { + -moz-flex-direction: row; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + + .spotlight.style2.orient-left .image { + margin: 0 0 2rem 3.5rem; + } + + @media screen and (max-width: 736px) { + + .spotlight.style2.orient-left .image { + margin: 0 0 2rem 2rem; + } + + } + + @media screen and (orientation: portrait) { + + .spotlight.style2.orient-left { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + .spotlight.style2.orient-left .image { + margin-left: 0; + } + + } + + .spotlight.style2.content-align-center { + text-align: center; + } + + .spotlight.style2.content-align-right { + text-align: right; + } + + .spotlight.style2.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .spotlight.style2.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Spotlight (style3) */ + + .spotlight.style3 { + padding: 7rem 7rem 5rem 7rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: row-reverse; + -webkit-flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + position: relative; + overflow-x: hidden; + text-align: left; + } + + .spotlight.style3 .content { + width: 44.5rem; + max-width: 100%; + } + + .spotlight.style3 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + border-radius: 0; + border: solid 1px; + width: 13rem; + height: 23.11111rem; + margin-top: 2.5rem; + margin-bottom: 5rem; + margin-right: 3.5rem; + } + + .spotlight.style3 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + width: 100%; + height: 100%; + border-radius: 0; + } + + .spotlight.style3 .image:before { + content: ''; + display: block; + background-position: center; + background-repeat: no-repeat; + border: solid 1px; + border-bottom: 0; + } + + .spotlight.style3 .image:after { + content: ''; + display: block; + background-position: center; + background-repeat: no-repeat; + border: solid 1px; + border-top: 0; + } + + .spotlight.style3 .image:before { + height: 2.5rem; + background-size: 64px 32px; + margin-top: -2.5rem; + border-radius: 1rem 1rem 0 0; + } + + .spotlight.style3 .image:after { + height: 3rem; + background-size: 64px 32px; + margin-bottom: -3rem; + border-radius: 0 0 1rem 1rem; + } + + @media screen and (max-width: 1680px) { + + .spotlight.style3 { + padding: 5rem 5rem 3rem 5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .spotlight.style3 { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .spotlight.style3 { + padding: 3.75rem 3rem 1.75rem 3rem ; + } + + .spotlight.style3 .image { + width: 11.375rem; + height: 20.22222rem; + margin-top: 2.1875rem; + margin-bottom: 4.625rem; + } + + .spotlight.style3 .image:before { + height: 2.1875rem; + background-size: 56px 28px; + margin-top: -2.1875rem; + border-radius: 0.875rem 0.875rem 0 0; + } + + .spotlight.style3 .image:after { + height: 2.625rem; + background-size: 56px 28px; + margin-bottom: -2.625rem; + border-radius: 0 0 0.875rem 0.875rem; + } + + } + + @media screen and (max-width: 736px) { + + .spotlight.style3 { + padding: 2.5rem 2rem 0.5rem 2rem ; + -moz-align-items: -moz-flex-start; + -webkit-align-items: -webkit-flex-start; + -ms-align-items: -ms-flex-start; + align-items: flex-start; + } + + .spotlight.style3 .image { + width: 8.125rem; + height: 14.44444rem; + margin-top: 1.5625rem; + margin-bottom: 3.875rem; + } + + .spotlight.style3 .image:before { + height: 1.5625rem; + background-size: 40px 20px; + margin-top: -1.5625rem; + border-radius: 0.625rem 0.625rem 0 0; + } + + .spotlight.style3 .image:after { + height: 1.875rem; + background-size: 40px 20px; + margin-bottom: -1.875rem; + border-radius: 0 0 0.625rem 0.625rem; + } + + } + + @media screen and (orientation: portrait) { + + .spotlight.style3 { + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + text-align: center !important; + } + + .spotlight.style3 .content { + width: 34rem; + max-width: 100%; + } + + .spotlight.style3 .image { + margin-right: 0; + margin-left: 0; + } + + } + + .spotlight.style3.orient-left { + -moz-flex-direction: row; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + + .spotlight.style3.orient-left .image { + margin-right: 0; + margin-left: 3.5rem; + } + + @media screen and (orientation: portrait) { + + .spotlight.style3.orient-left { + -moz-flex-direction: column-reverse; + -webkit-flex-direction: column-reverse; + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; + } + + .spotlight.style3.orient-left .image { + margin-right: 0; + margin-left: 0; + } + + } + + .spotlight.style3.content-align-center { + text-align: center; + } + + .spotlight.style3.content-align-right { + text-align: right; + } + + .spotlight.style3.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .spotlight.style3.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Spotlight (style4) */ + + .spotlight.style4 { + padding: 7rem 5.25rem 5rem 5.25rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + background-color: inherit; + position: relative; + overflow-x: hidden; + text-align: center; + } + + .spotlight.style4 .content { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + position: relative; + width: 40rem; + max-width: 50%; + background-color: inherit; + border-radius: 0.5rem; + margin-bottom: 2rem; + z-index: 1; + } + + .spotlight.style4 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + border-radius: 0; + } + + .spotlight.style4 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0; + } + + @media screen and (max-width: 1680px) { + + .spotlight.style4 { + padding: 5rem 3.75rem 3rem 3.75rem ; + } + + .spotlight.style4 .content { + padding: 2.5rem 2.5rem 0.5rem 2.5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .spotlight.style4 { + padding: 4rem 3rem 2rem 3rem ; + } + + .spotlight.style4 .content { + padding: 3rem 3rem 1rem 3rem ; + } + + } + + @media screen and (max-width: 980px) { + + .spotlight.style4 { + padding: 3rem 2.25rem 1rem 2.25rem ; + } + + .spotlight.style4 .content { + padding: 2.25rem 2.25rem 0.25rem 2.25rem ; + } + + } + + @media screen and (max-width: 736px) { + + .spotlight.style4 { + padding: 2rem 1.5rem 0.1rem 1.5rem ; + } + + .spotlight.style4 .content { + padding: 1.5rem 1.5rem 0.1rem 1.5rem ; + } + + } + + @media screen and (max-width: 480px) { + + .spotlight.style4 .content { + max-width: 80%; + } + + } + + .spotlight.style4.fullscreen { + min-height: 100vh; + } + + .spotlight.style4.halfscreen { + min-height: 50vh; + } + + .spotlight.style4.orient-left { + -moz-justify-content: -moz-flex-start; + -webkit-justify-content: -webkit-flex-start; + -ms-justify-content: -ms-flex-start; + justify-content: flex-start; + padding-left: 0; + } + + .spotlight.style4.orient-left .content { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + + .spotlight.style4.orient-right { + -moz-justify-content: -moz-flex-end; + -webkit-justify-content: -webkit-flex-end; + -ms-justify-content: -ms-flex-end; + justify-content: flex-end; + padding-right: 0; + } + + .spotlight.style4.orient-right .content { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + + .spotlight.style4.content-align-left { + text-align: left; + } + + .spotlight.style4.content-align-right { + text-align: right; + } + + .spotlight.style4.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .spotlight.style4.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + +/* Spotlight (style5) */ + + .spotlight.style5 { + padding: 7rem 5.25rem 5rem 5.25rem ; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + background-color: inherit; + position: relative; + overflow-x: hidden; + text-align: center; + } + + .spotlight.style5 .content { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + position: relative; + width: 40rem; + max-width: 52.5%; + background-color: inherit; + border-radius: 0.5rem; + margin-bottom: 2rem; + z-index: 1; + } + + .spotlight.style5 .image { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + border-radius: 0; + } + + .spotlight.style5 .image img { + -moz-object-fit: cover; + -webkit-object-fit: cover; + -ms-object-fit: cover; + object-fit: cover; + -moz-object-position: center; + -webkit-object-position: center; + -ms-object-position: center; + object-position: center; + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0; + } + + @media screen and (max-width: 1680px) { + + .spotlight.style5 { + padding: 5rem 3.75rem 3rem 3.75rem ; + } + + .spotlight.style5 .content { + padding: 2.5rem 2.5rem 0.5rem 2.5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .spotlight.style5 { + padding: 4rem 3rem 2rem 3rem ; + } + + .spotlight.style5 .content { + padding: 3rem 3rem 1rem 3rem ; + } + + } + + @media screen and (max-width: 980px) { + + .spotlight.style5 { + padding: 3rem 2.25rem 1rem 2.25rem ; + } + + .spotlight.style5 .content { + padding: 2.25rem 2.25rem 0.25rem 2.25rem ; + } + + } + + @media screen and (max-width: 736px) { + + .spotlight.style5 { + padding: 2rem 1.5rem 0.1rem 1.5rem ; + } + + .spotlight.style5 .content { + padding: 1.5rem 1.5rem 0.1rem 1.5rem ; + } + + } + + @media screen and (max-width: 480px) { + + .spotlight.style5 .content { + max-width: 80%; + } + + } + + .spotlight.style5.fullscreen { + min-height: 100vh; + } + + .spotlight.style5.halfscreen { + min-height: 50vh; + } + + .spotlight.style5.orient-left { + -moz-justify-content: -moz-flex-start; + -webkit-justify-content: -webkit-flex-start; + -ms-justify-content: -ms-flex-start; + justify-content: flex-start; + } + + .spotlight.style5.orient-right { + -moz-justify-content: -moz-flex-end; + -webkit-justify-content: -webkit-flex-end; + -ms-justify-content: -ms-flex-end; + justify-content: flex-end; + } + + .spotlight.style5.content-align-left { + text-align: left; + } + + .spotlight.style5.content-align-right { + text-align: right; + } + + .spotlight.style5.image-position-left .image img { + -moz-object-position: left; + -webkit-object-position: left; + -ms-object-position: left; + object-position: left; + } + + .spotlight.style5.image-position-right .image img { + -moz-object-position: right; + -webkit-object-position: right; + -ms-object-position: right; + object-position: right; + } + + .spotlight .image { + background-color: rgba(0, 0, 0, 0.125); + } + + .spotlight.invert .image { + background-color: rgba(255, 255, 255, 0.125); + } + + .spotlight.style3 .image { + border-color: rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.2); + border-width: 0; + } + + .spotlight.style3 .image:before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: rgba(0, 0, 0, 0.2); + width: 100%; + } + + .spotlight.style3 .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: rgba(0, 0, 0, 0.2); + width: 100%; + } + + .spotlight.style3.android .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + } + + .spotlight.style3.invert .image { + border-color: white; + background-color: white; + border-width: 1px; + } + + .spotlight.style3.invert .image:before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + .spotlight.style3.invert .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + .spotlight.style3.invert.android .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + } + +/* Gallery (transitions) */ + + .gallery.onload-fade-in article .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 4.8s; + -webkit-transition-delay: 4.8s; + -ms-transition-delay: 4.8s; + transition-delay: 4.8s; + } + + .gallery.onload-fade-in article:nth-child(1) .image img { + -moz-transition-delay: 0s; + -webkit-transition-delay: 0s; + -ms-transition-delay: 0s; + transition-delay: 0s; + } + + .gallery.onload-fade-in article:nth-child(2) .image img { + -moz-transition-delay: 0.15s; + -webkit-transition-delay: 0.15s; + -ms-transition-delay: 0.15s; + transition-delay: 0.15s; + } + + .gallery.onload-fade-in article:nth-child(3) .image img { + -moz-transition-delay: 0.3s; + -webkit-transition-delay: 0.3s; + -ms-transition-delay: 0.3s; + transition-delay: 0.3s; + } + + .gallery.onload-fade-in article:nth-child(4) .image img { + -moz-transition-delay: 0.45s; + -webkit-transition-delay: 0.45s; + -ms-transition-delay: 0.45s; + transition-delay: 0.45s; + } + + .gallery.onload-fade-in article:nth-child(5) .image img { + -moz-transition-delay: 0.6s; + -webkit-transition-delay: 0.6s; + -ms-transition-delay: 0.6s; + transition-delay: 0.6s; + } + + .gallery.onload-fade-in article:nth-child(6) .image img { + -moz-transition-delay: 0.75s; + -webkit-transition-delay: 0.75s; + -ms-transition-delay: 0.75s; + transition-delay: 0.75s; + } + + .gallery.onload-fade-in article:nth-child(7) .image img { + -moz-transition-delay: 0.9s; + -webkit-transition-delay: 0.9s; + -ms-transition-delay: 0.9s; + transition-delay: 0.9s; + } + + .gallery.onload-fade-in article:nth-child(8) .image img { + -moz-transition-delay: 1.05s; + -webkit-transition-delay: 1.05s; + -ms-transition-delay: 1.05s; + transition-delay: 1.05s; + } + + .gallery.onload-fade-in article:nth-child(9) .image img { + -moz-transition-delay: 1.2s; + -webkit-transition-delay: 1.2s; + -ms-transition-delay: 1.2s; + transition-delay: 1.2s; + } + + .gallery.onload-fade-in article:nth-child(10) .image img { + -moz-transition-delay: 1.35s; + -webkit-transition-delay: 1.35s; + -ms-transition-delay: 1.35s; + transition-delay: 1.35s; + } + + .gallery.onload-fade-in article:nth-child(11) .image img { + -moz-transition-delay: 1.5s; + -webkit-transition-delay: 1.5s; + -ms-transition-delay: 1.5s; + transition-delay: 1.5s; + } + + .gallery.onload-fade-in article:nth-child(12) .image img { + -moz-transition-delay: 1.65s; + -webkit-transition-delay: 1.65s; + -ms-transition-delay: 1.65s; + transition-delay: 1.65s; + } + + .gallery.onload-fade-in article:nth-child(13) .image img { + -moz-transition-delay: 1.8s; + -webkit-transition-delay: 1.8s; + -ms-transition-delay: 1.8s; + transition-delay: 1.8s; + } + + .gallery.onload-fade-in article:nth-child(14) .image img { + -moz-transition-delay: 1.95s; + -webkit-transition-delay: 1.95s; + -ms-transition-delay: 1.95s; + transition-delay: 1.95s; + } + + .gallery.onload-fade-in article:nth-child(15) .image img { + -moz-transition-delay: 2.1s; + -webkit-transition-delay: 2.1s; + -ms-transition-delay: 2.1s; + transition-delay: 2.1s; + } + + .gallery.onload-fade-in article:nth-child(16) .image img { + -moz-transition-delay: 2.25s; + -webkit-transition-delay: 2.25s; + -ms-transition-delay: 2.25s; + transition-delay: 2.25s; + } + + .gallery.onload-fade-in article:nth-child(17) .image img { + -moz-transition-delay: 2.4s; + -webkit-transition-delay: 2.4s; + -ms-transition-delay: 2.4s; + transition-delay: 2.4s; + } + + .gallery.onload-fade-in article:nth-child(18) .image img { + -moz-transition-delay: 2.55s; + -webkit-transition-delay: 2.55s; + -ms-transition-delay: 2.55s; + transition-delay: 2.55s; + } + + .gallery.onload-fade-in article:nth-child(19) .image img { + -moz-transition-delay: 2.7s; + -webkit-transition-delay: 2.7s; + -ms-transition-delay: 2.7s; + transition-delay: 2.7s; + } + + .gallery.onload-fade-in article:nth-child(20) .image img { + -moz-transition-delay: 2.85s; + -webkit-transition-delay: 2.85s; + -ms-transition-delay: 2.85s; + transition-delay: 2.85s; + } + + .gallery.onload-fade-in article:nth-child(21) .image img { + -moz-transition-delay: 3s; + -webkit-transition-delay: 3s; + -ms-transition-delay: 3s; + transition-delay: 3s; + } + + .gallery.onload-fade-in article:nth-child(22) .image img { + -moz-transition-delay: 3.15s; + -webkit-transition-delay: 3.15s; + -ms-transition-delay: 3.15s; + transition-delay: 3.15s; + } + + .gallery.onload-fade-in article:nth-child(23) .image img { + -moz-transition-delay: 3.3s; + -webkit-transition-delay: 3.3s; + -ms-transition-delay: 3.3s; + transition-delay: 3.3s; + } + + .gallery.onload-fade-in article:nth-child(24) .image img { + -moz-transition-delay: 3.45s; + -webkit-transition-delay: 3.45s; + -ms-transition-delay: 3.45s; + transition-delay: 3.45s; + } + + .gallery.onload-fade-in article:nth-child(25) .image img { + -moz-transition-delay: 3.6s; + -webkit-transition-delay: 3.6s; + -ms-transition-delay: 3.6s; + transition-delay: 3.6s; + } + + .gallery.onload-fade-in article:nth-child(26) .image img { + -moz-transition-delay: 3.75s; + -webkit-transition-delay: 3.75s; + -ms-transition-delay: 3.75s; + transition-delay: 3.75s; + } + + .gallery.onload-fade-in article:nth-child(27) .image img { + -moz-transition-delay: 3.9s; + -webkit-transition-delay: 3.9s; + -ms-transition-delay: 3.9s; + transition-delay: 3.9s; + } + + .gallery.onload-fade-in article:nth-child(28) .image img { + -moz-transition-delay: 4.05s; + -webkit-transition-delay: 4.05s; + -ms-transition-delay: 4.05s; + transition-delay: 4.05s; + } + + .gallery.onload-fade-in article:nth-child(29) .image img { + -moz-transition-delay: 4.2s; + -webkit-transition-delay: 4.2s; + -ms-transition-delay: 4.2s; + transition-delay: 4.2s; + } + + .gallery.onload-fade-in article:nth-child(30) .image img { + -moz-transition-delay: 4.35s; + -webkit-transition-delay: 4.35s; + -ms-transition-delay: 4.35s; + transition-delay: 4.35s; + } + + .gallery.onload-fade-in article:nth-child(31) .image img { + -moz-transition-delay: 4.5s; + -webkit-transition-delay: 4.5s; + -ms-transition-delay: 4.5s; + transition-delay: 4.5s; + } + + .gallery.onload-fade-in article:nth-child(32) .image img { + -moz-transition-delay: 4.65s; + -webkit-transition-delay: 4.65s; + -ms-transition-delay: 4.65s; + transition-delay: 4.65s; + } + + .gallery.onload-fade-in article:nth-child(33) .image img { + -moz-transition-delay: 4.8s; + -webkit-transition-delay: 4.8s; + -ms-transition-delay: 4.8s; + transition-delay: 4.8s; + } + + body.is-loading .gallery.onload-fade-in article .image img { + opacity: 0; + } + + .gallery.onscroll-fade-in article .image img { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 4.8s; + -webkit-transition-delay: 4.8s; + -ms-transition-delay: 4.8s; + transition-delay: 4.8s; + } + + .gallery.onscroll-fade-in article:nth-child(1) .image img { + -moz-transition-delay: 0s; + -webkit-transition-delay: 0s; + -ms-transition-delay: 0s; + transition-delay: 0s; + } + + .gallery.onscroll-fade-in article:nth-child(2) .image img { + -moz-transition-delay: 0.15s; + -webkit-transition-delay: 0.15s; + -ms-transition-delay: 0.15s; + transition-delay: 0.15s; + } + + .gallery.onscroll-fade-in article:nth-child(3) .image img { + -moz-transition-delay: 0.3s; + -webkit-transition-delay: 0.3s; + -ms-transition-delay: 0.3s; + transition-delay: 0.3s; + } + + .gallery.onscroll-fade-in article:nth-child(4) .image img { + -moz-transition-delay: 0.45s; + -webkit-transition-delay: 0.45s; + -ms-transition-delay: 0.45s; + transition-delay: 0.45s; + } + + .gallery.onscroll-fade-in article:nth-child(5) .image img { + -moz-transition-delay: 0.6s; + -webkit-transition-delay: 0.6s; + -ms-transition-delay: 0.6s; + transition-delay: 0.6s; + } + + .gallery.onscroll-fade-in article:nth-child(6) .image img { + -moz-transition-delay: 0.75s; + -webkit-transition-delay: 0.75s; + -ms-transition-delay: 0.75s; + transition-delay: 0.75s; + } + + .gallery.onscroll-fade-in article:nth-child(7) .image img { + -moz-transition-delay: 0.9s; + -webkit-transition-delay: 0.9s; + -ms-transition-delay: 0.9s; + transition-delay: 0.9s; + } + + .gallery.onscroll-fade-in article:nth-child(8) .image img { + -moz-transition-delay: 1.05s; + -webkit-transition-delay: 1.05s; + -ms-transition-delay: 1.05s; + transition-delay: 1.05s; + } + + .gallery.onscroll-fade-in article:nth-child(9) .image img { + -moz-transition-delay: 1.2s; + -webkit-transition-delay: 1.2s; + -ms-transition-delay: 1.2s; + transition-delay: 1.2s; + } + + .gallery.onscroll-fade-in article:nth-child(10) .image img { + -moz-transition-delay: 1.35s; + -webkit-transition-delay: 1.35s; + -ms-transition-delay: 1.35s; + transition-delay: 1.35s; + } + + .gallery.onscroll-fade-in article:nth-child(11) .image img { + -moz-transition-delay: 1.5s; + -webkit-transition-delay: 1.5s; + -ms-transition-delay: 1.5s; + transition-delay: 1.5s; + } + + .gallery.onscroll-fade-in article:nth-child(12) .image img { + -moz-transition-delay: 1.65s; + -webkit-transition-delay: 1.65s; + -ms-transition-delay: 1.65s; + transition-delay: 1.65s; + } + + .gallery.onscroll-fade-in article:nth-child(13) .image img { + -moz-transition-delay: 1.8s; + -webkit-transition-delay: 1.8s; + -ms-transition-delay: 1.8s; + transition-delay: 1.8s; + } + + .gallery.onscroll-fade-in article:nth-child(14) .image img { + -moz-transition-delay: 1.95s; + -webkit-transition-delay: 1.95s; + -ms-transition-delay: 1.95s; + transition-delay: 1.95s; + } + + .gallery.onscroll-fade-in article:nth-child(15) .image img { + -moz-transition-delay: 2.1s; + -webkit-transition-delay: 2.1s; + -ms-transition-delay: 2.1s; + transition-delay: 2.1s; + } + + .gallery.onscroll-fade-in article:nth-child(16) .image img { + -moz-transition-delay: 2.25s; + -webkit-transition-delay: 2.25s; + -ms-transition-delay: 2.25s; + transition-delay: 2.25s; + } + + .gallery.onscroll-fade-in article:nth-child(17) .image img { + -moz-transition-delay: 2.4s; + -webkit-transition-delay: 2.4s; + -ms-transition-delay: 2.4s; + transition-delay: 2.4s; + } + + .gallery.onscroll-fade-in article:nth-child(18) .image img { + -moz-transition-delay: 2.55s; + -webkit-transition-delay: 2.55s; + -ms-transition-delay: 2.55s; + transition-delay: 2.55s; + } + + .gallery.onscroll-fade-in article:nth-child(19) .image img { + -moz-transition-delay: 2.7s; + -webkit-transition-delay: 2.7s; + -ms-transition-delay: 2.7s; + transition-delay: 2.7s; + } + + .gallery.onscroll-fade-in article:nth-child(20) .image img { + -moz-transition-delay: 2.85s; + -webkit-transition-delay: 2.85s; + -ms-transition-delay: 2.85s; + transition-delay: 2.85s; + } + + .gallery.onscroll-fade-in article:nth-child(21) .image img { + -moz-transition-delay: 3s; + -webkit-transition-delay: 3s; + -ms-transition-delay: 3s; + transition-delay: 3s; + } + + .gallery.onscroll-fade-in article:nth-child(22) .image img { + -moz-transition-delay: 3.15s; + -webkit-transition-delay: 3.15s; + -ms-transition-delay: 3.15s; + transition-delay: 3.15s; + } + + .gallery.onscroll-fade-in article:nth-child(23) .image img { + -moz-transition-delay: 3.3s; + -webkit-transition-delay: 3.3s; + -ms-transition-delay: 3.3s; + transition-delay: 3.3s; + } + + .gallery.onscroll-fade-in article:nth-child(24) .image img { + -moz-transition-delay: 3.45s; + -webkit-transition-delay: 3.45s; + -ms-transition-delay: 3.45s; + transition-delay: 3.45s; + } + + .gallery.onscroll-fade-in article:nth-child(25) .image img { + -moz-transition-delay: 3.6s; + -webkit-transition-delay: 3.6s; + -ms-transition-delay: 3.6s; + transition-delay: 3.6s; + } + + .gallery.onscroll-fade-in article:nth-child(26) .image img { + -moz-transition-delay: 3.75s; + -webkit-transition-delay: 3.75s; + -ms-transition-delay: 3.75s; + transition-delay: 3.75s; + } + + .gallery.onscroll-fade-in article:nth-child(27) .image img { + -moz-transition-delay: 3.9s; + -webkit-transition-delay: 3.9s; + -ms-transition-delay: 3.9s; + transition-delay: 3.9s; + } + + .gallery.onscroll-fade-in article:nth-child(28) .image img { + -moz-transition-delay: 4.05s; + -webkit-transition-delay: 4.05s; + -ms-transition-delay: 4.05s; + transition-delay: 4.05s; + } + + .gallery.onscroll-fade-in article:nth-child(29) .image img { + -moz-transition-delay: 4.2s; + -webkit-transition-delay: 4.2s; + -ms-transition-delay: 4.2s; + transition-delay: 4.2s; + } + + .gallery.onscroll-fade-in article:nth-child(30) .image img { + -moz-transition-delay: 4.35s; + -webkit-transition-delay: 4.35s; + -ms-transition-delay: 4.35s; + transition-delay: 4.35s; + } + + .gallery.onscroll-fade-in article:nth-child(31) .image img { + -moz-transition-delay: 4.5s; + -webkit-transition-delay: 4.5s; + -ms-transition-delay: 4.5s; + transition-delay: 4.5s; + } + + .gallery.onscroll-fade-in article:nth-child(32) .image img { + -moz-transition-delay: 4.65s; + -webkit-transition-delay: 4.65s; + -ms-transition-delay: 4.65s; + transition-delay: 4.65s; + } + + .gallery.onscroll-fade-in article:nth-child(33) .image img { + -moz-transition-delay: 4.8s; + -webkit-transition-delay: 4.8s; + -ms-transition-delay: 4.8s; + transition-delay: 4.8s; + } + + .gallery.onscroll-fade-in.is-inactive article .image img { + opacity: 0; + } + +/* Gallery (style1) */ + + .gallery.style1 { + background-color: #000000; + color: #ffffff; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-wrap: wrap; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + position: relative; + width: 100%; + background-color: transparent; + } + + .gallery.style1 input, .gallery.style1 select, .gallery.style1 textarea { + color: #ffffff; + } + + .gallery.style1 a { + color: #ffffff; + } + + .gallery.style1 a:hover { + color: #47D3E5; + } + + .gallery.style1 strong, .gallery.style1 b { + color: #ffffff; + } + + .gallery.style1 h1, .gallery.style1 h2, .gallery.style1 h3, .gallery.style1 h4, .gallery.style1 h5, .gallery.style1 h6 { + color: #ffffff; + } + + .gallery.style1 blockquote { + border-left-color: white; + } + + .gallery.style1 code { + background: rgba(255, 255, 255, 0.125); + border-color: white; + } + + .gallery.style1 hr { + border-bottom-color: white; + } + + .gallery.style1 input[type="submit"], + .gallery.style1 input[type="reset"], + .gallery.style1 input[type="button"], + .gallery.style1 button, + .gallery.style1 .button { + background-color: transparent; + box-shadow: inset 0 0 0 1px white; + color: #ffffff !important; + } + + .gallery.style1 input[type="submit"]:hover, + .gallery.style1 input[type="reset"]:hover, + .gallery.style1 input[type="button"]:hover, + .gallery.style1 button:hover, + .gallery.style1 .button:hover { + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + .gallery.style1 input[type="submit"]:active, + .gallery.style1 input[type="reset"]:active, + .gallery.style1 input[type="button"]:active, + .gallery.style1 button:active, + .gallery.style1 .button:active { + background-color: rgba(71, 211, 229, 0.2); + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + .gallery.style1 input[type="submit"].special, + .gallery.style1 input[type="reset"].special, + .gallery.style1 input[type="button"].special, + .gallery.style1 button.special, + .gallery.style1 .button.special { + background-color: #ffffff; + box-shadow: none; + color: #000000 !important; + } + + .gallery.style1 input[type="submit"].special:hover, + .gallery.style1 input[type="reset"].special:hover, + .gallery.style1 input[type="button"].special:hover, + .gallery.style1 button.special:hover, + .gallery.style1 .button.special:hover { + background-color: #47D3E5; + } + + .gallery.style1 input[type="submit"].special:active, + .gallery.style1 input[type="reset"].special:active, + .gallery.style1 input[type="button"].special:active, + .gallery.style1 button.special:active, + .gallery.style1 .button.special:active { + background-color: #1ebdd1; + } + + .gallery.style1 > .forward, .gallery.style1 > .backward { + display: none; + } + + .gallery.style1 > .inner { + -moz-align-items: inherit; + -webkit-align-items: inherit; + -ms-align-items: inherit; + align-items: inherit; + display: inherit; + -moz-flex-wrap: inherit; + -webkit-flex-wrap: inherit; + -ms-flex-wrap: inherit; + flex-wrap: inherit; + -moz-justify-content: inherit; + -webkit-justify-content: inherit; + -ms-justify-content: inherit; + justify-content: inherit; + } + + .gallery.style1 article { + overflow: hidden; + position: relative; + width: 25%; + } + + .gallery.style1 article .image { + -moz-transition: opacity 0.2s ease-in-out; + -webkit-transition: opacity 0.2s ease-in-out; + -ms-transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; + display: block; + width: 100%; + border-radius: 0; + } + + .gallery.style1 article .image img { + display: block; + width: 100%; + border-radius: 0; + } + + .gallery.style1 article .caption { + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: column; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + -moz-pointer-events: none; + -webkit-pointer-events: none; + -ms-pointer-events: none; + pointer-events: none; + -moz-transition: opacity 0.2s ease-in-out; + -webkit-transition: opacity 0.2s ease-in-out; + -ms-transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + opacity: 0; + padding: 2rem; + z-index: 1; + font-size: 0.8rem; + } + + .gallery.style1 article .caption a { + -moz-pointer-events: auto; + -webkit-pointer-events: auto; + -ms-pointer-events: auto; + pointer-events: auto; + } + + .gallery.style1 article .caption h2, .gallery.style1 article .caption h3, .gallery.style1 article .caption h4, .gallery.style1 article .caption h5, .gallery.style1 article .caption h6 { + font-size: 1.25rem; + margin-bottom: 0.25rem; + } + + .gallery.style1 article .caption > * { + max-width: 100%; + margin-bottom: 1rem; + } + + .gallery.style1 article .caption > :last-child { + margin-bottom: 0; + } + + .gallery.style1 article:hover .caption { + opacity: 1; + } + + @media screen and (max-width: 1280px) { + + .gallery.style1 article { + width: 33.33333%; + } + + .gallery.style1 article .caption { + padding: 1rem; + } + + } + + @media screen and (max-width: 980px) { + + .gallery.style1 article { + width: 50%; + } + + .gallery.style1 article .caption { + padding: 1rem; + } + + } + + @media screen and (max-width: 480px) { + + .gallery.style1 article { + width: 100%; + } + + .gallery.style1 article .caption { + padding: 1rem; + } + + } + + .gallery.style1.small article { + width: 20%; + } + + .gallery.style1.small article .caption { + padding: 1rem; + } + + @media screen and (max-width: 1280px) { + + .gallery.style1.small article { + width: 25%; + } + + .gallery.style1.small article .caption { + padding: 1rem; + } + + } + + @media screen and (max-width: 980px) { + + .gallery.style1.small article { + width: 33.33333%; + } + + .gallery.style1.small article .caption { + padding: 1rem; + } + + } + + @media screen and (max-width: 480px) { + + .gallery.style1.small article { + width: 50%; + } + + .gallery.style1.small article .caption { + padding: 1rem; + } + + } + + .gallery.style1.big article { + width: 33.33333%; + } + + .gallery.style1.big article .caption { + padding: 3rem; + } + + @media screen and (max-width: 1280px) { + + .gallery.style1.big article { + width: 50%; + } + + .gallery.style1.big article .caption { + padding: 2rem; + } + + } + + @media screen and (max-width: 980px) { + + .gallery.style1.big article { + width: 50%; + } + + .gallery.style1.big article .caption { + padding: 2rem; + } + + } + + @media screen and (max-width: 480px) { + + .gallery.style1.big article { + width: 100%; + } + + .gallery.style1.big article .caption { + padding: 1rem; + } + + } + +/* Gallery (style2) */ + + .gallery.style2 { + background-color: #000000; + color: #ffffff; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -webkit-overflow-scrolling: touch; + position: relative; + background-color: transparent; + } + + .gallery.style2 input, .gallery.style2 select, .gallery.style2 textarea { + color: #ffffff; + } + + .gallery.style2 a { + color: #ffffff; + } + + .gallery.style2 a:hover { + color: #47D3E5; + } + + .gallery.style2 strong, .gallery.style2 b { + color: #ffffff; + } + + .gallery.style2 h1, .gallery.style2 h2, .gallery.style2 h3, .gallery.style2 h4, .gallery.style2 h5, .gallery.style2 h6 { + color: #ffffff; + } + + .gallery.style2 blockquote { + border-left-color: white; + } + + .gallery.style2 code { + background: rgba(255, 255, 255, 0.125); + border-color: white; + } + + .gallery.style2 hr { + border-bottom-color: white; + } + + .gallery.style2 input[type="submit"], + .gallery.style2 input[type="reset"], + .gallery.style2 input[type="button"], + .gallery.style2 button, + .gallery.style2 .button { + background-color: transparent; + box-shadow: inset 0 0 0 1px white; + color: #ffffff !important; + } + + .gallery.style2 input[type="submit"]:hover, + .gallery.style2 input[type="reset"]:hover, + .gallery.style2 input[type="button"]:hover, + .gallery.style2 button:hover, + .gallery.style2 .button:hover { + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + .gallery.style2 input[type="submit"]:active, + .gallery.style2 input[type="reset"]:active, + .gallery.style2 input[type="button"]:active, + .gallery.style2 button:active, + .gallery.style2 .button:active { + background-color: rgba(71, 211, 229, 0.2); + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + .gallery.style2 input[type="submit"].special, + .gallery.style2 input[type="reset"].special, + .gallery.style2 input[type="button"].special, + .gallery.style2 button.special, + .gallery.style2 .button.special { + background-color: #ffffff; + box-shadow: none; + color: #000000 !important; + } + + .gallery.style2 input[type="submit"].special:hover, + .gallery.style2 input[type="reset"].special:hover, + .gallery.style2 input[type="button"].special:hover, + .gallery.style2 button.special:hover, + .gallery.style2 .button.special:hover { + background-color: #47D3E5; + } + + .gallery.style2 input[type="submit"].special:active, + .gallery.style2 input[type="reset"].special:active, + .gallery.style2 input[type="button"].special:active, + .gallery.style2 button.special:active, + .gallery.style2 .button.special:active { + background-color: #1ebdd1; + } + + .gallery.style2 > .forward, .gallery.style2 > .backward { + text-decoration: none; + -moz-transition: opacity 0.2s ease-in-out; + -webkit-transition: opacity 0.2s ease-in-out; + -ms-transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; + position: absolute; + top: 0; + width: 5rem; + height: 100%; + cursor: pointer; + opacity: 0; + z-index: 2; + } + + .gallery.style2 > .forward:before, .gallery.style2 > .backward:before { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-transform: none !important; + } + + .gallery.style2 > .forward:before, .gallery.style2 > .backward:before { + display: block; + top: calc(50% - 1.5rem); + width: 4rem; + height: 3rem; + line-height: 1em; + font-size: 3rem; + position: absolute; + text-align: center; + } + + .gallery.style2:hover > .forward, .gallery.style2:hover > .backward { + opacity: 1; + } + + .gallery.style2 > .forward { + right: 0; + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25) 15%, transparent); + } + + .gallery.style2 > .forward:before { + content: '\f105'; + right: 0; + } + + .gallery.style2 > .backward { + left: 0; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 15%, transparent); + } + + .gallery.style2 > .backward:before { + content: '\f104'; + left: 0; + } + + .gallery.style2 > .inner { + display: inherit; + overflow-x: auto; + overflow-y: hidden; + position: relative; + width: 100%; + } + + .gallery.style2 article { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + display: block; + position: relative; + overflow: hidden; + width: 22.5rem; + max-width: 75vw; + } + + .gallery.style2 article .image { + display: block; + width: 100%; + border-radius: 0; + } + + .gallery.style2 article .image img { + display: block; + width: 100%; + border-radius: 0; + } + + .gallery.style2 article .caption { + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-direction: column; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + -moz-pointer-events: none; + -webkit-pointer-events: none; + -ms-pointer-events: none; + pointer-events: none; + -moz-transition: opacity 0.2s ease-in-out; + -webkit-transition: opacity 0.2s ease-in-out; + -ms-transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + opacity: 0; + padding: 3rem; + z-index: 1; + font-size: 0.8rem; + } + + .gallery.style2 article .caption a { + -moz-pointer-events: auto; + -webkit-pointer-events: auto; + -ms-pointer-events: auto; + pointer-events: auto; + } + + .gallery.style2 article .caption h2, .gallery.style2 article .caption h3, .gallery.style2 article .caption h4, .gallery.style2 article .caption h5, .gallery.style2 article .caption h6 { + font-size: 1.25rem; + margin-bottom: 0.25rem; + } + + .gallery.style2 article .caption > * { + max-width: 100%; + margin-bottom: 1rem; + } + + .gallery.style2 article .caption > :last-child { + margin-bottom: 0; + } + + .gallery.style2 article:hover .caption { + opacity: 1; + } + + @media screen and (max-width: 980px) { + + .gallery.style2 article .caption { + padding: 2rem; + } + + } + + @media screen and (max-width: 736px) { + + .gallery.style2 article .caption { + padding: 2rem; + } + + } + + .gallery.style2.small article { + width: 17.5rem; + } + + .gallery.style2.small article .caption { + padding: 2rem; + } + + @media screen and (max-width: 980px) { + + .gallery.style2.small article .caption { + padding: 2rem; + } + + } + + @media screen and (max-width: 736px) { + + .gallery.style2.small article .caption { + padding: 2rem; + } + + } + + .gallery.style2.big article { + width: 30rem; + } + + .gallery.style2.big article .caption { + padding: 4rem; + } + + @media screen and (max-width: 980px) { + + .gallery.style2.big article .caption { + padding: 3rem; + } + + } + + @media screen and (max-width: 736px) { + + .gallery.style2.big article .caption { + padding: 2rem; + } + + } + +/* Gallery (lightbox) */ + + @-moz-keyframes gallery-modal-spinner { + 0% { + -moz-transform: rotate(0deg); + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -moz-transform: rotate(360deg); + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg); + } + } + + @-webkit-keyframes gallery-modal-spinner { + 0% { + -moz-transform: rotate(0deg); + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -moz-transform: rotate(360deg); + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg); + } + } + + @-ms-keyframes gallery-modal-spinner { + 0% { + -moz-transform: rotate(0deg); + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -moz-transform: rotate(360deg); + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg); + } + } + + @keyframes gallery-modal-spinner { + 0% { + -moz-transform: rotate(0deg); + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); + } + + 100% { + -moz-transform: rotate(360deg); + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg); + } + } + + .gallery.lightbox .modal { + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-align-items: center; + -webkit-align-items: center; + -ms-align-items: center; + align-items: center; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + -moz-pointer-events: none; + -webkit-pointer-events: none; + -ms-pointer-events: none; + pointer-events: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + -moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; + -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; + -ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; + transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; + -webkit-tap-highlight-color: transparent; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + outline: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: none; + opacity: 0; + z-index: 0; + } + + .gallery.lightbox .modal:before { + -moz-animation: gallery-modal-spinner 1s infinite linear; + -webkit-animation: gallery-modal-spinner 1s infinite linear; + -ms-animation: gallery-modal-spinner 1s infinite linear; + animation: gallery-modal-spinner 1s infinite linear; + -moz-transition: opacity 0.25s ease; + -webkit-transition: opacity 0.25s ease; + -ms-transition: opacity 0.25s ease; + transition: opacity 0.25s ease; + -moz-transition-delay: 0.5s; + -webkit-transition-delay: 0.5s; + -ms-transition-delay: 0.5s; + transition-delay: 0.5s; + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 4rem; + height: 4rem; + margin: -2rem 0 0 -2rem; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %23ffffff%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E"); + background-position: center; + background-repeat: no-repeat; + background-size: 4rem; + opacity: 0; + } + + .gallery.lightbox .modal:after { + content: ''; + display: block; + position: absolute; + top: 0.5rem; + right: 0.5rem; + width: 4rem; + height: 4rem; + cursor: pointer; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23ffffff%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E"); + background-position: center; + background-repeat: no-repeat; + background-size: 3rem; + } + + .gallery.lightbox .modal .inner { + -moz-transform: translateY(0.75rem); + -webkit-transform: translateY(0.75rem); + -ms-transform: translateY(0.75rem); + transform: translateY(0.75rem); + -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease; + -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease; + -ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease; + transition: opacity 0.25s ease, transform 0.25s ease; + opacity: 0; + } + + .gallery.lightbox .modal .inner img { + display: block; + max-width: 90vw; + max-height: 85vh; + box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35); + } + + .gallery.lightbox .modal.visible { + -moz-pointer-events: auto; + -webkit-pointer-events: auto; + -ms-pointer-events: auto; + pointer-events: auto; + visibility: visible; + opacity: 1; + z-index: 10001; + } + + .gallery.lightbox .modal.visible:before { + opacity: 1; + } + + .gallery.lightbox .modal.loaded .inner { + -moz-transform: translateY(0); + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease; + -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease; + -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease; + transition: opacity 0.5s ease, transform 0.5s ease; + opacity: 1; + } + + .gallery.lightbox .modal.loaded:before { + -moz-transition-delay: 0s; + -webkit-transition-delay: 0s; + -ms-transition-delay: 0s; + transition-delay: 0s; + opacity: 0; + } + + @media screen and (max-width: 980px) { + + .gallery.lightbox .modal .inner img { + max-width: 100vw; + } + + } + + .gallery article .image { + background-color: rgba(0, 0, 0, 0.125); + } + +/* Wrapper (style1) */ + + .wrapper.style1 > .inner { + padding: 7rem 3.5rem 5rem 3.5rem ; + margin: 0 auto; + max-width: 100%; + width: 64rem; + } + + .wrapper.style1 > .inner.medium { + width: 48rem; + } + + .wrapper.style1 > .inner.small { + width: 32rem; + } + + @media screen and (max-width: 1680px) { + + .wrapper.style1 > .inner { + padding: 5rem 2.5rem 3rem 2.5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .wrapper.style1 > .inner { + padding: 4rem 4rem 2rem 4rem ; + } + + } + + @media screen and (max-width: 980px) { + + .wrapper.style1 > .inner { + padding: 4.5rem 3rem 2.5rem 3rem ; + } + + } + + @media screen and (max-width: 736px) { + + .wrapper.style1 > .inner { + padding: 3rem 2rem 1rem 2rem ; + } + + } + +/* Wrapper (style2) */ + + .wrapper.style2 { + padding: 7rem; + background-color: #eeeeee; + } + + .wrapper.style2 > .inner { + padding: 5.25rem 3.5rem 3.25rem 3.5rem ; + background-color: #ffffff; + border-radius: 0.5rem; + margin: 0 auto; + max-width: 100%; + position: relative; + width: 64rem; + z-index: 1; + } + + .wrapper.style2 > .inner.medium { + width: 48rem; + } + + .wrapper.style2 > .inner.small { + width: 32rem; + } + + @media screen and (max-width: 1680px) { + + .wrapper.style2 { + padding: 5rem; + } + + .wrapper.style2 > .inner { + padding: 3.75rem 2.5rem 1.75rem 2.5rem ; + } + + } + + @media screen and (max-width: 1280px) { + + .wrapper.style2 { + padding: 4rem; + } + + .wrapper.style2 > .inner { + padding: 3rem 2rem 1rem 2rem ; + } + + } + + @media screen and (max-width: 980px) { + + .wrapper.style2 { + padding: 2.25rem; + } + + .wrapper.style2 > .inner { + padding: 3rem 2.25rem 1rem 2.25rem ; + } + + } + + @media screen and (max-width: 736px) { + + .wrapper.style2 { + padding: 1.5rem; + } + + .wrapper.style2 > .inner { + padding: 2rem 1.5rem 0.1rem 1.5rem ; + } + + } + + #wrapper > .wrapper.style2.invert:not(.color1):not(.color2):not(.color3):not(.color4):not(.color5):not(.color6):not(.color7) { + background-color: #222222; + } + + #wrapper > .wrapper.style2.invert > .inner { + background-color: #000000; + } + +/* Items (transitions) */ + + .items.onload-fade-in > * > .inner { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 2.4s; + -webkit-transition-delay: 2.4s; + -ms-transition-delay: 2.4s; + transition-delay: 2.4s; + } + + .items.onload-fade-in > *:nth-child(1) > .inner { + -moz-transition-delay: 0s; + -webkit-transition-delay: 0s; + -ms-transition-delay: 0s; + transition-delay: 0s; + } + + .items.onload-fade-in > *:nth-child(2) > .inner { + -moz-transition-delay: 0.15s; + -webkit-transition-delay: 0.15s; + -ms-transition-delay: 0.15s; + transition-delay: 0.15s; + } + + .items.onload-fade-in > *:nth-child(3) > .inner { + -moz-transition-delay: 0.3s; + -webkit-transition-delay: 0.3s; + -ms-transition-delay: 0.3s; + transition-delay: 0.3s; + } + + .items.onload-fade-in > *:nth-child(4) > .inner { + -moz-transition-delay: 0.45s; + -webkit-transition-delay: 0.45s; + -ms-transition-delay: 0.45s; + transition-delay: 0.45s; + } + + .items.onload-fade-in > *:nth-child(5) > .inner { + -moz-transition-delay: 0.6s; + -webkit-transition-delay: 0.6s; + -ms-transition-delay: 0.6s; + transition-delay: 0.6s; + } + + .items.onload-fade-in > *:nth-child(6) > .inner { + -moz-transition-delay: 0.75s; + -webkit-transition-delay: 0.75s; + -ms-transition-delay: 0.75s; + transition-delay: 0.75s; + } + + .items.onload-fade-in > *:nth-child(7) > .inner { + -moz-transition-delay: 0.9s; + -webkit-transition-delay: 0.9s; + -ms-transition-delay: 0.9s; + transition-delay: 0.9s; + } + + .items.onload-fade-in > *:nth-child(8) > .inner { + -moz-transition-delay: 1.05s; + -webkit-transition-delay: 1.05s; + -ms-transition-delay: 1.05s; + transition-delay: 1.05s; + } + + .items.onload-fade-in > *:nth-child(9) > .inner { + -moz-transition-delay: 1.2s; + -webkit-transition-delay: 1.2s; + -ms-transition-delay: 1.2s; + transition-delay: 1.2s; + } + + .items.onload-fade-in > *:nth-child(10) > .inner { + -moz-transition-delay: 1.35s; + -webkit-transition-delay: 1.35s; + -ms-transition-delay: 1.35s; + transition-delay: 1.35s; + } + + .items.onload-fade-in > *:nth-child(11) > .inner { + -moz-transition-delay: 1.5s; + -webkit-transition-delay: 1.5s; + -ms-transition-delay: 1.5s; + transition-delay: 1.5s; + } + + .items.onload-fade-in > *:nth-child(12) > .inner { + -moz-transition-delay: 1.65s; + -webkit-transition-delay: 1.65s; + -ms-transition-delay: 1.65s; + transition-delay: 1.65s; + } + + .items.onload-fade-in > *:nth-child(13) > .inner { + -moz-transition-delay: 1.8s; + -webkit-transition-delay: 1.8s; + -ms-transition-delay: 1.8s; + transition-delay: 1.8s; + } + + .items.onload-fade-in > *:nth-child(14) > .inner { + -moz-transition-delay: 1.95s; + -webkit-transition-delay: 1.95s; + -ms-transition-delay: 1.95s; + transition-delay: 1.95s; + } + + .items.onload-fade-in > *:nth-child(15) > .inner { + -moz-transition-delay: 2.1s; + -webkit-transition-delay: 2.1s; + -ms-transition-delay: 2.1s; + transition-delay: 2.1s; + } + + .items.onload-fade-in > *:nth-child(16) > .inner { + -moz-transition-delay: 2.25s; + -webkit-transition-delay: 2.25s; + -ms-transition-delay: 2.25s; + transition-delay: 2.25s; + } + + .items.onload-fade-in > *:nth-child(17) > .inner { + -moz-transition-delay: 2.4s; + -webkit-transition-delay: 2.4s; + -ms-transition-delay: 2.4s; + transition-delay: 2.4s; + } + + body.is-loading .items.onload-fade-in > * > .inner { + opacity: 0; + } + + .items.onscroll-fade-in > * > .inner { + -moz-transition: opacity 0.75s ease-in-out; + -webkit-transition: opacity 0.75s ease-in-out; + -ms-transition: opacity 0.75s ease-in-out; + transition: opacity 0.75s ease-in-out; + -moz-transition-delay: 2.4s; + -webkit-transition-delay: 2.4s; + -ms-transition-delay: 2.4s; + transition-delay: 2.4s; + } + + .items.onscroll-fade-in > *:nth-child(1) > .inner { + -moz-transition-delay: 0s; + -webkit-transition-delay: 0s; + -ms-transition-delay: 0s; + transition-delay: 0s; + } + + .items.onscroll-fade-in > *:nth-child(2) > .inner { + -moz-transition-delay: 0.15s; + -webkit-transition-delay: 0.15s; + -ms-transition-delay: 0.15s; + transition-delay: 0.15s; + } + + .items.onscroll-fade-in > *:nth-child(3) > .inner { + -moz-transition-delay: 0.3s; + -webkit-transition-delay: 0.3s; + -ms-transition-delay: 0.3s; + transition-delay: 0.3s; + } + + .items.onscroll-fade-in > *:nth-child(4) > .inner { + -moz-transition-delay: 0.45s; + -webkit-transition-delay: 0.45s; + -ms-transition-delay: 0.45s; + transition-delay: 0.45s; + } + + .items.onscroll-fade-in > *:nth-child(5) > .inner { + -moz-transition-delay: 0.6s; + -webkit-transition-delay: 0.6s; + -ms-transition-delay: 0.6s; + transition-delay: 0.6s; + } + + .items.onscroll-fade-in > *:nth-child(6) > .inner { + -moz-transition-delay: 0.75s; + -webkit-transition-delay: 0.75s; + -ms-transition-delay: 0.75s; + transition-delay: 0.75s; + } + + .items.onscroll-fade-in > *:nth-child(7) > .inner { + -moz-transition-delay: 0.9s; + -webkit-transition-delay: 0.9s; + -ms-transition-delay: 0.9s; + transition-delay: 0.9s; + } + + .items.onscroll-fade-in > *:nth-child(8) > .inner { + -moz-transition-delay: 1.05s; + -webkit-transition-delay: 1.05s; + -ms-transition-delay: 1.05s; + transition-delay: 1.05s; + } + + .items.onscroll-fade-in > *:nth-child(9) > .inner { + -moz-transition-delay: 1.2s; + -webkit-transition-delay: 1.2s; + -ms-transition-delay: 1.2s; + transition-delay: 1.2s; + } + + .items.onscroll-fade-in > *:nth-child(10) > .inner { + -moz-transition-delay: 1.35s; + -webkit-transition-delay: 1.35s; + -ms-transition-delay: 1.35s; + transition-delay: 1.35s; + } + + .items.onscroll-fade-in > *:nth-child(11) > .inner { + -moz-transition-delay: 1.5s; + -webkit-transition-delay: 1.5s; + -ms-transition-delay: 1.5s; + transition-delay: 1.5s; + } + + .items.onscroll-fade-in > *:nth-child(12) > .inner { + -moz-transition-delay: 1.65s; + -webkit-transition-delay: 1.65s; + -ms-transition-delay: 1.65s; + transition-delay: 1.65s; + } + + .items.onscroll-fade-in > *:nth-child(13) > .inner { + -moz-transition-delay: 1.8s; + -webkit-transition-delay: 1.8s; + -ms-transition-delay: 1.8s; + transition-delay: 1.8s; + } + + .items.onscroll-fade-in > *:nth-child(14) > .inner { + -moz-transition-delay: 1.95s; + -webkit-transition-delay: 1.95s; + -ms-transition-delay: 1.95s; + transition-delay: 1.95s; + } + + .items.onscroll-fade-in > *:nth-child(15) > .inner { + -moz-transition-delay: 2.1s; + -webkit-transition-delay: 2.1s; + -ms-transition-delay: 2.1s; + transition-delay: 2.1s; + } + + .items.onscroll-fade-in > *:nth-child(16) > .inner { + -moz-transition-delay: 2.25s; + -webkit-transition-delay: 2.25s; + -ms-transition-delay: 2.25s; + transition-delay: 2.25s; + } + + .items.onscroll-fade-in > *:nth-child(17) > .inner { + -moz-transition-delay: 2.4s; + -webkit-transition-delay: 2.4s; + -ms-transition-delay: 2.4s; + transition-delay: 2.4s; + } + + .items.onscroll-fade-in.is-inactive > * > .inner { + opacity: 0; + } + +/* Items (style1) */ + + .items.style1 { + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-wrap: wrap; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + margin: 3rem 0; + position: relative; + } + + .items.style1 > * { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + border-style: solid; + border-left-width: 1px; + border-top-width: 1px; + } + + .items.style1.big > * { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + width: 50%; + } + + .items.style1.big > *:nth-child(-n + 2) { + border-top-width: 0; + } + + .items.style1.big > *:nth-child(2n + 1) { + border-left-width: 0; + } + + .items.style1.medium > * { + padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ; + width: 33.33333%; + } + + .items.style1.medium > *:nth-child(-n + 3) { + border-top-width: 0; + } + + .items.style1.medium > *:nth-child(3n + 1) { + border-left-width: 0; + } + + .items.style1.small > * { + padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ; + width: 25%; + } + + .items.style1.small > *:nth-child(-n + 4) { + border-top-width: 0; + } + + .items.style1.small > *:nth-child(4n + 1) { + border-left-width: 0; + } + + @media screen and (max-width: 1280px) { + + .items.style1.small > *:nth-child(-n + 4) { + border-top-width: 1px; + } + + .items.style1.small > *:nth-child(4n + 1) { + border-left-width: 1px; + } + + .items.style1.small > * { + padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ; + width: 33.33333%; + } + + .items.style1.small > *:nth-child(-n + 3) { + border-top-width: 0; + } + + .items.style1.small > *:nth-child(3n + 1) { + border-left-width: 0; + } + + } + + @media screen and (max-width: 980px) { + + .items.style1.medium > *:nth-child(-n + 3) { + border-top-width: 1px; + } + + .items.style1.medium > *:nth-child(3n + 1) { + border-left-width: 1px; + } + + .items.style1.medium > * { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + width: 50%; + } + + .items.style1.medium > *:nth-child(-n + 2) { + border-top-width: 0; + } + + .items.style1.medium > *:nth-child(2n + 1) { + border-left-width: 0; + } + + .items.style1.small > *:nth-child(-n + 3) { + border-top-width: 1px; + } + + .items.style1.small > *:nth-child(3n + 1) { + border-left-width: 1px; + } + + .items.style1.small > * { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + width: 50%; + } + + .items.style1.small > *:nth-child(-n + 2) { + border-top-width: 0; + } + + .items.style1.small > *:nth-child(2n + 1) { + border-left-width: 0; + } + + } + + @media screen and (max-width: 480px) { + + .items.style1.big > *:nth-child(-n + 2) { + border-top-width: 1px; + } + + .items.style1.big > *:nth-child(2n + 1) { + border-left-width: 1px; + } + + .items.style1.big > * { + padding: 2.625rem 2.625rem 0.625rem 2.625rem ; + width: 100%; + } + + .items.style1.big > *:nth-child(-n + 1) { + border-top-width: 0; + } + + .items.style1.big > *:nth-child(1n + 1) { + border-left-width: 0; + } + + .items.style1.medium > *:nth-child(-n + 2) { + border-top-width: 1px; + } + + .items.style1.medium > *:nth-child(2n + 1) { + border-left-width: 1px; + } + + .items.style1.medium > * { + padding: 2.625rem 2.625rem 0.625rem 2.625rem ; + width: 100%; + } + + .items.style1.medium > *:nth-child(-n + 1) { + border-top-width: 0; + } + + .items.style1.medium > *:nth-child(1n + 1) { + border-left-width: 0; + } + + .items.style1.small > *:nth-child(-n + 2) { + border-top-width: 1px; + } + + .items.style1.small > *:nth-child(2n + 1) { + border-left-width: 1px; + } + + .items.style1.small > * { + padding: 2.625rem 2.625rem 0.625rem 2.625rem ; + width: 100%; + } + + .items.style1.small > *:nth-child(-n + 1) { + border-top-width: 0; + } + + .items.style1.small > *:nth-child(1n + 1) { + border-left-width: 0; + } + + .items.style1.big > *, .items.style1.medium > *, .items.style1.small > * { + padding-left: 0; + padding-right: 0; + } + + .items.style1.big > :first-child, .items.style1.medium > :first-child, .items.style1.small > :first-child { + padding-top: 0; + } + + .items.style1.big > :last-child, .items.style1.medium > :last-child, .items.style1.small > :last-child { + padding-bottom: 0; + } + + .items.style1.big > :last-child > .inner > :last-child, .items.style1.medium > :last-child > .inner > :last-child, .items.style1.small > :last-child > .inner > :last-child { + margin-bottom: 0; + } + + } + +/* Items (style2) */ + + .items.style2 { + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-wrap: wrap; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + margin: 3rem 0; + position: relative; + border: solid 1px; + border-radius: 4px; + } + + .items.style2 > * { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + border-style: solid; + border-left-width: 1px; + border-top-width: 1px; + } + + .items.style2.big > * { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + width: 50%; + } + + .items.style2.big > *:nth-child(-n + 2) { + border-top-width: 0; + } + + .items.style2.big > *:nth-child(2n + 1) { + border-left-width: 0; + } + + .items.style2.medium > * { + padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ; + width: 33.33333%; + } + + .items.style2.medium > *:nth-child(-n + 3) { + border-top-width: 0; + } + + .items.style2.medium > *:nth-child(3n + 1) { + border-left-width: 0; + } + + .items.style2.small > * { + padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ; + width: 25%; + } + + .items.style2.small > *:nth-child(-n + 4) { + border-top-width: 0; + } + + .items.style2.small > *:nth-child(4n + 1) { + border-left-width: 0; + } + + @media screen and (max-width: 1280px) { + + .items.style2.small > *:nth-child(-n + 4) { + border-top-width: 1px; + } + + .items.style2.small > *:nth-child(4n + 1) { + border-left-width: 1px; + } + + .items.style2.small > * { + padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ; + width: 33.33333%; + } + + .items.style2.small > *:nth-child(-n + 3) { + border-top-width: 0; + } + + .items.style2.small > *:nth-child(3n + 1) { + border-left-width: 0; + } + + } + + @media screen and (max-width: 980px) { + + .items.style2.medium > *:nth-child(-n + 3) { + border-top-width: 1px; + } + + .items.style2.medium > *:nth-child(3n + 1) { + border-left-width: 1px; + } + + .items.style2.medium > * { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + width: 50%; + } + + .items.style2.medium > *:nth-child(-n + 2) { + border-top-width: 0; + } + + .items.style2.medium > *:nth-child(2n + 1) { + border-left-width: 0; + } + + .items.style2.small > *:nth-child(-n + 3) { + border-top-width: 1px; + } + + .items.style2.small > *:nth-child(3n + 1) { + border-left-width: 1px; + } + + .items.style2.small > * { + padding: 3.5rem 3.5rem 1.5rem 3.5rem ; + width: 50%; + } + + .items.style2.small > *:nth-child(-n + 2) { + border-top-width: 0; + } + + .items.style2.small > *:nth-child(2n + 1) { + border-left-width: 0; + } + + } + + @media screen and (max-width: 480px) { + + .items.style2.big > *:nth-child(-n + 2) { + border-top-width: 1px; + } + + .items.style2.big > *:nth-child(2n + 1) { + border-left-width: 1px; + } + + .items.style2.big > * { + padding: 2.625rem 2.625rem 0.625rem 2.625rem ; + width: 100%; + } + + .items.style2.big > *:nth-child(-n + 1) { + border-top-width: 0; + } + + .items.style2.big > *:nth-child(1n + 1) { + border-left-width: 0; + } + + .items.style2.medium > *:nth-child(-n + 2) { + border-top-width: 1px; + } + + .items.style2.medium > *:nth-child(2n + 1) { + border-left-width: 1px; + } + + .items.style2.medium > * { + padding: 2.625rem 2.625rem 0.625rem 2.625rem ; + width: 100%; + } + + .items.style2.medium > *:nth-child(-n + 1) { + border-top-width: 0; + } + + .items.style2.medium > *:nth-child(1n + 1) { + border-left-width: 0; + } + + .items.style2.small > *:nth-child(-n + 2) { + border-top-width: 1px; + } + + .items.style2.small > *:nth-child(2n + 1) { + border-left-width: 1px; + } + + .items.style2.small > * { + padding: 2.625rem 2.625rem 0.625rem 2.625rem ; + width: 100%; + } + + .items.style2.small > *:nth-child(-n + 1) { + border-top-width: 0; + } + + .items.style2.small > *:nth-child(1n + 1) { + border-left-width: 0; + } + + } + +/* Items (style3) */ + + .items.style3 { + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + -moz-flex-wrap: wrap; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -moz-justify-content: center; + -webkit-justify-content: center; + -ms-justify-content: center; + justify-content: center; + margin: 3rem 0; + position: relative; + } + + .items.style3 > * { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + } + + .items.style3.big > * { + padding: 1.75rem 1.75rem 0.1rem 1.75rem ; + width: 50%; + } + + .items.style3.medium > * { + padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ; + width: 33.33333%; + } + + .items.style3.small > * { + padding: 0.65625rem 0.65625rem 0.1rem 0.65625rem ; + width: 25%; + } + + @media screen and (max-width: 1280px) { + + .items.style3.small > * { + padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ; + width: 33.33333%; + } + + } + + @media screen and (max-width: 980px) { + + .items.style3.medium > * { + padding: 1.75rem 1.75rem 0.1rem 1.75rem ; + width: 50%; + } + + .items.style3.small > * { + padding: 1.75rem 1.75rem 0.1rem 1.75rem ; + width: 50%; + } + + } + + @media screen and (max-width: 736px) { + + .items.style3 { + margin: 2rem 0; + } + + } + + @media screen and (max-width: 480px) { + + .items.style3.big > * { + padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ; + width: 100%; + } + + .items.style3.medium > * { + padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ; + width: 100%; + } + + .items.style3.small > * { + padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ; + width: 100%; + } + + .items.style3.big > *, .items.style3.medium > *, .items.style3.small > * { + padding-left: 0; + padding-right: 0; + } + + .items.style3.big > :first-child, .items.style3.medium > :first-child, .items.style3.small > :first-child { + padding-top: 0; + } + + .items.style3.big > :last-child, .items.style3.medium > :last-child, .items.style3.small > :last-child { + padding-bottom: 0; + } + + .items.style3.big > :last-child > .inner > :last-child, .items.style3.medium > :last-child > .inner > :last-child, .items.style3.small > :last-child > .inner > :last-child { + margin-bottom: 0; + } + + } + + .items.style1 > * { + border-color: rgba(0, 0, 0, 0.2); + } + + .items.style2 { + border-color: rgba(0, 0, 0, 0.2); + } + + .items.style2 > * { + border-color: rgba(0, 0, 0, 0.2); + } + +/* Index */ + + .index > * { + padding: 3rem 0 1rem 0 ; + display: -moz-flex; + display: -webkit-flex; + display: -ms-flex; + display: flex; + border-top: solid 1px; + } + + .index > * > header { + -moz-flex-grow: 0; + -webkit-flex-grow: 0; + -ms-flex-grow: 0; + flex-grow: 0; + -moz-flex-shrink: 0; + -webkit-flex-shrink: 0; + -ms-flex-shrink: 0; + flex-shrink: 0; + width: 15rem; + } + + .index > * > .content { + -moz-flex-grow: 1; + -webkit-flex-grow: 1; + -ms-flex-grow: 1; + flex-grow: 1; + -moz-flex-shrink: 1; + -webkit-flex-shrink: 1; + -ms-flex-shrink: 1; + flex-shrink: 1; + } + + .index > :first-child { + border-top: 0; + } + + @media screen and (max-width: 980px) { + + .index > * > header { + width: 11rem; + } + + } + + @media screen and (max-width: 736px) { + + .index > * > header { + width: 10rem; + } + + } + + @media screen and (max-width: 480px) { + + .index > * { + -moz-flex-direction: column; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + } + + .index > * > header { + width: 100%; + } + + } + + .index > * { + border-top-color: rgba(0, 0, 0, 0.2); + } + +/* Wrapper */ + + #wrapper { + background-color: inherit; + width: 100%; + overflow-x: hidden; + } + + #wrapper > .invert { + background-color: #000000; + color: #ffffff; + } + + #wrapper > .invert input, #wrapper > .invert select, #wrapper > .invert textarea { + color: #ffffff; + } + + #wrapper > .invert a { + color: #ffffff; + } + + #wrapper > .invert a:hover { + color: #47D3E5; + } + + #wrapper > .invert strong, #wrapper > .invert b { + color: #ffffff; + } + + #wrapper > .invert h1, #wrapper > .invert h2, #wrapper > .invert h3, #wrapper > .invert h4, #wrapper > .invert h5, #wrapper > .invert h6 { + color: #ffffff; + } + + #wrapper > .invert blockquote { + border-left-color: white; + } + + #wrapper > .invert code { + background: rgba(255, 255, 255, 0.125); + border-color: white; + } + + #wrapper > .invert hr { + border-bottom-color: white; + } + + #wrapper > .invert .box { + border-color: white; + } + + #wrapper > .invert input[type="submit"], + #wrapper > .invert input[type="reset"], + #wrapper > .invert input[type="button"], + #wrapper > .invert button, + #wrapper > .invert .button { + background-color: transparent; + box-shadow: inset 0 0 0 1px white; + color: #ffffff !important; + } + + #wrapper > .invert input[type="submit"]:hover, + #wrapper > .invert input[type="reset"]:hover, + #wrapper > .invert input[type="button"]:hover, + #wrapper > .invert button:hover, + #wrapper > .invert .button:hover { + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + #wrapper > .invert input[type="submit"]:active, + #wrapper > .invert input[type="reset"]:active, + #wrapper > .invert input[type="button"]:active, + #wrapper > .invert button:active, + #wrapper > .invert .button:active { + background-color: rgba(71, 211, 229, 0.2); + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5 !important; + } + + #wrapper > .invert input[type="submit"].special, + #wrapper > .invert input[type="reset"].special, + #wrapper > .invert input[type="button"].special, + #wrapper > .invert button.special, + #wrapper > .invert .button.special { + background-color: #ffffff; + box-shadow: none; + color: #000000 !important; + } + + #wrapper > .invert input[type="submit"].special:hover, + #wrapper > .invert input[type="reset"].special:hover, + #wrapper > .invert input[type="button"].special:hover, + #wrapper > .invert button.special:hover, + #wrapper > .invert .button.special:hover { + background-color: #47D3E5; + } + + #wrapper > .invert input[type="submit"].special:active, + #wrapper > .invert input[type="reset"].special:active, + #wrapper > .invert input[type="button"].special:active, + #wrapper > .invert button.special:active, + #wrapper > .invert .button.special:active { + background-color: #1ebdd1; + } + + #wrapper > .invert label { + color: #ffffff; + } + + #wrapper > .invert input[type="text"], + #wrapper > .invert input[type="password"], + #wrapper > .invert input[type="email"], + #wrapper > .invert input[type="tel"], + #wrapper > .invert input[type="search"], + #wrapper > .invert input[type="url"], + #wrapper > .invert select, + #wrapper > .invert textarea { + border-color: white; + } + + #wrapper > .invert input[type="text"]:focus, + #wrapper > .invert input[type="password"]:focus, + #wrapper > .invert input[type="email"]:focus, + #wrapper > .invert input[type="tel"]:focus, + #wrapper > .invert input[type="search"]:focus, + #wrapper > .invert input[type="url"]:focus, + #wrapper > .invert select:focus, + #wrapper > .invert textarea:focus { + border-color: #47D3E5; + box-shadow: 0 0 0 1px #47D3E5; + } + + #wrapper > .invert .select-wrapper:before { + color: white; + } + + #wrapper > .invert input[type="checkbox"] + label, + #wrapper > .invert input[type="radio"] + label { + color: #ffffff; + } + + #wrapper > .invert input[type="checkbox"] + label:before, + #wrapper > .invert input[type="radio"] + label:before { + border-color: white; + } + + #wrapper > .invert input[type="checkbox"]:checked + label:before, + #wrapper > .invert input[type="radio"]:checked + label:before { + background-color: #ffffff; + border-color: #ffffff; + color: #000000; + } + + #wrapper > .invert input[type="checkbox"]:focus + label:before, + #wrapper > .invert input[type="radio"]:focus + label:before { + border-color: #47D3E5; + box-shadow: 0 0 0 1px #47D3E5; + } + + #wrapper > .invert ::-webkit-input-placeholder { + color: #ffffff !important; + } + + #wrapper > .invert :-moz-placeholder { + color: #ffffff !important; + } + + #wrapper > .invert ::-moz-placeholder { + color: #ffffff !important; + } + + #wrapper > .invert :-ms-input-placeholder { + color: #ffffff !important; + } + + #wrapper > .invert .formerize-placeholder { + color: #ffffff !important; + } + + #wrapper > .invert .icon.style2:before { + box-shadow: inset 0 0 0 1px white; + } + + #wrapper > .invert a.icon.style2:hover:before { + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5; + } + + #wrapper > .invert a.icon.style2:active:before { + background-color: rgba(71, 211, 229, 0.1); + box-shadow: inset 0 0 0 1px #47D3E5; + color: #47D3E5; + } + + #wrapper > .invert ul.alt li { + border-top-color: white; + } + + #wrapper > .invert header p { + color: #ffffff; + } + + #wrapper > .invert table tbody tr { + border-color: white; + } + + #wrapper > .invert table tbody tr:nth-child(2n + 1) { + background-color: rgba(255, 255, 255, 0.125); + } + + #wrapper > .invert table tbody tr.alt { + background-color: rgba(255, 255, 255, 0.125) !important; + } + + #wrapper > .invert table th { + color: #ffffff; + } + + #wrapper > .invert table thead { + border-bottom-color: white; + } + + #wrapper > .invert table tfoot { + border-top-color: white; + } + + #wrapper > .invert table.alt tbody tr td { + border-color: white; + } + + #wrapper > .invert table.uniform tbody tr:nth-child(2n + 1) { + background-color: transparent; + } + + #wrapper > .invert .banner .image { + background-color: rgba(255, 255, 255, 0.125); + } + + #wrapper > .invert .banner.style4 .image { + border-color: white; + background-color: white; + border-width: 1px; + } + + #wrapper > .invert .banner.style4 .image:before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + #wrapper > .invert .banner.style4 .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + #wrapper > .invert .banner.style4.android .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + } + + #wrapper > .invert .spotlight .image { + background-color: rgba(255, 255, 255, 0.125); + } + + #wrapper > .invert .spotlight.style3 .image { + border-color: white; + background-color: white; + border-width: 1px; + } + + #wrapper > .invert .spotlight.style3 .image:before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + #wrapper > .invert .spotlight.style3 .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + border-color: white; + width: calc(100% + 2px); + margin-left: -1px; + } + + #wrapper > .invert .spotlight.style3.android .image:after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); + } + + #wrapper > .invert .gallery article .image { + background-color: rgba(255, 255, 255, 0.125); + } + + #wrapper > .invert .items.style1 > * { + border-color: white; + } + + #wrapper > .invert .items.style2 { + border-color: white; + } + + #wrapper > .invert .items.style2 > * { + border-color: white; + } + + #wrapper > .invert .index > * { + border-top-color: white; + } + + #wrapper > .color1 { + background-color: #30363d; + } + + #wrapper > .color2 { + background-color: #db8992; + } + + #wrapper > .color3 { + background-color: #ab7aad; + } + + #wrapper > .color4 { + background-color: #897cad; + } + + #wrapper > .color5 { + background-color: #7794ce; + } + + #wrapper > .color6 { + background-color: #64abb4; + } + + #wrapper > .color7 { + background-color: #6ba78c; + } + + #wrapper.divided > * { + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075); + } + + #wrapper.divided > *:first-child { + box-shadow: none !important; + } + + #wrapper.divided > .invert { + box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125); + } + + #wrapper.divided > .invert:first-child { + box-shadow: none !important; + } \ No newline at end of file diff --git a/bl-themes/story/assets/fonts/FontAwesome.otf b/bl-themes/story/assets/fonts/FontAwesome.otf new file mode 100644 index 00000000..d4de13e8 Binary files /dev/null and b/bl-themes/story/assets/fonts/FontAwesome.otf differ diff --git a/bl-themes/story/assets/fonts/fontawesome-webfont.eot b/bl-themes/story/assets/fonts/fontawesome-webfont.eot new file mode 100644 index 00000000..c7b00d2b Binary files /dev/null and b/bl-themes/story/assets/fonts/fontawesome-webfont.eot differ diff --git a/bl-themes/story/assets/fonts/fontawesome-webfont.svg b/bl-themes/story/assets/fonts/fontawesome-webfont.svg new file mode 100644 index 00000000..8b66187f --- /dev/null +++ b/bl-themes/story/assets/fonts/fontawesome-webfont.svg @@ -0,0 +1,685 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bl-themes/story/assets/fonts/fontawesome-webfont.ttf b/bl-themes/story/assets/fonts/fontawesome-webfont.ttf new file mode 100644 index 00000000..f221e50a Binary files /dev/null and b/bl-themes/story/assets/fonts/fontawesome-webfont.ttf differ diff --git a/bl-themes/story/assets/fonts/fontawesome-webfont.woff b/bl-themes/story/assets/fonts/fontawesome-webfont.woff new file mode 100644 index 00000000..6e7483cf Binary files /dev/null and b/bl-themes/story/assets/fonts/fontawesome-webfont.woff differ diff --git a/bl-themes/story/assets/fonts/fontawesome-webfont.woff2 b/bl-themes/story/assets/fonts/fontawesome-webfont.woff2 new file mode 100644 index 00000000..7eb74fd1 Binary files /dev/null and b/bl-themes/story/assets/fonts/fontawesome-webfont.woff2 differ diff --git a/bl-themes/story/assets/js/demo.js b/bl-themes/story/assets/js/demo.js new file mode 100644 index 00000000..01ede5ab --- /dev/null +++ b/bl-themes/story/assets/js/demo.js @@ -0,0 +1,563 @@ +/* + Story by HTML5 UP + html5up.net | @ajlkn + Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) + + Note: Only needed for demo purposes. Delete for production sites. +*/ + +(function($) { + + var $window = $(window); + + // Styles. + $( + '' + ).appendTo($('head')); + + // Functions. + $.fn.demo_controls = function(styles, userOptions) { + + var $this = $(this), + $styleProperty, $stylePropertyClasses, + $controls, $x, $y, $z, + options, + current, i, j, k, s, n, count; + + // No elements? + if (this.length == 0) + return $this; + + // Multiple elements? + if (this.length > 1) { + + for (var i=0; i < this.length; i++) + $(this[i]).demo_controls(styles, userOptions); + + return $this; + + } + + // Options. + options = $.extend({ + target: null, + palette: true + }, userOptions); + + // Controls. + if (styles) { + + $controls = $( + '' + + '' + + 'style' + + '' + (options.palette ? ', ' : ' ') + + '' + + (options.palette ? + '' + + 'scheme' + + '' + + 'default' + + 'invert' + + ', ' + + '' + + '' + + 'color' + + '' + + 'default' + + 'color1' + + 'color2' + + 'color3' + + 'color4' + + 'color5' + + 'color6' + + 'color7' + + ', ' + + '' + : '') + + '' + ); + + } + else { + + $controls = $( + '' + + (options.palette ? + '' + + 'scheme' + + '' + + 'default' + + 'invert' + + ' and ' + + '' + + '' + + 'color' + + '' + + 'default' + + 'color1' + + 'color2' + + 'color3' + + 'color4' + + 'color5' + + 'color6' + + 'color7' + + '' + + '' + : '') + + '' + ); + + } + + // Target. + switch (options.target) { + + case 'previous': + $this.prev().find('.demo-controls').replaceWith($controls); + break; + + default: + $this.find('.demo-controls').replaceWith($controls); + break; + + } + + // Styles. + if (styles) { + + $styleProperty = $controls.find('.property[data-name="style"]'); + $stylePropertyClasses = $styleProperty.children('.classes'); + + for (i in styles) { + + current = false; + count = Object.keys(styles[i]).length; + n = 1; + + // Add to style property. + $x = $(', ' + i + '') + .appendTo($stylePropertyClasses); + + if ($this.hasClass(i)) { + + $x.addClass('active'); + current = true; + + } + + // Step through properties. + for (j in styles[i]) { + + $x = $( + '' + + (n == count ? 'and ' : '') + + '' + j + '' + + '' + + '' + (n < count ? ', ' : '') + + '' + ).appendTo($controls); + + $y = $x.children('.classes'); + + if (current) + $x.addClass('active'); + + for (k in styles[i][j]) { + + $z = $(', ' + styles[i][j][k].replace('*', '') + '') + .appendTo($y); + + if (styles[i][j][k].substr(-1, 1) == '*') + $z.addClass('default'); + + if (current + && $this.hasClass(k)) + $z.addClass('active'); + + } + + n++; + + } + + } + + } + + // Events. + $controls.on('click', 'a', function(event) { + event.preventDefault(); + }); + + $controls.on('click', '.property.active', function(event) { + + var $property = $(this); + var $classes = $property.find('.classes > *'); + var $current = $classes.filter('.active'); + var $next; + + // Determine next. + if ($current.length == 0 + || $current.index() == $classes.length - 1) + $next = $classes.first(); + else + $next = $current.next(); + + // Turn on animate all. + $this.addClass('demo-animate-all'); + + // Deactivate current. + $current.removeClass('active'); + $this.removeClass($current.data('class')); + + // Activate next. + $next.addClass('active'); + $this.addClass($next.data('class')); + + // Turn off animate all. + setTimeout(function() { + $this.removeClass('demo-animate-all'); + }, 500); + + }); + + $controls.on('click', '.property[data-name="style"]', function(event) { + + var $property = $(this); + var $classes = $property.find('.classes > *'); + var $current = $classes.filter('.active'); + var $next; + + // Determine next. + if ($current.length == 0 + || $current.index() == $classes.length - 1) + $next = $classes.first(); + else + $next = $current.next(); + + // Turn on animate all. + $this.addClass('demo-animate-all'); + + // Deactivate current. + $current.removeClass('active'); + $this.removeClass($current.data('class')); + + $controls.find('.property[data-requires="' + $current.data('class') + '"]') + .removeClass('active'); + + $controls.find('.property[data-requires="' + $current.data('class') + '"] > .classes > .active').each(function() { + + $(this).removeClass('active'); + + if ($(this).data('class') != '-') + $this.removeClass($(this).data('class')); + + }); + + // Activate next. + $next.addClass('active'); + $this.addClass($next.data('class')); + + $controls.find('.property[data-requires="' + $next.data('class') + '"]') + .addClass('active'); + + $controls.find('.property[data-requires="' + $next.data('class') + '"] > .classes > .default').each(function() { + + $(this).addClass('active'); + + if ($(this).data('class') != '-') + $this.addClass($(this).data('class')); + + }); + + // Turn off animate all. + setTimeout(function() { + $this.removeClass('demo-animate-all'); + }, 500); + + }); + + }; + + // Elements. + + // Wrappers. + $('.wrapper').demo_controls(null, { + palette: true + }); + + // Banner. + $('.banner').demo_controls({ + style1: { + 'size': { + '-': 'normal', + 'fullscreen': 'fullscreen*' + }, + 'orientation': { + 'orient-left': 'left*', + 'orient-right': 'right' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + style2: { + 'size': { + '-': 'normal', + 'fullscreen': 'fullscreen*' + }, + 'orientation': { + 'orient-left': 'left', + 'orient-center': 'center*', + 'orient-right': 'right' + }, + 'content alignment': { + 'content-align-left': 'left', + 'content-align-center': 'center*', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + style3: { + 'size': { + '-': 'normal', + 'fullscreen': 'fullscreen*' + }, + 'orientation': { + 'orient-left': 'left', + 'orient-right': 'right*' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + style4: { + 'size': { + '-': 'normal', + 'fullscreen': 'fullscreen*' + }, + 'phone type': { + 'iphone': 'iphone*', + 'android': 'android' + }, + 'orientation': { + 'orient-left': 'left', + 'orient-right': 'right*' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + style5: { + 'size': { + '-': 'normal', + 'fullscreen': 'fullscreen*' + }, + 'content alignment': { + 'content-align-left': 'left', + 'content-align-center': 'center*', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + } + }); + + // Spotlight. + $('.spotlight').demo_controls({ + style1: { + 'orientation': { + 'orient-left': 'left', + 'orient-right': 'right*' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left*', + 'image-position-center': 'center', + 'image-position-right': 'right' + } + }, + style2: { + 'orientation': { + 'orient-left': 'left', + 'orient-right': 'right*' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + style3: { + 'phone type': { + 'iphone': 'iphone*', + 'android': 'android' + }, + 'orientation': { + 'orient-left': 'left', + 'orient-right': 'right*' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + style4: { + 'size': { + '-size': 'normal', + 'fullscreen': 'fullscreen*', + 'halfscreen': 'halfscreen' + }, + 'orientation': { + 'orient-left': 'left*', + 'orient-center': 'center', + 'orient-right': 'right' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + style5: { + 'size': { + '-size': 'normal', + 'fullscreen': 'fullscreen*', + 'halfscreen': 'halfscreen' + }, + 'orientation': { + 'orient-left': 'left*', + 'orient-center': 'center', + 'orient-right': 'right' + }, + 'content alignment': { + 'content-align-left': 'left*', + 'content-align-center': 'center', + 'content-align-right': 'right' + }, + 'image position': { + 'image-position-left': 'left', + 'image-position-center': 'center*', + 'image-position-right': 'right' + } + }, + }); + + // Gallery. + $('.gallery').demo_controls({ + style1: { + 'size': { + 'small': 'small', + 'medium': 'medium*', + 'big': 'big' + } + }, + style2: { + 'size': { + 'small': 'small', + 'medium': 'medium*', + 'big': 'big' + } + }, + }, { + target: 'previous', + palette: false + }); + + // Items. + $('.items').demo_controls({ + style1: { + 'size': { + 'small': 'small', + 'medium': 'medium*', + 'big': 'big' + } + }, + style2: { + 'size': { + 'small': 'small', + 'medium': 'medium*', + 'big': 'big' + } + }, + style3: { + 'size': { + 'small': 'small', + 'medium': 'medium*', + 'big': 'big' + } + } + }, { + target: 'previous', + palette: false + }); + +})(jQuery); \ No newline at end of file diff --git a/bl-themes/story/assets/js/jquery.min.js b/bl-themes/story/assets/js/jquery.min.js new file mode 100644 index 00000000..0f60b7bd --- /dev/null +++ b/bl-themes/story/assets/js/jquery.min.js @@ -0,0 +1,5 @@ +/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b="length"in a&&a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1; + +return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/\s*$/g,ra={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?""!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("