Skip to content

Commit 332fbf9

Browse files
authored
Added Persian translation (#2)
Credit to @rezalaal
1 parent f9937ed commit 332fbf9

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Easily add notes to any record in WinterCMS through a Mac OS-like user experienc
88

99
# Installation
1010

11-
To install it with Composer, run `composer require wintercms/wn-notes-plugin` from your project root.
11+
To install it with Composer, run `composer require winter/wn-notes-plugin` from your project root.
1212

1313
To install from [the repository](https://github.com/wintercms/wn-notes-plugin), clone it into `plugins/winter/notes` and then run `composer update` from your project root in order to pull in the dependencies.
1414

lang/fa/lang.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php return [
2+
'plugin' => [
3+
'name' => 'یادداشت ها',
4+
'description' => 'به سادگی روی رکوردهای سیستم مدیریت محتوای وینتر یادداشت بنویسید',
5+
],
6+
'models' => [
7+
'note' => [
8+
'label' => 'یادداشت',
9+
'label_plural' => 'یادداشت ها',
10+
'name' => 'عنوان',
11+
'new_note' => 'یادداشت جدید',
12+
'add_new_note' => 'یادداشت جدید',
13+
'delete_note' => 'حذف یادداشت',
14+
'created_at' => 'ایجاد شده در',
15+
'updated_at' => 'ویرایش شده در',
16+
'deleted_at' => 'حذف شده در',
17+
'delete_confirm' => 'مطمئنید می خواهید موارد انتخاب شده را حذف کنید؟',
18+
'saving' => 'در حال ذخیره',
19+
'no_notes_to_display' => 'یادداشتی موجود نیست',
20+
],
21+
],
22+
];

0 commit comments

Comments
 (0)