mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 13:15:46 +00:00
* New translations en.json (German) * New translations en.json (German) * New translations en.json (German) * New translations en.json (Chinese Simplified) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Polish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Arabic) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Greek)
49 lines
3.8 KiB
JSON
49 lines
3.8 KiB
JSON
{
|
|
"loginTitle": "مرحبا بعودتك، قم بتسجيل الدخول باستخدام",
|
|
"loginDivider": "أو المتابعة بكلمة المرور",
|
|
"loginUsername": "اسم المستخدم",
|
|
"loginPassword": "كلمة المرور",
|
|
"loginSubmit": "تسجيل الدخول",
|
|
"loginFailTitle": "فشل تسجيل الدخول",
|
|
"loginFailSubtitle": "الرجاء التحقق من اسم المستخدم وكلمة المرور",
|
|
"loginFailRateLimit": "فشلت في تسجيل الدخول عدة مرات، الرجاء المحاولة مرة أخرى لاحقا",
|
|
"loginSuccessTitle": "تم تسجيل الدخول",
|
|
"loginSuccessSubtitle": "مرحبا بعودتك!",
|
|
"loginOauthFailTitle": "خطأ داخلي",
|
|
"loginOauthFailSubtitle": "فشل في الحصول على رابط OAuth",
|
|
"loginOauthSuccessTitle": "إعادة توجيه",
|
|
"loginOauthSuccessSubtitle": "إعادة توجيه إلى مزود OAuth الخاص بك",
|
|
"continueRedirectingTitle": "إعادة توجيه...",
|
|
"continueRedirectingSubtitle": "يجب إعادة توجيهك إلى التطبيق قريبا",
|
|
"continueInvalidRedirectTitle": "إعادة توجيه غير صالحة",
|
|
"continueInvalidRedirectSubtitle": "رابط إعادة التوجيه غير صالح",
|
|
"continueInsecureRedirectTitle": "إعادة توجيه غير آمنة",
|
|
"continueInsecureRedirectSubtitle": "أنت تحاول إعادة التوجيه من <Code>https</Code> إلى <Code>http</Code>، هل أنت متأكد أنك تريد المتابعة؟",
|
|
"continueTitle": "متابعة",
|
|
"continueSubtitle": "انقر الزر للمتابعة إلى التطبيق الخاص بك.",
|
|
"internalErrorTitle": "خطأ داخلي في الخادم",
|
|
"internalErrorSubtitle": "حدث خطأ على الخادم ولا يمكن حاليا تلبية طلبك.",
|
|
"internalErrorButton": "حاول مجددا",
|
|
"logoutFailTitle": "فشل تسجيل الخروج",
|
|
"logoutFailSubtitle": "يرجى إعادة المحاولة",
|
|
"logoutSuccessTitle": "تم تسجيل الخروج",
|
|
"logoutSuccessSubtitle": "تم تسجيل خروجك",
|
|
"logoutTitle": "تسجيل الخروج",
|
|
"logoutUsernameSubtitle": "أنت حاليا مسجل الدخول ك <Code>{{username}}</Code>، انقر الزر أدناه لتسجيل الخروج.",
|
|
"logoutOauthSubtitle": "أنت حاليا مسجل الدخول ك <Code>{{username}}</Code> باستخدام مزود OAuth {{provider}} ، انقر الزر أدناه لتسجيل الخروج.",
|
|
"notFoundTitle": "الصفحة غير موجودة",
|
|
"notFoundSubtitle": "الصفحة التي تبحث عنها غير موجودة.",
|
|
"notFoundButton": "انتقل إلى الرئيسية",
|
|
"totpFailTitle": "فشل في التحقق من الرمز",
|
|
"totpFailSubtitle": "الرجاء التحقق من الرمز الخاص بك وحاول مرة أخرى",
|
|
"totpSuccessTitle": "تم التحقق",
|
|
"totpSuccessSubtitle": "إعادة توجيه إلى تطبيقك",
|
|
"totpTitle": "أدخل رمز TOTP الخاص بك",
|
|
"unauthorizedTitle": "غير مرخص",
|
|
"unauthorizedResourceSubtitle": "المستخدم الذي يحمل اسم المستخدم <Code>{{username}}</Code> غير مصرح له بالوصول إلى المورد <Code>{{resource}}</Code>.",
|
|
"unaothorizedLoginSubtitle": "المستخدم الذي يحمل اسم المستخدم <Code>{{username}}</Code> غير مصرح له بتسجيل الدخول.",
|
|
"unauthorizedButton": "حاول مجددا",
|
|
"untrustedRedirectTitle": "Untrusted redirect",
|
|
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
|
|
"cancelTitle": "إلغاء"
|
|
} |