From df1c7ca9d29b55d2d98d7b7f4927926cbc0fc5a0 Mon Sep 17 00:00:00 2001 From: Zagrios <40181755+Zagrios@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:56:32 +0100 Subject: [PATCH] [bugfix-771] Add missing translations --- assets/jsons/translations/en.json | 5 +++++ assets/jsons/translations/it.json | 5 +++++ assets/jsons/translations/pt-br.json | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index 3054223e..f55c837f 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -818,6 +818,11 @@ "multiple": "These maps will also be removed from versions using shared maps" } } + }, + "delete-duplicate-maps": { + "title": "Delete maps?", + "desc": "Only the map \"{map}\" is a duplicate. Are you sure you want to delete it?", + "desc-plural": "{nb} duplicate maps have been found. Are you sure you want to delete them?" } }, "link-contents":{ diff --git a/assets/jsons/translations/it.json b/assets/jsons/translations/it.json index 0bb01e70..3a445fe3 100644 --- a/assets/jsons/translations/it.json +++ b/assets/jsons/translations/it.json @@ -818,6 +818,11 @@ "multiple": "Queste mappe saranno rimosse anche dalle versioni che usano mappe condivise" } } + }, + "delete-duplicate-maps": { + "title": "Eliminare le mappe?", + "desc": "Solo la mappa \"{map}\" è un duplicato. Sei sicuro di volerla eliminare?", + "desc-plural": "Sono state trovate {nb} mappe duplicate. Sei sicuro di volerle eliminare?" } }, "link-contents":{ diff --git a/assets/jsons/translations/pt-br.json b/assets/jsons/translations/pt-br.json index db3447f9..dc21fa60 100644 --- a/assets/jsons/translations/pt-br.json +++ b/assets/jsons/translations/pt-br.json @@ -818,6 +818,11 @@ "multiple": "Esses mapas também serão removidos de suas versões utilizando mapas compartilhados" } } + }, + "delete-duplicate-maps": { + "title": "Excluir mapas?", + "desc": "Apenas o mapa \"{map}\" é um duplicado. Tem certeza de que deseja excluí-lo?", + "desc-plural": "{nb} mapas duplicados foram encontrados. Tem certeza de que deseja excluí-los?" } }, "link-contents":{