langFA.js 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. /**
  20. * AUTO-GENERATED FILE. DO NOT MODIFY.
  21. */
  22. /*
  23. * Licensed to the Apache Software Foundation (ASF) under one
  24. * or more contributor license agreements. See the NOTICE file
  25. * distributed with this work for additional information
  26. * regarding copyright ownership. The ASF licenses this file
  27. * to you under the Apache License, Version 2.0 (the
  28. * "License"); you may not use this file except in compliance
  29. * with the License. You may obtain a copy of the License at
  30. *
  31. * http://www.apache.org/licenses/LICENSE-2.0
  32. *
  33. * Unless required by applicable law or agreed to in writing,
  34. * software distributed under the License is distributed on an
  35. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  36. * KIND, either express or implied. See the License for the
  37. * specific language governing permissions and limitations
  38. * under the License.
  39. */
  40. /**
  41. * Language: Persian.
  42. */
  43. export default {
  44. time: {
  45. month: ['بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'],
  46. monthAbbr: ['بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'],
  47. dayOfWeek: ['یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'],
  48. dayOfWeekAbbr: ['یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه']
  49. },
  50. legend: {
  51. selector: {
  52. all: 'همه',
  53. inverse: 'معکوس'
  54. }
  55. },
  56. toolbox: {
  57. brush: {
  58. title: {
  59. rect: 'چهار ضلعی',
  60. polygon: 'چند ضلعی',
  61. lineX: 'افقی',
  62. lineY: 'عمودی',
  63. keep: 'قفل کردن',
  64. clear: 'پاک کردن'
  65. }
  66. },
  67. dataView: {
  68. title: 'نمایش داده‌ها',
  69. lang: ['نمایش داده‌ها', 'خروج', 'بارگذاری مجدد']
  70. },
  71. dataZoom: {
  72. title: {
  73. zoom: 'بزرگنمایی',
  74. back: 'خروج از بزرگنمایی'
  75. }
  76. },
  77. magicType: {
  78. title: {
  79. line: 'نمودار خطی',
  80. bar: 'نمودار میله‌ای',
  81. stack: 'پشته',
  82. tiled: 'کاشی'
  83. }
  84. },
  85. restore: {
  86. title: 'بازگردانی'
  87. },
  88. saveAsImage: {
  89. title: 'ذخیره تصویر',
  90. lang: ['راست کلیک برای ذخیره تصویر']
  91. }
  92. },
  93. series: {
  94. typeNames: {
  95. pie: 'نمودار دایره‌ای',
  96. bar: 'نمودار میله‌ای',
  97. line: 'نمودار خطی',
  98. scatter: 'طرح پراکنده',
  99. effectScatter: 'طرح پراکنده موج دار',
  100. radar: 'نمودار راداری',
  101. tree: 'درخت',
  102. treemap: 'نقشه درختی',
  103. boxplot: 'طرح جعبه‌',
  104. candlestick: 'شمعی',
  105. k: 'نمودار خطی k',
  106. heatmap: 'نقشه گرمایی',
  107. map: 'نقشه',
  108. parallel: 'نقشه مختصات موازی',
  109. lines: 'گراف خطی',
  110. graph: 'گراف ارتباط',
  111. sankey: 'دیاگرام سنکی',
  112. funnel: 'نمودار قیفی',
  113. gauge: 'اندازه گیر',
  114. pictorialBar: 'نوار تصویری',
  115. themeRiver: 'نقشه رودخانه رنگی',
  116. sunburst: 'آفتاب زدگی',
  117. custom: 'نمودار سفارشی',
  118. chart: 'نمودار'
  119. }
  120. },
  121. aria: {
  122. general: {
  123. withTitle: 'نمودار مربوط به "{title}"',
  124. withoutTitle: 'این یک نمودار است'
  125. },
  126. series: {
  127. single: {
  128. prefix: '',
  129. withName: 'با نوع {seriesType} و نام {seriesName}.',
  130. withoutName: 'با نوع {seriesType}.'
  131. },
  132. multiple: {
  133. prefix: '. تشکیل شده از {seriesCount} سری.',
  134. withName: '{seriesId} سری نوعی از {seriesType} به نام {seriesName} است.',
  135. withoutName: 'سری {seriesId} نوعی از {seriesType} است.',
  136. separator: {
  137. middle: '',
  138. end: ''
  139. }
  140. }
  141. },
  142. data: {
  143. allData: 'دیتای نمونه: ',
  144. partialData: 'اولین عنصر از {displayCnt}:',
  145. withName: 'مقدار {name}, {value} است',
  146. withoutName: '{value}',
  147. separator: {
  148. middle: ', ',
  149. end: '. '
  150. }
  151. }
  152. }
  153. };