Skip to content

Commit f07fa0a

Browse files
committed
Update changelog
1 parent 55acd5e commit f07fa0a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
44

55
## [Unreleased]
66

7+
## [0.3.3] - 2020-12-13
8+
9+
### Added
10+
11+
- Spanish translations
12+
- German translations
13+
14+
### Changed
15+
16+
- Updated Arabic translations
17+
718
## [0.3.2] - 2020-09-25
819

920
### Added
@@ -130,7 +141,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
130141

131142
- Initial release
132143

133-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.2...development
144+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.3...development
145+
[0.3.3]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.2...v0.3.3
134146
[0.3.2]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.1...v0.3.2
135147
[0.3.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.0...v0.3.1
136148
[0.3.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.2.1...v0.3.0

resources/lang/es/strings.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
return [
4+
'clear' => 'Limpiar',
5+
'export' => 'Exportar',
6+
'loading' => 'Cargando',
7+
'no_results' => 'No se encontraron resultados para esta consulta.',
8+
'offline' => 'Actualmente no te encuentras conectado a internet.',
9+
'per_page' => 'Por pagina',
10+
'results' => 'Mostrando :first a :last de :total resultados',
11+
'search' => 'Buscar...',
12+
];

0 commit comments

Comments
 (0)