From a36ae6e7a79d03a2d25d6330f8229246091c824f Mon Sep 17 00:00:00 2001 From: Devon Zuegel Date: Thu, 16 Sep 2021 21:33:32 -0400 Subject: [PATCH] Make frontend/dicts consistently sentence case in English --- src/main/frontend/dicts.cljs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/frontend/dicts.cljs b/src/main/frontend/dicts.cljs index 6f89675dd..b0c995332 100644 --- a/src/main/frontend/dicts.cljs +++ b/src/main/frontend/dicts.cljs @@ -60,7 +60,7 @@ :help/bug "Bug report" :help/feature "Feature request" :help/changelog "Changelog" - :help/blog "Logseq Blog" + :help/blog "Logseq blog" :help/docs "Documentation" :help/privacy "Privacy policy" :help/terms "Terms" @@ -130,13 +130,13 @@ :git/add-repo-prompt-confirm "Add and install" :format/preferred-mode "What's your preferred mode?" :format/markdown "Markdown" - :format/org-mode "Org Mode" - :reference/linked "Linked Reference" - :reference/unlinked-ref "Unlinked References" + :format/org-mode "Org mode" + :reference/linked "Linked reference" + :reference/unlinked-ref "Unlinked references" :project/setup "Setup a public project on Logseq" :project/location "All published pages will be located under" :project/sync-settings "Sync project settings" - :page/presentation-mode "Presentation mode (Powered by Reveal.js)" + :page/presentation-mode "Presentation mode (powered by Reveal.js)" :page/edit-properties-placeholder "Properties" :page/delete-success "Page {1} was deleted successfully!" :page/delete-confirmation "Are you sure you want to delete this page and its file?" @@ -156,7 +156,7 @@ :page/publish-as-slide "Publish this page as a slide on Logseq" :page/unpublish "Un-publish this page on Logseq" :page/add-to-favorites "Add to Favorites" - :page/show-journals "Show Journals" + :page/show-journals "Show journals" :page/show-name "Show page name" :page/hide-name "Hide page name" :block/name "Page name" @@ -166,8 +166,8 @@ :page/no-more-journals "No more journals" :publishing/pages "Pages" :publishing/page-name "Page name" - :publishing/current-project "Current Project" - :publishing/delete-from-logseq "Delete From Logseq Server" + :publishing/current-project "Current project" + :publishing/delete-from-logseq "Delete from Logseq server" :publishing/edit "Edit" :publishing/save "Save" :publishing/cancel "Cancel" @@ -238,7 +238,7 @@ :settings-page/tab-general "General" :settings-page/tab-editor "Editor" :settings-page/tab-shortcuts "Shortcuts" - :settings-page/tab-version-control "Version Control" + :settings-page/tab-version-control "Version control" :settings-page/tab-advanced "Advanced" :logseq "Logseq" :on "ON" @@ -251,19 +251,19 @@ :close "Close" :delete "Delete" :re-index "Re-index (rebuild the graph)" - :sync-from-local-files "Refresh (Import changes from local files)" + :sync-from-local-files "Refresh (import changes from local files)" :unlink "unlink" :search (if config/publishing? "Search" - "Search or Create Page") + "Search or create page") :page-search "Search in the current page" :graph-search "Search graph" :new-page "New page" :new-file "New file" :new-graph "Add new graph" :graph "Graph" - :graph-view "View Graph" - :cards-view "View Cards" + :graph-view "View graph" + :cards-view "View cards" :publishing "Publishing" :export "Export" :export-markdown "Export as standard Markdown (no block properties)"