Skip to content

Commit 119c16a

Browse files
authored
Merge pull request #72 from mottaghipour/master
[REFACTOR] translate new words (persian language)
2 parents d4835f4 + acd210c commit 119c16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TelegramBotBase/Localizations/Persian.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public Persian()
1212
Values["ButtonGrid_CurrentPage"] = "صفحه ی {0} از {1}";
1313
Values["ButtonGrid_SearchFeature"] = "💡 برای فیلتر کردن لیست پیام ارسال کنید. برای بازنشانی فیلتر روی 🔍 کلیک کنید.";
1414
Values["ButtonGrid_Back"] = "بازگشت";
15-
Values["TaggedButtonGrid_TotalTags"] = "Total: {0}";
16-
Values["TaggedButtonGrid_CheckedTags"] = "Checked: {0}";
15+
Values["TaggedButtonGrid_TotalTags"] = "مجموع: {0}";
16+
Values["TaggedButtonGrid_CheckedTags"] = "انتخاب شده: {0}";
1717
Values["TaggedButtonGrid_CheckAll"] = "بررسی کردن همه";
1818
Values["TaggedButtonGrid_UncheckAll"] = "بررسی نکردن همه";
1919
Values["CalendarPicker_Title"] = "تاریخ را انتخاب کنید";

0 commit comments

Comments
 (0)