Files
homarr/public/locales/vi/modules/calendar.json
2023-11-03 21:15:08 +01:00

39 lines
1.0 KiB
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",
"useSonarrv4": {
"label": "Dùng Sonarr v4 API"
},
"useRadarrv5": {
"label": "Sử dụng API Radarr v5"
},
"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"
}
}
}
}
}