Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | 1x | export const TRANSLATION_HU_HU = {
accessors: 'Getter/setter metódusok',
arguments: 'Argumentumok',
bootstrap: 'Betöltés',
branches: 'Branchek',
browse: 'Böngészés',
classe: 'Osztály',
classes: 'Osztályok',
component: 'Komponens',
components: 'Komponensek',
constructor: 'Konstruktor',
controllers: 'Kontrollerek',
controller: 'Kontroller',
'coverage-page-title': 'Dokumentáció lefedettség',
declarations: 'Deklarációk',
decorators: 'Dekorátorok',
'default-value': 'Alapértelmezett érték',
'defined-in': 'Definíció helye:',
dependencies: 'Függőségek',
description: 'Leírás',
directive: 'Direktíva',
directives: 'Direktívák',
entrycomponents: 'Entry komponensek',
enumerations: 'Enumerációk',
enums: 'Enumok',
example: 'Példa',
exports: 'Exportok',
extends: 'Ősosztály',
file: 'File',
functions: 'Függvények',
'generated-using': 'A dokumentációt generálta:',
'getting-started': 'Bevezető',
guard: 'Guard',
guards: 'Guardok',
hostbindings: 'HostBindingok',
hostlisteners: 'HostListenerek',
'html-element': 'Html elem',
'html-element-with-directive': 'Html elem direktívával',
identifier: 'Azonosító',
implements: 'Implementált interfészek',
imports: 'Importok',
index: 'Tartalomjegyzék',
indexable: 'Indexelhető',
'inherited-from': 'Örökölve innen:',
injectable: 'Injektálható',
injectables: 'Injektálhatók',
inputs: 'Bemenetek',
interceptors: 'Interceptorok',
interface: 'Interfész',
interfaces: 'Interfészek',
legend: 'Jelmagyarázat',
license: 'Licenc',
lines: 'Sorok',
metadata: 'Metaadatok',
methods: 'Metódusok',
miscellaneous: 'Egyéb',
module: 'Modul',
modules: 'Modulok',
name: 'Név',
no: 'Nem',
'no-graph': 'Grafikon nem elérhető.',
'no-iframe': 'A böngészője nem támogatja az iframe-eket.',
'no-result-matching': 'Nincs találat',
'no-svg': 'A böngészője nem támogatja az SVG formátumot.',
optional: 'Opcionális',
outputs: 'Kimenetek',
overview: 'Áttekintés',
parameters: 'Paraméterek',
'peer-dependencies': 'Peer függőségek',
pipe: 'Pipe',
pipes: 'Pipe-ok',
prefix: 'Előtag',
properties: 'Tagváltozók',
providers: 'Providerek',
pure: 'Pure',
readme: 'README',
reset: 'Visszaállít',
'results-matching': 'találat',
returns: 'Visszatérési érték',
route: 'Útvonal',
routes: 'Útvonalak',
schemas: 'Sémák',
'search-placeholder': 'Keresendő kifejezés',
selector: 'Szelektor',
signature: 'Aláírás',
statements: 'Utasítások',
type: 'Típus',
'type-aliases': 'Típus álnév',
'type-parameters': 'Típus paraméterek',
types: 'Típusok',
'unamed-property': 'Névtelen property',
'unit-test-coverage': 'Unit teszt lefedettség',
value: 'Érték',
variables: 'Változók',
yes: 'Igen',
zoomin: 'Nagyítás',
zoomout: 'Kicsinyítés'
};
|