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": "सेटिंग्जवर परत जा"
}