Skip to content

Commit 7a2c163

Browse files
author
Riadh Habbachi
committed
[OpenDataStack Patch] More spanish translation
1 parent 9233855 commit 7a2c163

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/core_plugins/kibana/public/dashboard/dashboard_app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
class="text-center start-screen"
4848
>
4949
<h2 class="kuiTitle kuiVerticalRhythm">
50-
This dashboard is empty. Let&rsquo;s fill it up!
50+
Este tablero esta vacío. Complétalo!
5151
</h2>
5252

5353
<p class="kuiText kuiVerticalRhythm">
54-
Click the <a kbn-accessible-click class="kuiButton kuiButton--primary kuiButton--small" ng-click="showAddPanel()" aria-label="Add visualization">Add</a> button in the menu bar above to add a visualization to the dashboard. <br/>If you haven't set up any visualizations yet, <a class="kuiLink" href="#/visualize">visit the Visualize app</a> to create your first visualization.
54+
Haga clic en el botón <a kbn-accessible-click class="kuiButton kuiButton--primary kuiButton--small" ng-click="showAddPanel()" aria-label="Add visualization">Agregar</a> en la parte superior de la barra del menú para agrear una visualización al tablero. <br/>Si aún no ha configurado visualizaciones, <a class="kuiLink" href="#/visualize">visite la aplicación "Visualizar"</a> para crear su primera visualización.
5555
</p>
5656
</div>
5757

5858
<div ng-show="getShouldShowViewHelp()" class="text-center start-screen">
5959
<h2 class="kuiTitle kuiVerticalRhythm">
60-
This dashboard is empty. Let&rsquo;s fill it up!
60+
Este tablero esta vacío. Complétalo!
6161
</h2>
6262

6363
<p class="kuiText kuiVerticalRhythm">

src/core_plugins/timelion/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default function (kibana) {
33
require: ['kibana', 'elasticsearch'],
44
uiExports: {
55
app: {
6-
title: 'Timelion',
6+
title: 'Series de Tiempo',
77
order: -1000,
88
description: 'Time series expressions for everything',
99
icon: 'plugins/timelion/icon.svg',

src/ui/public/timepicker/kbn_global_timepicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
ng-click="kbnTopNav.toggle('interval')"
2828
>
2929
<span ng-show="timefilter.refreshInterval.value === 0">
30-
<span aria-hidden="true" class="kuiIcon fa-repeat"></span> Auto-refresh
30+
<span aria-hidden="true" class="kuiIcon fa-repeat"></span>Actualización automática
3131
</span>
3232

3333
<span

src/ui/public/vis/vis_category.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ const CATEGORY = {
1616
};
1717

1818
const CATEGORY_DISPLAY_NAMES = {
19-
[CATEGORY.BASIC]: 'Basic Charts',
20-
[CATEGORY.DATA]: 'Data',
19+
[CATEGORY.BASIC]: 'Gráficos básicas',
20+
[CATEGORY.DATA]: 'Datos',
2121
[CATEGORY.GRAPHIC]: 'Graphic',
22-
[CATEGORY.MAP]: 'Maps',
23-
[CATEGORY.OTHER]: 'Other',
24-
[CATEGORY.TIME]: 'Time Series'
22+
[CATEGORY.MAP]: 'Gráficos de mapas',
23+
[CATEGORY.OTHER]: 'Otros',
24+
[CATEGORY.TIME]: 'Series de Tiempo'
2525
};
2626

2727
export { CATEGORY, CATEGORY_DISPLAY_NAMES };

0 commit comments

Comments
 (0)