feat: Add error page on login when the correct URI parameters are missing

This commit is contained in:
Jesse Wierzbinski 2024-12-08 18:15:30 +01:00
parent 714781bfde
commit 73ca0fb18b
No known key found for this signature in database
5 changed files with 38 additions and 7 deletions

View file

@ -315,5 +315,7 @@
"pretty_born_jackal_dial": "Sailor's tongue",
"tired_happy_lobster_pet": "Change the ship's language. Requires resetting yer sails to apply.",
"keen_aware_goldfish_thrive": "King's English",
"vivid_mellow_sawfish_approve": "Fancy French"
"vivid_mellow_sawfish_approve": "Fancy French",
"gray_clean_shark_comfort": "The following URI parameters be required:",
"grand_spry_goldfish_embrace": "Yer URI parameters be invalid"
}

View file

@ -316,5 +316,7 @@
"tired_happy_lobster_pet": "Change the language of the interface. Requires a reload to apply.",
"keen_aware_goldfish_thrive": "English",
"vivid_mellow_sawfish_approve": "French",
"these_awful_ape_reside": "Pirate"
"these_awful_ape_reside": "Pirate",
"gray_clean_shark_comfort": "The following rizzy parameters are required:",
"grand_spry_goldfish_embrace": "Invalid URI parameters"
}

View file

@ -316,5 +316,7 @@
"tired_happy_lobster_pet": "Change the language of the interface. Requires a reload to apply.",
"keen_aware_goldfish_thrive": "English",
"vivid_mellow_sawfish_approve": "French",
"these_awful_ape_reside": "Pirate"
"these_awful_ape_reside": "Pirate",
"gray_clean_shark_comfort": "The following URI parameters are required:",
"grand_spry_goldfish_embrace": "Invalid URI parameters"
}

View file

@ -298,6 +298,8 @@
"tired_happy_lobster_pet": "Changer la langue de l'interface. Nécessite un rechargement.",
"keen_aware_goldfish_thrive": "Anglais",
"vivid_mellow_sawfish_approve": "Français",
"these_awful_ape_reside": "Pirate",
"dirty_inclusive_meerkat_nudge": "Annuler",
"these_awful_ape_reside": "Pirate"
"gray_clean_shark_comfort": "Les paramètres de l'URI suivants sont obligatoires:",
"grand_spry_goldfish_embrace": "Paramètres URI non valides"
}