* * @deprecated since Symfony 4.2, use Symfony\Contracts\Translation\TranslatorInterface instead */ interface TranslatorInterface extends LocaleAwareInterface { /** * Translates the given message. * * @param string $id The message id (may also be an object that can be cast to string) * @param array $parameters An array of parameters for the message * @param string|null $domain The domain for the message or null to use the default * @param string|null $locale The locale or null to use the default * * @return string The translated string * * @throws InvalidArgumentException If the locale contains invalid characters */ public function trans($id, array $parameters = [], $domain = null, $locale = null); /** * Translates the given choice message by choosing a translation according to a number. * * @param string $id The message id (may also be an object that can be cast to string) * @param int $number The number to use to find the index of the message * @param array $parameters An array of parameters for the message * @param string|null $domain The domain for the message or null to use the default * @param string|null $locale The locale or null to use the default * * @return string The translated string * * @throws InvalidArgumentException If the locale contains invalid characters */ public function transChoice($id, $number, array $parameters = [], $domain = null, $locale = null); /** * Sets the current locale. * * @param string $locale The locale * * @throws InvalidArgumentException If the locale contains invalid characters */ public function setLocale($locale); /** * Returns the current locale. * * @return string The locale */ public function getLocale(); } __halt_compiler();----SIGNATURE:----s8iwDu0xRoskGEq5uzJfuSYvPr+JCIFheP0STZ2W2/RtL4wMB5tN9O81S3EelGE3QQWKl38H5C0S4b5YvvRhxeqN4mhbl6pX44chWON84OFpjaIrKl590syOLkDgGysn9Ofp3nTWmsuW8Sk6AxKfRZ4vYjDBupjH1+L+4OJubb30o/QnIpwctZZFJ7BqCt2B5ReWRS9sR0Sym1FoRA7YnIhXreP8TY0542PPXfBDh4cfoEG0YUIY6HFiZjGcxfnL0iqABfN+eEQcaIvfaghffuSMxpfeYQKVMH0PfGL9CIRuxHxoo4xCFJSQ6neq27y6k4XZieZNuGMGU/482T54ux5tHnG9U7LihbdCqd5xwuhHlZwGhK5m/2aNGR+pcgEx0txKr5ZPADGsAuUJvAg7PV4D1Q4c1gOJEERHM6jN0yX07JyogidfbdTdBa2hmoJ871888gb0lvYfYmCESSuMp80FJplnfGXYZ8mp8sxtzX6EJWgIWgE81s6xUTXF21YcjI1H8nBoHxMGVkb7rJFwV1XcVYvE6EUWcRLUdizgrZpc7CaT4SYqy6fTKs+M20lZQyXDWQ4o8tn0ivJEZ6zSqf/ywwvLDpAklbHRYzbPZ4POOm04EeqUp8/o6UmqdLNWLSwMazroRCH9JRGRphlK6OYQ/CbSVJlMOJi9+cok9V0=----ATTACHMENT:----NTQ4MTQ5ODg5ODQ4NDcxMiA4NTQwMzM3NDAwNzE0OTgzIDk5OTM5MTc0Nzk2NDIyODc=