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_SK_SK = {
accessors: 'Modifikátory prístupu',
arguments: 'Argumenty',
bootstrap: 'Bootstrap',
branches: 'Vetvy',
browse: 'Prezerať',
classe: 'Trieda',
classes: 'Triedy',
component: 'Komponent',
components: 'Komponenty',
constructor: 'Konštruktor',
controllers: 'Controllers',
controller: 'Controller',
'coverage-page-title': 'Pokrytie dokumentáciou',
declarations: 'Deklarácie',
decorators: 'Dekorátory',
'default-value': 'Predvolená hodnota',
'defined-in': 'Definované v',
dependencies: 'Závislosti',
description: 'Popis',
directive: 'Direktíva',
directives: 'Direktívy',
entrycomponents: 'EntryComponents',
enumerations: 'Enumerátory',
enums: 'Enumerátory',
example: 'Príklad',
exports: 'Exporty',
extends: 'Rozširuje',
file: 'Súbor',
functions: 'Funkcie',
'generated-using': 'Dokumentácia vytvorená pomocou',
'getting-started': 'Začíname',
guard: 'Guard',
guards: 'Guards',
hostbindings: 'HostBindings',
hostlisteners: 'HostListeners',
'html-element': 'HTML element',
'html-element-with-directive': 'HTML element s direktívou',
identifier: 'Identifikátor',
implements: 'Implementuje',
imports: 'Importuje',
index: 'Index',
indexable: 'Indexovateľný',
'inherited-from': 'Zdedené od',
injectable: 'Injectable',
injectables: 'Injectables',
inputs: 'Vstupy',
interceptors: 'Interceptors',
interface: 'Rozhranie',
interfaces: 'Rozhrania',
legend: 'Legenda',
license: 'Licencia',
lines: 'Riadky',
metadata: 'Metadáta',
methods: 'Metódy',
miscellaneous: 'Rôzne',
module: 'Modul',
modules: 'Moduly',
name: 'Názov',
no: 'Nie',
'no-graph': 'Nie je k dispozícii žiadny graf.',
'no-iframe': 'Váš prehliadač nepodporuje iframe',
'no-result-matching': 'Nenájdené žiadne výsledky pre',
'no-svg': 'Váš prehliadač nepodporuje SVG',
optional: 'Voliteľný',
outputs: 'Výstupy',
overview: 'Prehľad',
parameters: 'Parametre',
'peer-dependencies': 'Peer dependencies',
pipe: 'Pipe',
pipes: 'Pipes',
prefix: 'Prefix',
properties: 'Vlastnosti',
providers: 'Providers',
pure: 'Pure',
readme: 'README',
reset: 'Resetovať',
'results-matching': 'výsledkov pre',
returns: 'Návratová hodnota',
route: 'Route',
routes: 'Routes',
schemas: 'Schémy',
'search-placeholder': 'Zadajte hľadaný text',
selector: 'Selektor',
signature: 'Podpis',
statements: 'Statements',
type: 'Typ',
'type-aliases': 'Type aliases',
'type-parameters': 'Type parameters',
types: 'Typy',
'unamed-property': 'Nepomenovaný atribút',
'unit-test-coverage': 'Pokrytie unit testami',
value: 'Hodnota',
variables: 'Premenné',
yes: 'Áno',
zoomin: 'Priblížiť',
zoomout: 'Oddialiť'
};
|