1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'deleted' => 'vymazaný',
8 'deleted_by' => '',
9 'deleted_by_system' => '',
10 'deleted_count' => '',
11 'edited' => 'upravené :timeago používateľom :user',
12 'pinned' => 'pripnuté',
13 'empty' => 'Zatiaľ žiadne komentáre.',
14 'empty_other' => '',
15 'load_replies' => '',
16 'replies_count' => '',
17 'title' => 'Komentáre',
18
19 'commentable_name' => [
20 'beatmapset' => 'Beatmapa',
21 'build' => 'Zoznam zmien',
22 'news_post' => 'Novinky',
23 '_deleted' => 'Odstránená položka',
24 ],
25
26 'editor' => [
27 'textarea_hint' => [
28 '_' => 'Stlačte klávesu enter na :action. Použite klávesy shift+enter pre nový riadok.',
29 'edit' => 'uložiť',
30 'new' => 'príspevok',
31 'reply' => 'odpovedať',
32 ],
33 ],
34
35 'guest_button' => [
36 'new' => 'Prihláste sa, aby ste mohli pridať komentár',
37 'reply' => 'Prihláste sa, aby ste mohli odpovedať',
38 ],
39
40 'index' => [
41 'nav_comments' => '',
42 'nav_title' => '',
43 'no_comments' => '',
44 ],
45
46 'ogp' => [
47 'title' => '',
48 ],
49
50 'placeholder' => [
51 'edit' => 'Upravte komentár tu',
52 'new' => 'Sem napíš nový komentár',
53 'reply' => 'Sem napíš tvoju odpoveď',
54 ],
55
56 'show' => [
57 'nav_title' => 'komentáre',
58 ],
59];