* UI: #334 add config page language setting * temporary remove logout button * Unify fullscreen view class for dialog expanded and settings view - Replace dialog-expanded and settings-view with single fullscreen-view class - Update ResponsiveDialog to use fullscreen-view class - Update CalendarLayout to use fullscreen-view class for settings view - Consolidate CSS rules in Menubar.styl to use fullscreen-view - Update test cases to use new class name --------- Co-authored-by: Lê Nhân Phụng <lenhanphung@Phung-Mac-M4.local>
This commit is contained in:
+14
-1
@@ -185,7 +185,20 @@
|
||||
},
|
||||
"apps": "Ứng dụng",
|
||||
"userProfile": "Hồ sơ người dùng",
|
||||
"logoAlt": "Lịch"
|
||||
"logoAlt": "Lịch",
|
||||
"settings": "Cài đặt",
|
||||
"logout": "Đăng xuất"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Cài đặt",
|
||||
"notifications": "Thông báo",
|
||||
"sync": "Đồng bộ",
|
||||
"language": "Ngôn ngữ",
|
||||
"languageDescription": "Đây sẽ là ngôn ngữ được sử dụng trong Twake Calendar của bạn",
|
||||
"languageSelector": "Chọn ngôn ngữ",
|
||||
"notifications.empty": "Cài đặt thông báo sắp có",
|
||||
"sync.empty": "Cài đặt đồng bộ sắp có",
|
||||
"back": "Quay lại lịch"
|
||||
},
|
||||
"eventPreview": {
|
||||
"emailAttendees": "Gửi email cho người tham gia",
|
||||
|
||||
Reference in New Issue
Block a user