feat(settings): move account json editing to dedicated full editor route

This commit is contained in:
plebeius
2026-02-24 20:33:07 +08:00
parent dc43a8438e
commit fb9443a0f8
47 changed files with 852 additions and 219 deletions
+10 -1
View File
@@ -282,5 +282,14 @@
"top": "أعلى",
"reply_count": "عدد الردود",
"pagination.pageCurrent": "الصفحة {{page}} (الحالية)",
"pagination.pageLabel": "صفحة"
"pagination.pageLabel": "صفحة",
"archive": "الأرشيف",
"search_ops_placeholder": "Search OPs...",
"private_key_warning_title": "تحذير المفتاح الخاص",
"private_key_warning_description": "يعرض هذا المحرر المفتاح الخاص لحسابك. لا تشارك هذه البيانات مع أي شخص. التحرير بشكل خاطئ قد يكسر حسابك.",
"go_back": "رجوع",
"continue": "متابعة",
"loading_editor": "جاري تحميل المحرر...",
"editor_fallback_warning": "فشل تحميل محرر الأكواد. يتم استخدام حقل نص عادي بدلاً منه.",
"return_to_settings": "العودة إلى الإعدادات"
}