diff --git a/locale/cnr/translation.toml b/locale/cnr/translation.toml index 5b394d2f4..5902b2814 100644 --- a/locale/cnr/translation.toml +++ b/locale/cnr/translation.toml @@ -215,6 +215,8 @@ chartImmatureBalance = "" # Immature balance useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/de/translation.toml b/locale/de/translation.toml index b5a1277c1..6a663eb4b 100644 --- a/locale/de/translation.toml +++ b/locale/de/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/en/translation.toml b/locale/en/translation.toml index 889b3ed96..fc7812477 100644 --- a/locale/en/translation.toml +++ b/locale/en/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "Loading shielded blocks {current} of {total}" # Loading sh useShieldInputs = "Use shield inputs" # Use shield inputs newShieldAddress = "Get new shield address" # Get new shield address shieldAddress = "Shield address" # Shield address +noInputs = "No inputs" # No inputs +noOutputs = "No outputs" # No outputs cantShieldToExc = "This address does not support shield transfers" # This address does not support shield transfers [ALERTS] diff --git a/locale/es-mx/translation.toml b/locale/es-mx/translation.toml index 7aa38bdc8..9e6f399b2 100644 --- a/locale/es-mx/translation.toml +++ b/locale/es-mx/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/fr/translation.toml b/locale/fr/translation.toml index 2d6021867..6176392ac 100644 --- a/locale/fr/translation.toml +++ b/locale/fr/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/it/translation.toml b/locale/it/translation.toml index d01239cff..4abd32eff 100644 --- a/locale/it/translation.toml +++ b/locale/it/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/nl/translation.toml b/locale/nl/translation.toml index 8d86f626c..bb6aa41ce 100644 --- a/locale/nl/translation.toml +++ b/locale/nl/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/ph/translation.toml b/locale/ph/translation.toml index b0e4f2b4d..07a766b97 100644 --- a/locale/ph/translation.toml +++ b/locale/ph/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/pl/translation.toml b/locale/pl/translation.toml index d3db0a9c8..193a6bd89 100644 --- a/locale/pl/translation.toml +++ b/locale/pl/translation.toml @@ -215,6 +215,8 @@ chartImmatureBalance = "" # Immature balance useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/pt-br/translation.toml b/locale/pt-br/translation.toml index 0add6fa1e..215f4ed60 100644 --- a/locale/pt-br/translation.toml +++ b/locale/pt-br/translation.toml @@ -82,6 +82,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/pt-pt/translation.toml b/locale/pt-pt/translation.toml index b9b98eb9c..9592f52b2 100644 --- a/locale/pt-pt/translation.toml +++ b/locale/pt-pt/translation.toml @@ -82,6 +82,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/locale/template/translation.toml b/locale/template/translation.toml index 30c3f6abd..f5896a2a8 100644 --- a/locale/template/translation.toml +++ b/locale/template/translation.toml @@ -239,6 +239,8 @@ unhandledException = "Unhandled exception." useShieldInputs = "Use shield inputs" newShieldAddress = "Get new shield address" shieldAddress = "Shield address" +noInputs = "No inputs" +noOutputs = "No outputs" cantShieldToExc = "This address does not support shield transfers" [ALERTS] diff --git a/locale/uwu/translation.toml b/locale/uwu/translation.toml index c5e33e00f..bd6bbcbf0 100644 --- a/locale/uwu/translation.toml +++ b/locale/uwu/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs cantShieldToExc = "" # This address does not support shield transfers [ALERTS] diff --git a/scripts/Modal.vue b/scripts/Modal.vue index e3c1eeccf..5d0e55a33 100644 --- a/scripts/Modal.vue +++ b/scripts/Modal.vue @@ -8,7 +8,11 @@ const props = defineProps({