Variable translationsConst
translations: {
ru: {
APPROVED: string;
authorize_chairman_branch: string;
from: string;
from_participant: string;
ip: string;
participant_application: string;
protocol: string;
request_to_join_legal_entity: string;
signature: string;
to_council_of: string;
};
} = ...
Type Declaration
ru: {
APPROVED: string;
authorize_chairman_branch: string;
from: string;
from_participant: string;
ip: string;
participant_application: string;
protocol: string;
request_to_join_legal_entity: string;
signature: string;
to_council_of: string;
}