enhance: add logout i18n

pull/4903/head^2
rcmerci 2022-04-14 16:27:52 +08:00 committed by Gabriel Horner
parent dd57f6c695
commit 052aeedb3d
2 changed files with 10 additions and 1 deletions

View File

@ -44,7 +44,7 @@
[:a.button
{:on-click toggle-fn}
[:span.text-sm.font-medium (user-handler/email)]])
[{:title "Logout"
[{:title (t :logout)
:options {:on-click user-handler/logout}}]
{})
[:a.button.text-sm.font-medium.block {:on-click #(js/window.open config/LOGIN-URL)}

View File

@ -347,6 +347,7 @@
:parsing-files "Parsing files"
:loading-files "Loading files"
:login "Login"
:logout "Logout"
:go-to "Go to "
:or "or"
:download "Download"
@ -620,6 +621,7 @@
:parsing-files "Dateien analysieren"
:loading-files "Dateien laden"
:login "Einloggen"
:logout "Ausloggen"
:go-to "Gehe zu "
:or "oder"
:download "Herunterladen"
@ -1239,6 +1241,7 @@
:parsing-files "正在解析文件"
:loading-files "正在加载文件"
:login "登录"
:logout "登出"
:go-to "转到"
:or "或"
:download "下载"
@ -2050,6 +2053,7 @@
:parsing-files "Analizando archivos"
:loading-files "Cargando archivos"
:login "Iniciar sesión"
:logout "Cerrar sesión"
:go-to "Ir a "
:or "o"
:download "Descargar"
@ -2393,6 +2397,7 @@
:parsing-files "Analyserer filer"
:loading-files "Laster filer"
:login "Logg inn"
:logout "Logg ut"
:go-to "Gå til "
:or "eller"
:download "Last ned"
@ -2763,6 +2768,7 @@
:parsing-files "Analisando arquivos"
:loading-files "Carregando arquivos"
:login "Iniciar sessão"
:logout "Sessão final"
:go-to "Ir para "
:or "ou"
:download "Baixar"
@ -3177,6 +3183,7 @@
:parsing-files "A analisar ficheiros"
:loading-files "A carregar ficheiros"
:login "Iniciar sessão"
:logout "Sessão final"
:go-to "Ir para "
:or "ou"
:download "Descarregar"
@ -3561,6 +3568,7 @@
:parsing-files "Парсинг файлов"
:loading-files "Загрузка файлов"
:login "Логин"
:logout "Выйти"
:go-to "Go to "
:or "или"
:download "Скачать"
@ -3939,6 +3947,7 @@
:parsing-files "ファイル解析中"
:loading-files "ファイルロード中"
:login "ログイン"
:logout "ログアウト"
:go-to "Go to "
:or "or"
:download "ダウンロード"