From 14eaa8e31e624cf2f02ae28f9b1a838f47a07269 Mon Sep 17 00:00:00 2001 From: ryancooley Date: Wed, 7 Feb 2024 01:20:08 +0000 Subject: [PATCH] Update translations for changed strings --- resources/lang/de.json | 12 +++++++++++- resources/lang/es.json | 12 +++++++++++- resources/lang/fr.json | 12 +++++++++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/resources/lang/de.json b/resources/lang/de.json index 1de802bdac..164646a80c 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -2039,5 +2039,15 @@ "View All Decision Tables": "Alle Entscheidungstabellen anzeigen", "View All Processes": "Alle Prozesse anzeigen", "View All Screens": "Alle Prozesse anzeigen", - "View All Scripts": "Alle Skripte anzeigen" + "View All Scripts": "Alle Skripte anzeigen", + "Create a Project": "Ein Projekt erstellen", + "New Case": "Neuer Fall", + "No Request to Start": "Keine Anforderung zum Starten", + "No Requests to Show": "Keine Anfragen zum Anzeigen", + "No tasks in sight": "Keine Aufgaben in Sicht", + "PM Blocks": "PM-Blöcke", + "Projects": "Projekte", + "Recent Projects": "Letzte Projekte", + "View All Tasks": "Alle Aufgaben anzeigen", + "Well, it seems nothing in here": "Nun, es scheint hier drinnen nichts zu geben" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 2d0770700b..104fd5a920 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -2039,5 +2039,15 @@ "View All Decision Tables": "Ver Todas las Tablas de Decisión", "View All Processes": "Ver Todos los Procesos", "View All Screens": "Ver Todos los Procesos", - "View All Scripts": "Ver Todos los Guiones" + "View All Scripts": "Ver Todos los Guiones", + "Create a Project": "Crea un Proyecto", + "New Case": "Nuevo Caso", + "No Request to Start": "No hay solicitud para comenzar", + "No Requests to Show": "No hay solicitudes para mostrar", + "No tasks in sight": "No hay tareas a la vista", + "PM Blocks": "Bloques PM", + "Projects": "Proyectos", + "Recent Projects": "Proyectos Recientes", + "View All Tasks": "Ver Todas las Tareas", + "Well, it seems nothing in here": "Bueno, parece que no hay nada aquí" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 9e71d4bf25..3c4903fb3b 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -2039,5 +2039,15 @@ "View All Decision Tables": "Voir tous les tableaux de décision", "View All Processes": "Voir tous les processus", "View All Screens": "Voir tous les processus", - "View All Scripts": "Voir tous les scripts" + "View All Scripts": "Voir tous les scripts", + "Create a Project": "Créer un Projet", + "New Case": "Nouveau Cas", + "No Request to Start": "Aucune demande pour commencer", + "No Requests to Show": "Aucune demande à afficher", + "No tasks in sight": "Aucune tâche en vue", + "PM Blocks": "Blocs PM", + "Projects": "Projets", + "Recent Projects": "Projets Récents", + "View All Tasks": "Voir Toutes les Tâches", + "Well, it seems nothing in here": "Eh bien, il semble qu'il n'y ait rien ici" } \ No newline at end of file