i18n: add Hungarian translations (#1023)
* add Hungarian translations * typo: _ instead of - in hu-HU * run prettier * revert prettier messing up tsconfig * Update hu-HU.ts
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							85a737b4ee
						
					
				
				
					commit
					6efc4dd724
				
			
							
								
								
									
										81
									
								
								quartz/i18n/locales/hu-HU.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										81
									
								
								quartz/i18n/locales/hu-HU.ts
									
									
									
									
									
										Normal file
									
								
							@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user