Sub-Store 1.0版本

1. 移除了所有基于关键词的节点操作,统一使用基于正则表达式的节点操作。
2. UI的大量改进。
This commit is contained in:
Peng-YM
2020-12-05 13:39:11 +08:00
parent 9b4ae402bb
commit 5aa9b8ceef
58 changed files with 4374 additions and 825 deletions

44
web/src/locales/ar.json Normal file
View File

@@ -0,0 +1,44 @@
{
"avatar": "تانيا أندرو",
"buttons": "وصفت",
"calendar": "التقويم",
"charts": "الرسوم البيانية",
"components": "المكونات",
"ct": "CT",
"dashboard": "لوحة القيادة",
"dtables": "جداول البيانات",
"eforms": "أشكال موسعة",
"error": "صفحة الخطأ",
"etables": "الجداول الموسعة",
"example": "مثال",
"forms": "إستمارات",
"fullscreen": "خريطة الشاشة الكاملة",
"google": "خرائط جوجل",
"grid": "نظام الشبكة",
"icons": "الرموز",
"lock": "قفل الشاشة الصفحة",
"login": "صفحة تسجيل الدخول",
"maps": "خرائط",
"multi": "متعدد المستويات انهيار",
"notifications": "إخطارات",
"pages": "صفحات",
"plan": "اختر خطة",
"pricing": "التسعير",
"my-profile": "ملفي",
"edit-profile": "تعديل الملف الشخصي",
"register": "تسجيل الصفحة",
"rforms": "النماذج العادية",
"rtables": "الجداول العادية",
"rtl": "دعم RTL",
"search": "بحث...",
"settings": "الإعدادات",
"tables": "الجداول",
"tabs": "Tabs",
"tim": "تيم الإبداعية",
"timeline": "الجدول الزمني",
"typography": "طباعة",
"user": "ملف تعريفي للمستخدم",
"vforms": "نماذج التحقق من الصحة",
"widgets": "الحاجيات",
"wizard": "ساحر"
}

44
web/src/locales/en.json Normal file
View File

@@ -0,0 +1,44 @@
{
"avatar": "Tania Andrew",
"buttons": "Buttons",
"calendar": "Calendar",
"charts": "Charts",
"components": "Components",
"ct": "CT",
"dashboard": "Dashboard",
"dtables": "Data Tables",
"eforms": "Extended Forms",
"error": "Error Page",
"etables": "Extended Tables",
"example": "Example",
"forms": "Forms",
"fullscreen": "Full Screen Map",
"google": "Google Maps",
"grid": "Grid System",
"icons": "Icons",
"lock": "Lock Screen Page",
"login": "Login Page",
"maps": "Maps",
"multi": "Multi Level Collapse",
"notifications": "Notifications",
"pages": "Pages",
"plan": "Choose Plan",
"pricing": "Pricing",
"my-profile": "My Profile",
"edit-profile": "Edit Profile",
"register": "Register Page",
"rforms": "Regular Forms",
"rtables": "Regular Tables",
"rtl": "RTL Support",
"search": "Search",
"settings": "Settings",
"tables": "Tables",
"tabs": "Tabs",
"tim": "Creative Tim",
"timeline": "Timeline",
"typography": "Typography",
"user": "User Profile",
"vforms": "Validation Forms",
"widgets": "Widgets",
"wizard": "Wizard"
}