Variable translationsConst
translations: {
ru: {
annual_extra: string;
annual_extra_label: string;
annual_extra_word: string;
annual_regular: string;
annual_regular_label: string;
annual_regular_word: string;
APPLICATION_TITLE: string;
AUTHORIZED_SIGNATURE_LABEL: string;
AUTHORIZED_WORD: string;
context_label: string;
DECISION_BY_QUESTION: string;
decision_text: string;
FROM_AUTHORIZED_LABEL: string;
FROM_PARTICIPANT_LABEL: string;
GENERAL_MEETING_LABEL: string;
GENERAL_MEETING_LABEL_BRANCHED: string;
GENERAL_MEETING_LABEL_LOWER: string;
GENERAL_MEETING_LABEL_LOWER_BRANCHED: string;
GENERAL_MEETING_TEXT: string;
namely_text: string;
PARTICIPANT_SIGNATURE_LABEL: string;
PARTICIPANT_WORD: string;
REQUEST_VOTE_COUNT_START: string;
SIGNED_DIGITALLY: string;
vote_abstained: string;
vote_against: string;
vote_for: string;
};
} = ...
Type Declaration
ru: {
annual_extra: string;
annual_extra_label: string;
annual_extra_word: string;
annual_regular: string;
annual_regular_label: string;
annual_regular_word: string;
APPLICATION_TITLE: string;
AUTHORIZED_SIGNATURE_LABEL: string;
AUTHORIZED_WORD: string;
context_label: string;
DECISION_BY_QUESTION: string;
decision_text: string;
FROM_AUTHORIZED_LABEL: string;
FROM_PARTICIPANT_LABEL: string;
GENERAL_MEETING_LABEL: string;
GENERAL_MEETING_LABEL_BRANCHED: string;
GENERAL_MEETING_LABEL_LOWER: string;
GENERAL_MEETING_LABEL_LOWER_BRANCHED: string;
GENERAL_MEETING_TEXT: string;
namely_text: string;
PARTICIPANT_SIGNATURE_LABEL: string;
PARTICIPANT_WORD: string;
REQUEST_VOTE_COUNT_START: string;
SIGNED_DIGITALLY: string;
vote_abstained: string;
vote_against: string;
vote_for: string;
}