Returns a map of translations for different locales.
The map should contain language codes as keys and another map of key-value pairs representing translations.
Map<String, Map<String, String>> message();