config/languages/default.yml in lato_blog-2.1.2 vs config/languages/default.yml in lato_blog-2.2.0
- old
+ new
@@ -1,10 +1,11 @@
menu:
posts: Articles
posts_new: Add new
posts_index: Show all
posts_categories: Categories
+ posts_tags: Tags
post_fields: Fields
documentation: Doc. Blog
pages:
posts: Articles
@@ -12,10 +13,13 @@
posts_edit: Edit article
post_fields: Fields
categories: Categories
categories_new: New category
categories_edit: Edit category
+ tags: Tags
+ tags_new: New tag
+ tags_edit: Edit tag
documentation: Documentation
flashes:
post_create_success: The Article was created successfully
post_not_found: Article not found
@@ -27,10 +31,14 @@
post_destroy_success: The Article was destroied successfully
category_create_success: The Category was created successfully
category_not_found: Category not found
category_update_success: The Category was updated successfully
category_destroy_success: The Category was destroied successfully
+ tag_create_success: The Tag was created successfully
+ tag_not_found: Tag not found
+ tag_update_success: The Tag was updated successfully
+ tag_destroy_success: The Tag was destroied successfully
post_categories_not_accepted: There are not categories selected
post_update_fields_warning: The post is updated but we have some problems with fields
post_field_not_found: Field not found
post_field_destroy_success: The Field was destroied successfully
@@ -70,17 +78,19 @@
superuser_creator: Superuser creator
status: Status
publication_datetime: Publication date
child_tree: Child tree
categories: Categories
- number_of_posts: Number of posts
+ tags: Tags
+ number_of_posts: Number of articles
key: Key
typology: Typology
visibility: Visibility
post_fields_warning: 'WARNING: Deleting fields could lead to the complete loss of some item data!'
post_id: Post id
post_field_id: Post field id
seo_description: Seo description
+ create_new_post: Create a new article
posts_status:
published: Published
drafted: Drafted
deleted: Deleted
\ No newline at end of file