ast.js 1.4 KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "New comment …" : "Comentariu nuevu...",
  5. "Delete comment" : "Desaniciar comentariu",
  6. "Post" : "Espublizar",
  7. "Cancel" : "Encaboxar",
  8. "Edit comment" : "Editar comentariu",
  9. "[Deleted user]" : "[Usuariu desaniciáu]",
  10. "Comments" : "Comentarios",
  11. "No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
  12. "More comments …" : "Más comentarios...",
  13. "Save" : "Guardar",
  14. "Error occurred while retrieving comment with id {id}" : "Asocedió un fallu entrín se recibía'l comentariu cola ID {id}",
  15. "Error occurred while updating comment with id {id}" : "Asocedió un fallu entrín s'anovaba'l comentariu cola ID {id}",
  16. "Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu",
  17. "{count} unread comments" : "{count} comentarios ensin lleer",
  18. "Comment" : "Comentariu",
  19. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
  20. "You commented" : "Comentesti",
  21. "%1$s commented" : "%1$s comentó",
  22. "You commented on %2$s" : "Comentesti en %2$s",
  23. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  24. "Type in a new comment..." : "Teclexa un comentariu nuevu...",
  25. "No other comments available" : "Nun hai otros comentarios disponibles",
  26. "More comments..." : "Más comentarios..."
  27. },
  28. "nplurals=2; plural=(n != 1);");