aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/cs.yml128
-rw-r--r--config/locales/de.yml128
-rw-r--r--config/locales/en.yml21
-rw-r--r--config/locales/es.yml53
-rw-r--r--config/locales/fr.yml125
-rw-r--r--config/locales/it.yml7
-rw-r--r--config/locales/nb.yml4
-rw-r--r--config/locales/nl.yml2
-rw-r--r--config/locales/pl.yml134
-rw-r--r--config/locales/pt-BR.yml15
-rw-r--r--config/locales/ru.yml125
-rw-r--r--config/locales/sk.yml128
-rw-r--r--config/locales/zh-CN.yml128
-rw-r--r--config/routes.rb8
14 files changed, 963 insertions, 43 deletions
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
new file mode 100644
index 0000000..8d8d81d
--- /dev/null
+++ b/config/locales/cs.yml
@@ -0,0 +1,128 @@
+cs:
+ plugins:
+ refinerycms_blog:
+ title: Blog
+ admin:
+ blog:
+ categories:
+ category:
+ edit: Upravit kategorii
+ delete: Smazat kategorii
+ index:
+ no_items_yet: 'Nejsou zde žádné kategorie. Klikni na "%{create}" pro přidání první.'
+ comments:
+ approved: 'Komentář od "%{author}" byl schválen.'
+ comment:
+ view_live_html: 'Zobrazit živý náhled <br/><em>(otevře nové okno)</em>'
+ read: Zobrazit komentář
+ reject: Zamítnout komentář
+ approve: Schválit
+ rejected: 'Komentář od "%{author}" byl zamítnut.'
+ index:
+ no_items_yet: 'Nejsou zde žádné %{type} komentáře.'
+ show:
+ comment: Komentář
+ blog_post: Blog článek
+ from: Odeslal
+ date: Datum
+ message: Komentář
+ details: Detaily
+ age: Věk
+ actions: Akce
+ back: Zpět na seznam komentářů
+ reject: Zamítnout komentář
+ approve: Schváliť komentář
+ posts:
+ form:
+ advanced_options: Pokročilé nastavení
+ toggle_advanced_options: Klikni pro přístup k nastavením meta tagů a menu
+ save_as_draft: Uložit jako koncept
+ published_at: Datum publikování
+ index:
+ no_items_yet: 'Nejsou žádné články na blogu. Klikni na "%{create}" pro přidání prvního.'
+ uncategorized:
+ no_items_yet: 'Nejsou žádné nekategorizované články.'
+ post:
+ view_live_html: 'Zobrazit článek <br/><em>(otevře jej v novém okně)</em>'
+ edit: Upravit článek
+ delete: Smazat článek
+ settings:
+ notification_recipients:
+ value: Poslat notifikaci pro
+ explanation: 'Vždycky když někdo přidá komentář, Refinery zašle oznámení.'
+ hint: 'Vždycky když někdo přidá komentář, Refinery ti pošle oznámení.'
+ example: "Zadej tvou emailovou adresu(y) jako například: jack@work.com, jill@office.com"
+ updated: 'Seznam příjemců notifikací "%{recipients}"'
+ submenu:
+ categories:
+ title: Kategorie
+ manage: Spravovat
+ new: Nová kategórie
+ comments:
+ title: Komentáře
+ title_with_count: 'Komentáře (%{new_count} nových)'
+ new: Nový
+ unmoderated: Nový
+ approved: Schválený
+ rejected: Zamítnutý
+ posts:
+ title: Články
+ manage: Spravovat články
+ new: Vytvořit nový článek
+ uncategorized: Nekategorizované články
+ settings:
+ title: Nastavení
+ moderation: Moderování
+ update_notified: Upravit seznam notifikovaných
+ comments: Komentáře
+ blog:
+ comment_mailer:
+ notification:
+ greeting: Ahoj
+ you_recieved_new_comment: Máš nový komentář na stránce
+ comment_starts: --- začátek komentáře ---
+ comment_ends: --- konec komentáře ---
+ from: Od
+ email: Email
+ message: Zpráva
+ closing_line: S pozdravem
+ ps: 'P.S. Všechny komentáře jsou uloženy v sekci "Blog" pod záložkou "Komentáře" v případě pokud by je bylo třeba zobrazit později.'
+ shared:
+ categories:
+ title: Kategorie
+ rss_feed:
+ title: RSS zdroj článků
+ subscribe: Přihlásit k odběru
+ posts:
+ other: Další články
+ created_at: 'Publikován %{when}'
+ read_more: Celý článek
+ comments:
+ singular: komentář
+ none: žiadne komentáře
+ archives: Archiv
+ categories:
+ show:
+ no_posts: Nejsou zde žádné články.
+ posts:
+ post:
+ filed_in: Podaný
+ comment: komentář
+ comments:
+ by: 'Odeslal %{who}'
+ time_ago: '%{time} zpět'
+ thank_you: 'Díky za komentář.'
+ thank_you_moderated: 'Děkujeme za Váš komentář. Vaše zpráva čeká na schválení a objeví se v nejbližší době.'
+ index:
+ no_blog_articles_yet: Právě nejsou žádné články na blogu. Zůstaňte naladěni.
+ show:
+ blog_home: Hlavní stránka blogu
+ comments:
+ title: Komentáře
+ add: Přidat komentář
+ other: Další články
+ filed_in: Podaný
+ submit: Odeslat komentář
+ archive:
+ blog_archive_for: 'Blog archiv pro %{date}'
+ no_blog_articles_posted: 'Nejsou žádné články publikované %{date}.'
diff --git a/config/locales/de.yml b/config/locales/de.yml
new file mode 100644
index 0000000..1209b5f
--- /dev/null
+++ b/config/locales/de.yml
@@ -0,0 +1,128 @@
+de:
+ plugins:
+ refinerycms_blog:
+ title: Blog
+ admin:
+ blog:
+ categories:
+ category:
+ edit: Diese Kategorie bearbeiten
+ delete: Diese Kategorie dauerhaft entfernen
+ index:
+ no_items_yet: 'Es sind noch keine Kategorien vorhanden. Klicken Sie auf "%{create}", um Ihre erste Kategorie hinzuzufügen.'
+ comments:
+ approved: 'Der Kommentar von "%{author}" wurde genehmigt.'
+ comment:
+ view_live: 'Diesen Kommentar live betrachten <br/><em>(öffnet sich in einem neuen Fenster)</em>'
+ read: Kommentar lesen
+ reject: Kommentar ablehnen
+ approve: Kommentar genehmigen
+ rejected: 'Der Kommentar von "%{author}" wurde abgelehnt.'
+ index:
+ no_items_yet: 'Es sind keine %{type}en Kommentare vorhanden.'
+ show:
+ comment: Kommentar
+ blog_post: Artikel
+ from: Verfasst von
+ date: Verfasst am
+ message: Kommentar
+ details: Details
+ age: Alter
+ actions: Aktionen
+ back: Zurück zu allen Kommentaren
+ reject: Kommentar ablehnen
+ approve: Kommentar genehmigen
+ posts:
+ form:
+ advanced_options: Erweiterte Optionen
+ toggle_advanced_options: 'Klicken, um auf Meta-Tag-Einstellungen und Menüoptionen zuzugreifen'
+ save_as_draft: Als Entwurf speichern
+ published_at: Veröffentlichungsdatum
+ index:
+ no_items_yet: 'Es sind noch keine Artikel vorhanden. Klicken Sie auf "%{create}", um Ihren ersten Artikel hinzuzufügen.'
+ uncategorized:
+ no_items_yet: 'Es sind keine unkategorisierten Artikel vorhanden.'
+ post:
+ view_live: 'Diesen Artikel live betrachten <br/><em>(öffnet sich in einem neuen Fenster)</em>'
+ edit: Diesen Artikel bearbeiten
+ delete: Diesen Artikel dauerhaft entfernen
+ settings:
+ notification_recipients:
+ value: Sende Benachrichtigungen an
+ explanation: 'Jedes Mal, wenn jemand einen Artikel kommentiert, sendet Refinery eine E-Mail Benachrichtigung aus, um über den neuen Kommentar zu informieren.'
+ hint: 'Refinery sendet eine E-Mail Benachrichtigung an Sie, wenn ein neuer Kommentar hinzugefügt wurde.'
+ example: 'Geben Sie Ihre E-Mail-Adresse(n) wie folgt ein: jack@work.com, jill@office.com'
+ updated: 'Empfänger für Benachrichtigungen wurden auf "%{recipients}" gesetzt'
+ submenu:
+ categories:
+ title: Kategorien
+ manage: Verwalten
+ new: Neue Kategorie anlegen
+ comments:
+ title: Kommentare
+ title_with_count: 'Kommentare (%{new_count} neu)'
+ new: Neu
+ unmoderated: Neu
+ approved: Genehmigt
+ rejected: Abgelehnt
+ posts:
+ title: Artikel
+ manage: Artikel verwalten
+ new: Neuen Artikel anlegen
+ uncategorized: Unkategorisierte Artikel
+ settings:
+ title: Einstellungen
+ moderation: Moderation
+ update_notified: Empfänger für Benachrichtigungen bearbeiten
+ comments: Kommentare
+ blog:
+ comment_mailer:
+ notification:
+ greeting: Hallo
+ you_recieved_new_comment: Auf Ihrer Website wurde soeben ein neuer Kommentar hinzugefügt.
+ comment_starts: --- Kommentar beginnt ---
+ comment_ends: --- Kommentar endet ---
+ from: Von
+ email: E-Mail
+ message: Nachricht
+ closing_line: Mit besten Grüßen
+ ps: 'P.S. Alle Kommentare sind im "Blog" Abschnitt von Refinery - im Untermenü "Kommentare" - gespeichert, falls Sie diese später dort lesen möchten.'
+ shared:
+ categories:
+ title: Kategorien
+ rss_feed:
+ title: RSS Feed
+ subscribe: Abonnieren
+ posts:
+ other: Andere Artikel
+ created_at: 'Verfasst am %{when}'
+ read_more: Mehr lesen
+ comments:
+ singular: Kommentar
+ none: Keine Kommentare
+ archives: Archiv
+ categories:
+ show:
+ no_posts: Es sind noch keine Artikel vorhanden.
+ posts:
+ post:
+ filed_in: Gespeichert unter
+ comment: Kommentar
+ comments:
+ by: 'Verfasst von %{who}'
+ time_ago: 'vor %{time}'
+ thank_you: 'Danke für den Kommentar.'
+ thank_you_moderated: 'Danke für den Kommentar. Die Nachricht wurde in die Warteschlange der Moderation gestellt und erscheint in Kürze.'
+ index:
+ no_blog_articles_yet: Es wurden noch keine Artikel verfasst.
+ show:
+ blog_home: Blog Startseite
+ comments:
+ title: Kommentare
+ add: Neuen Kommentar hinzufügen
+ other: Andere Artikel
+ filed_in: Gespeichert unter
+ submit: Kommentar senden
+ archive:
+ blog_archive_for: 'Blog Archiv für %{date}'
+ no_blog_articles_posted: 'Für %{date} wurden keine Artikel verfasst.'
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 7a6e49a..f5b5461 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -13,7 +13,7 @@ en:
comments:
approved: 'The comment from "%{author}" has been approved.'
comment:
- view_live_html: View this comment live <br/><em>(opens in a new window)</em>
+ view_live_html: 'View this comment live <br/><em>(opens in a new window)</em>'
read: Read this comment
reject: Reject this comment
approve: Approve this comment
@@ -40,8 +40,10 @@ en:
published_at: Publish Date
index:
no_items_yet: 'There are no Blog Posts yet. Click "%{create}" to add your first blog post.'
+ uncategorized:
+ no_items_yet: 'There are no Uncategorized Blog Posts.'
post:
- view_live_html: View this blog post live <br/><em>(opens in a new window)</em>
+ view_live_html: 'View this blog post live <br/><em>(opens in a new window)</em>'
edit: Edit this blog post
delete: Remove this blog post forever
settings:
@@ -67,10 +69,12 @@ en:
title: Posts
manage: Manage posts
new: Create new post
+ uncategorized: Uncategorized posts
settings:
title: Settings
moderation: Moderation
update_notified: Update who gets notified
+ comments: Comments
blog:
comment_mailer:
notification:
@@ -82,7 +86,7 @@ en:
email: Email
message: Message
closing_line: Kind Regards
- ps: P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it later there.
+ ps: 'P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it later there.'
shared:
categories:
title: Categories
@@ -97,10 +101,14 @@ en:
singular: comment
none: no comments
archives: Archives
+ tags:
+ title: "Tags"
categories:
show:
no_posts: There are no posts here yet.
posts:
+ post:
+ filed_in: Filed in
comment: comment
comments:
by: 'Posted by %{who}'
@@ -116,7 +124,10 @@ en:
add: Make a Comment
other: Other Blog Posts
filed_in: Filed in
+ tagged: Tagged
submit: Send comment
+ tagged:
+ no_blog_articles_yet: There are no blog articles posted yet. Stay tuned.
archive:
- blog_archive_for: Blog Archive for %{date}
- no_blog_articles_posted: There are no blog articles posted for %{date}. Stay tuned.
+ blog_archive_for: 'Blog Archive for %{date}'
+ no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 10b533c..bd9c383 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -9,17 +9,17 @@ es:
edit: Editar esta categoría
delete: Borrar esta categoría para siempre
index:
- no_items_yet: Todavía no hay categorías. Haz click en "%{create}" para añadir la primera.
+ no_items_yet: 'Todavía no hay categorías. Haz click en "%{create}" para añadir la primera.'
comments:
- approved: El comentario de "%{author}" ha sido aprobado.
+ approved: 'El comentario de "%{author}" ha sido aprobado.'
comment:
- view_live_html:Ver este comentario<br/><em>(se abrirá en una ventana nueva)</em>
+ view_live_html: 'Ver este comentario<br/><em>(se abrirá en una ventana nueva)</em>'
read: Leer este comentario
reject: Rechazar este comentario
approve: Aprovar este comentario
- rejected: El comentario de "%{author}" ha sido rechazado.
+ rejected: 'El comentario de "%{author}" ha sido rechazado.'
index:
- no_items_yet: No hay comentarios %{type}.
+ no_items_yet: 'No hay comentarios %{type}.'
show:
comment: Comentario
blog_post: Entrada en el Blog
@@ -39,18 +39,20 @@ es:
save_as_draft: Guardar Borrador
published_at: Fecha de publicación
index:
- no_items_yet: Aún no hay entradas en el Blog. Haz click en "%{create}" para añadir el primero
+ no_items_yet: 'Aún no hay entradas en el Blog. Haz click en "%{create}" para añadir el primero'
+ uncategorized:
+ no_items_yet: 'No hay entradas en el Blog sin categoría.'
post:
- view_live_html: Ver entrada <br/><em>(se abrirá en una ventana nueva)</em>
+ view_live_html: 'Ver entrada <br/><em>(se abrirá en una ventana nueva)</em>'
edit: Editar esta entrada
delete: Eliminar esta entrada para siempre
settings:
notification_recipients:
value: Enviar notificaciones a
- explanation: Cada vez que alguien comente en una entrada, Refinery envia un email para avisar de que hay un nuevo comentario.
- hint: Refinery te avisará con un email cada vez que haya un nuevo comentario en tu Blog.
+ explanation: 'Cada vez que alguien comente en una entrada, Refinery envia un email para avisar de que hay un nuevo comentario.'
+ hint: 'Refinery te avisará con un email cada vez que haya un nuevo comentario en tu Blog.'
example: 'Si deseas que las notificaciones lleguen a más de una cuenta, puedes usar comas para separarlas (pepe@direccionpersonal.com, jose@direccionlaboral.com, ...)'
- updated: Las notifiaciones han sido enviadas a "%{recipients}"
+ updated: 'Las notifiaciones han sido enviadas a "%{recipients}"'
submenu:
categories:
title: Categorías
@@ -58,7 +60,7 @@ es:
new: Añadir categoría
comments:
title: Comentarios
- title_with_count: Comentarios (%{new_count} nuevos)
+ title_with_count: 'Comentarios (%{new_count} nuevos)'
new: Nuevo
unmoderated: Nuevos
approved: Aprobados
@@ -67,10 +69,12 @@ es:
title: Entradas
manage: Gestionar entradas
new: Crear nueva entrada
+ uncategorized: Entradas sin categoría
settings:
title: Configuración
moderation: Moderación
- update_notified: ¿Quién recibe las notificaciones?
+ update_notified: '¿Quién recibe las notificaciones?'
+ comments: Comentarios
blog:
comment_mailer:
notification:
@@ -82,7 +86,7 @@ es:
email: Email
message: Mensaje
closing_line: Saludos
- ps: P.D. Recuerda que puedes ver todos los comentarios en el apartado "Comentarios" dentro de la sección "Blog".
+ ps: 'P.D. Recuerda que puedes ver todos los comentarios en el apartado "Comentarios" dentro de la sección "Blog".'
shared:
categories:
title: Categorías
@@ -91,31 +95,34 @@ es:
subscribe: Suscribirse
posts:
other: Otras entradas
- created_at: Enviado hace %{when}
+ created_at: 'Enviado hace %{when}'
read_more: Leer más
comments:
singular: comentario
none: no hay comentarios
+ archives: Archivos
categories:
show:
no_posts: Todavía no hay entradas.
posts:
+ post:
+ filed_in: Archivado en
comment: comentario
comments:
- by: Enviado por %{who}
- time_ago: Hace %{time}
+ by: 'Enviado por %{who}'
+ time_ago: 'Hace %{time}'
thank_you: Gracias por tu comentario.
- thank_you_moderated: Gracias por tu comentario. Ha sido enviado a la cola de moderación y, si lo aprobamos, aparecerá dentro de poco.
+ thank_you_moderated: 'Gracias por tu comentario. Ha sido enviado a la cola de moderación y, si lo aprobamos, aparecerá dentro de poco.'
index:
- no_blog_articles_yet: Todavía no hay artículos. ¡Pero vuelve pronto!
+ no_blog_articles_yet: 'Todavía no hay artículos. ¡Pero vuelve pronto!'
show:
- blog_home: Página principal del Blog
+ blog_home: 'Página principal del Blog'
comments:
title: Comentarios
- add: Envía tu comentario
+ add: 'Envía tu comentario'
other: Otros posts
- filed_in: Envía en
+ filed_in: Archivado en
submit: Enviar comentario
archive:
- blog_archive_for: Archivo del blog en %{date}
- no_blog_articles_posted: No hay entradas publicadas en %{date}.
+ blog_archive_for: 'Archivo del blog en %{date}'
+ no_blog_articles_posted: 'No hay entradas publicadas en %{date}.'
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
new file mode 100644
index 0000000..c71a01f
--- /dev/null
+++ b/config/locales/fr.yml
@@ -0,0 +1,125 @@
+fr:
+ plugins:
+ refinerycms_blog:
+ title: Blog
+ admin:
+ blog:
+ categories:
+ category:
+ edit: Modifier cette catégorie
+ delete: Supprimer cett catégorie
+ index:
+ no_items_yet: 'Il n''y a aucune catégorie pour le moment. Cliquez sur "%{create}" pour ajouter votre première catégorie.'
+ comments:
+ approved: 'Le commentaire de "%{author}" a été approuvé.'
+ comment:
+ view_live_html: 'Voir ce commentaire <br/><em>(Ouvre une nouvelle fenêtre)</em>'
+ read: Lire ce commentaire
+ reject: Rejeter ce commentaire
+ approve: Approuver ce commentaire
+ rejected: 'Le commentaire de "%{author}" a été rejeté.'
+ index:
+ no_items_yet: 'Il n''y aucun %{type} de commentaires.'
+ show:
+ comment: Commenter
+ blog_post: Article
+ from: Écrit par
+ date: Écrit le
+ message: Commentaire
+ details: Détails
+ age: Âge
+ actions: Actions
+ back: Retour à la liste des commentaires
+ reject: Rejeter ce commentaire
+ approve: Approuver ce commentaire
+ posts:
+ form:
+ advanced_options: Options avancées
+ toggle_advanced_options: Cliquez ici pour accéder aux paramêtres des meta-tags et au menu des options
+ save_as_draft: Enregistrer comme Brouillon
+ published_at: Date de publication
+ index:
+ no_items_yet: 'Il n''y a aucun article pour l''instant. Cliquez sur "%{create}" pour ajouter votre premier article.'
+ post:
+ view_live_html: 'Voir cet article sur le site<br/><em>(Ouvre une nouvelle fenêtre)</em>'
+ edit: Modifier cet article
+ delete: Supprimer cet article
+ settings:
+ notification_recipients:
+ value: Envoyer les notifications à
+ explanation: 'Chaque fois que quelqu''un écrit un commentaire sur un article, Refinery envoie un e-mail pour prévenir qu''il y a un nouveau commentaire.'
+ hint: 'Quand un nouveau commentaire est ajouté, Refinery vous enverra un e-mail de notifications.'
+ example: "Entrez une/des adresse(s) e-mail comme : jack@work.com, jill@office.com"
+ updated: 'Les destinataires des notifications sont définis : "%{recipients}"'
+ submenu:
+ categories:
+ title: Catégories
+ manage: Gérer
+ new: Créer une nouvelle catégorie
+ comments:
+ title: Commentaires
+ title_with_count: 'Commentaires (%{new_count} nouveau(x))'
+ new: Nouveau
+ unmoderated: Nouveau
+ approved: Approuvé
+ rejected: Rejeté
+ posts:
+ title: Articles
+ manage: Gérer les articles
+ new: Créer un nouvel article
+ settings:
+ title: Paramêtres
+ moderation: Modération
+ update_notified: Mettre à jour les personnes à notifier
+ comments: Commentaires
+ blog:
+ comment_mailer:
+ notification:
+ greeting: Bonjour
+ you_recieved_new_comment: Il y a un nouveau commentaire sur le blog.
+ comment_starts: --- comment starts ---
+ comment_ends: --- comment ends ---
+ from: De
+ email: Email
+ message: Message
+ closing_line: Cordialement
+ ps: P.S. Tous les commentaires sont stockés dans la section "Blog" de Refinery dans le menu "Commentaires" si vous voulez les revoir plus tard.
+ shared:
+ categories:
+ title: Catégories
+ rss_feed:
+ title: RSS Feed
+ subscribe: Souscrire
+ posts:
+ other: Autres articles
+ created_at: 'Écrit le %{when}'
+ read_more: Lire la suite
+ comments:
+ singular: commentaire
+ none: aucun commentaire
+ archives: Archives
+ categories:
+ show:
+ no_posts: 'Il n''y a aucun article pour cette catégorie.'
+ posts:
+ post:
+ filed_in: Classé dans
+ comment: commentaire
+ comments:
+ by: 'Écrit par %{who}'
+ time_ago: 'il y a %{time} '
+ thank_you: 'Merci pour votre commentaire.'
+ thank_you_moderated: 'Merci pour votre commentaire. Votre message a été placé en attente de validation et apparaitra bientôt.'
+ index:
+ no_blog_articles_yet: "Il n'y a aucun article pour l'instant. Restez en alerte."
+ show:
+ blog_home: Accueil du blog
+ comments:
+ title: Commentaires
+ add: Ajouter un commentaire
+ other: Autres articles
+ filed_in: Classé dans
+ submit: Envoyer le commentaire
+ archive:
+ blog_archive_for: 'Archive du blog pour le %{date}'
+ no_blog_articles_posted: "Il n'y a aucun article pour la date du %{date}. Restez à l'écoute."
diff --git a/config/locales/it.yml b/config/locales/it.yml
index e0c9c79..24023b6 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -13,7 +13,7 @@ it:
comments:
approved: 'Il commento di "%{author}" è stato approvato.'
comment:
- view_live: Visualizza questo commento <em> <br/> live (si apre in una nuova finestra) </ em>
+ view_live: 'Visualizza questo commento <em> <br/> live (si apre in una nuova finestra) </em>'
read: Leggi questo commento
reject: Rifiuta questo commento
approve: Approva questo commento
@@ -41,7 +41,7 @@ it:
index:
no_items_yet: 'Non ci sono ancora Messaggi per questo Blog. Clicca "%{create}" per aggiungere il tuo primo messaggio.'
post:
- view_live: Visualizza questo messaggio live <br/><em>(si apre in una nuova finestra)</em>
+ view_live: 'Visualizza questo messaggio live <br/><em>(si apre in una nuova finestra)</em>'
edit: Modifica questo messaggio
delete: Rimuovi questo messaggio per sempre
settings:
@@ -58,7 +58,7 @@ it:
new: Crea nuova categoria
comments:
title: Commenti
- title_with_count: 'Comment1 (%{new_count} nuovi)'
+ title_with_count: 'Commenti (%{new_count} nuovi)'
new: Nuovo
unmoderated: Nuovo
approved: Approvato
@@ -71,6 +71,7 @@ it:
title: Impostazioni
moderation: Moderazione
update_notified: Aggiornare destinatario notifica
+ comments: Commenti
blog:
shared:
categories:
diff --git a/config/locales/nb.yml b/config/locales/nb.yml
index de79479..54cb73b 100644
--- a/config/locales/nb.yml
+++ b/config/locales/nb.yml
@@ -6,9 +6,9 @@ nb:
blog:
posts:
index:
- no_items_yet: Det er ingen Blog Posts enda. Klikk på "Lag en ny Blog Posts" for å legge til din første blog posts.
+ no_items_yet: 'Det er ingen Blog Posts enda. Klikk på "Lag en ny Blog Posts" for å legge til din første blog posts.'
post:
- view_live: Vis hvordan denne blog post ser ut offentlig <br/><em>(åpner i et nytt vindu)</em>
+ view_live: 'Vis hvordan denne blog post ser ut offentlig <br/><em>(åpner i et nytt vindu)</em>'
edit: Rediger denne blog post
delete: Fjern denne blog post permanent
submenu:
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 41077ac..cb58d69 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -8,7 +8,7 @@ nl:
index:
no_items_yet: Er zijn nog geen Blog Post. Druk op 'Maak een nieuwe Blog Post' om de eerste aan te maken.
post:
- view_live: Bekijk deze blog posts op de website <br/><em>(opent een nieuw venster)</em>
+ view_live: 'Bekijk deze blog posts op de website <br/><em>(opent een nieuw venster)</em>'
edit: Bewerk deze blog post
delete: Verwijder deze blog post voor eeuwig
submenu:
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
new file mode 100644
index 0000000..5a9fe9d
--- /dev/null
+++ b/config/locales/pl.yml
@@ -0,0 +1,134 @@
+pl:
+ activerecord:
+ attributes:
+ blog_comment:
+ name: "Imię"
+ email: "Email"
+ message: "Treść"
+ plugins:
+ refinerycms_blog:
+ title: Blog
+ admin:
+ blog:
+ categories:
+ category:
+ edit: Edytuj tą kategorię
+ delete: Usuń na zawsze
+ index:
+ no_items_yet: 'W tej chwili nie ma żadnych kategorii. Kliknij "%{create}" aby dodać pierwszą.'
+ comments:
+ approved: 'Komentarz "%{author}" został zaakceptowany.'
+ comment:
+ view_live: 'Zobacz ten komentarz na żywo<br/><em>(otwiera w nowym oknie)</em>'
+ read: Pokaż ten komentarz
+ reject: Odrzuć ten komentarz
+ approve: Zaakceptuj ten komentarz
+ rejected: 'Komentarz "%{author}" został odrzucony.'
+ index:
+ no_items_yet: 'Nie ma więcej komentarzy typu "%{type}".'
+ show:
+ comment: Komentarz
+ blog_post: Post
+ from: Autor
+ date: Data
+ message: Komentarz
+ details: Szczegóły
+ age: Wiek
+ actions: Akcje
+ back: Powrót do listy komentarzy
+ reject: Odrzuć ten komentarz
+ approve: Zaakceptuj ten komentarz
+ posts:
+ form:
+ advanced_options: Opcje zaawansowane
+ toggle_advanced_options: 'Kliknij, aby zarządzać meta-ustawieniami'
+ save_as_draft: Zapisz jako szkic
+ published_at: Data publikacji
+ index:
+ no_items_yet: 'Na blogu nie ma jeszcze żadnych wpisów. Kliknij "%{create}" aby dodać pierwszy post.'
+ uncategorized:
+ no_items_yet: 'Brak nieskategoryzowanych wpisów na blogu.'
+ post:
+ view_live: 'Zobacz ten post na żywo<br/><em>(otwiera w nowym oknie)</em>'
+ edit: Edytuj ten post
+ delete: Usuń ten post na zawsze
+ settings:
+ notification_recipients:
+ value: Powiadomienia wysyłane do
+ explanation: 'Gdy zostanie dodany nowy komentarz, system wyśle powiadomienie przez e-mail.'
+ hint: 'Gdy zostanie dodany nowy komentarz, system wyśle powiadomienie przez e-mail.'
+ example: 'Podaj adresy e-mail oddzielone przecinkiem, np: jack@work.com, jill@office.com'
+ updated: 'Powiadomienia będą wysyłane do "%{recipients}"'
+ submenu:
+ categories:
+ title: Kategorie
+ manage: Zarządzaj kategoriami
+ new: Dodaj nową kategorię
+ comments:
+ title: Komentarze
+ title_with_count: 'Komentarze (%{new_count} nowych)'
+ new: Nowe
+ unmoderated: Nowe
+ approved: Zaakceptowane
+ rejected: Odrzucone
+ posts:
+ title: Posty
+ manage: Zarządzaj postami
+ new: Dodaj nowy post
+ uncategorized: Posty bez kategorii
+ settings:
+ title: Ustawienia
+ moderation: Wł./wył. moderację
+ update_notified: Powiadamianie przez e-mail
+ comments: Komentarze
+ blog:
+ comment_mailer:
+ notification:
+ greeting: Witaj:)
+ you_recieved_new_comment: Właśnie otrzymałeś nowy komentarz na swojej stronie!
+ comment_starts: --- początek komentarza ---
+ comment_ends: --- koniec komentarza ---
+ from: Od
+ email: Email
+ message: Treść
+ closing_line: Pozdrawiamy
+ ps: 'P.S. Wszystkie komentarze przechowywane są w panelu zarządzania, w sekcji "Blog" i podmenu "Komentarze". '
+ shared:
+ categories:
+ title: Kategorie
+ rss_feed:
+ title: RSS Feed
+ subscribe: Sukskrybuj
+ posts:
+ other: Pozostałe posty
+ created_at: 'Data: %{when}'
+ read_more: Więcej
+ comments:
+ singular: komentarz
+ none: brak komentarzy
+ archives: Archiwum
+ categories:
+ show:
+ no_posts: Nie ma jeszcze żadnych postów.
+ posts:
+ post:
+ filed_in: 'kategorie:'
+ comment: komentarz
+ comments:
+ by: 'Autor: %{who}'
+ time_ago: '%{time} temu'
+ thank_you: 'Dziękujemy za Twój komentarz.'
+ thank_you_moderated: 'Dziękujemy za Twój komentarz. Został on przekazany do moderacji i niedługo pojawi się na stronie.'
+ index:
+ no_blog_articles_yet: W tej chwili nie ma jeszcze żadnych postów. Cierpliwości:)
+ show:
+ blog_home: Blog
+ comments:
+ title: Komentarze
+ add: Dodaj komentarz
+ other: Pozostałe wpisy
+ filed_in: 'kategorie:'
+ submit: Dodaj komentarz
+ archive:
+ blog_archive_for: 'Archiwum dla %{date}'
+ no_blog_articles_posted: 'Brak wpisów dla daty %{date}.'
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index f2e2fdc..706f34c 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -13,7 +13,7 @@ pt-BR:
comments:
approved: 'O comentário de "%{author}" foi aprovado.'
comment:
- view_live_html: Ver este comentário <br/><em>(será aberto em outra janela)</em>
+ view_live_html: 'Ver este comentário <br/><em>(será aberto em outra janela)</em>'
read: Ler este comentário
reject: Rejeitar este comentário
approve: Aprovar este comentário
@@ -43,7 +43,7 @@ pt-BR:
uncategorized:
no_items_yet: 'Ainda não há posts sem categoria.'
post:
- view_live_html: Ver este comentário <br/><em>(será aberto em outra janela)</em>
+ view_live_html: 'Ver este comentário <br/><em>(será aberto em outra janela)</em>'
edit: Editar este post
delete: Remover esse post para sempre
settings:
@@ -51,7 +51,7 @@ pt-BR:
value: Enviar notificações para
explanation: 'Cada vez que alguém comenta em um post no blog, é enviado um e-mail para informar que há um novo comentário.'
hint: 'Quando um novo comentário é adicionado, será enviado uma notificação por e-mail para você.'
- example: "Entre com o(s) seu(s) endereço(s) de email, como: jack@work.com, jill@office.com"
+ example: 'Entre com o(s) seu(s) endereço(s) de email, como: jack@work.com, jill@office.com'
updated: 'As notificações foram enviadas para "%{recipients}"'
submenu:
categories:
@@ -74,6 +74,7 @@ pt-BR:
title: Configurações
moderation: Moderação
update_notified: Quem receberá a notificação?
+ comments: Comentários
blog:
comment_mailer:
notification:
@@ -85,7 +86,7 @@ pt-BR:
email: Email
message: Mensagem
closing_line: Atenciosamente
- ps: P.S. Lembre-se que você pode ver todos os comentários em "Comentários" dentro da seção "Blog".
+ ps: 'P.S. Lembre-se que você pode ver todos os comentários em "Comentários" dentro da seção "Blog".'
shared:
categories:
title: Categorias
@@ -121,7 +122,7 @@ pt-BR:
filed_in: Arquivado em
submit: Enviar comentário
archive:
- blog_archive_for: Arquivo do blog em %{date}
- no_blog_articles_posted: Não há arquivos do blog em %{date}.
- post:
+ blog_archive_for: 'Arquivo do blog em %{date}'
+ no_blog_articles_posted: 'Não há arquivos do blog em %{date}.'
+ post:
filed_in: Arquivado em
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
new file mode 100644
index 0000000..98b22fc
--- /dev/null
+++ b/config/locales/ru.yml
@@ -0,0 +1,125 @@
+ru:
+ plugins:
+ refinerycms_blog:
+ title: Блог
+ admin:
+ blog:
+ categories:
+ category:
+ edit: Редактировать эту категорию
+ delete: Удалить эту категорию навсегда
+ index:
+ no_items_yet: 'Категории пока не созданы. Нажмите "%{create}", чтобы добавить вашу первую категорию.'
+ comments:
+ approved: 'Комментарий от "%{author}" был опубликован.'
+ comment:
+ view_live_html: Посмотреть комментарий на сайте <br/><em>(откроется в новом окне)</em>
+ read: Прочитать комментарий
+ reject: Отклонить комментарий
+ approve: Принять комментарий
+ rejected: 'Комментарий от "%{author}" был отклонен.'
+ index:
+ no_items_yet: '%{type} комментарии: отсутствуют.'
+ show:
+ comment: Комментарий
+ blog_post: Запись в блоге
+ from: Опубликовал
+ date: Опубликовано
+ message: Комментарий
+ details: Детали
+ age: Возраст
+ actions: Действия
+ back: Вернуться к списку комментариев
+ reject: Отклонить этот комментарий
+ approve: Принять этот комментарий
+ posts:
+ form:
+ advanced_options: Дополнительные настройки
+ toggle_advanced_options: 'Нажмите, чтобы получить доступ к настройкам мета-тегов и меню'
+ save_as_draft: Сохранить как черновик
+ published_at: Дата публикации
+ index:
+ no_items_yet: 'Записи в блоге отстутствуют. Нажмите "%{create}", чтобы добавить первую запись.'
+ post:
+ view_live_html: Посмотреть запись на сайте <br/><em>(откроется в новом окне)</em>
+ edit: Редактировать запись
+ delete: Удалить запись
+ settings:
+ notification_recipients:
+ value: Отправлять уведомления
+ explanation: 'При появлении новых комментариев Refinery пришлет уведомление на email.'
+ hint: 'При появлении новых комментариев Refinery пришлет уведомление на email.'
+ example: "Введите адреса эл. почты, например: jack@work.com, jill@office.com"
+ updated: 'Получателем уведомлений является "%{recipients}"'
+ submenu:
+ categories:
+ title: Категории
+ manage: Редактировать категории
+ new: Создать новую категорию
+ comments:
+ title: Комментарии
+ title_with_count: 'Комментарии (%{new_count} новых)'
+ new: Новые
+ unmoderated: Новые
+ approved: Принятые
+ rejected: Отклоненные
+ posts:
+ title: Записи
+ manage: Редактировать записи
+ new: Создать новую запись
+ settings:
+ title: Настройки
+ moderation: Модерирование
+ update_notified: Настроить уведомления
+ comments: Комментарии
+ blog:
+ comment_mailer:
+ notification:
+ greeting: Здравствуйте
+ you_recieved_new_comment: Новый комментарий опубликован на вашем сайте.
+ comment_starts: --- начало комментария ---
+ comment_ends: --- конец комментария ---
+ from: От
+ email: Эл. почта
+ message: Сообщение
+ closing_line: С уважением
+ ps: P.S. Все комментарии находятся в разделе "Блог" Refinery CMS в подменю "Комментарии".
+ shared:
+ categories:
+ title: Категории
+ rss_feed:
+ title: RSS-лента
+ subscribe: Подписаться
+ posts:
+ other: Другие записи
+ created_at: 'Опубликовано %{when}'
+ read_more: Читать дальше
+ comments:
+ singular: комментарий
+ none: нет комментариев
+ archives: Архивы
+ categories:
+ show:
+ no_posts: Записей пока нет.
+ posts:
+ post:
+ filed_in: Категория
+ comment: комментарий
+ comments:
+ by: 'Опубликовал %{who}'
+ time_ago: '%{time} назад'
+ thank_you: 'Спасибо за комментарий.'
+ thank_you_moderated: 'Спасибо за комментарий. Ваше сообщение модерируется и скоро появится на сайте.'
+ index:
+ no_blog_articles_yet: Пока ни одной записи не опубликовано. Следите за новостями.
+ show:
+ blog_home: Вернуться к списку записей
+ comments:
+ title: Комментарии
+ add: Написать комментарий
+ other: Другие записи
+ filed_in: Категория
+ submit: Отправить комментарий
+ archive:
+ blog_archive_for: 'Архив %{date}'
+ no_blog_articles_posted: 'Ни одной записи за %{date} не опубликовано. Следите за новостями.'
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
new file mode 100644
index 0000000..fea514d
--- /dev/null
+++ b/config/locales/sk.yml
@@ -0,0 +1,128 @@
+sk:
+ plugins:
+ refinerycms_blog:
+ title: Blog
+ admin:
+ blog:
+ categories:
+ category:
+ edit: Upraviť kategóriu
+ delete: Zmazať kategóriu
+ index:
+ no_items_yet: 'Niesu tu žiadne kategórie. Klikni "%{create}" pre pridanie prvej.'
+ comments:
+ approved: 'Komentár od "%{author}" bol schválený.'
+ comment:
+ view_live_html: 'Zobraziť živý náhľad <br/><em>(otvorí nové okno)</em>'
+ read: Zobraziť komentár
+ reject: Zamietnuť komentár
+ approve: Schváliť
+ rejected: 'Komentár od "%{author}" bol zamietnutý.'
+ index:
+ no_items_yet: 'Niesu tu žiadne %{type} komentáre.'
+ show:
+ comment: Komentár
+ blog_post: Blog článok
+ from: Odoslal
+ date: Dátum
+ message: Správa
+ details: Detaily
+ age: Vek
+ actions: Akcie
+ back: Späť na zoznam komentárov.
+ reject: Zamietnuť komentár
+ approve: Schváliť komentár
+ posts:
+ form:
+ advanced_options: Pokročilé nastavenia
+ toggle_advanced_options: Klikni pre prístup k nastaveniam meta tagov a menu
+ save_as_draft: Uložiť ako koncept
+ published_at: Dátum publikovania
+ index:
+ no_items_yet: 'Niesu žiadne články na blogu. Klikni na "%{create}" pre pridanie prvého.'
+ uncategorized:
+ no_items_yet: 'Niesu žiadne nekategorizované články.'
+ post:
+ view_live_html: 'Zobraziť článok<br/><em>(otvorí ho v novom okne)</em>'
+ edit: Upraviť článok
+ delete: Zmazať článok
+ settings:
+ notification_recipients:
+ value: Poslať notifikáciu pre
+ explanation: 'Vždy keď niekto pridá komentár, Refinery pošle notifikáciu.'
+ hint: 'Vždy keď niekto pridá komentár, Refinery ti pošle notifikáciu.'
+ example: "Zadaj tvoju emailovú adresu(y) ako napríklad: jack@work.com, jill@office.com"
+ updated: 'Zoznam príjemcov notifikácií "%{recipients}"'
+ submenu:
+ categories:
+ title: Kategórie
+ manage: Spravovať
+ new: Nová kategória
+ comments:
+ title: Komentáre
+ title_with_count: 'Komentáre (%{new_count} nových)'
+ new: Nový
+ unmoderated: Nový
+ approved: Schválený
+ rejected: Zamietnutý
+ posts:
+ title: Články
+ manage: Spravovať články
+ new: Vytvoriť nový článok
+ uncategorized: Nekategorizované články
+ settings:
+ title: Nastavenia
+ moderation: Moderovanie
+ update_notified: Upraviť zoznam notifikovaných
+ comments: Komentáre
+ blog:
+ comment_mailer:
+ notification:
+ greeting: Ahoj
+ you_recieved_new_comment: Máš nový komentár na stránke
+ comment_starts: --- začiatok komentára ---
+ comment_ends: --- koniec komentára ---
+ from: Od
+ email: Email
+ message: Správa
+ closing_line: S pozdravom
+ ps: 'P.S. Všetky komentáre su uložené v sekcii "Blog" pod záložkou "Komentáre" v prípade ak by ich bolo potrebné zobraziť neskôr.'
+ shared:
+ categories:
+ title: Kategórie
+ rss_feed:
+ title: RSS zdroj článkov
+ subscribe: Prihlásiť k odberu
+ posts:
+ other: Ďaľšie články
+ created_at: 'Publikovaný %{when}'
+ read_more: Celý článok
+ comments:
+ singular: komentár
+ none: Niesu tu žiadne komentáre
+ archives: Archív
+ categories:
+ show:
+ no_posts: Niesu tu žiadne články momentálne.
+ posts:
+ post:
+ filed_in: Podaný
+ comment: komentár
+ comments:
+ by: 'Odoslal %{who}'
+ time_ago: '%{time} späť'
+ thank_you: 'Vďaka za komentár.'
+ thank_you_moderated: 'Ďakujeme za Váš komentár. Vaša správa čaká na schválenie a objaví sa v najbližšej dobe.'
+ index:
+ no_blog_articles_yet: Práve niesu žiadne články na blogu. Zostante naladení.
+ show:
+ blog_home: Hlavná stránka blogu
+ comments:
+ title: Komentáre
+ add: Pridať komentár
+ other: Ďalšie články
+ filed_in: Podaný
+ submit: Odoslať komentár
+ archive:
+ blog_archive_for: 'Blog archív pre %{date}'
+ no_blog_articles_posted: 'Niesu žiadne články publikované %{date}.'
diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml
new file mode 100644
index 0000000..a3cafe5
--- /dev/null
+++ b/config/locales/zh-CN.yml
@@ -0,0 +1,128 @@
+zh-CN:
+ plugins:
+ refinerycms_blog:
+ title: 博客
+ admin:
+ blog:
+ categories:
+ category:
+ edit: 编辑此类别
+ delete: 永久删除此类别
+ index:
+ no_items_yet: '没有此类别。 点击 "%{create}" 添加第一次类别。'
+ comments:
+ approved: '评论来自 "%{author}" 已被审批。'
+ comment:
+ view_live_html: '查看此评论 <br/><em>(opens in a new window)</em>'
+ read: 阅读此评论
+ reject: 驳回此评论
+ approve: 批准此评论
+ rejected: '评论来自 "%{author}" 已被驳回。'
+ index:
+ no_items_yet: '没有 %{type} 评论。'
+ show:
+ comment: 评论
+ blog_post: 发博
+ from: 发布由
+ date: 发布在
+ message: 评论
+ details: 详情
+ age: 年龄
+ actions: 行动
+ back: 返回至所有评论
+ reject: 驳回此评论
+ approve: 批准此评论
+ posts:
+ form:
+ advanced_options: 高级选项
+ toggle_advanced_options: 点击进入标签详解设置和菜单选项
+ save_as_draft: 保存为草稿
+ published_at: 发布日期
+ index:
+ no_items_yet: '目前尚未发博。 点击 "%{create}" 添加您的第一篇博文。'
+ uncategorized:
+ no_items_yet: '没有未归类的博文。'
+ post:
+ view_live_html: '查看此博 <br/><em>(opens in a new window)</em>'
+ edit: 编辑此博
+ delete: 永久删除此博
+ settings:
+ notification_recipients:
+ value: 发送通知
+ explanation: '每次有人发表评论,发送邮件告知有新评论。'
+ hint: '增加新评论时,将会发送邮件告知您。'
+ example: "输入您的邮件地址,如: jack@work.com, jill@office.com"
+ updated: '通知收件人已被设为 "%{recipients}"'
+ submenu:
+ categories:
+ title: 分类
+ manage: 管理
+ new: 创建新的类别
+ comments:
+ title: 评论
+ title_with_count: '评论 (%{new_count} new)'
+ new: 新
+ unmoderated: 新
+ approved: 批准
+ rejected: 驳回
+ posts:
+ title: 博文
+ manage: 管理博文
+ new: 创建新博文
+ uncategorized: 未归类博文
+ settings:
+ title: 设置
+ moderation: 等待审核
+ update_notified: 更新获得通知的人
+ comments: 评论
+ blog:
+ comment_mailer:
+ notification:
+ greeting: 您好
+ you_recieved_new_comment: 您刚收到来自网站的一条新评论
+ comment_starts: --- 评论开始 ---
+ comment_ends: --- 评论结束 ---
+ from: 来自
+ email: 邮件
+ message: 信息
+ closing_line: 亲切问候
+ ps: 'P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it later there.'
+ shared:
+ categories:
+ title: 分类
+ rss_feed:
+ title: RSS源
+ subscribe: 订阅
+ posts:
+ other: 其他博文
+ created_at: '发表于 %{when}'
+ read_more: 阅读更多
+ comments:
+ singular: 评论
+ none: 没有评论
+ archives: 档案
+ categories:
+ show:
+ no_posts: 此处没有文章。
+ posts:
+ post:
+ filed_in: 用户体验
+ comment: 评论
+ comments:
+ by: '发布由 %{who}'
+ time_ago: '%{time} 之前'
+ thank_you: '感谢您的评论。'
+ thank_you_moderated: '感谢您的评论。 您的信息已被列入等待审核队列,并会在短期内出现。'
+ index:
+ no_blog_articles_yet: 尚未发布文章。敬请关注。
+ show:
+ blog_home: 博客首页
+ comments:
+ title: 评论
+ add: 发表评论
+ other: 其他博文
+ filed_in: 用户体验
+ submit: 发送评论
+ archive:
+ blog_archive_for: '博客存档 %{date}'
+ no_blog_articles_posted: '没有发布文章 %{date}。敬请关注。'
diff --git a/config/routes.rb b/config/routes.rb
index 20fa1b1..421e845 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -5,13 +5,16 @@ Refinery::Application.routes.draw do
match ':id', :to => 'posts#show', :as => 'blog_post'
match 'categories/:id', :to => 'categories#show', :as => 'blog_category'
match ':id/comments', :to => 'posts#comment', :as => 'blog_post_blog_comments'
- get 'archive/:year/:month', :to => 'posts#archive', :as => 'archive_blog_posts'
+ get 'archive/:year(/:month)', :to => 'posts#archive', :as => 'archive_blog_posts'
+ get 'tagged/:tag_name' => 'posts#tagged', :as => 'tagged_posts'
end
scope(:path => 'refinery', :as => 'admin', :module => 'admin') do
scope(:path => 'blog', :as => 'blog', :module => 'blog') do
root :to => 'posts#index'
- resources :posts
+ resources :posts do
+ get 'uncategorized', :on => :collection
+ end
resources :categories
@@ -32,6 +35,7 @@ Refinery::Application.routes.draw do
post :notification_recipients
get :moderation
+ get :comments
end
end
end