You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fi.js 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Saved" : "Tallennettu",
  5. "Saving failed:" : "Tallennus epäonnistui:",
  6. "File MIME type" : "Tiedoston MIME-tyyppi",
  7. "is" : "on",
  8. "is not" : "ei ole",
  9. "matches" : "täsmää",
  10. "does not match" : "ei täsmää",
  11. "Example: {placeholder}" : "Esimerkki: {placeholder}",
  12. "File size (upload)" : "Tiedostokoko (lähetys)",
  13. "less" : "pienempi",
  14. "less or equals" : "pienempi tai yhtä suuri kuin",
  15. "greater or equals" : "suurempi tai yhtä suuri kuin",
  16. "greater" : "suurempi",
  17. "File system tag" : "Järjestelmätunniste",
  18. "is tagged with" : "on merkitty tunnisteella",
  19. "is not tagged with" : "ei ole merkitty tunnisteella",
  20. "Select tag…" : "Valitse tunniste…",
  21. "Request remote address" : "Pyynnön etäosoite",
  22. "matches IPv4" : "täsmää IPv4-osoitteeseen",
  23. "does not match IPv4" : "ei täsmää IPv4-osoitteeseen",
  24. "matches IPv6" : "täsmää IPv6-osoitteeseen",
  25. "does not match IPv6" : "ei täsmää IPv6-osoitteeseen",
  26. "Request time" : "Pyynnön aika",
  27. "between" : "välillä",
  28. "not between" : "ei välillä",
  29. "Start" : "Alku",
  30. "End" : "Loppu",
  31. "Select timezone…" : "Valitse aikavyöhyke...",
  32. "Request URL" : "Pyynnön URL-osoite",
  33. "Predefined URLs" : "Ennalta määritellyt URL-osoitteet",
  34. "Files WebDAV" : "Tiedostot WebDAV",
  35. "Request user agent" : "Pyynnön user agent",
  36. "Sync clients" : "Synkronointisovellukset",
  37. "Android client" : "Android-sovellus",
  38. "iOS client" : "iOS-sovellus",
  39. "Desktop client" : "Työpöytäsovellus",
  40. "User group membership" : "Käyttäjäryhmä jäsenyys",
  41. "is member of" : "on jäsen",
  42. "is not member of" : "ei ole jäsen",
  43. "The given operator is invalid" : "Annettu operaattori on virheellinen",
  44. "The given file size is invalid" : "Annettu tiedoston koko on virheellinen",
  45. "The given tag id is invalid" : "Annettu tag id on virheellinen",
  46. "The given IP range is invalid" : "Annetut IP arvot ovat virheelliset",
  47. "The given IP range is not valid for IPv4" : "Annetut IP arvot eivät käy IPv4 osoitteisiin",
  48. "The given IP range is not valid for IPv6" : "Annetut IP arvot eivät käy IPv6 osoitteisiin",
  49. "The given time span is invalid" : "Annettu aikaväli on virheellinen",
  50. "The given start time is invalid" : "Annettu aloitusaika on virheellinen",
  51. "The given end time is invalid" : "Annettu päättymisaika on virheellinen",
  52. "The given group does not exist" : "Annettua ryhmää ei ole",
  53. "Workflow" : "Työnkulku",
  54. "Open documentation" : "Avaa dokumentaatio",
  55. "Add rule group" : "Lisää sääntöryhmä",
  56. "Short rule description" : "Lyhyt sääntökuvaus",
  57. "Add rule" : "Lisää sääntö",
  58. "Reset" : "Palauta",
  59. "Save" : "Tallenna",
  60. "Saving…" : "Tallennetaan...",
  61. "Loading…" : "Ladataan…",
  62. "Successfully saved" : "Tallennettu onnistuneesti",
  63. "File mime type" : "Tiedoston mediatyyppi"
  64. },
  65. "nplurals=2; plural=(n != 1);");