lv.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. /*!
  2. * TinyMCE Language Pack
  3. *
  4. * Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
  5. * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
  6. */
  7. tinymce.addI18n('lv', {
  8. "Redo": "Solis uz priekšu",
  9. "Undo": "Solis atpakaļ",
  10. "Cut": "Izgriezt",
  11. "Copy": "Kopēt",
  12. "Paste": "Ielīmēt",
  13. "Select all": "Iezīmēt visu",
  14. "New document": "Jauns dokuments",
  15. "Ok": "Ok",
  16. "Cancel": "Atcelt",
  17. "Visual aids": "Vizuālā palīdzība",
  18. "Bold": "Treknraksts",
  19. "Italic": "Slīpraksts",
  20. "Underline": "Pasvītrot",
  21. "Strikethrough": "Nosvītrot",
  22. "Superscript": "Augšraksts",
  23. "Subscript": "Apakšraksts",
  24. "Clear formatting": "Noņemt formatējumu",
  25. "Remove": "Noņemt",
  26. "Align left": "Pa kreisi",
  27. "Align center": "Centrēt",
  28. "Align right": "Pa labi",
  29. "No alignment": "Bez izlīdzināšanas",
  30. "Justify": "Gar abām malām",
  31. "Bullet list": "Nenumurēts saraksts",
  32. "Numbered list": "Numurēts saraksts",
  33. "Decrease indent": "Samazināt atkāpi",
  34. "Increase indent": "Palielināt atkāpi",
  35. "Close": "Aizvērt",
  36. "Formats": "Formatējumi",
  37. "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Jūsu pārlūkprogramma neatbalsta piekļuvi starpliktuvei. Lūdzu, lietojiet Ctrl+X/C/V klaviatūras saīsnes.",
  38. "Headings": "Virsraksti",
  39. "Heading 1": "1. līmeņa virsraksts",
  40. "Heading 2": "2. līmeņa virsraksts",
  41. "Heading 3": "3. līmeņa virsraksts",
  42. "Heading 4": "4. līmeņa virsraksts",
  43. "Heading 5": "5. līmeņa virsraksts",
  44. "Heading 6": "6. līmeņa virsraksts",
  45. "Preformatted": "Ieprieks formatēts",
  46. "Div": "Div",
  47. "Pre": "Pre",
  48. "Code": "Kods",
  49. "Paragraph": "Rindkopa",
  50. "Blockquote": "Citāts",
  51. "Inline": "Inline elementi",
  52. "Blocks": "Bloka elementi",
  53. "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Ielīmēšana vienkāršā teksta režīmā. Saturs tiks ielīmēts bez formatējuma līdz šī opcija tiks atslēgta.",
  54. "Fonts": "Šrifts",
  55. "Font sizes": "Šrifta izmērs",
  56. "Class": "Klase",
  57. "Browse for an image": "Izvēlēties attēlu",
  58. "OR": "VAI",
  59. "Drop an image here": "Ievelciet attēlu šeit",
  60. "Upload": "Augšupielādēt",
  61. "Uploading image": "Augšupielade attēlu",
  62. "Block": "Bloks",
  63. "Align": "Līdzināt",
  64. "Default": "Parastais",
  65. "Circle": "Aplis",
  66. "Disc": "Disks",
  67. "Square": "Kvadrāts",
  68. "Lower Alpha": "Latīņu mazie burti",
  69. "Lower Greek": "Grieķu mazie burti",
  70. "Lower Roman": "Romiešu mazie burti",
  71. "Upper Alpha": "Latīņu lielie burti",
  72. "Upper Roman": "Romiešu lielie burti",
  73. "Anchor...": "Enkurs...",
  74. "Anchor": "Enkurs",
  75. "Name": "Nosaukums",
  76. "ID": "ID",
  77. "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID jāsākas ar burtu, kam seko tikai burti, cipari, domuzīmes, punkti, koli vai pasvītras.",
  78. "You have unsaved changes are you sure you want to navigate away?": "Saturs ir labots un nav saglabāts. Vai tiešām vēlaties atstāt šo lapu?",
  79. "Restore last draft": "Atjaunot pēdējo melnrakstu",
  80. "Special character...": "Specialais simbols...",
  81. "Special Character": "Specialais simbols",
  82. "Source code": "Pirmkods",
  83. "Insert/Edit code sample": "Ievadīt/Labot koda paraugu",
  84. "Language": "Valoda",
  85. "Code sample...": "Koda paraugs...",
  86. "Left to right": "No kreisās uz labo",
  87. "Right to left": "No labās uz kreiso",
  88. "Title": "Nosaukums",
  89. "Fullscreen": "Pilnekrāna režīms",
  90. "Action": "Darbība",
  91. "Shortcut": "Saīsne",
  92. "Help": "Palīdzība",
  93. "Address": "Adrese",
  94. "Focus to menubar": "Fokuss uz izvēlni",
  95. "Focus to toolbar": "Fokuss uz rīkjoslu",
  96. "Focus to element path": "Fokuss uz elementa ceļu",
  97. "Focus to contextual toolbar": "Fokuss uz papildizvēlni",
  98. "Insert link (if link plugin activated)": "Ievietot saiti (Ja saišu spraudnis ir aktīvs)",
  99. "Save (if save plugin activated)": "Saglabāt (Ja saglabāšanas spraudnis ir aktīvs)",
  100. "Find (if searchreplace plugin activated)": "Atrast (Ja \"searchreplace\" spraudnis ir aktīvs)",
  101. "Plugins installed ({0}):": "Spraudņi instalēti ({0}):",
  102. "Premium plugins:": "Īpašie spraudņi:",
  103. "Learn more...": "Uzzināt vairāk...",
  104. "You are using {0}": "Jūs lietojiet {0}",
  105. "Plugins": "Spraudņi",
  106. "Handy Shortcuts": "Parocīgi īsceļi",
  107. "Horizontal line": "Horizontālā līnija",
  108. "Insert/edit image": "Ievietot/labot attēlu",
  109. "Alternative description": "Alternatīvais apraksts",
  110. "Accessibility": "Pieejamība",
  111. "Image is decorative": "Attēls ir dekoratīvs",
  112. "Source": "Avots",
  113. "Dimensions": "Izmērs",
  114. "Constrain proportions": "Saglabāt proporciju",
  115. "General": "Pamata info",
  116. "Advanced": "Papildus",
  117. "Style": "Stils",
  118. "Vertical space": "Vertikālā atstarpe",
  119. "Horizontal space": "Horizontālā atstarpe",
  120. "Border": "Apmale",
  121. "Insert image": "Ievietot attēlu",
  122. "Image...": "Attēls...",
  123. "Image list": "Attēlu saraksts",
  124. "Resize": "Mainīt izmēru",
  125. "Insert date/time": "Ievietot datumu/laiku",
  126. "Date/time": "Datums/laiks",
  127. "Insert/edit link": "Ievietot/labot saiti",
  128. "Text to display": "Nosaukums",
  129. "Url": "Adrese",
  130. "Open link in...": "Atvērt saiti...",
  131. "Current window": "Tajā pašā logā",
  132. "None": "—",
  133. "New window": "Jaunā šķirklī",
  134. "Open link": "Atvērt saiti",
  135. "Remove link": "Noņemt saiti",
  136. "Anchors": "Saites",
  137. "Link...": "Saite...",
  138. "Paste or type a link": "Iekopējiet vai ierakstiet saiti",
  139. "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Jūs ievadījāt e-pasta adresi. Lai tā korekti darbotos, ir nepieciešams to papildināt ar \"mailto:\" priekšā. Vai vēlaties to izdarīt?",
  140. "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Jūs ievadījāt ārējo saiti. Lai tā korekti darbotos, ir nepieciešams to papildināt ar \"http://\" priekšā. Vai vēlaties to izdarīt?",
  141. "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "Ievietotā URL saite ir no ārēja avota. Vai vēlaties pievienot nepieciešamo https://?",
  142. "Link list": "Saišu saraksts",
  143. "Insert video": "Ievietot video",
  144. "Insert/edit video": "Ievietot/rediģēt video",
  145. "Insert/edit media": "Ievietot/labot attēlu",
  146. "Alternative source": "Alternatīvs avots",
  147. "Alternative source URL": "Alternatvais URL avots",
  148. "Media poster (Image URL)": "Mediju afiša (Attēla URL)",
  149. "Paste your embed code below:": "Iekopējiet Embed kodu šeit:",
  150. "Embed": "Embed kods",
  151. "Media...": "Mediju...",
  152. "Nonbreaking space": "Nedalāmā atstarpe",
  153. "Page break": "Pāreja uz jauno lapu",
  154. "Paste as text": "Ielīmēt bez formatējuma",
  155. "Preview": "Priekšskatīt",
  156. "Print": "Drukāt",
  157. "Print...": "Drukāt...",
  158. "Save": "Saglabāt",
  159. "Find": "Meklēt",
  160. "Replace with": "Aizvietot ar",
  161. "Replace": "Aizvietot",
  162. "Replace all": "Aizvietot visu",
  163. "Previous": "Iepriekšējais",
  164. "Next": "Nākamais",
  165. "Find and Replace": "Meklēt un Aizstāt",
  166. "Find and replace...": "Meklēt un aizvietot",
  167. "Could not find the specified string.": "Meklētais teksts netika atrasts",
  168. "Match case": "Atšķirt lielos un mazos burtus",
  169. "Find whole words only": "Meklēt kā pilnu vārdu",
  170. "Find in selection": "Atrast izvēlētajā",
  171. "Insert table": "Ievietot tabulu",
  172. "Table properties": "Tabulas parametri",
  173. "Delete table": "Dzēst tabulu",
  174. "Cell": "Šūna",
  175. "Row": "Rinda",
  176. "Column": "Kolonna",
  177. "Cell properties": "Šūnas parametri",
  178. "Merge cells": "Apvienot šūnas",
  179. "Split cell": "Sadalīt šūnas",
  180. "Insert row before": "Jauna rinda augstāk",
  181. "Insert row after": "Jauna rinda zemāk",
  182. "Delete row": "Dzēst rindu",
  183. "Row properties": "Rindas parametri",
  184. "Cut row": "Izgriezt rindu",
  185. "Cut column": "Izgriezt kolonu",
  186. "Copy row": "Kopēt rindu",
  187. "Copy column": "Kopēt kolonu",
  188. "Paste row before": "Ielīmēt rindu augstāk",
  189. "Paste column before": "Ievietot pirms kolonas",
  190. "Paste row after": "Ielīmēt rindu zemāk",
  191. "Paste column after": "Ievietot pēc kolonas",
  192. "Insert column before": "Jauna kolonna pa kreisi",
  193. "Insert column after": "Jauna kolonna pa labi",
  194. "Delete column": "Dzēst kolonu",
  195. "Cols": "Kolonnas",
  196. "Rows": "Rindas",
  197. "Width": "Platums",
  198. "Height": "Augstums",
  199. "Cell spacing": "Šūnu atstarpe",
  200. "Cell padding": "Iekšējā atstarpe",
  201. "Row clipboard actions": "Rindas starpliktuves darbība",
  202. "Column clipboard actions": "Kolonas starpliktuves darbība",
  203. "Table styles": "Tabulas stils",
  204. "Cell styles": "Šūnas stils",
  205. "Column header": "Kolonas galvene",
  206. "Row header": "Rindas galvene",
  207. "Table caption": "Tabulas paraksts",
  208. "Caption": "Ar virsrakstu",
  209. "Show caption": "Rādīt parakstu",
  210. "Left": "Pa kreisi",
  211. "Center": "Centrēt",
  212. "Right": "Pa labi",
  213. "Cell type": "Šūnas veids",
  214. "Scope": "Attiecināt uz",
  215. "Alignment": "Izlīdzināšana",
  216. "Horizontal align": "Horizontala izlīdzināšana",
  217. "Vertical align": "Vertikāla izlīdzināšana",
  218. "Top": "Augšā",
  219. "Middle": "Pa vidu",
  220. "Bottom": "Apakšā",
  221. "Header cell": "Galvenes šūna",
  222. "Row group": "Rindu grupa",
  223. "Column group": "Kolonnu grupa",
  224. "Row type": "Rindas veids",
  225. "Header": "Galvene",
  226. "Body": "Saturs",
  227. "Footer": "Kājene",
  228. "Border color": "Apmales krāsa",
  229. "Solid": "Masīvs",
  230. "Dotted": "Punktēts",
  231. "Dashed": "Pārtraukts",
  232. "Double": "Dubults",
  233. "Groove": "Grope",
  234. "Ridge": "Grēda",
  235. "Inset": "Iekšējs",
  236. "Outset": "Ārējs",
  237. "Hidden": "Slēpts",
  238. "Insert template...": "Ievietot šablonu...",
  239. "Templates": "Veidnes",
  240. "Template": "Veidne",
  241. "Insert Template": "",
  242. "Text color": "Teksta krāsa",
  243. "Background color": "Fona krāsa",
  244. "Custom...": "Izvēlēties citu...",
  245. "Custom color": "Specifiskā krāsa",
  246. "No color": "Nenorādīt krāsu",
  247. "Remove color": "Noņemt krāsu",
  248. "Show blocks": "Rādīt blokus",
  249. "Show invisible characters": "Rādīt neredzamās rakstzīmes",
  250. "Word count": "Vārdu skaits",
  251. "Count": "",
  252. "Document": "Dokuments",
  253. "Selection": "Atlase",
  254. "Words": "Vārdi",
  255. "Words: {0}": "Vārdi: {0}",
  256. "{0} words": "{0} vārdi",
  257. "File": "Datne",
  258. "Edit": "Labot",
  259. "Insert": "Ievietot",
  260. "View": "Skatīt",
  261. "Format": "Formatēt",
  262. "Table": "Tabula",
  263. "Tools": "Rīki",
  264. "Powered by {0}": "Darbību nodrošina {0}",
  265. "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Satura redaktors. Nospiediet ALT-F9 lai parādītu izvēlni, ALT-F10 - rīkjoslu vai ALT-0 - palīdzību.",
  266. "Image title": "Attēla virsraksts",
  267. "Border width": "Apmales biezums",
  268. "Border style": "Apmales stils",
  269. "Error": "Kļūda",
  270. "Warn": "",
  271. "Valid": "Derīgs(-i)",
  272. "To open the popup, press Shift+Enter": "",
  273. "Rich Text Area": "",
  274. "Rich Text Area. Press ALT-0 for help.": "",
  275. "System Font": "Sistēmas fonts",
  276. "Failed to upload image: {0}": "Attēla augšupielāde neizdevās: {0}",
  277. "Failed to load plugin: {0} from url {1}": "Spraudni \"{0}\" neizdevās ielādēt. Avots: {1}",
  278. "Failed to load plugin url: {0}": "Kādu spraudni neizdevās ielādēt. Avots: {0}",
  279. "Failed to initialize plugin: {0}": "Neizdevās ielādēt spraudni: {0}",
  280. "example": "piemērs",
  281. "Search": "Meklēt",
  282. "All": "",
  283. "Currency": "Valūta",
  284. "Text": "Teksts",
  285. "Quotations": "",
  286. "Mathematical": "",
  287. "Extended Latin": "",
  288. "Symbols": "",
  289. "Arrows": "",
  290. "User Defined": "",
  291. "dollar sign": "",
  292. "currency sign": "",
  293. "euro-currency sign": "",
  294. "colon sign": "",
  295. "cruzeiro sign": "",
  296. "french franc sign": "",
  297. "lira sign": "",
  298. "mill sign": "",
  299. "naira sign": "",
  300. "peseta sign": "",
  301. "rupee sign": "",
  302. "won sign": "",
  303. "new sheqel sign": "",
  304. "dong sign": "",
  305. "kip sign": "",
  306. "tugrik sign": "",
  307. "drachma sign": "",
  308. "german penny symbol": "",
  309. "peso sign": "",
  310. "guarani sign": "",
  311. "austral sign": "",
  312. "hryvnia sign": "",
  313. "cedi sign": "",
  314. "livre tournois sign": "",
  315. "spesmilo sign": "",
  316. "tenge sign": "",
  317. "indian rupee sign": "",
  318. "turkish lira sign": "",
  319. "nordic mark sign": "",
  320. "manat sign": "",
  321. "ruble sign": "",
  322. "yen character": "",
  323. "yuan character": "",
  324. "yuan character, in hong kong and taiwan": "",
  325. "yen/yuan character variant one": "",
  326. "Emojis": "",
  327. "Emojis...": "",
  328. "Loading emojis...": "Ielādē smaidiņus...",
  329. "Could not load emojis": "Smaidiņus ielādt neizdevās",
  330. "People": "Cilvēki",
  331. "Animals and Nature": "Dzīvnieki un Daba",
  332. "Food and Drink": "Ēdieni un Dzērieni",
  333. "Activity": "Aktivitātes",
  334. "Travel and Places": "Ceļošana un Vietas",
  335. "Objects": "Objekti",
  336. "Flags": "Karogi",
  337. "Characters": "Simboli",
  338. "Characters (no spaces)": "Simboli (bez atstarpem)",
  339. "{0} characters": "{0} simboli",
  340. "Error: Form submit field collision.": "Kļūda: Formas apstiprināšanas lauka kļūda.",
  341. "Error: No form element found.": "Kļūda: Formas elements nav atrasts.",
  342. "Color swatch": "Krāsu paraugs",
  343. "Color Picker": "Atlasīt krāsu",
  344. "Invalid hex color code: {0}": "Nederīgs krāsas hex kods {0}",
  345. "Invalid input": "Nederīga ievade",
  346. "R": "S",
  347. "Red component": "Sarkanais komonents",
  348. "G": "G",
  349. "Green component": "Zaļais komonents",
  350. "B": "Z",
  351. "Blue component": "Zilais komonents",
  352. "#": "#",
  353. "Hex color code": "Hex krāsas kods",
  354. "Range 0 to 255": "Diapazons 0 līdz 255",
  355. "Turquoise": "Tirkīzs",
  356. "Green": "Zaļš",
  357. "Blue": "Zils",
  358. "Purple": "Violets",
  359. "Navy Blue": "Navy Zils",
  360. "Dark Turquoise": "Tumšs Tirkīzs",
  361. "Dark Green": "Tumši Zaļš",
  362. "Medium Blue": "Vidēji Zaļš",
  363. "Medium Purple": "Vidēji Violets",
  364. "Midnight Blue": "Puznakts Zils",
  365. "Yellow": "Dzeltens",
  366. "Orange": "Oranžs",
  367. "Red": "Sarkans",
  368. "Light Gray": "Gaiši Pelēks",
  369. "Gray": "Pelēks",
  370. "Dark Yellow": "Tumši Dzeltens",
  371. "Dark Orange": "Tumši Oranžs",
  372. "Dark Red": "Tumši Sarkans",
  373. "Medium Gray": "Vidēji Pelēks",
  374. "Dark Gray": "Tumži Pelēks",
  375. "Light Green": "Gaiši Zaļš",
  376. "Light Yellow": "Gaiši Dzeltens",
  377. "Light Red": "Gaiši Sarkans",
  378. "Light Purple": "Gaiši Violets",
  379. "Light Blue": "",
  380. "Dark Purple": "",
  381. "Dark Blue": "",
  382. "Black": "",
  383. "White": "",
  384. "Switch to or from fullscreen mode": "",
  385. "Open help dialog": "",
  386. "history": "",
  387. "styles": "",
  388. "formatting": "",
  389. "alignment": "",
  390. "indentation": "",
  391. "Font": "",
  392. "Size": "",
  393. "More...": "",
  394. "Select...": "",
  395. "Preferences": "",
  396. "Yes": "",
  397. "No": "",
  398. "Keyboard Navigation": "",
  399. "Version": "",
  400. "Code view": "",
  401. "Open popup menu for split buttons": "",
  402. "List Properties": "",
  403. "List properties...": "",
  404. "Start list at number": "",
  405. "Line height": "",
  406. "Dropped file type is not supported": "",
  407. "Loading...": "",
  408. "ImageProxy HTTP error: Rejected request": "",
  409. "ImageProxy HTTP error: Could not find Image Proxy": "",
  410. "ImageProxy HTTP error: Incorrect Image Proxy URL": "",
  411. "ImageProxy HTTP error: Unknown ImageProxy error": ""
  412. });