Merge pull request #2 from bludit/master

Pull Bludit v3.11.0 "Pizza time"
This commit is contained in:
David Blake 2020-02-08 16:28:09 +00:00 committed by GitHub
commit 994a9c252a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 161 additions and 147 deletions

View File

@ -1,6 +1,6 @@
<div id="dashboard" class="container"> <div id="dashboard" class="container">
<div class="row"> <div class="row">
<div class="col-md-7 d-none d-sm-block"> <div class="col-md-7">
<!-- Good message --> <!-- Good message -->
<div> <div>

View File

@ -134,9 +134,8 @@
contentType: false, contentType: false,
processData: false processData: false
}).done(function(data) { }).done(function(data) {
console.log(data);
if (data.status==0) { if (data.status==0) {
$("#jsprofilePicturePreview").attr('src',json.absoluteURL+"?time="+Math.random()); $("#jsprofilePicturePreview").attr('src',data.absoluteURL+"?time="+Math.random());
} else { } else {
showAlert(data.message); showAlert(data.message);
} }

View File

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

File diff suppressed because one or more lines are too long

View File

@ -3,10 +3,10 @@
"native": "日本語 (Japanese)", "native": "日本語 (Japanese)",
"english-name": "日本語", "english-name": "日本語",
"locale": "ja, ja_JP", "locale": "ja, ja_JP",
"last-update": "2019-06-25", "last-update": "2020-01-13",
"authors": [ "authors": [
"Jun Nogata", "Jun Nogata",
"", "cai_miao",
"", "",
"" ""
] ]
@ -60,9 +60,9 @@
"language": "言語", "language": "言語",
"plugin": "プラグイン", "plugin": "プラグイン",
"plugins": "プラグイン", "plugins": "プラグイン",
"developers": "開発", "developers": "開発者向け",
"themes": "テーマ", "themes": "テーマ",
"about": "サイトについて", "about": "バージョン情報",
"url": "URL", "url": "URL",
"welcome": "ようこそ", "welcome": "ようこそ",
"logout": "ログアウト", "logout": "ログアウト",
@ -122,7 +122,7 @@
"date": "日付", "date": "日付",
"external-cover-image": "外部カバー画像", "external-cover-image": "外部カバー画像",
"parent": "親", "parent": "親",
"full-image-url": "完全な画像URL.", "full-image-url": "完全な画像URL",
"this-field-is-used-when-you-order-the-content-by-position": "このフィールドは、コンテンツを位置別に並べ替えに使用されます。", "this-field-is-used-when-you-order-the-content-by-position": "このフィールドは、コンテンツを位置別に並べ替えに使用されます。",
"position": "位置", "position": "位置",
"friendly-url": "フレンドリーURL", "friendly-url": "フレンドリーURL",
@ -144,7 +144,7 @@
"site-description": "サイトの説明", "site-description": "サイトの説明",
"you-can-add-a-site-description-to-provide": "サイトについての説明や短い略歴を追加します。", "you-can-add-a-site-description-to-provide": "サイトについての説明や短い略歴を追加します。",
"footer-text": "フッターテキスト", "footer-text": "フッターテキスト",
"you-can-add-a-small-text-on-the-bottom": "各ページ下部に表示する簡単なテキストを追加します。例: 著作権表示, 所有者, 日付など。", "you-can-add-a-small-text-on-the-bottom": "各ページ下部に表示する簡単なテキストを追加します。例:著作権表示、所有者、日付など。",
"social-networks-links": "ソーシャルネットワークリンク", "social-networks-links": "ソーシャルネットワークリンク",
"site-url": "サイトURL", "site-url": "サイトURL",
"email-account-settings": "メールアカウント設定", "email-account-settings": "メールアカウント設定",
@ -158,7 +158,7 @@
"date-and-time-formats": "日付と時刻の書式", "date-and-time-formats": "日付と時刻の書式",
"date-format": "日付の書式", "date-format": "日付の書式",
"current-format": "現在の書式", "current-format": "現在の書式",
"version": "バージョン:", "version": "バージョン",
"author": "投稿者", "author": "投稿者",
"activate": "有効化", "activate": "有効化",
"deactivate": "停止", "deactivate": "停止",
@ -177,8 +177,8 @@
"profile-picture": "プロフィール画像", "profile-picture": "プロフィール画像",
"edit-or-delete-your-categories": "カテゴリを編集または削除する", "edit-or-delete-your-categories": "カテゴリを編集または削除する",
"create-a-new-category-to-organize-your-content": "コンテンツを整理するための新しいカテゴリを作成する", "create-a-new-category-to-organize-your-content": "コンテンツを整理するための新しいカテゴリを作成する",
"confirm-delete-this-action-cannot-be-undone": "削除をしますか? この操作は取り消せません。", "confirm-delete-this-action-cannot-be-undone": "削除をしますかこの操作は取り消せません。",
"do-you-want-to-disable-the-user": "ユーザーを無効にしますか?", "do-you-want-to-disable-the-user": "ユーザーを無効にしますか",
"new-password": "新しいパスワード", "new-password": "新しいパスワード",
"you-can-change-this-field-when-save-the-current-changes": "このフィールドは、現在の変更内容を保存するときに変更できます。", "you-can-change-this-field-when-save-the-current-changes": "このフィールドは、現在の変更内容を保存するときに変更できます。",
"items-per-page": "ページ表示件数", "items-per-page": "ページ表示件数",
@ -228,9 +228,9 @@
"password-must-be-at-least-6-characters-long": "パスワードは6文字以上入力してください", "password-must-be-at-least-6-characters-long": "パスワードは6文字以上入力してください",
"ip-address-has-been-blocked": "IPアドレスはブロックされています", "ip-address-has-been-blocked": "IPアドレスはブロックされています",
"try-again-in-a-few-minutes": "しばらくしてから、もう一度お試しください", "try-again-in-a-few-minutes": "しばらくしてから、もう一度お試しください",
"content-published-from-scheduler": "投稿予約されたコンテンツ", "content-published-from-scheduler": "予約で投稿されたコンテンツ",
"blog": "ブログ", "blog": "ブログ",
"complete-all-fields": "すべてのフィールドを埋めました", "complete-all-fields": "すべてのフィールドを埋めま",
"static": "固定ページ", "static": "固定ページ",
"about-your-site-or-yourself": "サイトや自分について", "about-your-site-or-yourself": "サイトや自分について",
"homepage": "ホームページ", "homepage": "ホームページ",
@ -248,7 +248,7 @@
"content-deleted": "コンテンツを削除しました", "content-deleted": "コンテンツを削除しました",
"undefined": "未定義", "undefined": "未定義",
"create-new-content-for-your-site": "サイトのコンテンツを作成する", "create-new-content-for-your-site": "サイトのコンテンツを作成する",
"order-items-by": "Order items by", "order-items-by": "並び順:",
"all-content": "すべてのコンテンツ", "all-content": "すべてのコンテンツ",
"dynamic": "動的", "dynamic": "動的",
"type": "タイプ", "type": "タイプ",
@ -258,7 +258,7 @@
"latest-content": "最新のコンテンツ", "latest-content": "最新のコンテンツ",
"default-message": "デフォルトメッセージ", "default-message": "デフォルトメッセージ",
"no-parent": "親がありません", "no-parent": "親がありません",
"have-you-seen-my-ball": "私のボールを見ましたか?", "have-you-seen-my-ball": "私のボールを見ましたか",
"pagebreak": "改ページ", "pagebreak": "改ページ",
"pages": "ページ", "pages": "ページ",
"this-plugin-may-not-be-supported-by-this-version-of-bludit": "プラグインは、このバージョンのBluditではサポートされていない可能性があります。", "this-plugin-may-not-be-supported-by-this-version-of-bludit": "プラグインは、このバージョンのBluditではサポートされていない可能性があります。",
@ -280,13 +280,13 @@
"minutes": "分", "minutes": "分",
"minute": "分", "minute": "分",
"example-page-1-slug": "create-your-own-content", "example-page-1-slug": "create-your-own-content",
"example-page-1-title": "コンテンツを作成する", "example-page-1-title": "コンテンツを作成しましょう",
"example-page-1-content": "コンテンツを書き始めたり、コンテンツを編集しましょう。コンテンツを作成、編集、削除をするには、ユーザー名 `admin` とインストール時に設定したパスワードを使用して <a href=\".\/admin\/\">管理パネル<\/a> にログインします。", "example-page-1-content": "コンテンツを書き始めたり、コンテンツを編集しましょう。コンテンツを作成、編集、削除をするには、ユーザー名 `admin` とインストール時に設定したパスワードを使用して <a href=\".\/admin\/\">管理パネル<\/a> にログインします。",
"example-page-2-slug": "set-up-your-new-site", "example-page-2-slug": "set-up-your-new-site",
"example-page-2-title": "サイトを設定する", "example-page-2-title": "サイトを設定しましょう",
"example-page-2-content": "<a href=\".\/admin\/\">管理パネル<\/a> からサイトの設定を更新しましょう。タイトルや説明、SNSの設定などが <a href=\".\/admin\/settings\"> 設定 > 一般<\/a> から変更できます。", "example-page-2-content": "<a href=\".\/admin\/\">管理パネル<\/a> からサイトの設定を更新しましょう。タイトルや説明、SNSの設定などが <a href=\".\/admin\/settings\"> 設定 > 一般<\/a> から変更できます。",
"example-page-3-slug": "follow-bludit", "example-page-3-slug": "follow-bludit",
"example-page-3-title": "Bluditをフォローする", "example-page-3-title": "Bluditをフォローしましょう",
"example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a> や <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> 、 <a href=\"https:\/\/www.youtube.com\/c\/Bluditcms\" target=\"_blank\">YouTube<\/a>のSNSをフォローするか、私たちの<a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>をご覧ください。", "example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには <a href=\"https:\/\/www.facebook.com\/bluditcms\/\" target=\"_blank\">Facebook<\/a> や <a href=\"https:\/\/www.twitter.com\/bludit\/\" target=\"_blank\">Twitter<\/a> 、 <a href=\"https:\/\/www.youtube.com\/c\/Bluditcms\" target=\"_blank\">YouTube<\/a>のSNSをフォローするか、私たちの<a href=\"https:\/\/blog.bludit.com\" target=\"_blank\">Blog<\/a>をご覧ください。",
"example-page-4-slug": "about", "example-page-4-slug": "about",
"example-page-4-title": "サイトについて", "example-page-4-title": "サイトについて",
@ -306,7 +306,7 @@
"extreme-friendly-url": "フレンドリーURL", "extreme-friendly-url": "フレンドリーURL",
"title-formats": "タイトル書式", "title-formats": "タイトル書式",
"delete-content": "コンテンツの削除", "delete-content": "コンテンツの削除",
"are-you-sure-you-want-to-delete-this-page": "このページを削除してもよろしいですか?", "are-you-sure-you-want-to-delete-this-page": "このページを削除してもよろしいですか",
"sticky": "先頭固定表示", "sticky": "先頭固定表示",
"actions": "操作", "actions": "操作",
"edit": "編集", "edit": "編集",
@ -329,7 +329,7 @@
"uncategorized": "未分類", "uncategorized": "未分類",
"done": "完了", "done": "完了",
"delete-category": "カテゴリーを削除します", "delete-category": "カテゴリーを削除します",
"are-you-sure-you-want-to-delete-this-category?": "このカテゴリを削除してもよろしいですか?", "are-you-sure-you-want-to-delete-this-category?": "このカテゴリを削除してもよろしいですか",
"confirm-new-password": "新しいパスワードの確認", "confirm-new-password": "新しいパスワードの確認",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "ニックネームは、コンテンツの投稿者を表示するテーマで使用されます。", "the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "ニックネームは、コンテンツの投稿者を表示するテーマで使用されます。",
"allow-unicode": "Unicodeを許可", "allow-unicode": "Unicodeを許可",
@ -338,8 +338,8 @@
"tag": "タグ", "tag": "タグ",
"drag-and-drop-to-sort-the-plugins": "ドラッグ・アンド・ドロップをしてプラグインを並び替えます。", "drag-and-drop-to-sort-the-plugins": "ドラッグ・アンド・ドロップをしてプラグインを並び替えます。",
"seo": "SEO", "seo": "SEO",
"documentation": "文書", "documentation": "マニュアル",
"forum-support": "フォーラムサポート", "forum-support": "掲示板サポート",
"chat-support": "チャットサポート", "chat-support": "チャットサポート",
"quick-links": "クイックリンク", "quick-links": "クイックリンク",
"leave-empty-for-autocomplete-by-bludit": "Bluditの自動補完のために空のままにしてください。", "leave-empty-for-autocomplete-by-bludit": "Bluditの自動補完のために空のままにしてください。",
@ -390,6 +390,6 @@
"author-can-write-and-edit-their-own-content": "投稿者: コンテンツを書いたり編集できます。編集者: 自分以外のコンテンツも書いたり編集できます。", "author-can-write-and-edit-their-own-content": "投稿者: コンテンツを書いたり編集できます。編集者: 自分以外のコンテンツも書いたり編集できます。",
"custom-fields": "Custom fields", "custom-fields": "Custom fields",
"define-custom-fields-for-the-content": "Define custom fields for the content. Learn more about custom fields in the <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.", "define-custom-fields-for-the-content": "Define custom fields for the content. Learn more about custom fields in the <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.", "start-typing-to-see-a-list-of-suggestions": "ここに入力すれば候補操作を表示されます。",
"view": "View" "view": "閲覧"
} }

