Browse Source

Fix invalid dict keys identified by CI job

Removed login-google as it has been disabled for more than 6 months
Gabriel Horner 3 years ago
parent
commit
827884cbb1
2 changed files with 4 additions and 17 deletions
  1. 1 3
      src/main/frontend/components/header.cljs
  2. 3 14
      src/main/frontend/dicts.cljs

+ 1 - 3
src/main/frontend/components/header.cljs

@@ -42,9 +42,7 @@
        (fn [{:keys [toggle-fn]}]
          [:a.button.text-sm.font-medium.block {:on-click toggle-fn}
           [:span (t :login)]])
-       (let [list [;; {:title (t :login-google)
-                   ;;  :url (str config/website "/login/google")}
-                   {:title (t :login-github)
+       (let [list [{:title (t :login-github)
                     :url (str config/website "/login/github")}]]
          (mapv
           (fn [{:keys [title url]}]

+ 3 - 14
src/main/frontend/dicts.cljs

@@ -329,7 +329,6 @@
         :parsing-files "Parsing files"
         :loading-files "Loading files"
         :login-github "Login with GitHub"
-        ;; :login-google "Login with Google"
         :login "Login"
         :go-to "Go to "
         :or "or"
@@ -603,7 +602,6 @@
         :parsing-files "Dateien analysieren"
         :loading-files "Dateien laden"
         :login-github "Einloggen mit GitHub"
-        :login-google "Einloggen mit Google"
         :login "Einloggen"
         :go-to "Gehe zu "
         :or "oder"
@@ -806,7 +804,6 @@
         :parsing-files "Analyse des fichiers"
         :loading-files "Chargement des fichiers"
         :login-github "S'authentifier avec GitHub"
-        :login-google "S'authentifier avec Google"
         :go-to "Aller à "
         :or "ou"
         :download "Télécharger"
@@ -1130,7 +1127,6 @@
            :parsing-files "正在解析文件"
            :loading-files "正在加载文件"
            :login-github "用 GitHub 登录"
-           :login-google "用 Google 登录"
            :login "登录"
            :go-to "转到"
            :or "或"
@@ -1345,7 +1341,7 @@
              :block/name "頁面名稱:"
              :page/last-modified "最後更改於"
              :page/new-title "請輸入新頁面的名字:"
-             :page/load-more-journals "載入更多"
+             :page/earlier "載入更多"
              :page/no-more-journals "沒有更多了"
              :publishing/pages "頁面"
              :publishing/page-name "頁面名稱"
@@ -1434,7 +1430,6 @@
              :parsing-files "正在解析文件"
              :loading-files "正在加載文件"
              :login-github "用 GitHub 登錄"
-             :login-google "用 Google 登錄"
              :go-to "轉到"
              :or "或"
              :download "下載"
@@ -1671,7 +1666,6 @@
         :parsing-files "Lêer ontleding"
         :loading-files "Laai lêers"
         :login-github "Aantekening deur GitHub"
-        :login-google "Aantekening deur Google"
         :go-to "Gaan na "
         :or "of"
         :download "Laai af"
@@ -1891,7 +1885,7 @@
         :settings-page/show-brackets "Mostrar corchetes"
         :settings-page/disable-sentry "Enviar datos de uso y diagnósticos a Logseq"
         :settings-page/preferred-outdenting "Disminución lógica de sangría"
-        :settings-page/custom-d+ate-format "Formato de diario preferido"
+        :settings-page/custom-date-format "Formato de diario preferido"
         :settings-page/preferred-file-format "Formato de archivo preferido"
         :settings-page/preferred-workflow "Flujo de trabajo preferido"
         :settings-page/enable-timetracking "Habilitar rastreo de tiempo"
@@ -1959,7 +1953,6 @@
         :parsing-files "Analizando archivos"
         :loading-files "Cargando archivos"
         :login-github "Iniciar sesión con GitHub"
-        :login-google "Iniciar sesión con Google"
         :login "Iniciar sesión"
         :go-to "Ir a "
         :or "o"
@@ -1977,7 +1970,7 @@
 
         :help/shortcut-page-title "Atajos personalizados"
 
-        :select/prompt "Seleccione uno"
+        :select/default-prompt "Seleccione uno"
         :select.graph/prompt "Seleccione un grafo"
         :select.graph/empty-placeholder-description "No encontramos un grafo. Queries añadir otro?"
         :select.graph/add-graph "Si, añadame otro grafo"}
@@ -2305,7 +2298,6 @@
         :parsing-files "Analyserer filer"
         :loading-files "Laster filer"
         :login-github "Logg inn med GitHub"
-        ;; :login-google "Logg inn med Google"
         :login "Logg inn"
         :go-to "Gå til "
         :or "eller"
@@ -2679,7 +2671,6 @@
     :parsing-files "Analisando arquivos"
     :loading-files "Carregando arquivos"
     :login-github "Iniciar sessão com GitHub"
-        ;; :login-google "Iniciar sessão com Google"
     :login "Iniciar sessão"
     :go-to "Ir para "
     :or "ou"
@@ -3007,7 +2998,6 @@
     :parsing-files "A analisar ficheiros"
     :loading-files "A carregar ficheiros"
     :login-github "Iniciar sessão com GitHub"
-        ;; :login-google "Iniciar sessão com Google"
     :login "Iniciar sessão"
     :go-to "Ir para "
     :or "ou"
@@ -3347,7 +3337,6 @@
         :parsing-files "Парсинг файлов"
         :loading-files "Загрузка файлов"
         :login-github "Логин через GitHub"
-        ;; :login-google "Login with Google"
         :login "Логин"
         :go-to "Go to "
         :or "или"