mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 04:43:12 +03:00
30b4eb07f7
- This is a first pass at getting a more logical structure. The focus is on moving from admin/frontend to client/server. - The location of the databases is highly important, this isn't expected to change again In the future - client/assets should probably become public/ - more stuff should be shared (helpers etc) - cleanup some confusion around tpl and views
26 lines
962 B
JSON
26 lines
962 B
JSON
{
|
|
"__SECTION__": "admin core",
|
|
"admin.navbar.dashboard": "Dashboard",
|
|
"admin.navbar.blog": "Blog",
|
|
"admin.navbar.settings": "Settings",
|
|
|
|
"__SECTION__": "icons",
|
|
"icon.category.label": "Category",
|
|
"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"
|
|
|
|
} |