Skip to content

Commit f87067b

Browse files
authored
Merge pull request #79 from maxime9446/add_lang_es
add lang es
2 parents a4e9233 + 1dc666c commit f87067b

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

resources/lang/es/fgm.php

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?php
2+
3+
return [
4+
'radius_filter' => [
5+
'address' => 'Dirección',
6+
'miles' => 'Millas',
7+
'kilometers' => 'Kilómetros',
8+
'distance' => 'Distancia',
9+
'unit' => 'Unidad',
10+
'title' => 'Búsqueda por Radio',
11+
'indicate' => 'Dentro de un radio de :radius :units de :address',
12+
],
13+
'map_is_filter' => [
14+
'indicate' => 'mostrando :count marcadores en vista',
15+
],
16+
'static_map_action' => [
17+
'modal' => [
18+
'heading' => 'Descargar Mapa Estático',
19+
'label' => '¡Hazlo!',
20+
'success' => 'Éxito',
21+
],
22+
'button' => [
23+
'label' => 'Crear Mapa Estático',
24+
],
25+
],
26+
'widget_map_action' => [
27+
'modal' => [
28+
'heading' => 'Mostrar Mapa',
29+
'label' => '¡Hazlo!',
30+
'success' => 'Éxito',
31+
],
32+
'button' => [
33+
'label' => 'Hacer Algo',
34+
],
35+
],
36+
'radius_action' => [
37+
'modal' => [
38+
'heading' => 'Mostrar Mapa',
39+
'label' => '¡Hazlo!',
40+
'success' => 'Éxito',
41+
],
42+
'button' => [
43+
'label' => 'Radio',
44+
],
45+
],
46+
'goto_action' => [
47+
'button' => [
48+
'label' => 'Ir A',
49+
],
50+
],
51+
'geolocate' => [
52+
'label' => 'Establecer Ubicación Actual',
53+
],
54+
];

0 commit comments

Comments
 (0)