From 069ba89b321e6e61ce44c968b7993fa42271cd99 Mon Sep 17 00:00:00 2001
From: paidge <paidge_cs@hotmail.com>
Date: Fri, 18 Feb 2022 16:32:29 +0100
Subject: [PATCH] v1.0.0

---
 i18n/locales/de.json |  5 +++++
 i18n/locales/en.json |  5 +++++
 i18n/locales/es.json | 11 ++++++++---
 i18n/locales/fr.json |  5 +++++
 package.json         |  2 +-
 5 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/i18n/locales/de.json b/i18n/locales/de.json
index 7e1b2ea..c74bbf3 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 e11f4db..de64267 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 b9cc49d..667eed2 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 fce5a05..5aec937 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 2cf2123..bd3a3c9 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",
-- 
GitLab