-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsk-SK.json
1327 lines (1327 loc) · 124 KB
/
sk-SK.json
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"(Included)": "(Zahrnuté)",
"(Price Per Station)": "(Cena na stanicu)",
"({min} to {max})": "({min} až {max})",
"* Required Fields": "* Povinné polia",
"/min": "/min",
"1 Player per station | {count} Players can share a station": "1 hráč na stanicu | {count} hráčov môže zdieľať stanicu",
"1 result found": "1 nájdený výsledok",
"16:9 ratio recommended": "odporúčaný pomer je 16:9",
"2MB maximum, suggested size 600x280px.": "Najviac 2MB, odporúčaná veľkosť 600 x 280 px.",
"5 minutes remaining!": "Zostáva 5 minút!",
"500 x 500 Dimensions": "Rozmery 500 x 500",
"50MB maximum.": "Maximálne 50 MB.",
"A general overview of the title. This information will be visible in the Launcher to your customers and help categorize your content.": "Všeobecný prehľad o titule. Tieto informácie budú v Launcheri vidieť vaši zákazníci a pomôžu kategorizovať váš obsah.",
"A general overview of the title. This information will be visible in the Launcher to your customers and will help categorize your content.": "Všeobecný prehľad o titule. Tieto informácie budú v Launcheri vidieť vaši zákazníci a pomôžu kategorizovať váš obsah.",
"A guide to using our new Content Distribution System and why it's important.": "Sprievodca používaním nášho nového systému distribúcie obsahu a prečo je dôležitý.",
"A minimum of 5 keys are required, to allow SpringboardVR to test your content on our system. If you would like to provide locations the opportunity to use Steam Keys, please provide at least 100 Steam Keys.": "Vyžaduje sa minimálne 5 kľúčov, aby SpringboardVR mohol otestovať váš obsah v našom systéme. Ak by ste chceli umožniť lokalitám používanie kľúčov Steam, poskytnite aspoň 100 kľúčov Steam.",
"A minimum of 6 characters is needed for passwords": "Heslá musia mať minimálne 6 znakov",
"A Universal Resource Indicator is for applications like Steam where you can provide a unique URL that will trigger the game to launch.": "Indikátor univerzálneho zdroja je určený pre aplikácie, ako je Steam, kde môžete zadať jedinečnú adresu URL, ktorá aktivuje spustenie hry.",
"A Universal Resource Indicator is for applications like Steam where you can provide a unique URL that will trigger the title to launch.": "Identifikátor jednotného zdroja je určený pre aplikácie, ako je Steam, kde môžete zadať jedinečnú adresu URL, ktorá aktivuje titul, ktorý sa má spustiť.",
"Accept": "Akceptovať",
"Account Credit": "Kredit na konte",
"Account Setup": "Nastavenie účtu",
"Activate License": "Aktivujte Licenciu",
"Active Coupons": "Aktívne kupóny",
"Active Discounts": "Aktívne zľavy",
"Ad Preview": "Náhľad reklamy",
"Add": "Pridať",
"Add a Title Manually": "Pridať titul manuálne",
"Add Card": "Pridať kartu",
"Add Content": "Pridať obsah",
"Add Content Manually": "Pridať obsah manuálne",
"add content manually": "pridať obsah manuálne",
"Add Content to this Station": "Pridať obsah do tejto stanice",
"Add custom hours": "Pridať otváracie hodiny",
"Add Custom Hours": "Pridať otváracie hodiny",
"Add Extension": "Pridať rozšírenie",
"Add Group": "Pridať skupinu",
"Add hours": "Pridať hodiny",
"Add hours of operation": "Pridať hodiny prevádzky",
"Add length of time": "Pridať časový rozsah",
"Add Marketplace Content": "Pridať obsah trhu",
"Add Person": "Pridať osobu",
"Add price": "Pridať cenu",
"Add Steam Keys": "Pridajte Steam-ový kľúč",
"Add this content to the station": "Pridať tento obsah do stanice",
"Add to My Library": "Pridať do priečinka Moja knižnica",
"Adding a new station will increase your monthly subscription fees by your current per station rate. After you save your new station, you will be charged the prorated amount for this month’s usage on your next invoice.": "Pridanie novej stanice zvýši vaše mesačné predplatné o váš aktuálny poplatok za stanicu. Keď si uložíte svoju novú stanicu, vo vašej nasledujúcej faktúre vám bude účtovaná pomerná čiastka za spotrebu v tomto mesiaci.",
"Adding and reordering content in your Library": "Pridávanie a preorganizovávanie obsahu vo vašej knižnici",
"Adding your content to SpringboardVR is a 5 step process:": "Pridávanie obsahu do programu SpringboardVR je proces zložený z 5 krokov:",
"Additional Comments": "Ďalšie komentáre",
"Additional Information": "Dodatočné informácie",
"Additional information for this title.": "Dodatočné informácie pre tento titul.",
"Additional Instructions": "Dodatočné inštrukcie",
"Additional Options": "Ďalšie možnosti",
"Address": "Adresa",
"Address 1": "Adresa 1",
"Address 2": "Adresa 2",
"Admin": "Administrátor",
"After setting up your Pricing Options above, you can choose which countries you want to distribute your content to and adjust your prices per country.": "Po nastavení vyššie uvedených možností tvorby cien si môžete vybrať krajiny, do ktorých chcete svoj obsah distribuovať a upraviť svoje ceny podľa krajiny.",
"Age Limit": "Veková hranica",
"Age Limit:": "Vekový limit",
"Age Rating": "Veková skupina",
"All": "Všetko",
"All of your changes will be lost, including any enabled content on stations.": "Všetky vaše zmeny sa stratia, vrátane akéhokoľvek povoleného obsahu na staniciach.",
"All of your previous transactions are displayed here.": "Tu sa zobrazia všetky vaše predchádzajúce transakcie.",
"All prices are in USD.": "Všetky ceny sú v USD.",
"All the tags will be displayed on your home screen. If off, players will still be able to filter by tag.": "Všetky štítky sa zobrazia na vašej domovskej obrazovke. Ak sú vypnuté, hráči budú stále schopní filtrovať podľa štítku.",
"Already In Reservation": "Už rezervované",
"Also Tagged with": "Tiež so značkou",
"Always Active": "Vždy aktívne",
"Amount": "Množstvo",
"Amount Off": "Zľavnená čiastka",
"Amount Paid": "Vyplatená Čiastka",
"Amount Unpaid": "Nezaplatená suma",
"An overview of your available titles.": "Prehľad dostupných titulov.",
"Analytics": "Analytika",
"and": "a",
"Any age": "V akomkoľvek veku",
"Any changes you make within the 1st half of the month will be effective on the 1st of the next month.": "Akékoľvek zmeny, ktoré vykonáte v prvej polovici mesiaca, nadobudnú účinnosť od 1. dňa nasledujúceho mesiaca.",
"Any changes you make within the 2nd half of the month will take effect on the 1st of the following month.": "Akékoľvek zmeny, ktoré vykonáte v priebehu druhej polovice mesiaca, nadobudnú účinnosť od 1. dňa nasledujúceho mesiaca.",
"Arcade Version": "Verzia Arcade",
"are the prices you manually updated.": "sú ceny, ktoré ste manuálne aktualizovali.",
"Are you sure you want to delete this content?": "Naozaj chcete odstrániť tento obsah?",
"Are you sure you want to delete this experience?": "Ste si istý, že chcete vymazať tento zážitok?",
"Are you sure you want to delete this station? Starting next month, your station fees will decrease by your current per station rate and we will reimburse the prorated amount for the current month.": "Naozaj chcete túto stanicu odstrániť? Od budúceho mesiaca sa vaše poplatky za stanice znížia podľa vašej aktuálnej sadzby za stanicu a alikvotnú čiastku za aktuálny mesiac vám vrátime.",
"Are you sure you want to delete this tag?": "Naozaj chcete odstrániť túto značku?",
"Are you sure you want to disable this title from your station?": "Naozaj chcete zakázať tento titul vo svojej stanici?",
"Are you sure you want to enable this content for your entire experience? It will be installed and enabled on all computers assigned to this experience after you save the content page.": "Naozaj chcete tento obsah povoliť pre všetky svoje zážitky? Bude nainštalovaný a povolený na všetkých počítačoch priradených k tomuto zážitku, keď uložíte stránku s obsahom.",
"Are you sure you want to enable this content for your entire experience? Please make sure it is installed on your computers.": "Naozaj chcete tento obsah povoliť pre všetky svoje zážitky? Uistite sa, že je nainštalovaný vo vašich počítačoch.",
"Are you sure you want to enable this content for your entire location? It will be installed and enabled on all stations once you save.": "Naozaj chcete tento obsah povoliť pre celú svoju lokalitu? Nainštaluje sa a bude povolený na všetkých staniciach po uložení.",
"Are you sure you want to enable this content for your entire location? Please make sure it is installed on your computers.": "Naozaj chcete tento obsah povoliť pre celú svoju lokalitu? Uistite sa, že je nainštalovaný na vašich počítačoch.",
"Are you sure you want to quit without saving?": "Naozaj si želáte skončiť bez uloženia?",
"Are you sure you want to restore this station?": "Naozaj chcete obnoviť túto stanicu?",
"Are you sure you would like to cancel this reservation?": "Naozaj chcete zrušiť túto rezerváciu?",
"Are you sure you would like to delete this coupon?": "Ste si istý, že chcete vymazať tento kupón?",
"Are you sure you would like to delete this discount?": "Ste si istý, že chcete odstrániť túto zľavu?",
"Are you sure you would like to delete this Location? This will delete all experiences, stations, locations, discounts and coupons associated with this location.": "Naozaj chcete odstrániť túto lokalitu? Tým sa odstránia všetky skúsenosti, stanice, miesta, zľavy a kupóny spojené s touto lokalitou.",
"Are you sure you would like to delete this Location? This will delete all experiences, stations, widgets, discounts and coupons associated with this location.": "Ste si istí, že chcete vymazať túto lokalitu?",
"Are you sure you would like to delete this reservation?": "Naozaj chcete vymazať túto rezerváciu?",
"Are you sure you would like to delete this station? By reducing your total station count below 10, you will no longer be qualified for a volume discount.": "Naozaj chcete túto stanicu odstrániť? V prípade, že celkový počet vašich staníc klesne pod 10, nebudete mať nárok na množstevnú zľavu.",
"Are you sure you would like to delete this widget?": "Naozaj checte vymazať túto miniaplikáciu?",
"Are You Sure?": "Ste Si Istý?",
"Assigned Titles": "Priradené tituly",
"At least one experience": "Aspoň jedna skúsenosť",
"At least one experience.": "Aspoň jedna skúsenosť.",
"At least one open/close time price per experience.": "Najmenej jedna otvorená / zatvorená časová cena za skúsenosť.",
"At least one price per experience": "Aspoň jedna cena za skúsenosť",
"At least one price per experience.": "Aspoň jedna cena za skúsenosť.",
"At least one station": "Aspoň jedna stanica",
"At least one station.": "Aspoň jedna stanica.",
"Attempting to reconnect": "Pokúša sa znovu pripojiť",
"Auto pay scheduled for {date}": "Automatická platba je naplánovaná na {date}",
"Available Hours": "Hodiny dostupnosti.",
"Available on Content Distribution System": "Dostupné v systéme na distribúciu obsahu",
"Available on SpringboardVR since {date}.": "Dostupné na SpringboardVR od {date}.",
"Average Session Time (min)": "Priemerný čas relácie (min.)",
"Back": "Späť",
"Back online.": "Znovu pripojený",
"Back to Calendar": "Späť na kalendár",
"Back To Global Admin": "Naspäť do režimu globálneho správcu",
"Back to launcher": "Naspäť na spúšťač",
"Back to Overview": "Späť na prehľad",
"Back to Reservation": "Späť na rezerváciu",
"Back to the Marketplace": "Späť na trh",
"Based on the information you have provided, you will need to complete this official government document provided by the Internal Revenue Service - it is required for us to distribute payments to you.": "Na základe informácií, ktoré ste poskytli, budete musieť vyplniť tento oficiálny vládny dokument, ktorý vám poskytol Internal Revenue Service - je to nevyhnutné pre distribúciu platieb.",
"Basic Info": "Základné Informácie",
"Basic information for this title.": "Základné informácie pre tento titul",
"Because it is not a SpringboardVR title, if you want it uninstalled from your station’s computer, you need to uninstall it manually.": "Keďže to nie je titul SpringboardVR, ak ho chcete odinštalovať z počítača svojej stanice, musíte ho odinštalovať manuálne.",
"Before getting started": "Skôr ako začnete",
"Before you get started, read our content distribution guide to help you better understand your options and how to navigate through this process. The guide has helpful FAQ’s on the upload process, payment details, distribution options and more.": "Skôr ako začnete, prečítajte si nášho sprievodcu distribúciou obsahu, ktorý vám pomôže lepšie porozumieť vašim možnostiam a zlepší vašu orientáciu v tomto procese. Sprievodca obsahuje užitočné často kladené otázky týkajúce sa procesu nahrávania, podrobností o platbách, možností distribúcie a ďalšie.",
"Before you start adding your content to SpringboardVR, we need you to answer a few questions about your organization and fill out your tax form (so we can pay you). ": "Skôr než začnete pridávať svoj obsah do programu SpringboardVR, potrebujeme, aby ste odpovedali na niekoľko otázok o vašej organizácii a vyplnili svoj daňový formulár (aby sme vám mohli zaplatiť). ",
"Beta": "Beta",
"Beta access": "Prístup Beta",
"Billing": "Fakturácia",
"Birthdate": "Dátum narodenia",
"Birthday *": "Narodeniny *",
"blue": "modrý",
"Booking is paused!": "Rezervácie sú pozastavené!",
"Booking Name": "Názov rezervácie",
"Booking resumed!": "Rezervácia je obnovená!",
"Both Start Date and End Date are optional.": "Dátumy začiatku a konca sú voliteľné.",
"Bring up this overlay when in the game launcher. Pause or switch game when playing.": "Pri spúšťaní hry neneste toto prekrytie. Pozastavte alebo zapnite hru počas hrania.",
"Business closing down": "Ukončenie podnikania",
"Business Type": "Druh podnikania",
"Button background color": "Farba pozadia tlačidla",
"Button Text": "Text tlačidla",
"Button Text Color": "Farba textu tlačidla",
"Buy on Steam": "Kúpiť v Steam",
"Buy On Steam": "Kúpiť na Steam",
"Buy this content on Steam before installing it and enabling it on your stations.": "Najskôr si tento obsah zakúpte v Steam a potom ho nainštalujte a povoľte na svojich staniciach.",
"Call for help": "Zavolajte pomoc",
"Call help to play": "Ak chcete hrať, zavolajte pomoc",
"Calling for help": "Prosba o pomoc",
"Cancel": "Zrušiť",
"Cancel anytime": "Kedykoľvek zrušiť",
"Cancel Booking": "Zrušiť Rezerváciu",
"Cancel Help": "Zrušte pomoc",
"Cancel Reservation": "Zrušiť rezerváciu",
"Cancel Scheduled Activation": "Zrušiť naplánovanú aktiváciu",
"Cancellation Time": "Čas zrušenia",
"Cancellations & refunds": "Storná & refundácie",
"Cancelled Booking": "Zrušená rezervácia",
"Cancelling this booking will result in a full refund": "Zrušením tejto rezervácie obdržíte preplatenie v plnej hodnote",
"Card": "Karta",
"Change Password": "Zmeniť heslo",
"Changes succesfully saved.": "Zmeny sa úspešne uložili.",
"Changes to the order of this list will be reflected in your {stationMonitorLink} and your {reservationWidgetsLink}.": "Zmeny v poradí tohto zoznamu sa prejavia vo vašom {stationMonitorLink} a {bookingWidgetsLink}.",
"Check In": "Prihlásenie",
"Checking Code": "Prebieha kontrola k=odu",
"Checking Steam Verification": "Kontrola overenia Steam",
"Choose a Business Type": "Vyberte si druh podnikania",
"Choose a Country": "Vyberte si krajinu",
"Choose a Difficulty": "Zvoliť obtiažnosť",
"Choose an Age Rating": "Vybrať vekové hodnotenie",
"Choose an Experience Type": "Zvoľte typ zážitku",
"City": "Mesto",
"Clear": "Vymazať",
"Clear all": "Vymazať všetko",
"Clear search": "Vymazanie vyhľadávania",
"clear them all": "vymazať všetky",
"Click Save below to start adding your content to SpringboardVR.": "Kliknutím nižšie na položku Uložiť spustíte pridávanie obsahu do programu SpringboardVR.",
"Click To Start": "Kliknite na začiatok",
"Closed": "Zatvorený",
"Closing time": "Čas zatvorenia",
"Closing Time": "Čas zatvorenia",
"Code": "Kód",
"Come back to see statistics about your content after you’ve added your content to SpringboardVR.": "Po pridaní obsahu do programu SpringboardVR sa môžete vrátiť k štatistikám o svojom obsahu.",
"Coming Soon": "Čoskoro",
"Command Line Arguments": "Argumenty príkazového riadku",
"command line tool.": "nástroj príkazového riadka.",
"Commercial Licensing": "Komerčné Licencie",
"Complete the Tax Form and re-upload the file. ": "Vyplňte daňový formulár a súbor znova nahrajte. ",
"Confirm New Password": "Potvrdiť nové heslo",
"Conflict": "Konflikt",
"Connect Square": "Pripojiť štvorec",
"Connect Stripe": "Pripojiť Stripe",
"Connection Lost, Safety Mode Activated": "Spojenie bolo prerušené, bezpečnostný režim bol aktivovaný",
"Cons": "Zápory",
"Contact Info": "Kontaktné informácie",
"Contact Information": "Kontaktné informácie",
"Contact us at {supportEmail} if you want to stop distributing your content to a location type.": "Ak chcete zastaviť distribúciu svojho obsahu do typu lokality, kontaktujte nás na adrese {supportEmail}.",
"Content": "Obsah",
"Content Basics": "Základy obsahu",
"Content Category": "Kategória obsahu",
"Content Creator Panel": "Panel tvorcu obsahu",
"Content Description": "Opis obsahu",
"Content Details": "Podrobnosti o obsahu",
"Content Details. Fill out the details for your title.": "Podrobnosti o obsahu. Vyplňte údaje pre svoj titul.",
"Content developer looking to add their content to our commercial licensing? {register}": "Ste vývojár obsahu, ktorý chce zahrnúť svoj obsah do našich komerčných licencií? {register}",
"Content Distribution Guide": "Sprievodca distribúciou obsahu",
"Content Distribution Upload": "Nahranie obsahu",
"Content Distribution Upload Status": "Stav nahrávania distribúcie obsahu",
"Content Distribution Upload. Upload your content to our servers.": "Nahratie distribúcie obsahu. Nahrajte svoj obsah na naše servery.",
"Content Image": "Obrázok obsahu",
"Content Name": "Názov obsahu",
"Content Preset": "Prednastavenie obsahu",
"Content Ratings": "Hodnotenia obsahu",
"Content Ratings help SpringboardVR with sharing more accurate data and feedback to content creators about their titles and to location operators about trending content around the world.": "Hodnotenie obsahu pomáha SpringboardVR v tom, že môžeme zdieľať presnejšie údaje a spätnú väzbu s tvorcami obsahu o ich tituloch a s prevádzkovateľmi lokalít o trendovom obsahu na celom svete.",
"Content Requests": "Obsahové žiadosti",
"Content Title": "Názov obsahu",
"Content Trailer": "Ukážka obsahu",
"Content Type": "Typ obsahu",
"Content Upload Guide": "Sprievodca nahrávania obsahu",
"Content Uploaded": "Obsah nahratý",
"Continue": "Pokračovať",
"Continue playing": "Pokračovať v hre",
"Controller Instructions": "Inštrukcie ovládača",
"Copied": "Skopírované",
"Copy": "Kópia",
"Copy Embed Code": "Kopírovať vložený kód",
"Copy Share Link": "Kopírovať zdieľaný odkaz",
"Copy snippet": "Kopírovať úryvok",
"Corporation": "Korporácia",
"Cost This Month": "Náklady za tento mesiac",
"Cost this Month": "Náklady v tomto mesiaci",
"couldn’t be deleted": "nepodarilo sa odstrániť",
"Countries of Distribution": "Krajiny distribúcie",
"Country": "Krajna",
"Coupon": "Kupón",
"Coupon Code": "Kód kupónu",
"Coupon Details": "Podrobnosti o kupóne",
"Coupon Parameters": "Parametre kupónu",
"Coupon Timing": "Časový limit kupónu",
"Coupons": "Kupóny",
"Create": "Vytvoriť",
"Create a Custom Content Entry": "Vytvorte položku vlastného obsahu",
"Create a New Station": "Vytvorenie novej stanice",
"Create a new walk-in, adjust the time, check in and start.": "Vyvoriť nový vstup, upraviť čas, prihlásiť sa a začať.",
"Create Entry": "Vytvoriť položku",
"Credit Card Number": "Číslo Kreditnej Karty",
"Credits & Legal": "Dôveryhodnosť a právne predpisy",
"Currency": "Mena",
"Currency & Tax Settings": "Mena a nastavenie daní",
"Current Month Commercial Licensing Cost": "Náklady na komerčné licencie za aktuálny mesiac",
"Current Month Revenue": "Aktuálny mesačný príjem",
"Current Password": "Aktuálne heslo",
"Current Year Revenue": "Príjem v tomto roku",
"Currently, only the Price Per Minute option is available to locations": "V súčasnosti je pre weby dostupná jediná možnosť ceny za minútu",
"Cushion Time Between Reservations (In Minutes)": "Časová rezerva medzi jednotlivými rezerváciami (v minútach)",
"Custom": "Vlastné",
"Custom Content Entry": "Položka vlastného obsahu",
"Custom Hours": "Otváracie hodiny",
"Custom Length": "Vlastná dĺžka",
"Custom Length in Minutes": "Vlastná dĺžka v minútach",
"Custom Price": "Vlastná cena",
"Custom Price in": "Vlastná cena v",
"Custom Start Time": "Vlastný čas spustenia",
"Customers will enter this code during checkout to receive their coupon.": "Zákazníci zadajú tento kód pri pokladni, a tak dostanú svoj kupón.",
"Customers will enter this code during checkout to receive their discount.": "Zákazníci tento kód zadajú počas platenia, aby získali zľavu.",
"Customers will use this information to find and contact your location.": "Zákazníci použijú tieto informácie na vyhľadanie a kontaktovanie vašej lokality.",
"Customize how our desktop software will launch this content by either specifying a Universal Resource Indicator or a file path.": "Nastavte si, ako bude náš desktopový softvér spúšťať tento obsah, a to buď zadaním indikátora univerzálneho zdroja alebo cesty k súboru.",
"Customize how our desktop software will launch this content by specifying any extra command line arguments to be used.": "Nastavte si, ako bude náš desktopový softvér spúšťať tento obsah, a to tak, že zadáte akékoľvek ďalšie argumenty príkazového riadku, ktoré sa majú použiť.",
"CVV": "CVV",
"Date": "Dátum",
"Date & Number of Players": "Dátum a počet hráčov",
"Date and Time": "Dátum a čas",
"Dates": "Dátumy",
"Day": "Deň",
"Days": "Dni",
"DD/MM/YYYY": "DD/MM/RRRR",
"Deactivate License": "Deaktivovať Licenciu",
"Deactivating on {deactivationDate}": "Deaktivácia {deactivationDate}",
"Decline": "Odmietnuť",
"Decline & Delete": "Odmietnuť a odstrániť",
"Declining the End User License Agreement will deactivate the license, delete the title from your Library and uninstall it from all of your computers.": "Odmietnutie Licenčnej zmluvy koncového používateľa bude mať za následok deaktiváciu licencie, odstránenie titulu z vašej knižnice a jeho odinštalovanie zo všetkých vašich počítačov.",
"Declining the End User License Agreement will delete the title from your Library and uninstall it from all of your computers.": "Odmietnutie Licenčnej zmluvy koncového používateľa bude mať za následok odstránenie titulu z vašej knižnice a jeho odinštalovanie zo všetkých vašich počítačov.",
"Default Dashboard Elements": "Predvolené prvky ovládacieho panela",
"Default Idle Videos Volume": "Prednastavený zvuk videí v pohotovostnom režime",
"Delete": "Odstrániť",
"Delete Content": "Vymazať obsah",
"Delete Coupon": "Zmazať kupón",
"Delete Discount": "Vymazať zľavu",
"Delete experience": "Odstrániť skúsenosť",
"Delete Location": "Odstrániť lokalitu",
"Delete my account": "Vymazať moje konto",
"Delete my last station": "Vymazať moju poslednú stanicu",
"Delete Reservation": "Vymazať rezerváciu",
"Delete Station": "Vymazať stanicu",
"Delete Tag": "Odstrániť značku",
"Delete Widget": "Zmazať miniaplikáciu",
"delete your account": "vymazať svoj účet",
"deleted": "odstránené",
"Description": "Popis",
"Description of the experience": "Popis zážitku",
"Desktop": "Obrazovka",
"Details": "Podrobnosti",
"Developed By": "Vytvorené",
"Developer": "Developer",
"Developer Panel": "Panel Developera",
"Developers": "Vývojári",
"Difficulties": "Ťažkosti",
"Difficulty": "Obtiažnosť",
"Digital Rights Management": "Správa digitálnych práv",
"Directly from the Content Creator / Studio": "Priamo od tvorcu obsahu / Štúdia",
"Disable": "Zakázať",
"Disable & Uninstall": "Zakázať a odinštalovať",
"Disable Account": "Zablokovať konto",
"Disable account": "Deaktivovať zľavu",
"Disable my account": "Zablokovať moje konto",
"Disable Only": "Zakázať iba",
"Disable your Account": "Zablokovať svoje konto",
"Disconnect Square": "Odpojiť štvorec",
"Disconnect Stripe": "Odpojiť pruh",
"Discount": "Zľava",
"discount": "zľava",
"Discount Details": "Podrobnosti o zľave",
"Discount Name": "Názov zľavy",
"Discount Parameters": "Parametre zľavy",
"Discount saved": "Zľava uložená",
"Discount Timing": "Časový limit zľavy",
"Discounts": "Zľavy",
"Display advertising inside of the launcher from our partners.": "Zobraziť reklamu vo vnútri spúšťača od našich partnerov.",
"Display instructions in the launcher": "Zobraziť inštrukcie v launcheri",
"Displayed here are all of your previous invoices. As of [date], subscription fees and commercial licensing fees are combined in the same invoice.": "Všetky vaše predchádzajúce faktúry sú zobrazené tu. Predplatné a poplatky za komerčné licencie sú od [date] kombinované na rovnakej faktúre.",
"Dissatisfied with service": "Nespokojný so službou",
"Distribute": "Distribuovať",
"Distribute Steam Keys to Location": "Distribuovať kľúče Steam na lokalitu",
"Distribute to Educational Locations": "Distribuovať na vzdelávacie lokality",
"Distribute to Entertainment Locations": "Distribuovať na miesta zábavy",
"Distribute Your Content": "Distribuujte svoj obsah",
"Don't have a Virtual Reality Location Operator account? {register}": "Nemáte konto operátora vo virtuálnej realite? {register}",
"Done": "Hotový",
"Download": "Stiahnuť",
"Download a CSV file of all your reservations.": "Stiahnuť súbor CSV so všetkými vašimi rezerváciami",
"Download CSV": "Stiahnuť CSV",
"Download our": "Stiahnite si náš",
"Download Your Tax Form": "Stiahnite si svoj daňový formulár",
"Easy": "Ľahká",
"Easy, Medium and Hard categories will be displayed on your home screen. If off, players will still be able to filter by difficulty.": "Na vašej domovskej obrazovke sa zobrazia kategórie ľahkej, strednej a ťažkej úrovne. Ak je táto funkcia vypnutá, hráči budú stále môcť filtrovať podľa obtiažnosti.",
"edit": "upraviť",
"Edit": "Editovať",
"Edit Coupon": "Upraviť kupón",
"Edit Discount": "Upraviť zľavu",
"Edit Experience": "Upraviť zážitok",
"Edit Experiences": "Upravovať skúsenosti",
"Edit Reservation": "Upraviť rezerváciu",
"Edit Station": "Upraviť stanicu",
"Edit Tag": "Upraviť značku",
"Edit Title": "Upraviť titul",
"Edit Widget": "Upraviť miniaplikáciu",
"Editing": "Úprava",
"Editing reservations and station settings are disabled.": "Úpravy rezervácií a nastavenia staníc sú deaktivované.",
"Education": "Vzdelanie",
"Either way, we will track usage and bill them accordingly. Most titles opt to let us distribute Steam Keys instead of forcing operators to purchase their title on each station.": "Či tak alebo onak, budeme sledovať využitie a podľa toho ich aj účtovať. Väčšina titulov si volí tú možnosť, aby sme my distribuovali kľúče Steam namiesto nútenia operátorov k nákupu ich titulu na každej stanici.",
"Email": "Email",
"Email Address": "E-mailová adresa",
"Embed Code": "Vložiť kód",
"Enable Content on your Stations": "Povoľte obsah vo svojich staniciach",
"Enable In Store Payments": "Povoliť platby v obchode",
"Enable Monthly Price": "Povoliť mesačný poplatok",
"Enable on all the stations in {name}": "Povoliť na všetkých staniciach v {name}",
"Enable online reservations for this station.": "Aktivovať online rezervácie pre túto stanicu.",
"Enable our DRM solution": "Zapnúť naše riešenie DRM",
"Enable Per Play Pricing": "Povoliť poplatok za hru",
"Enable Regionally Adjusted Pricing": "Aktivovať regionálne prispôsobené ceny",
"Enable Square": "Povoliť štvorec",
"Enable Station on Title": "Povoliť stanicu v názve",
"Enable stripe": "Povoliť pruh\n\n",
"Enable Tag on Title": "Povoliť značku pre titul",
"Enable Yearly Price": "Povoliť ročný poplatok",
"Enabled Titles on this Station": "Povolené tituly na tejto stanici",
"Enables keyboard shortcuts that can be bound to USB connected buttons to start (Ctrl-Shift-F1) and stop (Ctrl-Shift-F2) a title. When Launcher is Disabled, will play a trailer reel based on the videos uploaded for the content in your library rather than open the launcher.": "Umožňuje spustiť klávesové skratky, ktoré sa môžu viazať na tlačidlá pripojené cez USB pre spustenie (Ctrl-Shift-F1) a zastavenie (Ctrl-Shift-F2) titulu. Keď je spúšťač vypnutý, bude sa prehrávať trailer v podobe slučky videí z vašej knižnice namiesto otvorenia spúšťača.",
"End Date": "Dátum ukončenia",
"End User License Agreement": "Licenčná dohoda s koncovým užívateľom (EULA)",
"End User License Agreement. Protect your intellectual property.": "Licenčná zmluva koncového používateľa. Chráňte svoje duševné vlastníctvo.",
"Ended on {date}": "Skončené dňa {date}",
"Ends At": "Končí o",
"Ends on {date}": "Končí dňa {date}",
"Enter a dollar amount between 0 and 25.": "Zadajte hodnotu dolára od 0 do 25.",
"Enter the host's contact information": "Zadajte kontaktné informácie hostiteľa",
"Enter the path to your steamapps/common folder for this station here, and then it can be used as a macro when using the legacy launch method (e.g. %STEAM_PATH%\\\\Job Simulator). If you aren't using the legacy launch method for any steam content, you don't need to fill this in.": "Tu zadajte cestu k priečinku steamapps/common a budete ju môcť použiť ako makro pri používaní staršieho spôsobu spúšťania (napr. %STEAM_PATH%\\\\Job Simulator). Ak nepoužívate staršiu možnosť súšťania pre žiadny obsah služby Steam, toto pole nemusíte vypĺňať.",
"Enter your contact information here.": "Tu zadajte svoje kontaktné informácie.",
"Enter your organization’s information here.": "Tu zadajte informácie o vašej organizácii.",
"Enter Your Password": "Zadajte svoje heslo",
"Enter your search": "Zadajte svoje vyhľadávanie",
"Entertainment": "Zábava",
"Entertainment vs Education": "Zábava vs. Vzdelanie",
"Equipment": "Vybavenie",
"Error during install": "Chyba počas inštalácie",
"Error during uninstall": "Chyba počas odinštalovania",
"Estimated Amount Due": "Odhadovaná splatná suma",
"Estimated Cost Per Month": "Predpokladaná Cena za Mesiac",
"Estimated Month Commercial Licensing Cost": "Odhadované mesačné náklady na komerčné licencie",
"Estimated Month Revenue": "Odhadovaný mesačný príjem",
"Estimated Total due on {date}": "Odhadované celkom na deň {date}",
"Estimated Year Revenue": "Odhadovaný ročný príjem",
"EULA effective date": "Dátum účinnosti licenčnej zmluvy koncového používateľa",
"EULA Update": "Aktualizovať dohodu EULA",
"Example Button": "Vzorové tlačidlo",
"Exclusive Tax": "Bez dane",
"Experience": "Skúsenosť",
"Experience Details": "Podrobnosti o zážitku",
"Experience Name": "Názov zážitku",
"Experience Type": "Druh skúsenosti",
"Experiences": "Zážitky",
"Expiration Date": "Dátum expirácie",
"Expires": "Expiruje",
"Expires On": "Vyprší dňa",
"Export Reservation Data": "Exportovať údaje o rezerváciách",
"Extend Full Booking": "Rozšíriť plnú rezerváciu",
"Extend Full Reservation": "Rozšíriť úplnú rezerváciu",
"Failed Login Image": "Zlyhal prihlasovací obrázok",
"Feature Requests": "Požiadavky na funkciu",
"Filter": "Filter",
"Filtering, searching for games and calling for help are disabled.": "Filtrovanie, vyhľadávanie hier a žiadanie o pomoc je deaktivované.",
"First Name": "Meno",
"First Of Next Month": "Prvého nasledujúci mesiac",
"Flat Amount Off": "Bez paušálneho poplatku",
"Follow the steps in the": "Postupujte podľa krokov v",
"For internal reference only.": "Iba pre interné použitie.",
"For more detailed instructions on how to set up your location you can visit our": "Pre podrobnejšie informácie o tom, ako nastaviť svoju polohu, môžete navštíviť našu",
"For stations the content is not enabled on yet, no extra steps will be required when you decide to enable the content as it will automatically install the proper version.": "Na staniciach, na ktorých obsah ešte nie je povolený, nebudú potrebné žiadne ďalšie kroky, pretože keď sa rozhodnete povoliť obsah, automaticky sa nainštaluje správna verzia.",
"For stations the title is already enabled on, uninstall your old copy of the content and click the update button. The \"One-Click\" version of your title will get installed and enabled automatically.": "Na staniciach, na ktorých je titul už povolený, odinštalujte starú kópiu obsahu a kliknite na tlačidlo aktualizácie. Verzia vášho „jeden-klik“ titulu sa nainštaluje a automaticky sa povolí.",
"For stations the title is already enabled on, uninstall your old copy of the content and click the update button. The Content Distribution System version of your title will get installed and enabled automatically.": "Na staniciach, na ktorých je titul už povolený, odinštalujte starú kópiu obsahu a kliknite na tlačidlo aktualizácie. Systému distribúcie obsahu nainštaluje verziu titulu a automaticky ju povolí.",
"For stations the title is already enabled on, uninstall your old copy of the content and click the update button. The SpringboardVR: Content version of your title will get installed and enabled automatically.": "Na staniciach, na ktorých je titul už povolený, odinštalujte starú kópiu obsahu a kliknite na tlačidlo aktualizácie. SpringboardVR: Verzia obsahu vášho titulu sa nainštaluje a povolí automaticky.",
"For Steam title it looks like “steam://launch/512321/VR”": "Pre titul Steam to vyzerá ako “steam://launch/512321/VR”",
"Forever": "Navždy",
"Forgot Password?": "Zabudli Ste Heslo?",
"Free": "Zadarmo",
"Free Roaming": "Bezplatný roaming",
"Full Size Ad": "Reklama v plnej veľkosti",
"Game controls": "Ovládanie hry",
"Game Keys": "Kľúče k Hrám",
"game list": "zoznam hier",
"Game Ratings": "Hodnotenia hier",
"Game Title: A - Z": "Názov hry: A - Z",
"Game Title: Z - A": "Názov hry: Z - A",
"Games": "Hry",
"Games Ratings help SpringboardVR with sharing more accurate data and feedback to game developers about their games and to location operators about trending content around the world.": "Hodnotenia hier pomáhajú prostrediu SpringboardVR so zdieľaním presnejších údajov a spätnej väzby vývojárom hier o hrách a operátorom polohy o trendovom obsahu na celom svete.",
"Genres": "Žánre",
"Genres (3 max)": "Žánre (maximálne 3)",
"Get in Touch!": "Poďte nadviazať kontakt!",
"Global Admin Mode": "Režim globálneho správcu",
"Go Back": "Vrátiť sa naspäť",
"Go to My Account": "Ísť na Moje konto",
"Go to My Library": "Prejsť do priečinka Moja knižnica",
"Go to Old Monitor": "Prejsť na starý monitor",
"Go to your content’s landing page in Steam and click “Request Steam Product Keys”. Follow the instructions to generate the keys, then upload the file here.": "Prejdite na vstupnú stránku svojho obsahu v službe Steam a kliknite na položku „Vyžiadať produktové kľúče Steam“. Postupujte podľa pokynov na vygenerovanie kľúčov a potom súbor nahrajte sem.",
"Got it!": "Mám to!",
"Grip Buttons": "Tlačidlá konzoly",
"Group": "Skupina",
"Hard": "Ťažký",
"Hardware/Software Info": "Informácie o hardvéri/softvéri",
"has been saved": "boli uložené",
"Have a Coupon Code?": "Máte kód z kupóna?\n\n",
"Have an idea to make SpringboardVR better? Let us know!": "Máte nápad ako vylepšiť stránku SpringboardVR? Dajte nám o ňom vedieť!",
"Have questions? We have all the answers you need in our knowledge base.": "Máte otázky? Vo vedomostnej základni máme pre vás všetky odpovede, ktoré potrebujete.",
"Headset Type": "Typ slúchadiel",
"Help is on the way!": "Pomoc je na ceste!",
"Helpful information on pricing your content.": "Užitočné informácie o cenách vášho obsahu.",
"here": "tu",
"Home": "Domov",
"Host": "Hostiteľ",
"Host Contact Information": "Kontaktné informácie hostiteľa",
"Hour": "Hodina",
"Hours": "Hod.",
"How to Upload Content": "Ako nahrať obsah",
"How would you rate your experience?": "Ako by ste ohodnotili svoje skúsenosti?",
"I got my license from:": "Moju licenciu mám od:",
"I have read and agree to the {terms_of_service} and {privacy_policy}": "Prečítal som si a súhlasím s {terms_of_service} a {privacy_policy}",
"Idle Mode": "Pohotovostný režim",
"If a customer is currently playing on this station, make sure there is a running session for it in the Station Monitor or the player will have their session ended unintentionally. If you do not have a running session in the Station Monitor:": "Ak sa zákazník práve hrá na tejto stanici, uistite sa, že v monitore stanice prebieha relácia, v opačnom prípade dôjde k neúmyselnému ukončeniu relácie. Ak v monitore stanice neprebieha relácia:",
"If a new session is started while the station is disconnected, you will need to track time yourself.": "Ak sa počas odpojenia stanice spustí nová relácia, budete si musieť sledovať čas sami.",
"If disabled, content must be remotely launched from Station Monitor.": "Pri vypnutí musí byť obsah vzdialene spustený zo Station monitoru.",
"If mini mode is selected there will be no text displayed for the widget.": "Ak bude zvolený minimálny režim, v miniaplikácii sa nebude zobrazovať žiaden text.",
"If on, players will be asked to rate games (good or bad) when they are done playing.": "Pri zapnutej funkcii budú hráči požiadaní ohodnotiť hru (dobrá alebo zlá) po jej skončení.",
"If on, players will be asked to rate the title (good or bad) when they are done playing.": "Ak je zapnutý, požiadame hráčov, keď skončia hru, aby ohodnotili titul (dobrý alebo zlý).",
"If ON, please upload at least 100 Steam Keys.": "Ak je zapnuté, nahrajte aspoň 100 kľúčov Steam.",
"If timer is disabled, content will always be ready to launch.": "Ak je časovač vypnutý, obsah bude vždy pripravený na spustenie.",
"If you change your mind after disabling your account, you can always log back in with your current email and password and reactivate it. If you prefer, you can permanently {delete}.": "Ak si deaktiváciu účtu rozmyslíte, vždy sa môžete vrátiť prihlásením sa prostredníctvom vášho aktuálneho emailu a hesla. Ak máte záujem, môžete účet aj natrvalo {delete}.",
"If you choose NOT to, they will be required to purchase your title from Steam for each station.": "Ak si vyberiete možnosť NIE, budú si musieť kúpiť váš titul zo služby Steam pre každú stanicu.",
"If you don't have a running session, create a new walk-in, adjust the time accordingly and start it.": "Pokiaľ neprebieha relácia, vytvorte si nový vstup, upravte si čas a začnite.",
"If you have a Late Policy add it here. This will be added to your confirmation emails.": "Pokiaľ si uplatňujete Politiku oneskorenia, pridajte ju sem. Bude to pridané do vašich potvrdzujúcich mailov.",
"If you have any changes to your tax status, please contact us at {supportEmail}.": "Ak došlo k akýmkoľvek zmenám vo vašom daňovom statuse, kontaktujte nás na adrese {supportEmail}.",
"If you pick 15 minutes, then the options will be 1:00, 1:15, 1:30, 1:45 etc.": "Ak si vyberiete 15 minút, potom budete mať tieto možnosti 1:00, 1:15, 1:30, 1:45 atď.",
"If you save, all the price updates for this country will take effect on {date}.": "Všetky cenové aktualizácie pre túto krajinu nadobudnú účinnosť po uložení od {date}.",
"If you save, the price update will take effect on {date} for all countries.": "Cenová aktualizácia nadobudne účinnosť po uložení od {date} pre všetky krajiny.",
"If you save, the price update will take effect on {date}.": "Cenová aktualizácia nadobudne účinnosť po uložení od {date}.",
"If you update your prices between January 15th and January 31st, your prices will be updated for locations on March 1st": "Ak budete ceny aktualizovať v období od 15. januára do 31. januára, ceny pre weby sa budú aktualizovať 1. marca",
"If you update your prices between January 1st and January 14th, your prices will be updated for locations on February 1st": "Ak budete ceny aktualizovať v období od 1. januára do 14. januára, ceny pre weby sa budú aktualizovať 1. februára",
"If you want to start, please edit the reservation so it will end after the current time.": "Ak chcete začať, upravte rezerváciu tak, aby skončila po aktuálnom čase.",
"If you wish to update your name, business type, country, or delete your account, please contact {supportEmail}.": "Ak chcete aktualizovať svoje meno, druh podnikania, krajinu alebo chcete odstrániť svoj účet, obráťte sa na {supportEmail}.",
"If you would like to deactivate your commercial licensing account with SpringboardVR please contact [email protected]": "Ak si želáte deaktivovať svoj komerčný licenčný účet u spoločnosti SpringboardVR, kontaktujte [email protected]",
"If you would like to keep the content installed on all the computers at your location but disabled on your stations, select “Disable Only”. To uninstall the content, click on “Disable & Uninstall”.": "Ak chcete, aby obsah zostal nainštalovaný na všetkých počítačoch vo vašej lokalite, ale zakázaný na vašich staniciach, vyberte možnosť „Zakázať iba“. Ak chcete obsah odinštalovať, kliknite na „Zakázať a odinštalovať“.",
"If you would like to keep the content installed on all the computers in your experience but disabled on your stations, select “Disable Only”. To uninstall the content, click on “Disable & Uninstall”.": "Ak si želáte, aby obsah zostal nainštalovaný vo všetkých počítačoch vo vašich zážitkoch, ale zakázaný na vašich staniciach, vyberte „Zakázať iba“. Ak chcete obsah odinštalovať, kliknite na „Zakázať a odinštalovať“.",
"If you would like to keep the content installed on your computer but disabled on your station, select “Disable Only”. To uninstall the content, click on “Disable & Uninstall”.": "Ak chcete, aby obsah zostal nainštalovaný na vašom počítači, ale zakázaný na vašej stanici, vyberte možnosť „Zakázať iba“. Ak chcete obsah odinštalovať, kliknite na „Zakázať a odinštalovať“.",
"If your tax professional recommends you use a different tax form, please skip downloading this form and instead submit your own below.": "Ak vám daňový poradca odporúča použiť iný daňový formulár, tento formulár vynechajte a namiesto toho nižšie odošlite svoj vlastný.",
"Image": "Obrázok",
"Immediately": "Okamžite",
"In order to access our commercial licensing features you must be on a paid plan.": "Pre prístup k našim komerčným licenčným funkciám musíte mať platený plán.",
"In order to launch this title on a station, you’ll need to use your own license, enable the title on your desired station using the toggle, and ensure it has been installed on your computer. If you want to remove this title from a station, disable it using the toggle and manually uninstall it.": "Aby ste mohli tento titul spustiť na stanici, budete musieť použiť svoju vlastnú licenciu, povoliť titul na želanej stanici pomocou prepínača a uistiť sa, že je nainštalovaný vo vašom počítači. Ak chcete tento titul odstrániť zo stanice, zakážte ho pomocou prepínača a manuálne ho odinštalujte.",
"In order to play this content in the Launcher, use the toggle to enable the title on your desired station and make sure it is installed on your computer. Use your own license or request a Steam Key if needed. If you want to remove this title from a station, disable it using the toggle and manually uninstall it.": "Aby ste mohli tento obsah prehrávať v Launcheri, použite prepínač na povolenie titulu na želanej stanici a uistite sa, že je nainštalovaný vo vašom počítači. Ak treba, použite svoju vlastnú licenciu alebo požiadajte o kľúč Steam. Ak chcete tento titul odstrániť zo stanice, zakážte ho pomocou prepínača a manuálne ho odinštalujte.",
"Inactive Content": "Neaktívny obsah",
"Inactive Coupons": "Neaktívne kupóny",
"Inactive Discounts": "Neplatné zľavy",
"Includes indie VR arcades, family entertainment centers, mobile VR units...": "Zahŕňa indie VR arkády, rodinné zábavné centrá, mobilné jednotky VR...",
"Includes universities, libraries, K-12 schools, museums, educational non-profits...": "Zahŕňa univerzity, knižnice, školy K-12, múzeá, vzdelávacie neziskové organizácie ...",
"Inclusive Tax": "Vrátane dane",
"Individual": "Individuálny",
"Infinite": "Nekonečný",
"Install Desktop Client": "Nainštalovať desktop klienta",
"Install pending": "Prebieha inštalácia",
"Installed": "Nainštalovaný",
"Installing - {percentage}%": "Inštalovanie – {percentage} %",
"Internal Name": "Interný názov",
"Invoice History": "História faktúr",
"It will be removed from your Library and uninstalled from your computers.": "Bude odstránený z vašej knižnice a odinštalovaný z vašich počítačov.",
"It will be removed from your Library but because it is not a SpringboardVR title, if you want it uninstalled from your station’s computer, you need to uninstall it manually.": "Bude odstránený z vašej knižnice. Ale pretože to nie je titul SpringboardVR, ak ho chcete odinštalovať z počítača vašej stanice, musíte to urobiť manuálne.",
"It will take us approximately 5 business days to review your Tax Form and we will send you an email when it’s approved.": "Kontrola vášho daňového formulára nám potrvá približne 5 pracovných dní a po jeho schválení vám pošleme e-mail.",
"It's your first time here? No problem, we have a guide to get you started with your new location.": "Ste tu prvýkrát? Žiadny problém, máme sprievodcu, ktorý vám pomôže začať s novou lokalitou.\n\n",
"Its license will be deactivated and it will be removed from your Library and uninstalled from your computers.": "Jeho licencia bude deaktivovaná a bude odstránená z vašej knižnice a odinštalovaná z vašich počítačov.",
"Its license will be deactivated and it will be removed from your Library. Because it is not a SpringboardVR title, if you want it uninstalled from your station’s computer, you need to uninstall it manually.": "Jeho licencia bude deaktivovaná a bude odstránená z vašej knižnice. Keďže to nie je titul SpringboardVR, ak ho chcete odinštalovať z počítača svojej stanice, musíte ho odinštalovať manuálne.",
"I’m done": "Hotovo",
"Join our community of operators, see what others are up to in the industry and get sneak peeks from the SpringboardVR team.": "Pridajte sa do našej komunity operátorov, pozrite si, čo robia ostatní v tomto odvetví a nahliadnite do tímu SpringboardVR.",
"Keep my account": "Zachovať môj účet",
"Keys Available": "Dostupné kľúče",
"Keys Used": "Použité Kľúče",
"Knowledge Base": "Vedomostná základňa",
"L": "Ľ",
"Landscape": "Krajina",
"Language": "Jazyk",
"Language / Locale": "Jayzk / varianta jazyka",
"Last Name": "Priezvisko",
"Late Policy": "Neskorá Podmienka\n",
"Latest EULA update": "Najnovšia aktualizácia licenčnej zmluvy koncového používateľa",
"Latest Update": "Najnovšia aktualizácia",
"Latest Updates": "Najnovšie aktualizácie",
"Latest Version": "Najnovšia verzia",
"Launch Method": "Metóda ob spustenia",
"Launch Settings": "Nastavenia spustenia",
"Launched": "Spustené",
"Launcher": "Spúšťač",
"Launcher Ads": "Reklamy spúšťača",
"Launcher Advertising": "Reklama spúšťača",
"Launcher Billboards": "Bilbordy spúšťača",
"Launcher Content Preview Enabled": "Prehľad obsahu spúšťača je povolený",
"Launcher controls": "Ovládače spúšťača",
"Launcher Enabled": "Spúšťač aktivovaný",
"Launcher Home Screen Content Layout": "Rozloženie obsahu domovskej obrazovky launchera",
"Launcher Home Screen Games Layout": "Rozmiestnenie spúšťača hier na domovskej obrazovke",
"Launcher Settings": "Nastavenia spúštača",
"Learn more": "Viac informácií",
"Learn more about Safety Mode.": "Dozvedieť sa viac o bezpečnostnom režime.",
"Left side": "Ľavá strana",
"Length": "Dĺžka",
"Length of time": "Dĺžka času",
"Length of time (Price Per Station)": "Dĺžka času (cena za stanicu)",
"Lengths of Time": "Časový rozsah",
"Let us know which games you want to see added to the SpringboardVR Marketplace.": "Dajte nám vedieť, ktoré hry by ste radi uvítali v SpringboardVR Marketplace.",
"License Option": "Možnosti licencie",
"Loading...": "Načítavam...",
"Location Name": "Názov lokality",
"Location Not Set-Up": "Nie je nastavená lokalita",
"Locations": "Miesta",
"Locations can choose to license your content on a flat monthly per station basis.": "Weby si môžu vybrať na licencovanie vášho obsahu paušálny mesačný poplatok na jednu stanicu.",
"Locations can choose to license your content on a flat yearly per station basis.": "Weby si môžu vybrať na licencovanie vášho obsahu paušálny ročný poplatok na jednu stanicu.",
"Locations can choose to license your content on a per minute fee basis. Enter a dollar amount between 0 and 0.99. For most titles, we recommend you do not price over $0.06 USD per minute.": "Weby sa môžu rozhodnúť licencovať váš obsah na základe poplatku za minútu. Zadajte hodnotu dolára od 0 do 0,99. Pre väčšinu nárokov odporúčame nedvíhať cenu nad $ 0.06 USD za minútu.",
"Locations can choose to license your content on a Per Play basis, meaning they will be charged whenever the content is played.": "Weby si môžu vybrať na licencovanie vášho obsahu poplatok za hru, to znamená, že budú platiť zakaždým, keď sa obsah prehrá.",
"Login": "Prihlásiť sa",
"Logo": "Logo",
"Logout": "Odhlásiť sa",
"Look Up": "Vyhľadať",
"Look's like there's no reservation here.": "Zdá sa, že tu nie je žiadna rezervácia.",
"Looks like this location isn't fully ready to monitor. Make sure you have set up the following:": "Zdá sa, že táto poloha nie je úplne pripravená na monitorovanie. Uistite sa, že ste nastavili nasledujúce položky:",
"Maintenance Mode": "Režim údržby",
"Maintenance Mode Enabled": "Aktivovaný režim údržby",
"Make Reservation": "Vytvoriť rezerváciu",
"Make sure you have a running session in the Station Monitor for each station currently being used.": "Uistite sa, že relácia v monitore stanice prebieha pre každú jednu stanicu, ktorá sa práve používa.",
"Make Your Content Discoverable": "Urobte svoj obsah objaviteľným",
"Manage Users": "Spravovať používateľov",
"Manually Added": "Manuálne pridané",
"Manually Added Content": "Manuálne pridaný obsah",
"Mark as paid": "Označiť ako zaplatené",
"Marketplace": "Obchod",
"Max people per station": "Maximum ľudí na stanicu",
"Maximum Number of Players": "Maximálny počet hráčov",
"Med.": "Stredný",
"Medium": "Stredná",
"Menu Button": "Tlačidlo menu",
"Min": "Min.",
"min": "min",
"min | mins": "min | min",
"Mini Mode": "Miniatúrny režim",
"Minimum Number of Players": "Minimálny počet hráčov",
"Minimum Number of Stations": "Minimálny počet staníc",
"Minimum Payout Threshold": "Minimálna hranica výplaty",
"Minimum Payout Threshold in USD": "Minimálna hranica výplaty v USD",
"Minimum Play Time in Seconds": "Minimálny čas prehrania v sekundách",
"Minimum Requirements": "Minimálne požiadavky",
"Minute": "Minúta | Minúty",
"Minutes": "Minúty",
"Minutes Used": "Spotrebované minúty",
"Monitor My Stations": "Monitorovať moje stanice",
"Monitor Stations": "Monitorovacie Stanice",
"Month": "Kuukausi",
"Month Revenue": "Mesačný príjem",
"Month-to-month": "Z mesiaca na mesiac",
"Monthly Cost Estimate": "Odhadované náklady za mesiac",
"Monthly Price in USD": "Mesačný polatok v USD",
"Monthly Rate per Station": "Mesačná sadzba za stanicu",
"Monthly Statements": "Mesačné výpisy",
"More Info on SpringboardVR Community": "Viac informácií o komunite SpringboardVR",
"More Options": "Ďalšie možností",
"Most recent: Newest to Oldest": "Najnovšie: od najnovšieho po najstaršie",
"Most recent: Oldest to Newest": "Najnovšie: od najstaršieho po najnovšie",
"Most titles (even free) require you to have a commercial license. If you aren’t licensing from SpringboardVR, make sure you have a commercial license to use this title.": "Väčšina titulov (aj tie zadarmo) vyžadujú, aby ste mali komerčnú licenciu. Ak nemáte licenciu od SpringboardVR, uistite sa, že na používanie tohto titulu máte komerčnú licenciu.",
"Motion Platform": "Platfroma pohybu",
"Multi": "Multi",
"Multiplayer": "Pre viacerých hráčov",
"My Account": "Môj účet",
"My content was built primarily for": "Môj obsah bol vytvorený v prvom rade pre",
"My Library": "Moja knižnica",
"My Licenses": "Moje Licencie",
"My Profile": "M",
"Name": "Meno",
"Name of the experience": "Názov zážitku",
"Name on Card": "Meno na karte",
"Narrative": "Príbeh",
"Network changed, you are now offline.": "Zmena siete, teraz ste v režime offline.",
"New Coupon": "Nový kupón",
"New Discount": "Nová zľava",
"New Experience": "Nová skúsenosť",
"New Location": "Nová lokalita",
"New Password": "Nové heslo",
"New Releases": "Nové vydania",
"New Reservation": "Nová rezervácia",
"New Station": "Nová stanica",
"New Tag": "Nová značka",
"New widget": "Nová miniaplikácia",
"New Widget": "Nová miniaplikácia",
"Next Step": "Ďalší krok",
"No": "Nie",
"No Age Limit": "Bez ohraničenia veku",
"No Age Rating": "Žiadne vekové hodnotenie",
"No Card Found": "Nebola nájdená žiadna karta",
"No Content Uploaded": "Nebol nahratý žiaden obsah",
"No games to show": "Nie sú žiadne hry, ktoré by sa dali ukázať",
"No invoices on file.": "V evidencii nie sú žiadne faktúry.",
"No monthly statements have been added yet.": "Zatiaľ neboli pridané žiadne mesačné výpisy.",
"No presets found.": "Nenašli sa žiadne predvoľby.",
"No results": "Žiadne výsledky",
"No Station Available | 1 Station Available | {count} Stations Available": "Žiadna dostupná stanica | 1 Dostupná stanica | {count} Dostupných staníc",
"No Stations": "Žiadna stanica",
"No, Go Back": "Nie, naChoď späť",
"None": "Nič",
"Not Applicable / I don’t have one": "Nehodí sa / Nemám licenciu",
"Not installed": "Nie je nainštalovaný",
"Not Paid": "Neplatený",
"Not Paid Yet": "Zatiaľ nezaplatené",
"Now": "Teraz",
"Now Playing": "Teraz hrá",
"Number of Licensed Games Played this Month": "Počet licencovaných hier hraných tento mesiac",
"Number of Organizations": "Počet organizácií",
"Number of Players": "Počet Hráčov",
"Number of Stations": "Počet Staníc",
"Number Of Titles": "Počet titulov",
"Number of Titles in My Library": "Počet titulov v mojej knižnici",
"Number of Titles on this Station": "Počet titulov na tejto stanici",
"Number of Titles with this Tag": "Počet titulov s touto značkou",
"Oculus Rift": "Oculus Rift",
"Off": "Vypnutý",
"On the first of each month, you will be billed the per minute fees for each of your enabled stations for your previous month’s usage.": "V prvý deň každého mesiaca vám budú za každú vašu povolenú stanicu, používanú v predchádzajúcom mesiaci, účtované poplatky podľa minút.",
"Once you add content, you'll see it listed here.": "Po pridaní obsahu ho uvidíte tu.",
"Once your content is uploaded, don’t forget to add your End User License Agreement. Please contact {supportEmail} if you have any questions.": "Po nahratí obsahu nezabudnite pridať svoju Licenčnú zmluvu koncového používateľa. V prípade akýchkoľvek otázok kontaktujte, prosím, {supportEmail}.",
"Once your content is uploaded, you will be able to continue to the next step. Please contact {supportEmail} if you have any questions.": "Po nahratí obsahu budete môcť pokračovať na ďalší krok. V prípade akýchkoľvek otázok kontaktujte, prosím, {supportEmail}.",
"Once your location is created you will be able to add payment methods.": "Po vytvorení svojej lokality si budete môcť pridať platobné metódy.",
"Once your location is created you will be able to export reservation data.": "Po vytvorení vašej lokality budete môcť exportovať údaje o rezervácii.",
"One-Click Titles": "„Jeden-klik“ tituly",
"Open": "Otvorené",
"Opening time": "Čas otvorenia",
"Opening Time": "Otvárací čas",
"Operator Panel": "Ovládací panel",
"Opt in to Beta access for new SpringboardVR features": "Prihlásiť sa do Beta prístupu pre nové funkcie SpringboardVR",
"Options": "Možnosti",
"or": "alebo",
"or select an image": "alebo vyberte obrázok",
"Organization": "Organizácia",
"Organization Details": "Podrobnosti organizácie",
"Organization Name": "Názov organizácie",
"Organization Settings": "Nastavenie Organizácie",
"Organizer": "Organizér",
"Originally set by the content creator as {value}.": "Pôvodne nastavené tvorcom obsahu ako {value}.",
"Other": "Ostatné",
"Other licensing platform": "Iná licenčná platforma",
"Other Times": "Iné časy",
"Our Content Distribution System (CDS) allows us to securely distribute, manage and track the usage of your title. It gives you much more data as well as control over where and how content is used. Note: once CDS is live, we will no longer use Steam as a distribution method.": "Náš systém distribúcie obsahu (SDO) nám umožňuje bezpečne distribuovať, spravovať a sledovať používanie vášho titulu. Poskytuje vám oveľa viac údajov, ako aj kontrolu nad tým, kde a ako sa obsah používa. Poznámka: keď je SDO spustený, už nebudeme používať Steam ako spôsob distribúcie.",
"Outstanding Balance": "Nevyrovnaný zostatok",
"Overview of commercial licensing fees for the current month to date.": "Prehľad poplatkov za komerčné licencie za aktuálny mesiac.",
"Overview of your plan and number of active stations today.": "Prehľad vášho plánu a počet aktívnych staníc k dnešnému dňu.",
"Paid Extension": "Platené rozšírenie",
"Paid with:": "Zaplatené s:",
"Password": "Heslo",
"Password Change": "Zmena hesla",
"Passwords do not match": "Heslá sa nezhodujú",
"Path": "Cesta",
"Path-based launch lets you specify the exact file path to the content you wish to launch.": "Spustenie s možnosťou zadania cesty k súboru vám umožňuje špecifikovať presnú cestu k obsahu, ktorý chcete spustiť.",
"path.to.rule": "path.to.rule",
"Pause": "Prestávka",
"Paused": "Pozastavený",
"Pay in store": "Platba v obchode",
"Pay with card": "Platba kartou",
"Payment": "Platba",
"Payment Options": "Možnosti platby",
"PDF": "PDF",
"Pending Content Details": "Nedoriešené podrobnosti o obsahu",
"Pending Content Distribution Upload": "Nedoriešené nahrávanie distribúcie obsahu",
"Pending EULA": "Nedoriešená licenčná zmluva koncového používateľa",
"Pending EULA Approval": "Prebieha schválenie EULA",
"Pending Keys": "Čakajúce Kľúče",
"Pending Pricing Information": "Nedoriešené informácie o cenách",
"Pending Publishing": "Čaká na zverejnenie",
"Pending Steam Keys": "Nedoriešené kľúče Steam",
"Pending Steam Verification": "Nedoriešené overenie Steam",
"Pending...": "Nedoriešený...",
"Per Minute": "Za Minútu",
"Per Minute License": "Za minútu licencie",
"Per Month": "Za mesiac",
"Per month, per station": "Na mesiac, na stanicu",
"Per Play": "Za hru",
"Per Play Price in USD": "Polatok za hru v USD",
"Per Year": "Za rok",
"Percent Off": "Percento zľavy",
"permanently delete your account within 30 days": "natrvalo odstráňte svoje konto do 30 dní",
"Phone": "Telefónne číslo",
"Phone Number": "Telefónne číslo",
"Pick a Date": "Označiť dátum",
"Pick a reason": "Vybrať dôvod",
"Pick an option": "Vyberte možnosť",
"Pick titles from your Library to be tagged.": "Vyberte tituly z vašej knižnice, ktorým chcete dať značku.",
"Pick which countries you want to distribute your content to in the table below.": "V nasledujúcej tabuľke vyberte, do ktorých krajín chcete distribuovať svoj obsah.",
"player": "hráč | hráči",
"Player | Players": "Hráč | Hráči",
"Players": "Hráči",
"Players can see the first 400 characters of your description when looking at your content. They will need to click to see more of the description if it is longer.": "Pri pohľade na váš obsah hráči dokážu prečítať prvých 400 znakov opisu. Ak je opis dlhší, budú musieť kliknúť, aby videli viac.",
"Playing": "Hrajúci",
"Please confirm that all required fields have been completed and that all information is correct.": "Prosím, potvrďte, že všetky požadované polia boli vyplnené a všetky informácie sú správne.",
"Please contact support if it keeps persisting": "Ak to pretrváva, kontaktujte podporu",
"Please contact [email protected] in order to delete your content from SpringboardVR.": "Ak chcete vymazať obsah zo SpringboardVR, obráťte sa na [email protected].",
"Please contact {supportEmail} to remove countries.": "Pre odstránenie krajín kontaktujte {supportEmail}.",
"Please download the document and fill in your information digitally or by hand.": "Stiahnite si dokument a vyplňte svoje údaje digitálne alebo ručne.",
"Please enter a full dollar amount between 25 and 1,000.": "Zadajte čiastku v dolároch medzi 25 a 1 000.",
"Please enter a full dollar amount between 50 and 1,000.": "Zadajte čiastku v dolároch medzi 50 a 1 000.",
"Please go to the operator panel if you want to re-enable your account.": "Ak chcete znova aktivovať svoj účet, prejdite na ovládací panel.",
"Please go to your {operatorpanel} if you want to re-enable your account.": "Ak chcete znovu povoliť svoj účet, prejdite na {operatorpanel}.",
"Please make sure to restore it from the monitor.": "Uistite sa, že je obnovený z monitora.",
"Please make sure you are connected and retry.": "Uistite sa, že ste pripojení a skúste to znova.",
"Please read and accept our {tos} in order to access your account.": "Pre prístup k vášmu účtu si prečítajte a akceptujte naše {tos}.",
"Please retry or contact support if it is persisting.": "Ak to pretrváva, skúste to znova alebo kontaktujte podporu.",
"Please select a date and time.": "Prosím, vyberte dátum a čas.",
"Please wait while we reconnect to your stations.": "Prosím, počkajte, kým sa znovu pripojíme k vašim staniciam.",
"Portrait": "Portrét",
"Postal / Zip Code": "PSČ",
"Postal Code / ZIP": "PSČ / ZIP",
"Postal Code / Zip Code": "Poštové smerové číslo",
"Powered By SpringboardVR": "Poháňaný cez SpringboardVR",
"Press to click on games and buttons.": "Kliknite na hry a tlačidlá.",
"Preview Ads": "Náhľad reklám",
"Previous Step": "Predchádzajúci krok",
"Price": "Cena",
"Price changing in {time} to {newprice}": "Zmena ceny o {time} na {newprice}",
"Price changing {days}": "Zmena ceny za {days}",
"Price Per Minute in USD": "Cena za Minútu v USD",
"Price Summary": "Celková cena",
"Price Updates": "Aktualizácie cien",
"Price updates (including regional prices) take effect for locations on the 1st day of each month to give locations a fair amount of time to review the changes:": "Aktualizácie cien (vrátane regionálnych cien) pre weby nadobudnú účinnosť v 1. deň každého mesiaca, aby sa webom poskytol dostatočný čas na prehodnotenie zmien:",
"Price: High to Low": "Cena: od najvyššej po najnižšiu",
"Price: Low to High": "Cena: od najnižšej po najvyššiu",
"Prices in ": "Ceny v ",
"Prices will be updated on": "Ceny budú aktualizované",
"Pricing": "Cenník",
"Pricing & Distribution": "Oceňovanie & distribúcia",
"Pricing & Distribution Guidelines": "Pokyny pre ceny a distribúciu",
"Pricing & Distribution. Set pricing for your title.": "Oceňovanie a distribúcia. Nastavenie ceny pre váš titul.",
"Pricing & Hours": "Cenník a hodiny",
"Pricing Guide": "Pokyny k stanoveniu ceny",
"Pricing Options": "Možnosti stanovenia ceny",
"privacy policy": "podmienky používania",
"Pros": "Klady",
"Provide in-VR controller instructions for your customers, accessible via the dashboard overlay. If all the fields are left blank, the instructions panel will not appear.": "Poskytnite svojim zákazníkom in-VR inštrukcie ovládača, ktoré sú prístupné cez ovládací panel. Ak sú všetky polia prázdne, panel s inštrukciami sa nezobrazí.",
"Publish": "Zverejniť",
"Publisher": "Vydavateľ",
"Publishers": "Vydavatelia",
"Purchase On Steam": "Zakúpte na Steam",
"Purchasing Parity Power": "Parita kúpnej sily",
"Quit Content When Play Time Is Up": "Ukončiť obsah, keď vyprší čas",
"R": "P",
"Rather than bringing up the overlay, the launcher will quit the title that is currently running and will return to the launcher environment.": "Namiesto zobrazenia vrstvy \"overlay\" ukončí spúšťač aktuálne spustený titul a vráti sa do prostredia spúšťača.",
"Reactivate License": "Znova aktivovať licenciu",
"Read more about {link}.": "Prečítajte si viac o {link}.",
"Read this {article} to learn more.": "Ak sa chcete dozvedieť viac, prečítajte si tento {article}",
"Reason": "Dôvod",
"Reason for deleting account": "Dôvod na vymazanie účtu",
"Reason for disabling account": "Dôvod na zablokovanie konta",
"Recommended 240px x 630px": "Odporúča sa 240px x 630px",
"Recommended 300px x 300px": "Odporúča sa 300px x 300px",
"Recommended 390px x 167px": "Odporúča sa 390px x 167px",
"Recommended Dimensions: 50MB maximum.": "Odporúčané rozmery: maximálne 50 MB.",
"Recommended Dimensions: 600x280px, 2MB maximum": "Odporúčané rozmery: 600x280 px, maximálne 2 MB",
"Recommended Size: 50MB maximum": "Odporúčaná veľkosť: maximálne 50 MB",
"Recommended: 400 x 380px": "Odporúča sa 400px x 380px",
"Recommended: 400 x 800px": "Odporúčané rozlíšenie: 400 x 800 px",
"Reconnected, All Functionality Restored": "Znovu pripojené, všetky funkcie obnovené",
"Redirecting to the launcher in": "Presmerovanie na spúšťač",
"Refund Policy": "Podmienky Vrátenia Peňazí ",
"Refunds & Cancellations": "Náhrady a zrušenia",
"Region / State / Province": "Región / štát / provincia",
"Regional Pricing & Distribution": "Regionálne ceny a distribúcia",
"Release Date": "Dátum vydania",
"Remember once you create this station, you will have to install the launcher software on the Windows computer that this station is associated with. You can find instructions on how to achieve this": "Pamätajte si, že po vytvorení tejto stanice budete musieť nainštalovať spúšťací softvér na počítači so systémom Windows, s ktorým je táto stanica spojená. Pokyny na dosiahnutie tohto cieľa sú vám k dispozícii",
"Remote Launch Game": "Vzdialené Spustenie Hry ",
"Remote Start Game Launcher": "Diaľkový štart spúšťača hier",
"Remove": "Odstrániť",
"Reordering Stations and Experiences": "Preorganizovanie staníc a zážitkov",
"Request": "Žiadosť ",
"Request for location": "Žiadosť o umiestnenie",
"Request Steam Key": "Požiadať o kľúč Steam",
"Request Steam Keys for entire Experience": "Požiadajte o kľúče Steam pre všetky zážitky",
"Request Steam Keys for entire location": "Požiadajte o kľúče Steam pre celú lokalitu",
"Requested Keys": "Požadované kľúče",
"Required": "Povinné",
"Reservation": "Rezervácia",
"Reservation Details": "Detaily rezervácie",
"Reservation Increment (In Minutes)": "Prírastok rezervácie (v minútach)",
"Reservation Name": "Rezervácia na meno",
"Reservation Widgets": "Rezervačné widgety",
"Reservations Enabled": "Rezervácie aktivované",
"Restore Station": "Obnoviť stanicu",
"Resume": "Obnoviť",
"Rift": "Rift",
"Right side": "Pravá strana",
"Room Scale / Standing": "Rozmer / umiestnenie miestnosti",
"Safety Mode": "Bezpečnostný režim",
"Safety Mode article": "Bezpečnostný režim",
"Save": "Uložiť",
"Save & Continue": "Uložiť a pokračovať",
"Save & Exit": "Uložiť a odísť",
"Save & Go to My Account": "Uložiť a prejsť na Môj účet",
"Save & Go to Next Step": "Uložiť a prejsť na ďalší krok",
"Save & Publish": "Uložiť a zverejniť",
"Saved": "Uložené",
"saved": "uložené",
"Saving...": "Ukladám...",
"Search": "Hľadať",
"Search for a Title": "Vyhľadať titul",
"Search For Content": "Hľadať obsah",
"Search for content here": "Hľadať obsah tu",
"Search for content in your library to assign to this station. To add titles to your library, go to the {link}": "Ak chcete priradiť obsah k tejto stanici, vyhľadajte ho vo svojej knižnici. Ak chcete do svojej knižnice pridať titul, prejdite na {link}",
"Search for content in your Library to assign to this station. To add titles to your Library, go to the {marketplaceLink}.": "Vyhľadajte obsah vo svojej knižnici, ktorý chcete priradiť tejto stanici. Ak chcete do knižnice pridať tituly, prejdite na {marketplaceLink}.",
"Search results": "Výsledky vyhľadávania",
"Seated Only": "Len na sedenie",
"Second": "Sekunda",
"Second | Seconds": "Sekunda | Sekundy",
"See More": "Pozrieť viac",
"See you next time": "Uvidíme sa nabudúce",
"Select": "Vybrať",
"Select a Content Preset": "Vybrať prednastavenie obsahu",
"Select a content preset with pre-filled content details or enter content details from scratch.": "Vyberte prednastavený obsah s predvyplnenými údajmi alebo zadajte údaje o obsahu od začiatku.",
"Select A Date": "Zvoliť dátum",
"Select a Date": "Zvoliť dátum",
"Select a date and time for the event.": "Zvoľte dátum a čas udalosti.",
"Select a Launch Method": "Zvoliť metódu spustenia",
"Select a Starting Time": "Zvoliť čas spustenia",
"Select All": "Vybrať všetko",
"Select different filters or": "Vyberte rôzne filtre alebo",
"Select Experience": "Zvoľiť zážitok",
"Select from our growing database of titles, and use our pre-filled details for images, videos, descriptions and launch parameters.": "Vyberte si z našej rozrastajúcej sa databázy titulov a využite naše predvyplnené údaje pre obrázky, videá, popisy a parametre spustenia.",
"Select Language": "Vyberte jazyk",
"Select Length": "Zvoliť dĺžku",
"Select option": "Vyberte možnosť",
"Select specific dates that your arcade will be closed or have custom hours.": "Vyberte si konkrétne dátumy, kedy vaša arkáda bude zatvorená alebo má stanovené otváracie hodiny.",
"Select Station": "Zvoliť stanicu",
"Select the Experience type that you want this coupon to be applicable to.": "Zvoľte typ zážitku, pre ktorý si chcete uplatniť tento kupón.",
"Select the Experience type that you want this discount to be applicable to.": "Vyberte typ skúsenosti, na ktorý chcete uplatniť túto zľavu.",
"Select the number of players": "Zvoľte počet hráčov",
"Select the number of stations": "Zvoliť počet staníc",
"Select the SpringboardVR environment for this Experience.": "Vyberte si prostredie internetovej stránky SpringboardVR pre tento zážitok.",
"Select the type of equipment used for this Experience.": "Vyberte druh vybavenia, ktorý sa používa pri tomto zážitku.",
"Selections": "Výber",
"Send email updates to the customer": "Poslať mailové aktualizácie zákazníkovi",
"Set hours for specific days of the year when your arcade is closed or has custom hours. Dates and times selected here will override your normal hours of operations.": "Nastavte si časové rozmedzie pre konkrétne dni v roku, kedy je vaša pasáž zatvorená alebo má otváracie hodiny. Zvolené termíny a časy prepíšu vaše bežné prevádzkové hodiny.",
"Set the minimum amount that is required before we will send a payment to your bank account.": "Pred odoslaním platby na váš bankový účet si nastavte požadovanú minimálnu sumu.",
"Set up how your customers will be able to pay when making reservations online.": "Nastavte, ako budú môcť vaši zákazníci zaplatiť za rezervácie cez internet.",
"Setup Guide": "Sprievodca nastavením",
"Share": "Zdieľať",
"Share Link": "Zdieľať odkaz",
"Share Widget": "Zdieľať miniaplikáciu",
"Show all": "Zobraziť všetko",
"Show Upcoming Invoice": "Zobraziť pripravovanú faktúru",
"Show {link} only": "Zobraziť iba {link}",
"Sign up now!": "Prihlásiť sa teraz!",
"Single": "Single",
"Single Player": "Jeden hráč",
"Single player": "Jeden hráč",
"Some space reserved for additional text/tips, this will not be attached to a button.": "Nejaké miesto vyhradené pre dodatočný text / tipy, toto nebude pripojené k tlačidlu.",
"Sorry, because we want to protect the personal information of everyone 13 and under, you can\\": "Prepáčte, keďže chceme chrániť osobné údaje všetkých osôb mladších ako 13 rokov, môžete\\",
"Sorry, we couldn’t find a title matching your search.": "Bohužiaľ, nepodarilo sa nájsť názov, ktorý zodpovedá vášmu vyhľadávaniu.",
"Sort by": "Triediť podľa",
"SpringboardVR": "Program SpringboardVR",
"SpringboardVR Community": "SpringboardVR Komunita",
"SpringboardVR Content Distribution Guide": "Sprievodca distribúciou obsahu SpringboardVR",
"SpringboardVR currently serves both educational institutions and location based entertainment facilities. You can choose to offer your content to one or both of these location types. To learn more about these two location types, read our post about {entertainmentEducationLink}.": "Program SpringboardVR v súčasnosti slúži vzdelávacím inštitúciám a miestnym zábavným podnikom. Môžete si vybrať, či ponúknete svoj obsah jednému alebo obom z týchto typov lokalít. Ak sa chcete dozvedieť viac o týchto dvoch typoch lokalít, prečítajte si náš príspevok o {entertainmentEducationLink}.",
"SpringboardVR is in Safety Mode because it's experiencing issues. If you leave now, you won't be able to return to the Station Monitor until the issues are fixed. You do not need to refresh the page to regain functionality of the Station Monitor screen. This will happen automatically when the servers come back online.": "Program SpringboardVR je v bezpečnostnom režime, pretože má problémy. Ak teraz odídete, nebudete sa môcť vrátiť do programu Station Monitor, kým sa problémy neodstránia. Ak chcete obnoviť funkčnosť obrazovky Sledovanie stanice, nemusíte stránku obnovovať. To sa stane automaticky, keď sa servery vrátia do režimu online.",
"SpringboardVR Logo": "Logo programu SpringboardVR",
"SpringboardVR may be experiencing some issues. Check out our": "Program SpringboardVR môže mať nejaké problémy. Pozrite sa na naše",
"SpringboardVR Terms of Service.": "Podmienky služby SpringboardVR.",
"SpringboardVR will verify your content after you re-publish your Steam page.": "SpringboardVR overí váš obsah po opätovnom zverejnení vašej stránky Steam.",
"SpringboardVR’s Review": "RecenziaSpringboardVR",
"Square": "Štvorec",
"Square Location": "Lokalita štvorca",
"Standard Plan": "Štandardný plán",
"Start": "Štart",
"Start a New Game": "Spustite novú hru",
"Start Date": "Dátum začiatku",
"Start Game Launcher": "Štart spúšťača hier",
"Start Now": "Začať teraz",
"Start Time": "Čas Začiatku ",
"Start your free trial today!": "Začnite bezplatnú skúšobnú verziu ešte dnes!",
"Start your Subscription": "Spustite svoje predplatné",
"Start your subscription and gain access to advanced features, including to our marketplace where you can license over 200 titles on a per-minute basis.": "Spustite svoje predplatné a získajte prístup k pokročilým funkciám vrátane nášho trhoviska, kde môžete získať licenciu na viac ako 200 titulov za minútu.",
"Start/End Date": "Dátum začiatku/konca",
"State": "Stav",
"State / Province / Region": "Štát / Oblasť / Región ",
"Station": "Stanica",
"station": "stanica | stanice",
"Station Basics": "Základy staníc",
"Station Details": "Podrobnosti o stanici",
"Station Management": "Správa stanice",
"Station Monitor": "Monitor stanice",
"Station Montitor": "Monitor stanice",
"Station Name": "Názov stanice",
"Station Needs to be Updated": "Stanicu je potrebné aktualizovať",
"Station Settings": "Nastavenia stanice",
"Station Setup Time (In Minutes)": "Čas nastavenia stanice (v minútach)",
"Station | Stations": "Stanica | Stanice",
"Stations": "Stanice",
"Stats": "Štatistiky",
"status page": "stavová stránka",
"Status: Accepted": "Stav: Akceptovaná",
"Status: Pending Approval": "Stav: Prebieha schválenie EULA",
"Steam Connect": "Pripojiť sa k aplikácii Steam",
"Steam Connect. Pull details from Steam on your title and upload Steam Keys. Note: we are using Steam Keys during a transition period. You will still need to upload your content directly to our servers.": "Pripojenie Steam. Vytiahnite podrobnosti zo služby Steam na váš titul a odovzdajte kľúče Steam. Poznámka: používame kľúče Steam počas prechodného obdobia. Svoj obsah budete musieť odovzdať priamo na naše servery.",
"Steam Folder Path": "Steam Folder Path",
"Steam Id": "ID v službe Steam",
"Steam Site Licensing / Cyber Cafe Program": "Licencovanie stránok Steam / Program Cyber Cafe",
"Step": "Krok",
"Step 1": "Krok 1",
"Step 1:": "Krok 1:",
"Step 2": "Krok 2",
"Step 2:": "Krok 2:",
"Step 3": "Krok 3",
"Step 3:": "Krok 3:",
"Step 4:": "Krok 4:",
"Step 5:": "Krok 5:",
"Step {currentStep} of {stepsLength}": "Krok {currentStep} z {stepsLength}",
"Still having issues? Email our support team at": "Máte ešte stále problémy? Pošlite e-mail nášmu tímu podpory na",
"Submit": "Potvrdiť ",
"Subtotal": "Medzisúčet",
"Successfully Changed Password": "Úspešne zmenené heslo",
"Successfully returned to the Launcher": "Úspešne vrátený na Spúšťač",
"Summary of Charges to Date": "Zhrnutie poplatkov k dnešnému dňu",
"Support": "Podpora",
"Switch game": "Prepnite hru",
"Tag Details": "Podrobnosti o značke",
"Tag Name": "Názov značky",
"Tag your Titles": "Označte svoje tituly",
"Tags": "Značky",
"Tags are used to help players find content in the launcher. You can reorder the tags here to change their order in the launcher. If you don't want to show tags in the main view in the launcher, go to your experiences and edit Launcher Home Screen Tags Layout.": "Značky sa používajú na pomoc hráčom, aby našli obsah v launcheri. Tu môžete značky preorganizovať, ak chcete zmeniť ich poradie v launcheri. Ak nechcete zobrazovať značky v hlavnom zobrazení v launcheri, prejdite na svoje zážitky a upravte rozloženie značiek domovskej obrazovky launchera.",
"Tags are visible in the Launcher. Go to the {link} to create new tags.": "Značky sú viditeľné v Launcheri. Ak chcete vytvoriť nové značky, prejdite na {link}.",
"Tags in the Launcher": "Značky v Launcheri",
"Tags page": "Stránka značiek",
"Take the code below and paste it before the body closing tag of your website. You will know it is working when you see the button floating in the bottom right corner of your website.": "Nižšie uvedený kód prilepte pred značku na uzavretie vášho webu. Budete vedieť, že to funguje, keď uvidíte tlačidlo plávajúce v pravom dolnom rohu vašej webovej stránky.",
"tax": "daň",
"Tax": "Daň",
"Tax Amount (In Percent)": "Výška dane (v percentách)",
"Tax Details": "Daňové Údaje ",
"Tax Form": "Daňový Formulár ",
"Tax Information": "Ďaňové informácie",