langnb-NO.js 4.6 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: Norwegian Bokmål.
  42. */
  43. export default {
  44. time: {
  45. month: ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'],
  46. monthAbbr: ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'],
  47. dayOfWeek: ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'],
  48. dayOfWeekAbbr: ['søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør']
  49. },
  50. legend: {
  51. selector: {
  52. all: 'Alle',
  53. inverse: 'Omvendt'
  54. }
  55. },
  56. toolbox: {
  57. brush: {
  58. title: {
  59. rect: 'Boksutvalg',
  60. polygon: 'Lassomarkering',
  61. lineX: 'Vannrett utvalg',
  62. lineY: 'Loddrett utvalg',
  63. keep: 'Behold utvalg',
  64. clear: 'Fjern utvalg'
  65. }
  66. },
  67. dataView: {
  68. title: 'Datavisning',
  69. lang: ['Datavisning', 'Lukk', 'Oppfrisk']
  70. },
  71. dataZoom: {
  72. title: {
  73. zoom: 'Zoom',
  74. back: 'Tilbakestill zoom'
  75. }
  76. },
  77. magicType: {
  78. title: {
  79. line: 'Bytt til linjediagram',
  80. bar: 'Bytt til stolpediagram',
  81. stack: 'Stable',
  82. tiled: 'Side ved side'
  83. }
  84. },
  85. restore: {
  86. title: 'Tilbakestill'
  87. },
  88. saveAsImage: {
  89. title: 'Lagre som bilde',
  90. lang: ['Høyreklikk for å lagre som bilde']
  91. }
  92. },
  93. series: {
  94. typeNames: {
  95. pie: 'Sektordiagram',
  96. bar: 'Stolpediagram',
  97. line: 'Linjediagram',
  98. scatter: 'Spredningsplott',
  99. effectScatter: 'Krusningsspredningsplott',
  100. radar: 'Radardiagram',
  101. tree: 'Tre',
  102. treemap: 'Trekart',
  103. boxplot: 'Boksplot',
  104. candlestick: 'Candlestick',
  105. k: 'K-linjediagram',
  106. heatmap: 'Varmekart',
  107. map: 'Kart',
  108. parallel: 'Parallelle koordinater',
  109. lines: 'Linjediagram',
  110. graph: 'Relasjonsgraf',
  111. sankey: 'Sankey-diagram',
  112. funnel: 'Traktdiagram',
  113. gauge: 'Måler',
  114. pictorialBar: 'Bildestolper',
  115. themeRiver: 'Tematisk elvediagram',
  116. sunburst: 'Solstrålediagram',
  117. custom: 'Tilpasset',
  118. chart: 'Diagram'
  119. }
  120. },
  121. aria: {
  122. general: {
  123. withTitle: 'Dette er et diagram om "{title}"',
  124. withoutTitle: 'Dette er et diagram'
  125. },
  126. series: {
  127. single: {
  128. prefix: '',
  129. withName: ' med type {seriesType} ved navn {seriesName}.',
  130. withoutName: ' med type {seriesType}.'
  131. },
  132. multiple: {
  133. prefix: '. Det består av {seriesCount} serier.',
  134. withName: ' Serie {seriesId} er av typen {seriesType} som representerer {seriesName}.',
  135. withoutName: ' Serie {seriesId} er av typen {seriesType}.',
  136. separator: {
  137. middle: '',
  138. end: ''
  139. }
  140. }
  141. },
  142. data: {
  143. allData: 'Dataene er som følger: ',
  144. partialData: 'De første {displayCnt} elementene er: ',
  145. withName: 'dataene for {name} er {value}',
  146. withoutName: '{value}',
  147. separator: {
  148. middle: ', ',
  149. end: '. '
  150. }
  151. }
  152. }
  153. };