sv.js 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "Den valda operatören är felaktig",
  5. "The given regular expression is invalid" : "Det valda vanliga uttrycket är felaktigt",
  6. "The given file size is invalid" : "Den valda filstorleken är felaktig",
  7. "The given tag id is invalid" : "Den valda taggen är felaktig",
  8. "The given IP range is invalid" : "Det valda IP-spannet är felaktigt",
  9. "The given IP range is not valid for IPv4" : "Det valda IP-spannet är felaktigt för IPv4",
  10. "The given IP range is not valid for IPv6" : "Det valda IP-spannet är felaktigt för IPv6",
  11. "The given time span is invalid" : "Det valda tidsspannet är felaktigt",
  12. "The given start time is invalid" : "Den valda starttiden är felaktig",
  13. "The given end time is invalid" : "Den valda sluttiden är felaktig",
  14. "The given group does not exist" : "Den valda gruppen finns inte",
  15. "File" : "Fil",
  16. "File created" : "Fil skapad",
  17. "File updated" : "Fil uppdaterad",
  18. "File renamed" : "Fil omdöpt",
  19. "File deleted" : "Fil raderad",
  20. "File accessed" : "Fil öppnad",
  21. "File copied" : "Fil kopierad",
  22. "Tag assigned" : "Tagg tilldelad",
  23. "Someone" : "Någon",
  24. "%s created %s" : "%s skapad %s",
  25. "%s modified %s" : "%s ändrad %s",
  26. "%s deleted %s" : "%s raderad %s",
  27. "%s accessed %s" : "%s öppnade %s",
  28. "%s renamed %s" : "%s omdöpt %s",
  29. "%s copied %s" : "%s kopierad %s",
  30. "%s assigned %s to %s" : "%s tilldelad %s till %s",
  31. "Operation #%s does not exist" : "Operationen #%s existerar inte",
  32. "Entity %s does not exist" : "Objekt 1%s finns inte",
  33. "Entity %s is invalid" : "Entitet %s är ogiltig",
  34. "No events are chosen." : "Inga händelser valda",
  35. "Entity %s has no event %s" : "Objekt 1%s har ingen händelse 1%s",
  36. "Operation %s does not exist" : "Operationen %s existerar inte",
  37. "Operation %s is invalid" : "Operationen %s är ogiltig",
  38. "At least one check needs to be provided" : "Minst en kontroll måste tillhandahållas",
  39. "The provided operation data is too long" : "Den angivna operationsdatan är för lång",
  40. "Invalid check provided" : "Ogiltig kontroll angavs",
  41. "Check %s does not exist" : "Kontroll av %s existerar inte",
  42. "Check %s is invalid" : "Kontroll av %s är ogiltig",
  43. "Check %s is not allowed with this entity" : "Kontroll %s tillåts inte med denna enhet",
  44. "The provided check value is too long" : "Det angivna kontrollvärdet är för långt",
  45. "Check #%s does not exist" : "Kontroll av #%s existerar inte",
  46. "Check %s is invalid or does not exist" : "Kontroll av %s är ogiltig eller existerar inte",
  47. "Flow" : "Flöde",
  48. "Nextcloud workflow engine" : "Nextcloud arbetsflödesmotor",
  49. "Select a filter" : "Välj ett filter",
  50. "Select a comparator" : "Välj en jämförelse",
  51. "Remove filter" : "Ta bort filter",
  52. "Select a file type" : "Välj en filtyp",
  53. "e.g. httpd/unix-directory" : "t.ex. httpd/unix-directory",
  54. "Folder" : "Mapp",
  55. "Images" : "Bilder",
  56. "Office documents" : "Office-dokument",
  57. "PDF documents" : "PDF-dokument",
  58. "Custom MIME type" : "Anpassad MIME-typ",
  59. "Custom mimetype" : "Anpassad mimetyp",
  60. "Please enter a valid time span" : "Ange ett giltigt tidsintervall",
  61. "Select a request URL" : "Välj en webbadress för begäran",
  62. "Files WebDAV" : "Filer WebDAV",
  63. "Custom URL" : "Anpassad webbadress",
  64. "Select a user agent" : "Välj en användaragent",
  65. "Android client" : "Android-klient",
  66. "iOS client" : "iOS-klient",
  67. "Desktop client" : "Skrivbordsklient",
  68. "Thunderbird & Outlook addons" : "Thunderbird & Outlook - tillägg",
  69. "Custom user agent" : "Anpassad användaragent",
  70. "Select a trigger" : "Välj en utlösare",
  71. "At least one event must be selected" : "Minst en händelse måste väljas",
  72. "Add new flow" : "Lägg till nytt flöde",
  73. "When" : "När",
  74. "and" : "och",
  75. "Add a new filter" : "Lägg till nytt filter",
  76. "Cancel" : "Avbryt",
  77. "Delete" : "Radera",
  78. "The configuration is invalid" : "Konfigurationen är felaktig",
  79. "Active" : "Aktiv",
  80. "Save" : "Spara",
  81. "Available flows" : "Tillgängliga flöden",
  82. "For details on how to write your own flow, check out the development documentation." : "För information om hur du skriver ditt eget flöde, se utvecklingsdokumentationen.",
  83. "No flows installed" : "Inga flöden installerade",
  84. "Ask your administrator to install new flows." : "Be din administratör att installera nya flöden.",
  85. "More flows" : "Fler flöden",
  86. "Browse the App Store" : "Bläddra i appbutiken",
  87. "Show less" : "Visa mindre",
  88. "Show more" : "Visa mer",
  89. "Configured flows" : "Konfigurerade flöden",
  90. "Your flows" : "Dina flöden",
  91. "No flows configured" : "Inga flöden har konfigurerats",
  92. "matches" : "träffar",
  93. "does not match" : "matchar inte",
  94. "is" : "är",
  95. "is not" : "är inte",
  96. "File name" : "Filnamn",
  97. "File MIME type" : "Filens MIME-typ",
  98. "File size (upload)" : "Filstorlek (uppladdning)",
  99. "less" : "mindre",
  100. "less or equals" : "mindre eller motsvarar",
  101. "greater or equals" : "större eller motsvarar",
  102. "greater" : "större",
  103. "Request remote address" : "Begär extern adress",
  104. "matches IPv4" : "matchar IPv4",
  105. "does not match IPv4" : "matchar inte IPv4",
  106. "matches IPv6" : "matchar IPv6",
  107. "does not match IPv6" : "matchar inte IPv6",
  108. "File system tag" : "Filens systemtagg",
  109. "is tagged with" : "är taggad med",
  110. "is not tagged with" : "är inte taggad med",
  111. "Request URL" : "Begär webbadress",
  112. "Request time" : "Begärningstid",
  113. "between" : "mellan",
  114. "not between" : "inte mellan",
  115. "Request user agent" : "Begär användaragent",
  116. "User group membership" : "Användargruppsmedlemskap",
  117. "is member of" : "är medlem i",
  118. "is not member of" : "är inte medlem i",
  119. "Predefined URLs" : "Förinställda webbadresser",
  120. "Others" : "Övriga"
  121. },
  122. "nplurals=2; plural=(n != 1);");