Variable translationsConst
translations: {
ru: {
BALLOT_TITLE: string;
context_label: string;
DECISION_BY_QUESTION: string;
decision_text: string;
FROM_PARTICIPANT_LABEL: string;
PARTICIPANT_SIGNATURE_LABEL: string;
REQUEST_VOTE_TEXT: string;
SIGNED_DIGITALLY: string;
vote_abstained: string;
vote_against: string;
vote_for: string;
};
} = ...
Type Declaration
ru: {
BALLOT_TITLE: string;
context_label: string;
DECISION_BY_QUESTION: string;
decision_text: string;
FROM_PARTICIPANT_LABEL: string;
PARTICIPANT_SIGNATURE_LABEL: string;
REQUEST_VOTE_TEXT: string;
SIGNED_DIGITALLY: string;
vote_abstained: string;
vote_against: string;
vote_for: string;
}