From 0cff8a5c6c5c1a609adb7a89c0214ffc1b70a092 Mon Sep 17 00:00:00 2001 From: Owen Stephens Date: Sun, 18 Feb 2018 23:26:50 +0000 Subject: [PATCH] Make explict that 'Blank out cells' option sets cells to null --- main/webapp/modules/core/langs/translation-en.json | 2 +- main/webapp/modules/core/langs/translation-es.json | 2 +- main/webapp/modules/core/langs/translation-fil.json | 2 +- main/webapp/modules/core/langs/translation-fr.json | 2 +- main/webapp/modules/core/langs/translation-he.json | 3 ++- main/webapp/modules/core/langs/translation-it.json | 2 +- main/webapp/modules/core/langs/translation-pt_BR.json | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index b7f9898a4..b792014df 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -614,7 +614,7 @@ "to-number": "To number", "to-date": "To date", "to-text": "To text", - "blank-out": "Set cells to null", + "blank-out": "Blank out cells (null)", "fill-down": "Fill down", "blank-down": "Blank down", "split-cells": "Split multi-valued cells", diff --git a/main/webapp/modules/core/langs/translation-es.json b/main/webapp/modules/core/langs/translation-es.json index 86cdf73aa..72060aba2 100644 --- a/main/webapp/modules/core/langs/translation-es.json +++ b/main/webapp/modules/core/langs/translation-es.json @@ -576,7 +576,7 @@ "to-number": "A número", "to-date": "A fecha", "to-text": "A texto", - "blank-out": "Vaciar Celdas", + "blank-out": "Vaciar Celdas (null)", "fill-down": "Llenar hacia abajo", "blank-down": "Vaciar hacia abajo", "split-cells": "Dividir celdas multi-valuadas", diff --git a/main/webapp/modules/core/langs/translation-fil.json b/main/webapp/modules/core/langs/translation-fil.json index 8d1804aaf..1ef2c3e06 100644 --- a/main/webapp/modules/core/langs/translation-fil.json +++ b/main/webapp/modules/core/langs/translation-fil.json @@ -475,7 +475,7 @@ "re-trans": "Muling ibahin ang hanggang sa", "warning-no-length": "Hindi tinukoy ang haba ng patlang.", "discard-judg": "Itapon ang mga hatol sa pagkakasundo", - "blank-out": "Mga blankong cell", + "blank-out": "Mga blankong cell (null)", "best-cand-type-match": "tumutugma sa mga uri ng pinakamahusay na kandidato?", "sort-by-col": "ayusin ayon sa hanay na ito lamang", "enter-col-name": "Magpasok ng bagong pangalan ng haligi", diff --git a/main/webapp/modules/core/langs/translation-fr.json b/main/webapp/modules/core/langs/translation-fr.json index bc5665725..c9fedfda9 100644 --- a/main/webapp/modules/core/langs/translation-fr.json +++ b/main/webapp/modules/core/langs/translation-fr.json @@ -476,7 +476,7 @@ "remove-matching": "Supprimer les lignes correspondantes", "warning-no-length": "Aucune longueur de champ n’a été indiquée.", "discard-judg": "Rejeter les avis de réconciliation", - "blank-out": "Vider les cellules", + "blank-out": "Vider les cellules (null)", "best-cand-type-match": "Meilleure correspondance de type des candidats ?", "sort-by-col": "trier selon cette seule colonne", "enter-col-name": "Indiquer le nom de la nouvelle colonne", diff --git a/main/webapp/modules/core/langs/translation-he.json b/main/webapp/modules/core/langs/translation-he.json index 8d19918b2..a246fa891 100644 --- a/main/webapp/modules/core/langs/translation-he.json +++ b/main/webapp/modules/core/langs/translation-he.json @@ -578,7 +578,8 @@ "to-number": "To number", "to-date": "To date", "to-text": "To text", - "blank-out": "Set cells to null", + "blank-out": "Blank out cells (null)", + "empty-cells": "Set cells to empty string", "fill-down": "Fill down", "blank-down": "Blank down", "split-cells": "Split multi-valued cells", diff --git a/main/webapp/modules/core/langs/translation-it.json b/main/webapp/modules/core/langs/translation-it.json index 0db4b8819..e58de6621 100644 --- a/main/webapp/modules/core/langs/translation-it.json +++ b/main/webapp/modules/core/langs/translation-it.json @@ -474,7 +474,7 @@ "re-trans": "Ritrasforma fino a", "warning-no-length": "Nessuna lunghezza dei campi specificata.", "discard-judg": "Annulla i match dei candidati", - "blank-out": "Cancella tutte le celle", + "blank-out": "Cancella tutte le celle (null)", "best-cand-type-match": "miglior match del tipo del candidato?", "sort-by-col": "ordina per questa colonna", "enter-col-name": "Inserisci il nome della nuova colonna", diff --git a/main/webapp/modules/core/langs/translation-pt_BR.json b/main/webapp/modules/core/langs/translation-pt_BR.json index 63c501534..d80038850 100644 --- a/main/webapp/modules/core/langs/translation-pt_BR.json +++ b/main/webapp/modules/core/langs/translation-pt_BR.json @@ -467,7 +467,7 @@ "uppercase": "Para maiúsculo", "best-type": "Best candidate's types", "discard-judg": "Descartar a análise de reconciliação", - "blank-out": "Limpar células", + "blank-out": "Limpar células (null)", "best-cand-type-match": "best candidate's types match?", "sort-by-col": "ordenar somente esta coluna", "enter-col-name": "Digite um nome para a nova coluna",