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' => 'حذف شده در :timeago توسط :user',
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 '_' => 'برای :action اینتر بزنید. برای خط جدید از شیفت+اینتر استفاده کنید.',
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];