2012-03-03 00:19:31 +00:00
|
|
|
en:
|
|
|
|
layout:
|
|
|
|
comments:
|
2012-03-29 11:48:15 +01:00
|
|
|
confirm_delete: Are you sure you want to delete the comment?
|
2012-03-03 00:19:31 +00:00
|
|
|
new_header: New comment
|
2012-10-08 15:42:38 +01:00
|
|
|
new_inline: Add a line comment
|
2012-03-03 00:19:31 +00:00
|
|
|
edit_header: Editing a comment
|
2012-09-19 18:35:43 +01:00
|
|
|
has_commented: added a note
|
|
|
|
notifications_are: Notifications for new comments are
|
|
|
|
comments_header: Comments
|
|
|
|
back: Back
|
2012-09-19 19:49:59 +01:00
|
|
|
md_cheatsheet_header: Markdown Cheat Sheet
|
|
|
|
md_cheatsheet:
|
|
|
|
format_text: Format Text
|
|
|
|
headers: Headers
|
|
|
|
text_styles: Text styles
|
|
|
|
lists: Lists
|
|
|
|
unordered: Unordered
|
|
|
|
ordered: Ordered
|
|
|
|
miscellaneous: Miscellaneous
|
|
|
|
images: Images
|
|
|
|
links: Links
|
|
|
|
blockquotes: Blockquotes
|
|
|
|
code_examples: Code Examples in Markdown
|
2012-09-20 15:58:14 +01:00
|
|
|
syntax_highlighting: Syntax highlighting
|
2012-09-19 19:49:59 +01:00
|
|
|
indent_code: indent your code 4 spaces
|
|
|
|
inline_code: Inline code for comments
|
2013-04-02 12:08:42 +01:00
|
|
|
emoji_header: Emoji Cheat Sheet
|
2013-04-02 15:31:07 +01:00
|
|
|
reference_format: Reference Format
|
|
|
|
reference_format_example: |
|
|
|
|
for members: @abf
|
2013-04-09 20:55:32 +01:00
|
|
|
for issues and pull requests:
|
|
|
|
#123
|
|
|
|
abf#123
|
|
|
|
abf/rosa-build#123
|
2013-04-02 15:31:07 +01:00
|
|
|
for commits: 123456
|
|
|
|
|
|
|
|
issues: Issues
|
|
|
|
pull_requests: Pull Requests
|
|
|
|
members: Members
|
|
|
|
commits: Commits
|
2013-03-26 10:47:42 +00:00
|
|
|
reference: "%{user} referenced this issue"
|
|
|
|
removed: Comment has since been removed and is no longer available.
|
2012-03-03 00:19:31 +00:00
|
|
|
|
|
|
|
flash:
|
|
|
|
comment:
|
|
|
|
saved: Comment saved
|
2012-03-29 11:48:15 +01:00
|
|
|
save_error: Error while saving comment
|
2012-03-03 00:19:31 +00:00
|
|
|
destroyed: Comment deleted
|
2015-04-10 12:50:14 +01:00
|
|
|
error_in_deleting: Error deleting comment
|
|
|
|
updated: Comment updated
|
|
|
|
error_in_updating: Error updating comment
|
2012-03-03 00:19:31 +00:00
|
|
|
|
|
|
|
activerecord:
|
|
|
|
attributes:
|
|
|
|
comment:
|
|
|
|
body: Content
|
|
|
|
user: Author
|