langFA.js 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. (function(root, factory) {
  23. if (typeof define === 'function' && define.amd) {
  24. // AMD. Register as an anonymous module.
  25. define(['exports', 'echarts'], factory);
  26. } else if (
  27. typeof exports === 'object' &&
  28. typeof exports.nodeName !== 'string'
  29. ) {
  30. // CommonJS
  31. factory(exports, require('echarts/lib/echarts'));
  32. } else {
  33. // Browser globals
  34. factory({}, root.echarts);
  35. }
  36. })(this, function(exports, echarts) {
  37. /**
  38. * Language: Persian.
  39. */
  40. var localeObj = {
  41. time: {
  42. month: [
  43. 'بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر',
  44. 'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'
  45. ],
  46. monthAbbr: [
  47. 'بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر',
  48. 'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'
  49. ],
  50. dayOfWeek: [
  51. 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'
  52. ],
  53. dayOfWeekAbbr: [
  54. 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'
  55. ]
  56. },
  57. legend: {
  58. selector: {
  59. all: 'همه',
  60. inverse: 'معکوس'
  61. }
  62. },
  63. toolbox: {
  64. brush: {
  65. title: {
  66. rect: 'چهار ضلعی',
  67. polygon: 'چند ضلعی',
  68. lineX: 'افقی',
  69. lineY: 'عمودی',
  70. keep: 'قفل کردن',
  71. clear: 'پاک کردن'
  72. }
  73. },
  74. dataView: {
  75. title: 'نمایش داده‌ها',
  76. lang: ['نمایش داده‌ها', 'خروج', 'بارگذاری مجدد']
  77. },
  78. dataZoom: {
  79. title: {
  80. zoom: 'بزرگنمایی',
  81. back: 'خروج از بزرگنمایی'
  82. }
  83. },
  84. magicType: {
  85. title: {
  86. line: 'نمودار خطی',
  87. bar: 'نمودار میله‌ای',
  88. stack: 'پشته',
  89. tiled: 'کاشی'
  90. }
  91. },
  92. restore: {
  93. title: 'بازگردانی'
  94. },
  95. saveAsImage: {
  96. title: 'ذخیره تصویر',
  97. lang: ['راست کلیک برای ذخیره تصویر']
  98. }
  99. },
  100. series: {
  101. typeNames: {
  102. pie: 'نمودار دایره‌ای',
  103. bar: 'نمودار میله‌ای',
  104. line: 'نمودار خطی',
  105. scatter: 'طرح پراکنده',
  106. effectScatter: 'طرح پراکنده موج دار',
  107. radar: 'نمودار راداری',
  108. tree: 'درخت',
  109. treemap: 'نقشه درختی',
  110. boxplot: 'طرح جعبه‌',
  111. candlestick: 'شمعی',
  112. k: 'نمودار خطی k',
  113. heatmap: 'نقشه گرمایی',
  114. map: 'نقشه',
  115. parallel: 'نقشه مختصات موازی',
  116. lines: 'گراف خطی',
  117. graph: 'گراف ارتباط',
  118. sankey: 'دیاگرام سنکی',
  119. funnel: 'نمودار قیفی',
  120. gauge: 'اندازه گیر',
  121. pictorialBar: 'نوار تصویری',
  122. themeRiver: 'نقشه رودخانه رنگی',
  123. sunburst: 'آفتاب زدگی',
  124. custom: 'نمودار سفارشی',
  125. chart: 'نمودار'
  126. }
  127. },
  128. aria: {
  129. general: {
  130. withTitle: 'نمودار مربوط به "{title}"',
  131. withoutTitle: 'این یک نمودار است'
  132. },
  133. series: {
  134. single: {
  135. prefix: '',
  136. withName: 'با نوع {seriesType} و نام {seriesName}.',
  137. withoutName: 'با نوع {seriesType}.'
  138. },
  139. multiple: {
  140. prefix: '. تشکیل شده از {seriesCount} سری.',
  141. withName: '{seriesId} سری نوعی از {seriesType} به نام {seriesName} است.',
  142. withoutName: 'سری {seriesId} نوعی از {seriesType} است.',
  143. separator: {
  144. middle: '',
  145. end: ''
  146. }
  147. }
  148. },
  149. data: {
  150. allData: 'دیتای نمونه: ',
  151. partialData: 'اولین عنصر از {displayCnt}:',
  152. withName: 'مقدار {name}, {value} است',
  153. withoutName: '{value}',
  154. separator: {
  155. middle: ', ',
  156. end: '. '
  157. }
  158. }
  159. }
  160. };
  161. echarts.registerLocale('FA', localeObj);
  162. });