From ca6837a1a39b58152a8b157ef94e4d49108cedb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Sat, 3 Dec 2022 17:23:39 +0100 Subject: [PATCH] Remove missing keys --- front/src/locales/en_GB.json | 11 ++--------- front/src/locales/pt_BR.json | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/front/src/locales/en_GB.json b/front/src/locales/en_GB.json index 32fb91261..c41511c54 100644 --- a/front/src/locales/en_GB.json +++ b/front/src/locales/en_GB.json @@ -1034,9 +1034,7 @@ "message": "The metadata included in the file is invalid or some mandatory fields are missing." } }, - "button": { - "close": "Close" - }, + "button": {}, "table": { "error": { "debug": "Debug information", @@ -1336,7 +1334,6 @@ }, "button": { "cancel": "Cancel", - "close": "Close", "finishLater": "Finish later", "next": "Next step", "previous": "Previous step", @@ -2395,7 +2392,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Close", "show": "Moderation rules…" }, "modal": { @@ -2704,7 +2700,6 @@ } }, "button": { - "close": "Close", "reload": "Close and reload page" }, "header": { @@ -2756,9 +2751,7 @@ "unfocus": "Unfocus searchbar" } }, - "button": { - "close": "Close" - }, + "button": {}, "header": { "modal": "Keyboard shortcuts" } diff --git a/front/src/locales/pt_BR.json b/front/src/locales/pt_BR.json index 9091bfe25..ef310ba20 100644 --- a/front/src/locales/pt_BR.json +++ b/front/src/locales/pt_BR.json @@ -962,9 +962,7 @@ "message": "Os metadados incluídos no arquivo são inválidos ou alguns campos obrigatórios estão faltando." } }, - "button": { - "close": "Fechar" - }, + "button": {}, "table": { "error": { "debug": "Informação de depuração", @@ -1255,7 +1253,6 @@ }, "button": { "cancel": "Cancelar", - "close": "Fechar", "finishLater": "Finalizar depois", "next": "Próximo", "previous": "Anterior", @@ -2261,7 +2258,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Fechar", "show": "Regra de moderação…" }, "modal": { @@ -2563,7 +2559,6 @@ } }, "button": { - "close": "Fechar", "reload": "Fechar e atualizar a página" }, "header": { @@ -2615,9 +2610,7 @@ "unfocus": "Desfocar a barra de pesquisa" } }, - "button": { - "close": "Fechar" - }, + "button": {}, "header": { "modal": "Atalhos de teclado" }