userpage: use form langfile, move login strings to common
login-related stuff was moved into common using the langmover script, so that the user page doesn't have to use the admin language files.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "العربية (AR)"
|
||||
},
|
||||
"strings": {
|
||||
"startMessage": "مرحبا!\nضع رقمك السري للتحقق من حسابك.",
|
||||
"discordStartMessage": "مرحبا!\nضع رقمك السري `/pin <PIN>` للتحقق من حسابك.",
|
||||
"matrixStartMessage": "أهلا\nأدخل رقم التعريف الشخصي أدناه في صفحة الاشتراك في Jellyfin للتحقق من حسابك.",
|
||||
"invalidPIN": "رقم التعريف الشخصي هذا غير صالح ، حاول مرة أخرى.",
|
||||
"pinSuccess": "تم! يمكنك الآن العودة إلى صفحة التسجيل.",
|
||||
"languageMessage": "ملاحظة: اطلع على اللغات المتاحة باستخدام {command} ، وقم بتعيين اللغة باستخدام {command} <language code>.",
|
||||
"languageMessageDiscord": "ملاحظة: اضبط لغتك باستخدام / lang <language name>.",
|
||||
"languageSet": "تم تعيين اللغة على {language}.",
|
||||
"discordDMs": "يرجى التحقق من الرسائل المباشرة الخاصة بك للحصول على رد."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user