Ghost/core/shared/lang/en.json
Adam Howard d90df55b75 Add post tagging functionality
closes #367
closes #368

- Adds Tag model with a many-to-many relationship with Post
- Adds Tag API to retrieve all previously used Tags (needed for suggestions)
- Allows setting and retrieval of Tags for a post through the Post's existing API endpoints.
- Hooks up the editor's tag suggestion box to the Ghost install's previously used tags
- Tidies the client code for adding tags, and encapsulates the functionality into a Backbone view
2013-08-30 16:20:22 +01:00

27 lines
953 B
JSON

{
"__SECTION__": "admin core",
"admin.navbar.dashboard": "Dashboard",
"admin.navbar.blog": "Blog",
"admin.navbar.settings": "Settings",
"__SECTION__": "icons",
"icon.tag.label": "Tag",
"icon.faq.label": "?",
"icon.faq.markdown.title": "What is Markdown?",
"icon.full_screen.label": "Full Screen",
"icon.full_screen.title": "Enter full screen mode",
"icon.settings.label": "Settings",
"__SECTION__": "editor",
"editor.entry_title.placeholder": "The Post Title Gets Inserted Up Here",
"editor.entry_permalink.label": "Permalink:",
"editor.entry_permalink.example_url": "http://yoursite.com/",
"editor.entry_permalink.example_slug": "the-post-title-goes-here",
"editor.headers.markdown.label": "Markdown",
"editor.headers.preview.label": "Preview",
"editor.word_count": "%{count} words",
"editor.actions.save_draft": "Save Draft",
"editor.actions.publish": "Publish"
}