7 |
7 |
# When no format has been given, it uses default.
|
8 |
8 |
# You can provide other formats here if you like!
|
9 |
9 |
default: "%Y/%m/%d"
|
10 |
|
short: "%b %d"
|
11 |
|
long: "%B %d, %Y"
|
|
10 |
short: "%d %b"
|
|
11 |
long: "%d %B %Y"
|
12 |
12 |
|
13 |
|
day_names: [یکشنبه, دوشنبه, سهشنبه, چهارشنبه, پنجشنبه, آدینه, شنبه]
|
14 |
|
abbr_day_names: [یک, دو, سه, چهار, پنج, آدینه, شنبه]
|
|
13 |
day_names: [یکشنبه, دوشنبه, سهشنبه, چهارشنبه, پنجشنبه, جمعه, شنبه]
|
|
14 |
abbr_day_names: [یک, دو, سه, چهار, پنج, جمعه, شنبه]
|
15 |
15 |
|
16 |
16 |
# Don't forget the nil at the beginning; there's no such thing as a 0th month
|
17 |
17 |
month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر]
|
... | ... | |
21 |
21 |
|
22 |
22 |
time:
|
23 |
23 |
formats:
|
24 |
|
default: "%Y/%m/%d %p %I:%M"
|
25 |
|
time: "%p %I:%M"
|
|
24 |
default: "%I:%M %p %Y/%m/%d"
|
|
25 |
time: "%I:%M %p"
|
26 |
26 |
short: "%d %b %H:%M"
|
27 |
|
long: "%B %d, %Y %H:%M"
|
28 |
|
am: "ق.ظ"
|
29 |
|
pm: "ب.ظ"
|
|
27 |
long: "%d %B %Y ساعت %H:%M"
|
|
28 |
am: "صبح"
|
|
29 |
pm: "عصر"
|
30 |
30 |
|
31 |
31 |
datetime:
|
32 |
32 |
distance_in_words:
|
... | ... | |
131 |
131 |
general_text_Yes: 'آری'
|
132 |
132 |
general_text_no: 'خیر'
|
133 |
133 |
general_text_yes: 'آری'
|
134 |
|
general_lang_name: 'Persian (پارسی)'
|
|
134 |
general_lang_name: 'Persian (فارسی)'
|
135 |
135 |
general_csv_separator: ','
|
136 |
136 |
general_csv_decimal_separator: '.'
|
137 |
137 |
general_csv_encoding: UTF-8
|