es.mjs 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. export default {
  2. badge: 'Placa',
  3. open: 'Open',
  4. close: 'Cerrar',
  5. dismiss: 'Dismiss',
  6. confirmEdit: {
  7. ok: 'OK',
  8. cancel: 'Cancel'
  9. },
  10. dataIterator: {
  11. noResultsText: 'Ningún elemento coincide con la búsqueda',
  12. loadingText: 'Cargando...'
  13. },
  14. dataTable: {
  15. itemsPerPageText: 'Filas por página:',
  16. ariaLabel: {
  17. sortDescending: 'Orden descendente.',
  18. sortAscending: 'Orden ascendente.',
  19. sortNone: 'Sin ordenar.',
  20. activateNone: 'Pulse para quitar orden.',
  21. activateDescending: 'Pulse para ordenar de forma descendente.',
  22. activateAscending: 'Pulse para ordenar de forma ascendente.'
  23. },
  24. sortBy: 'Ordenado por'
  25. },
  26. dataFooter: {
  27. itemsPerPageText: 'Elementos por página:',
  28. itemsPerPageAll: 'Todos',
  29. nextPage: 'Página siguiente',
  30. prevPage: 'Página anterior',
  31. firstPage: 'Primera página',
  32. lastPage: 'Última página',
  33. pageText: '{0}-{1} de {2}'
  34. },
  35. dateRangeInput: {
  36. divider: 'to'
  37. },
  38. datePicker: {
  39. itemsSelected: '{0} selected',
  40. range: {
  41. title: 'Select dates',
  42. header: 'Enter dates'
  43. },
  44. title: 'Select date',
  45. header: 'Enter date',
  46. input: {
  47. placeholder: 'Enter date'
  48. }
  49. },
  50. noDataText: 'No hay datos disponibles',
  51. carousel: {
  52. prev: 'Visual anterior',
  53. next: 'Visual siguiente',
  54. ariaLabel: {
  55. delimiter: 'Visual {0} de {1}'
  56. }
  57. },
  58. calendar: {
  59. moreEvents: '{0} más',
  60. today: 'Today'
  61. },
  62. input: {
  63. clear: 'Clear {0}',
  64. prependAction: '{0} prepended action',
  65. appendAction: '{0} appended action',
  66. otp: 'Please enter OTP character {0}'
  67. },
  68. fileInput: {
  69. counter: '{0} archivos',
  70. counterSize: '{0} archivos ({1} en total)'
  71. },
  72. fileUpload: {
  73. title: 'Drag and drop files here',
  74. divider: 'or',
  75. browse: 'Browse Files'
  76. },
  77. timePicker: {
  78. am: 'AM',
  79. pm: 'PM',
  80. title: 'Select Time'
  81. },
  82. pagination: {
  83. ariaLabel: {
  84. root: 'Navegación de paginación',
  85. next: 'Página siguiente',
  86. previous: 'Página anterior',
  87. page: 'Ir a la página {0}',
  88. currentPage: 'Página actual, página {0}',
  89. first: 'First page',
  90. last: 'Last page'
  91. }
  92. },
  93. stepper: {
  94. next: 'Next',
  95. prev: 'Previous'
  96. },
  97. rating: {
  98. ariaLabel: {
  99. item: 'Puntuación {0} de {1}'
  100. }
  101. },
  102. loading: 'Loading...',
  103. infiniteScroll: {
  104. loadMore: 'Load more',
  105. empty: 'No more'
  106. }
  107. };
  108. //# sourceMappingURL=es.mjs.map