chore: more i18n, will it ever end?
This commit is contained in:
@@ -411,6 +411,26 @@
|
||||
"editor.footer.created": "Created",
|
||||
"editor.footer.updated": "Updated",
|
||||
"editor.footer.published": "Published",
|
||||
"dashboard.title": "Dashboard",
|
||||
"dashboard.subtitle": "Overview of your blog database",
|
||||
"dashboard.stats.totalPosts": "Total Posts",
|
||||
"dashboard.stats.published": "{count} published",
|
||||
"dashboard.stats.drafts": "{count} drafts",
|
||||
"dashboard.stats.archived": "{count} archived",
|
||||
"dashboard.stats.mediaFiles": "Media Files",
|
||||
"dashboard.stats.images": "{count} images",
|
||||
"dashboard.stats.tags": "Tags",
|
||||
"dashboard.stats.categories": "{count} categories",
|
||||
"dashboard.section.postsOverTime": "Posts Over Time",
|
||||
"dashboard.section.tags": "Tags",
|
||||
"dashboard.section.categories": "Categories",
|
||||
"dashboard.section.recentlyUpdated": "Recently Updated",
|
||||
"dashboard.tagCloud.more": "+{count} more",
|
||||
"dashboard.postCount.one": "{count} post",
|
||||
"dashboard.postCount.other": "{count} posts",
|
||||
"dashboard.status.draft": "Draft",
|
||||
"dashboard.status.published": "Published",
|
||||
"dashboard.status.archived": "Archived",
|
||||
"projectSelector.switchProject": "Switch project",
|
||||
"projectSelector.selectProject": "Select project",
|
||||
"projectSelector.projectsHeader": "Projects",
|
||||
|
||||
Reference in New Issue
Block a user