pt_PT.js 1.7 KB

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