UI/update recurring event section (#544)

* Update global recurring event style

* #538 update date selector consistance

* update test cases
This commit is contained in:
lenhanphung
2026-02-13 15:34:33 +07:00
committed by GitHub
parent 494a73dae2
commit 53f763d6eb
7 changed files with 232 additions and 88 deletions
+3 -3
View File
@@ -113,10 +113,10 @@
"sunday": "SU"
},
"end": {
"label": "End:",
"never": "Never",
"label": "How many times to repeat",
"never": "Always",
"after": "After",
"on": "On",
"on": "Until",
"occurrences": "occurrences"
}
},
+3 -3
View File
@@ -115,10 +115,10 @@
"sunday": "ВС"
},
"end": {
"label": "Окончание:",
"never": "Никогда",
"label": "Сколько раз повторить",
"never": "Всегда",
"after": "После",
"on": "В",
"on": "До",
"occurrences": "повторений"
}
},
+9 -9
View File
@@ -104,19 +104,19 @@
"doesNotRepeat": "Không lặp lại",
"every": "Mỗi",
"days": {
"monday": "Th 2",
"tuesday": "Th 3",
"wednesday": "Th 4",
"thursday": "Th 5",
"friday": "Th 6",
"saturday": "Th 7",
"monday": "Hai",
"tuesday": "Ba",
"wednesday": "Tư",
"thursday": "Năm",
"friday": "Sáu",
"saturday": "Bảy",
"sunday": "CN"
},
"end": {
"label": "Kết thúc:",
"never": "Không bao giờ",
"label": "Lặp lại bao nhiêu lần",
"never": "Luôn luôn",
"after": "Sau",
"on": "Vào ngày",
"on": "Đến khi",
"occurrences": "lần"
}
},