diff --git a/i18n/locales/de.json b/i18n/locales/de.json
index 7e1b2eaa9d4ffb2b6a6c7069e4353e6960cdae81..c74bbf36c3724a961118b7f879af1ac274bca260 100644
--- a/i18n/locales/de.json
+++ b/i18n/locales/de.json
@@ -127,6 +127,11 @@
 	"nom": "Name",
 	"non": "Nein",
 	"oui": "Ja",
+	"pagination": {
+		"first": "Erstes Element",
+		"last": "Letzter Artikel",
+		"title": "Paginierungsschaltflächen"
+	},
 	"params": {
 		"breadcrumb": "Parameter",
 		"name": {
diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index e11f4db4b9ead0c35595fbdc3ca2023ecf82264f..de6426704d1b3d05b49431e8c3da2af54b1a34b0 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -128,6 +128,11 @@
 	"nom": "Name",
 	"non": "No",
 	"oui": "Yes",
+	"pagination": {
+		"first": "First item",
+		"last": "Last item",
+		"title": "Pagination buttons"
+	},
 	"params": {
 		"breadcrumb": "Parameters",
 		"name": {
diff --git a/i18n/locales/es.json b/i18n/locales/es.json
index b9cc49df04864cb7403e60097fa6ad0430c8bda8..667eed236d09252a2c35d06f17ee5b84e6d37637 100644
--- a/i18n/locales/es.json
+++ b/i18n/locales/es.json
@@ -12,8 +12,8 @@
 		"developpeurs": "Desarrolladores :",
 		"graphql": "GrahQL API",
 		"participants": "Lista de participantes del proyecto :",
-		"title": "Acerca de",
 		"testeurs": "Testeadores :",
+		"title": "Acerca de",
 		"traducteurs": "Traductores :"
 	},
 	"aurevoir": "Salen",
@@ -128,6 +128,11 @@
 	"nom": "Nombre",
 	"non": "No",
 	"oui": "Sí",
+	"pagination": {
+		"first": "Primer elemento",
+		"last": "último artículo",
+		"title": "Botones de paginación"
+	},
 	"params": {
 		"breadcrumb": "Parámetros",
 		"name": {
@@ -169,8 +174,8 @@
 		"pardate": "Previsiones por fecha",
 		"parmembre": "Previsiones por miembros",
 		"period": {
-			"title": "Período de búsqueda",
-			"desc": "Seleccione las fechas deseadas"
+			"desc": "Seleccione las fechas deseadas",
+			"title": "Período de búsqueda"
 		},
 		"title": "Pronósticos"
 	},
diff --git a/i18n/locales/fr.json b/i18n/locales/fr.json
index fce5a05b83e2e3a8c43f0831404412436d9a1ff8..5aec9378cec66cc4b707b30dd4f59453dc7ac269 100644
--- a/i18n/locales/fr.json
+++ b/i18n/locales/fr.json
@@ -128,6 +128,11 @@
 	"nom": "Nom",
 	"non": "Non",
 	"oui": "Oui",
+	"pagination": {
+		"first": "Premier élément",
+		"last": "Dernier élément",
+		"title": "Boutons de pagination"
+	},
 	"params": {
 		"breadcrumb": "Paramètres",
 		"name": {
diff --git a/package.json b/package.json
index 2cf212306239944fb393bc1185223c760a26a1db..bd3a3c9a803724e450728e7e5f88e3e82af07cd6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "wotwizard-ui",
-	"version": "0.24.0",
+	"version": "1.0.0",
 	"private": true,
 	"scripts": {
 		"dev": "nuxt",