@@ -2962,6 +2962,54 @@ abstract class AppLocalizations {
29622962 /// **'You are already practicing this plan with another group. Would you like to change your practice group?'**
29632963 String get group_change_practice_message;
29642964
2965+ /// No description provided for @group_join_to_contribute.
2966+ ///
2967+ /// In en, this message translates to:
2968+ /// **'Join to contribute'**
2969+ String get group_join_to_contribute;
2970+
2971+ /// No description provided for @group_accumulator_join_error.
2972+ ///
2973+ /// In en, this message translates to:
2974+ /// **'Unable to join accumulation. Please try again.'**
2975+ String get group_accumulator_join_error;
2976+
2977+ /// No description provided for @group_accumulator_participants.
2978+ ///
2979+ /// In en, this message translates to:
2980+ /// **'{count} participants'**
2981+ String group_accumulator_participants (int count);
2982+
2983+ /// No description provided for @group_accumulator_leaderboard.
2984+ ///
2985+ /// In en, this message translates to:
2986+ /// **'Leaderboard'**
2987+ String get group_accumulator_leaderboard;
2988+
2989+ /// No description provided for @group_accumulator_my_contributions.
2990+ ///
2991+ /// In en, this message translates to:
2992+ /// **'My Contributions'**
2993+ String get group_accumulator_my_contributions;
2994+
2995+ /// No description provided for @group_accumulator_recited.
2996+ ///
2997+ /// In en, this message translates to:
2998+ /// **'Recited'**
2999+ String get group_accumulator_recited;
3000+
3001+ /// No description provided for @group_accumulator_total.
3002+ ///
3003+ /// In en, this message translates to:
3004+ /// **'Total'**
3005+ String get group_accumulator_total;
3006+
3007+ /// No description provided for @group_accumulator_contributions_empty.
3008+ ///
3009+ /// In en, this message translates to:
3010+ /// **'Join this accumulation to track your contributions.'**
3011+ String get group_accumulator_contributions_empty;
3012+
29653013 /// No description provided for @share_this_quote.
29663014 ///
29673015 /// In en, this message translates to:
0 commit comments