af.js 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. OC.L10N.register(
  2. "settings",
  3. {
  4. "{actor} changed your password" : "{actor} het u wagwoord verander",
  5. "You changed your password" : "U het u wagwoord verander",
  6. "Your password was reset by an administrator" : "U wagwoord is deur ’n administrateur herstel",
  7. "{actor} changed your email address" : "{actor} het u e-posadres verander",
  8. "You changed your email address" : "U het u e-posadres verander",
  9. "Your email address was changed by an administrator" : "U e-posadres is deur ’n administrateur verander",
  10. "Security" : "Sekuriteit",
  11. "Your <strong>password</strong> or <strong>email</strong> was modified" : "U <strong>wagwoord</strong> of <strong>e-pos</strong> is gewysig",
  12. "Your apps" : "U toeps",
  13. "Enabled apps" : "Geaktiveerde toeps",
  14. "Disabled apps" : "Gedeaktiveerde toeps",
  15. "App bundles" : "Toepbundels",
  16. "Wrong password" : "Verkeerde wagwoord",
  17. "Saved" : "Bewaar",
  18. "Group already exists." : "Groep bestaan reeds.",
  19. "Well done, %s!" : "Welgedaan %s!",
  20. "by %s" : "deur %s",
  21. "%s-licensed" : "%s-gelisensieer",
  22. "Documentation:" : "Dokumentasie:",
  23. "User documentation" : "Gebruikerdokumentasie",
  24. "Admin documentation" : "Admindokumentasie",
  25. "Visit website" : "Besoek webwerf",
  26. "Common Name" : "Algemene Naam",
  27. "Valid until" : "Geldig tot",
  28. "Issued By" : "Uitgereik deur",
  29. "Valid until %s" : "Geldig tot %s",
  30. "Administrator documentation" : "Administrateurdokumentasie",
  31. "Online documentation" : "Aanlyndokumentasie",
  32. "Forum" : "Forum",
  33. "days" : "dae",
  34. "Tips & tricks" : "Wenke & truuks",
  35. "You are using <strong>%s</strong> of <strong>%s</strong>" : "U gebruik <strong>%s</strong> van <strong>%s</strong>",
  36. "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "U gebruik <strong>%s</strong> van <strong>%s</strong> (<strong>%s %%</strong>)",
  37. "Profile picture" : "Profielprent",
  38. "Upload new" : "Laai nuwe op",
  39. "Select from Files" : "Kies uit Lêers",
  40. "Remove image" : "Verwyder beeld",
  41. "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB",
  42. "Cancel" : "Kanselleer",
  43. "Choose as profile picture" : "Kies as profielprent",
  44. "Full name" : "Volle naam",
  45. "Email" : "E-pos",
  46. "Your email address" : "U e-posadres",
  47. "No email address set" : "Geen e-posadres ingestel",
  48. "For password reset and notifications" : "Vir wagwoordherstel en kennisgewings",
  49. "Phone number" : "Foonnommer",
  50. "Your phone number" : "U foonnommer",
  51. "Address" : "Adres",
  52. "Your postal address" : "U posadres",
  53. "Website" : "Webwerf",
  54. "Link https://…" : "Skakel https://…",
  55. "Twitter" : "Twitter",
  56. "Twitter handle @…" : "Twitter-handvatsel @…",
  57. "You are member of the following groups:" : "U is ’n lid van die volgende groepe:",
  58. "Language" : "Taal",
  59. "Help translate" : "Help met vertaling",
  60. "Password" : "Wagwoord",
  61. "Current password" : "Huidige wagwoord",
  62. "New password" : "Nuwe wagwoord",
  63. "Change password" : "Verander wagwoord",
  64. "Device" : "Toestel",
  65. "App name" : "Toepnaam",
  66. "Create new app password" : "Skep nuwe toepwagwoord",
  67. "Username" : "Gebruikersnaam",
  68. "Settings" : "Instellings",
  69. "Everyone" : "Almal",
  70. "Default quota" : "Verstekkwota",
  71. "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Voer asb. ’n verstekkwota in (bv.: “512 MB” of “12 GB”)",
  72. "Other" : "Ander",
  73. "Group admin for" : "Groepadmin vir",
  74. "Quota" : "Kwota",
  75. "Last login" : "Laaste aantekening",
  76. "E-Mail" : "E-pos",
  77. "change full name" : "verander volle naam",
  78. "set new password" : "stel nuwe wagwoord",
  79. "change email address" : "verander e-posadres",
  80. "Default" : "Verstek",
  81. "Show email address" : "Toon e-posadres",
  82. "Send email to new user" : "Stuur e-pos aan nuwe gebruiker",
  83. "Create" : "Skep"
  84. },
  85. "nplurals=2; plural=(n != 1);");