config/locales/en.yml in the_comments-1.1.0 vs config/locales/en.yml in the_comments-2.0.0
- old
+ new
@@ -10,34 +10,59 @@
raw_content:
blank: 'should not be empty'
# blank: '%{attribute} should not be empty'
the_comments:
- trap: Trap
- trap_message: should be empty
+ incoming: "Incoming:"
+ in_system: "In system:"
+ written_by_me: "Written by me:"
+ back_to_root: "← To root"
- tolerance_time: Page view time
- tolerance_time_message: "Please wait %{time} seconds before send a comment and try again"
+ my_comments: "My comments (%{num})"
+ draft_comments: "New (%{num})"
+ published_comments: "Published (%{num})"
+ deleted_comments: "Deleted (%{num})"
+ spam_comments: "Spam (%{num})"
- cookies: Cookies
- cookies_required: 'Please enable cookies and try to reload page'
+ management: Comments management
+ new: "New comment"
+ update: "Update comment"
+ additional_info: "Additional info"
+ cancel: "Cancel"
- ajax_requests_required: 'Sorry, JavaScript/Ajax Requests required'
+ title: "Title on name:"
+ contacts: "Contacts:"
+ content: "Message:"
- black_ip: Black IP adress
- black_ip_message: Sorry! Your IP banned
-
- black_user_agent: Black User Agent
- black_user_agent_message: Sorry! Your User Agent banned
-
guest_name: Guest
reply: Reply to this comment
edit: Edit
to_spam: Spam!
to_draft: Draft
to_published: Publicate
to_deleted: Delete
+ no_comments_here: No comments here
+
+ nav:
+ header: "Navigation"
+
+ form:
+ title: "Your name:"
+ contacts: "Contacts (only admin can see this):"
+ content: "Comment* :"
+ create: "Submit comment"
+ thank_you: "Thank you!"
+
+ trap: Trap
+ trap_message: should be empty
+
+ tolerance_time: Page view time
+ tolerance_time_message: "Please wait %{time} seconds before send a comment and try again"
+
delete_confirm: Are you sure?
+ cookies: Cookies
+ cookies_required: 'Please enable cookies and try to reload page'
+ ajax_requests_required: 'Sorry, JavaScript/Ajax Requests required'
waiting_for_moderation: Waiting for moderation
- item_not_found: Black list Item not found
+ undefined_commentable: Commentable object is undefined
\ No newline at end of file