cooptypes - v2026.8.22-3
    Preparing search index...
    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;
      }