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' => 'odstranjeno',
8 'deleted_by' => 'odstranjeno :timeago s strani :user',
9 'deleted_by_system' => 'sistem',
10 'deleted_count' => ':count_delimited odstranjen komentar|:count_delimited odstranjenih komentarjev',
11 'edited' => 'urejeno :timeago s strani :user',
12 'pinned' => 'pripeto',
13 'empty' => 'Ni še komentarjev.',
14 'empty_other' => 'Ni še drugih komentarjev.',
15 'load_replies' => 'naloži odgovore',
16 'replies_count' => ':count_delimited odgovor|:count_delimited odgovorov',
17 'title' => 'Komentarji',
18
19 'commentable_name' => [
20 'beatmapset' => 'Beatmap',
21 'build' => 'Dnevnik sprememb',
22 'news_post' => 'Novice',
23 '_deleted' => 'Izbrisan element',
24 ],
25
26 'editor' => [
27 'textarea_hint' => [
28 '_' => 'Pritisni tukaj za :action. Uporabi shift+enter za novo vrstico.',
29 'edit' => 'shranitev',
30 'new' => 'objavo',
31 'reply' => 'odgovor',
32 ],
33 ],
34
35 'guest_button' => [
36 'new' => 'Vpiši se za komentiranje',
37 'reply' => 'Vpiši se, da lahko odgovoriš',
38 ],
39
40 'index' => [
41 'nav_comments' => 'komentarji',
42 'nav_title' => 'seznam',
43 'no_comments' => 'ni najdenih komentarjev...',
44 ],
45
46 'ogp' => [
47 'title' => '',
48 ],
49
50 'placeholder' => [
51 'edit' => 'Uredi komentar tukaj',
52 'new' => 'Napiši nov komentar tukaj',
53 'reply' => 'Napiši nov odziv tukaj',
54 ],
55
56 'show' => [
57 'nav_title' => 'komentarji',
58 ],
59];