Variable translationsConst
translations: {
ru: {
ATTACHMENTS_NOTE: string;
BRANCH_ADDRESS_LABEL: string;
BRANCH_NAME_LABEL: string;
CHAIRMAN_LABEL: string;
CHAIRMAN_SIGNATURE_LABEL: string;
FROM_CHAIRMAN: string;
PETITION_TEXT: string;
PETITION_TITLE: string;
SIGNED_DIGITALLY: string;
TO_COUNCIL: string;
};
} = ...
Type Declaration
ru: {
ATTACHMENTS_NOTE: string;
BRANCH_ADDRESS_LABEL: string;
BRANCH_NAME_LABEL: string;
CHAIRMAN_LABEL: string;
CHAIRMAN_SIGNATURE_LABEL: string;
FROM_CHAIRMAN: string;
PETITION_TEXT: string;
PETITION_TITLE: string;
SIGNED_DIGITALLY: string;
TO_COUNCIL: string;
}