pt_PT.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estados recentes",
  5. "No recent status changes" : "Sem alterações de estado recentes",
  6. "In a meeting" : "Numa reunião",
  7. "Commuting" : "Em trânsito",
  8. "Out sick" : "Doente",
  9. "Vacationing" : "Férias",
  10. "Out of office" : "Fora do escritório",
  11. "Working remotely" : "A trabalhar à distância",
  12. "In a call" : "Numa chamada",
  13. "User status" : "Estado do utilizador",
  14. "Clear status after" : "Limpar mensagem de estado após",
  15. "What is your status?" : "Qual é o seu estado?",
  16. "Set status" : "Definir estado",
  17. "Online status" : "Estado online",
  18. "Status message" : "Mensagem de estado",
  19. "Clear status message" : "Limpar mensagem de estado",
  20. "Set status message" : "Definir mensagem de estado",
  21. "There was an error saving the status" : "Ocorreu um erro ao guardar o estado",
  22. "There was an error clearing the status" : "Ocorreu um erro ao apagar o estado",
  23. "Don't clear" : "Não apagar",
  24. "Today" : "Hoje",
  25. "This week" : "Esta semana",
  26. "Online" : "Online",
  27. "Away" : "Ausente",
  28. "Do not disturb" : "Não incomodar",
  29. "Invisible" : "Invisível ",
  30. "Offline" : "Offline",
  31. "There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado",
  32. "30 minutes" : "30 minutos",
  33. "1 hour" : "1 hora",
  34. "4 hours" : "4 horas",
  35. "Mute all notifications" : "Desativar todas as notificações",
  36. "Appear offline" : "Aparecer offline"
  37. },
  38. "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");