You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Auth/FirebaseAuthUI/Strings/ar.lproj/FirebaseAuthUI.strings
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
"UserNotFoundError" = "لا يتطابق عنوان البريد الإلكتروني هذا مع حساب حالي.";
36
36
37
37
/* Error message displayed when the account is disabled. Use short/abbreviated translation for 'email' which is less than 15 chars. */
38
-
"AccountDisabledError" = "إنّ عنوان البريد الإلكتروني هذا تابع لحساب سبق أن تم تعطيله.";
38
+
"AccountDisabledError" = "إنّ عنوان البريد الإلكتروني هذا تابع لحساب سبق أن تم إيقافه.";
39
39
40
40
/* Error message displayed after user trying to sign in too many times. */
41
41
"SignInTooManyTimesError" = "لقد أدخلت كلمة مرور غير صحيحة لمرات كثيرة جدًا. يُرجى المحاولة مجددًا بعد بضع دقائق.";
@@ -67,12 +67,15 @@
67
67
/* Placeholder for the password text field in a sign up form. */
68
68
"ChoosePassword" = "اختيار كلمة المرور";
69
69
70
-
/* A notice displayed when the user is creating a new account. The first placeholder is a button label (ex. Next). The second placeholder is "Terms of Service". */
71
-
"TermsOfServiceNotice" = "يشير النقر على %@ إلى موافقتك على %@.";
72
-
73
70
/* Text linked to a web page with the Terms of Service content. */
74
71
"TermsOfService" = "بنود الخدمة";
75
72
73
+
/* Text linked to a web page with the Privacy Policy content. */
74
+
"PrivacyPolicy" = "سياسة الخصوصية";
75
+
76
+
/* A message displayed when the first log in screen is displayed. The first placeholder is the terms of service agreement link, the second place holder is the privacy policy agreement link. */
77
+
"TermsOfServiceMessage" = "تشير المتابعة إلى موافقتك على %@ و%@.";
78
+
76
79
/* Error message displayed when the email address is already in use. Use short/abbreviated translation for 'email' which is less than 15 chars. */
77
80
"EmailAlreadyInUseError" = "يستخدم حساب آخر عنوان البريد الإلكتروني.";
0 commit comments