Skip to content

Commit

Permalink
fix(locale): update missing persian translations (#19812)
Browse files Browse the repository at this point in the history
  • Loading branch information
YasinDehfuli committed May 21, 2024
1 parent 4a2de37 commit 17a0561
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/vuetify/src/locale/fa.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default {
badge: 'نشان',
open: 'Open',
open: 'باز کردن',
close: 'بستن',
dismiss: 'Dismiss',
dismiss: 'رد کردن',
confirmEdit: {
ok: 'OK',
ok: 'تایید',
cancel: 'لغو',
},
dataIterator: {
Expand Down Expand Up @@ -33,10 +33,10 @@ export default {
pageText: '{0} تا {1} از {2}',
},
dateRangeInput: {
divider: 'to',
divider: 'تا',
},
datePicker: {
itemsSelected: '{0} selected',
itemsSelected: '{0} انتخاب‌شده',
range: {
title: 'انتخاب تاریخ‌ها',
header: 'تاریخ‌ها را وارد کنید',
Expand All @@ -57,13 +57,13 @@ export default {
},
calendar: {
moreEvents: '{بیشتر {0',
today: 'Today',
today: 'امروز',
},
input: {
clear: 'Clear {0}',
clear: 'پاکسازی {0}',
prependAction: '{0} prepended action',
appendAction: '{0} appended action',
otp: 'Please enter OTP character {0}',
otp: 'لطفا کد را وارد کنید {0}',
},
fileInput: {
counter: '{0} پرونده',
Expand All @@ -72,7 +72,7 @@ export default {
timePicker: {
am: 'قبل از ظهر',
pm: 'بعد از ظهر',
title: 'Select Time',
title: 'انتخاب زمان',
},
pagination: {
ariaLabel: {
Expand All @@ -91,7 +91,7 @@ export default {
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}',
item: 'امتیاز {0} از {1}',
},
},
loading: 'در حال بارگذاری...',
Expand Down

0 comments on commit 17a0561

Please sign in to comment.