langSV.js 4.5 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: Swedish.
  42. */
  43. export default {
  44. time: {
  45. month: ['januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december'],
  46. monthAbbr: ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
  47. dayOfWeek: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag'],
  48. dayOfWeekAbbr: ['sön', 'mån', 'tis', 'ons', 'tor', 'fre', 'lör']
  49. },
  50. legend: {
  51. selector: {
  52. all: 'Alla',
  53. inverse: 'Omvänd'
  54. }
  55. },
  56. toolbox: {
  57. brush: {
  58. title: {
  59. rect: 'Rektangelurval',
  60. polygon: 'Lassomarkering',
  61. lineX: 'Vågrätt urval',
  62. lineY: 'Lodrätt urval',
  63. keep: 'Behåll urval',
  64. clear: 'Rensa urval'
  65. }
  66. },
  67. dataView: {
  68. title: 'Datavy',
  69. lang: ['Datavy', 'Stäng', 'Uppdatera']
  70. },
  71. dataZoom: {
  72. title: {
  73. zoom: 'Zooma',
  74. back: 'Återställ zoom'
  75. }
  76. },
  77. magicType: {
  78. title: {
  79. line: 'Byt till linjediagram',
  80. bar: 'Byt till stapeldiagram',
  81. stack: 'Stapla',
  82. tiled: 'Sida vid sida'
  83. }
  84. },
  85. restore: {
  86. title: 'Återställ'
  87. },
  88. saveAsImage: {
  89. title: 'Spara som bild',
  90. lang: ['Högerklicka för att spara bild']
  91. }
  92. },
  93. series: {
  94. typeNames: {
  95. pie: 'Cirkeldiagram',
  96. bar: 'Stapeldiagram',
  97. line: 'Linjediagram',
  98. scatter: 'Punktdiagram',
  99. effectScatter: 'Punktdiagram med rippeleffekt',
  100. radar: 'Radardiagram',
  101. tree: 'Träd',
  102. treemap: 'Trädkarta',
  103. boxplot: 'Lådagram',
  104. candlestick: 'Candlestick',
  105. k: 'K-linjediagram',
  106. heatmap: 'Värmekarta',
  107. map: 'Karta',
  108. parallel: 'Parallella koordinater',
  109. lines: 'Linjediagram',
  110. graph: 'Relationsgraf',
  111. sankey: 'Sankeydiagram',
  112. funnel: 'Trattdiagram',
  113. gauge: 'Mätare',
  114. pictorialBar: 'Bildstapel',
  115. themeRiver: 'Tematisk flod',
  116. sunburst: 'Solburstdiagram',
  117. custom: 'Anpassat',
  118. chart: 'Diagram'
  119. }
  120. },
  121. aria: {
  122. general: {
  123. withTitle: 'Detta är ett diagram om "{title}"',
  124. withoutTitle: 'Detta är ett diagram'
  125. },
  126. series: {
  127. single: {
  128. prefix: '',
  129. withName: ' med typnamn {name}.',
  130. withoutName: ' med typ {seriesType}.'
  131. },
  132. multiple: {
  133. prefix: '. Det består av {seriesCount} serier.',
  134. withName: ' Serien {seriesId} är en {seriesType} som representerar {seriesName}.',
  135. withoutName: ' Serien {seriesId} är en {seriesType}.',
  136. separator: {
  137. middle: '',
  138. end: ''
  139. }
  140. }
  141. },
  142. data: {
  143. allData: 'Data är som följer: ',
  144. partialData: 'De första {displayCnt} objekten är: ',
  145. withName: 'datavärdet för {name} är {value}',
  146. withoutName: '{value}',
  147. separator: {
  148. middle: ', ',
  149. end: '. '
  150. }
  151. }
  152. }
  153. };