Files
homarr/public/locales/vi/modules/calendar.json
2023-11-09 20:24:27 +01:00

33 lines
919 B
JSON

{
"descriptor": {
"name": "Lịch",
"description": "Hiển thị lịch cùng các phát hành sắp tới, từ các tích hợp được hỗ trợ.",
"settings": {
"title": "Cài đặt cho tiện ích lịch",
"radarrReleaseType": {
"label": "Loại phát hành Radarr",
"data": {
"inCinemas": "trong rạp chiếu phim",
"physicalRelease": "Thuộc vật chất",
"digitalRelease": "Điện tử"
}
},
"hideWeekDays": {
"label": "Ẩn ngày trong tuần"
},
"showUnmonitored": {
"label": "Hiển thị các mục không được giám sát"
},
"fontSize": {
"label": "Cỡ chữ",
"data": {
"xs": "Rất nhỏ",
"sm": "Bé nhỏ",
"md": "Trung bình",
"lg": "Lớn",
"xl": "Cực lớn"
}
}
}
}
}