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' => 'נמחק',
8 'deleted_by' => '',
9 'deleted_by_system' => '',
10 'deleted_count' => ':count_delimited תגובה שנמחקה|:count_delimited תגובות שנמחקו',
11 'edited' => 'נערך :timeago על-ידי :user',
12 'pinned' => 'נעוץ',
13 'empty' => 'אין תגובות עדיין.',
14 'empty_other' => '',
15 'load_replies' => 'טען תגובות',
16 'replies_count' => ':count_delimited תגובה :count_delimited תגובות',
17 'title' => 'תגובות',
18
19 'commentable_name' => [
20 'beatmapset' => 'מפה',
21 'build' => 'רשימת שינויים',
22 'news_post' => 'חדשות',
23 '_deleted' => 'פריט שנמחק',
24 ],
25
26 'editor' => [
27 'textarea_hint' => [
28 '_' => 'לחץ enter כדי :action. השתמש ב shift+enter לשורה חדשה.',
29 'edit' => 'שמור',
30 'new' => 'פרסם',
31 'reply' => 'השב',
32 ],
33 ],
34
35 'guest_button' => [
36 'new' => 'התחבר כדי לפרסם',
37 'reply' => 'התחבר כדי להגיב',
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' => 'ערוך את התגובה כאן',
52 'new' => 'הקלד תגובה חדשה כאן',
53 'reply' => 'הקלד את תגובתך כאן',
54 ],
55
56 'show' => [
57 'nav_title' => 'תגובות',
58 ],
59];