File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
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
+
7
18
## [ 0.3.2] - 2020-09-25
8
19
9
20
### Added
@@ -130,7 +141,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
130
141
131
142
- Initial release
132
143
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
134
146
[ 0.3.2 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.1...v0.3.2
135
147
[ 0.3.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.0...v0.3.1
136
148
[ 0.3.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.2.1...v0.3.0
Original file line number Diff line number Diff line change
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
+ ];
You can’t perform that action at this time.
0 commit comments