mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 17:12:02 +03:00
chore: update pt-BR.json (#2196)
* chore: update pt-BR.json * update import order
This commit is contained in:
parent
0d50f5bd08
commit
44be7201c0
@ -1,9 +1,11 @@
|
||||
import { Dropdown, IconButton, Menu, MenuButton } from "@mui/joy";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { useTranslate } from "@/utils/i18n";
|
||||
import Icon from "./Icon";
|
||||
|
||||
const FloatingNavButton = () => {
|
||||
const navigate = useNavigate();
|
||||
const t = useTranslate();
|
||||
|
||||
return (
|
||||
<>
|
||||
@ -23,7 +25,7 @@ const FloatingNavButton = () => {
|
||||
className="w-full text-left text-sm whitespace-nowrap leading-6 py-1 px-3 cursor-pointer hover:bg-gray-100 dark:hover:bg-zinc-600"
|
||||
onClick={() => navigate("/")}
|
||||
>
|
||||
Back to home
|
||||
{t("router.back-to-home")}
|
||||
</button>
|
||||
</Menu>
|
||||
</Dropdown>
|
||||
|
@ -60,6 +60,7 @@
|
||||
"learn-more": "Saiba mais",
|
||||
"e.g": "ex.",
|
||||
"beta": "Beta",
|
||||
"profile": "Perfil",
|
||||
"dialog": {
|
||||
"error": "Erro",
|
||||
"help": "Ajuda",
|
||||
@ -309,6 +310,7 @@
|
||||
"or": "Ou"
|
||||
},
|
||||
"message": {
|
||||
"no-data": "Talvez nenhum dado tenha sido encontrado ou talvez devesse ser outra opção.",
|
||||
"no-memos": "nenhum memo 🌃",
|
||||
"memos-ready": "todos os memos estão prontos 🎉",
|
||||
"no-resource": "nenhum recurso 🌃",
|
||||
|
Loading…
Reference in New Issue
Block a user