View File

@ -3,11 +3,11 @@
"native": "Português (Portugal)", "native": "Português (Portugal)",
"english-name": "Portuguese (Portugal)", "english-name": "Portuguese (Portugal)",
"locale": "pt_PT", "locale": "pt_PT",
"last-update": "2018-06-10", "last-update": "2020-02-03",
"authors": [ "authors": [
"Jacques Schlender (@jcqSCH)", "Jacques Schlender (@jcqSCH)",
"Ricardo Pinto", "Ricardo Pinto",
"", "João Botelho (@LimonadaPT)",
"" ""
] ]
}, },
@ -55,7 +55,7 @@
"manage-categories": "Gerir categorias", "manage-categories": "Gerir categorias",
"general-settings": "Ajustes gerais", "general-settings": "Ajustes gerais",
"advanced-settings": "Ajustes avançados", "advanced-settings": "Ajustes avançados",
"thanks-for-supporting-bludit": "Agradecemos por apoiar o Bludit", "thanks-for-supporting-bludit": "Obrigado por apoiar o Bludit",
"upgrade-to-bludit-pro": "Adquirir Bludit PRO", "upgrade-to-bludit-pro": "Adquirir Bludit PRO",
"language": "Idioma", "language": "Idioma",
"plugin": "Plugin", "plugin": "Plugin",
@ -82,7 +82,7 @@
"new-category": "Nova categoria", "new-category": "Nova categoria",
"you-do-not-have-sufficient-permissions": "Não tens permissão o suficiente para submeter esta ação.", "you-do-not-have-sufficient-permissions": "Não tens permissão o suficiente para submeter esta ação.",
"add-a-new-user": "Adicionar novo utilizador", "add-a-new-user": "Adicionar novo utilizador",
"url-associated-with-the-content": "URL associada ao conteúdo.", "url-associated-with-the-content": "URL associado ao conteúdo.",
"language-and-timezone": "Idioma e fuso horário", "language-and-timezone": "Idioma e fuso horário",
"change-your-language-and-region-settings": "Ajustar o idioma e a região.", "change-your-language-and-region-settings": "Ajustar o idioma e a região.",
"notifications": "Notificações", "notifications": "Notificações",
@ -99,7 +99,7 @@
"save-as-draft": "Guardar como rascunho", "save-as-draft": "Guardar como rascunho",
"cancel": "Cancelar", "cancel": "Cancelar",
"description": "Descrição", "description": "Descrição",
"this-field-can-help-describe-the-content": "Este campo pode ajudar a descrever o conteúdo em poucas palavras. Não mais de 150 caracteres.", "this-field-can-help-describe-the-content": "Este campo ajuda a descrever o conteúdo em poucas palavras. Não mais de 150 caracteres.",
"images": "Imagens", "images": "Imagens",
"error": "Erro", "error": "Erro",
"supported-image-file-types": "Tipos de ficheiros de imagem suportados", "supported-image-file-types": "Tipos de ficheiros de imagem suportados",
@ -122,8 +122,8 @@
"date": "Data", "date": "Data",
"external-cover-image": "Imagem de capa externa", "external-cover-image": "Imagem de capa externa",
"parent": "Item superior", "parent": "Item superior",
"full-image-url": "URL completa da imagem.", "full-image-url": "URL completo da imagem.",
"this-field-is-used-when-you-order-the-content-by-position": "Este campo é utilizado quando escolhes ordenar o conteúdo por posição.", "this-field-is-used-when-you-order-the-content-by-position": "Este campo é utilizado quando se ordena o conteúdo por posição.",
"position": "Posição", "position": "Posição",
"friendly-url": "URL amigável", "friendly-url": "URL amigável",
"image-description": "Descrição da imagem", "image-description": "Descrição da imagem",
@ -138,11 +138,11 @@
"registered": "Registado", "registered": "Registado",
"site-information": "Informação do site", "site-information": "Informação do site",
"site-title": "Titulo do site", "site-title": "Titulo do site",
"use-this-field-to-name-your-site": "Use este campo para nomear o teu site. Este nome aparecerá no topo das tuas páginas.", "use-this-field-to-name-your-site": "Use este campo para nomear o teu site. Este nome aparecerá no topo das páginas.",
"site-slogan": "Slogan do site", "site-slogan": "Slogan do site",
"use-this-field-to-add-a-catchy-phrase": "Use este campo para adicionar uma frase que dê personalidade ao teu site.", "use-this-field-to-add-a-catchy-phrase": "Use este campo para adicionar uma frase que dê personalidade ao site.",
"site-description": "Descrição do site", "site-description": "Descrição do site",
"you-can-add-a-site-description-to-provide": "Sugere-se adicionar um pequeno texto que descreva os assuntos tratados em teu site.", "you-can-add-a-site-description-to-provide": "Sugere-se adicionar um pequeno texto que descreva os assuntos tratados no site.",
"footer-text": "Texto do radapé", "footer-text": "Texto do radapé",
"you-can-add-a-small-text-on-the-bottom": "Sugere-se adicionar um pequeno texto para exibir na parte debaixo do site, o qual contenha informações de copyright, proprietário, ano de fundação, local, etc.", "you-can-add-a-small-text-on-the-bottom": "Sugere-se adicionar um pequeno texto para exibir na parte debaixo do site, o qual contenha informações de copyright, proprietário, ano de fundação, local, etc.",
"social-networks-links": "Links de redes sociais", "social-networks-links": "Links de redes sociais",
@ -151,9 +151,9 @@
"sender-email": "E-mail do remetente", "sender-email": "E-mail do remetente",
"emails-will-be-sent-from-this-address": "Os e-mails serão enviados a partir deste endereço.", "emails-will-be-sent-from-this-address": "Os e-mails serão enviados a partir deste endereço.",
"url-filters": "Filtros de URL", "url-filters": "Filtros de URL",
"select-your-sites-language": "Selecione o idioma do teu site.", "select-your-sites-language": "Selecione o idioma do site.",
"timezone": "Fuso horário", "timezone": "Fuso horário",
"select-a-timezone-for-a-correct": "Selecione o fuso horário da tua região para que datas e horas sejam exibidas corretamente no teu site.", "select-a-timezone-for-a-correct": "Selecione o fuso horário da região para que datas e horas sejam exibidas corretamente no site.",
"locale": "Local", "locale": "Local",
"date-and-time-formats": "Formatos de data e hora", "date-and-time-formats": "Formatos de data e hora",
"date-format": "Formato da data", "date-format": "Formato da data",
@ -175,28 +175,28 @@
"enabled": "Activado", "enabled": "Activado",
"disable-the-user": "Desactivar o utilizador", "disable-the-user": "Desactivar o utilizador",
"profile-picture": "Foto do perfil", "profile-picture": "Foto do perfil",
"edit-or-delete-your-categories": "Editar ou apagar tuas categorias", "edit-or-delete-your-categories": "Editar ou apagar categorias",
"create-a-new-category-to-organize-your-content": "Criar nova categoria para organizar teu conteúdo", "create-a-new-category-to-organize-your-content": "Criar nova categoria para organizar o conteúdo",
"confirm-delete-this-action-cannot-be-undone": "Confirmas que vais apagar? Após proceder, esta acção não poderá ser revertida.", "confirm-delete-this-action-cannot-be-undone": "Confirme que quer apagar? Após confirmar não será possível anular esta acção.",
"do-you-want-to-disable-the-user": "Confirmas que vais desactivar o utilizador?", "do-you-want-to-disable-the-user": "Confirmas que vais desactivar o utilizador?",
"new-password": "Nova senha", "new-password": "Nova senha",
"you-can-change-this-field-when-save-the-current-changes": "Poderás alterar este campo após guardar as alterações actuais.", "you-can-change-this-field-when-save-the-current-changes": "Poderás alterar este campo após guardar as alterações actuais.",
"items-per-page": "Itens por página", "items-per-page": "Itens por página",
"invite-a-friend-to-collaborate-on-your-site": "Convidar um amigo para colaborar em teu site", "invite-a-friend-to-collaborate-on-your-site": "Convidar um amigo para colaborar no teu site",
"number-of-items-to-show-per-page": "Número de publicações a exibir em cada página.", "number-of-items-to-show-per-page": "Número de publicações a exibir em cada página.",
"website-or-blog": "Site ou Blog", "website-or-blog": "Site ou Blog",
"order-content-by": "Ordenar conteúdo por", "order-content-by": "Ordenar conteúdo por",
"edit-or-delete-content-from-your-site": "Editar ou apagar conteúdo do teu site", "edit-or-delete-content-from-your-site": "Editar ou apagar conteúdo do teu site",
"order-the-content-by-date-to-build-a-blog": "Ordene o conteúdo por data para construir um blog ou ordene o conteúdo por posição para construir um site.", "order-the-content-by-date-to-build-a-blog": "Ordene o conteúdo por data para construir um blog ou ordene o conteúdo por posição para construir um site.",
"page-not-found-content": "Poxa! Parece que a página solicitada não existe.", "page-not-found-content": "Parece que a página solicitada não existe.",
"page-not-found": "Página não encontrada", "page-not-found": "Página não encontrada",
"predefined-pages": "Páginas predefinidas", "predefined-pages": "Páginas predefinidas",
"returning-page-when-the-page-doesnt-exist": "Quando a requisição do visitante não corresponder a um item existente, será exibida esta página. Por omissão, uma mensagem de alerta é exibida.", "returning-page-when-the-page-doesnt-exist": "Quando a requisição do visitante não corresponder a um item existente, será exibida esta página. Por omissão, uma mensagem de alerta é exibida.",
"returning-page-for-the-main-page": "Quando o visitante requisitar a página principal do site, será exibida a página aqui escolhida. Por omissão, as últimas publicações são exibidas.", "returning-page-for-the-main-page": "Quando o visitante requisitar a página principal do site, será exibida a página aqui escolhida. Por omissão, as últimas publicações são exibidas.",
"full-url-of-your-site": "URL completa do teu site, contendo o protocolo HTTP ou HTTPS (apenas poderá conter HTTPS se houver SSL habilitado em teu servidor).", "full-url-of-your-site": "URL completo do teu site, contendo o protocolo HTTP ou HTTPS (apenas poderá conter HTTPS se houver SSL ligado no servidor).",
"with-the-locales-you-can-set-the-regional-user-interface": "A partir dos locais é possível definir a tradução da interface para a respectiva região do teu visitante. Para isto, os locais devem estar instalados em teu sistema.", "with-the-locales-you-can-set-the-regional-user-interface": "A partir dos locais é possível definir a tradução da interface para a respectiva região dos visitantes. Para isto, os locais devem estar instalados no sistema.",
"bludit-installer": "Instalador do Bludit", "bludit-installer": "Instalador do Bludit",
"choose-your-language": "Escolha o teu idioma", "choose-your-language": "Escolha o idioma",
"next": "Seguinte", "next": "Seguinte",
"complete-the-form-choose-a-password-for-the-username-admin": "Preencha o formulário, escolha uma senha para o utilizador inicial que será nomeado <b>< admin ><\/b>", "complete-the-form-choose-a-password-for-the-username-admin": "Preencha o formulário, escolha uma senha para o utilizador inicial que será nomeado <b>< admin ><\/b>",
"show-password": "Exibir senha", "show-password": "Exibir senha",
@ -206,7 +206,7 @@
"get-login-access-code": "Obter o código de acesso de início de sessão", "get-login-access-code": "Obter o código de acesso de início de sessão",
"email-access-code": "Código de acesso via e-mail", "email-access-code": "Código de acesso via e-mail",
"whats-next": "O que se segue", "whats-next": "O que se segue",
"username-or-password-incorrect": "Utilizador incorrecto ou então senha incorrecta", "username-or-password-incorrect": "Utilizador incorrecto ou senha incorrecta",
"follow-bludit-on": "Seguir Bludit em", "follow-bludit-on": "Seguir Bludit em",
"this-is-a-brief-description-of-yourself-our-your-site": "Neste espaço é exibida uma breve descrição do teu site ou então de ti mesmo. Para alterar este texto, vá ao Painel de Controlo, ajustes, plugins, e altere o plugin About.", "this-is-a-brief-description-of-yourself-our-your-site": "Neste espaço é exibida uma breve descrição do teu site ou então de ti mesmo. Para alterar este texto, vá ao Painel de Controlo, ajustes, plugins, e altere o plugin About.",
"new-version-available": "Nova versão disponível", "new-version-available": "Nova versão disponível",
@ -224,15 +224,15 @@
"the-changes-have-been-saved": "As alterações foram guardadas", "the-changes-have-been-saved": "As alterações foram guardadas",
"label": "Identificador", "label": "Identificador",
"links": "Links", "links": "Links",
"this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Este título quase sempre é usado na barra lateral do site.", "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "Este título é quase sempre usado na barra lateral do site.",
"password-must-be-at-least-6-characters-long": "A senha deve conter ao menos 6 caracteres", "password-must-be-at-least-6-characters-long": "A senha deve conter pelo menos 6 caracteres",
"ip-address-has-been-blocked": "O endereço IP foi bloqueado.", "ip-address-has-been-blocked": "O endereço IP foi bloqueado.",
"try-again-in-a-few-minutes": "Tente novamente em alguns minutos.", "try-again-in-a-few-minutes": "Tente novamente em alguns minutos.",
"content-published-from-scheduler": "Conteúdo publicado através de agendamento", "content-published-from-scheduler": "Conteúdo publicado através de agendamento",
"blog": "Blog", "blog": "Blog",
"complete-all-fields": "Preencha todos os campos", "complete-all-fields": "Preencha todos os campos",
"static": "Estático", "static": "Estático",
"about-your-site-or-yourself": "Descrição sobre o teu site ou então de ti mesmo", "about-your-site-or-yourself": "Descrição sobre o site ou sobre o autor",
"homepage": "Página inicial", "homepage": "Página inicial",
"disabled": "Desabilitado", "disabled": "Desabilitado",
"to-enable-the-user-you-must-set-a-new-password": "Para habilitar o utilizador, necessitas definir uma nova senha.", "to-enable-the-user-you-must-set-a-new-password": "Para habilitar o utilizador, necessitas definir uma nova senha.",
@ -270,7 +270,7 @@
"congratulations-you-have-successfully-installed-your-bludit": "Parabéns! Instalaste o Bludit com sucesso.", "congratulations-you-have-successfully-installed-your-bludit": "Parabéns! Instalaste o Bludit com sucesso.",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Há a possibilidade deste tema não ser compatível com a tua versão do Bludit", "this-theme-may-not-be-supported-by-this-version-of-bludit": "Há a possibilidade deste tema não ser compatível com a tua versão do Bludit",
"read-more": "Continuar a ler", "read-more": "Continuar a ler",
"remember-me": "Lembrar de mim", "remember-me": "Lembrar-me",
"plugins-position": "Posições dos plugins", "plugins-position": "Posições dos plugins",
"plugins-sorted": "Plugins classificados", "plugins-sorted": "Plugins classificados",
"plugins-position-changed": "As posições dos plugins foram alteradas", "plugins-position-changed": "As posições dos plugins foram alteradas",
@ -291,105 +291,105 @@
"example-page-4-slug": "sobre", "example-page-4-slug": "sobre",
"example-page-4-title": "Sobre", "example-page-4-title": "Sobre",
"example-page-4-content": "A página Sobre habitualmente é uma das páginas mais visitadas dos sites. Sugere-se inserir informações de bastante interesse do público. Assuntos como: quem é o autor do projeto, qual a equipa que compõe o site, motivações para o projeto existir, meios para contactar a equipa do site, etc.", "example-page-4-content": "A página Sobre habitualmente é uma das páginas mais visitadas dos sites. Sugere-se inserir informações de bastante interesse do público. Assuntos como: quem é o autor do projeto, qual a equipa que compõe o site, motivações para o projeto existir, meios para contactar a equipa do site, etc.",
"the-extension-zip-is-not-installed": "The extension zip is not installed, to use this plugin you need to install the extension.", "the-extension-zip-is-not-installed": "A extensão zip não está instalada, para usar este plugin é necessário instalar a extensão ZIP.",
"there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.", "there-are-no-sticky-pages-at-this-moment": "Neste momento não há páginas afixadas.",
"there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.", "there-are-no-scheduled-pages-at-this-moment": "Não há páginas agendadas neste momento",
"update": "Update", "update": "Update",
"template": "Template", "template": "Template",
"nickname": "Nickname", "nickname": "Nickname",
"disable-user": "Disable user", "disable-user": "Desactivar utilizador",
"delete-user-and-keep-content": "Delete user and keep content", "delete-user-and-keep-content": "Apagar utilizador e manter conteúdo",
"delete-user-and-delete-content": "Delete user and delete content (Warning)", "delete-user-and-delete-content": "Apagar utilizador e apagar conteúdo (Cuidado)",
"social-networks": "Social Networks", "social-networks": "Redes sociais",
"interval": "Interval", "interval": "Intervalo",
"number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.", "number-in-minutes-for-every-execution-of-autosave": "Número de minutos entre cada gravação automática (autosave).",
"extreme-friendly-url": "Extreme friendly URL", "extreme-friendly-url": "URL extremamente amigável",
"title-formats": "Title formats", "title-formats": "Formato dos títulos",
"delete-content": "Delete content", "delete-content": "Apagar conteúdo",
"are-you-sure-you-want-to-delete-this-page": "Are you sure you want to delete this page?", "are-you-sure-you-want-to-delete-this-page": "Tens a certeza que queres apagar esta página?",
"sticky": "Sticky", "sticky": "Afixado",
"actions": "Actions", "actions": "Acções",
"edit": "Edit", "edit": "Editar",
"options": "Options", "options": "Opções",
"enter-title": "Enter title", "enter-title": "Insere o título",
"media-manager": "Media Manager", "media-manager": "Media Manager",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.", "set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Define uma imagem de capa externa, como de uma CDN ou dum servidor dedicado de imagens.",
"user": "User", "user": "Utilizador",
"date-format-format": "Date format: <code>YYYY-MM-DD Hours:Minutes:Seconds<\/code>", "date-format-format": "Formato da data: <code>YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.", "start-typing-a-page-title-to-see-a-list-of-suggestions": "Começa a escrever o título duma página para ver uma lista de sugestões.",
"field-used-when-ordering-content-by-position": "Field used when ordering content by position", "field-used-when-ordering-content-by-position": "Campo usado quando se ordena o conteúdo por posição",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.", "write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Escreve o nome dum template para filtrar a página no tema e mudar o estilo da página.",
"write-the-tags-separated-by-commas": "Write the tags separated by comma.", "write-the-tags-separated-by-commas": "Escreve as tags separadas por vírgulas.",
"apply-code-noindex-code-to-this-page": "Apply <code>noindex<\/code> to this page.", "apply-code-noindex-code-to-this-page": "Aplica <code>noindex<\/code> a esta página.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.", "this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Isto diz aos motores de busca que esta página para não apresentar esta página nos seus resultados de pesquisa.",
"apply-code-nofollow-code-to-this-page": "Apply <code>nofollow<\/code> to this page.", "apply-code-nofollow-code-to-this-page": "Aplicar <code>nofollow<\/code> a esta página.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.", "this-tells-search-engines-not-to-follow-links-on-this-page": "Isto diz aos motores de busca para não seguir os links nesta página.",
"apply-code-noarchive-code-to-this-page": "Apply <code>noarchive<\/code> to this page.", "apply-code-noarchive-code-to-this-page": "Aplicar <code>noarchive<\/code> a esta página.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.", "this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Isto diz aos motores de busca que não gravem uma cópia desta página na cache.",
"uncategorized": "Uncategorized", "uncategorized": "Não categorizado",
"done": "Done", "done": "Pronto",
"delete-category": "Delete category", "delete-category": "Delete category",
"are-you-sure-you-want-to-delete-this-category?": "Are you sure you want to delete this category?", "are-you-sure-you-want-to-delete-this-category?": "Tens a certeza que queres apagar esta categoria?",
"confirm-new-password": "Confirm new password", "confirm-new-password": "Confirmar a nova senha",
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content", "the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "O nickname é usado em praticamente todos os temas para mostrar o autor do conteúdo",
"allow-unicode": "Allow Unicode", "allow-unicode": "Permitir Unicode",
"allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.", "allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Permitir caracteres Unicode no URL e nalgumas partes do sistema.",
"variables-allowed": "Variables allowed", "variables-allowed": "Variáveis permitidas",
"tag": "Tag", "tag": "Tag",
"drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.", "drag-and-drop-to-sort-the-plugins": "Arrastar (Drag and Drop) para re-ordenar os plugins.",
"seo": "SEO", "seo": "SEO",
"documentation": "Documentation", "documentation": "Documentação",
"forum-support": "Forum support", "forum-support": "Forum support",
"chat-support": "Chat support", "chat-support": "Chat support",
"quick-links": "Quick links", "quick-links": "Links rápidos",
"leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.", "leave-empty-for-autocomplete-by-bludit": "Deixar em branco para que o Bludit preencha automáticamente.",
"choose-a-password-for-the-user-admin": "Choose a password for the user <code>admin<\/code>", "choose-a-password-for-the-user-admin": "Escolhe uma password para o utilizador <code>admin<\/code>",
"access-denied": "Access denied", "access-denied": "Acesso não permitido",
"choose-images-to-upload": "Choose images to upload", "choose-images-to-upload": "Escolhe imagens para upload",
"insert": "Insert", "insert": "Inserir",
"upload": "Upload", "upload": "Upload",
"autosave": "Autosave", "autosave": "Autosave",
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button <b>Publish<\/b> or if you still working on it click on <b>Save as draft<\/b>.", "the-content-is-saved-as-a-draft-to-publish-it": "O conteúdo está gravado como rascunho. Para publicar clica no butão <b>Publicar<\/b>, ou caso ainda estejas a trabalhar no conteúdo clica em <b>Gravar como rascunho<\/b>.",
"site": "Site", "site": "Site",
"first": "First", "first": "Primeiro",
"last": "Last", "last": "Último",
"there-are-no-pages-at-this-moment": "There are no pages at this moment.", "there-are-no-pages-at-this-moment": "Não há páginas de momento.",
"there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.", "there-are-no-static-pages-at-this-moment": "Não há páginas estáticas de momento.",
"there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.", "there-are-no-draft-pages-at-this-moment": "Não há rascunhos de momento.",
"good-morning": "Good morning", "good-morning": "Bom dia",
"good-afternoon": "Good afternoon", "good-afternoon": "Boa tarde",
"good-evening": "Good evening", "good-evening": "Bom fim de tarde",
"good-night": "Good night", "good-night": "Boa noite",
"hello": "Hello", "hello": "Olá",
"there-are-no-images-for-the-page": "There are no images for the page.", "there-are-no-images-for-the-page": "Não há imagens para esta página.",
"select-cover-image": "Select cover image", "select-cover-image": "Escolhe a imagem de capa",
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.", "this-plugin-depends-on-the-following-plugins": "Este plugin depende dos seguintes plugins.",
"no-pages-found": "No pages found", "no-pages-found": "Não foi encontrada nenhuma página",
"system-updated": "System updated", "system-updated": "Sistema actualizado",
"security": "Security", "security": "Segurança",
"remove-cover-image": "Remove cover image", "remove-cover-image": "Remover imagem de capa",
"width": "Width", "width": "Largura",
"height": "Height", "height": "Altura",
"quality": "Quality", "quality": "Qualidade",
"thumbnails": "Thumbnails", "thumbnails": "Miniaturas",
"thumbnail": "Thumbnail", "thumbnail": "Miniatura",
"thumbnail-width-in-pixels": "Thumbnail width in pixels (px).", "thumbnail-width-in-pixels": "Largura da miniatura em pixels (px).",
"thumbnail-height-in-pixels": "Thumbnail height in pixels (px).", "thumbnail-height-in-pixels": "Altura da miniatura em pixels (px).",
"thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).", "thumbnail-quality-in-percentage": "Qualidade da miniatura em percentagem (%).",
"maximum-load-file-size-allowed:": "Maximum load file size allowed:", "maximum-load-file-size-allowed:": "Tamanho máximo permitido do ficheiro:",
"file-type-is-not-supported": "File type is not supported. Allowed types:", "file-type-is-not-supported": "Tipo de ficheiro não suportado. Tipos de ficheiro suportados:",
"page-content": "Page content", "page-content": "Conteúdo da página",
"markdown-parser": "Markdown parser", "markdown-parser": "Markdown parser",
"site-logo": "Site logo", "site-logo": "Logótipo do site",
"search": "Search", "search": "Procurar",
"search-plugins": "Search plugins", "search-plugins": "Procurar plugins",
"enabled-plugins": "Enabled plugins", "enabled-plugins": "Plugins activados",
"disabled-plugins": "Disabled plugins", "disabled-plugins": "Plugins desactivados",
"remove-logo": "Remove logo", "remove-logo": "Remover logótipo",
"preview": "Preview", "preview": "Prever",
"author-can-write-and-edit-their-own-content": "Author: Can write and edit their own content. Editor: Can write and edit the content of others.", "author-can-write-and-edit-their-own-content": "Autor: Pode escrever e editar os seus próprios conteúdos. Editor: Pode escrever e editar os seus próprios conteúdos e o dos outros.",
"custom-fields": "Custom fields", "custom-fields": "Campos customizados",
"define-custom-fields-for-the-content": "Define custom fields for the content. Learn more about custom fields in the <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentation<\/a>.", "define-custom-fields-for-the-content": "Define campos customizados para o teu conteúdo. Aprende mais sobre os campos customizados na <a href='https:\/\/docs.bludit.com\/en\/content\/custom-fields'>documentação official (em inglês)<\/a>.",
"start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.", "start-typing-to-see-a-list-of-suggestions": "Começa a escrever para ver uma lista de sugestões.",
"view": "View" "view": "Ver"
} }

