forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'quartz/' with remote 'quartz/'
- Loading branch information
Showing
8 changed files
with
222 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
import { Translation } from "./definition" | ||
|
||
export default { | ||
propertyDefaults: { | ||
title: "Névtelen", | ||
description: "Nincs leírás", | ||
}, | ||
components: { | ||
callout: { | ||
note: "Jegyzet", | ||
abstract: "Abstract", | ||
info: "Információ", | ||
todo: "Tennivaló", | ||
tip: "Tipp", | ||
success: "Siker", | ||
question: "Kérdés", | ||
warning: "Figyelmeztetés", | ||
failure: "Hiba", | ||
danger: "Veszély", | ||
bug: "Bug", | ||
example: "Példa", | ||
quote: "Idézet", | ||
}, | ||
backlinks: { | ||
title: "Visszautalások", | ||
noBacklinksFound: "Nincs visszautalás", | ||
}, | ||
themeToggle: { | ||
lightMode: "Világos mód", | ||
darkMode: "Sötét mód", | ||
}, | ||
explorer: { | ||
title: "Fájlböngésző", | ||
}, | ||
footer: { | ||
createdWith: "Készítve ezzel:", | ||
}, | ||
graph: { | ||
title: "Grafikonnézet", | ||
}, | ||
recentNotes: { | ||
title: "Legutóbbi jegyzetek", | ||
seeRemainingMore: ({ remaining }) => `${remaining} további megtekintése →`, | ||
}, | ||
transcludes: { | ||
transcludeOf: ({ targetSlug }) => `${targetSlug} áthivatkozása`, | ||
linkToOriginal: "Hivatkozás az eredetire", | ||
}, | ||
search: { | ||
title: "Keresés", | ||
searchBarPlaceholder: "Keress valamire", | ||
}, | ||
tableOfContents: { | ||
title: "Tartalomjegyzék", | ||
}, | ||
contentMeta: { | ||
readingTime: ({ minutes }) => `${minutes} perces olvasás`, | ||
}, | ||
}, | ||
pages: { | ||
rss: { | ||
recentNotes: "Legutóbbi jegyzetek", | ||
lastFewNotes: ({ count }) => `Legutóbbi ${count} jegyzet`, | ||
}, | ||
error: { | ||
title: "Nem található", | ||
notFound: "Ez a lap vagy privát vagy nem létezik.", | ||
}, | ||
folderContent: { | ||
folder: "Mappa", | ||
itemsUnderFolder: ({ count }) => `Ebben a mappában ${count} elem található.`, | ||
}, | ||
tagContent: { | ||
tag: "Címke", | ||
tagIndex: "Címke index", | ||
itemsUnderTag: ({ count }) => `${count} elem található ezzel a címkével.`, | ||
showingFirst: ({ count }) => `Első ${count} címke megjelenítve.`, | ||
totalTags: ({ count }) => `Összesen ${count} címke található.`, | ||
}, | ||
}, | ||
} as const satisfies Translation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
import { Translation } from "./definition" | ||
|
||
export default { | ||
propertyDefaults: { | ||
title: "Sem título", | ||
description: "Sem descrição", | ||
}, | ||
components: { | ||
callout: { | ||
note: "Nota", | ||
abstract: "Abstrato", | ||
info: "Info", | ||
todo: "Pendência", | ||
tip: "Dica", | ||
success: "Sucesso", | ||
question: "Pergunta", | ||
warning: "Aviso", | ||
failure: "Falha", | ||
danger: "Perigo", | ||
bug: "Bug", | ||
example: "Exemplo", | ||
quote: "Citação", | ||
}, | ||
backlinks: { | ||
title: "Backlinks", | ||
noBacklinksFound: "Sem backlinks encontrados", | ||
}, | ||
themeToggle: { | ||
lightMode: "Tema claro", | ||
darkMode: "Tema escuro", | ||
}, | ||
explorer: { | ||
title: "Explorador", | ||
}, | ||
footer: { | ||
createdWith: "Criado com", | ||
}, | ||
graph: { | ||
title: "Visão de gráfico", | ||
}, | ||
recentNotes: { | ||
title: "Notas recentes", | ||
seeRemainingMore: ({ remaining }) => `Veja mais ${remaining} →`, | ||
}, | ||
transcludes: { | ||
transcludeOf: ({ targetSlug }) => `Transcrever de ${targetSlug}`, | ||
linkToOriginal: "Link ao original", | ||
}, | ||
search: { | ||
title: "Pesquisar", | ||
searchBarPlaceholder: "Pesquisar por algo", | ||
}, | ||
tableOfContents: { | ||
title: "Sumário", | ||
}, | ||
contentMeta: { | ||
readingTime: ({ minutes }) => `Leitura de ${minutes} min`, | ||
}, | ||
}, | ||
pages: { | ||
rss: { | ||
recentNotes: "Notas recentes", | ||
lastFewNotes: ({ count }) => `Últimas ${count} notas`, | ||
}, | ||
error: { | ||
title: "Não encontrado", | ||
notFound: "Esta página é privada ou não existe.", | ||
}, | ||
folderContent: { | ||
folder: "Arquivo", | ||
itemsUnderFolder: ({ count }) => | ||
count === 1 ? "1 item mneste arquivo." : `${count} items neste arquivo.`, | ||
}, | ||
tagContent: { | ||
tag: "Tag", | ||
tagIndex: "Sumário de Tags", | ||
itemsUnderTag: ({ count }) => | ||
count === 1 ? "1 item com esta tag." : `${count} items com esta tag.`, | ||
showingFirst: ({ count }) => `Mostrando as ${count} primeiras tags.`, | ||
totalTags: ({ count }) => `Encontradas ${count} tags.`, | ||
}, | ||
}, | ||
} as const satisfies Translation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -519,3 +519,8 @@ ol.overflow { | |
padding-left: 1rem; | ||
} | ||
} | ||
|
||
.katex-display { | ||
overflow-x: auto; | ||
overflow-y: hidden; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters