Updated language dictionaries and minor changes on CSS
This commit is contained in:
parent
e4227394a8
commit
5b8d1233dc
|
@ -1,20 +1,19 @@
|
|||
/* ----------- UIKIT HACKs FOR BLUDIT ----------- */
|
||||
html {
|
||||
background: #F7F7F7;
|
||||
background: rgba(250,250,250,1);
|
||||
background: -moz-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(68%, rgba(240,240,240,1)), color-stop(100%, rgba(232,232,232,1)));
|
||||
background: -webkit-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: -o-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: -ms-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: linear-gradient(135deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8', GradientType=1 );
|
||||
}
|
||||
|
||||
.uk-form * {
|
||||
border-radius: 2px !important;
|
||||
}
|
||||
|
||||
.uk-button-primary {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.uk-button-primary:hover {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"] {
|
||||
border-color: #EBEBEB !important;
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
/* ----------- UIKIT HACKs FOR BLUDIT ----------- */
|
||||
html {
|
||||
background: #F7F7F7;
|
||||
background: rgba(250,250,250,1);
|
||||
background: -moz-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(68%, rgba(240,240,240,1)), color-stop(100%, rgba(232,232,232,1)));
|
||||
background: -webkit-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: -o-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: -ms-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
background: linear-gradient(135deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 68%, rgba(232,232,232,1) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8', GradientType=1 );
|
||||
}
|
||||
|
||||
* {
|
||||
border-radius: 2px !important;
|
||||
}
|
||||
|
||||
.uk-button-primary {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.uk-button-primary:hover {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"] {
|
||||
border-color: #EBEBEB !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -31,11 +31,11 @@
|
|||
<div class="uk-vertical-align-middle login-box">
|
||||
<h1>BLUDIT</h1>
|
||||
<?php
|
||||
if(Alert::defined()) {
|
||||
echo '<div class="uk-alert">'.Alert::get().'</div>';
|
||||
if (Alert::defined()) {
|
||||
echo '<div class="uk-alert uk-alert-danger">'.Alert::get().'</div>';
|
||||
}
|
||||
|
||||
if( Sanitize::pathFile(PATH_ADMIN_VIEWS, $layout['view'].'.php') ) {
|
||||
if (Sanitize::pathFile(PATH_ADMIN_VIEWS, $layout['view'].'.php')) {
|
||||
include(PATH_ADMIN_VIEWS.$layout['view'].'.php');
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -1,242 +1,203 @@
|
|||
{
|
||||
"language-data":
|
||||
{
|
||||
"native": "Ελληνικά (Greek)",
|
||||
"native": "Ελληνικά",
|
||||
"english-name": "Greek",
|
||||
"last-update": "2016-06-21",
|
||||
"locale": "el, el_CY, el_GR",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "penglezos",
|
||||
"email": "panagiotisegl@gmail.com",
|
||||
"website": "www.penglezos.com"
|
||||
},
|
||||
|
||||
"username": "Όνομα Χρήστη",
|
||||
"password": "Κωδικός Πρόσβασης",
|
||||
"confirm-password": "Επιβεβαίωση Κωδικού",
|
||||
"editor": "Εκδότης",
|
||||
"dashboard": "Πίνακας Ελέγχου",
|
||||
"role": "Ρόλος",
|
||||
"post": "Δημοσίευση",
|
||||
"posts": "Δημοσιεύσεις",
|
||||
"users": "Χρήστες",
|
||||
"administrator": "Διαχειριστής",
|
||||
"add": "Προσθήκη",
|
||||
"cancel": "Ακύρωση",
|
||||
"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": "Περιεχόμενο",
|
||||
"title": "Τίτλος",
|
||||
"no-parent": "Μη Γονικό",
|
||||
"edit-page": "Επεξεργασία Σελίδας",
|
||||
"edit-post": "Επεξεργασία Δημοσίευσης",
|
||||
"add-a-new-user": "Προσθήκη Χρήστη",
|
||||
"parent": "Γονικό",
|
||||
"friendly-url": "Φιλικό URL",
|
||||
"description": "Περιγραφή",
|
||||
"posted-by": "Δημοσίευση Από",
|
||||
"tags": "Ετικέτες",
|
||||
"position": "Θέση",
|
||||
"save": "Αποθήκευση",
|
||||
"draft": "Πρόχειρο",
|
||||
"delete": "Διαγραφή",
|
||||
"registered": "Εγγεγραμμενος",
|
||||
"notifications": "Ειδοποιήσεις",
|
||||
"profile": "Προφίλ",
|
||||
"email": "Μήνυμα Ηλεκτρονικού Ταχυδρομείου (e-mail)",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "Χρήστες",
|
||||
"settings": "Ρυθμίσεις",
|
||||
"general": "Γενικά",
|
||||
"advanced": "Προχωρημένα",
|
||||
"regional": "Τοπικά",
|
||||
"about": "Σχετικά",
|
||||
"login": "Σύνδεση",
|
||||
"logout": "Αποσύνδεση",
|
||||
"manage": "Διαχείριση",
|
||||
"themes": "Θέματα",
|
||||
"prev-page": "Προηγούμενη Σελίδα",
|
||||
"next-page": "Επόμενη Σελίδα",
|
||||
"configure-plugin": "Διαμόρφωση Προσθέτου",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Επιβεβαίωση διαγραφής, αυτή η πράξη δεν μπορεί να ολοκληρωθεί ξανά.",
|
||||
"site-title": "Τίτλος Ιστότοπου",
|
||||
"site-slogan": "Σύνθημα Ιστότοπου",
|
||||
"site-description": "Περιγραφή Ιστότοπου",
|
||||
"footer-text": "Κείμενο Υποσελίδας",
|
||||
"posts-per-page": "Δημοσιεύσεις ανά Σελίδα",
|
||||
"site-url": "URL Ιστότοπου",
|
||||
"writting-settings": "Εγγραφή Ρυθμίσεων",
|
||||
"url-filters": "Φίλτρα URL",
|
||||
"page": "Σελίδα",
|
||||
"pages": "Σελίδες",
|
||||
"home": "Αρχική Σελίδα",
|
||||
"welcome-back": "Καλώς Ορίσατε",
|
||||
"language": "Γλώσσα",
|
||||
"website": "Ιστοσελίδα",
|
||||
"timezone": "Ζώνη Ώρας",
|
||||
"locale": "Τοποθεσία",
|
||||
"new-post": "Νέα Δημοσίευση",
|
||||
"new-page": "Νέα Σελίδα",
|
||||
"html-and-markdown-code-supported": "Ο HTML και Markdown κώδικας υποστηρίζεται",
|
||||
"manage-posts": "Διαχείριση Δημοσιεύσεων",
|
||||
"published-date": "Ημέρα Δημοσίευσης",
|
||||
"modified-date": "Ημέρα Επεξεργασίας",
|
||||
"empty-title": "Κενός Τίτλος",
|
||||
"plugins": "Πρόσθετα",
|
||||
"install-plugin": "Εγκατάσταση Προσθέτων",
|
||||
"uninstall-plugin": "Απεγκατάσταση Προσθέτων",
|
||||
"new-password": "Νέος Κωδικός",
|
||||
"edit-user": "Επεξεργασία Χρήστη",
|
||||
"publish-now": "Δημοσίευσε Τώρα",
|
||||
"first-name": "Μικρό Όνομα",
|
||||
"last-name": "Επώνυμο",
|
||||
"bludit-version": "Έκδοση Bludit",
|
||||
"powered-by": "Λειτουργεί Με",
|
||||
"recent-posts": "Πρόσφατες Δημοσιεύσεις",
|
||||
"manage-pages": "Διαχείριση Σελιδών",
|
||||
"advanced-options": "Προχωρημένες Επιλογές",
|
||||
"user-deleted": "Ο Χρήστης Διαγράφηκε",
|
||||
"page-added-successfully": "Η Σελίδα προσθέθηκε με επιτυχία",
|
||||
"post-added-successfully": "Η Δημοσίευση πρσθέθηκε με επιτυχία",
|
||||
"the-post-has-been-deleted-successfully": "Η Δημοσίευση διαγράφηκε με επιτυχία",
|
||||
"the-page-has-been-deleted-successfully": "Η Σελίδα διαγράφηκε με επιτυχία",
|
||||
"username-or-password-incorrect": "Το Όνομα Χρήστη ή ο Κωδικός Πρόσβασης είναι λάθος",
|
||||
"database-regenerated": "Η Βάση Δεδομένων αναζωογονήθηκε",
|
||||
"the-changes-have-been-saved": "Οι αλλαγές έχουν αποθηκευτεί",
|
||||
"enable-more-features-at": "Ενεργοποίηση περισσοτέρων χαρακτηριστικών σε",
|
||||
"username-already-exists": "Το Όνομα Χρήστη υπάρχει ήδη",
|
||||
"username-field-is-empty": "Το Όνομα Χρήστη είναι άδειο",
|
||||
"the-password-and-confirmation-password-do-not-match":"Ο Κωδικός και η επιβαιβέωση δεν είναι ίδια",
|
||||
"user-has-been-added-successfully": "Ο Χρήστης προσθέθηκε με επιτυχία",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "New category",
|
||||
"you-do-not-have-sufficient-permissions": "Δέν έχεις τα επιτρεπτά διακαιώματα για την πρόσβαση της Σελίδας, επικοινωνήστε με τον διαχειρηστή.",
|
||||
"settings-advanced-writting-settings": "Ρυθμίσεις->Προχωρημένα->Ρυθμίσεις Γραφής",
|
||||
"new-posts-and-pages-synchronized": "Οι νέες Δημοσιεύσιες και Σελίδες συγχρονίστικαν.",
|
||||
"you-can-choose-the-users-privilege": "Μπορείς να επιλέξεις τα δικαιώματα του χρήστη. Ο ρόλος του Εκδότη μπορεί να γράψει Σελίδες και Δημοσιεύσεις.",
|
||||
"email-will-not-be-publicly-displayed": "To Μήνυμα Ηλεκτρονικού Ταχυδρομείου (e-mail) δεν θα εμφανιστεί δημοσίως. Προτεινόμενο για επαναφορά κωδικού και ειδοποιήσεων.",
|
||||
"use-this-field-to-name-your-site": "Χρησιμοποιήσετε αυτό το πεδίο για να δώσετε όνομα στην Ιστοσελίδα σας, θα εμφανιστεί στην κορυφή απο κάθε σελίδα της Ιστοσελίδα σας.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Χρησιμοποιήσετε αυτό το πεδίο ώστε να προσθέσετε μια φράση για την Ιστοσελίδα σας.",
|
||||
"you-can-add-a-site-description-to-provide": "Μπορείτε να προσθέσετε περιγραφή στην ιστοσελίδα σας ώστε να προσφέρετε μια μικρή περιγραφή ή βιογραφία για την Ιστοσελίδα σας.",
|
||||
"you-can-add-a-small-text-on-the-bottom": "Μπορείτε να προσθέσετε ένα μικρό κείμενο στον πάτο κάθε σελίδας πχ: δικαιώματα, διαχειρηστής, ημερομηνίες κτλπ.",
|
||||
"number-of-posts-to-show-per-page": "Αριθμός δημοσιεύσεων που θα εμφανιστούν ανα σελίδα.",
|
||||
"the-url-of-your-site": "Το URL της Ιστοσελίδας σας.",
|
||||
"add-or-edit-description-tags-or": "Προσθήκη ή επεξεργασία περιγραφής, ετικετών η επεξεργασία φιλικού URL.",
|
||||
"select-your-sites-language": "Επιλογή Γλώσσας της Ιστοσελίδας σας.",
|
||||
"select-a-timezone-for-a-correct": "Επιλογή ζώνη ώρας για μια σωστή ημέρα/ώρα που θα εμφανιστεί στην Ιστοσελίδα σας.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Μπορείται να χρησιμοποιήσετε αυτό το πεδίο για να καθορίσετε τις παραμέτρους σχετικά με την γλώσσα, την χώρα και τις ειδικές προτιμήσεις.",
|
||||
"you-can-modify-the-url-which-identifies":"Μπορείται να επεξεργαστείτε το URL το οποίο ταυτοποιεί τη σελίδα ή την δημοσίευση χρησιμοποιόντας ανθρώπινες λέξεις κλειδιά. Όριο χαρακτήρων: 150.",
|
||||
"this-field-can-help-describe-the-content": "Αυτό το πεδίο μπορεί να βοηθήσε στην περιγραφή του περιεγχομένου σε λίγες λέξεις. Όριο χαρακτήρων: 150.",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"Διαγραή του χρήστη και όλων των δημοσιεύσεων του",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Διαγραφή χρήστη και όλες τις δημοσιεύσεις που σχετίζοντε με τον διαχειρηστή χρήστη",
|
||||
"read-more": "Διαβάστε περισσότερα",
|
||||
"show-blog": "Εμφάνιση Ιστολογίου (blog)",
|
||||
"default-home-page": "Προεπιλεγμένη αρχική σελίδα",
|
||||
"version": "Έκδοση",
|
||||
"there-are-no-drafts": "Δεν υπάρχουν πρόχειρα.",
|
||||
"create-a-new-article-for-your-blog":"Δημιουργία νέου άρθρου για το blog σας.",
|
||||
"create-a-new-page-for-your-website":"Δημιουργία νέας σελίδας για την Ιστοσελίδα σας.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"Προσκαλέστε ένα φίλο για συνεργασία της Ιστοσελίδα σας.",
|
||||
"change-your-language-and-region-settings":"Αλλάξτε τις ρυθμίσεις γλώσσας και περιοχής.",
|
||||
"language-and-timezone":"Γλώσσα και Ζώνη Ώρας",
|
||||
"author": "Συγγραφέας",
|
||||
"start-here": "Ξεκινήστε εδώ",
|
||||
"install-theme": "Εγκατάσταση Θέματος",
|
||||
"first-post": "Πρώτη δημοσίευση",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Συγχαρητήρια έχετε εγκαταστήσει με επιτυχία το **Bludit**",
|
||||
"whats-next": "Τι είναι επόμενο",
|
||||
|
||||
"follow-bludit-on": "Ακολουθείστε το Bludit σε: ",
|
||||
"visit-the-support-forum": "Επισκευτείτε το [forum] https://forum.bludit.com) για υποστήριξη",
|
||||
"read-the-documentation-for-more-information": "Διαβάσετε το [documentation](https://docs.bludit.com) για πληροφορίες",
|
||||
"share-with-your-friends-and-enjoy": "Κοινοποιήστε με τους φίλους σας και διασκεδάστε",
|
||||
"the-page-has-not-been-found": "Αυτή η Σελίδα δεν βρέθηκε.",
|
||||
"error": "Πρόβλημα",
|
||||
"bludit-installer": "Εγκατάσταση Bludit",
|
||||
"welcome-to-the-bludit-installer": "Καλώς Ορίσατε στην Εγκατάσταση Bludit",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Ολοκληρώστε αυτή την φόρμα, επιλέξτε κωδικό για το όνομα χρήστη « admin »",
|
||||
"password-visible-field": "Κωδικός, εμφανές κενό!",
|
||||
"install": "Εγκατάσταση",
|
||||
"choose-your-language": "Επιλέξτε την Γλώσσα σας",
|
||||
"next": "Επόμενο",
|
||||
"the-password-field-is-empty": "Το πεδίο του κωδικού είναι κενό",
|
||||
"your-email-address-is-invalid":"Η διεύθυνση email είναι λάθος.",
|
||||
"proceed-anyway": "Συνεχίστε παρόλα αυτά!",
|
||||
"drafts":"Πρόχειρα",
|
||||
"ip-address-has-been-blocked": "Η διεύθυνση IP έχει μπλοκαριστεί.",
|
||||
"try-again-in-a-few-minutes": "Προσπαθήστε ξανά σε μερικά λεπτά.",
|
||||
"date": "Ημέρα",
|
||||
|
||||
"scheduled": "Προγραμματισμένο",
|
||||
"publish": "Δημοσίευσε",
|
||||
"please-check-your-theme-configuration": "Παρακαλώ ελέγξτε την ρύθμιση του θέματος.",
|
||||
"plugin-label": "Κείμενο προσθέτου",
|
||||
"enabled": "Ενεργοποίημενο",
|
||||
"disabled": "Απενεργοποιημένο",
|
||||
"cli-mode": "Λειτουργία Cli",
|
||||
"command-line-mode": "Λειτουργία Command line",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Ενεργοποίηση της command line λειτουργίας άμα προσθέσετε, επεξεργαστείτε ή διαγράψετε δημοσιεύσεις και σελίδες απο το filesystem",
|
||||
|
||||
"configure": "Ρυθμίστε",
|
||||
"uninstall": "Απεγκατάσταση",
|
||||
"change-password": "Αλλαγή Κωδικού",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "Για να προγραμματίσετε την δημοσίευση, απλά επιλέξτε την ημέρομηνία και την ώρα.",
|
||||
"write-the-tags-separated-by-commas": "Γράψτε τις ετικέτες διαχωρισμένες με κόμμα.",
|
||||
"status": "Κατάσταση",
|
||||
"published": "Δημοσιοποιημένο",
|
||||
"scheduled-posts": "Προγραμματισμένες δημοσιεύσεις",
|
||||
"statistics": "Στατιστικά",
|
||||
"name": "Όνομα",
|
||||
"email-account-settings":"Ρυθμίσεις Email λογαριασμού",
|
||||
"sender-email": "Email αποστολέα",
|
||||
"emails-will-be-sent-from-this-address":"Τα Emails θα σταλθούν απο αυτή την διεύθυνση.",
|
||||
"bludit-login-access-code": "BLUDIT - Κωδικός Σύνδεσης",
|
||||
"check-your-inbox-for-your-login-access-code":"Ελέγξτε το inbox για τον Κωδικό Σύνδεσης",
|
||||
"there-was-a-problem-sending-the-email":"Υπήρχε ένα πρόβλημα για να σταλθεί το email",
|
||||
"back-to-login-form": "Επιστροφή στην φόρμα Σύνδεσης",
|
||||
"send-me-a-login-access-code": "Στείλτε μου τον κωδικό Σύνδεσης",
|
||||
"get-login-access-code": "Πάρε τον κωδικό Σύνδεσης",
|
||||
"email-notification-login-access-code": "<p>Αυτή η ειδοποίηση είναι απο την Ιστοσελίδα σας {{WEBSITE_NAME}}</p><p>Ζητήσατε εναν κωδικό Σύνδεσης, ακολουθήστε τον παρακάτω σύνδεσμο:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Δεν υπάρχουν προγραμματισμένες δημοσιεύσεις.",
|
||||
"show-password": "Εμφάνιση Κωδικού",
|
||||
"edit-or-remove-your=pages": "Επεξεργασία ή διαγραή των σελιδών.",
|
||||
"edit-or-remove-your-blogs-posts": "Επεξεργασία ή διαγραφή των δημοσιεύσεων του blog.",
|
||||
"general-settings": "Γενικές Ρυθμίσεις",
|
||||
"advanced-settings": "Προχωρημένες Ρυθμίσεις",
|
||||
"manage-users": "Διαχείριση Χρηστών",
|
||||
"view-and-edit-your-profile": "Δείτε και επεξεργα το προφίλ σας.",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "Ο κωδικός πρέπει να είναι 6 χαρακτήρες μακρής",
|
||||
"images": "Εικόνες",
|
||||
"upload-image": "Ανέβασμα Εικόνας",
|
||||
"drag-and-drop-or-click-here": "Σύρτε και αφήστε ή κλικ εδώ",
|
||||
"insert-image": "Εισαγωγή Εικόνας",
|
||||
"supported-image-file-types": "Υποστηρισμένες εικόνες (τύποι αρχείων)",
|
||||
"date-format": "Μορφή Ημέρας",
|
||||
"time-format": "Μορφή Ώρας",
|
||||
"chat-with-developers-and-users-on-gitter":"Συζητήστε με προγραμματιστές και χρήστες στο [Gitter](https://gitter.im/dignajar/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site":"Αυτή είναι μια σύντομη περιγραφή του εαυτού σας στην ιστοσελίδα σας, για να αλλάξετε αυτό το κείμενο πηγαίνετε στο μενού διαχείρησης, ρυθμίσεις, πρόσθετα, και ρυθμίσεις σχετικά με τα πρόσθετα.",
|
||||
"profile-picture": "Εικόνα Προφίλ",
|
||||
"the-about-page-is-very-important": "Η σχετική σελιδα είναι σημαντικό και δυνατό εργαλείο για πελάτες και συνεργάτες. Για αυτούς που αναρωτιούνται ποιός είναι πισω απο την ιστοσελίδα, την σχετική σελίδα είναι η πρώτη πηγή πληροφοριών.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Αλλαγή περιεγχομένου σελίδας στο μενού διαχείρησης, διαχείρηση, σελίδες και επιλογή στην σχετική σελίδα.",
|
||||
"about-your-site-or-yourself": "Σχετικά με την Ιστοσελίδα ή τον εαυτό σας",
|
||||
"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",
|
||||
|
||||
"site-information": "Πληροφορίες Ιστοσελίδας",
|
||||
"date-and-time-formats": "Μορφή Ημέρας και Ώρας",
|
||||
"activate": "Ενεργοποίημενο",
|
||||
"deactivate": "Απενεργοποιημένο",
|
||||
|
||||
"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": "Εικόνα Εξοφύλλου",
|
||||
"blog": "Ιστολόγιο",
|
||||
"more-images": "Περισσότερς Εικόνες",
|
||||
|
||||
"click-here-to-cancel": "Επιλέξτε εδώ για να ακυρώσετε.",
|
||||
"type-the-tag-and-press-enter": "Εισάγετε την ετικέτα και πατήστε το enter.",
|
||||
"add": "Προσθήκη",
|
||||
"manage-your-bludit-from-the-admin-panel": "Διαχείριση Bludit [admin area]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"Δεν υπάρχουν εικόνες",
|
||||
|
||||
"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",
|
||||
"current-format": "Τωρινή Μορφή"
|
||||
}
|
||||
"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": "Προσπαθήστε ξανά σε μερικά λεπτά."
|
||||
}
|
|
@ -3,237 +3,200 @@
|
|||
{
|
||||
"native": "اللغة العربية",
|
||||
"english-name": "Arabic",
|
||||
"last-update": "2016-04-16",
|
||||
"author": "english4ar.com",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "",
|
||||
"email": "",
|
||||
"website": "english4ar.com"
|
||||
"website": ""
|
||||
},
|
||||
|
||||
"username": "المعرف",
|
||||
"password": "كلمة السر",
|
||||
"confirm-password": "تأكيد كلمة السر",
|
||||
"editor": "المحرر",
|
||||
"dashboard": "لوحة التحكم",
|
||||
"role": "الدور",
|
||||
"post": "مشاركة",
|
||||
"posts": "المشاركات",
|
||||
"users": "المستخدمين",
|
||||
"administrator": "المدير",
|
||||
"add": "أضف",
|
||||
"cancel": "إلغاء",
|
||||
"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": "المحتوى",
|
||||
"title": "العنوان",
|
||||
"no-parent": "لا ملحقات",
|
||||
"edit-page": "تحرير الصفحة",
|
||||
"edit-post": "تحرير المشاركة",
|
||||
"add-a-new-user": "أضف مستخدم جديد",
|
||||
"parent": "ملحق",
|
||||
"friendly-url": "روابط محسنة",
|
||||
"description": "الوصف",
|
||||
"posted-by": "مشاركة من",
|
||||
"tags": "علامات",
|
||||
"position": "موضع",
|
||||
"save": "حفظ",
|
||||
"draft": "مسودة",
|
||||
"delete": "حذف",
|
||||
"registered": "مسجل",
|
||||
"notifications": "تنبيهات",
|
||||
"profile": "الملف الشخصي",
|
||||
"email": "البريد الإلكتروني",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "المستخدمين",
|
||||
"settings": "الإعدادات",
|
||||
"general": "عـام",
|
||||
"advanced": "متقدم",
|
||||
"regional": "إقليمي",
|
||||
"about": "من نحن",
|
||||
"login": "تسجيل الدخول",
|
||||
"logout": "الخروج",
|
||||
"manage": "إدارة",
|
||||
"themes": "الحلل",
|
||||
"prev-page": "الصفحة السابقة",
|
||||
"next-page": "الصفحة التالية",
|
||||
"configure-plugin": "إعداد الملحقة",
|
||||
"confirm-delete-this-action-cannot-be-undone": "تأكيد الحذف، لا يمكن التراجع عن هذه الخطوة",
|
||||
"site-title": "عنوان الموقع",
|
||||
"site-slogan": "شعار الموقع",
|
||||
"site-description": "وصف الموقع",
|
||||
"footer-text": "نص التذبيل",
|
||||
"posts-per-page": "عدد المشاركات في كل صفحة",
|
||||
"site-url": "رابط الموقع",
|
||||
"writting-settings": "إعدادات الكتابة",
|
||||
"url-filters": "فلتر الرابط",
|
||||
"page": "صفحة",
|
||||
"pages": "الصفحات",
|
||||
"home": "الرئيسية",
|
||||
"welcome-back": "أهلا بك",
|
||||
"language": "اللغة",
|
||||
"website": "الموقع",
|
||||
"timezone": "المنطقة الزمنية",
|
||||
"locale": "المكان",
|
||||
"new-post": "مشاركة جديدة",
|
||||
"new-page": "صفحة جديدة",
|
||||
"html-and-markdown-code-supported": "شيفرات HTML و Markdown مدعومة",
|
||||
"manage-posts": "إدارة المشاركات",
|
||||
"published-date": "تاريخ النشر",
|
||||
"modified-date": "تاريخ التعديل",
|
||||
"empty-title": "بدون عنوان",
|
||||
"plugins": "الإضافات",
|
||||
"install-plugin": "تثبيث الإضافة",
|
||||
"uninstall-plugin": "إلغاء الإضافة",
|
||||
"new-password": "كلمة سر جديد",
|
||||
"edit-user": "تعديل المستخدم",
|
||||
"publish-now": "أنشر الأن",
|
||||
"first-name": "الإسم الأول",
|
||||
"last-name": "الاسم الثاني",
|
||||
"bludit-version": "Bludit إصدار",
|
||||
"powered-by": "يستخدم",
|
||||
"recent-posts": "المشاركات الحديثة",
|
||||
"manage-pages": "إدارة الصفحات",
|
||||
"advanced-options": "إعدادات متقدمة",
|
||||
"user-deleted": "حذف المستخدم",
|
||||
"page-added-successfully": "تم إضافة الصفحة بنجاح",
|
||||
"post-added-successfully": "تم إضافة المشاركة بنجاح",
|
||||
"the-post-has-been-deleted-successfully": "تم حذف المشاركة",
|
||||
"the-page-has-been-deleted-successfully": "تم حذف الصفحة",
|
||||
"username-or-password-incorrect": "إسم المستخدم أو كلمة السر خاطئ",
|
||||
"database-regenerated": "تم تجديد قاعدة البيانات",
|
||||
"the-changes-have-been-saved": "تم حفظ التعديلات",
|
||||
"enable-more-features-at": "تمكين المزيد من الميزات في",
|
||||
"username-already-exists": "إسم المستخدم موجود مسبقا",
|
||||
"username-field-is-empty": "حقل إسم المستخدم فارغ",
|
||||
"the-password-and-confirmation-password-do-not-match":"كلمتا السر لا تشبها بعضهما",
|
||||
"user-has-been-added-successfully": "تم إضافة المستخدم بنجاح",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "New category",
|
||||
"you-do-not-have-sufficient-permissions": "لا توجد لديك الصلاحيات الكافية لدخول هذه الصفحة،إتصل بالمدير",
|
||||
"settings-advanced-writting-settings": "إعدادات-> متقدمة-> إعدادات الكتابة",
|
||||
"new-posts-and-pages-synchronized": "مشاركات جديدة وصفحات متزامنة.",
|
||||
"you-can-choose-the-users-privilege": "يمكنك اختيار إمتياز المستخدم. دور المحرر هو كتابة الصفحات والمشاركات.",
|
||||
"email-will-not-be-publicly-displayed": "البريد الالكتروني لن يتم عرضه علنا. موصى به لاستعادة كلمة السر والإخطارات.",
|
||||
"use-this-field-to-name-your-site": "إستخدم هذا الحقل لكتابة عنوان موقعك،سوف يظهر في أعلى جميع صفحات موقعك",
|
||||
"use-this-field-to-add-a-catchy-phrase": "أكتب عبارة جذابة حول موقعك",
|
||||
"you-can-add-a-site-description-to-provide": "يمكنك إضافة وصف مختصر حول موقعك للتعريف به",
|
||||
"you-can-add-a-small-text-on-the-bottom": "يمكنك إضافة نص قصير أسفل الموقع",
|
||||
"number-of-posts-to-show-per-page": "عدد المشاركات المعروضة في كل صفحة.",
|
||||
"the-url-of-your-site": "رابط موقعك",
|
||||
"add-or-edit-description-tags-or": "إضافة أو تعديل الوصف والعلامات أو تعديل الروابط المحسنة",
|
||||
"select-your-sites-language": "إختر لغة موقعك",
|
||||
"select-a-timezone-for-a-correct": "إختيار التوقيت الصحيح لعرض التاريخ / الوقت على موقعك.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "يمكنك إستخدام هذا الحقل لتحديد مجموعة من المعايير ذات الصلة بللغة والبلد والتفضيلات الخاصة.",
|
||||
"you-can-modify-the-url-which-identifies":"يمكنك تعديل الرابط الذي يحدد صفحة أو مشاركة باستخدام كلمات رئيسية قابلة للقراءة. لا تزيد عن 150 حرفا.",
|
||||
"this-field-can-help-describe-the-content": "ضع وصفا مناسبا للمحتوى في بضع كلمات. لا تزيد عن 150 حرفا.",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"حذف المستخدم وجميع مشاركاته",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "حذف المستخدم وربط جميع مشاركاته بحساب المدير",
|
||||
"read-more": "إقرأ المزيد",
|
||||
"show-blog": "عرض المدونة",
|
||||
"default-home-page": "الصفحة الرئيسية للموقع",
|
||||
"version": "الإصدار",
|
||||
"there-are-no-drafts": ".لا توجد مسودات",
|
||||
"create-a-new-article-for-your-blog":".إبدأ بكتابة مقالات جديدة في مدونتك",
|
||||
"create-a-new-page-for-your-website":".أنشئ صفحة جديدة في موقعك",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"يمكنك دعوة صديق للمساعدة في تحرير الموقع.",
|
||||
"change-your-language-and-region-settings":".إختر لغتك ومنطقتك",
|
||||
"language-and-timezone":"اللغة والمنطقة الزمنية",
|
||||
"author": "الكاتب",
|
||||
"start-here": "إبدأ من هنـا",
|
||||
"install-theme": "تثبيث الحلة",
|
||||
"first-post": "أول مشاركة",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "بالتوفيق **Bludit**تهانينا لقد قمت نجحت في تثبيث ",
|
||||
"whats-next": "ماهي الخطوة التالية",
|
||||
|
||||
"follow-bludit-on": "تابع جديدنا على",
|
||||
"visit-the-support-forum": "[forum](https://forum.bludit.com) منتدى الدعم",
|
||||
"read-the-documentation-for-more-information": "[documentation](https://docs.bludit.com) المزيد من المعلومات في الأرشيف",
|
||||
"share-with-your-friends-and-enjoy": "شارك هذه التجربة مع أصدقائك",
|
||||
"the-page-has-not-been-found": ".لم يتم العثور على الصفحة",
|
||||
"error": "خطأ",
|
||||
"bludit-installer": "Bludit مثبث",
|
||||
"welcome-to-the-bludit-installer": "مرحبا بكم في Bludit مثبث",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "أكمل النموذج، إختر إسم وكلمة سر للمدير",
|
||||
"password-visible-field": "كلمة السر، الحقل مرئي!",
|
||||
"install": "تثبيث",
|
||||
"choose-your-language": "إختر لغتك",
|
||||
"next": "التالـي",
|
||||
"the-password-field-is-empty": "حقل كلمة السر فارغ",
|
||||
"your-email-address-is-invalid":".البريد الإلكتروني غير صحيح",
|
||||
"proceed-anyway": "!تـابع",
|
||||
"drafts":"المسودات",
|
||||
"ip-address-has-been-blocked": "IP تم حظر.",
|
||||
"try-again-in-a-few-minutes": ".أعد المحاولة بعد دقائق",
|
||||
"date": "التاريخ",
|
||||
|
||||
"scheduled": "الجدولة",
|
||||
"publish": "نشر",
|
||||
"please-check-your-theme-configuration": ".المرجو التأكد من إعدادات الحلة",
|
||||
"plugin-label": "تسمية الإضافة",
|
||||
"enabled": "تفعيل",
|
||||
"disabled": "تعطيل",
|
||||
"cli-mode": "Cli وضع",
|
||||
"command-line-mode": "وضع سطر الأوامر",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "تمكين وضع سطر الأوامر إذا قمت بإضافة، تعديل أو إزالة المشاركات والصفحات من نظام الملفات",
|
||||
|
||||
"configure": "إعداد",
|
||||
"uninstall": "حـذف",
|
||||
"change-password": "تغيير كلمة السر",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "لجدولة المشاركات، فقط إختر التاريخ والتوقيت",
|
||||
"write-the-tags-separated-by-commas": "أكتب العلامات ولا تنسى الفاصلة،بينهما",
|
||||
"status": "الحالة",
|
||||
"published": "منشور",
|
||||
"scheduled-posts": "المنشورات المجدولة",
|
||||
"statistics": "الإحصائيات",
|
||||
"name": "الإسم",
|
||||
"email-account-settings":"إعدادات بريد الحساب",
|
||||
"sender-email": "بريد المرسل",
|
||||
"emails-will-be-sent-from-this-address":".سوف ترسل الرسائل من هذا البريد",
|
||||
"bludit-login-access-code": "BLUDIT - رمز الدخول",
|
||||
"check-your-inbox-for-your-login-access-code":"راجع بريدك للحصول على رمز الدخول",
|
||||
"there-was-a-problem-sending-the-email":"هناك مشكلة في إرسال البريد",
|
||||
"back-to-login-form": "عودة إلى النمودج",
|
||||
"send-me-a-login-access-code": "أرسل لي رمز الدخول",
|
||||
"get-login-access-code": "أحصل على رمز الدخول",
|
||||
"email-notification-login-access-code": "<p>هذا إشعار من موقعك الخاص {{WEBSITE_NAME}} </ P> <P> يمكنك طلب رمز تسجيل الدخول، اتبع الرابط التالي: </ P> <P> {{LINK}} </ P>",
|
||||
"there-are-no-scheduled-posts": ".لا توجد أي مشاركات مجدولة",
|
||||
"show-password": "أظهر كلمة السر",
|
||||
"edit-or-remove-your=pages": ".تعديل أو حذف الصفحات",
|
||||
"edit-or-remove-your-blogs-posts": ".تعديل أو حذف المشاركات",
|
||||
"general-settings": "الإعدادات العامة",
|
||||
"advanced-settings": "إعدادات متقدمة",
|
||||
"manage-users": "إدارة المستخدمين",
|
||||
"view-and-edit-your-profile": ".عرض وتحرير ملفك الشخصي",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "يجب أن لا تقل كلمة السر عن 6 حروف",
|
||||
"images": "الصور",
|
||||
"upload-image": "رفع الصور",
|
||||
"drag-and-drop-or-click-here": "سحب وإسقاط أو اضغط هنا",
|
||||
"insert-image": "إدراج صورة",
|
||||
"supported-image-file-types": "أنواع ملفات الصور المدعومة",
|
||||
"date-format": "صيغة التاريخ",
|
||||
"time-format": "صيغة الوقت",
|
||||
"chat-with-developers-and-users-on-gitter":"دردش مع المطورين من خلال هذه الصفحة [Gitter](https://gitter.im/dignajar/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site":"هذا وصف موجز لنفسك أو لموقعك، لتغيير هذا النص تذهب إلى لوحة المشرف، إعدادات، والإضافات، وتعديل في إضافة About",
|
||||
"profile-picture": "صورة الملف الشخصي",
|
||||
"the-about-page-is-very-important": "صفحة من نحن أداة مهمة وقوية للعملاء والشركاء المحتملين. صفحة من نحن هو المصدر الأول للمعلومات حول موقعك.",
|
||||
"change-this-pages-content-on-the-admin-panel": "يمكنك تغيير محتوى هذه الصفحة من لوحة الادارة",
|
||||
"about-your-site-or-yourself": "نبذة عن نفسك أو موقعك",
|
||||
"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",
|
||||
|
||||
"site-information": "معلومات الموقع",
|
||||
"date-and-time-formats": "تنسيق التاريخ والوقت",
|
||||
"activate": "تفعيل",
|
||||
"deactivate": "تعطيل",
|
||||
|
||||
"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": "صورة الغلاف",
|
||||
"blog": "المدونة",
|
||||
"more-images": "المزيد من الصور",
|
||||
|
||||
"click-here-to-cancel": ".انقر هنا إلى إلغاء",
|
||||
"type-the-tag-and-press-enter": ".أكتب العلامات وإضغظ زر الإدخال",
|
||||
"add": "أضـف",
|
||||
"manage-your-bludit-from-the-admin-panel": "إدارة الموقع[admin area]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"لا توجد صور بعد",
|
||||
|
||||
"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": "وصف الصورة",
|
||||
|
||||
"social-networks-links": "روابط الشبكات الإجتماعية"
|
||||
}
|
||||
"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": ".أعد المحاولة بعد دقائق"
|
||||
}
|
|
@ -1,260 +1,202 @@
|
|||
|
||||
{
|
||||
"language-data":
|
||||
{
|
||||
"native": "Български (България)",
|
||||
"english-name": "Bulgarian",
|
||||
"last-update": "2015-11-18",
|
||||
"author": "Христо Дипчиков",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "",
|
||||
"email": "",
|
||||
"website": "http://www.hristodipchikov.tk"
|
||||
"website": ""
|
||||
},
|
||||
|
||||
"username": "Потребителско име",
|
||||
"password": "Парола",
|
||||
"confirm-password": "Повтори паролата",
|
||||
"editor": "Редактор",
|
||||
"dashboard": "Администраторски панел",
|
||||
"role": "Вид потребител",
|
||||
"post": "Публикация",
|
||||
"posts": "Публикаций",
|
||||
"users": "Потребители",
|
||||
"administrator": "Администратор",
|
||||
"add": "Добави",
|
||||
"cancel": "Откажи",
|
||||
"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": "Съдържание",
|
||||
"title": "Заглавие",
|
||||
"no-parent": "Самостоятелна страница",
|
||||
"edit-page": "Редактиране на страницата",
|
||||
"edit-post": "Редактиране на публикацията",
|
||||
"add-a-new-user": "Добавяне на потребител",
|
||||
"parent": "Избор на основна страница",
|
||||
"friendly-url": "Friendly URL",
|
||||
"description": "Описание",
|
||||
"posted-by": "Публикувано от",
|
||||
"tags": "Етикети",
|
||||
"position": "Позиция",
|
||||
"save": "Запази",
|
||||
"draft": "Чернова",
|
||||
"delete": "Изтриване",
|
||||
"registered": "Добавен",
|
||||
"Notifications": "Известия",
|
||||
"profile": "Профил",
|
||||
"email": "Имейл адрес",
|
||||
"category": "Category",
|
||||
"categories": "Категории",
|
||||
"users": "Потребители",
|
||||
"settings": "Настройки",
|
||||
"general": "Общи настройки",
|
||||
"advanced": "Разширени настройки",
|
||||
"regional": "Регионални настройки",
|
||||
"about": "Относно",
|
||||
"login": "Вход",
|
||||
"logout": "Изход",
|
||||
"manage": "Управление",
|
||||
"themes": "Теми",
|
||||
"prev-page": "Предишна страница",
|
||||
"next-page": "Следваща страница",
|
||||
"configure-plugin": "Конфигуриране",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Ако потвърдете, действието не може да бъде отменено.",
|
||||
"site-title": "Заглавие на сайта",
|
||||
"site-slogan": "Ключови думи / Етикети",
|
||||
"site-description": "Описание на сайта",
|
||||
"footer-text": "Текст в долната част",
|
||||
"posts-per-page": "Брой публикации на страница",
|
||||
"site-url": "Адрес, на който блога е ще бъде намиран",
|
||||
"writting-settings": "Запиши настройките",
|
||||
"url-filters": "URL филтри",
|
||||
"page": "Страница",
|
||||
"pages": "Страници",
|
||||
"home": "Начало",
|
||||
"welcome-back": "Добре дошли!",
|
||||
"language": "Език",
|
||||
"website": "Сайт",
|
||||
"timezone": "Часова зона",
|
||||
"locale": "Местоположение",
|
||||
"new-post": "Нова публикация",
|
||||
"html-and-markdown-code-supported": "Поддръжан код HTML и Markdown ",
|
||||
"new-page": "Нова страница",
|
||||
"manage-posts": "Управление на публикации",
|
||||
"published-date": "Дата на побликуване",
|
||||
"modified-date": "Промяна на дата",
|
||||
"empty-title": "Без заглавие",
|
||||
"plugins": "Компоненти",
|
||||
"install-plugin": "Добави",
|
||||
"uninstall-plugin": "Премахни",
|
||||
"new-password": "Нова парола",
|
||||
"edit-user": "Промяна на потребител",
|
||||
"publish-now": "Пуликувай",
|
||||
"first-name": "Име",
|
||||
"last-name": "Фамилия",
|
||||
"bludit-version": "Bludit version",
|
||||
"powered-by": "Създадено от",
|
||||
"recent-posts": "Последни публикации",
|
||||
"manage-pages": "Управление на страници",
|
||||
"advanced-options": "Разширени настройки",
|
||||
"user-deleted": "Изтриване на потребител",
|
||||
"page-added-successfully": "Страницата е добавена успешно",
|
||||
"post-added-successfully": "Публикацията е добавена успешно",
|
||||
"the-post-has-been-deleted-successfully": "Публикацията беше премахната успешно",
|
||||
"the-page-has-been-deleted-successfully": "Страницата беше премахната успешно",
|
||||
"username-or-password-incorrect": "Грешна парола или потребител",
|
||||
"database-regenerated": "Възстановяване на база данни",
|
||||
"the-changes-have-been-saved": "Промените са запазени",
|
||||
"enable-more-features-at": "Активиране на повече функции в",
|
||||
"username-already-exists": "Вече съществува такъв потребител",
|
||||
"username-field-is-empty": "Полето за потребител е празно",
|
||||
"the-password-and-confirmation-password-do-not-match":"Няма съвпадение между парала и потвърждение",
|
||||
"user-has-been-added-successfully": "Потребителя беше добавен успешно",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "Нова категория",
|
||||
"you-do-not-have-sufficient-permissions": "Вие нямате права за достъп до тази страница, моля свържете се с администратора.",
|
||||
"settings-advanced-writting-settings": "Настройки->Разширени настройки->Записване на настройки",
|
||||
"new-posts-and-pages-synchronized": "Новите публикации и страници са синхронизирани.",
|
||||
"you-can-choose-the-users-privilege": "Можете да зададете правомощия на потребителя. Редактора, може само да напише страници и мнения.",
|
||||
"email-will-not-be-publicly-displayed": "Този имейл адрес няма да бъде показван. Ще се използва за възстановяване парола и уведомления.",
|
||||
"use-this-field-to-name-your-site": "Използвайте това поле за име на сайта, то ще се появи в горната част на всяка страница.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Използвайте това поле, за да добавите ключови думи и изрази за сайта.",
|
||||
"you-can-add-a-site-description-to-provide": "Можете да добавите кратко описание или биография на сайта.",
|
||||
"you-can-add-a-small-text-on-the-bottom": "Можете да добавите кратък текст в долната част на всяка страница. Например: авторско право, собственик, дати и т.н..",
|
||||
"number-of-posts-to-show-per-page": "Изберете желаният брой публикации на страница.",
|
||||
"the-url-of-your-site": "Абсолютен адрес на вашия блог. Пример https://www.domain.com/directory/.",
|
||||
"add-or-edit-description-tags-or": "Добавяне или редактиране на описание, eтикети или модифициране URL.",
|
||||
"select-your-sites-language": "Изберете системен език.",
|
||||
"select-a-timezone-for-a-correct": "Изберете часова зона за правилтото показване на дата / час.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Можете да използвате това поле за избар на параметри свързани с езика, страната и специални преференции.",
|
||||
"you-can-modify-the-url-which-identifies":"Можете да промените URL адреса , който идентифицира страницата или публикацията използвайки ключови думи, но с обща дължина не повече от 150 символа.",
|
||||
"this-field-can-help-describe-the-content": " В това поле може да опишете съдържанието с няколко думи, но с обща дължина не повече от 150 символа.",
|
||||
"write-the-tags-separeted-by-comma": "Добавянето на етикети става чрез добавянето на запетая. Например: TAG1, tag2, tag3",
|
||||
"delete-the-user-and-all-its-posts":"Изтриване на потребителя и всички негови публикации.",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Изтриване на потребителя, без изтриване на неговите публикации.",
|
||||
"read-more": "Вижте повече...",
|
||||
"show-blog": "Покажи блога",
|
||||
"default-home-page": "Начална страница по подразбиране",
|
||||
"version": "Версия",
|
||||
"there-are-no-drafts": "Не са открити чернови.",
|
||||
"create-a-new-article-for-your-blog":"Създайте нова публикация във вашия блог.",
|
||||
"create-a-new-page-for-your-website":"Създайте нова страница във вашия уеб сайт.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"Добавете потребител, който да Ви помага за развитието вашият уеб сайт.",
|
||||
"change-your-language-and-region-settings":"Избор на параметри свързани с език, страна и местоположение.",
|
||||
"language-and-timezone":"Език и часова зона",
|
||||
"author": "Автор",
|
||||
"start-here": "Начало",
|
||||
"install-theme": "Качи тема",
|
||||
"first-post": "Първа публикация",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Поздравления вие успешно инсталирахте вашият **Bludit**",
|
||||
"whats-next": "Какво следва?",
|
||||
"manage-your-bludit-from-the-admin-panel": "Управлявайте вашият Bludit от [Администраторският панел](./admin/)",
|
||||
"follow-bludit-on": "Последвайте Bludit в",
|
||||
"visit-the-support-forum": "Посети [форум](https://forum.bludit.com) за подръжка",
|
||||
"read-the-documentation-for-more-information": "Прочети [документацията](https://docs.bludit.com) за повече информация",
|
||||
"share-with-your-friends-and-enjoy": "Споделете с приятелите си",
|
||||
"the-page-has-not-been-found": "Страницата не е намерена.",
|
||||
"error": "Грешна",
|
||||
"bludit-installer": "Bludit Инстлатор",
|
||||
"welcome-to-the-bludit-installer": "Добре дошли в Bludit инсталатор",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Попълнете формуляра, или задайте парола за потребителското име « admin »",
|
||||
"password-visible-field": "Парола във видимото поле!",
|
||||
"install": "Инсталиране",
|
||||
"choose-your-language": "Изберете вашият език",
|
||||
"next": "Напред",
|
||||
"the-password-field-is-empty": "Полето за парола е празно",
|
||||
"your-email-address-is-invalid":"Вашият имейл адрес е невалиден.",
|
||||
"proceed-anyway": "Продължете така или иначе!",
|
||||
"drafts":"Чернови:",
|
||||
"ip-address-has-been-blocked": "IP адрес е блокиран.",
|
||||
"try-again-in-a-few-minutes": "Опитайте отново след няколко минути.",
|
||||
"date": "Дата",
|
||||
"you-can-schedule-the-post-just-select-the-date-and-time": "Можете да планирате запис, просто като изберете дата и час.",
|
||||
"scheduled": "Планирано",
|
||||
"publish": "Публикувай",
|
||||
"please-check-your-theme-configuration": "Моля, проверете конфигурацията на вашата тема.",
|
||||
"plugin-label": "Заглавие на компонент",
|
||||
"enabled": "Активeн",
|
||||
"disabled": "Неактивен",
|
||||
"cli-mode": "Режим CLI",
|
||||
"command-line-mode": "Режим на команден ред",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Смени с режим на командния ред, ако добавяте, променяте или изтривате постове и страници от файловата система",
|
||||
"configure": "Конфигориране",
|
||||
"uninstall": "Премахване",
|
||||
"change-password": "Промяна на парола:",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "За да планирате поста, просто изберете дата и час.",
|
||||
"write-the-tags-separated-by-commas": "Напишете етикети, разделени със запетая.",
|
||||
"status": "Статус",
|
||||
"published": "Публикувай",
|
||||
"scheduled-posts": "Планирани публикации:",
|
||||
"statistics": "Статистика:",
|
||||
"name": "Име",
|
||||
"email-account-settings":"Настройки на имейл акаунт:",
|
||||
"sender-email": "Имейл на изпращача",
|
||||
"emails-will-be-sent-from-this-address":"Писмата ще бъдат изпращани от този адрес.",
|
||||
"bludit-login-access-code": "BLUDIT - Код за достъп",
|
||||
"check-your-inbox-for-your-login-access-code":":Моля, проверете вашата пощенска кутия за вашият код!",
|
||||
"there-was-a-problem-sending-the-email":"Възникна проблем при изпращането на имейла",
|
||||
"back-to-login-form": "Връщане към входяща форма",
|
||||
"send-me-a-login-access-code": "Изпрати код за достъп",
|
||||
"get-login-access-code": "Изпрати код за достъп",
|
||||
"email-notification-login-access-code": "<p>Това е уведомление от {{WEBSITE_NAME}}.</p><p>Вашият код за достъп, моля последвайте следващата връзка!</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Не са открити планирани публикации.",
|
||||
"show-password": "Покажи паролата",
|
||||
"edit-or-remove-your=pages": "Промяна или премахване на страници.",
|
||||
"edit-or-remove-your-blogs-posts": "Промяна или премахване на публикации.",
|
||||
"general-settings": "Основни настройки",
|
||||
"advanced-settings": "Разширени настройки",
|
||||
"manage-users": "Управление на потребители",
|
||||
"view-and-edit-your-profile": "Преглед и редактиране на профила ви.",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "Паролата трябва да е с дължина най-малко 6 символа",
|
||||
"images":"Изображения",
|
||||
"upload-image": "Прикачи изображение",
|
||||
"drag-and-drop-or-click-here": "Влачите и пускате или натиснете тук",
|
||||
"insert-image": "Вмъкни изображение",
|
||||
"supported-image-file-types": "Поддържани файлови формати за снимки",
|
||||
"date-format": "Формат дата ",
|
||||
"time-format": "Формат за време",
|
||||
"chat-with-developers-and-users-on-gitter":"Чат с разработчици и потребители на [Gitter](https://gitter.im/dignajar/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site":"Това е кратко описание на вашия сайт, за да се промени този текст отидете в админ панела, настройки плъгини, конфигуриране на плъгин About.",
|
||||
"profile-picture": "Снимка на профила",
|
||||
"the-about-page-is-very-important": "The about page is an important and powerful tool for potential clients and partners. For those who wonder who is behind the website, your About page is the first source of information.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Промяна на съдържанието на страницата се извършва от админ панела, управление, страници и кликнете върху страницата.",
|
||||
"about-your-site-or-yourself": "За твоя сайт или за теб",
|
||||
"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",
|
||||
|
||||
"site-information": "Информация за сайта:",
|
||||
"date-and-time-formats": "Формат дата и час:",
|
||||
"activate": "Активиране",
|
||||
"deactivate": "Деактивиране",
|
||||
|
||||
"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": "Обложка",
|
||||
"blog": "Блог",
|
||||
"more-images": "Още изображения",
|
||||
|
||||
"click-here-to-cancel": "Кликнете тук, за да отмените.",
|
||||
"type-the-tag-and-press-enter": "Напишете етикет и натиснете клавиша Enter.",
|
||||
"manage-your-bludit-from-the-admin-panel": "Управлявайте вашият Bludit от [admin area]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"Няма изображения",
|
||||
|
||||
"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": "Описание на изображението ",
|
||||
"social-networks-links": "Социални мрежи:",
|
||||
|
||||
"email-access-code": "Имейл код за достъп",
|
||||
"current-format": "Текущ формат",
|
||||
|
||||
"welcome": "Добре дошли!",
|
||||
|
||||
"to-enable-the-user-you-have-to-set-a-new-password": "За да се активира на ново потребителя трябва да му зададете нова парола .",
|
||||
"do-you-want-to-disable-the-user": "Искате ли да деактивирате този потребител?",
|
||||
"сurrent-status" : "Статус",
|
||||
"disable-the-user" : "Деактивиране на потребителя",
|
||||
"add-a-new-page": "Добавяне на нова страница",
|
||||
"add-a-new-post": "Добавяне на нова публикация",
|
||||
"save-as-draft": "Запази като чернова",
|
||||
"categories": "Категории",
|
||||
"add-a-new-category": "Добавяне на нова категория",
|
||||
"new-category": "Нова категория",
|
||||
"slug": "slug",
|
||||
"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": "Редактиране на категорията",
|
||||
"last-page": "Последна страница",
|
||||
"first-page": "Първа страница"
|
||||
|
||||
|
||||
}
|
||||
|
||||
"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": "Опитайте отново след няколко минути."
|
||||
}
|
|
@ -1,151 +0,0 @@
|
|||
{
|
||||
"language-data":
|
||||
{
|
||||
"native": "Deutsch",
|
||||
"english-name": "German",
|
||||
"locale": "de, de_DE, de_AT, de_CH",
|
||||
"last-update": "2017-09-03",
|
||||
"author": "Clickwork",
|
||||
"email": "egoetschel@clickwork.ch",
|
||||
"website": "https://clickwork.ch"
|
||||
},
|
||||
|
||||
"dashboard": "Dashboard",
|
||||
"manage-users": "Benutzerverwaltung",
|
||||
"manage-categories": "Manage categories",
|
||||
"general-settings": "Allgemein",
|
||||
"advanced-settings": "Erweitert",
|
||||
"language": "Sprache",
|
||||
"plugins": "Plugins",
|
||||
"themes": "Themes",
|
||||
"about": "Über",
|
||||
"url": "URL",
|
||||
"fixed": "Fixed",
|
||||
"welcome": "Willkommen",
|
||||
"logout": "Abmelden",
|
||||
"website": "Zur Website",
|
||||
"publish": "Veröffentlichen",
|
||||
"manage": "Verwalten",
|
||||
"content": "Inhalt",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "Benutzer",
|
||||
"settings": "Einstellungen",
|
||||
"general": "Allgemein",
|
||||
"advanced": "Erweitert",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "New category",
|
||||
"add-a-new-user": "Neuer Benutzer",
|
||||
"url-associated-with-the-page": "URL associated with the page.",
|
||||
"language-and-timezone": "Sprache und Zeitzone",
|
||||
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
|
||||
"notifications": "Notifications",
|
||||
"plugin-installed": "Plugin installed",
|
||||
"new-theme-configured": "New theme configured",
|
||||
"changes-on-settings": "Changes on settings",
|
||||
"plugin-configured": "Plugin configured",
|
||||
"welcome-to-bludit": "Willkommen bei Bludit",
|
||||
"statistics": "Statistiken",
|
||||
"pages": "Seiten",
|
||||
"drafts": "Entwürfe",
|
||||
"title": "Titel",
|
||||
"save": "Speichern",
|
||||
"save-as-draft": "Save as draft",
|
||||
"cancel": "Abbrechen",
|
||||
"description": "Beschreibung",
|
||||
"this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.",
|
||||
"images": "Bilder",
|
||||
"error": "Fehler",
|
||||
"supported-image-file-types": "Unterstützte Datei-Formate",
|
||||
"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 and more images",
|
||||
"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",
|
||||
"date": "Datum und Zeit",
|
||||
"external-cover-image": "External cover image",
|
||||
"parent": "Übergeordnete Seite",
|
||||
"image-url": "Image URL",
|
||||
"position": "Position",
|
||||
"friendly-url": "Pretty URL",
|
||||
"image-description": "Bildbeschreibung",
|
||||
"add-a-new-category": "Add a new category",
|
||||
"name": "Name",
|
||||
"username": "Benutzername",
|
||||
"first-name": "Vorname",
|
||||
"last-name": "Nachname",
|
||||
"to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.",
|
||||
"email": "E-Mail",
|
||||
"role": "Rolle",
|
||||
"registered": "Hinzugefügt",
|
||||
"site-information": "Angaben zur Website",
|
||||
"site-title": "Titel der Webseite",
|
||||
"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": "URL der Website",
|
||||
"the-url-of-your-site": "URL der Website.",
|
||||
"default-home-page": "Hauptseite",
|
||||
"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-Erweiterungen",
|
||||
"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",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Parameter mit Bezug auf die verwendete Sprache und das Land. Beispielsweise: de_DE, de_CH usw.",
|
||||
"date-and-time-formats": "Datum und Zeit",
|
||||
"date-format": "Datumsformat",
|
||||
"current-format": "Aktuelles Datumsformat",
|
||||
"version": "Version",
|
||||
"author": "Autor",
|
||||
"activate": "Aktivieren",
|
||||
"deactivate": "Deaktivieren",
|
||||
"edit-category": "Edit category",
|
||||
"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": "Neues Passwort",
|
||||
"enabled": "Aktiviert",
|
||||
"disable-the-user": "Benutzer deaktivieren",
|
||||
"profile-picture": "Profil-Bild",
|
||||
"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": "Bestätige das Löschen, dieser Vorgang kann nicht rückgängig gemacht werden.",
|
||||
"do-you-want-to-disable-the-user": "Willst Du den Benutzer deaktivieren?",
|
||||
"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": "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."
|
||||
}
|
|
@ -3,254 +3,201 @@
|
|||
{
|
||||
"native": "Deutsch (Schweiz)",
|
||||
"english-name": "German",
|
||||
"last-update": "2017-07-10",
|
||||
"locale": "de, de_CH",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Clickwork",
|
||||
"email": "egoetschel@clickwork.ch",
|
||||
"website": "https://clickwork.ch"
|
||||
"website": "https:\/\/clickwork.ch"
|
||||
},
|
||||
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort",
|
||||
"confirm-password": "Passwort wiederholen",
|
||||
"editor": "Editor",
|
||||
|
||||
"dashboard": "Dashboard",
|
||||
"role": "Rolle",
|
||||
"post": "Beitrag",
|
||||
"posts": "Beiträge",
|
||||
"users": "Benutzer",
|
||||
"administrator": "Administrator",
|
||||
"add": "Hinzufügen",
|
||||
"cancel": "Abbrechen",
|
||||
"manage-users": "Benutzerverwaltung",
|
||||
"manage-categories": "Manage categories",
|
||||
"general-settings": "Allgemein",
|
||||
"advanced-settings": "Erweitert",
|
||||
"thanks-for-support-bludit": "Thanks for support Bludit",
|
||||
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
|
||||
"language": "Sprache",
|
||||
"plugin": "Plugin",
|
||||
"plugins": "Plugins",
|
||||
"developers": "Developers",
|
||||
"themes": "Themes",
|
||||
"about": "Über",
|
||||
"url": "URL",
|
||||
"fixed": "Fixed",
|
||||
"welcome": "Willkommen",
|
||||
"logout": "Abmelden",
|
||||
"website": "Zur Website",
|
||||
"publish": "Veröffentlichen",
|
||||
"manage": "Verwalten",
|
||||
"content": "Inhalt",
|
||||
"title": "Titel",
|
||||
"no-parent": "Keine übergeordnete Seite",
|
||||
"edit-page": "Seite bearbeiten",
|
||||
"edit-post": "Beitrag bearbeiten",
|
||||
"add-a-new-user": "Neuer Benutzer",
|
||||
"parent": "Übergeordnete Seite",
|
||||
"friendly-url": "Pretty URL",
|
||||
"description": "Beschreibung",
|
||||
"posted-by": "Veröffentlicht von",
|
||||
"tags": "Schlagwörter",
|
||||
"position": "Position",
|
||||
"save": "Speichern",
|
||||
"draft": "Entwurf",
|
||||
"delete": "Löschen",
|
||||
"registered": "Hinzugefügt",
|
||||
"Notifications": "Benachrichtigungen",
|
||||
"profile": "Profil",
|
||||
"email": "E-Mail",
|
||||
"category": "Category",
|
||||
"categories": "Kategorien",
|
||||
"users": "Benutzer",
|
||||
"settings": "Einstellungen",
|
||||
"general": "Allgemein",
|
||||
"advanced": "Erweitert",
|
||||
"regional": "Lokalisierung",
|
||||
"about": "Über",
|
||||
"login": "Anmelden",
|
||||
"logout": "Abmelden",
|
||||
"manage": "Verwalten",
|
||||
"themes": "Themes",
|
||||
"prev-page": "Vorhergehende Seite",
|
||||
"next-page": "Nächste Seite",
|
||||
"configure-plugin": "Plugin konfigurieren",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Bestätige das Löschen, dieser Vorgang kann nicht rückgängig gemacht werden.",
|
||||
"site-title": "Titel der Webseite",
|
||||
"site-slogan": "Untertitel",
|
||||
"site-description": "Informationen zur Website",
|
||||
"footer-text": "Footer-Text",
|
||||
"posts-per-page": "Beiträge pro Seite",
|
||||
"site-url": "URL der Website",
|
||||
"writting-settings": "Beitrags- und Seiteneinstellungen",
|
||||
"url-filters": "URL-Erweiterungen",
|
||||
"page": "Seite",
|
||||
"pages": "Seiten",
|
||||
"home": "Hauptseite",
|
||||
"welcome-back": "Willkommen",
|
||||
"language": "Sprache",
|
||||
"website": "Zur Website",
|
||||
"timezone": "Zeitzone",
|
||||
"locale": "Lokalisierung",
|
||||
"new-post": "Neuer Beitrag",
|
||||
"html-and-markdown-code-supported": "HTML und Markdown werden unterstützt",
|
||||
"new-page": "Neue Seite",
|
||||
"manage-posts": "Beiträge verwalten",
|
||||
"published-date": "Veröffentlicht",
|
||||
"modified-date": "Letzte Änderung",
|
||||
"empty-title": "Kein Titel",
|
||||
"plugins": "Plugins",
|
||||
"install-plugin": "Plugin aktivieren",
|
||||
"uninstall-plugin": "Plugin deaktivieren",
|
||||
"new-password": "Neues Passwort",
|
||||
"edit-user": "Benutzer bearbeiten",
|
||||
"publish-now": "Veröffentlichen",
|
||||
"first-name": "Vorname",
|
||||
"last-name": "Nachname",
|
||||
"bludit-version": "Bludit Version",
|
||||
"powered-by": "Diese Website wurde eingerichtet mit",
|
||||
"recent-posts": "Neueste Beiträge",
|
||||
"manage-pages": "Seiten verwalten",
|
||||
"advanced-options": "Erweiterte Einstellungen",
|
||||
"user-deleted": "Der Benutzer wurde gelöscht.",
|
||||
"page-added-successfully": "Die Seite wurde veröffentlicht.",
|
||||
"post-added-successfully": "Der Beitrag wurde veröffentlicht.",
|
||||
"the-post-has-been-deleted-successfully": "Der Beitrag wurde gelöscht.",
|
||||
"the-page-has-been-deleted-successfully": "Die Seite wurde gelöscht.",
|
||||
"username-or-password-incorrect": "Der Benutzername oder das Passwort stimmt nicht.",
|
||||
"database-regenerated": "Die Datenbank wurde neu aufgebaut.",
|
||||
"the-changes-have-been-saved": "Die Änderungen wurden gespeichert.",
|
||||
"enable-more-features-at": "Zusätzlich Felder können aktiviert werden unter",
|
||||
"username-already-exists": "Diesen Benutzernamen gibt es bereits.",
|
||||
"username-field-is-empty": "Es muss ein Benutzername eingegeben werden.",
|
||||
"the-password-and-confirmation-password-do-not-match":"Die eingegebenen Passwörter stimmen nicht überein.",
|
||||
"user-has-been-added-successfully": "Der Benutzer wurde hinzugefügt.",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "Neue Katgeorie",
|
||||
"you-do-not-have-sufficient-permissions": "Du bist nicht berechtigt, die Seite aufzurufen.",
|
||||
"settings-advanced-writting-settings": "Einstellungen > Erweitert > Beitrags- und Seiteneinstellungen",
|
||||
"new-posts-and-pages-synchronized": "Neue Beiträge und Seiten wurden synchronisiert.",
|
||||
"you-can-choose-the-users-privilege": "Rechte des Benutzers. Ein Editor kann nur Seiten anlegen und Beiträge schreiben.",
|
||||
"email-will-not-be-publicly-displayed": "Die E-Mail wird nicht öffentlich gezeigt. Sie wird für die Wiederherstellung des Passworts und Benachrichtigungen verwendet.",
|
||||
"use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.",
|
||||
"you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website für Suchmaschinen.",
|
||||
"you-can-add-a-small-text-on-the-bottom": "Text im Fussbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.",
|
||||
"number-of-posts-to-show-per-page": "Anzahl der Beiträge, die auf einer Seite gezeigt werden.",
|
||||
"the-url-of-your-site": "URL der Website.",
|
||||
"add-or-edit-description-tags-or": "Beschreibungen, Schlagwörter und Pretty URL hinzufügen oder ändern.",
|
||||
"select-your-sites-language": "Sprache der Website.",
|
||||
"select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Parameter mit Bezug auf die verwendete Sprache und das Land. Beispielsweise: de_DE, de_CH usw.",
|
||||
"you-can-modify-the-url-which-identifies":"Der URL kann selbst angepasst werden. Möglich sind bis zu 150 Zeichen.",
|
||||
"this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.",
|
||||
"write-the-tags-separated-by-comma": "Schlagwörter getrennt durch Kommas. Beispielsweise: Schlagwort1, Schlagwort2, Schlagwort3",
|
||||
"delete-the-user-and-all-its-posts":"Benutzer und alle seine Beiträge löschen",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Benutzer löschen und seine Beiträge dem Administrator zuordnen",
|
||||
"read-more": "Weiterlesen",
|
||||
"show-blog": "Blog zeigen",
|
||||
"default-home-page": "Hauptseite",
|
||||
"version": "Version",
|
||||
"there-are-no-drafts": "Es sind keine Entwürfe vorhanden.",
|
||||
"create-a-new-article-for-your-blog": "Einen neuen Beitrag schreiben.",
|
||||
"create-a-new-page-for-your-website": "Eine neue Seite anlegen.",
|
||||
"invite-a-friend-to-collaborate-on-your-website": "Einen neuen Benutzer hinzufügen.",
|
||||
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
|
||||
"add-a-new-user": "Neuer Benutzer",
|
||||
"url-associated-with-the-page": "URL associated with the page.",
|
||||
"language-and-timezone": "Sprache und Zeitzone",
|
||||
"author": "Autor",
|
||||
"start-here": "Direktzugriff",
|
||||
"install-theme": "Theme aktivieren",
|
||||
"first-post": "Erster Beitrag",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Gratulation, du hast **Bludit** erfolgreich installiert!",
|
||||
"whats-next": "Und so geht es weiter:",
|
||||
"follow-bludit-on": "Folge Bludit bei",
|
||||
"visit-the-support-forum": "Besuche das [Forum](https://forum.bludit.com), um Hilfe zu erhalten.",
|
||||
"read-the-documentation-for-more-information": "Lies die [Dokumentation](https://docs.bludit.com) und das [Bludit-Tutorial](https://bludit-tutorial.ch) für weitere Informationen.",
|
||||
"share-with-your-friends-and-enjoy": "Erzähle deinen Freunden von Bludit und habe Spass daran.",
|
||||
"the-page-has-not-been-found": "Die Seite wurde nicht gefunden.",
|
||||
"error": "Fehler",
|
||||
"bludit-installer": "Bludit-Installer",
|
||||
"welcome-to-the-bludit-installer": "Willkommen beim Bludit-Installer!",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\" wählen<br>und eine E-Mail-Adresse eingeben.",
|
||||
"password-visible-field": "Das Passwort wird in Klartext angezeigt!",
|
||||
"install": "Installieren",
|
||||
"choose-your-language": "Sprache wählen",
|
||||
"next": "Weiter",
|
||||
"the-password-field-is-empty": "Das Passwort-Feld ist leer.",
|
||||
"your-email-address-is-invalid": "Die E-Mail-Adresse scheint ungültig zu sein.",
|
||||
"proceed-anyway": "Trotzdem fortfahren...",
|
||||
"drafts": "Entwürfe",
|
||||
"ip-address-has-been-blocked": "Die IP-Adresse wurde blockiert.",
|
||||
"try-again-in-a-few-minutes": "Bitte versuche es in einigen Minuten noch einmal.",
|
||||
"date": "Datum und Zeit",
|
||||
"you-can-schedule-the-post-just-select-the-date-and-time": "Um den Beitrag zu einem späteren Zeitpunkt zu veröffentlichen, wähle ein Datum und die Zeit aus.",
|
||||
"scheduled": "Veröffentlichung geplant.",
|
||||
"publish": "Veröffentlichen",
|
||||
"please-check-your-theme-configuration": "Bitte die Einstellungen des Themes prüfen.",
|
||||
"plugin-label": "Titel auf der Website",
|
||||
"enabled": "Aktiviert",
|
||||
"disabled": "Deaktiviert",
|
||||
"cli-mode": "Kommandozeilen-Modus",
|
||||
"command-line-mode": "Kommandozeilen-Modus",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Verwende den Kommandozeilen-Modus, wenn du Beiträge und Seiten im Dateisystem hinzufügen, ändern oder löschen möchtest.",
|
||||
"configure": "Konfiguration",
|
||||
"uninstall": "Deinstallieren",
|
||||
"change-password": "Neues Passwort",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "Um einen Beitrag zu einem bestimmten Zeitpunkt zu veröffentlichen, Datum und Zeit wählen.",
|
||||
"write-the-tags-separated-by-commas": "Schlagwörter durch Kommas getrennt.",
|
||||
"status": "Status",
|
||||
"published": "Veröffentlicht",
|
||||
"scheduled-posts": "Veröffentlichung planen",
|
||||
"statistics": "Statistiken",
|
||||
"name": "Name",
|
||||
"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.",
|
||||
"bludit-login-access-code": "BLUDIT - Zugangscode",
|
||||
"check-your-inbox-for-your-login-access-code":"Der Zugangscode wurde dir geschickt.",
|
||||
"there-was-a-problem-sending-the-email":"Es besteht ein Problem mit dem Verschicken dieser E-Mail.",
|
||||
"back-to-login-form": "Zurück zum Login",
|
||||
"send-me-a-login-access-code": "Zugangscode zuschicken",
|
||||
"get-login-access-code": "Zugangscode schicken",
|
||||
"email-notification-login-access-code": "<p>Du hast einen Zugangscode für die Website {{WEBSITE_NAME}} angefordert.</p><p>Bitte klicke folgenden Link an oder kopiere ihn, um ihn in der Adresszeile des Browsers einzugeben:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Es sind keine geplanten Beiträge vorhanden.",
|
||||
"show-password": "Passwort zeigen",
|
||||
"edit-or-remove-your=pages": "Seiten bearbeiten oder löschen.",
|
||||
"edit-or-remove-your-blogs-posts": "Beiträge bearbeiten oder löschen.",
|
||||
"general-settings": "Allgemein",
|
||||
"advanced-settings": "Erweitert",
|
||||
"manage-users": "Benutzerverwaltung",
|
||||
"view-and-edit-your-profile": "Profil anschauen und bearbeiten.",
|
||||
"password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein",
|
||||
"images": "Bilder",
|
||||
"upload-image": "Bild hochladen",
|
||||
"drag-and-drop-or-click-here": "Drag and Drop oder hier klicken",
|
||||
"insert-image": "Bild einfügen",
|
||||
"supported-image-file-types": "Unterstützte Datei-Formate",
|
||||
"date-format": "Datumsformat",
|
||||
"time-format": "Zeitformat",
|
||||
"chat-with-developers-and-users-on-gitter":"Chatte mit Entwicklern und Benutzern bei [Gitter](https://gitter.im/dignajar/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site":"Dies ist eine kurze Beschreibung, wer du bist, oder deiner Website. Um diesen Text zu ändern, gehe im Admin-Panel zu den Einstellungen und bearbeite sie unter \"Plugins\" das Plugin \"Über\".",
|
||||
"profile-picture": "Profil-Bild",
|
||||
"the-about-page-is-very-important": "Die Seite \"Über\" ist wichtig und wirkungsvoll beispielsweise für zukünfige Kunden und Partner. Für alle, die wissen möchten, wer hinter der Website steht, ist die \"Über\"-Seite die erste Informationsquelle.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Der Inhalt dieser Seite kann im Admin-Panel unter \"Verwaltung\" > \"Seiten\" geändert werden.",
|
||||
"about-your-site-or-yourself": "Über dich oder deine Website",
|
||||
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
|
||||
"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": "Willkommen bei Bludit",
|
||||
"site-information": "Angaben zur Website",
|
||||
"date-and-time-formats": "Datum und Zeit",
|
||||
"activate": "Aktivieren",
|
||||
"deactivate": "Deaktivieren",
|
||||
"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": "Fehler",
|
||||
"supported-image-file-types": "Unterstützte Datei-Formate",
|
||||
"cover-image": "Hauptbild",
|
||||
"blog": "Blog",
|
||||
"more-images": "Weitere Bilder",
|
||||
"double-click-on-the-image-to-add-it": "Einfügen durch Doppelklick auf das Bild.",
|
||||
"click-here-to-cancel": "Schliessen",
|
||||
"type-the-tag-and-press-enter": "Schlagwort eingeben und mit \"Enter\" hinzufügen.",
|
||||
"manage-your-bludit-from-the-admin-panel": "Verwalte Bludit im [Administrationsbereich](./admin/).",
|
||||
"there-are-no-images":"Keine Bilder vorhanden",
|
||||
"drag-and-drop-or-click-here": "Drag and Drop oder hier klicken",
|
||||
"there-are-no-images": "Keine Bilder vorhanden",
|
||||
"upload-and-more-images": "Upload and more images",
|
||||
"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 und Zeit",
|
||||
"external-cover-image": "External cover image",
|
||||
"parent": "Übergeordnete Seite",
|
||||
"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": "Pretty URL",
|
||||
"image-description": "Bildbeschreibung",
|
||||
"social-networks-links": "Links zu sozialen Netzwerken",
|
||||
"email-access-code": "Zugangscode zuschicken",
|
||||
"current-format": "Aktuelles Datumsformat",
|
||||
"welcome": "Willkommen",
|
||||
"to-enable-the-user-you-have-to-set-a-new-password": "Um den Benutzer zu aktivieren, musst Du ein neues Passwort eingeben.",
|
||||
"do-you-want-to-disable-the-user": "Willst Du den Benutzer deaktivieren?",
|
||||
"сurrent-status" : "Status",
|
||||
"disable-the-user" : "Benutzer deaktivieren",
|
||||
"add-a-new-page": "Eine neue Seite hinzufügen",
|
||||
"add-a-new-post": "Einen neuen Beitrag hinzufügen",
|
||||
"save-as-draft": "Als Entwurf speichern",
|
||||
"categories": "Kategorien",
|
||||
"add-a-new-category": "Eine neue Kategorie hinzufügen",
|
||||
"new-category": "Neue Katgeorie",
|
||||
"slug": "slug",
|
||||
"name": "Name",
|
||||
"username": "Benutzername",
|
||||
"first-name": "Vorname",
|
||||
"last-name": "Nachname",
|
||||
"to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.",
|
||||
"email": "E-Mail",
|
||||
"role": "Rolle",
|
||||
"registered": "Hinzugefügt",
|
||||
"site-information": "Angaben zur Website",
|
||||
"site-title": "Titel der Webseite",
|
||||
"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": "URL der Website",
|
||||
"default-home-page": "Hauptseite",
|
||||
"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-Erweiterungen",
|
||||
"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",
|
||||
"new-theme-configured": "New theme configured",
|
||||
"plugin-configured": "Plugin configured",
|
||||
"new-category-created": "New category created",
|
||||
"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": "Neues Passwort",
|
||||
"enabled": "Aktiviert",
|
||||
"disable-the-user": "Benutzer deaktivieren",
|
||||
"profile-picture": "Profil-Bild",
|
||||
"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": "Bestätige das Löschen, dieser Vorgang kann nicht rückgängig gemacht werden.",
|
||||
"do-you-want-to-disable-the-user": "Willst Du den Benutzer deaktivieren?",
|
||||
"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": "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": "Sprache wählen",
|
||||
"next": "Weiter",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\" wählen<br>und eine E-Mail-Adresse eingeben.",
|
||||
"show-password": "Passwort zeigen",
|
||||
"install": "Installieren",
|
||||
"login": "Anmelden",
|
||||
"back-to-login-form": "Zurück zum Login",
|
||||
"get-login-access-code": "Zugangscode schicken",
|
||||
"email-access-code": "Zugangscode zuschicken",
|
||||
"whats-next": "Und so geht es weiter:",
|
||||
"username-or-password-incorrect": "Der Benutzername oder das Passwort stimmt nicht.",
|
||||
"follow-bludit-on": "Folge Bludit bei",
|
||||
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
|
||||
"manage-your-bludit-from-the-admin-panel": "Verwalte Bludit im [Administrationsbereich](.\/admin\/).",
|
||||
"chat-with-developers-and-users-on-gitter": "Chatte mit Entwicklern und Benutzern bei [Gitter](https:\/\/gitter.im\/dignajar\/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site": "Dies ist eine kurze Beschreibung, wer du bist, oder deiner Website. Um diesen Text zu ändern, gehe im Admin-Panel zu den Einstellungen und bearbeite sie unter \"Plugins\" das Plugin \"Über\".",
|
||||
"read-the-documentation-for-more-information": "Lies die [Dokumentation](https:\/\/docs.bludit.com) und das [Bludit-Tutorial](https:\/\/bludit-tutorial.ch) für weitere Informationen.",
|
||||
"new-page-created": "New page created",
|
||||
"page-deleted": "Page deleted",
|
||||
"page-edited": "Page edited",
|
||||
"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",
|
||||
"changes-on-settings": "Changes on settings",
|
||||
"plugin-installed": "Plugin installed",
|
||||
"user-password-changed": "User password changed"
|
||||
}
|
||||
"user-deleted": "Der Benutzer wurde gelöscht.",
|
||||
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
|
||||
"authentication-token": "Authentication Token",
|
||||
"token": "Token",
|
||||
"current-status": "Current 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": "Die IP-Adresse wurde blockiert.",
|
||||
"try-again-in-a-few-minutes": "Bitte versuche es in einigen Minuten noch einmal."
|
||||
}
|
|
@ -3,238 +3,201 @@
|
|||
{
|
||||
"native": "Deutsch (Deutschland)",
|
||||
"english-name": "German",
|
||||
"last-update": "2016-09-28",
|
||||
"locale": "de, de_DE",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Clickwork",
|
||||
"email": "egoetschel@clickwork.ch",
|
||||
"website": "https://clickwork.ch"
|
||||
"website": "https:\/\/clickwork.ch"
|
||||
},
|
||||
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort",
|
||||
"confirm-password": "Passwort wiederholen",
|
||||
"editor": "Editor",
|
||||
"dashboard": "Dashboard",
|
||||
"role": "Rolle",
|
||||
"post": "Beitrag",
|
||||
"posts": "Beiträge",
|
||||
"users": "Benutzer",
|
||||
"administrator": "Administrator",
|
||||
"add": "Hinzufügen",
|
||||
"cancel": "Abbrechen",
|
||||
"manage-users": "Benutzerverwaltung",
|
||||
"manage-categories": "Manage categories",
|
||||
"general-settings": "Allgemein",
|
||||
"advanced-settings": "Erweitert",
|
||||
"thanks-for-support-bludit": "Thanks for support Bludit",
|
||||
"upgrade-to-bludit-pro": "Upgrade to Bludit PRO",
|
||||
"language": "Sprache",
|
||||
"plugin": "Plugin",
|
||||
"plugins": "Plugins",
|
||||
"developers": "Developers",
|
||||
"themes": "Themes",
|
||||
"about": "Über",
|
||||
"url": "URL",
|
||||
"fixed": "Fixed",
|
||||
"welcome": "Willkommen",
|
||||
"logout": "Abmelden",
|
||||
"website": "Zur Website",
|
||||
"publish": "Veröffentlichen",
|
||||
"manage": "Verwalten",
|
||||
"content": "Inhalt",
|
||||
"title": "Titel",
|
||||
"no-parent": "Keine übergeordnete Seite",
|
||||
"edit-page": "Seite bearbeiten",
|
||||
"edit-post": "Beitrag bearbeiten",
|
||||
"add-a-new-user": "Neuer Benutzer",
|
||||
"parent": "Übergeordnete Seite",
|
||||
"friendly-url": "Pretty URL",
|
||||
"description": "Beschreibung",
|
||||
"posted-by": "Veröffentlicht von",
|
||||
"tags": "Schlagwörter",
|
||||
"position": "Position",
|
||||
"save": "Speichern",
|
||||
"draft": "Entwurf",
|
||||
"delete": "Löschen",
|
||||
"registered": "Hinzugefügt",
|
||||
"Notifications": "Benachrichtigungen",
|
||||
"profile": "Profil",
|
||||
"email": "E-Mail",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "Benutzer",
|
||||
"settings": "Einstellungen",
|
||||
"general": "Allgemein",
|
||||
"advanced": "Erweitert",
|
||||
"regional": "Lokalisierung",
|
||||
"about": "Über",
|
||||
"login": "Anmelden",
|
||||
"logout": "Abmelden",
|
||||
"manage": "Verwalten",
|
||||
"themes": "Themes",
|
||||
"prev-page": "Vorhergehende Seite",
|
||||
"next-page": "Nächste Seite",
|
||||
"configure-plugin": "Plugin konfigurieren",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Bestätige das Löschen, dieser Vorgang kann nicht rückgängig gemacht werden.",
|
||||
"site-title": "Titel der Webseite",
|
||||
"site-slogan": "Untertitel",
|
||||
"site-description": "Informationen zur Website",
|
||||
"footer-text": "Footer-Text",
|
||||
"posts-per-page": "Beiträge pro Seite",
|
||||
"site-url": "URL der Website",
|
||||
"writting-settings": "Beitrags- und Seiteneinstellungen",
|
||||
"url-filters": "URL-Erweiterungen",
|
||||
"page": "Seite",
|
||||
"pages": "Seiten",
|
||||
"home": "Hauptseite",
|
||||
"welcome-back": "Willkommen",
|
||||
"language": "Sprache",
|
||||
"website": "Zur Website",
|
||||
"timezone": "Zeitzone",
|
||||
"locale": "Lokalisierung",
|
||||
"new-post": "Neuer Beitrag",
|
||||
"html-and-markdown-code-supported": "HTML und Markdown werden unterstützt",
|
||||
"new-page": "Neue Seite",
|
||||
"manage-posts": "Beiträge verwalten",
|
||||
"published-date": "Veröffentlicht",
|
||||
"modified-date": "Letzte Änderung",
|
||||
"empty-title": "Kein Titel",
|
||||
"plugins": "Plugins",
|
||||
"install-plugin": "Plugin aktivieren",
|
||||
"uninstall-plugin": "Plugin deaktivieren",
|
||||
"new-password": "Neues Passwort",
|
||||
"edit-user": "Benutzer bearbeiten",
|
||||
"publish-now": "Veröffentlichen",
|
||||
"first-name": "Vorname",
|
||||
"last-name": "Nachname",
|
||||
"bludit-version": "Bludit Version",
|
||||
"powered-by": "Diese Website wurde eingerichtet mit",
|
||||
"recent-posts": "Neueste Beiträge",
|
||||
"manage-pages": "Seiten verwalten",
|
||||
"advanced-options": "Erweiterte Einstellungen",
|
||||
"user-deleted": "Der Benutzer wurde gelöscht.",
|
||||
"page-added-successfully": "Die Seite wurde veröffentlicht.",
|
||||
"post-added-successfully": "Der Beitrag wurde veröffentlicht.",
|
||||
"the-post-has-been-deleted-successfully": "Der Beitrag wurde gelöscht.",
|
||||
"the-page-has-been-deleted-successfully": "Die Seite wurde gelöscht.",
|
||||
"username-or-password-incorrect": "Der Benutzername oder das Passwort stimmt nicht.",
|
||||
"database-regenerated": "Die Datenbank wurde neu aufgebaut.",
|
||||
"the-changes-have-been-saved": "Die Änderungen wurden gespeichert.",
|
||||
"enable-more-features-at": "Zusätzlich Felder können aktiviert werden unter",
|
||||
"username-already-exists": "Diesen Benutzernamen gibt es bereits.",
|
||||
"username-field-is-empty": "Es muss ein Benutzername eingegeben werden.",
|
||||
"the-password-and-confirmation-password-do-not-match":"Die eingegebenen Passwörter stimmen nicht überein.",
|
||||
"user-has-been-added-successfully": "Der Benutzer wurde hinzugefügt.",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "New category",
|
||||
"you-do-not-have-sufficient-permissions": "Du bist nicht berechtigt, die Seite aufzurufen.",
|
||||
"settings-advanced-writting-settings": "Einstellungen > Erweitert > Beitrags- und Seiteneinstellungen",
|
||||
"new-posts-and-pages-synchronized": "Neue Beiträge und Seiten wurden synchronisiert.",
|
||||
"you-can-choose-the-users-privilege": "Rechte des Benutzers. Ein Editor kann nur Seiten anlegen und Beiträge schreiben.",
|
||||
"email-will-not-be-publicly-displayed": "Die E-Mail wird nicht öffentlich gezeigt. Sie wird für die Wiederherstellung des Passworts und Benachrichtigungen verwendet.",
|
||||
"use-this-field-to-name-your-site": "Name der Website, wie er auf jeder Seite angezeigt wird.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Untertitel oder Slogan der Website.",
|
||||
"you-can-add-a-site-description-to-provide": "Kurze Beschreibung der Website für Suchmaschinen.",
|
||||
"you-can-add-a-small-text-on-the-bottom": "Text im Fussbereich jeder Seite. Beispielsweise: Copyright-Hinweis, Eigentümer der Website usw.",
|
||||
"number-of-posts-to-show-per-page": "Anzahl der Beiträge, die auf einer Seite gezeigt werden.",
|
||||
"the-url-of-your-site": "URL der Website.",
|
||||
"add-or-edit-description-tags-or": "Beschreibungen, Schlagwörter und Pretty URL hinzufügen oder ändern.",
|
||||
"select-your-sites-language": "Sprache der Website.",
|
||||
"select-a-timezone-for-a-correct": "Zeitzone für die richtige Anzeige des Datums und der Zeit auf der Website.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Parameter mit Bezug auf die verwendete Sprache und das Land. Beispielsweise: de_DE, de_CH usw.",
|
||||
"you-can-modify-the-url-which-identifies":"Der URL kann selbst angepasst werden. Möglich sind bis zu 150 Zeichen.",
|
||||
"this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.",
|
||||
"write-the-tags-separated-by-comma": "Schlagwörter getrennt durch Kommas. Beispielsweise: Schlagwort1, Schlagwort2, Schlagwort3",
|
||||
"delete-the-user-and-all-its-posts":"Benutzer und alle seine Beiträge löschen",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Benutzer löschen und seine Beiträge dem Administrator zuordnen",
|
||||
"read-more": "Weiterlesen",
|
||||
"show-blog": "Blog zeigen",
|
||||
"default-home-page": "Hauptseite",
|
||||
"version": "Version",
|
||||
"there-are-no-drafts": "Es sind keine Entwürfe vorhanden.",
|
||||
"create-a-new-article-for-your-blog": "Einen neuen Beitrag schreiben.",
|
||||
"create-a-new-page-for-your-website": "Eine neue Seite anlegen.",
|
||||
"invite-a-friend-to-collaborate-on-your-website": "Einen neuen Benutzer hinzufügen.",
|
||||
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
|
||||
"add-a-new-user": "Neuer Benutzer",
|
||||
"url-associated-with-the-page": "URL associated with the page.",
|
||||
"language-and-timezone": "Sprache und Zeitzone",
|
||||
"author": "Autor",
|
||||
"start-here": "Direktzugriff",
|
||||
"install-theme": "Theme aktivieren",
|
||||
"first-post": "Erster Beitrag",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Gratulation, du hast **Bludit** erfolgreich installiert!",
|
||||
"whats-next": "Und so geht es weiter:",
|
||||
"follow-bludit-on": "Folge Bludit bei",
|
||||
"visit-the-support-forum": "Besuche das [Forum](https://forum.bludit.com), um Hilfe zu erhalten.",
|
||||
"read-the-documentation-for-more-information": "Lies die [Dokumentation](https://docs.bludit.com) und das [Bludit-Tutorial](https://bludit-tutorial.ch) für weitere Informationen.",
|
||||
"share-with-your-friends-and-enjoy": "Erzähle deinen Freunden von Bludit und habe Spaß daran.",
|
||||
"the-page-has-not-been-found": "Die Seite wurde nicht gefunden.",
|
||||
"error": "Fehler",
|
||||
"bludit-installer": "Bludit-Installer",
|
||||
"welcome-to-the-bludit-installer": "Willkommen beim Bludit-Installer!",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\" wählen<br>und eine E-Mail-Adresse eingeben.",
|
||||
"password-visible-field": "Das Passwort wird in Klartext angezeigt!",
|
||||
"install": "Installieren",
|
||||
"choose-your-language": "Sprache wählen",
|
||||
"next": "Weiter",
|
||||
"the-password-field-is-empty": "Das Passwort-Feld ist leer.",
|
||||
"your-email-address-is-invalid": "Die E-Mail-Adresse scheint ungültig zu sein.",
|
||||
"proceed-anyway": "Trotzdem fortfahren...",
|
||||
"drafts": "Entwürfe",
|
||||
"ip-address-has-been-blocked": "Die IP-Adresse wurde blockiert.",
|
||||
"try-again-in-a-few-minutes": "Bitte versuche es in einigen Minuten noch einmal.",
|
||||
"date": "Datum und Zeit",
|
||||
"you-can-schedule-the-post-just-select-the-date-and-time": "Um den Beitrag zu einem späteren Zeitpunkt zu veröffentlichen, wähle ein Datum und die Zeit aus.",
|
||||
"scheduled": "Veröffentlichung geplant.",
|
||||
"publish": "Veröffentlichen",
|
||||
"please-check-your-theme-configuration": "Bitte die Einstellungen des Themes prüfen.",
|
||||
"plugin-label": "Titel auf der Website",
|
||||
"enabled": "Aktiviert",
|
||||
"disabled": "Deaktiviert",
|
||||
"cli-mode": "Kommandozeilen-Modus",
|
||||
"command-line-mode": "Kommandozeilen-Modus",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Verwende den Kommandozeilen-Modus, wenn du Beiträge und Seiten im Dateisystem hinzufügen, ändern oder löschen möchtest.",
|
||||
"configure": "Konfiguration",
|
||||
"uninstall": "Deinstallieren",
|
||||
"change-password": "Neues Passwort",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "Um einen Beitrag zu einem bestimmten Zeitpunkt zu veröffentlichen, Datum und Zeit wählen.",
|
||||
"write-the-tags-separated-by-commas": "Schlagwörter durch Kommas getrennt.",
|
||||
"status": "Status",
|
||||
"published": "Veröffentlicht",
|
||||
"scheduled-posts": "Veröffentlichung planen",
|
||||
"statistics": "Statistiken",
|
||||
"name": "Name",
|
||||
"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.",
|
||||
"bludit-login-access-code": "BLUDIT - Zugangscode",
|
||||
"check-your-inbox-for-your-login-access-code":"Der Zugangscode wurde dir geschickt.",
|
||||
"there-was-a-problem-sending-the-email":"Es besteht ein Problem mit dem Verschicken dieser E-Mail.",
|
||||
"back-to-login-form": "Zurück zum Login",
|
||||
"send-me-a-login-access-code": "Zugangscode zuschicken",
|
||||
"get-login-access-code": "Zugangscode schicken",
|
||||
"email-notification-login-access-code": "<p>Du hast einen Zugangscode für die Website {{WEBSITE_NAME}} angefordert.</p><p>Bitte klicke folgenden Link an oder kopiere ihn, um ihn in der Adresszeile des Browsers einzugeben:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Es sind keine geplanten Beiträge vorhanden.",
|
||||
"show-password": "Passwort zeigen",
|
||||
"edit-or-remove-your=pages": "Seiten bearbeiten oder löschen.",
|
||||
"edit-or-remove-your-blogs-posts": "Beiträge bearbeiten oder löschen.",
|
||||
"general-settings": "Allgemein",
|
||||
"advanced-settings": "Erweitert",
|
||||
"manage-users": "Benutzerverwaltung",
|
||||
"view-and-edit-your-profile": "Profil anschauen und bearbeiten.",
|
||||
"password-must-be-at-least-6-characters-long": "Das Passwort muss mindestens 6 Zeichen lang sein",
|
||||
"images": "Bilder",
|
||||
"upload-image": "Bild hochladen",
|
||||
"drag-and-drop-or-click-here": "Drag and Drop oder hier klicken",
|
||||
"insert-image": "Bild einfügen",
|
||||
"supported-image-file-types": "Unterstützte Datei-Formate",
|
||||
"date-format": "Datumsformat",
|
||||
"time-format": "Zeitformat",
|
||||
"chat-with-developers-and-users-on-gitter":"Chatte mit Entwicklern und Benutzern bei [Gitter](https://gitter.im/dignajar/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site":"Dies ist eine kurze Beschreibung, wer du bist, oder deiner Website. Um diesen Text zu ändern, gehe im Admin-Panel zu den Einstellungen und bearbeite sie unter \"Plugins\" das Plugin \"Über\".",
|
||||
"profile-picture": "Profil-Bild",
|
||||
"the-about-page-is-very-important": "Die Seite \"Über\" ist wichtig und wirkungsvoll beispielsweise für zukünfige Kunden und Partner. Für alle, die wissen möchten, wer hinter der Website steht, ist die \"Über\"-Seite die erste Informationsquelle.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Der Inhalt dieser Seite kann im Admin-Panel unter \"Verwaltung\" > \"Seiten\" geändert werden.",
|
||||
"about-your-site-or-yourself": "Über dich oder deine Website",
|
||||
"change-your-language-and-region-settings": "Sprache ändern und Lokalisierung einstellen.",
|
||||
"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": "Willkommen bei Bludit",
|
||||
"site-information": "Angaben zur Website",
|
||||
"date-and-time-formats": "Datum und Zeit",
|
||||
"activate": "Aktivieren",
|
||||
"deactivate": "Deaktivieren",
|
||||
"statistics": "Statistiken",
|
||||
"pages": "Seiten",
|
||||
"drafts": "Entwürfe",
|
||||
"title": "Titel",
|
||||
"save": "Speichern",
|
||||
"save-as-draft": "Save as draft",
|
||||
"cancel": "Abbrechen",
|
||||
"description": "Beschreibung",
|
||||
"this-field-can-help-describe-the-content": "Kurze Inhaltsbeschreibung. Möglich sind bis zu 150 Zeichen.",
|
||||
"images": "Bilder",
|
||||
"error": "Fehler",
|
||||
"supported-image-file-types": "Unterstützte Datei-Formate",
|
||||
"cover-image": "Hauptbild",
|
||||
"blog": "Blog",
|
||||
"more-images": "Weitere Bilder",
|
||||
"double-click-on-the-image-to-add-it": "Einfügen durch Doppelklick auf das Bild.",
|
||||
"click-here-to-cancel": "Schließen",
|
||||
"type-the-tag-and-press-enter": "Schlagwort eingeben und mit \"Enter\" hinzufügen.",
|
||||
"manage-your-bludit-from-the-admin-panel": "Verwalte Bludit im [Administrationsbereich](./admin/).",
|
||||
"there-are-no-images":"Keine Bilder vorhanden",
|
||||
"drag-and-drop-or-click-here": "Drag and Drop oder hier klicken",
|
||||
"there-are-no-images": "Keine Bilder vorhanden",
|
||||
"upload-and-more-images": "Upload and more images",
|
||||
"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 und Zeit",
|
||||
"external-cover-image": "External cover image",
|
||||
"parent": "Übergeordnete Seite",
|
||||
"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": "Pretty URL",
|
||||
"image-description": "Bildbeschreibung",
|
||||
"add-a-new-category": "Add a new category",
|
||||
"name": "Name",
|
||||
"username": "Benutzername",
|
||||
"first-name": "Vorname",
|
||||
"last-name": "Nachname",
|
||||
"to-schedule-the-page-select-the-date-and-time": "To schedule the page select the date and time.",
|
||||
"email": "E-Mail",
|
||||
"role": "Rolle",
|
||||
"registered": "Hinzugefügt",
|
||||
"site-information": "Angaben zur Website",
|
||||
"site-title": "Titel der Webseite",
|
||||
"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",
|
||||
"email-access-code": "Zugangscode zuschicken",
|
||||
"site-url": "URL der Website",
|
||||
"default-home-page": "Hauptseite",
|
||||
"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-Erweiterungen",
|
||||
"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",
|
||||
"welcome": "Willkommen",
|
||||
"to-enable-the-user-you-have-to-set-a-new-password": "Um den Benutzer zu aktivieren, musst Du ein neues Passwort eingeben.",
|
||||
"do-you-want-to-disable-the-user": "Willst Du den Benutzer deaktivieren?",
|
||||
"сurrent-status" : "Status",
|
||||
"disable-the-user" : "Benutzer deaktivieren",
|
||||
"add-a-new-page": "Eine neue Seite hinzufügen",
|
||||
"add-a-new-post": "Einen neuen Beitrag hinzufügen"
|
||||
}
|
||||
"version": "Version",
|
||||
"author": "Autor",
|
||||
"activate": "Aktivieren",
|
||||
"deactivate": "Deaktivieren",
|
||||
"edit-category": "Edit category",
|
||||
"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": "Neues Passwort",
|
||||
"enabled": "Aktiviert",
|
||||
"disable-the-user": "Benutzer deaktivieren",
|
||||
"profile-picture": "Profil-Bild",
|
||||
"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": "Bestätige das Löschen, dieser Vorgang kann nicht rückgängig gemacht werden.",
|
||||
"do-you-want-to-disable-the-user": "Willst Du den Benutzer deaktivieren?",
|
||||
"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": "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": "Sprache wählen",
|
||||
"next": "Weiter",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Bitte ein Passwort für den Benutzer \"admin\" wählen<br>und eine E-Mail-Adresse eingeben.",
|
||||
"show-password": "Passwort zeigen",
|
||||
"install": "Installieren",
|
||||
"login": "Anmelden",
|
||||
"back-to-login-form": "Zurück zum Login",
|
||||
"get-login-access-code": "Zugangscode schicken",
|
||||
"email-access-code": "Zugangscode zuschicken",
|
||||
"whats-next": "Und so geht es weiter:",
|
||||
"username-or-password-incorrect": "Der Benutzername oder das Passwort stimmt nicht.",
|
||||
"follow-bludit-on": "Folge Bludit bei",
|
||||
"visit-the-forum-for-support": "Visit the [forum](https:\/\/forum.bludit.org) for support",
|
||||
"manage-your-bludit-from-the-admin-panel": "Verwalte Bludit im [Administrationsbereich](.\/admin\/).",
|
||||
"chat-with-developers-and-users-on-gitter": "Chatte mit Entwicklern und Benutzern bei [Gitter](https:\/\/gitter.im\/dignajar\/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site": "Dies ist eine kurze Beschreibung, wer du bist, oder deiner Website. Um diesen Text zu ändern, gehe im Admin-Panel zu den Einstellungen und bearbeite sie unter \"Plugins\" das Plugin \"Über\".",
|
||||
"read-the-documentation-for-more-information": "Lies die [Dokumentation](https:\/\/docs.bludit.com) und das [Bludit-Tutorial](https:\/\/bludit-tutorial.ch) für weitere Informationen.",
|
||||
"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": "Der Benutzer wurde gelöscht.",
|
||||
"recommended-for-recovery-password-and-notifications": "Recommended for recovery password and notifications.",
|
||||
"authentication-token": "Authentication Token",
|
||||
"token": "Token",
|
||||
"current-status": "Current 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": "Die IP-Adresse wurde blockiert.",
|
||||
"try-again-in-a-few-minutes": "Bitte versuche es in einigen Minuten noch einmal."
|
||||
}
|
|
@ -196,5 +196,8 @@
|
|||
"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."
|
||||
"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"
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
"native": "Español",
|
||||
"english-name": "Spanish",
|
||||
"locale": "es, es_ES, es_AR, es_MX",
|
||||
"last-update": "2017-09-03",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://www.bludit.com"
|
||||
|
@ -15,8 +15,12 @@
|
|||
"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",
|
||||
|
@ -37,12 +41,14 @@
|
|||
"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-page": "URL associated with the page.",
|
||||
"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-installed": "Plugin installed",
|
||||
"plugin-activated": "Plugin activated",
|
||||
"plugin-deactivated": "Plugin deactivated",
|
||||
"new-theme-configured": "New theme configured",
|
||||
"changes-on-settings": "Changes on settings",
|
||||
"plugin-configured": "Plugin configured",
|
||||
|
@ -73,10 +79,12 @@
|
|||
"status": "Estado",
|
||||
"published": "Publicado",
|
||||
"draft": "Borrador",
|
||||
"empty-title": "Titulo vacío",
|
||||
"date": "Fecha",
|
||||
"external-cover-image": "External cover image",
|
||||
"parent": "Padre",
|
||||
"image-url": "Image URL",
|
||||
"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",
|
||||
|
@ -100,7 +108,6 @@
|
|||
"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",
|
||||
"the-url-of-your-site": "URL de su sitio.",
|
||||
"default-home-page": "Página de inicio predeterminada",
|
||||
"email-account-settings": "Configuración de la cuenta de correo electrónico",
|
||||
"sender-email": "Remitente de correo electrónico",
|
||||
|
@ -110,7 +117,6 @@
|
|||
"timezone": "Zona horaria",
|
||||
"select-a-timezone-for-a-correct": "Seleccione la zona horaria para una correcta visualización de las fechas.",
|
||||
"locale": "Locale",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Puede utilizar este campo para definir un conjunto de parámetros relacionados con el idioma, país y preferencias especiales.",
|
||||
"date-and-time-formats": "Formato de la fecha y hora",
|
||||
"date-format": "Formato de fecha",
|
||||
"current-format": "Formato actual",
|
||||
|
@ -140,12 +146,58 @@
|
|||
"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",
|
||||
"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."
|
||||
"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 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-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": "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."
|
||||
}
|
|
@ -1,251 +0,0 @@
|
|||
{
|
||||
"language-data":
|
||||
{
|
||||
"native": "Español (Argentina)",
|
||||
"english-name": "Spanish",
|
||||
"last-update": "2016-02-13",
|
||||
"author": "Diego",
|
||||
"email": "",
|
||||
"website": ""
|
||||
},
|
||||
|
||||
"username": "Nombre de usuario",
|
||||
"password": "Contraseña",
|
||||
"confirm-password": "Confirmar contraseña",
|
||||
"editor": "Editor",
|
||||
"dashboard": "Panel de administración",
|
||||
"role": "Rol",
|
||||
"post": "Entrada",
|
||||
"posts": "Entradas",
|
||||
"users": "Usuarios",
|
||||
"administrator": "Administrador",
|
||||
"add": "Agregar",
|
||||
"cancel": "Cancel",
|
||||
"content": "Contenido",
|
||||
"title": "Titulo",
|
||||
"no-parent": "Sin padre",
|
||||
"edit-page": "Editar página",
|
||||
"edit-post": "Editar entrada",
|
||||
"add-a-new-user": "Agregar nuevo usuario",
|
||||
"parent": "Padre",
|
||||
"friendly-url": "URL Amistosa",
|
||||
"description": "Descripción",
|
||||
"posted-by": "Publicado por",
|
||||
"tags": "Etiquetas",
|
||||
"position": "Posición",
|
||||
"save": "Guardar",
|
||||
"draft": "Borrador",
|
||||
"delete": "Eliminar",
|
||||
"registered": "Registrado",
|
||||
"Notifications": "Notificaciones",
|
||||
"profile": "Perfil",
|
||||
"email": "Correo electrónico",
|
||||
"settings": "Ajustes",
|
||||
"general": "General",
|
||||
"advanced": "Avanzado",
|
||||
"regional": "Regional",
|
||||
"about": "Acerca de",
|
||||
"login": "Iniciar sesión",
|
||||
"logout": "Cerrar sesión",
|
||||
"manage": "Administrar",
|
||||
"themes": "Temas",
|
||||
"prev-page": "Pag. anterior",
|
||||
"next-page": "Pag. siguiente",
|
||||
"configure-plugin": "Configurar complemento",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Confirmar eliminación, esta operación no se puede deshacer.",
|
||||
"site-title": "Titulo del sitio",
|
||||
"site-slogan": "Slogan del sitio",
|
||||
"site-description": "Descripción del sitio",
|
||||
"footer-text": "Texto de pie de página",
|
||||
"posts-per-page": "Entradas por página",
|
||||
"site-url": "URL del sitio",
|
||||
"writting-settings": "Ajustes de redacción",
|
||||
"url-filters": "Filtros URL",
|
||||
"page": "Página",
|
||||
"pages": "Páginas",
|
||||
"home": "Inicio",
|
||||
"welcome-back": "Bienvenido",
|
||||
"language": "Idioma",
|
||||
"website": "Sitio web",
|
||||
"timezone": "Zona horaria",
|
||||
"locale": "Locale",
|
||||
"new-post": "Nueva entrada",
|
||||
"new-page": "Nueva página",
|
||||
"html-and-markdown-code-supported": "Código HTML y Markdown soportado",
|
||||
"manage-posts": "Administrar entradas",
|
||||
"published-date": "Fecha de publicación",
|
||||
"modified-date": "Fecha de modificación",
|
||||
"empty-title": "Titulo vacío",
|
||||
"plugins": "Complementos",
|
||||
"install-plugin": "Instalar complemento",
|
||||
"uninstall-plugin": "Desinstalar complemento",
|
||||
"new-password": "Nueva contraseña",
|
||||
"edit-user": "Editar usuario",
|
||||
"publish-now": "Publicar",
|
||||
"first-name": "Nombre",
|
||||
"last-name": "Apellido",
|
||||
"bludit-version": "Bludit versión",
|
||||
"powered-by": "Generado por",
|
||||
"recent-posts": "Entradas recientes",
|
||||
"manage-pages": "Administrar páginas",
|
||||
"advanced-options": "Opciones avanzadas",
|
||||
"user-deleted": "Usuario eliminado",
|
||||
"page-added-successfully": "Nueva página creada con éxito",
|
||||
"post-added-successfully": "Nueva entrada creada con éxito",
|
||||
"the-post-has-been-deleted-successfully": "La entrada fue eliminada con éxito",
|
||||
"the-page-has-been-deleted-successfully": "La página fue eliminada con éxito",
|
||||
"username-or-password-incorrect": "Nombre de usuario o contraseña incorrectos",
|
||||
"database-regenerated": "Base de datos regenerada",
|
||||
"the-changes-have-been-saved": "Los cambios fueron guardados",
|
||||
"enable-more-features-at": "Habilitar más funciones en",
|
||||
"username-already-exists": "El nombre de usuario ya existe",
|
||||
"username-field-is-empty": "El campo nombre de usuario esta vacío",
|
||||
"the-password-and-confirmation-password-do-not-match": "Las contraseña no coinciden",
|
||||
"user-has-been-added-successfully": "El usuario fue creado con éxito",
|
||||
"you-do-not-have-sufficient-permissions": "No tiene suficientes permisos para acceder a esta página, contacte al administrador.",
|
||||
"settings-advanced-writting-settings": "Ajustes->Avanzado->Ajustes de redacción",
|
||||
"new-posts-and-pages-synchronized": "Nuevos posts y páginas sincronizados.",
|
||||
"you-can-choose-the-users-privilege": "Puede elegir los privilegios del usuario. El rol editor solo puede redactar páginas y entradas.",
|
||||
"email-will-not-be-publicly-displayed": "El correo electrónico no será visible. Recomendado para recuperar la contraseña y notificaciones.",
|
||||
"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.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Utilice este campo para agregar un slogan a su 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.",
|
||||
"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.",
|
||||
"number-of-posts-to-show-per-page": "Cantidad de entradas a mostrar por página.",
|
||||
"the-url-of-your-site": "URL de su sitio.",
|
||||
"add-or-edit-description-tags-or": "Agregar o editar la descripción, tags y modificar la URL amigable.",
|
||||
"select-your-sites-language": "Seleccione el idioma de su sitio.",
|
||||
"select-a-timezone-for-a-correct": "Seleccione la zona horaria para una correcta visualización de las fechas.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Puede utilizar este campo para definir un conjunto de parámetros relacionados con el idioma, país y preferencias especiales.",
|
||||
"you-can-modify-the-url-which-identifies": "Puede modificar la dirección URL que identifica una página o una entrada usando palabras clave legible. No mas de 150 caracteres.",
|
||||
"this-field-can-help-describe-the-content": "Este campo puede ayudar a describir el contenido en pocas palabras. No mas de 150 caracteres.",
|
||||
|
||||
"delete-the-user-and-all-its-posts": "Eliminar el usuario y sus entradas",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Eliminar el usuario y asociar las entradas al usuario admin",
|
||||
"read-more": "Leer mas",
|
||||
"show-blog": "Mostrar blog",
|
||||
"default-home-page": "Página de inicio predeterminada",
|
||||
"version": "Version",
|
||||
"there-are-no-drafts": "No hay borradores.",
|
||||
"create-a-new-article-for-your-blog":"Crear un nuevo articulo para su blog.",
|
||||
"create-a-new-page-for-your-website":"Crear una nueva página para su sitio web.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"Invite un amigo para colaborar en el sitio web.",
|
||||
"change-your-language-and-region-settings":"Cambiar la configuración de idioma y región.",
|
||||
"language-and-timezone":"Idioma y zona horaria",
|
||||
"author": "Autor",
|
||||
"start-here": "Comience aquí",
|
||||
"install-theme": "Instalar tema",
|
||||
"first-post": "Primer entrada",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Felicitación, se ha instalado **Bludit** exitosamente",
|
||||
"whats-next": "Siguientes pasos",
|
||||
|
||||
"follow-bludit-on": "Siga Bludit en",
|
||||
"visit-the-support-forum": "Visite el [foro](https://forum.bludit.com) para soporte",
|
||||
"read-the-documentation-for-more-information": "Lea la [documentación](https://docs.bludit.com) para mas información",
|
||||
"share-with-your-friends-and-enjoy": "Compartí con tus amigos y a disfrutar",
|
||||
"the-page-has-not-been-found": "La página no fue encontrada.",
|
||||
"error": "Error",
|
||||
"bludit-installer": "Bludit Instalador",
|
||||
"welcome-to-the-bludit-installer": "Bienvenido al asistente para la instalación de Bludit",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Complete el formulario y elija una contraseña para el usuario « admin »",
|
||||
"password-visible-field": "Contraseña, este campo es visible!",
|
||||
"install": "Instalar",
|
||||
"choose-your-language": "Seleccione su idioma",
|
||||
"next": "Siguiente",
|
||||
"the-password-field-is-empty": "Debe completar el campo contraseña",
|
||||
"your-email-address-is-invalid":"Su dirección de correo es invalida.",
|
||||
"proceed-anyway": "Continuar de todas formas!",
|
||||
"drafts":"Borradores",
|
||||
"ip-address-has-been-blocked":"La direccion IP fue bloqueada.",
|
||||
"try-again-in-a-few-minutes": "Vuelva a intentar en unos minutos.",
|
||||
"date": "Fecha",
|
||||
|
||||
"scheduled": "Programado",
|
||||
"publish": "Publicar",
|
||||
"please-check-your-theme-configuration": "Verifique la configuración del tema.",
|
||||
"plugin-label": "Titulo del complemento",
|
||||
"enabled": "Habilitado",
|
||||
"disabled": "Deshabilitado",
|
||||
"cli-mode": "Modo Cli",
|
||||
"command-line-mode": "Linea de comandos",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Habilite el modo linea de comando si crea, edita o elimina entradas o paginas desde el sistema de archivos.",
|
||||
|
||||
"configure": "Configuración",
|
||||
"uninstall": "Desinstalar",
|
||||
"change-password": "Cambiar contraseña",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "Para programar la entrada, solo seleccione la fecha y hora.",
|
||||
"write-the-tags-separated-by-commas": "Escriba los tags separados por comas.",
|
||||
"status": "Estado",
|
||||
"published": "Publicado",
|
||||
"scheduled-posts": "Entradas programadas",
|
||||
"statistics": "Estadísticas",
|
||||
"name": "Nombre",
|
||||
"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.",
|
||||
"bludit-login-access-code": "BLUDIT - Codigo de acceso",
|
||||
"check-your-inbox-for-your-login-access-code":"Revise su bandeja de entrada para su codigo de acceso",
|
||||
"there-was-a-problem-sending-the-email":"Hubo un problema al enviar el correo electrónico",
|
||||
"back-to-login-form": "Volver al formulario de ingreso",
|
||||
"send-me-a-login-access-code": "Enviarme el codigo de acceso",
|
||||
"get-login-access-code": "Obtener el codigo de acceso",
|
||||
"email-notification-login-access-code": "<p>Esta es una notificacion de su sitio web {{WEBSITE_NAME}}</p><p>El siguiente es el codigo de acceso, ingrese en el siguiente link:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "No hay entradas programadas.",
|
||||
"show-password": "Mostrar contraseña",
|
||||
"edit-or-remove-your=pages": "Edite o elimine sus paginas.",
|
||||
"edit-or-remove-your-blogs-posts": "Edite o elimine entradas de su blog.",
|
||||
"general-settings": "Ajustes generales",
|
||||
"advanced-settings": "Ajustes avanzados",
|
||||
"manage-users": "Administrar usuarios",
|
||||
"view-and-edit-your-profile": "Modifique su perfil.",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "La contraseña debe tener al menos 6 carácteres.",
|
||||
"images": "Imagenes",
|
||||
"upload-image": "Subir imagen",
|
||||
"drag-and-drop-or-click-here": "Arrastre y suelte, o haga clic aquí",
|
||||
"insert-image": "Insertar imagen",
|
||||
"supported-image-file-types": "Tipo de imagen soportados",
|
||||
"date-format": "Formato de fecha",
|
||||
"time-format": "Formato de hora",
|
||||
"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",
|
||||
"profile-picture": "Imagen de perfil",
|
||||
"the-about-page-is-very-important": "La página acerca es una herramienta importante y de gran alcance para los clientes y socios potenciales. Para aquellos que quieren saber quien esta detras de este sitio, su pagina Acerca de es la primera fuente de información.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Modifique el contenido de esta pagina en el panel de administración, administrar, paginas, y luego clic en la pagina Acerca de.",
|
||||
"about-your-site-or-yourself": "Acerca de ti o de tu sitio",
|
||||
"welcome-to-bludit": "Bienvenido a Bludit",
|
||||
|
||||
"site-information": "información del sitio",
|
||||
"date-and-time-formats": "Formato de la fecha y hora",
|
||||
"activate": "Activar",
|
||||
"deactivate": "Desactivar",
|
||||
|
||||
"cover-image": "Imagen de portada",
|
||||
"blog": "Blog",
|
||||
"more-images": "Mas imagenes",
|
||||
|
||||
"click-here-to-cancel": "Clic aquí para cancelar.",
|
||||
"type-the-tag-and-press-enter": "Escriba la etiqueta y presione enter.",
|
||||
"add": "Agregar",
|
||||
"manage-your-bludit-from-the-admin-panel": "Administre su Bludit desde el [panel de administración]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"No hay imagenes",
|
||||
|
||||
"click-on-the-image-for-options": "Clic en la imagen para las opciones.",
|
||||
"set-as-cover-image": "Establecer como portada",
|
||||
"delete-image": "Eliminar imagen",
|
||||
"image-description": "Descripción de la imagen",
|
||||
|
||||
"social-networks-links": "Redes sociales enlaces",
|
||||
|
||||
"email-access-code": "Código de acceso via email",
|
||||
"current-format": "Formato actual",
|
||||
|
||||
"welcome": "Bienvenido",
|
||||
|
||||
"to-enable-the-user-you-have-to-set-a-new-password": "Para habilitar el usuario debe asignarle una contraseña.",
|
||||
"do-you-want-to-disable-the-user": "Quiere deshabilitar el usuario ?",
|
||||
"сurrent-status" : "Estado",
|
||||
"disable-the-user" : "Deshabilitar usuario",
|
||||
"add-a-new-page": "Crear nueva pagina",
|
||||
"add-a-new-post": "Crear nuevo post"
|
||||
}
|
|
@ -3,237 +3,200 @@
|
|||
{
|
||||
"native": "فارسی (Iran)",
|
||||
"english-name": "Persian",
|
||||
"last-update": "2016-03-13",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Abdulhalim",
|
||||
"email": "abdulhalim.po@gmail.com",
|
||||
"website": "http://getpunbb.ir"
|
||||
"website": "http:\/\/getpunbb.ir"
|
||||
},
|
||||
|
||||
"username": "نام کاربری",
|
||||
"password": "پسورد",
|
||||
"confirm-password": "تائید پسورد",
|
||||
"editor": "ویرایشگر",
|
||||
"dashboard": "پیشخوان",
|
||||
"role": "نقش",
|
||||
"post": "نوشته",
|
||||
"posts": "نوشته ها",
|
||||
"users": "کاربران",
|
||||
"administrator": "مدیر سایت",
|
||||
"add": "افزودن",
|
||||
"cancel": "انصراف",
|
||||
"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": "محتوا",
|
||||
"title": "عنوان",
|
||||
"no-parent": "بدون والد",
|
||||
"edit-page": "ویرایش صفحه",
|
||||
"edit-post": "ویرایش نوشته",
|
||||
"add-a-new-user": "افزودن کاربر جدید",
|
||||
"parent": "والد",
|
||||
"friendly-url": "آدرس وب کاربر پسند",
|
||||
"description": "توضیحات",
|
||||
"posted-by": "ارسال توسط",
|
||||
"tags": "برچسب ها",
|
||||
"position": "موقعیت",
|
||||
"save": "ذخیره",
|
||||
"draft": "پیش نویس",
|
||||
"delete": "حذف",
|
||||
"registered": "عضو سایت",
|
||||
"notifications": "اطلاعیه ها",
|
||||
"profile": "پروفایل",
|
||||
"email": "ایمیل",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "کاربران",
|
||||
"settings": "تنظیمات",
|
||||
"general": "عمومی",
|
||||
"advanced": "پیشرفته",
|
||||
"regional": "منطقه",
|
||||
"about": "درباره",
|
||||
"login": "ورود به سایت",
|
||||
"logout": "خروج از سایت",
|
||||
"manage": "مدیریت",
|
||||
"themes": "قالب",
|
||||
"prev-page": "صفحه قبل",
|
||||
"next-page": "صفحه بعد",
|
||||
"configure-plugin": "پیکربندی پلاگین",
|
||||
"confirm-delete-this-action-cannot-be-undone": "تائید حذف - این عملیات قابل بازگشت نمیباشد.",
|
||||
"site-title": "عنوان سایت",
|
||||
"site-slogan": "شعار سایت",
|
||||
"site-description": "توضیحات سایت",
|
||||
"footer-text": "متن پاورقی",
|
||||
"posts-per-page": "نوشته در هر صفحه",
|
||||
"site-url": "آدرس وب سایت",
|
||||
"writting-settings": "تنظیمات نوشتن",
|
||||
"url-filters": "فیلتر های آدرس وب",
|
||||
"page": "صفحه",
|
||||
"pages": "صفحات",
|
||||
"home": "فهرست",
|
||||
"welcome-back": "خوش آمدید",
|
||||
"language": "زبان",
|
||||
"website": "نمایش سایت",
|
||||
"timezone": "منطقه زمانی",
|
||||
"locale": "تگ زبان",
|
||||
"new-post": "نوشته جدید",
|
||||
"new-page": "صفحه جدید",
|
||||
"html-and-markdown-code-supported": "HTML و کد Markdown پشتیبانی میشود",
|
||||
"manage-posts": "مدیریت نوشته ها",
|
||||
"published-date": "تاریخ انتشار",
|
||||
"modified-date": "تاریخ ویرایش",
|
||||
"empty-title": "عنوان خالی",
|
||||
"plugins": "پلاگین ها",
|
||||
"install-plugin": "نصب پلاگین",
|
||||
"uninstall-plugin": "حذف پلاگین",
|
||||
"new-password": "پسورد جدید",
|
||||
"edit-user": "ویرایش کاربر",
|
||||
"publish-now": "منتشر شود",
|
||||
"first-name": "نام",
|
||||
"last-name": "نام خانوادگی",
|
||||
"bludit-version": "نسخه بلودیت",
|
||||
"powered-by": "قدرت گرفته از",
|
||||
"recent-posts": "آخرین نوشته ها",
|
||||
"manage-pages": "مدیریت صفحات",
|
||||
"advanced-options": "گزینه های پیشرفته",
|
||||
"user-deleted": "کاربر حذف شد",
|
||||
"page-added-successfully": "صفحه با موفقیت اضافه شد",
|
||||
"post-added-successfully": "نوشته با موفقیت اضافه شد",
|
||||
"the-post-has-been-deleted-successfully": "نوشته با موفقیت حذف شد",
|
||||
"the-page-has-been-deleted-successfully": "صفحه با موفقیت حذف شد",
|
||||
"username-or-password-incorrect": "نام کاربری یا پسورد اشتباه است",
|
||||
"database-regenerated": "پایگاه داده بازسازی شد",
|
||||
"the-changes-have-been-saved": "تغییرات ذخیره شد",
|
||||
"enable-more-features-at": "فعالسازی ویژگی های بیشتر در",
|
||||
"username-already-exists": "نام کاربری از قبل وجود دارد",
|
||||
"username-field-is-empty": "کادر نام کاربری خالی است",
|
||||
"the-password-and-confirmation-password-do-not-match":"پسورد و تائید پسورد با هم مطابقت ندارند",
|
||||
"user-has-been-added-successfully": "کاربر با موفقیت اضافه شد",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "New category",
|
||||
"you-do-not-have-sufficient-permissions": "شما مجوز کافی برای دسترسی به این صفحه را ندارید ، لطفا ً با مدیر سایت تماس بگیرید.",
|
||||
"settings-advanced-writting-settings": "تنظیمات->پیشرفته->تنظیمات نوشتن",
|
||||
"new-posts-and-pages-synchronized": "نوشته های جدید و صفحات همگام سازی شدند.",
|
||||
"you-can-choose-the-users-privilege": "میتوانید برای کاربر سطح دسترسی انتخاب کنید . نقش ویرایشگر فقط میتواند صفحات و نوشته ها را بنویسید.",
|
||||
"email-will-not-be-publicly-displayed": "آدرس ایمیل بصورت خصوصی نمایش داده نمیشود . برای بازیابی پسورد و اطلاع رسانی ها توصیه میشود.",
|
||||
"use-this-field-to-name-your-site": "از این کادر برای نامگذاری سایت خود استفاده کنید ، این نام بالای تمام صفحات سایت شما نمایش داده میشود.",
|
||||
"you-can-add-a-site-description-to-provide": "میتوانید توضیحات سایت را برای ارائه یک شرح حال کوتاه در مورد سایت خود اضافه کنید.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "از این کادر برای اضافه کردن یک عبارت جذاب در سایت خود استفاده کنید.",
|
||||
"you-can-add-a-small-text-on-the-bottom": "میتوانید در پایین تمام صفحات خود یک متن مختصر اضافه کنید . مثلا : حق تالیف ، دارنده سایت ، تاریخ و غیره.",
|
||||
"number-of-posts-to-show-per-page": "تعداد نوشته برای نمایش در هر صفحه.",
|
||||
"the-url-of-your-site": "آدرس وبسایت شما.",
|
||||
"add-or-edit-description-tags-or": "افزودن یا ویرایش توضیحات ، برچسب ها یا مدیریت آدرس وب کاربر پسند.",
|
||||
"select-your-sites-language": "زبان وبسایت خود را انتخاب کنید.",
|
||||
"select-a-timezone-for-a-correct": "لطفا ً منطقه زمانی را برای نمایش صحیح تاریخ / ساعت بر روی سایت خود را انتخاب کنید.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "میتوانید از این کادر برای تعریف مجموعه ای از پارامترهای مربوط به زبان ، کشور و تنظیمات خاص استفاده کنید.",
|
||||
"you-can-modify-the-url-which-identifies":"میتوانید آدرس وب را که شناسه یک صفحه یا نوشته است با استفاده از کلمات کلیدی قابل خواندن توسط انسان ویرایش کنید . از 150 کاراکتر بیشتر نباشد.",
|
||||
"this-field-can-help-describe-the-content": "این کادر میتواند محتوا را در چند کلمه شرح دهد . بیشتر از 150 کاراکتر نباشد.",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"حذف کاربر و تمام نوشته هایش",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "حذف کاربر و اختصاص دادن تمام نوشته هایش به کاربر مدیر",
|
||||
"read-more": "ادامه مطلب",
|
||||
"show-blog": "نمایش بلاگ",
|
||||
"default-home-page": "صفحه اصلی پیش فرض",
|
||||
"version": "نسخه",
|
||||
"there-are-no-drafts": "هیچ پیش نویسی وجود ندارد.",
|
||||
"create-a-new-article-for-your-blog":"برای بلاگ خود مطلب بنویسید.",
|
||||
"create-a-new-page-for-your-website":"برای وبسایت خود صفحه جدید ایجاد کنید.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"دعوت یک دوست برای همکاری در وبسایت شما.",
|
||||
"change-your-language-and-region-settings":"تنظیمات زبان و منطقه خود را تغییر دهید.",
|
||||
"language-and-timezone":"زبان و منطقه زمانی",
|
||||
"author": "مؤلف",
|
||||
"start-here": "از اینجا شروع کنید",
|
||||
"install-theme": "نصب قالب",
|
||||
"first-post": "اولین نوشته",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "تبریک میگم ، شما با موفقیت **Bludit** خود را نصب کردید",
|
||||
"whats-next": "حالا چه کنیم ؟",
|
||||
|
||||
"follow-bludit-on": "بلودیت را دنبال کنید",
|
||||
"visit-the-support-forum": "برای دریافت پشتیبانی از [انجمن بلودیت](https://forum.bludit.com) دیدن کنید",
|
||||
"read-the-documentation-for-more-information": "برای کسب اطلاعات بیشتر [مستندات](https://docs.bludit.com) را مطالعه کنید",
|
||||
"share-with-your-friends-and-enjoy": "با دوستانتان به اشتراک گذاشته و لذت ببرید",
|
||||
"the-page-has-not-been-found": "صفحه مورد نظر یافت نشد.",
|
||||
"error": "خطا",
|
||||
"bludit-installer": "نصب کننده بلودیت",
|
||||
"welcome-to-the-bludit-installer": "به نصب کننده بلودیت خوش آمدید",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "فرم را تکمیل کنید ، برای نام کاربری « admin » یک پسورد انتخاب کنید",
|
||||
"password-visible-field": "پسورد ، کادر نمایش داده شود!",
|
||||
"install": "نصب",
|
||||
"choose-your-language": "انتخاب زبان",
|
||||
"next": "بعدی",
|
||||
"the-password-field-is-empty": "کادر پسورد خالی است",
|
||||
"your-email-address-is-invalid":"آدرس ایمیل شما معتبر نمیباشد.",
|
||||
"proceed-anyway": "درهرصورت ادامه داده شود!",
|
||||
"drafts":"پیش نویس",
|
||||
"ip-address-has-been-blocked": "آدرس IP مسدود شده.",
|
||||
"try-again-in-a-few-minutes": "لطفا ً چند دقیقه دیگر دوباره تلاش کنید.",
|
||||
"date": "تاریخ",
|
||||
|
||||
"scheduled": "زمان بندی شده",
|
||||
"publish": "انتشار",
|
||||
"please-check-your-theme-configuration": "لطفا ً پیکربندی قالب خود را بررسی کنید.",
|
||||
"plugin-label": "برچسب پلاگین",
|
||||
"enabled": "فعال",
|
||||
"disabled": "غیرفعال",
|
||||
"cli-mode": "حالت رابط خط فرمان (Cli)",
|
||||
"command-line-mode": "حالت خط فرمان",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "اگر شما نوشته ها و صفحات خود را از طریق فایل سیستم اضافه ، ویرایش و یا حذف میکنید ، حالت خط فرمان را فعال کنید",
|
||||
|
||||
"configure": "پیکربندی",
|
||||
"uninstall": "حذف نصب",
|
||||
"change-password": "تغییر پسورد",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "برای زمان بندی نوشته ها ، کافی است تاریخ و ساعت را انتخاب کنید.",
|
||||
"write-the-tags-separated-by-commas": "برچسب ها را با کاما از هم جدا کنید.",
|
||||
"status": "وضعیت",
|
||||
"published": "منتشر شده",
|
||||
"scheduled-posts": "نوشته های زمان بندی شده",
|
||||
"statistics": "آمار",
|
||||
"name": "نام",
|
||||
"email-account-settings":"تنظیمات حساب ایمیل",
|
||||
"sender-email": "ایمیل ارسال کننده",
|
||||
"emails-will-be-sent-from-this-address":"ایمیل ها از این آدرس ارسال خواهند شد.",
|
||||
"bludit-login-access-code": "بلودیت - کد دسترسی ورود به سایت",
|
||||
"check-your-inbox-for-your-login-access-code":"ایمیل خود را برای کد دسترسی ورود به سایت بررسی نمائید",
|
||||
"there-was-a-problem-sending-the-email":"یک مشکل در ارسال ایمیل وجود دارد",
|
||||
"back-to-login-form": "بازگشت به فرم ورود",
|
||||
"send-me-a-login-access-code": "ارسال کد دسترسی ورود به سایت",
|
||||
"get-login-access-code": "دریافت کد دسترسی به سایت",
|
||||
"email-notification-login-access-code": "<p>این اطلاع رسانی از وبسایت شما میباشد {{WEBSITE_NAME}}</p><p>شما درخواست کد دسترسی ورود به سایت کردید ، لینک روبرو را دنبال کنید:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "هیچ نوشته زمان بندی شده ای وجود ندارد.",
|
||||
"show-password": "نمایش پسورد",
|
||||
"edit-or-remove-your=pages": "ویرایش یا حذف صفحه شما.",
|
||||
"edit-or-remove-your-blogs-posts": "ویرایش یا حذف نوشته های بلاگ شما.",
|
||||
"general-settings": "تنظیمات عمومی",
|
||||
"advanced-settings": "تنظیمات پیشرفته",
|
||||
"manage-users": "مدیریت کاربران",
|
||||
"view-and-edit-your-profile": "مشاهده و ویرایش پروفایل شما.",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "پسورد حداقل باید 6 کاراکتر باشد",
|
||||
"images": "تصاویر",
|
||||
"upload-image": "آپلود تصویر",
|
||||
"drag-and-drop-or-click-here": "کشیدن و انداختن یا اینجا را کلیک کنید",
|
||||
"insert-image": "درج تصویر",
|
||||
"supported-image-file-types": "نوع فایل تصویری پشتیبانی شده",
|
||||
"date-format": "فرمت تاریخ",
|
||||
"time-format": "فرمت زمان",
|
||||
"chat-with-developers-and-users-on-gitter":"گفتگو با توسعه دهندگان و کاربران در [Gitter](https://gitter.im/dignajar/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site":"این یک توضیحات کوتاه درمورد خود یا سایت شما میباشد ، برای تغییر این متن به کنترل پنل مدیریت / تنظیمات / پلاگین ها ، رفته و پلاگین درباره را پیکربندی کنید.",
|
||||
"profile-picture": "تصویر پروفایل",
|
||||
"the-about-page-is-very-important": "صفحه درباره یک ابزار مهم و قدرتمند برای مشتری ها و همکاران میباشد . برای کسانی که مشتاق اند بدانند چه کسی پشت سایت است ، صفحه درباره شما اولین منبع اطلاعاتی میباشد.",
|
||||
"change-this-pages-content-on-the-admin-panel": "برای تغییر محتوای این صفحه در کنترل پنل مدیریت / مدیریت / صفحات رفته و بر روی صفحه درباره کلیک کنید.",
|
||||
"about-your-site-or-yourself": "درباره سایت یا خود شما",
|
||||
"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": "به بلودیت خوش آمدید",
|
||||
|
||||
"site-information": "اطلاعات سایت",
|
||||
"date-and-time-formats": "فرمت تاریخ و زمان",
|
||||
"activate": "بکار انداختن",
|
||||
"deactivate": "از کار انداختن",
|
||||
|
||||
"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": "تصویر کاور",
|
||||
"blog": "بلاگ",
|
||||
"more-images": "تصاویر بیشتر",
|
||||
|
||||
"click-here-to-cancel": "برای انصراف اینجا را کلیک کنید.",
|
||||
"type-the-tag-and-press-enter": "برچسب را نوشته و دکمه انتر را بزنید.",
|
||||
"add": "افزودن",
|
||||
"manage-your-bludit-from-the-admin-panel": "بلودیت خود را از [محیط مدیریت]({{ADMIN_AREA_LINK}}) کنترل کنید",
|
||||
"there-are-no-images":"هیچ تصویری وجود ندارد",
|
||||
|
||||
"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": "توضیحات تصویر",
|
||||
|
||||
"social-networks-links": "لینک های شبکه های اجتماعی"
|
||||
}
|
||||
"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": "لطفا ً چند دقیقه دیگر دوباره تلاش کنید."
|
||||
}
|
|
@ -3,240 +3,200 @@
|
|||
{
|
||||
"native": "Suomi (Suomi)",
|
||||
"english-name": "Finnish",
|
||||
"last-update": "2016-06-11",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Tuomas K.",
|
||||
"email": "",
|
||||
"website": ""
|
||||
},
|
||||
|
||||
"username": "Käyttäjätunnus",
|
||||
"password": "Salasana",
|
||||
"confirm-password": "Vahvista salasana",
|
||||
"editor": "Kirjoittaja",
|
||||
"dashboard": "Hallintapaneeli",
|
||||
"role": "Tyyppi",
|
||||
"post": "Blogikirjoitus",
|
||||
"posts": "Blogikirjoitukset",
|
||||
"users": "Käyttäjät",
|
||||
"administrator": "Ylläpitäjä",
|
||||
"add": "Lisää",
|
||||
"cancel": "Peruuta",
|
||||
"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ö",
|
||||
"title": "Otsikko",
|
||||
"no-parent": "Ei ole",
|
||||
"edit-page": "Muokkaa sivua",
|
||||
"edit-post": "Muokkaa blogikirjoitusta",
|
||||
"add-a-new-user": "Lisää uusi käyttäjä",
|
||||
"parent": "Onko tämä jonkun sivun alasivu?",
|
||||
"friendly-url": "Sivun osoite",
|
||||
"description": "Kuvaus",
|
||||
"posted-by": "Julkaisija",
|
||||
"tags": "Tagit",
|
||||
"position": "Sijainti navigaatiossa",
|
||||
"save": "Tallenna",
|
||||
"draft": "Luonnos",
|
||||
"delete": "Poista",
|
||||
"registered": "Käyttäjä luotu",
|
||||
"notifications": "Ilmoitukset",
|
||||
"profile": "Profiili",
|
||||
"email": "Sähköpostiosoite",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "Käyttäjät",
|
||||
"settings": "Asetukset",
|
||||
"general": "Yleiset",
|
||||
"advanced": "Lisäasetukset",
|
||||
"regional": "Alueellinen",
|
||||
"about": "Tietoja",
|
||||
"login": "Kirjaudu sisään",
|
||||
"logout": "Kirjaudu ulos",
|
||||
"manage": "Hallitse",
|
||||
"themes": "Teemat",
|
||||
"prev-page": "Edellinen sivu",
|
||||
"next-page": "Seuraava sivu",
|
||||
"configure-plugin": "Lisäosan asetukset",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Haluatko varmasti poistaa? Tätä toimintoa ei voi perua.",
|
||||
"site-title": "Sivuston otsikko",
|
||||
"site-slogan": "Mainoslause",
|
||||
"site-description": "Sivuston kuvaus",
|
||||
"footer-text": "Alapalkin teksti",
|
||||
"posts-per-page": "Blogikirjoituksia per sivu",
|
||||
"site-url": "Sivuston URL-osoite",
|
||||
"writting-settings": "Kirjoittamisen asetukset",
|
||||
"url-filters": "Osoitteiden asetukset",
|
||||
"page": "Sivu",
|
||||
"pages": "Sivut",
|
||||
"home": "Etusivu",
|
||||
"welcome-back": "Tervetuloa takaisin",
|
||||
"language": "Kieli",
|
||||
"website": "Julkinen sivusto",
|
||||
"timezone": "Aikavyöhyke",
|
||||
"locale": "Maa/Kieli",
|
||||
"new-post": "Uusi blogikirjoitus",
|
||||
"new-page": "Uusi sivu",
|
||||
"html-and-markdown-code-supported": "HTML sekä Markdown toimivat",
|
||||
"manage-posts": "Hallitse blogikirjoituksia",
|
||||
"published-date": "Julkaisuaika",
|
||||
"modified-date": "Muokattu aika",
|
||||
"empty-title": "Tyhjä otsikko",
|
||||
"plugins": "Lisäosat",
|
||||
"install-plugin": "Asenna lisäosa",
|
||||
"uninstall-plugin": "Poista lisäosa",
|
||||
"new-password": "Uusi salasana",
|
||||
"edit-user": "Muokkaa käyttäjää",
|
||||
"publish-now": "Julkaise nyt",
|
||||
"first-name": "Etunimi",
|
||||
"last-name": "Sukunimi",
|
||||
"bludit-version": "Bludit:in versio",
|
||||
"powered-by": "Virtaa antaa: ",
|
||||
"recent-posts": "Viimeisimmät blogikirjoitukset",
|
||||
"manage-pages": "Hallitse sivuja",
|
||||
"advanced-options": "Lisäasetukset",
|
||||
"user-deleted": "Käyttäjä poistettu",
|
||||
"page-added-successfully": "Sivu lisätty onnistuneesti",
|
||||
"post-added-successfully": "Blogikirjoitus lisätty onnistuneesti",
|
||||
"the-post-has-been-deleted-successfully": "Blogikirjoitus poistettu",
|
||||
"the-page-has-been-deleted-successfully": "Sivu poistettu",
|
||||
"username-or-password-incorrect": "Käyttäjätunnus tai salasana virheellinen",
|
||||
"database-regenerated": "Tietokanta uudelleengeneroitu",
|
||||
"the-changes-have-been-saved": "Muutokset on tallennettu",
|
||||
"enable-more-features-at": "Ota käyttöön lisää ominaisuuksia",
|
||||
"username-already-exists": "Käyttäjätunnus on jo olemassa",
|
||||
"username-field-is-empty": "Käyttäjätunnus on tyhjä",
|
||||
"the-password-and-confirmation-password-do-not-match":"Salasana ja sen vahvistus eivät täsmää",
|
||||
"user-has-been-added-successfully": "Käyttäjä lisätty onnistuneesti",
|
||||
"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.",
|
||||
"settings-advanced-writting-settings": "Asetukset->Lisäasetukset->Kirjoittamisen asetukset",
|
||||
"new-posts-and-pages-synchronized": "Uudet sivut ja blogikirjoitukset synkronisoitu.",
|
||||
"you-can-choose-the-users-privilege": "Voit valita käyttäjän tyypin. Kirjoittaja voi ainostaan muokata sivuja ja blogikirjoituksia, ylläpitäjä myös muuttaa asetuksia.",
|
||||
"email-will-not-be-publicly-displayed": "Sähköpostia ei näytetä julkisesti. Suositeltu salasanan palauttamiseen ja ilmoituksiin.",
|
||||
"use-this-field-to-name-your-site": "Kirjoita tähän sivusi nimi. Se näkyy jokaisen sivun yläreunassa.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Voit keksiä tähän esimerkiksi mainoslauseen tms.",
|
||||
"you-can-add-a-site-description-to-provide": "Voit lisätä lyhyen kuvauksen sivustostasi.",
|
||||
"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.",
|
||||
"number-of-posts-to-show-per-page": "Kuinka monta blogikirjoitusta yhdellä sivulla saa näkyä.",
|
||||
"the-url-of-your-site": "Sivustosi internetosoite.",
|
||||
"add-or-edit-description-tags-or": "Lisää ja muokkaa kuvausta, tageja tai sivun osoitetta.",
|
||||
"select-your-sites-language": "Valitse sivuston kieli.",
|
||||
"select-a-timezone-for-a-correct": "Valitse aikavyöhyke, jotta kellonajat ja päivämäärät näkyvät oikein.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Tällä kentällä voit määritellä joukon asetuksia liittyen kieleen, maahan ja erityisiin asetuksiin.",
|
||||
"you-can-modify-the-url-which-identifies":"Voit muokata sivun osoitetta. Enintään 150 merkkiä",
|
||||
"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ä.",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"Poista käyttäjä, sekä kaikki sen blogikirjoitukset",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Poista käyttäjä, ja siirrä sen blogikirjoitukset ylläpitäjän nimiin",
|
||||
"read-more": "Lue lisää...",
|
||||
"show-blog": "Näytä blogi",
|
||||
"default-home-page": "Sivuston etusivu",
|
||||
"version": "Versio",
|
||||
"there-are-no-drafts": "Ei luonnoksia.",
|
||||
"create-a-new-article-for-your-blog":"Kirjoita blogiisi.",
|
||||
"create-a-new-page-for-your-website":"Luo uusi sivu sivustollesi.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"Tee ystävällesi omat tunnukset, niin hänkin voi kirjoittaa sivustollesi",
|
||||
"change-your-language-and-region-settings":"Muuta kielen ja alueen asetuksia.",
|
||||
"language-and-timezone":"Kieli ja aikavyöhyke",
|
||||
"author": "Tekijä",
|
||||
"start-here": "Aloita tästä",
|
||||
"install-theme": "Asenna teema",
|
||||
"first-post": "Ensimmäinen blogikirjoitus",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Onneksi olkoon! **Bludit** on nyt asennettu!",
|
||||
"whats-next": "Mitä seuraavaksi?",
|
||||
|
||||
"follow-bludit-on": "Seuraa Bludit:ia",
|
||||
"visit-the-support-forum": "Vieraile [foorumilla](https://forum.bludit.com) jos tarvitse tukea",
|
||||
"read-the-documentation-for-more-information": "[Dokumentaatiosta](https://docs.bludit.com) löydät paljon lisää tietoa",
|
||||
"share-with-your-friends-and-enjoy": "Jaa ystäviesi kanssa ja nauti!",
|
||||
"the-page-has-not-been-found": "Etsimääsi sivua ei löydy.",
|
||||
"error": "Virhe",
|
||||
"bludit-installer": "Bludit Installer",
|
||||
"welcome-to-the-bludit-installer": "Tervetuloa asentamaan Bludit!",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Täytä lomake, valitse salasana käyttäjälle « admin » (sivuston ylläpitäjä)",
|
||||
"password-visible-field": "Salasana, näkyvä kenttä!",
|
||||
"install": "Asenna",
|
||||
"choose-your-language": "Valitse kielesi",
|
||||
"next": "Seuraava",
|
||||
"the-password-field-is-empty": "Salasanakenttä on tyhjä",
|
||||
"your-email-address-is-invalid":"Sähköpostiosoitteesi on vääränlainen.",
|
||||
"proceed-anyway": "Jatka silti!",
|
||||
"drafts":"Luonnokset",
|
||||
"ip-address-has-been-blocked": "IP osoitteesi on estetty.",
|
||||
"try-again-in-a-few-minutes": "Yritä uudelleen muutaman minuutin päästä.",
|
||||
"date": "Päivämäärä",
|
||||
|
||||
"scheduled": "Ajastettu",
|
||||
"publish": "Julkaise",
|
||||
"please-check-your-theme-configuration": "Tarkista teeman asetukset.",
|
||||
"plugin-label": "Lisäosan nimi",
|
||||
"enabled": "Käytössä",
|
||||
"disabled": "Poissa käytöstä",
|
||||
"cli-mode": "CLI-tila",
|
||||
"command-line-mode": "Komentorivitila",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Ota käyttöön komentorivitila, jos lisää, muokkaat tai poistat sivuja tai blogikirjoituksia suoraan tiedostojärjestemästä",
|
||||
|
||||
"configure": "Asetukset",
|
||||
"uninstall": "Poista",
|
||||
"change-password": "Muuta salasana",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "Ajastaaksesi lähetyksen, valitse päivä ja aika.",
|
||||
"write-the-tags-separated-by-commas": "Kirjoita tagit erotetuna pilkuilla.",
|
||||
"status": "Tila",
|
||||
"published": "Julkaistu",
|
||||
"scheduled-posts": "Ajastetut blogikirjoitukset",
|
||||
"statistics": "Tilastot",
|
||||
"name": "Nimi",
|
||||
"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.",
|
||||
"bludit-login-access-code": "BLUDIT - Kirjautumisen tunnistautumiskoodi",
|
||||
"check-your-inbox-for-your-login-access-code":"Tunnistautumiskoodi on lähetetty sinulle sähköpostilla",
|
||||
"there-was-a-problem-sending-the-email":"Sähköpostin lähettämisessä tapahtui ongelma",
|
||||
"back-to-login-form": "Takaisin",
|
||||
"send-me-a-login-access-code": "Lähetä minulle tunnistautumiskoodi",
|
||||
"get-login-access-code": "Lähetä tunnistautumiskoodi",
|
||||
"email-notification-login-access-code": "<p>Tämä on ilmoitus sivustoltasi {{WEBSITE_NAME}}</p><p>Jos pyysit kirjautumisen tunnistautumiskoodia, paina tästä linkistä:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Ei ajastettuja blogikirjoituksia",
|
||||
"show-password": "Näytä salasana",
|
||||
"edit-or-remove-your=pages": "Lisää, muokkaa ja poista sivujasi",
|
||||
"edit-or-remove-your-blogs-posts": "Lisää, muokkaa ja poista blogikirjoituksiasi",
|
||||
"general-settings": "Yleiset asetukset",
|
||||
"advanced-settings": "Lisäasetukset",
|
||||
"manage-users": "Hallitse käyttäjiä",
|
||||
"view-and-edit-your-profile": "Näytä ja muokkaa oma profiilisi",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "Salasanan täytyy olla vähintään 6 merkkiä pitkä",
|
||||
"images": "Kuvat",
|
||||
"upload-image": "Lähetä image",
|
||||
"drag-and-drop-or-click-here": "Klikkaa tästä, tai vedä kuva tänne",
|
||||
"insert-image": "Lisää kuva",
|
||||
"supported-image-file-types": "Tuetut kuvatyypit",
|
||||
"date-format": "Päivämäärän muoto",
|
||||
"time-format": "Ajan muoto",
|
||||
"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",
|
||||
"profile-picture": "Profiilikuva",
|
||||
"the-about-page-is-very-important": "Tietoja-sivu on tärkeä työkalu mahdollisille asiakkaillesi. Niille asiakkaille, jotka miettivät, kuka on tämän mahtavan sivuston takana, sinun Tietoja-sivu on ensimmäinen paikka josta katsoa.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Voit muokata tämän sivun sisältöä hallintapaneelista, kohdasta Hallitse->Sivut, ja paina \"Tietoja\".",
|
||||
"about-your-site-or-yourself": "Sivustostasi tai sinusta.",
|
||||
"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!",
|
||||
|
||||
"site-information": "Sivuston tiedot",
|
||||
"date-and-time-formats": "Päivämäärän ja ajan esitysmuodot",
|
||||
"activate": "Ota käyttöön",
|
||||
"deactivate": "Poista käytöstä",
|
||||
|
||||
"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",
|
||||
"blog": "Blogi",
|
||||
"more-images": "Lisää kuvia",
|
||||
|
||||
"click-here-to-cancel": "Paina tästä peruaksesi.",
|
||||
"type-the-tag-and-press-enter": "Kirjoita tagi, ja paina enter.",
|
||||
"add": "Lisää",
|
||||
"manage-your-bludit-from-the-admin-panel": "Voit hallita Bludit:ia [hallintapaneelista]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"Ei kuvia",
|
||||
|
||||
"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",
|
||||
"current-format": "Nykyinen muoto"
|
||||
}
|
||||
"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ä."
|
||||
}
|
|
@ -3,237 +3,201 @@
|
|||
{
|
||||
"native": "Français (France)",
|
||||
"english-name": "French",
|
||||
"last-update": "2016-02-29",
|
||||
"locale": "fr, fr_FR",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Frédéric K.",
|
||||
"email": "stradfred@gmail.com",
|
||||
"website": "http://flatboard.co.nf"
|
||||
"website": "http:\/\/flatboard.co.nf"
|
||||
},
|
||||
|
||||
"username": "Nom d’utilisateur",
|
||||
"password": "Mot de passe",
|
||||
"confirm-password": "Confirmation du mot de passe",
|
||||
"editor": "Rédacteur",
|
||||
"dashboard": "Tableau de bord",
|
||||
"role": "Rôle",
|
||||
"post": "Article",
|
||||
"posts": "Articles",
|
||||
"users": "Utilisateurs",
|
||||
"administrator": "Administrateur",
|
||||
"add": "Ajouter",
|
||||
"cancel": "Annuler",
|
||||
"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",
|
||||
"title": "Titre",
|
||||
"no-parent": "Aucune page parente",
|
||||
"edit-page": "Éditer la page",
|
||||
"edit-post": "Éditer l’article",
|
||||
"add-a-new-user": "Ajouter un nouvel utilisateur",
|
||||
"parent": "Parent",
|
||||
"friendly-url": "Réécriture d’URL",
|
||||
"description": "Description",
|
||||
"posted-by": "Publié par",
|
||||
"tags": "Tags",
|
||||
"position": "Position",
|
||||
"save": "Sauvegarder",
|
||||
"draft": "Brouillon",
|
||||
"delete": "Supprimer",
|
||||
"registered": "Inscrit",
|
||||
"notifications": "Notifications",
|
||||
"profile": "Profil",
|
||||
"email": "E-mail",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "Utilisateurs",
|
||||
"settings": "Paramètres",
|
||||
"general": "Général",
|
||||
"advanced": "Avancé",
|
||||
"regional": "Régional",
|
||||
"about": "À Propos",
|
||||
"login": "S’identifier",
|
||||
"logout": "Quitter la session",
|
||||
"manage": "Gestion de contenu",
|
||||
"themes": "Thèmes",
|
||||
"prev-page": "Précédente",
|
||||
"next-page": "Suivante",
|
||||
"configure-plugin": "Configurer le plugin",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Confirmer la suppression, cette action n’est pas réversible.",
|
||||
"site-title": "Titre du site",
|
||||
"site-slogan": "Slogan du Site",
|
||||
"site-description": "Description du site",
|
||||
"footer-text": "Texte en pied de page",
|
||||
"posts-per-page": "Articles par page",
|
||||
"site-url": "URL du site",
|
||||
"writting-settings": "Paramètres de publication",
|
||||
"url-filters": "Filtres des URL",
|
||||
"page": "Page",
|
||||
"pages": "Pages",
|
||||
"home": "Accueil",
|
||||
"welcome-back": "Bienvenue",
|
||||
"language": "Langue",
|
||||
"website": "Site",
|
||||
"timezone": "Fuseau horaire",
|
||||
"locale": "Localisation",
|
||||
"new-post": "Nouvel article",
|
||||
"html-and-markdown-code-supported": "Code HTML et Markdown pris en charge.",
|
||||
"new-page": "Nouvelle page",
|
||||
"manage-posts": "Gestion des articles",
|
||||
"published-date": "Date de publication",
|
||||
"modified-date": "Dernière édition",
|
||||
"empty-title": "Titre non défini",
|
||||
"plugins": "Plugins",
|
||||
"install-plugin": "Installer le plugin",
|
||||
"uninstall-plugin": "Désinstaller le plugin",
|
||||
"new-password": "Nouveau mot de passe",
|
||||
"edit-user": "Modifier l’utilisateur",
|
||||
"publish-now": "Publier",
|
||||
"first-name": "Prénom",
|
||||
"last-name": "Nom",
|
||||
"bludit-version": "Version de Bludit",
|
||||
"powered-by": "Propulsé par",
|
||||
"recent-posts": "Derniers Articles",
|
||||
"manage-pages": "Gestion des pages",
|
||||
"advanced-options": "Options avancées",
|
||||
"user-deleted": "Utilisateur supprimé.",
|
||||
"page-added-successfully": "Page créée avec succès !",
|
||||
"post-added-successfully": "Article publié avec succès !",
|
||||
"the-post-has-been-deleted-successfully": "L’article a été supprimé avec succès !",
|
||||
"the-page-has-been-deleted-successfully": "La page a été supprimée avec succès !",
|
||||
"username-or-password-incorrect": "Nom d’utilisateur ou mot de passe incorrect.",
|
||||
"database-regenerated": "Base de données régénérée.",
|
||||
"the-changes-have-been-saved": "Les modifications ont été sauvegardées.",
|
||||
"enable-more-features-at": "Activer plus de fonctionnalités en vous rendant vers ",
|
||||
"username-already-exists-or-is-empty": "Le nom d’utilisateur existe déjà ou est inexistant.",
|
||||
"username-field-is-empty": "Le champ utilisateur est vide !",
|
||||
"the-password-and-confirmation-password-do-not-match":"Le mot de passe et la confirmation du mot de passe, ne correspondent pas.",
|
||||
"user-has-been-added-successfully": "L’utilisateur a été ajouté avec succès",
|
||||
"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.",
|
||||
"settings-advanced-writting-settings": "Paramètres->Avancé->Paramètres de publication",
|
||||
"new-posts-and-pages-synchronized": "Les nouveaux articles et les nouvelles pages sont synchronisés.",
|
||||
"you-can-choose-the-users-privilege": "Vous pouvez choisir les privilèges de l’utilisateur. Le rôle en tant que « Rédacteur » permet uniquement de publier des pages et des articles.",
|
||||
"email-will-not-be-publicly-displayed": "Votre e-mail ne sera pas publié publiquement. Il est nécessaire pour la récupération du mot de passe et recevoir les notifications.",
|
||||
"use-this-field-to-name-your-site": "Utilisez ce champ pour que le nom de votre site apparaisse en haut de chaque page.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Utilisez ce champ pour ajouter une phrase accrocheuse sur votre 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.",
|
||||
"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.",
|
||||
"number-of-posts-to-show-per-page": "Nombre d’articles à afficher par page.",
|
||||
"the-url-of-your-site": "L’URL de votre site.",
|
||||
"add-or-edit-description-tags-or": "Ajouter ou modifier la description, les tags ou modifier la réécriture d’URL.",
|
||||
"select-your-sites-language": "Sélectionnez la langue de votre site.",
|
||||
"select-a-timezone-for-a-correct": "Sélectionnez un fuseau horaire pour afficher correctement la date et l’heure sur votre site.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Vous pouvez utiliser ce champ pour définir un ensemble de paramètres liés à la langue, le pays et les préférences particulières.",
|
||||
"you-can-modify-the-url-which-identifies":"Vous pouvez modifier l'URL qui identifie une page ou un article, en utilisant des mots-clés lisibles. Pas plus de 150 caractères.",
|
||||
"this-field-can-help-describe-the-content": "Ce champ peut aider à décrire le contenu en quelques mots. Pas plus de 150 caractères.",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"Supprimer l’utilisateur et tous ses messages associés.",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Supprimez l’utilisateur et associez ses messages à l’administrateur principal.",
|
||||
"read-more": "Lire la suite...",
|
||||
"show-blog": "Afficher le Blog",
|
||||
"default-home-page": "Page d’accueil par défaut",
|
||||
"version": "Version",
|
||||
"there-are-no-drafts": "Aucun article en attente de publication",
|
||||
"create-a-new-article-for-your-blog":"Publiez un nouvel article pour votre blog.",
|
||||
"create-a-new-page-for-your-website":"Créer une nouvelle page pour votre site.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"Inviter un ami à collaborer sur votre site.",
|
||||
"change-your-language-and-region-settings":"Modifiez vos paramètres linguistiques et régionaux.",
|
||||
"language-and-timezone":"Langue et fuseau horaire",
|
||||
"author": "Auteur",
|
||||
"start-here": "Prise en main rapide",
|
||||
"install-theme": "Installer ce thème",
|
||||
"first-post": "Premier article",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Félicitations, vous avez correctement installé **Bludit**",
|
||||
"whats-next": "pour la prochaine étape",
|
||||
"manage-your-bludit-from-the-admin-panel": "Gérez Bludit dans la [zone d’administration](./admin/)",
|
||||
"follow-bludit-on": "Suivez Bludit sur",
|
||||
"visit-the-support-forum": "Visitez le [forum](https://forum.bludit.com) de support",
|
||||
"read-the-documentation-for-more-information": "Lisez la [documentation](https://docs.bludit.com) pour plus d’information",
|
||||
"share-with-your-friends-and-enjoy": "Partagez avec vos amis et apprécier !",
|
||||
"the-page-has-not-been-found": "La page n’a pas été trouvée.",
|
||||
"error": "Erreur",
|
||||
"bludit-installer": "Installation de Bludit",
|
||||
"welcome-to-the-bludit-installer": "Bienvenue dans l’assistant d’installation de Bludit",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Complétez le formulaire et choisissez un mot de passe pour l’utilisateur « admin »",
|
||||
"password-visible-field": "Mot de passe, champ visible !",
|
||||
"install": "Installer",
|
||||
"choose-your-language": "Sélectionnez votre langue",
|
||||
"next": "Suivant",
|
||||
"the-password-field-is-empty": "Le champ du mot de passe est vide",
|
||||
"your-email-address-is-invalid":"Votre adresse e-mail est invalide.",
|
||||
"proceed-anyway": "Continuer malgré tout !",
|
||||
"drafts": "En attente de publication",
|
||||
"ip-address-has-been-blocked": "Votre adresse IP a été bloquée.",
|
||||
"try-again-in-a-few-minutes": "Essayez de nouveau dans quelques minutes.",
|
||||
"date": "Date",
|
||||
|
||||
"scheduled": "Planification",
|
||||
"publish": "Publier",
|
||||
"please-check-your-theme-configuration": "Veuillez vérifier la configuration de votre thème.",
|
||||
"plugin-label": "Libellé du plugin",
|
||||
"enabled": "Activé",
|
||||
"disabled": "Désactivé",
|
||||
"cli-mode": "Mode Cli",
|
||||
"command-line-mode": "Mode ligne de commande",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Activer le mode ligne de commande si vous créez, modifiez ou supprimez des articles ou des pages du système de fichiers.",
|
||||
|
||||
"configure": "Configuration",
|
||||
"uninstall": "Désinstaller",
|
||||
"change-password": "Modifier le mot de passe",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "Vous pouvez planifier une date de publication de vos articles, il suffit de sélectionner la date et l’heure dans le calendrier qui s’ouvre en pop-up.",
|
||||
"write-the-tags-separated-by-commas": "Écrivez les tags en les séparant par une virgule. par exemple : tag1, tag2, tag3",
|
||||
"status": "Statut",
|
||||
"published": "Publié",
|
||||
"scheduled-posts": "Articles planifiés",
|
||||
"statics": "Statiques",
|
||||
"name": "Nom",
|
||||
"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.",
|
||||
"bludit-login-access-code": "BLUDIT - Code d'accès de connexion",
|
||||
"check-your-inbox-for-your-login-access-code":"Vérifiez votre boîte de réception, il contient votre code d’accès de connexion.",
|
||||
"there-was-a-problem-sending-the-email":"Une erreur est survenue, lors de l’envoi de l’e-mail.",
|
||||
"back-to-login-form": "Retour à la page de connexion",
|
||||
"send-me-a-login-access-code": "Envoyez-moi un code d’accès de connexion",
|
||||
"get-login-access-code": "Obtenir le code d’accès de connexion",
|
||||
"email-notification-login-access-code": "<p>Ceci est une notification à partir de votre site {{WEBSITE_NAME}}</p><p>Vous avez demandé un code d’accès de connexion, merci de suivre lien suivant :</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Il n’y a aucun article planifié.",
|
||||
"show-password": "Afficher le mot de passe",
|
||||
"edit-or-remove-your=pages": "Gérer vos pages.",
|
||||
"edit-or-remove-your-blogs-posts": "Gérer vos articles.",
|
||||
"general-settings": "Paramètres généraux",
|
||||
"advanced-settings": "Paramètres avancés",
|
||||
"manage-users": "Gestion des utilisateurs",
|
||||
"view-and-edit-your-profile": "Modifier votre profil",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "Le mot de passe doit contenir au moins 6 caractères",
|
||||
"images": "Images",
|
||||
"upload-image": "Envoyer une image",
|
||||
"drag-and-drop-or-click-here": "Glissez et déposez ou cliquez ici",
|
||||
"insert-image": "Insérer l’image sélectionnée",
|
||||
"supported-image-file-types": "Extensions des images prises en charge",
|
||||
"date-format": "Format de la Date",
|
||||
"time-format": "Format de l’heure",
|
||||
"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 ».",
|
||||
"profile-picture": "Image de profil",
|
||||
"the-about-page-is-very-important": "Votre page **à propos** est très utile. Elle fournit à vos visiteurs des informations importantes sur vous, elle crée un rapport de confiance entre vous et votre visiteur, elle présente votre société et votre site et elle vous différencie de tous les autres sites de votre niche.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Changer le contenu de cette page à partir du panneau d’administration, Gestion de contenu -> Pages et cliquez sur la page « à propos » pour l’éditer.",
|
||||
"about-your-site-or-yourself": "À propos de vous",
|
||||
"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",
|
||||
|
||||
"site-information": "Informations sur le site",
|
||||
"date-and-time-formats": "Format de la date et de l’heure",
|
||||
"activate": "Activer",
|
||||
"deactivate": "Désactiver",
|
||||
|
||||
"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",
|
||||
"blog": "Blog",
|
||||
"more-images": "Plus d’images",
|
||||
|
||||
"click-here-to-cancel": "Cliquez ici pour annuler.",
|
||||
"type-the-tag-and-press-enter": "Saisissez le tag et appuyez sur Entrée.",
|
||||
"add": "Ajouter",
|
||||
"manage-your-bludit-from-the-admin-panel": "Gérez votre Bludit depuis [l’interface d’administration]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"Il n’y a aucune image",
|
||||
|
||||
"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",
|
||||
|
||||
"social-networks-links": "Liens vers les réseaux sociaux"
|
||||
}
|
||||
"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."
|
||||
}
|
|
@ -3,250 +3,201 @@
|
|||
{
|
||||
"native": "עברית",
|
||||
"english-name": "Hebrew",
|
||||
"last-update": "2015-11-16",
|
||||
"locale": "iw, iw_IL, he_IL",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "hxii",
|
||||
"email": "paul@paulglushak.com",
|
||||
"website": "http://paulglushak.com"
|
||||
"website": "http:\/\/paulglushak.com"
|
||||
},
|
||||
|
||||
"username": "שם משתמש",
|
||||
"password": "סיסמא",
|
||||
"confirm-password": "אימות סיסמא",
|
||||
"editor": "עורך",
|
||||
"dashboard": "לוח מחוונים",
|
||||
"role": "תפקיד",
|
||||
"post": "הודעה",
|
||||
"posts": "הודעות",
|
||||
"users": "משתמשים",
|
||||
"administrator": "מנהל",
|
||||
"add": "הוסף",
|
||||
"cancel": "ביטול",
|
||||
"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": "תוכן",
|
||||
"title": "כותרת",
|
||||
"no-parent": "אין הורה",
|
||||
"edit-page": "ערוך דף",
|
||||
"edit-post": "ערוך הודעה",
|
||||
"add-a-new-user": "הוספת משתמש חדש",
|
||||
"parent": "הורה",
|
||||
"friendly-url": "כתובת URL",
|
||||
"description": "תאור",
|
||||
"posted-by": "נכתב על ידי",
|
||||
"tags": "תגיות",
|
||||
"position": "מיקום",
|
||||
"save": "שמור",
|
||||
"draft": "טיוטה",
|
||||
"delete": "מחק",
|
||||
"registered": "רשום",
|
||||
"Notifications": "התראות",
|
||||
"profile": "פרופיל",
|
||||
"email": "דואל",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "משתמשים",
|
||||
"settings": "הגדרות",
|
||||
"general": "כללי",
|
||||
"advanced": "מתקדם",
|
||||
"regional": "אזורי",
|
||||
"about": "אודות",
|
||||
"login": "כניסה",
|
||||
"logout": "יציאה",
|
||||
"manage": "ניהול",
|
||||
"themes": "ערכות נושא",
|
||||
"prev-page": "דף קודם",
|
||||
"next-page": "דף הבא",
|
||||
"configure-plugin": "הגדרת תוסף",
|
||||
"confirm-delete-this-action-cannot-be-undone": "אתה בטוח שברצונך למחוק? לא ניתן לבטל פעולה זו.",
|
||||
"site-title": "כותרת האתר",
|
||||
"site-slogan": "סלוגן האתר",
|
||||
"site-description": "תאור האתר",
|
||||
"footer-text": "טקסט תחתון",
|
||||
"posts-per-page": "הודעות לדף",
|
||||
"site-url": "כתובת האתר",
|
||||
"writting-settings": "הגדרות כתיבה",
|
||||
"url-filters": "URL filters",
|
||||
"page": "דף",
|
||||
"pages": "דפים",
|
||||
"home": "בית",
|
||||
"welcome-back": "ברוכ\\ה השב\\ה",
|
||||
"language": "שפה",
|
||||
"website": "אתר",
|
||||
"timezone": "אזור זמן",
|
||||
"locale": "שפה",
|
||||
"new-post": "הודעה חדשה",
|
||||
"new-page": "דף חדש",
|
||||
"html-and-markdown-code-supported": "HTML ו-Markdown נתמך",
|
||||
"manage-posts": "ניהול הודעות",
|
||||
"published-date": "תאריך פרסום",
|
||||
"modified-date": "תאריך שינוי",
|
||||
"empty-title": "כותרת ריקה",
|
||||
"plugins": "תוספים",
|
||||
"install-plugin": "התקנת תוסף",
|
||||
"uninstall-plugin": "מחיקת תוסף",
|
||||
"new-password": "סיסמא חדשה",
|
||||
"edit-user": "עריכת משתמש",
|
||||
"publish-now": "פרסם עכשיו",
|
||||
"first-name": "שם פרטי",
|
||||
"last-name": "שם משפחה",
|
||||
"bludit-version": "גרסת Bludit",
|
||||
"powered-by": "מופעל על ידי",
|
||||
"recent-posts": "הודעות אחרונות",
|
||||
"manage-pages": "ניהול דפים",
|
||||
"advanced-options": "הגדרות מתקדמות",
|
||||
"user-deleted": "המשתמש נמחק",
|
||||
"page-added-successfully": "הדף הוסף בהצלחה",
|
||||
"post-added-successfully": "ההודעה הוספה בהצלחה",
|
||||
"the-post-has-been-deleted-successfully": "ההודעה נמחקה",
|
||||
"the-page-has-been-deleted-successfully": "הדף נמחק",
|
||||
"username-or-password-incorrect": "שם משתמש או סיסמא אינם נכונים",
|
||||
"database-regenerated": "מסד הנתונים חודש",
|
||||
"the-changes-have-been-saved": "ההגדרות נשמרו",
|
||||
"enable-more-features-at": "אפשר יותר תכונות ב",
|
||||
"username-already-exists": "שם משתמש כבר קיים",
|
||||
"username-field-is-empty": "שדה שם המשתמש ריק",
|
||||
"the-password-and-confirmation-password-do-not-match":"הסיסמאות אינן זהות",
|
||||
"user-has-been-added-successfully": "המשתמש הוסף בהצלחה",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "New category",
|
||||
"you-do-not-have-sufficient-permissions": "אין לך הרשאות מתאימות לצפייה בדף זה. אנא צור קשר עם המנהל.",
|
||||
"settings-advanced-writting-settings": "הגדרות->מתקדם->הגדרות כתיבה",
|
||||
"new-posts-and-pages-synchronized": "הודעות ודפים חדשים סונכרנו.",
|
||||
"you-can-choose-the-users-privilege": "באפשרותך להגדיר את הרשאות המשתמש. רק העורך יכול לכתוב הודעות וליצור דפים.",
|
||||
"email-will-not-be-publicly-displayed": "כתובת הדואל לא תוצג. נדרשת עבור איפוס הסיסמא ועבור התראות.",
|
||||
"use-this-field-to-name-your-site": "השתמש בשדה זה בכדי לתת שם לאתר שלך. השם יופיע בראשו של כל דף.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "השתמש בשדה זה בכדי לתת לאתרך סלוגן.",
|
||||
"you-can-add-a-site-description-to-provide": "השתמש בשדה זה בכדי לספר בקצרה על אתרך.",
|
||||
"you-can-add-a-small-text-on-the-bottom": "באפשרותך להוסיף טקסט קצר בתחתית העמוד.",
|
||||
"number-of-posts-to-show-per-page": "מספר ההודעות שיש להראות בכל עמוד",
|
||||
"the-url-of-your-site": "כתובת ה-URL של האתר",
|
||||
"add-or-edit-description-tags-or": "הוסף או שנה את התאור, תגיות ואת כתובת ה-URL.",
|
||||
"select-your-sites-language": "בחר את שפת האתר",
|
||||
"select-a-timezone-for-a-correct": "בחר את אזור הזמן בו אתה נמצא",
|
||||
"you-can-use-this-field-to-define-a-set-of": "באפשרותך להתמש בשדה זה בכדי להגדיר פרמטרים הקשורים לשפה, מדינה והגדרות נוספות.",
|
||||
"you-can-modify-the-url-which-identifies":"באפשרותך לשנות את כתובת ה-URL של הודעה או דף בכדי שיהיו קריאים. עד 150 תוים.",
|
||||
"this-field-can-help-describe-the-content": "בשדה זה ניתן לרשום תאור קצר של התוכן. עד 150 תוים.",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"מחק את המשתמש ואת כל הודעותיו",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "מחק את המשתמש והעבר את כל הודעותיו למנהל",
|
||||
"read-more": "המשך לקרוא",
|
||||
"show-blog": "הראה בלוג",
|
||||
"default-home-page": "דף בית ברירת מחדל",
|
||||
"version": "גרסא",
|
||||
"there-are-no-drafts": "לא נמצא טיוטות.",
|
||||
"create-a-new-article-for-your-blog":"צור הודעה חדשה לבלוג שלך.",
|
||||
"create-a-new-page-for-your-website":"צור דף חדש לאתר שלך.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"הזמן חבר להשתתף באתרך.",
|
||||
"change-your-language-and-region-settings":"שינוי הגדרות שפה ומיקום.",
|
||||
"language-and-timezone":"שפה ואזור זמן",
|
||||
"author": "כותב",
|
||||
"start-here": "התחל כאן",
|
||||
"install-theme": "התקנת ערכת נושא",
|
||||
"first-post": "הודעה ראשונה",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "**Bludit** הותקן בהצלחה!",
|
||||
"whats-next": "מה הלאה?",
|
||||
"manage-your-bludit-from-the-admin-panel": "נהל את Bludit מ[דף הניהול](./admin/)",
|
||||
"follow-bludit-on": "עקוב אחר Bludit",
|
||||
"visit-the-support-forum": "בקר ב[פורום](https://forum.bludit.com) לתמיכה",
|
||||
"read-the-documentation-for-more-information": "קרא את ה[מסמכים](https://docs.bludit.com) למידע נוסף",
|
||||
"share-with-your-friends-and-enjoy": "שתף עם חבריך",
|
||||
"the-page-has-not-been-found": "הדף לא נמצא.",
|
||||
"error": "שגיאה",
|
||||
"bludit-installer": "התקנת Bludit",
|
||||
"welcome-to-the-bludit-installer": "ברוכים הבאים להתקנת Bludit",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "מלא את הפרטים ובחר סיסמא למשתמש « admin »",
|
||||
"password-visible-field": "סיסמא, שדה גלוי",
|
||||
"install": "התקנה",
|
||||
"choose-your-language": "בחר שאת שפתך",
|
||||
"next": "הבא",
|
||||
"the-password-field-is-empty": "שדה הסיסמא ריק",
|
||||
"your-email-address-is-invalid":"כתובת הדואל אינה נכונה",
|
||||
"proceed-anyway": "המשך בכל זאת",
|
||||
"drafts":"טיוטות",
|
||||
"ip-address-has-been-blocked": "כתובת IP נחסמה",
|
||||
"try-again-in-a-few-minutes": "אנא נסה בעוד מספר דקות",
|
||||
"date": "תאריך",
|
||||
|
||||
"scheduled": "מתוכנן",
|
||||
"publish": "פרסם",
|
||||
"please-check-your-theme-configuration": "אנא בדוק את הגדרות ערכת הנושא.",
|
||||
"plugin-label": "תווית תוסף",
|
||||
"enabled": "מאופשר",
|
||||
"disabled": "מבוטל",
|
||||
"cli-mode": "מצב CLI",
|
||||
"command-line-mode": "Command Line Mode",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "אפשר את מצב CLI אם ברצונך ליצור, לשנות ולמחוק הודעות ודפים דרך המערכת",
|
||||
|
||||
"configure": "הגדרה",
|
||||
"uninstall": "ביטול התקנה",
|
||||
"change-password": "שינוי סיסמא",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "בכדי לתכנן הודעה, הגדר את הזמן והתאריך.",
|
||||
"write-the-tags-separated-by-commas": "רשום תוויות מופרדות בפסיק",
|
||||
"status": "סטטוס",
|
||||
"published": "מפורסם",
|
||||
"scheduled-posts": "הודעות מתוכננות",
|
||||
"statistics": "סטטיסטיקה",
|
||||
"name": "שם",
|
||||
"email-account-settings":"הגדרות חשבון דואל",
|
||||
"sender-email": "דואל שולח",
|
||||
"emails-will-be-sent-from-this-address":"הודעות דואל ישלחו מכתובת זו",
|
||||
"bludit-login-access-code": "BLUDIT - קוד גישת כניסה",
|
||||
"check-your-inbox-for-your-login-access-code":"אנא בדוק בתיבת הדואל שלך לקוד גישה",
|
||||
"there-was-a-problem-sending-the-email":"הייתה בעיה בשליחת המייל",
|
||||
"back-to-login-form": "חזרה לדף כניסה",
|
||||
"send-me-a-login-access-code": "שלח לי קוד גישה",
|
||||
"get-login-access-code": "קבל קוד גישה",
|
||||
"email-notification-login-access-code": "<p>זוהי התראה מאתרך {{WEBSITE_NAME}}</p><p>לקבלת קוד גישה, אנא לחץ על הקישור:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "אין הודעות מתוכננות.",
|
||||
"show-password": "הראה סיסמא",
|
||||
"edit-or-remove-your=pages": "ערוך או מחק דפים",
|
||||
"edit-or-remove-your-blogs-posts": "ערוך או מחק הודעות.",
|
||||
"general-settings": "הגדרות כלליות",
|
||||
"advanced-settings": "הגדרות מתקדמות",
|
||||
"manage-users": "ניהול משתמשים",
|
||||
"view-and-edit-your-profile": "ראה וערוך פרופיל אישי",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "הסיסמא חייבת להיות בעלת 5 תויים לפחות",
|
||||
"images": "תמונות",
|
||||
"upload-image": "העלה תמונה",
|
||||
"drag-and-drop-or-click-here": "גרור תמונה או לחץ כאן",
|
||||
"insert-image": "הכנס תמונה",
|
||||
"supported-image-file-types": "סוגי קבצי תמונה נתמכים",
|
||||
"date-format": "פורמט תאריך",
|
||||
"time-format": "פורמט שעה",
|
||||
"chat-with-developers-and-users-on-gitter":"שוחח עם מפתחים ומשתמשים ב[Gitter](https://gitter.im/dignajar/bludit)",
|
||||
"this-is-a-brief-description-of-yourself-our-your-blog":"זהו תאור קצר עליך או על אתרך. בכדי לשנות אותו נווט לדף הניהול->הגדרות->תוספים והגדר את תוסף about",
|
||||
"profile-picture": "תמונת פרופיל",
|
||||
|
||||
"the-about-page-is-very-important": "דף האודות הוא כלי חשוב ומשמעותי עבור לקוחות ושותפים פוטנציאלים. דף זה הוא המקום הראשון בו ניתן ללמוד מי עומד מאחורי האתר.",
|
||||
"change-this-pages-content-on-the-admin-panel": "ערוך עמוד זה דרך ממשק הניהול (ניהול- דפים- אודות).",
|
||||
"about-your-site-or-yourself": "על האתר ועליך.",
|
||||
"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",
|
||||
|
||||
"site-information": "מידע על האתר",
|
||||
"date-and-time-formats": "תצורות תאריך ושעה",
|
||||
"activate": "הפוך לפעיל",
|
||||
"deactivate": "הפוך ללא פעיל",
|
||||
|
||||
"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": "תמונת רקע",
|
||||
"blog": "בלוג",
|
||||
"more-images": "עוד תמונות",
|
||||
|
||||
"click-here-to-cancel": "לחץ לביטול",
|
||||
"type-the-tag-and-press-enter": "הזן תגית ולחץ Enter",
|
||||
"add": "הוספה",
|
||||
"manage-your-bludit-from-the-admin-panel": "נהל את ה-Bludit שלך מ[ממשק הניהול]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"אין תמונות",
|
||||
|
||||
"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": "קישורים לרשתות חברתיות",
|
||||
|
||||
"email-access-code": "קוד גישה באימייל",
|
||||
"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": "תצורה נוכחית",
|
||||
|
||||
"welcome": "ברוכים הבאים,",
|
||||
|
||||
"to-enable-the-user-you-have-to-set-a-new-password": "קבע סיסמא חדשה כדי להפעיל את המשתמש.",
|
||||
"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": "האם ברצונך להפוך משתמש זה ללא פעיל?",
|
||||
"сurrent-status" : "סטטוס",
|
||||
"disable-the-user" : "הפוך משתמש ללא פעיל",
|
||||
"add-a-new-page": "הוספת דף",
|
||||
"add-a-new-post": "הוספת הודעה"
|
||||
}
|
||||
"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": "אנא נסה בעוד מספר דקות"
|
||||
}
|
|
@ -1,244 +1,202 @@
|
|||
{
|
||||
"language-data":
|
||||
{
|
||||
"native": "Magyar",
|
||||
"english-name": "Hungarian",
|
||||
"last-update": "2016-06-25",
|
||||
"author": "Korfa",
|
||||
"email": "",
|
||||
"website": ""
|
||||
},
|
||||
"language-data":
|
||||
{
|
||||
"native": "Magyar",
|
||||
"english-name": "Hungarian",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Korfa",
|
||||
"email": "",
|
||||
"website": ""
|
||||
},
|
||||
|
||||
"username": "Felhasználónév",
|
||||
"password": "Jelszó",
|
||||
"confirm-password": "Jelszó újra",
|
||||
"editor": "WYSIWYG szerkesztő engedélyezése",
|
||||
"dashboard": "Vezérlőpult",
|
||||
"role": "Jogosultság",
|
||||
"post": "Új bejegyzés",
|
||||
"posts": "Új bejegyzés",
|
||||
"users": "Felhasználók hozzászólásainak engedélyezése",
|
||||
"administrator": "Adminisztrátor felhasználóneve",
|
||||
"add": "Kategória hozzáadása",
|
||||
"cancel": "Mégse",
|
||||
"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.",
|
||||
"title": "Írja be a címet",
|
||||
"no-parent": "Nics szülő",
|
||||
"edit-page": "Oldal szerkesztése",
|
||||
"edit-post": "Bejegyzés szerkesztése",
|
||||
"add-a-new-user": "Új felhasználó:",
|
||||
"parent": "Szűlő",
|
||||
"friendly-url": "Keresőbarát URL",
|
||||
"description": "Rövid leírás. Maximum 150 karakter lehet.",
|
||||
"posted-by": "Szerző",
|
||||
"tags": "Címke",
|
||||
"position": "Pozíció",
|
||||
"save": "Változások mentése",
|
||||
"draft": "Piszkozat",
|
||||
"delete": "Törlés",
|
||||
"registered": "Regisztrált",
|
||||
"notifications": "Értesítések",
|
||||
"profile": "Profil",
|
||||
"email": "E-mail",
|
||||
"settings": "Beállítások",
|
||||
"general": "Általános beállítások",
|
||||
"advanced": "Bejegyzés haladó beállításai",
|
||||
"regional": "Területi beállítások",
|
||||
"about": "A blogodról",
|
||||
"login": "Belépés",
|
||||
"logout": "Kilépés",
|
||||
"manage": "Bejegyzések szerkesztése",
|
||||
"themes": "Témák",
|
||||
"prev-page": "Előző oldal",
|
||||
"next-page": "Következő oldal",
|
||||
"configure-plugin": "Bővítmény beállítása",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Biztosan törli?",
|
||||
"site-title": "Oldal cím",
|
||||
"site-slogan": "Oldal szlogen",
|
||||
"site-description": "Oldal leírás",
|
||||
"footer-text": "Lábléc text",
|
||||
"posts-per-page": "Bejegyzések oldalanként",
|
||||
"site-url": "Weboldal URL",
|
||||
"writting-settings": "Írási beállítások",
|
||||
"url-filters": "URL-szűrők",
|
||||
"page": "Bejegyzések száma egy oldalon",
|
||||
"pages": "Oldal",
|
||||
"home": "Kezdőlap",
|
||||
"welcome-back": "Isten hozta újra!",
|
||||
"language": "Nyelv",
|
||||
"website": "Weboldal",
|
||||
"timezone": "Időzóna",
|
||||
"locale": "Helyi",
|
||||
"new-post": "Új bejegyzés",
|
||||
"new-page": "Új oldal",
|
||||
"html-and-markdown-code-supported": "HTML és Markdown kód használható",
|
||||
"manage-posts": "Posztok kezelése",
|
||||
"published-date": "Publikálás dátuma",
|
||||
"modified-date": "Modosítás dátuma",
|
||||
"empty-title": "Üres cím",
|
||||
"plugins": "Bővitmények kezelése",
|
||||
"install-plugin": "Bővitmény telepítése",
|
||||
"uninstall-plugin": "Bővitmény eltávolítása",
|
||||
"new-password": "Új jelszó",
|
||||
"edit-user": "Felhasználó szerkesztése",
|
||||
"publish-now": "Publikálás azonnal",
|
||||
"first-name": "Keresztnév",
|
||||
"last-name": "Vezetéknév",
|
||||
"bludit-version": "Verzió",
|
||||
"powered-by": "Mozgásban tartja",
|
||||
"recent-posts": "Friss posztok",
|
||||
"manage-pages": "Oldalak kezelése",
|
||||
"advanced-options": "További lehetőségek",
|
||||
"user-deleted": "Felhasználó törlése",
|
||||
"page-added-successfully": "Oldal hozzáadása sikerült",
|
||||
"post-added-successfully": "Bejegyzés hozzáadása sikerült",
|
||||
"the-post-has-been-deleted-successfully": "Bejegyzés törlése sikerült",
|
||||
"the-page-has-been-deleted-successfully": "Oldal törlése sikerült",
|
||||
"username-or-password-incorrect": "A felhasználónév és a jelszó nem egyezik",
|
||||
"database-regenerated": "Adatbáis újragenerálva",
|
||||
"the-changes-have-been-saved": "A változtatások elmentve",
|
||||
"enable-more-features-at": "További funkciókat itt kapcsolhat be",
|
||||
"username-already-exists": "Felhasználónév már létezik",
|
||||
"username-field-is-empty": "Felhasználónév mező üres",
|
||||
"the-password-and-confirmation-password-do-not-match":"A jelszó és megerősítése nem egyezik",
|
||||
"user-has-been-added-successfully": "Felhasználó sikeresen hozzáadva",
|
||||
"you-do-not-have-sufficient-permissions": "Nem rendelkezik megfelelő engedélyekkel az oldal eléréséhez, lépjen kapcsolatba a rendszergazdával!",
|
||||
"settings-advanced-writting-settings": "Beállítások->Haladó->Írási beállítások",
|
||||
"new-posts-and-pages-synchronized": "Új hozzászólások és oldalak szinkronizálva.",
|
||||
"you-can-choose-the-users-privilege": "Kiválaszthatja a felhasználói jogosultságokat. A szerkesztői szerepkörrel csak oldalakat és bejegyzéseket tud írni.",
|
||||
"email-will-not-be-publicly-displayed": "E-mail nem jelenik meg nyilvánosan. A jelszó helyreállításához és az értesítésekhez javasoljuk.",
|
||||
"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.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Ebben a mezőben megadhat egy szlogent a weboldalhoz.",
|
||||
"you-can-add-a-site-description-to-provide": "Itt megadhatja a weboldal leírását, egy rövid összefoglalót az oldalról.",
|
||||
"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.",
|
||||
"number-of-posts-to-show-per-page": "Hány bejegyzés jelenjen meg oldalanként.",
|
||||
"the-url-of-your-site": "Az oldal címe (URL)",
|
||||
"add-or-edit-description-tags-or": "Felveheti és szerkesztheti a leírást, a címkéket, vagy módosíthatja a keresőbarát URL-t.",
|
||||
"select-your-sites-language": "Válassza ki weboldala nyelvét!",
|
||||
"select-a-timezone-for-a-correct": "Válasszon időzónát a dátumok megfelelő megjelenítéséhez!",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Ebben a mezőben a nyelvvel, országgal és más különleges beállításokkal kapcsolatos paramétereket veheti fel.",
|
||||
"you-can-modify-the-url-which-identifies": "Itt könnyen megjegyezhető kulcsszavak segítségével módosíthatja az oldalhoz vagy bejegyzéshez tartozó URL-t. Legfeljebb 150 karakter.",
|
||||
"this-field-can-help-describe-the-content": "Ebben a mezőben néhány szóban összefoglalhatja a tartalmat. Legfeljebb 150 karakter.",
|
||||
|
||||
"delete-the-user-and-all-its-posts": "A felhasználó törlése összes bejegyzésével együtt",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "A felhasználó törlése, bejegyzéseinek gazdája az adminisztrátor lesz",
|
||||
"read-more": "Tovább",
|
||||
"show-blog": "Blog megmutatása",
|
||||
"default-home-page": "Alapértelmezett kezdőoldal",
|
||||
"version": "Verziószám",
|
||||
"there-are-no-drafts": "Nincsenek vázlatok.",
|
||||
"create-a-new-article-for-your-blog": "Új cikk írása a blogba.",
|
||||
"create-a-new-page-for-your-website": "Új oldal létrehozása a weboldalra.",
|
||||
"invite-a-friend-to-collaborate-on-your-website": "Ismerős meghívása az oldalon végzendő közös munkára.",
|
||||
"change-your-language-and-region-settings": "Nyelvi és területi beállítások megváltoztatása.",
|
||||
"language-and-timezone": "Nyelv és időzóna",
|
||||
"author": "Szerző",
|
||||
"start-here": "Kezdje itt!",
|
||||
"install-theme": "Téma telepítése",
|
||||
"first-post": "Első bejegyzés",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Gratulálunk a **Bludit** sikeres telepítéséhez!",
|
||||
"whats-next": "Mi következik?",
|
||||
|
||||
"follow-bludit-on": "Kövesse a Bluditot!",
|
||||
"visit-the-support-forum": "Látogassa meg a [fórumot](https://forum.bludit.com) ha segítségre van szüksége!",
|
||||
"read-the-documentation-for-more-information": "Olvassa el a [dokumentációt](https://docs.bludit.com) további információkért!",
|
||||
"share-with-your-friends-and-enjoy": "Ossza meg barátaival és élvezze!",
|
||||
"the-page-has-not-been-found": "Ez az oldal nem található.",
|
||||
"error": "Hiba",
|
||||
"bludit-installer": "Bludit telepítő",
|
||||
"welcome-to-the-bludit-installer": "Üdvözli a Bludit telepítő!",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Töltse ki az űrlapot, válasszon jelszót az « admin » felhasználónak!",
|
||||
"password-visible-field": "Jelszó, a mező tartalma látható!",
|
||||
"install": "Telepítés",
|
||||
"choose-your-language": "Válasszon nyelvet!",
|
||||
"next": "Tovább",
|
||||
"the-password-field-is-empty": "A Jelszó mező üres",
|
||||
"your-email-address-is-invalid": "Az email mező tartalma nem megfelelő.",
|
||||
"proceed-anyway": "Akkor is folytatom!",
|
||||
"drafts": "Vázlatok",
|
||||
"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!",
|
||||
"date": "Válasszon egy időzónát, a helyes idő megjelenítéséért!",
|
||||
|
||||
"scheduled": "Időzített",
|
||||
"publish": "Közzététel",
|
||||
"please-check-your-theme-configuration": "Kérjük, ellenőrizze a témája beállításait!",
|
||||
"plugin-label": "Bővítménycímke",
|
||||
"enabled": "Bekapcsolva",
|
||||
"disabled": "Kikapcsolva",
|
||||
"cli-mode": "Cli mód",
|
||||
"command-line-mode": "Parancssori üzemmód",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Kapcsolja be a parancssori üzemmódot, ha a fájlrendszerből akar bejegyzéseket és oldalakat létrehozni, szerkeszteni vagy törölni!",
|
||||
|
||||
"configure": "Beállitás",
|
||||
"uninstall": "Eltávolítás",
|
||||
"change-password": "Jelszó megváltoztatása",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "A bejegyzés időzítéséhez csak válassza ki a dátumot és az időpontot!",
|
||||
"write-the-tags-separated-by-commas": "Írja be a címkéket vesszővel elválasztva!",
|
||||
"status": "Állapot",
|
||||
"published": "A bejegyzés sikeresen közzétéve",
|
||||
"scheduled-posts": "Időzített bejegyzések",
|
||||
"statistics": "Statisztika",
|
||||
"name": "Felhasználónév",
|
||||
"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.",
|
||||
"bludit-login-access-code": "BLUDIT - Hozzáférési kód",
|
||||
"check-your-inbox-for-your-login-access-code": "Ellenőrizze postafiókjában a hozzáférési kódot tartalmazó emailt!",
|
||||
"there-was-a-problem-sending-the-email": "Nem sikerült elküldeni az emailt.",
|
||||
"back-to-login-form": "Vissza a bejelentkezési oldalra",
|
||||
"send-me-a-login-access-code": "Hozzáférési kódot kérek",
|
||||
"get-login-access-code": "Hozzáférési kód megszerzése",
|
||||
"email-notification-login-access-code": "<p>Ezt az értesítőt {{WEBSITE_NAME}} küldte Önnek.</p><p>Hozzáférési kódot kérvényezett, ehhez kattintson az alábbi linkre::</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Nincsenek időzített bejegyzések.",
|
||||
"show-password": "Mutassa a jelszót",
|
||||
"edit-or-remove-your=pages": "Oldalak szerkesztése vagy törlése.",
|
||||
"edit-or-remove-your-blogs-posts": "A blog bejegyzéseinek szerkesztése vagy törlése.",
|
||||
"general-settings": "Általános beállítások",
|
||||
"advanced-settings": "Haladó beállítások",
|
||||
"manage-users": "Felhasználók kezelése",
|
||||
"view-and-edit-your-profile": "Profiloldalának megtekintése és szerkesztése.",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "A jelszónak legalább 6 karakter hosszúnak kell lennie.",
|
||||
"images": "Képek",
|
||||
"upload-image": "Kép feltöltése",
|
||||
"drag-and-drop-or-click-here": "Húzza ide vagy kattintson ide!",
|
||||
"insert-image": "Kép beszúrása",
|
||||
"supported-image-file-types": "Támogatott képfájl-formátumok",
|
||||
"date-format": "Dátumformátum",
|
||||
"time-format": "Időformátum",
|
||||
"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.",
|
||||
"profile-picture": "Profilkép",
|
||||
"the-about-page-is-very-important": "A Névjegy oldal fontos és hasznos eszköz a potenciális ügyfelek és partnerek számára. Azoknak, akiket érdekel, ki áll a weboldal mögött, a Névjegy oldal jelenti az elsődleges információforrást.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Ennek az oldalnak a tartalmát így változtathatja meg: Adminlap, Vezérlés, Oldalak, majd kattintás a Névjegy oldalra.",
|
||||
"about-your-site-or-yourself": "Névjegy - önmaga és a weboldal bemutatása",
|
||||
"welcome-to-bludit": "Üdvözöljük a Bluditban!",
|
||||
|
||||
"site-information": "Weboldal-információ",
|
||||
"date-and-time-formats": "Dátum- és időformátum",
|
||||
"activate": "Aktiválás",
|
||||
"deactivate": "Deaktiválás",
|
||||
|
||||
"cover-image": "Borítóképek",
|
||||
"blog": "Blog",
|
||||
"more-images": "További képek",
|
||||
|
||||
"click-here-to-cancel": "Kattintson ide a kilépéshez!",
|
||||
"type-the-tag-and-press-enter": "Írja be a címkét és nyomjon Entert!",
|
||||
"add": "Hozzáadás",
|
||||
"manage-your-bludit-from-the-admin-panel": "Vezérelje a Bluditot az [admin felületről]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images": "Nincs kép",
|
||||
|
||||
"click-on-the-image-for-options": "Kattintson a képre a beállításokhoz!",
|
||||
"set-as-cover-image": "Beállítás borítóképnek",
|
||||
"delete-image": "Kép törlése",
|
||||
"image-description": "Kép leírása",
|
||||
|
||||
"social-networks-links": "Közösségimédia-linkek",
|
||||
|
||||
"email-access-code": "Email hozzáférési kód",
|
||||
"current-format": "Jelenlegi",
|
||||
|
||||
"welcome": "Üdvözöljük a blogon!"
|
||||
}
|
||||
"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!"
|
||||
}
|
|
@ -3,237 +3,200 @@
|
|||
{
|
||||
"native": "Italiano (Italia)",
|
||||
"english-name": "Italian",
|
||||
"last-update": "2016-02-20",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Daniele La Pira",
|
||||
"email": "daniele.lapira@gmail.com",
|
||||
"website": "https://github.com/danielelapira"
|
||||
"website": "https:\/\/github.com\/danielelapira"
|
||||
},
|
||||
|
||||
"username": "Nome Utente",
|
||||
"password": "Password",
|
||||
"confirm-password": "Conferma Password",
|
||||
"editor": "Editor",
|
||||
"dashboard": "Pannello",
|
||||
"role": "Ruolo",
|
||||
"post": "Articolo",
|
||||
"posts": "Articoli",
|
||||
"users": "Utenti",
|
||||
"administrator": "Amministratore",
|
||||
"add": "Aggiungi",
|
||||
"cancel": "Annulla",
|
||||
"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",
|
||||
"title": "Titolo",
|
||||
"no-parent": "Nessuna pagina genitore",
|
||||
"edit-page": "Modifica Pagina",
|
||||
"edit-post": "Modifica Articolo",
|
||||
"add-a-new-user": "Aggiungi un nuovo utente",
|
||||
"parent": "Genitore",
|
||||
"friendly-url": "URL amichevole",
|
||||
"description": "Descrizione",
|
||||
"posted-by": "Pubblicato da",
|
||||
"tags": "Tags",
|
||||
"position": "Posizione",
|
||||
"save": "Salva",
|
||||
"draft": "Bozza",
|
||||
"delete": "Elimina",
|
||||
"registered": "Registrato",
|
||||
"Notifications": "Notifiche",
|
||||
"profile": "Profilo",
|
||||
"email": "Email",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "Utenti",
|
||||
"settings": "Impostazioni",
|
||||
"general": "Generali",
|
||||
"advanced": "Avanzate",
|
||||
"regional": "Regionale",
|
||||
"about": "About",
|
||||
"login": "Inizia sessione",
|
||||
"logout": "Termina sessione",
|
||||
"manage": "Amministra",
|
||||
"themes": "Temi",
|
||||
"prev-page": "Pagina precedente",
|
||||
"next-page": "Pagina seguente",
|
||||
"configure-plugin": "Configura plugin",
|
||||
"confirm-delete-this-action-cannot-be-undone": "Conferma l'eliminazione. Questa azione non può essere annullata.",
|
||||
"site-title": "Titolo del sito",
|
||||
"site-slogan": "Slogan del sito",
|
||||
"site-description": "Descrizione del sito",
|
||||
"footer-text": "Testo pie' di pagina",
|
||||
"posts-per-page": "Articoli per pagina",
|
||||
"site-url": "URL del sito",
|
||||
"writting-settings": "Impostazioni di scrittura",
|
||||
"url-filters": "Filtri URL",
|
||||
"page": "Pagina",
|
||||
"pages": "Pagine",
|
||||
"home": "Inizio",
|
||||
"welcome-back": "Bentornato",
|
||||
"language": "Lingua",
|
||||
"website": "Sito web",
|
||||
"timezone": "Fuso orario",
|
||||
"locale": "Locale",
|
||||
"new-post": "Nuovo articolo",
|
||||
"new-page": "Nuova pagina",
|
||||
"html-and-markdown-code-supported": "Codici HTML e Markdown supportati",
|
||||
"manage-posts": "Gestione articoli",
|
||||
"published-date": "Data di pubblicazione",
|
||||
"modified-date": "Data di modifica",
|
||||
"empty-title": "Titolo assente",
|
||||
"plugins": "Plugins",
|
||||
"install-plugin": "Installa plugin",
|
||||
"uninstall-plugin": "Disinstalla plugin",
|
||||
"new-password": "Nuova password",
|
||||
"edit-user": "Modifica utente",
|
||||
"publish-now": "Pubblica adesso",
|
||||
"first-name": "Nome",
|
||||
"last-name": "Cognome",
|
||||
"bludit-version": "Versione di Bludit",
|
||||
"powered-by": "Powered by",
|
||||
"recent-posts": "Articoli recenti",
|
||||
"manage-pages": "Gestione pagine",
|
||||
"advanced-options": "Opzioni avanzate",
|
||||
"user-deleted": "Utente eliminato",
|
||||
"page-added-successfully": "Pagina aggiunta con successo",
|
||||
"post-added-successfully": "Articolo aggiunto con successo",
|
||||
"the-post-has-been-deleted-successfully": "L'articolo è stato eliminato con successo",
|
||||
"the-page-has-been-deleted-successfully": "La pagina è stata eliminata con successo",
|
||||
"username-or-password-incorrect": "Nome utente o password non corretti",
|
||||
"database-regenerated": "Database rigenerato",
|
||||
"the-changes-have-been-saved": "Le modifiche sono state salvate",
|
||||
"enable-more-features-at": "Abilita altre funzioni a",
|
||||
"username-already-exists": "Nome utente già esistente",
|
||||
"username-field-is-empty": "Campo nome utente vuoto",
|
||||
"the-password-and-confirmation-password-do-not-match":"Le password non corrispondono",
|
||||
"user-has-been-added-successfully": "Utente aggiunto con successo",
|
||||
"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.",
|
||||
"settings-advanced-writting-settings": "Impostazioni->Avanzate->Impostazioni di scrittura",
|
||||
"new-posts-and-pages-synchronized": "Nuovi articoli e pagine sincronizzate.",
|
||||
"you-can-choose-the-users-privilege": "Puoi selezionare i privilegi dell'utente. Il ruolo di editore può solo scrivere e modificare pagine e articoli.",
|
||||
"email-will-not-be-publicly-displayed": "L'indirizzo Email non sarà visibile. Raccomandato per il recupero della password e per ricevere notifiche.",
|
||||
"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.",
|
||||
"use-this-field-to-add-a-catchy-phrase": "Usa questo campo per aggiungere uno slogan al tuo sito.",
|
||||
"you-can-add-a-site-description-to-provide": "Puoi aggiungere una descrizione del tuo sito e una tua breve biografia.",
|
||||
"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.",
|
||||
"number-of-posts-to-show-per-page": "Numero di articoli da mostrare per pagina.",
|
||||
"the-url-of-your-site": "Indirizzo URL del tuo sito.",
|
||||
"add-or-edit-description-tags-or": "Aggiungi o modifica la descrizione, i tags oppure modifica l'URL amichevole.",
|
||||
"select-your-sites-language": "Seleziona la lingua del tuo sito.",
|
||||
"select-a-timezone-for-a-correct": "Seleziona un fuso orario per la corretta visualizzazione di data e ora sul sito.",
|
||||
"you-can-use-this-field-to-define-a-set-of": "Puoi utilizzare questo campo per definire un set di parametri riferiti alla lingua, alla nazione e preferenze speciali.",
|
||||
"you-can-modify-the-url-which-identifies":"Puoi modificare l'indirizzo URL che identifica una pagina o un articolo utilizzando delle parole chiavi leggibili. Non più di 150 caratteri.",
|
||||
"this-field-can-help-describe-the-content": "Quì puoi descrivere il contenuto in poche parole. Non più di 150 caratteri.",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"Elimina l'utente e tutti i suoi articoli",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "Elimina l'utente e assegna i suoi articoli all'utente admin",
|
||||
"read-more": "Leggi tutto",
|
||||
"show-blog": "Visualizza blog",
|
||||
"default-home-page": "Home page predefinita",
|
||||
"version": "Versione",
|
||||
"there-are-no-drafts": "Non ci sono bozze.",
|
||||
"create-a-new-article-for-your-blog":"Crea un nuovo articolo per il tuo blog.",
|
||||
"create-a-new-page-for-your-website":"Crea una nuova pagina per il tuo sito.",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"Invita un amico a collaborare sul tuo sito.",
|
||||
"change-your-language-and-region-settings":"Modifica le impostazioni di lingua e regione.",
|
||||
"language-and-timezone":"Lingua e fuso orario",
|
||||
"author": "Autore",
|
||||
"start-here": "Inizia quì",
|
||||
"install-theme": "Installa tema",
|
||||
"first-post": "Primo articolo",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Congratulazioni, hai installato con successo **Bludit**",
|
||||
"whats-next": "Passi successivi",
|
||||
|
||||
"follow-bludit-on": "Segui Bludit su",
|
||||
"visit-the-support-forum": "Visita il [forum](https://forum.bludit.com) per supporto",
|
||||
"read-the-documentation-for-more-information": "Leggi la [documentazione](https://docs.bludit.com) per ulteriori informazioni",
|
||||
"share-with-your-friends-and-enjoy": "Condividi con i tuoi amici",
|
||||
"the-page-has-not-been-found": "La pagina non è stata trovata.",
|
||||
"error": "Errore",
|
||||
"bludit-installer": "Installa Bludit",
|
||||
"welcome-to-the-bludit-installer": "Benvenuto nel programma di installazione di Bludit",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "Compila il modulo e scegli una password per l'utente « admin »",
|
||||
"password-visible-field": "Password, campo visibile!",
|
||||
"install": "Installa",
|
||||
"choose-your-language": "Scegli la tua lingua",
|
||||
"next": "Avanti",
|
||||
"the-password-field-is-empty": "Il campo password è vuoto",
|
||||
"your-email-address-is-invalid":"Il tuo indirizzo email non è valido.",
|
||||
"proceed-anyway": "Procedi comunque!",
|
||||
"drafts":"Bozze",
|
||||
"ip-address-has-been-blocked": "L'indirizzo IP è stato bloccato.",
|
||||
"try-again-in-a-few-minutes": "Prova di nuovo fra qualche minuto.",
|
||||
"date": "Data",
|
||||
|
||||
"scheduled": "Programmato",
|
||||
"publish": "Pubblica",
|
||||
"please-check-your-theme-configuration": "Per favore verifica la configurazione del tuo tema.",
|
||||
"plugin-label": "Etichetta del Plugin",
|
||||
"enabled": "Abilitato",
|
||||
"disabled": "Disabilitato",
|
||||
"cli-mode": "Modo Cli",
|
||||
"command-line-mode": "Modo linea di comando",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "Abilita il modo della linea di comando se vuoi aggiungere, modificare o eliminare articoli e pagine dal filesystem",
|
||||
|
||||
"configure": "Configura",
|
||||
"uninstall": "Disinstalla",
|
||||
"change-password": "Cambia password",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "Per programmare l'articolo, seleziona data e ora.",
|
||||
"write-the-tags-separated-by-commas": "Scrivi i tags separati da virgole.",
|
||||
"status": "Status",
|
||||
"published": "Pubblicato",
|
||||
"scheduled-posts": "Articoli programmati",
|
||||
"statistics": "Statistiche",
|
||||
"name": "Nome",
|
||||
"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.",
|
||||
"bludit-login-access-code": "BLUDIT - Codice di accesso",
|
||||
"check-your-inbox-for-your-login-access-code":"Controlla la tua posta in ingresso per il codice di accesso",
|
||||
"there-was-a-problem-sending-the-email":"C'è stato un problema nell'invio dell' email",
|
||||
"back-to-login-form": "Torna indietro alla pagina di accesso",
|
||||
"send-me-a-login-access-code": "Inviami un codice accesso",
|
||||
"get-login-access-code": "Richiedi un codice accesso",
|
||||
"email-notification-login-access-code": "<p>Questa è una notifica dal tuo sito {{WEBSITE_NAME}}</p><p>Hai richiesto un codice per accedere. Segui il link:</p><p>{{LINK}}</p>",
|
||||
"there-are-no-scheduled-posts": "Non ci sono articoli programmati.",
|
||||
"show-password": "Mostra password",
|
||||
"edit-or-remove-your=pages": "Modifica o elimina pagine.",
|
||||
"edit-or-remove-your-blogs-posts": "Modifica o elimina articoli del blog.",
|
||||
"general-settings": "Impostazioni generali",
|
||||
"advanced-settings": "Impostazioni avanzate",
|
||||
"manage-users": "Amministra utenti",
|
||||
"view-and-edit-your-profile": "Visualizza e modifica il tuo profilo.",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "La Password deve contenere almeno 6 caratteri",
|
||||
"images": "Immagini",
|
||||
"upload-image": "Inserisci un'immagine",
|
||||
"drag-and-drop-or-click-here": "Trascina e rilascia oppure clicca quì",
|
||||
"insert-image": "Inserisci immagine",
|
||||
"supported-image-file-types": "Formati file immagine supportati",
|
||||
"date-format": "Formato data",
|
||||
"time-format": "Formato ora",
|
||||
"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.",
|
||||
"profile-picture": "Foto del profilo",
|
||||
"the-about-page-is-very-important": "La pagina << about >> è molto utile. Fornisce ai visitatori importanti informazioni sul sito ed il suo autore. Uno strumento efficace per acquisire potenziali clienti e partners.",
|
||||
"change-this-pages-content-on-the-admin-panel": "Cambia il contenuto di questa pagina sul pannello di amministrazione, Amministra -> Pagine e Clicca sulla pagina << about >> per modificare.",
|
||||
"about-your-site-or-yourself": "A proposito di te e del tuo sito.",
|
||||
"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",
|
||||
|
||||
"site-information": "Informazioni sul sito",
|
||||
"date-and-time-formats": "Formati data e ora",
|
||||
"activate": "Attiva",
|
||||
"deactivate": "Disattiva",
|
||||
|
||||
"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",
|
||||
"blog": "Blog",
|
||||
"more-images": "Più immagini",
|
||||
|
||||
"click-here-to-cancel": "Clicca quì per annullare.",
|
||||
"type-the-tag-and-press-enter": "Scrivi il tag e premi invio.",
|
||||
"add": "Aggiungi",
|
||||
"manage-your-bludit-from-the-admin-panel": "Amministra Bludit dal [pannello di amministrazione]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"Non ci sono immagini",
|
||||
|
||||
"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",
|
||||
|
||||
"social-networks-links": "Social Networks"
|
||||
}
|
||||
"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."
|
||||
}
|
|
@ -3,229 +3,200 @@
|
|||
{
|
||||
"native": "日本語 (Japan)",
|
||||
"english-name": "Japanese",
|
||||
"last-update": "2016-02-08",
|
||||
"last-update": "2017-09-10",
|
||||
"author": "Jun NOGATA",
|
||||
"email": "nogajun+bludit@gmail.com",
|
||||
"website": "http://www.nofuture.tv/"
|
||||
"website": "http:\/\/www.nofuture.tv\/"
|
||||
},
|
||||
|
||||
"username": "ユーザー名",
|
||||
"password": "パスワード",
|
||||
"confirm-password": "パスワードの確認",
|
||||
"editor": "編集者",
|
||||
"dashboard": "ダッシュボード",
|
||||
"role": "役割",
|
||||
"post": "記事",
|
||||
"posts": "記事",
|
||||
"users": "ユーザー",
|
||||
"administrator": "管理者",
|
||||
"add": "追加",
|
||||
"cancel": "キャンセル",
|
||||
"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": "内容",
|
||||
"title": "タイトル",
|
||||
"no-parent": "親ページなし",
|
||||
"edit-page": "ページの編集",
|
||||
"edit-post": "記事の編集",
|
||||
"add-a-new-user": "新規ユーザーを追加",
|
||||
"parent": "親ページ",
|
||||
"friendly-url": "フレンドリーURL",
|
||||
"description": "概要",
|
||||
"posted-by": "投稿者",
|
||||
"tags": "タグ",
|
||||
"position": "位置",
|
||||
"save": "保存",
|
||||
"draft": "下書き",
|
||||
"delete": "削除",
|
||||
"registered": "登録日",
|
||||
"Notifications": "通知",
|
||||
"profile": "プロフィール",
|
||||
"email": "Eメール",
|
||||
"category": "Category",
|
||||
"categories": "Categories",
|
||||
"users": "ユーザー",
|
||||
"settings": "設定",
|
||||
"general": "全般",
|
||||
"advanced": "詳細",
|
||||
"regional": "地域",
|
||||
"about": "About",
|
||||
"login": "ログイン",
|
||||
"logout": "ログアウト",
|
||||
"manage": "管理",
|
||||
"themes": "テーマ",
|
||||
"prev-page": "前のページ",
|
||||
"next-page": "次のページ",
|
||||
"configure-plugin": "プラグインの設定",
|
||||
"confirm-delete-this-action-cannot-be-undone": "削除しますか? この操作は取り消せません",
|
||||
"site-title": "サイトタイトル",
|
||||
"site-slogan": "サイトキャッチフレーズ",
|
||||
"site-description": "サイト概要",
|
||||
"footer-text": "フッターテキスト",
|
||||
"posts-per-page": "ページあたりの投稿数",
|
||||
"site-url": "サイトURL",
|
||||
"writting-settings": "編集設定",
|
||||
"url-filters": "URLフィルター",
|
||||
"page": "ページ",
|
||||
"pages": "ページ",
|
||||
"home": "ホーム",
|
||||
"welcome-back": "お帰りなさい",
|
||||
"language": "言語",
|
||||
"website": "Webサイト",
|
||||
"timezone": "タイムゾーン",
|
||||
"locale": "ロケール",
|
||||
"new-post": "新規記事",
|
||||
"new-page": "新規ページ",
|
||||
"html-and-markdown-code-supported": "HTMLとMarkdownが利用できます",
|
||||
"manage-posts": "投稿管理",
|
||||
"published-date": "公開日",
|
||||
"modified-date": "更新日",
|
||||
"empty-title": "タイトルなし",
|
||||
"plugins": "プラグイン",
|
||||
"install-plugin": "インストール",
|
||||
"uninstall-plugin": "アンインストール",
|
||||
"new-password": "新しいパスワード",
|
||||
"edit-user": "ユーザー編集",
|
||||
"publish-now": "今すぐ公開",
|
||||
"first-name": "名",
|
||||
"last-name": "姓",
|
||||
"bludit-version": "Bludit バージョン",
|
||||
"powered-by": "Powered by",
|
||||
"recent-posts": "最近の投稿",
|
||||
"manage-pages": "ページ管理",
|
||||
"advanced-options": "詳細オプション",
|
||||
"user-deleted": "ユーザー削除",
|
||||
"page-added-successfully": "ページを追加しました",
|
||||
"post-added-successfully": "記事を追加しました",
|
||||
"the-post-has-been-deleted-successfully": "記事を削除しました",
|
||||
"the-page-has-been-deleted-successfully": "ページを削除しました",
|
||||
"username-or-password-incorrect": "ユーザー名またはパスワードが不正です",
|
||||
"database-regenerated": "データベースを再生成しました",
|
||||
"the-changes-have-been-saved": "変更を保存しました",
|
||||
"enable-more-features-at": "より多くの機能を有効に",
|
||||
"username-already-exists": "ユーザー名は存在しています",
|
||||
"username-field-is-empty": "ユーザー名が空です",
|
||||
"the-password-and-confirmation-password-do-not-match":"パスワードが一致しません",
|
||||
"user-has-been-added-successfully": "ユーザーは追加されました",
|
||||
"new-content": "New content",
|
||||
"manage-content": "Manage content",
|
||||
"add-new-content": "Add new content",
|
||||
"new-category": "New category",
|
||||
"you-do-not-have-sufficient-permissions": "このページにアクセスするための権限がありません。管理者に連絡をしてください。",
|
||||
"settings-advanced-writting-settings": "設定->詳細->編集設定",
|
||||
"new-posts-and-pages-synchronized": "新規投稿とページを同期しました",
|
||||
"you-can-choose-the-users-privilege": "ユーザー権限の選択ができます編集者は、記事とページの作成のみおこなえます。",
|
||||
"email-will-not-be-publicly-displayed": "メールアドレスは公開されません。通知とパスワードの回復に利用されます。",
|
||||
"use-this-field-to-name-your-site": "サイト名を入力します。サイト名は各ページ上部に表示されます。",
|
||||
"use-this-field-to-add-a-catchy-phrase": "サイトのキャッチフレーズを入力します。",
|
||||
"you-can-add-a-site-description-to-provide": "サイトの説明や紹介に利用する概要を入力します。",
|
||||
"you-can-add-a-small-text-on-the-bottom": "各ページ下部に追加する短いテキストを入力します。例: 著作権や所有者名、日付など。",
|
||||
"number-of-posts-to-show-per-page": "ページあたりの投稿数を設定します。",
|
||||
"the-url-of-your-site": "サイトURLを設定します。",
|
||||
"add-or-edit-description-tags-or": "コンテンツ概要やタグの追加と編集、フレンドリーURLの変更オプションを利用します",
|
||||
"select-your-sites-language": "サイトで利用する言語を選択します",
|
||||
"select-a-timezone-for-a-correct": "サイト上で正しく日付・時間が表示されるタイムゾーンを選択します。",
|
||||
"you-can-use-this-field-to-define-a-set-of": "言語や国、固有の設定について変更する場合に利用します",
|
||||
"you-can-modify-the-url-which-identifies":"ページの区別や投稿に関連したわかりやすいキーワードを用いたURLに変更できます。150文字程度が目安です。",
|
||||
"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文字程度が目安です。",
|
||||
|
||||
"delete-the-user-and-all-its-posts":"ユーザーとそのユーザーの投稿もすべて削除",
|
||||
"delete-the-user-and-associate-its-posts-to-admin-user": "ユーザーを削除し、ユーザーの投稿を管理者に引き継ぐ",
|
||||
"read-more": "続きを読む",
|
||||
"show-blog": "ブログを表示",
|
||||
"default-home-page": "規定のホームページ",
|
||||
"version": "バージョン",
|
||||
"there-are-no-drafts": "下書きはありません。",
|
||||
"create-a-new-article-for-your-blog":"ブログの新規記事を作成します。",
|
||||
"create-a-new-page-for-your-website":"Webサイトの新規ページを作成します。",
|
||||
"invite-a-friend-to-collaborate-on-your-website":"Webサイトで共同作業をおこなう人を招待します。",
|
||||
"change-your-language-and-region-settings":"言語や地域の設定を変更します。",
|
||||
"language-and-timezone":"言語とタイムゾーン",
|
||||
"author": "作者",
|
||||
"start-here": "ここからスタート",
|
||||
"install-theme": "テーマをインストール",
|
||||
"first-post": "最初の投稿",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "おめでとうございます。 **Bludit**は正常にインストールされました",
|
||||
"whats-next": "この次は",
|
||||
|
||||
"follow-bludit-on": "Bluditをフォローする",
|
||||
"visit-the-support-forum": "サポート[フォーラム](https:\/\/forum.bludit.com)(英語)に参加する",
|
||||
"read-the-documentation-for-more-information": "詳細について[文書](https:\/\/docs.bludit.com)を読む",
|
||||
"share-with-your-friends-and-enjoy": "友人と共有して楽しむ",
|
||||
"the-page-has-not-been-found": "ページが見つかりません。",
|
||||
"images": "画像",
|
||||
"error": "エラー",
|
||||
"bludit-installer": "Bluditインストーラー",
|
||||
"welcome-to-the-bludit-installer": "Bluditインストーラーへようこそ",
|
||||
"complete-the-form-choose-a-password-for-the-username-admin": "admin(管理者)ユーザーのパスワードとメールアドレスを入力してください",
|
||||
"password-visible-field": "パスワード表示中!",
|
||||
"install": "インストール",
|
||||
"choose-your-language": "言語を選択してください",
|
||||
"next": "次へ",
|
||||
"the-password-field-is-empty": "パスワードが空です",
|
||||
"your-email-address-is-invalid":"Eメールアドレスが無効です",
|
||||
"proceed-anyway": "このまま続行する!",
|
||||
"drafts":"下書き",
|
||||
"ip-address-has-been-blocked": "IPアドレスはブロックされています。",
|
||||
"try-again-in-a-few-minutes": "しばらくしてからもう一度お試しください。",
|
||||
"date": "日付",
|
||||
|
||||
"scheduled": "予約済み",
|
||||
"publish": "公開済み",
|
||||
"please-check-your-theme-configuration": "テーマの設定を確認してください。",
|
||||
"plugin-label": "プラグインラベル",
|
||||
"enabled": "有効",
|
||||
"disabled": "無効",
|
||||
"cli-mode": "CLIモード",
|
||||
"command-line-mode": "コマンドライン・モード",
|
||||
"enable-the-command-line-mode-if-you-add-edit": "コマンドライン・モードを有効にすると、ファイルシステム上から投稿やページの追加、編集、削除がおこなえます。",
|
||||
|
||||
"configure": "設定",
|
||||
"uninstall": "アンインストール",
|
||||
"change-password": "パスワードを変更",
|
||||
"to-schedule-the-post-just-select-the-date-and-time": "投稿を予約するには日付と時間を選択します。",
|
||||
"write-the-tags-separated-by-commas": "タグはカンマで区切って書きます。",
|
||||
"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": "公開",
|
||||
"scheduled-posts": "予約投稿",
|
||||
"statistics": "統計",
|
||||
"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": "名前",
|
||||
"email-account-settings":"Eメールアカウント設定",
|
||||
"sender-email": "送信者メールアドレス",
|
||||
"emails-will-be-sent-from-this-address":"Eメールはこのアドレスから送信されます。",
|
||||
"bludit-login-access-code": "BLUDIT - ログインアクセスコード",
|
||||
"check-your-inbox-for-your-login-access-code":"受信トレイに届いたログインアクセスコードを確認してください",
|
||||
"there-was-a-problem-sending-the-email":"メール送信について問題が発生しました",
|
||||
"back-to-login-form": "ログインフォームへ戻る",
|
||||
"send-me-a-login-access-code": "ログインのためのアクセスコードを送信",
|
||||
"get-login-access-code": "ログインアクセスコードを送信",
|
||||
"email-notification-login-access-code": "<p>これは、あなたのWebサイト「 {{WEBSITE_NAME}} 」からの通知です。<\/p><p>ご依頼のログインアクセスコードにアクセスするには、次のリンクをクリックしてください: <\/p><p>{{LINK}}<\/p>",
|
||||
"there-are-no-scheduled-posts": "予約された投稿はありません。",
|
||||
"show-password": "パスワードを表示",
|
||||
"edit-or-remove-your=pages": "ページの編集または削除します。",
|
||||
"edit-or-remove-your-blogs-posts": "ブログ記事の編集または削除します。",
|
||||
"general-settings": "全般設定",
|
||||
"advanced-settings": "詳細設定",
|
||||
"manage-users": "ユーザー管理",
|
||||
"view-and-edit-your-profile": "プロフィールの確認と編集。",
|
||||
|
||||
"password-must-be-at-least-6-characters-long": "パスワードは6文字以上必要です",
|
||||
"images": "画像",
|
||||
"upload-image": "画像をアップロード",
|
||||
"drag-and-drop-or-click-here": "ドラッグ・アンド・ドロップもしくはクリックします",
|
||||
"insert-image": "画像を挿入",
|
||||
"supported-image-file-types": "サポートする画像ファイルタイプ",
|
||||
"date-format": "日付の書式",
|
||||
"time-format": "時間の書式",
|
||||
"chat-with-developers-and-users-on-gitter":"[Gitter](https:\/\/gitter.im\/dignajar\/bludit)で開発者やユーザーとチャットする",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site":"ここには、あなた自身やサイトについての説明文を書きます。文章を変更するには、管理パネルから設定→プラグインと進み、aboutプラグインの設定から変更します。",
|
||||
"profile-picture": "プロフィール画像",
|
||||
"the-about-page-is-very-important": "aboutページは、潜在的なクライアントやパートナーにとって重要かつ強力なツールです。検索でたどり着いた人にとってAboutページは、Webサイトについて最初の情報源となります。\n",
|
||||
"change-this-pages-content-on-the-admin-panel": "このページを編集するには、管理パネルから管理→ページと進み、aboutページをクリックします。",
|
||||
"about-your-site-or-yourself": "このサイトやあなた自身について",
|
||||
"welcome-to-bludit": "Bluditへようこそ",
|
||||
|
||||
"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": "無効化",
|
||||
|
||||
"cover-image": "カバー画像",
|
||||
"blog": "ブログ",
|
||||
"more-images": "その他の画像",
|
||||
"double-click-on-the-image-to-add-it": "ダブルクリックで画像を挿入します。",
|
||||
"click-here-to-cancel": "ここをクリックしてキャンセル。",
|
||||
"type-the-tag-and-press-enter": "タグを入力してEnterを押します。",
|
||||
"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を管理する",
|
||||
"there-are-no-images":"画像はありません。"
|
||||
"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": "しばらくしてからもう一度お試しください。"
|
||||
}
|
Loading…
Reference in New Issue