View File

@ -1,5 +1,5 @@
/** /**
* easymde v2.8.0 * easymde v2.9.0
* Copyright Jeroen Akkerman * Copyright Jeroen Akkerman
* @link https://github.com/ionaru/easy-markdown-editor * @link https://github.com/ionaru/easy-markdown-editor
* @license MIT * @license MIT

File diff suppressed because one or more lines are too long

View File

@ -9,5 +9,7 @@
"unique-visitors-today": "Unique visitors today", "unique-visitors-today": "Unique visitors today",
"chart": "Chart", "chart": "Chart",
"table": "Table", "table": "Table",
"disk-usage" : "Disk Usage" "disk-usage" : "Disk Usage",
"show-content-stats" : "Show Content Stats",
"exclude-administrators-users" : "Exclude users with role 'Administrator'"
} }

View File

@ -9,5 +9,7 @@
"unique-visitors-today": "Unieke bezoekers vandaag", "unique-visitors-today": "Unieke bezoekers vandaag",
"chart": "Grafiek", "chart": "Grafiek",
"table": "Tabel", "table": "Tabel",
"disk-usage" : "Disk Usage" "disk-usage" : "Schijfgebruik",
"show-content-stats" : "Statistieken over inhoud weergeven",
"exclude-administrators-users" : "Gebruikers met de rol 'Beheerder' niet opnemen in statistieken"
} }