* draft for tablet view * adapt sidebar to tablet view * split menubar to handle tablet and desktop separatly * split sidebar to handle tablet and desktop separatly * prettier day navigationin tablet view * added missing translations * coderabbit comments * fix UI of view switcher on tablet, remove hard text * fix style of selected view option * fix wrong I18n key * extracted menubar recurring components to own files * adjust test case of calendar component * refactor function change calendar view Co-authored-by: Camille Moussu <cmoussu@linagora.com> Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
This commit is contained in:
+7
-1
@@ -230,6 +230,8 @@
|
||||
},
|
||||
"menubar": {
|
||||
"today": "Hôm nay",
|
||||
"next": "Tiếp theo",
|
||||
"prev": "Trước đó",
|
||||
"refresh": "Làm mới",
|
||||
"viewSelector": "Chọn chế độ xem",
|
||||
"languageSelector": "Chọn ngôn ngữ",
|
||||
@@ -243,7 +245,8 @@
|
||||
"logoAlt": "Lịch",
|
||||
"settings": "Cài đặt",
|
||||
"help": "Giúp đỡ",
|
||||
"logout": "Đăng xuất"
|
||||
"logout": "Đăng xuất",
|
||||
"toggleSidebar": "Ẩn/hiện thanh bên"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Cài đặt",
|
||||
@@ -377,5 +380,8 @@
|
||||
"searchError": "Không thể lấy tài nguyên. Vui lòng thử lại.",
|
||||
"noResults": "Không có kết quả",
|
||||
"loading": "Đang tải..."
|
||||
},
|
||||
"sidebar": {
|
||||
"displayMode": "Chế độ hiển thị"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user