lv.js 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Saved" : "Saglabāts",
  5. "Saving failed:" : "Saglabāšana neizdevās:",
  6. "File MIME type" : "Datnes MIME tips",
  7. "is" : "ir",
  8. "is not" : "nav",
  9. "matches" : "atbilst",
  10. "does not match" : "neatbilst",
  11. "Example: {placeholder}" : "Piemērs: {placeholder}",
  12. "File size (upload)" : "Datnes lielums (augšupielādēt)",
  13. "less" : "mazāk",
  14. "less or equals" : "mazāks vai vienāds ar",
  15. "greater or equals" : "lielāks vai vienāds ar",
  16. "greater" : "lielāks",
  17. "File system tag" : "Failu sistēmas atzīme",
  18. "is tagged with" : "atzīmēts ar",
  19. "is not tagged with" : "nav atzīmēts ar",
  20. "Select tag…" : "Izvēlies atzīmi...",
  21. "Request remote address" : "Pieprasīt attālo adresi",
  22. "matches IPv4" : "atbilst IPv4",
  23. "does not match IPv4" : "neatbilst IPv4",
  24. "matches IPv6" : "atbilst IPv6",
  25. "does not match IPv6" : "neatbilst IPv6",
  26. "Request time" : "Pieprasījuma laiks",
  27. "between" : "starp",
  28. "not between" : "nav starp",
  29. "Start" : "Sākums",
  30. "End" : "Beigas",
  31. "Select timezone…" : "Izvēlieties laika joslu...",
  32. "Request URL" : "Pieprasījuma URL",
  33. "Predefined URLs" : "Standarta URLs",
  34. "Files WebDAV" : "WebDAV datnes",
  35. "Request user agent" : "Nepieciešams lietotāja aģents",
  36. "Sync clients" : "Sync klients",
  37. "Android client" : "Android klients",
  38. "iOS client" : "iOS klients",
  39. "Desktop client" : "Darbvirsmas klients",
  40. "User group membership" : "Lietotāju grupas piederība",
  41. "is member of" : "ir biedrs",
  42. "is not member of" : "nav biedrs",
  43. "The given operator is invalid" : "Norādītais operators ir nederīgs",
  44. "The given regular expression is invalid" : "Norādītā regulārā izteiksme nav derīga.",
  45. "The given file size is invalid" : "Norādītais faila formāts nav derīgs",
  46. "The given tag id is invalid" : "Norādītais birkas id ir nederīgs",
  47. "The given IP range is invalid" : "Norādītais IP diapazons ir nederīgs",
  48. "The given IP range is not valid for IPv4" : "Norādītais IP diapazons nav derīgs IPv4",
  49. "The given IP range is not valid for IPv6" : "Norādītais IP diapazons nav derīgs IPv6",
  50. "The given time span is invalid" : "Norādītais laiks nav derīgs.",
  51. "The given start time is invalid" : "Dotais sākuma laiks ir nederīgs",
  52. "The given end time is invalid" : "Norādītais beigu laiks nav derīgs.",
  53. "The given group does not exist" : "Norādītā grupa nepastāv.",
  54. "Check %s is invalid or does not exist" : "Pārbaude %s ir nederīga vai nepastāv",
  55. "Operation #%s does not exist" : "Operation #%s does not exist",
  56. "Operation %s does not exist" : "Darbība %s neeksistē",
  57. "Operation %s is invalid" : "Darbība %s ir nederīga",
  58. "Check %s does not exist" : "Pārbaude %s nepastāv",
  59. "Check %s is invalid" : "Pārbaude %s ir nederīga",
  60. "Check #%s does not exist" : "Pārbaude #%s nepastāv",
  61. "Workflow" : "Darbplūsma",
  62. "Open documentation" : "Atvērt dokumentāciju",
  63. "Add rule group" : "Pievienot kārtulu grupas",
  64. "Short rule description" : "Īss kārtulas apraksts",
  65. "Add rule" : "Pievienot kārtulu",
  66. "Reset" : "Atiestatīt",
  67. "Save" : "Saglabāt",
  68. "Saving…" : "Saglabā...",
  69. "Loading…" : "Ielādē …"
  70. },
  71. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");