mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Fix typos in right sidebar lang keys
This commit is contained in:
@@ -177,10 +177,10 @@
|
||||
[:.menu-links-wrapper.text-left
|
||||
{:on-click toggle-fn}
|
||||
(ui/menu-link {:on-click #(state/sidebar-remove-block! idx)} (t :right-side-bar/pane-close))
|
||||
(when (> block-count 1) (ui/menu-link {:on-click #(state/sidebar-remove-rest! db-id)} (t :right-side-bar/pane-clese-others)))
|
||||
(when (> block-count 1) (ui/menu-link {:on-click #(state/sidebar-remove-rest! db-id)} (t :right-side-bar/pane-close-others)))
|
||||
(when (> block-count 1) (ui/menu-link {:on-click (fn []
|
||||
(state/clear-sidebar-blocks!)
|
||||
(state/hide-right-sidebar!))} (t :right-side-bar/pane-clese-all)))
|
||||
(state/hide-right-sidebar!))} (t :right-side-bar/pane-close-all)))
|
||||
(when (or (not collapsed?) (> block-count 1)) [:hr.menu-separator])
|
||||
(when-not collapsed? (ui/menu-link {:on-click #(state/sidebar-block-toggle-collapse! db-id)} (t :right-side-bar/pane-collapse)))
|
||||
(when (> block-count 1) (ui/menu-link {:on-click #(state/sidebar-block-collapse-rest! db-id)} (t :right-side-bar/pane-collapse-others)))
|
||||
|
||||
@@ -149,8 +149,8 @@
|
||||
:right-side-bar/separator "Right sidebar resize handler"
|
||||
:right-side-bar/toggle-right-sidebar "Toggle right sidebar"
|
||||
:right-side-bar/pane-close "Close"
|
||||
:right-side-bar/pane-clese-others "Close others"
|
||||
:right-side-bar/pane-clese-all "Close all"
|
||||
:right-side-bar/pane-close-others "Close others"
|
||||
:right-side-bar/pane-close-all "Close all"
|
||||
:right-side-bar/pane-collapse "Collapse"
|
||||
:right-side-bar/pane-collapse-others "Collapse others"
|
||||
:right-side-bar/pane-collapse-all "Collapse all"
|
||||
|
||||
@@ -557,8 +557,8 @@
|
||||
:right-side-bar/history-undos "Deshacer"
|
||||
:right-side-bar/new-page "Nueva página"
|
||||
:right-side-bar/page-graph "Grafo de página"
|
||||
:right-side-bar/pane-clese-all "Cerrar todo"
|
||||
:right-side-bar/pane-clese-others "Cerrar otros"
|
||||
:right-side-bar/pane-close-all "Cerrar todo"
|
||||
:right-side-bar/pane-close-others "Cerrar otros"
|
||||
:right-side-bar/pane-close "Cerrar"
|
||||
:right-side-bar/pane-collapse-all "Colapsar todo"
|
||||
:right-side-bar/pane-collapse "Colapsar"
|
||||
|
||||
@@ -149,8 +149,8 @@
|
||||
:right-side-bar/separator "右サイドバーのサイズ変更"
|
||||
:right-side-bar/toggle-right-sidebar "右サイドバーを開閉"
|
||||
:right-side-bar/pane-close "閉じる"
|
||||
:right-side-bar/pane-clese-others "他を全て閉じる"
|
||||
:right-side-bar/pane-clese-all "全て閉じる"
|
||||
:right-side-bar/pane-close-others "他を全て閉じる"
|
||||
:right-side-bar/pane-close-all "全て閉じる"
|
||||
:right-side-bar/pane-collapse "折り畳む"
|
||||
:right-side-bar/pane-collapse-others "他を全て折り畳む"
|
||||
:right-side-bar/pane-collapse-all "全て折り畳む"
|
||||
|
||||
@@ -785,8 +785,8 @@
|
||||
:search-item/no-result "Ingen matchende resultat"
|
||||
:settings-permission/start-granting "Gi tillatelse"
|
||||
:whiteboard/edit-pdf "Rediger PDF"
|
||||
:right-side-bar/pane-clese-all "Lukk alle"
|
||||
:right-side-bar/pane-clese-others "Lukk andre"
|
||||
:right-side-bar/pane-close-all "Lukk alle"
|
||||
:right-side-bar/pane-close-others "Lukk andre"
|
||||
:right-side-bar/pane-close "Lukk"
|
||||
:right-side-bar/pane-collapse "Kollapse"
|
||||
:right-side-bar/pane-collapse-all "Kollapse alle"
|
||||
|
||||
Reference in New Issue
Block a user