HornsAndHooves-publify_core 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +102 -0
- data/MIT-LICENSE +21 -0
- data/README.md +9 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- data/app/assets/fonts/open-sans-bold.woff +0 -0
- data/app/assets/fonts/open-sans.woff +0 -0
- data/app/assets/images/admin/loading.gif +0 -0
- data/app/assets/images/admin/typologo.gif +0 -0
- data/app/assets/images/calendar_date_select/calendar.gif +0 -0
- data/app/assets/images/close.gif +0 -0
- data/app/assets/images/closelabel.gif +0 -0
- data/app/assets/images/go.png +0 -0
- data/app/assets/images/loading.gif +0 -0
- data/app/assets/images/nextlabel.gif +0 -0
- data/app/assets/images/overlay.png +0 -0
- data/app/assets/images/powered.gif +0 -0
- data/app/assets/images/prevlabel.gif +0 -0
- data/app/assets/images/spinner-blue.gif +0 -0
- data/app/assets/images/spinner.gif +0 -0
- data/app/assets/images/thumb_blank.jpg +0 -0
- data/app/assets/javascripts/application.js +2 -0
- data/app/assets/javascripts/bootstrap/affix.js +164 -0
- data/app/assets/javascripts/bootstrap/alert.js +95 -0
- data/app/assets/javascripts/bootstrap/button.js +125 -0
- data/app/assets/javascripts/bootstrap/collapse.js +212 -0
- data/app/assets/javascripts/bootstrap/dropdown.js +165 -0
- data/app/assets/javascripts/bootstrap/modal.js +358 -0
- data/app/assets/javascripts/bootstrap/tab.js +155 -0
- data/app/assets/javascripts/bootstrap/transition.js +59 -0
- data/app/assets/javascripts/bootstrap-sprockets.js +8 -0
- data/app/assets/javascripts/cookies.js +60 -0
- data/app/assets/javascripts/datetimepicker.js +1470 -0
- data/app/assets/javascripts/lang/da_DK.js +17 -0
- data/app/assets/javascripts/lang/default.js +21 -0
- data/app/assets/javascripts/lang/en_US.js +21 -0
- data/app/assets/javascripts/lang/fr_FR.js +21 -0
- data/app/assets/javascripts/lang/nl_NL.js +21 -0
- data/app/assets/javascripts/lang/zh_TW.js +17 -0
- data/app/assets/javascripts/lightbox.js +350 -0
- data/app/assets/javascripts/observe.js +28 -0
- data/app/assets/javascripts/publify.js +11 -0
- data/app/assets/javascripts/publify_admin.js +104 -0
- data/app/assets/javascripts/quicktags.js +448 -0
- data/app/assets/javascripts/set-timeago-lang.js +3 -0
- data/app/assets/javascripts/sidebar.js +28 -0
- data/app/assets/javascripts/spinnable.js +5 -0
- data/app/assets/javascripts/tagmanager.js +481 -0
- data/app/assets/javascripts/typeahead.js +1139 -0
- data/app/assets/stylesheets/_bootstrap-compass.scss +9 -0
- data/app/assets/stylesheets/_bootstrap-mincer.scss +19 -0
- data/app/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
- data/app/assets/stylesheets/_bootstrap.scss +43 -0
- data/app/assets/stylesheets/accounts.css.scss +7 -0
- data/app/assets/stylesheets/administration_structure.css.scss +255 -0
- data/app/assets/stylesheets/bootstrap/_alerts.scss +73 -0
- data/app/assets/stylesheets/bootstrap/_button-groups.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_buttons.scss +168 -0
- data/app/assets/stylesheets/bootstrap/_close.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_code.scss +69 -0
- data/app/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
- data/app/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
- data/app/assets/stylesheets/bootstrap/_forms.scss +586 -0
- data/app/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
- data/app/assets/stylesheets/bootstrap/_grid.scss +94 -0
- data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_media.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_mixins.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
- data/app/assets/stylesheets/bootstrap/_navbar.scss +479 -0
- data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_normalize.scss +427 -0
- data/app/assets/stylesheets/bootstrap/_pagination.scss +86 -0
- data/app/assets/stylesheets/bootstrap/_panels.scss +222 -0
- data/app/assets/stylesheets/bootstrap/_print.scss +99 -0
- data/app/assets/stylesheets/bootstrap/_scaffolding.scss +160 -0
- data/app/assets/stylesheets/bootstrap/_tables.scss +234 -0
- data/app/assets/stylesheets/bootstrap/_theme.scss +224 -0
- data/app/assets/stylesheets/bootstrap/_type.scss +296 -0
- data/app/assets/stylesheets/bootstrap/_utilities.scss +55 -0
- data/app/assets/stylesheets/bootstrap/_variables.scss +654 -0
- data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
- data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +15 -0
- data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
- data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
- data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +82 -0
- data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
- data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
- data/app/assets/stylesheets/bootstrap/mixins/_image.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
- data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +20 -0
- data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
- data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +17 -0
- data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/app/assets/stylesheets/coderay.css +135 -0
- data/app/assets/stylesheets/datetimepicker.css +306 -0
- data/app/assets/stylesheets/lightbox.css +63 -0
- data/app/assets/stylesheets/publify.css.scss +9 -0
- data/app/assets/stylesheets/publify_admin.css.scss +10 -0
- data/app/assets/stylesheets/rss.css +53 -0
- data/app/assets/stylesheets/sidebar_admin.css.scss +36 -0
- data/app/assets/stylesheets/tagmanager.css +102 -0
- data/app/assets/stylesheets/user-styles.css +29 -0
- data/app/controllers/accounts_controller.rb +4 -0
- data/app/controllers/admin/base_controller.rb +27 -0
- data/app/controllers/admin/content_controller.rb +194 -0
- data/app/controllers/admin/dashboard_controller.rb +33 -0
- data/app/controllers/admin/feedback_controller.rb +160 -0
- data/app/controllers/admin/notes_controller.rb +73 -0
- data/app/controllers/admin/pages_controller.rb +73 -0
- data/app/controllers/admin/post_types_controller.rb +57 -0
- data/app/controllers/admin/profiles_controller.rb +57 -0
- data/app/controllers/admin/redirects_controller.rb +51 -0
- data/app/controllers/admin/resources_controller.rb +36 -0
- data/app/controllers/admin/seo_controller.rb +46 -0
- data/app/controllers/admin/settings_controller.rb +53 -0
- data/app/controllers/admin/sidebar_controller.rb +67 -0
- data/app/controllers/admin/tags_controller.rb +55 -0
- data/app/controllers/admin/themes_controller.rb +31 -0
- data/app/controllers/admin/users_controller.rb +67 -0
- data/app/controllers/articles_controller.rb +215 -0
- data/app/controllers/authors_controller.rb +30 -0
- data/app/controllers/base_controller.rb +43 -0
- data/app/controllers/comments_controller.rb +67 -0
- data/app/controllers/content_controller.rb +24 -0
- data/app/controllers/feedback_controller.rb +13 -0
- data/app/controllers/notes_controller.rb +35 -0
- data/app/controllers/setup_controller.rb +61 -0
- data/app/controllers/tags_controller.rb +50 -0
- data/app/controllers/text_controller.rb +7 -0
- data/app/controllers/textfilter_controller.rb +5 -0
- data/app/controllers/theme_controller.rb +63 -0
- data/app/controllers/xml_controller.rb +20 -0
- data/app/helpers/admin/base_helper.rb +87 -0
- data/app/helpers/admin/feedback_helper.rb +53 -0
- data/app/helpers/articles_helper.rb +10 -0
- data/app/helpers/authors_helper.rb +30 -0
- data/app/helpers/base_helper.rb +257 -0
- data/app/helpers/blog_helper.rb +14 -0
- data/app/helpers/xml_helper.rb +18 -0
- data/app/jobs/application_job.rb +5 -0
- data/app/mailers/notification_mailer.rb +40 -0
- data/app/models/ability.rb +53 -0
- data/app/models/archives_sidebar.rb +45 -0
- data/app/models/article/factory.rb +64 -0
- data/app/models/article.rb +308 -0
- data/app/models/blog.rb +280 -0
- data/app/models/comment.rb +57 -0
- data/app/models/config_manager.rb +83 -0
- data/app/models/content.rb +118 -0
- data/app/models/content_base.rb +88 -0
- data/app/models/feedback.rb +250 -0
- data/app/models/meta_sidebar.rb +10 -0
- data/app/models/note.rb +152 -0
- data/app/models/page.rb +42 -0
- data/app/models/page_sidebar.rb +14 -0
- data/app/models/ping.rb +5 -0
- data/app/models/post_type.rb +16 -0
- data/app/models/redirect.rb +51 -0
- data/app/models/redirection.rb +6 -0
- data/app/models/resource.rb +12 -0
- data/app/models/search_sidebar.rb +9 -0
- data/app/models/sidebar.rb +142 -0
- data/app/models/static_sidebar.rb +22 -0
- data/app/models/tag.rb +71 -0
- data/app/models/tag_sidebar.rb +30 -0
- data/app/models/text_filter.rb +141 -0
- data/app/models/trackback.rb +46 -0
- data/app/models/trigger.rb +34 -0
- data/app/models/user.rb +142 -0
- data/app/services/title_builder.rb +88 -0
- data/app/uploaders/resource_uploader.rb +63 -0
- data/app/views/accounts/confirm.html.erb +7 -0
- data/app/views/admin/content/_article_list.html.erb +26 -0
- data/app/views/admin/content/_form.html.erb +145 -0
- data/app/views/admin/content/autosave.js.erb +5 -0
- data/app/views/admin/content/edit.html.erb +3 -0
- data/app/views/admin/content/index.html.erb +48 -0
- data/app/views/admin/content/index.js.erb +1 -0
- data/app/views/admin/content/new.html.erb +3 -0
- data/app/views/admin/dashboard/_comment.html.erb +18 -0
- data/app/views/admin/dashboard/_comments.html.erb +10 -0
- data/app/views/admin/dashboard/_drafts.html.erb +25 -0
- data/app/views/admin/dashboard/_overview.html.erb +21 -0
- data/app/views/admin/dashboard/_welcome.html.erb +28 -0
- data/app/views/admin/dashboard/index.html.erb +16 -0
- data/app/views/admin/feedback/_button.html.erb +19 -0
- data/app/views/admin/feedback/_feedback.html.erb +7 -0
- data/app/views/admin/feedback/_ham.html.erb +17 -0
- data/app/views/admin/feedback/_spam.html.erb +23 -0
- data/app/views/admin/feedback/article.html.erb +69 -0
- data/app/views/admin/feedback/edit.html.erb +48 -0
- data/app/views/admin/feedback/ham.js +1 -0
- data/app/views/admin/feedback/index.html.erb +53 -0
- data/app/views/admin/feedback/spam.js +1 -0
- data/app/views/admin/migrations/show.html.erb +39 -0
- data/app/views/admin/notes/_form.html.erb +37 -0
- data/app/views/admin/notes/_header.html.erb +6 -0
- data/app/views/admin/notes/_list.html.erb +13 -0
- data/app/views/admin/notes/_note.html.erb +14 -0
- data/app/views/admin/notes/edit.html.erb +11 -0
- data/app/views/admin/notes/index.html.erb +11 -0
- data/app/views/admin/notes/show.html.erb +14 -0
- data/app/views/admin/pages/_form.html.erb +101 -0
- data/app/views/admin/pages/_pages.html.erb +21 -0
- data/app/views/admin/pages/edit.html.erb +1 -0
- data/app/views/admin/pages/index.html.erb +17 -0
- data/app/views/admin/pages/new.html.erb +1 -0
- data/app/views/admin/post_types/_index_and_form.html.erb +65 -0
- data/app/views/admin/post_types/edit.html.erb +1 -0
- data/app/views/admin/post_types/index.html.erb +1 -0
- data/app/views/admin/profiles/index.html.erb +10 -0
- data/app/views/admin/redirects/_index_and_form.html.erb +68 -0
- data/app/views/admin/redirects/edit.html.erb +1 -0
- data/app/views/admin/redirects/index.html.erb +1 -0
- data/app/views/admin/resources/index.html.erb +72 -0
- data/app/views/admin/seo/_general.html.erb +104 -0
- data/app/views/admin/seo/_permalinks.html.erb +53 -0
- data/app/views/admin/seo/_titles.html.erb +209 -0
- data/app/views/admin/seo/show.html.erb +28 -0
- data/app/views/admin/settings/display.html.erb +101 -0
- data/app/views/admin/settings/feedback.html.erb +118 -0
- data/app/views/admin/settings/index.html.erb +73 -0
- data/app/views/admin/settings/write.html.erb +69 -0
- data/app/views/admin/shared/_edit.html.erb +4 -0
- data/app/views/admin/shared/_menu.html.erb +121 -0
- data/app/views/admin/shared/_twitter_alert.html.erb +3 -0
- data/app/views/admin/sidebar/_available.html.erb +6 -0
- data/app/views/admin/sidebar/_available.json.erb +6 -0
- data/app/views/admin/sidebar/_config.html.erb +27 -0
- data/app/views/admin/sidebar/_target.html.erb +9 -0
- data/app/views/admin/sidebar/_target_sidebar.html.erb +20 -0
- data/app/views/admin/sidebar/destroy.js.erb +1 -0
- data/app/views/admin/sidebar/index.html.erb +31 -0
- data/app/views/admin/sidebar/sortable.js.erb +3 -0
- data/app/views/admin/sidebar/update.js.erb +2 -0
- data/app/views/admin/tags/_index_and_form.html.erb +59 -0
- data/app/views/admin/tags/edit.html.erb +1 -0
- data/app/views/admin/tags/index.html.erb +1 -0
- data/app/views/admin/themes/index.html.erb +27 -0
- data/app/views/admin/users/_form.html.erb +215 -0
- data/app/views/admin/users/edit.html.erb +8 -0
- data/app/views/admin/users/index.html.erb +39 -0
- data/app/views/admin/users/new.html.erb +8 -0
- data/app/views/archives_sidebar/_content.html.erb +13 -0
- data/app/views/articles/_archives_article.html.erb +9 -0
- data/app/views/articles/_article.html.erb +9 -0
- data/app/views/articles/_article_author.html.erb +4 -0
- data/app/views/articles/_article_collection.html.erb +8 -0
- data/app/views/articles/_article_content.html.erb +5 -0
- data/app/views/articles/_article_excerpt.html.erb +15 -0
- data/app/views/articles/_article_links.html.erb +12 -0
- data/app/views/articles/_comment.html.erb +1 -0
- data/app/views/articles/_comment_errors.html.erb +2 -0
- data/app/views/articles/_comment_form.html.erb +48 -0
- data/app/views/articles/_comment_list.html.erb +5 -0
- data/app/views/articles/_comment_preview.html.erb +4 -0
- data/app/views/articles/_full_article_content.html.erb +4 -0
- data/app/views/articles/_password_form.html.erb +10 -0
- data/app/views/articles/_trackback.html.erb +6 -0
- data/app/views/articles/archives.html.erb +15 -0
- data/app/views/articles/comment.js.erb +5 -0
- data/app/views/articles/comment_failed.js.erb +3 -0
- data/app/views/articles/error.html.erb +3 -0
- data/app/views/articles/feedback_atom_feed.atom.builder +10 -0
- data/app/views/articles/feedback_rss_feed.rss.builder +21 -0
- data/app/views/articles/index.html.erb +1 -0
- data/app/views/articles/index_atom_feed.atom.builder +9 -0
- data/app/views/articles/index_rss_feed.rss.builder +20 -0
- data/app/views/articles/live_search.html.erb +10 -0
- data/app/views/articles/read.html.erb +43 -0
- data/app/views/articles/search.html.erb +8 -0
- data/app/views/articles/trackback.xml.builder +7 -0
- data/app/views/articles/view_page.html.erb +3 -0
- data/app/views/authors/show.html.erb +30 -0
- data/app/views/authors/show_atom_feed.atom.builder +9 -0
- data/app/views/authors/show_rss_feed.rss.builder +20 -0
- data/app/views/comments/_comment.html.erb +17 -0
- data/app/views/comments/preview.html.erb +1 -0
- data/app/views/comments/preview.js.erb +3 -0
- data/app/views/devise/mailer/reset_password_instructions.html.erb +11 -0
- data/app/views/devise/passwords/edit.html.erb +28 -0
- data/app/views/devise/passwords/new.html.erb +20 -0
- data/app/views/devise/registrations/new.html.erb +36 -0
- data/app/views/devise/sessions/new.html.erb +32 -0
- data/app/views/devise/shared/_links.html.erb +11 -0
- data/app/views/errors/404.html.erb +2 -0
- data/app/views/feedback/index.atom.builder +9 -0
- data/app/views/feedback/index.rss.builder +20 -0
- data/app/views/layouts/accounts.html.erb +33 -0
- data/app/views/layouts/administration.html.erb +37 -0
- data/app/views/layouts/default.html.erb +33 -0
- data/app/views/layouts/editor.html.erb +17 -0
- data/app/views/meta_sidebar/_content.html.erb +8 -0
- data/app/views/notes/_note.html.erb +16 -0
- data/app/views/notes/error.html.erb +3 -0
- data/app/views/notes/index.html.erb +15 -0
- data/app/views/notes/show.html.erb +5 -0
- data/app/views/notes/show_in_reply.html.erb +18 -0
- data/app/views/notification_mailer/_mail_footer.html.erb +5 -0
- data/app/views/notification_mailer/_mail_header.html.erb +3 -0
- data/app/views/notification_mailer/article.html.erb +7 -0
- data/app/views/notification_mailer/comment.html.erb +12 -0
- data/app/views/notification_mailer/notif_user.html.erb +9 -0
- data/app/views/page_sidebar/_content.html.erb +12 -0
- data/app/views/search_sidebar/_content.html.erb +10 -0
- data/app/views/settings/done.html.erb +2 -0
- data/app/views/settings/install.html.erb +12 -0
- data/app/views/setup/index.html.erb +17 -0
- data/app/views/shared/_atom_header.atom.builder +6 -0
- data/app/views/shared/_atom_item_article.atom.builder +36 -0
- data/app/views/shared/_atom_item_comment.atom.builder +10 -0
- data/app/views/shared/_atom_item_trackback.atom.builder +10 -0
- data/app/views/shared/_flash.erb +10 -0
- data/app/views/shared/_google_analytics.html.erb +8 -0
- data/app/views/shared/_page_header.html.erb +23 -0
- data/app/views/shared/_rss_item_article.rss.builder +32 -0
- data/app/views/shared/_rss_item_comment.rss.builder +9 -0
- data/app/views/shared/_rss_item_trackback.rss.builder +9 -0
- data/app/views/sidebar/_row.html.erb +1 -0
- data/app/views/sidebar/_sidebar.html.erb +5 -0
- data/app/views/sidebar/display_plugins.html.erb +5 -0
- data/app/views/sidebar/show.html.erb +1 -0
- data/app/views/static_sidebar/_content.html.erb +2 -0
- data/app/views/tag_sidebar/_content.html.erb +10 -0
- data/app/views/tags/index.html.erb +15 -0
- data/app/views/tags/show.html.erb +1 -0
- data/app/views/theme/static_view_test.html.erb +1 -0
- data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +7 -0
- data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +6 -0
- data/app/views/xml/sitemap.googlesitemap.builder +9 -0
- data/config/i18n-tasks.yml +49 -0
- data/config/initializers/devise.rb +271 -0
- data/config/initializers/mime_types.rb +7 -0
- data/config/locales/da.yml +769 -0
- data/config/locales/de.yml +769 -0
- data/config/locales/en.yml +770 -0
- data/config/locales/es-MX.yml +769 -0
- data/config/locales/fr.yml +769 -0
- data/config/locales/he.yml +769 -0
- data/config/locales/it.yml +769 -0
- data/config/locales/ja.yml +769 -0
- data/config/locales/lt.yml +783 -0
- data/config/locales/nb-NO.yml +769 -0
- data/config/locales/nl.yml +769 -0
- data/config/locales/pl.yml +797 -0
- data/config/locales/pt-BR.yml +769 -0
- data/config/locales/ro.yml +782 -0
- data/config/locales/ru.yml +797 -0
- data/config/locales/sidebars.da.yml +20 -0
- data/config/locales/sidebars.de.yml +20 -0
- data/config/locales/sidebars.en.yml +20 -0
- data/config/locales/sidebars.es-MX.yml +20 -0
- data/config/locales/sidebars.fr.yml +20 -0
- data/config/locales/sidebars.he.yml +20 -0
- data/config/locales/sidebars.it.yml +20 -0
- data/config/locales/sidebars.ja.yml +20 -0
- data/config/locales/sidebars.lt.yml +20 -0
- data/config/locales/sidebars.nb-NO.yml +20 -0
- data/config/locales/sidebars.nl.yml +20 -0
- data/config/locales/sidebars.pl.yml +20 -0
- data/config/locales/sidebars.pt-BR.yml +20 -0
- data/config/locales/sidebars.ro.yml +20 -0
- data/config/locales/sidebars.ru.yml +20 -0
- data/config/locales/sidebars.zh-CN.yml +20 -0
- data/config/locales/sidebars.zh-TW.yml +20 -0
- data/config/locales/zh-CN.yml +768 -0
- data/config/locales/zh-TW.yml +769 -0
- data/config/routes.rb +174 -0
- data/db/migrate/113_initial_schema.rb +210 -0
- data/db/migrate/114_fixes_buggy_articles_and_notes.rb +56 -0
- data/db/migrate/115_drops_categories_for_tags.rb +37 -0
- data/db/migrate/20150207131657_add_missing_indexes.rb +23 -0
- data/db/migrate/20150807134129_simplify_redirect_relations.rb +45 -0
- data/db/migrate/20150808052637_add_blog_ids.rb +39 -0
- data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +19 -0
- data/db/migrate/20150810094754_add_blog_id_to_tags.rb +19 -0
- data/db/migrate/20160108111120_add_devise_to_users.rb +57 -0
- data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +20 -0
- data/db/migrate/20160110094906_remove_profiles_rights.rb +18 -0
- data/db/migrate/20160605103918_replace_profile_id_with_string.rb +32 -0
- data/db/migrate/20160605154632_remove_profiles.rb +31 -0
- data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +13 -0
- data/db/migrate/20160701062604_add_blog_id_to_resources.rb +32 -0
- data/db/migrate/20170528093024_move_resources_to_content.rb +9 -0
- data/db/migrate/20170528094923_move_tags_to_content.rb +10 -0
- data/db/migrate/20170528201606_remove_separate_published_flag.rb +9 -0
- data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +10 -0
- data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +9 -0
- data/db/migrate/20190208151235_add_text_filter_name_fields.rb +11 -0
- data/db/migrate/20190208152646_move_text_filter_to_name.rb +99 -0
- data/db/migrate/20190209155717_remove_text_filter_ids.rb +21 -0
- data/db/migrate/20190209160610_remove_text_filters.rb +19 -0
- data/db/seeds.rb +25 -0
- data/lib/email_notify.rb +28 -0
- data/lib/format.rb +9 -0
- data/lib/publify_core/engine.rb +31 -0
- data/lib/publify_core/lang.rb +9 -0
- data/lib/publify_core/testing_support/dns_mock.rb +15 -0
- data/lib/publify_core/testing_support/factories.rb +242 -0
- data/lib/publify_core/testing_support/feed_assertions.rb +48 -0
- data/lib/publify_core/testing_support/fixtures/exploit.svg +4 -0
- data/lib/publify_core/testing_support/fixtures/fakepng.png +1 -0
- data/lib/publify_core/testing_support/fixtures/otherfile.txt +1 -0
- data/lib/publify_core/testing_support/fixtures/testfile.png +0 -0
- data/lib/publify_core/testing_support/fixtures/testfile.txt +1 -0
- data/lib/publify_core/testing_support/upload_fixtures.rb +15 -0
- data/lib/publify_core/version.rb +5 -0
- data/lib/publify_core.rb +46 -0
- data/lib/publify_guid.rb +11 -0
- data/lib/publify_plugins.rb +77 -0
- data/lib/publify_textfilter_markdown.rb +57 -0
- data/lib/publify_textfilter_none.rb +16 -0
- data/lib/publify_textfilter_smartypants.rb +16 -0
- data/lib/publify_textfilter_textile.rb +23 -0
- data/lib/publify_textfilter_twitterfilter.rb +39 -0
- data/lib/publify_time.rb +34 -0
- data/lib/sidebar_field.rb +127 -0
- data/lib/sidebar_registry.rb +35 -0
- data/lib/spam_protection.rb +103 -0
- data/lib/tasks/i18n.rake +9 -0
- data/lib/tasks/manifest.rake +30 -0
- data/lib/tasks/publify_core_tasks.rake +6 -0
- data/lib/text_filter_plugin.rb +183 -0
- data/lib/theme.rb +72 -0
- data/lib/transforms.rb +47 -0
- data/themes/plain/about.markdown +4 -0
- data/themes/plain/javascripts/theme.js +0 -0
- data/themes/plain/preview.png +0 -0
- data/themes/plain/stylesheets/theme.css +57 -0
- metadata +1062 -0
@@ -0,0 +1,768 @@
|
|
1
|
+
---
|
2
|
+
zh-CN:
|
3
|
+
accounts:
|
4
|
+
back_to_html: "← 返回 %{place}"
|
5
|
+
back_to_login: Back to login
|
6
|
+
confirm:
|
7
|
+
admin: admin
|
8
|
+
dont_lose_the_mail_sent: Don't lose the mail sent at %{email} or you won't be able to login anymore
|
9
|
+
login: 'Login: %{login}'
|
10
|
+
proceed_to: Proceed to %{link}
|
11
|
+
success: You have successfully signed up.
|
12
|
+
create_account: 创建帐号
|
13
|
+
lost_my_password: 忘记密码
|
14
|
+
activerecord:
|
15
|
+
errors:
|
16
|
+
models:
|
17
|
+
article:
|
18
|
+
attributes:
|
19
|
+
title:
|
20
|
+
blank: can't be blank
|
21
|
+
template:
|
22
|
+
body: ''
|
23
|
+
header: ''
|
24
|
+
admin:
|
25
|
+
base:
|
26
|
+
not_allowed: Error, you are not allowed to perform this action
|
27
|
+
successfully_deleted: This %{name} was deleted successfully
|
28
|
+
content:
|
29
|
+
access_granted:
|
30
|
+
error: 错误,不允许进行此操作
|
31
|
+
article_list:
|
32
|
+
no_articles: 这儿并不存在articles。让我们开始创建它。
|
33
|
+
autosave:
|
34
|
+
success: Article was successfully saved
|
35
|
+
create:
|
36
|
+
success: 文章创建成功
|
37
|
+
form:
|
38
|
+
allow_comments: 允许评论
|
39
|
+
allow_comments_status:
|
40
|
+
disabled: disabled
|
41
|
+
enabled: enabled
|
42
|
+
allowed_comments_html: Comments are %{allow_comment}
|
43
|
+
article_type: Article type
|
44
|
+
cancel: 取消
|
45
|
+
default: Default
|
46
|
+
now: now
|
47
|
+
ok: OK
|
48
|
+
password: 密码
|
49
|
+
permalink: 固定链接
|
50
|
+
preview: Preview
|
51
|
+
protected: Protected
|
52
|
+
public: Public
|
53
|
+
publish: 发布
|
54
|
+
publish_settings: 发布设定
|
55
|
+
published: 已发表
|
56
|
+
save: 保存
|
57
|
+
save_as_draft: 保存为草稿
|
58
|
+
status: 状态
|
59
|
+
tags: 标签
|
60
|
+
tags_explanation_html: Separate tags with commas. Use double quotes (") around multi-word tags, e.g. "opera house".
|
61
|
+
title: 标题
|
62
|
+
type_your_post: Type your post
|
63
|
+
visibility: Visibility
|
64
|
+
index:
|
65
|
+
all_articles: 所有文章
|
66
|
+
drafts: 草稿
|
67
|
+
manage_articles: 文章管理
|
68
|
+
new_article: 新文章
|
69
|
+
publication_date: Publication date
|
70
|
+
publication_pending: Publication pending
|
71
|
+
published: 已发表
|
72
|
+
search: 搜索
|
73
|
+
select_an_author: Select an author
|
74
|
+
withdrawn: Withdrawn
|
75
|
+
update:
|
76
|
+
success: 文章更新成功
|
77
|
+
dashboard:
|
78
|
+
comment:
|
79
|
+
by: By
|
80
|
+
no_comments_yet: 没有任何评论
|
81
|
+
comments:
|
82
|
+
latest_comments: 最近评论
|
83
|
+
drafts:
|
84
|
+
no_drafts_yet: No drafts yet, why don't you start and write one
|
85
|
+
your_drafts: Your drafts
|
86
|
+
index:
|
87
|
+
welcome_back: 欢迎回來, %{user_name}!
|
88
|
+
overview:
|
89
|
+
change_your_blog_presentation: 修改你的博客外观
|
90
|
+
customization_explain_html: 你也可以做一些设计, %{theme_link}或%{sidebar_link}.
|
91
|
+
dashboard_explain_html: 这里給你一個快速的概览,让你知道你的博客发生什么事情了。也许你想要%{available_actions}
|
92
|
+
enable_plugins: 启动插件
|
93
|
+
help_explain_html: 如果需要帮助,%{doc_link}.
|
94
|
+
read_our_documentation: 阅读我们的文档
|
95
|
+
update_your_profile_or_change_your_password: 更新资料或者修改密码
|
96
|
+
write_a_page: 写一个页面
|
97
|
+
write_a_post: 写一篇文章
|
98
|
+
welcome:
|
99
|
+
approved_count:
|
100
|
+
one: 1 approved
|
101
|
+
other: "%{count} approved"
|
102
|
+
zero: no approved
|
103
|
+
articles_and_comments_count_since: 在你上次离开后,新增%{articles_count}篇文章和%{comments_count}个评价
|
104
|
+
articles_count:
|
105
|
+
one: 一篇文章
|
106
|
+
other: "%{count}篇文章"
|
107
|
+
zero: 没有文章
|
108
|
+
comments_count:
|
109
|
+
one: 一条评论
|
110
|
+
other: "%{count}条评论"
|
111
|
+
zero: 没有评论
|
112
|
+
content: Content
|
113
|
+
drafts_count:
|
114
|
+
one: 1 draft
|
115
|
+
other: "%{count} drafts"
|
116
|
+
zero: no draft
|
117
|
+
feedback: 回应
|
118
|
+
notes_count:
|
119
|
+
one: 1 note
|
120
|
+
other: "%{count} notes"
|
121
|
+
zero: no note
|
122
|
+
pages_count:
|
123
|
+
one: 1 page
|
124
|
+
other: "%{count} pages"
|
125
|
+
zero: no page
|
126
|
+
running_publify: 你正在使用的是Publify %{version}
|
127
|
+
spam_count:
|
128
|
+
one: 1 spam
|
129
|
+
other: "%{count} spam"
|
130
|
+
zero: no spam
|
131
|
+
today: Today
|
132
|
+
unconfirmed_count:
|
133
|
+
one: 1 unconfirmed
|
134
|
+
other: "%{count} unconfirmed"
|
135
|
+
zero: no unconfirmed
|
136
|
+
your_articles_count:
|
137
|
+
one: 1 article writen by you
|
138
|
+
other: "%{count} articles writen by you"
|
139
|
+
zero: no article writen by you
|
140
|
+
feedback:
|
141
|
+
article:
|
142
|
+
action_or_other_html: "%{first_action} 或 %{second_action}"
|
143
|
+
add_a_comment: Add a comment
|
144
|
+
author: 作者
|
145
|
+
cancel: 取消
|
146
|
+
comments_for_html: 做出评论 %{title}
|
147
|
+
email: Email
|
148
|
+
no_feedback: 这儿并不存在Feedback。让我们开始创建它。
|
149
|
+
save: 保存
|
150
|
+
select_all: Select all
|
151
|
+
url: Url
|
152
|
+
your_comment: Your comment
|
153
|
+
bulkops:
|
154
|
+
error: 未实现
|
155
|
+
success_classification: Confirmed classification of %{count} item(s)
|
156
|
+
success_deleted: 删除%{count}项
|
157
|
+
success_deleted_spam: 所有垃圾信息已经呗删除
|
158
|
+
success_mark_as_ham:
|
159
|
+
one: Marked 1 item as Ham
|
160
|
+
other: Marked %{count} items as Ham
|
161
|
+
zero: No item selected to mark as Ham
|
162
|
+
success_mark_as_spam:
|
163
|
+
one: Marked 1 item as Spam
|
164
|
+
other: 标记%{count}项为垃圾信息
|
165
|
+
zero: No item selected to mark as Spam
|
166
|
+
button:
|
167
|
+
delete_all_spam: Delete all spam
|
168
|
+
delete_checked_items: Delete Checked Items
|
169
|
+
mark_checked_items_as_ham: Mark Checked Items as Ham
|
170
|
+
mark_checked_items_as_spam: Mark Checked Items as Spam
|
171
|
+
create:
|
172
|
+
success: 评论创建成功
|
173
|
+
destroy:
|
174
|
+
error: 不存在
|
175
|
+
success: 删除
|
176
|
+
edit:
|
177
|
+
action_or_other_html: "%{first_action} 或 %{second_action}"
|
178
|
+
author: Author
|
179
|
+
cancel: Cancel
|
180
|
+
comments_for_html: Comments for %{article_link}
|
181
|
+
edit_a_comment: Edit a comment
|
182
|
+
email: Email
|
183
|
+
save: 保存
|
184
|
+
url: Url
|
185
|
+
your_comment: Your comment
|
186
|
+
ham:
|
187
|
+
by: by
|
188
|
+
created_on: 'on'
|
189
|
+
index:
|
190
|
+
all: All
|
191
|
+
feedback: 回应
|
192
|
+
ham: Ham
|
193
|
+
no_feedback: 这儿并不存在Feedback。让我们开始创建它。
|
194
|
+
presumed_ham: Presumed ham
|
195
|
+
presumed_spam: Presumed spam
|
196
|
+
select_all: Select all
|
197
|
+
spam: Spam
|
198
|
+
unapproved_comments: Unapproved comments
|
199
|
+
spam:
|
200
|
+
by: by
|
201
|
+
cancel: 取消
|
202
|
+
created_on: 'on'
|
203
|
+
this_comment_by_was_flagged_as_spam_html: This comment by %{author} was flagged as spam, %{cancel_link}?
|
204
|
+
state:
|
205
|
+
ham: Ham
|
206
|
+
just_marked_as_ham: Just Marked As Ham
|
207
|
+
just_marked_as_spam: Just Marked As Spam
|
208
|
+
just_presumed_ham: Just Presumed Ham
|
209
|
+
presumed_ham: Ham?
|
210
|
+
presumed_spam: Spam?
|
211
|
+
spam: Spam
|
212
|
+
unclassified: Unclassified
|
213
|
+
update:
|
214
|
+
success: 评论更新成功
|
215
|
+
migrations:
|
216
|
+
show:
|
217
|
+
current_database_version: 當前的資料庫版本
|
218
|
+
database_migration: 資料庫移動
|
219
|
+
information: 資訊
|
220
|
+
may_take_a_moment: 需要稍等一下
|
221
|
+
migration_pending:
|
222
|
+
one: There is one migration pending.
|
223
|
+
other: There are %{count} migrations pending.
|
224
|
+
migrations: Migrations
|
225
|
+
needed_migrations: 必要的移動
|
226
|
+
update_database_now: 現在更新資料庫
|
227
|
+
you_are_up_to_date: 你現在是最新的狀態
|
228
|
+
notes:
|
229
|
+
form:
|
230
|
+
cancel: 取消
|
231
|
+
compose_new_note: Compose new note
|
232
|
+
in_reply_to: In reply to
|
233
|
+
no_notes: 这儿并不存在Notes。让我们开始创建它。
|
234
|
+
now: Now
|
235
|
+
or: or
|
236
|
+
permanent_link: Permanent link
|
237
|
+
posse_to_twitter: POSSE to twitter
|
238
|
+
publish: 发布
|
239
|
+
publish_at: 公开
|
240
|
+
publish_settings: 发布设定
|
241
|
+
tweet_id_like: Tweet id like 123456
|
242
|
+
header:
|
243
|
+
notes: Notes
|
244
|
+
show:
|
245
|
+
action_or_other_html: "%{first_action} 或 %{second_action}"
|
246
|
+
are_you_sure: Are you sure you want to delete this note
|
247
|
+
cancel: 取消
|
248
|
+
delete: 删除
|
249
|
+
destroy_confirmation: Destroy confirmation
|
250
|
+
pages:
|
251
|
+
edit:
|
252
|
+
success: 页面更新成功
|
253
|
+
form:
|
254
|
+
article_filter: Article filter
|
255
|
+
cancel: 取消
|
256
|
+
online: 上線
|
257
|
+
permanent_link: Permanent link
|
258
|
+
publish: 发布
|
259
|
+
publish_settings: 发布设定
|
260
|
+
save: 保存
|
261
|
+
status: 状态
|
262
|
+
title: 标题
|
263
|
+
type_your_post: Type your post
|
264
|
+
index:
|
265
|
+
author: 作者
|
266
|
+
manage_pages: 管理页面
|
267
|
+
new_page: 新页面
|
268
|
+
title: 标题
|
269
|
+
new:
|
270
|
+
success: 页面创建成功
|
271
|
+
pages:
|
272
|
+
no_pages: 这儿并不存在Pages。让我们开始创建它。
|
273
|
+
post_types:
|
274
|
+
index_and_form:
|
275
|
+
cancel: 取消
|
276
|
+
default: Default
|
277
|
+
description: 说明
|
278
|
+
explain: The template name is the filename Publify will look for when calling an article of that type. It should be in your theme under views/articles/template name.html.erb
|
279
|
+
name: 名字
|
280
|
+
or: or
|
281
|
+
post_types: Post Types
|
282
|
+
publify_default_post_type: Publify default post type
|
283
|
+
save: 保存
|
284
|
+
template_name: Template name
|
285
|
+
profiles:
|
286
|
+
index:
|
287
|
+
success: 用户创建成功
|
288
|
+
your_profile: Your profile
|
289
|
+
redirects:
|
290
|
+
destroy:
|
291
|
+
success: Redirection was successfully deleted.
|
292
|
+
index_and_form:
|
293
|
+
cancel: 取消
|
294
|
+
from: From
|
295
|
+
leave_empty_to_shorten_a_link: Leave empty to shorten a link
|
296
|
+
no_redirects: 这儿并不存在Redirects。让我们开始创建它。
|
297
|
+
or: or
|
298
|
+
redirects: Redirects
|
299
|
+
save: 保存
|
300
|
+
to: To
|
301
|
+
resources:
|
302
|
+
destroy:
|
303
|
+
notice: 删除
|
304
|
+
index:
|
305
|
+
are_you_sure: 你确认?
|
306
|
+
content_type: 內容類型
|
307
|
+
date: 日期
|
308
|
+
delete: Delete
|
309
|
+
file_size: 檔案大小
|
310
|
+
filename: 檔案名稱
|
311
|
+
media_library: Media Library
|
312
|
+
medium_size: Medium size
|
313
|
+
no_resources: 这儿并不存在Media。让我们开始创建它。
|
314
|
+
original_size: Original size
|
315
|
+
right_click_for_link: 右鍵連結
|
316
|
+
thumbnail: Thumbnail
|
317
|
+
upload: 上傳
|
318
|
+
upload_a_file_to_your_site: 上傳一個檔案到你的網點
|
319
|
+
upload:
|
320
|
+
success: 文件上传
|
321
|
+
warning: No file selected
|
322
|
+
seo:
|
323
|
+
general:
|
324
|
+
custom_tracking_code: Custom tracking code
|
325
|
+
do_not_index_tags: Do not index tags
|
326
|
+
dofollow: Dofollow
|
327
|
+
explain: Here you can add anything you want to appear in your application header, such as analytics service tracking code.
|
328
|
+
explain_moderate_feedback: You may want to moderate feedback when turning this on
|
329
|
+
explain_rss_description: 'You can use the following tags: %author% (author name), %blog_url% (this blog URL), %blog_name% (this blog title) and %permalink_url% (a link to the article you want to protect)'
|
330
|
+
explain_tag_index_html: Checking this box will add <code>noindex, follow</code> meta tags in every tags page, removing them from search engines and preventing duplicate content issues
|
331
|
+
general_settings: 一般設定
|
332
|
+
google: Google
|
333
|
+
google_analytics: Google Analytics
|
334
|
+
google_webmaster_tools_validation_link: Google Webmaster Tools validation link
|
335
|
+
indexing: Indexing
|
336
|
+
meta_description: Meta description
|
337
|
+
meta_keywords: Meta keywords
|
338
|
+
robots_txt: Robots.txt
|
339
|
+
rss_description_message: RSS description message
|
340
|
+
this_will_display: This will display at the bottom of each post in the RSS feed
|
341
|
+
use_dofollow_in_comments: Use dofollow in comments
|
342
|
+
use_meta_keywords: Use meta keywords
|
343
|
+
use_rss_description: Use RSS description
|
344
|
+
permalinks:
|
345
|
+
custom: Custom
|
346
|
+
date_and_title: Date and title
|
347
|
+
explain: Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.
|
348
|
+
help_on_permalink_settings: Help on permalink settings
|
349
|
+
month_and_title: Month and title
|
350
|
+
permalink_format: Permalink format
|
351
|
+
sample: Here are some examples to get you started.
|
352
|
+
title_only: Title only
|
353
|
+
you_can_custom_your_url_structure: 'You can custom your URL structure using the following tags:'
|
354
|
+
your_article_day: your article day of publication.
|
355
|
+
your_article_month: your article month of publication.
|
356
|
+
your_article_slug_html: your article slug. <strong>Using this slug is mandatory</strong>.
|
357
|
+
your_article_year: your article year of publication.
|
358
|
+
show:
|
359
|
+
cancel: 取消
|
360
|
+
global_settings: Global settings
|
361
|
+
or: or
|
362
|
+
permalinks: Permalinks
|
363
|
+
title_settings: Title settings
|
364
|
+
update_settings: Update settings
|
365
|
+
titles:
|
366
|
+
articles: 文章
|
367
|
+
author_page: Author page
|
368
|
+
dated_archives: Dated archives
|
369
|
+
description_template: Description template
|
370
|
+
help_on_title_settings: Help on title settings
|
371
|
+
home: 首页
|
372
|
+
pages: 页数
|
373
|
+
paginated_archives: Paginated archives
|
374
|
+
replaced_by_the_archive_date: Replaced by the archive date
|
375
|
+
replaced_by_the_content_body: Replaced by the content body
|
376
|
+
replaced_with_the_article_categories: Replaced with the article categories (comma separated)
|
377
|
+
replaced_with_the_article_page_title: Replaced with the article/page title
|
378
|
+
replaced_with_the_article_tags: Replaced with the article tags (comma separated)
|
379
|
+
replaced_with_the_category_tag_name: Replaced with the category/tag name
|
380
|
+
replaced_with_the_current_date: Replaced with the current date
|
381
|
+
replaced_with_the_current_month: Replaced with the current month
|
382
|
+
replaced_with_the_current_page_number: Replaced with the current page number
|
383
|
+
replaced_with_the_current_search_phrase: Replaced with the current search phrase
|
384
|
+
replaced_with_the_current_time: Replaced with the current time
|
385
|
+
replaced_with_the_current_year: Replaced with the current year
|
386
|
+
replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
|
387
|
+
replaced_with_the_title_of_the_article_page: Replaced with the title of the article/page
|
388
|
+
search_results: Search results
|
389
|
+
short_statuses: Short statuses
|
390
|
+
short_statuses_lists: Short statuses lists
|
391
|
+
the_blog_s_name: The blog's name
|
392
|
+
the_blog_s_tagline_description: The blog's tagline / description
|
393
|
+
these_tags_can_be_included: These tags can be included in your templates and will be replaced when displaying the page.
|
394
|
+
title_template: Title template
|
395
|
+
settings:
|
396
|
+
display:
|
397
|
+
cancel: 取消
|
398
|
+
custom_url: Custom URL shortener domain
|
399
|
+
custom_url_help: If you have a custom domain for URL shortening, enter it here.
|
400
|
+
date_format: Date format
|
401
|
+
default_archives_show: articles on the archives page
|
402
|
+
default_article_show: articles on the homepage
|
403
|
+
default_feed_show: most recent articles in feed
|
404
|
+
display: Display
|
405
|
+
display_settings: Display Settings
|
406
|
+
feed_articles: Article excerpts
|
407
|
+
feed_excerpts_only: Show only article excerpts in feed
|
408
|
+
feed_settings: RSS Feed Settings
|
409
|
+
or: or
|
410
|
+
publishing_options: Publishing Options
|
411
|
+
status_main_feed: Display statuses in the main feed
|
412
|
+
statuses: Statuses
|
413
|
+
time_format: Time format
|
414
|
+
update_settings: Update settings
|
415
|
+
feedback:
|
416
|
+
askimet_key: Akismet鍵
|
417
|
+
avatars_provider: Avatars provider
|
418
|
+
cancel: 取消
|
419
|
+
captcha: Captcha
|
420
|
+
comments: 评论
|
421
|
+
comments_filter: 篩選评论
|
422
|
+
days: 日期
|
423
|
+
disable_comments_after: 在失效的评论之後
|
424
|
+
enable_comments_by_default: 預設為可以回應
|
425
|
+
enable_feedback_moderation: 適度可以反饋
|
426
|
+
enable_recaptcha: Enable reCaptcha
|
427
|
+
enable_spam_protection: 有效防止垃圾郵件
|
428
|
+
explain_feedback_moderation: 你可以設定網點範圍有限度的反饋。這麼做將不會有任何评论引用出現在你的博客,除非你使之生效
|
429
|
+
explain_reject_comments: Publify會自動回絕评论和引用,包含某些可靠的連結總數
|
430
|
+
explain_spam_protection: publify會根據張貼者IP的位址內容還有黑名單來有效防止垃圾郵件。好的防禦可以抑制垃圾郵寄
|
431
|
+
explain_spamfiltering_html: Publify隨意的使用 <a href='http://akismet.com'>Akismet</a> 篩選垃圾郵件服務。
|
432
|
+
feedback: 回应
|
433
|
+
feedback_settings: Feedback settings
|
434
|
+
max_links: 最大的連結值
|
435
|
+
none: none
|
436
|
+
or: or
|
437
|
+
remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside config/initializers/recaptcha.rb
|
438
|
+
set_to_0_to_never_disable_comments: 設定0為絕不失效的评论
|
439
|
+
set_to_0_to_never_reject_comments: 設定0回絕不回絕的评论
|
440
|
+
spam: Spam
|
441
|
+
spam_protection: 防止垃圾郵件
|
442
|
+
update_settings: Update settings
|
443
|
+
index:
|
444
|
+
allow_users_to_register: Allow users to register
|
445
|
+
blog_name: 博客名稱
|
446
|
+
blog_subtitle: 副標題
|
447
|
+
blog_url: 博客URL
|
448
|
+
cancel: 取消
|
449
|
+
email_address_used_to_notify: email位址使用publify發出通知
|
450
|
+
explain_allow_users_to_register_html: This will allow users to register themselves as contributors, an unprivileged account level which grants them no rights beyond owning a profile on the site. If you don't want users to register, you can add them via <em>Manage users</em> under <em>Settings</em>.
|
451
|
+
general_settings: 一般設定
|
452
|
+
items_to_display_in_admin_lists: Items to display in admin lists
|
453
|
+
language: 言語
|
454
|
+
or: or
|
455
|
+
source_email: 原始email
|
456
|
+
update_settings: Update settings
|
457
|
+
users: 使用者
|
458
|
+
your_blog: 你的博客
|
459
|
+
update:
|
460
|
+
error: 'Error: %{messages}'
|
461
|
+
success: 更新配置
|
462
|
+
write:
|
463
|
+
avatar_size: Avatar size
|
464
|
+
cancel: 取消
|
465
|
+
display: 顯示
|
466
|
+
example: 舉例
|
467
|
+
image_medium_size: Image medium size
|
468
|
+
image_thumbnail_size: Image thumbnail size
|
469
|
+
latitude_longitude: 緯度,經度
|
470
|
+
media: Media
|
471
|
+
or: or
|
472
|
+
publish: 发布
|
473
|
+
publish_on_twitter: Publish on Twitter
|
474
|
+
twitter_consumer_key: Twitter consumer key
|
475
|
+
twitter_consumer_secret: Twitter consumer secret
|
476
|
+
update_settings: Update settings
|
477
|
+
write: 寫入
|
478
|
+
your_geoloc: 你的緯度、經度
|
479
|
+
shared:
|
480
|
+
destroy:
|
481
|
+
are_you_sure: Are you sure you want to delete this %{element}?
|
482
|
+
menu:
|
483
|
+
all_articles: 所有文章
|
484
|
+
all_pages: All pages
|
485
|
+
article_types: Article types
|
486
|
+
articles: Articles
|
487
|
+
choose_theme: Choose theme
|
488
|
+
customize_sidebar: Customize sidebar
|
489
|
+
design: Design
|
490
|
+
display: Display
|
491
|
+
documentation: Documentation
|
492
|
+
feedback: Feedback
|
493
|
+
general_settings: General settings
|
494
|
+
global_seo_settings: Global SEO settings
|
495
|
+
in_page_plugins: In page plugins
|
496
|
+
logged_in_as: Logged in as %{login}
|
497
|
+
logout_html: 登出 »
|
498
|
+
manage_users: Manage Users
|
499
|
+
media_library: Media Library
|
500
|
+
new: New
|
501
|
+
new_article: 新文章
|
502
|
+
new_media: New Media
|
503
|
+
new_note: New Note
|
504
|
+
new_page: 新页面
|
505
|
+
notes: Notes
|
506
|
+
pages: Pages
|
507
|
+
permalinks: Permalinks
|
508
|
+
profile: Profile
|
509
|
+
redirects: Redirects
|
510
|
+
report_a_bug: Report a bug
|
511
|
+
seo: SEO
|
512
|
+
settings: Settings
|
513
|
+
sidebar_plugins: Sidebar plugins
|
514
|
+
tags: Tags
|
515
|
+
titles: Titles
|
516
|
+
write: Write
|
517
|
+
twitter_alert:
|
518
|
+
fill_the_twitter_credentials: fill in the OAuth credentials
|
519
|
+
how_to_setup_twitter_html: If you want to push short statuses on Twitter, you need to %{twitter_settings_link} Twitter gave you after you %{twitter_registration_link}.
|
520
|
+
registered_your_application: registered your application
|
521
|
+
sidebar:
|
522
|
+
config:
|
523
|
+
active_sidebar_items: 有效的側邊欄項目
|
524
|
+
available_items: 可用的項目
|
525
|
+
you_have_no_plugins_installed: You have no plugins installed
|
526
|
+
index:
|
527
|
+
cancel: 取消
|
528
|
+
download_more_plugins_html: You can download and install sidebar plugins from our official <a href='https://github.com/fdv/publify/wiki/Sidebar-plugins'>plugin repository</a>. All you have to do is upload the theme directory in your vendor/plugins directory.
|
529
|
+
explain_how_its_works: 在這個博客顯示拖曳改變的sidebar選項。從sidebar選項移除會立即存檔,但是不會執行直到你輸入<公開>鍵
|
530
|
+
or: or
|
531
|
+
publish_changes: 公開變更
|
532
|
+
sidebar: Sidebar
|
533
|
+
target:
|
534
|
+
drag_some_plugins_here: 拖曳一些plugins填滿你的sidebar
|
535
|
+
tags:
|
536
|
+
edit:
|
537
|
+
success: Tag已经更新
|
538
|
+
index_and_form:
|
539
|
+
cancel: 取消
|
540
|
+
display_name: 暱稱
|
541
|
+
manage_tags: Tags管理
|
542
|
+
name: 名稱
|
543
|
+
no_tags: 这儿并不存在Tags。让我们开始创建它。
|
544
|
+
or: or
|
545
|
+
save: 保存
|
546
|
+
themes:
|
547
|
+
index:
|
548
|
+
active_theme: "%{name} - 執行中主題"
|
549
|
+
choose_a_theme: 選擇主題
|
550
|
+
use_this_theme: Use this theme
|
551
|
+
switchto:
|
552
|
+
success: 主题切换成功
|
553
|
+
users:
|
554
|
+
edit:
|
555
|
+
edit_user: 修改使用者
|
556
|
+
form:
|
557
|
+
about: Biography
|
558
|
+
account_settings: Account Settings
|
559
|
+
aim: AIM screen name
|
560
|
+
article_filter: Article filter
|
561
|
+
author_page: author page
|
562
|
+
avatar: Avatar Settings
|
563
|
+
avatar_current: Current avatar
|
564
|
+
cancel: 取消
|
565
|
+
contact_explain_html: This information will be displayed on your %{link}
|
566
|
+
contact_settings: Contact Settings
|
567
|
+
display_name: Display name
|
568
|
+
email: Email
|
569
|
+
firstname: First name
|
570
|
+
jabber: Jabber ID
|
571
|
+
lastname: Last name
|
572
|
+
login: 登录
|
573
|
+
msn: MSN Messenger ID
|
574
|
+
nickname: Nickname
|
575
|
+
notification_article: when new article is posted
|
576
|
+
notification_comment: when new comment is posted
|
577
|
+
notification_email: via email
|
578
|
+
notification_settings: Notifications
|
579
|
+
notifications: Send notification messages
|
580
|
+
or: or
|
581
|
+
password: 密码
|
582
|
+
password_confirmation: 密码确认
|
583
|
+
profile: Profile
|
584
|
+
profile_settings: Profile Settings
|
585
|
+
save: 保存
|
586
|
+
twitter: Twitter username
|
587
|
+
twitter_account: Twitter username
|
588
|
+
twitter_oauth: Twitter OAuth token
|
589
|
+
twitter_oauth_secret: Twitter OAuth secret
|
590
|
+
upload: Upload your profile image
|
591
|
+
upload_file: Upload a .jpg, .png or .gif file
|
592
|
+
user_status: User Status
|
593
|
+
website: Website
|
594
|
+
yahoo: Yahoo! Messenger ID
|
595
|
+
index:
|
596
|
+
articles: 文章
|
597
|
+
comments: 评论
|
598
|
+
email: Email
|
599
|
+
login: 登录
|
600
|
+
name: 名字
|
601
|
+
new_user: 新的使用者
|
602
|
+
profile: Profile
|
603
|
+
state: State
|
604
|
+
users: 使用者
|
605
|
+
new:
|
606
|
+
add_user: Add User
|
607
|
+
success: 用户创建成功
|
608
|
+
articles:
|
609
|
+
archives:
|
610
|
+
no_articles_found: 没有找到任何文章
|
611
|
+
archives_article:
|
612
|
+
posted_in: 发表在
|
613
|
+
article_author:
|
614
|
+
posted_by: 貼上
|
615
|
+
article_excerpt:
|
616
|
+
continue_reading: Continue reading
|
617
|
+
article_links:
|
618
|
+
comments:
|
619
|
+
one: 1 comment
|
620
|
+
other: "%{count} comments"
|
621
|
+
zero: no comments
|
622
|
+
tags: Tags
|
623
|
+
trackbacks:
|
624
|
+
one: 1 trackback
|
625
|
+
other: "%{count} trackbacks"
|
626
|
+
zero: no trackbacks
|
627
|
+
comment_errors:
|
628
|
+
message: Oops, something wrong happened, the comment could not be saved.
|
629
|
+
comment_form:
|
630
|
+
comment_markup_help: 评论顯示協助
|
631
|
+
leave_url_email: leave url/email
|
632
|
+
preview_comment: 預覽评论
|
633
|
+
your_blog: 你的博客
|
634
|
+
your_email: 你的email
|
635
|
+
your_message: 你的訊息
|
636
|
+
your_name: 你的名稱
|
637
|
+
comment_preview:
|
638
|
+
is_about_to_say: 这是关于~~
|
639
|
+
index:
|
640
|
+
page: page
|
641
|
+
password_form:
|
642
|
+
submit: 提交
|
643
|
+
read:
|
644
|
+
comments: 评论
|
645
|
+
comments_are_disabled: 评论停用
|
646
|
+
edit: 修改
|
647
|
+
leave_a_response: 離開一個回應
|
648
|
+
rss_feed: 為本篇提供RSS
|
649
|
+
trackbacks: Trackbacks
|
650
|
+
trackback:
|
651
|
+
from: From
|
652
|
+
authors:
|
653
|
+
show:
|
654
|
+
aim: 'AIM:'
|
655
|
+
contact_information: Contact information
|
656
|
+
jabber: 'Jabber:'
|
657
|
+
msn: 'MSN:'
|
658
|
+
this_author_has_not_published_any_article_yet: This author has not published any article yet
|
659
|
+
twitter: 'Twitter:'
|
660
|
+
web_site: 'Web site:'
|
661
|
+
yahoo: 'Yahoo:'
|
662
|
+
comments:
|
663
|
+
comment:
|
664
|
+
said: 發言
|
665
|
+
this_comment_has_been_flagged_for_moderator_approval: 這篇评论被標示為版主所允許的。他不會在博客顯示直到版主承認他。
|
666
|
+
date:
|
667
|
+
abbr_month_names:
|
668
|
+
- Jan
|
669
|
+
- Feb
|
670
|
+
- Mar
|
671
|
+
- Apr
|
672
|
+
- May
|
673
|
+
- Jun
|
674
|
+
- Jul
|
675
|
+
- Aug
|
676
|
+
- Sep
|
677
|
+
- Oct
|
678
|
+
- Nov
|
679
|
+
- Dec
|
680
|
+
month_names:
|
681
|
+
-
|
682
|
+
- January
|
683
|
+
- February
|
684
|
+
- March
|
685
|
+
- April
|
686
|
+
- May
|
687
|
+
- June
|
688
|
+
- July
|
689
|
+
- August
|
690
|
+
- September
|
691
|
+
- October
|
692
|
+
- November
|
693
|
+
- December
|
694
|
+
devise_custom:
|
695
|
+
characters_minimum: Minimum %{min} characters
|
696
|
+
errors:
|
697
|
+
article_type_already_exist: This article type already exists
|
698
|
+
cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved for feed URLs
|
699
|
+
no_notes_found: No notes found...
|
700
|
+
no_posts_found: No posts found...
|
701
|
+
page_not_found: Page not found
|
702
|
+
permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
|
703
|
+
problem_sending_to_twitter: Oooops something went wrong!
|
704
|
+
render_sidebar: It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually
|
705
|
+
the_page_you_are_looking_for: The page you are looking for has moved or does not exist.
|
706
|
+
generic:
|
707
|
+
change: Change
|
708
|
+
save: 保存
|
709
|
+
helper:
|
710
|
+
at: at
|
711
|
+
langs:
|
712
|
+
da_DK: Danish
|
713
|
+
de_DE: German
|
714
|
+
en_US: English (US)
|
715
|
+
es_MX: Spanish (Mexican)
|
716
|
+
fr_FR: French
|
717
|
+
he_IL: Hebrew
|
718
|
+
it_IT: Italian
|
719
|
+
ja_JP: Japanese
|
720
|
+
lt_LT: Lithuanian
|
721
|
+
nb_NO: Norwegian
|
722
|
+
nl_NL: Nederland
|
723
|
+
pl_PL: Polish
|
724
|
+
pt_BR: Portuguese (Brazilian)
|
725
|
+
ro_RO: Romanian
|
726
|
+
ru_RU: Russian
|
727
|
+
zh_CN: Simple Chinese
|
728
|
+
zh_TW: Chinese
|
729
|
+
layouts:
|
730
|
+
administration:
|
731
|
+
powered_by: is proudly powered by
|
732
|
+
default:
|
733
|
+
designed_by: Designed by %{designed_by}
|
734
|
+
powered_by_html: Powered by %{powered_by}
|
735
|
+
notes:
|
736
|
+
note:
|
737
|
+
view_on_twitter: View on Twitter
|
738
|
+
notice:
|
739
|
+
note_successfully_created: Note was successfully created
|
740
|
+
profile:
|
741
|
+
admin: Publify administrator
|
742
|
+
contributor: Contributor
|
743
|
+
publisher: Blog publisher
|
744
|
+
setup:
|
745
|
+
article:
|
746
|
+
body: Welcome to Publify. This is your first article. Edit or delete it, then start blogging!
|
747
|
+
title: Hello World!
|
748
|
+
index:
|
749
|
+
blog_name: Blog name
|
750
|
+
password: 密码
|
751
|
+
welcome_to_your_blog_setup: Welcome to your blog setup
|
752
|
+
your_mail: Your email
|
753
|
+
page:
|
754
|
+
about: 关于
|
755
|
+
body: This is an example of a Publify page. You can edit this to write information about yourself or your site so readers know who you are. You can create as many pages as this one as you like and manage all of your content inside Publify.
|
756
|
+
tags:
|
757
|
+
index:
|
758
|
+
there_are_no_tags: There are no tags
|
759
|
+
time:
|
760
|
+
formats:
|
761
|
+
default: "%m/%d/%Y %H:%M"
|
762
|
+
letters_month_with_year: "%m %Y"
|
763
|
+
short: "%m/%d/%y"
|
764
|
+
with_spaces: "%d %B %y"
|
765
|
+
user:
|
766
|
+
status:
|
767
|
+
active: Active
|
768
|
+
inactive: Inactive
|