@@ -725,6 +725,168 @@ abstract class NeonLocalizations {
725
725
/// **'{used} used of {total} ({relative}%)'**
726
726
String accountOptionsQuotaUsedOf (String used, String total, String relative);
727
727
728
+ /// No description provided for @accountOptionsCategoryProfile.
729
+ ///
730
+ /// In en, this message translates to:
731
+ /// **'Profile'**
732
+ String get accountOptionsCategoryProfile;
733
+
734
+ /// No description provided for @accountOptionsProfileDisplayNameLabel.
735
+ ///
736
+ /// In en, this message translates to:
737
+ /// **'Full name'**
738
+ String get accountOptionsProfileDisplayNameLabel;
739
+
740
+ /// No description provided for @accountOptionsProfileDisplayNameHint.
741
+ ///
742
+ /// In en, this message translates to:
743
+ /// **'Your full name'**
744
+ String get accountOptionsProfileDisplayNameHint;
745
+
746
+ /// No description provided for @accountOptionsProfileEmailLabel.
747
+ ///
748
+ /// In en, this message translates to:
749
+ /// **'Email'**
750
+ String get accountOptionsProfileEmailLabel;
751
+
752
+ /// No description provided for @accountOptionsProfileEmailHint.
753
+ ///
754
+ /// In en, this message translates to:
755
+ /// **'Primary email for password reset and notifications'**
756
+ String get accountOptionsProfileEmailHint;
757
+
758
+ /// No description provided for @accountOptionsProfilePhoneLabel.
759
+ ///
760
+ /// In en, this message translates to:
761
+ /// **'Phone number'**
762
+ String get accountOptionsProfilePhoneLabel;
763
+
764
+ /// No description provided for @accountOptionsProfilePhoneHint.
765
+ ///
766
+ /// In en, this message translates to:
767
+ /// **'Your phone number'**
768
+ String get accountOptionsProfilePhoneHint;
769
+
770
+ /// No description provided for @accountOptionsProfileAddressLabel.
771
+ ///
772
+ /// In en, this message translates to:
773
+ /// **'Location'**
774
+ String get accountOptionsProfileAddressLabel;
775
+
776
+ /// No description provided for @accountOptionsProfileAddressHint.
777
+ ///
778
+ /// In en, this message translates to:
779
+ /// **'Your city'**
780
+ String get accountOptionsProfileAddressHint;
781
+
782
+ /// No description provided for @accountOptionsProfileWebsiteLabel.
783
+ ///
784
+ /// In en, this message translates to:
785
+ /// **'Website'**
786
+ String get accountOptionsProfileWebsiteLabel;
787
+
788
+ /// No description provided for @accountOptionsProfileWebsiteHint.
789
+ ///
790
+ /// In en, this message translates to:
791
+ /// **'Your website'**
792
+ String get accountOptionsProfileWebsiteHint;
793
+
794
+ /// No description provided for @accountOptionsProfileTwitterLabel.
795
+ ///
796
+ /// In en, this message translates to:
797
+ /// **'X (formerly Twitter)'**
798
+ String get accountOptionsProfileTwitterLabel;
799
+
800
+ /// No description provided for @accountOptionsProfileTwitterHint.
801
+ ///
802
+ /// In en, this message translates to:
803
+ /// **'Your X (formerly Twitter) handle'**
804
+ String get accountOptionsProfileTwitterHint;
805
+
806
+ /// No description provided for @accountOptionsProfileFediverseLabel.
807
+ ///
808
+ /// In en, this message translates to:
809
+ /// **'Fediverse (e.g. Mastodon)'**
810
+ String get accountOptionsProfileFediverseLabel;
811
+
812
+ /// No description provided for @accountOptionsProfileFediverseHint.
813
+ ///
814
+ /// In en, this message translates to:
815
+ /// **'Your handle'**
816
+ String get accountOptionsProfileFediverseHint;
817
+
818
+ /// No description provided for @accountOptionsProfileOrganisationLabel.
819
+ ///
820
+ /// In en, this message translates to:
821
+ /// **'Organisation'**
822
+ String get accountOptionsProfileOrganisationLabel;
823
+
824
+ /// No description provided for @accountOptionsProfileOrganisationHint.
825
+ ///
826
+ /// In en, this message translates to:
827
+ /// **'Your organisation'**
828
+ String get accountOptionsProfileOrganisationHint;
829
+
830
+ /// No description provided for @accountOptionsProfileRoleLabel.
831
+ ///
832
+ /// In en, this message translates to:
833
+ /// **'Role'**
834
+ String get accountOptionsProfileRoleLabel;
835
+
836
+ /// No description provided for @accountOptionsProfileRoleHint.
837
+ ///
838
+ /// In en, this message translates to:
839
+ /// **'Your role'**
840
+ String get accountOptionsProfileRoleHint;
841
+
842
+ /// No description provided for @accountOptionsProfileHeadlineLabel.
843
+ ///
844
+ /// In en, this message translates to:
845
+ /// **'Headline'**
846
+ String get accountOptionsProfileHeadlineLabel;
847
+
848
+ /// No description provided for @accountOptionsProfileHeadlineHint.
849
+ ///
850
+ /// In en, this message translates to:
851
+ /// **'Your headline'**
852
+ String get accountOptionsProfileHeadlineHint;
853
+
854
+ /// No description provided for @accountOptionsProfileBiographyLabel.
855
+ ///
856
+ /// In en, this message translates to:
857
+ /// **'About'**
858
+ String get accountOptionsProfileBiographyLabel;
859
+
860
+ /// No description provided for @accountOptionsProfileBiographyHint.
861
+ ///
862
+ /// In en, this message translates to:
863
+ /// **'Your biography'**
864
+ String get accountOptionsProfileBiographyHint;
865
+
866
+ /// No description provided for @accountOptionsProfileScopePrivate.
867
+ ///
868
+ /// In en, this message translates to:
869
+ /// **'Only visible to people matched via phone number integration through Talk on mobile'**
870
+ String get accountOptionsProfileScopePrivate;
871
+
872
+ /// No description provided for @accountOptionsProfileScopeLocal.
873
+ ///
874
+ /// In en, this message translates to:
875
+ /// **'Only visible to people on this instance and guests'**
876
+ String get accountOptionsProfileScopeLocal;
877
+
878
+ /// No description provided for @accountOptionsProfileScopeFederated.
879
+ ///
880
+ /// In en, this message translates to:
881
+ /// **'Only synchronize to trusted servers'**
882
+ String get accountOptionsProfileScopeFederated;
883
+
884
+ /// No description provided for @accountOptionsProfileScopePublished.
885
+ ///
886
+ /// In en, this message translates to:
887
+ /// **'Synchronize to trusted servers and the global and public address book'**
888
+ String get accountOptionsProfileScopePublished;
889
+
728
890
/// No description provided for @accountOptionsInitialApp.
729
891
///
730
892
/// In en, this message translates to:
0 commit comments