mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 01:15:06 +02:00
Update:Heatmap day of week translations
This commit is contained in:
parent
773e621944
commit
c312979aec
9 changed files with 127 additions and 22 deletions
|
@ -68,7 +68,7 @@ export default {
|
|||
dayLabels() {
|
||||
return [
|
||||
{
|
||||
label: 'Mon',
|
||||
label: this.$strings.WeekdayMon,
|
||||
style: {
|
||||
transform: `translate(${-25}px, ${13}px)`,
|
||||
lineHeight: '10px',
|
||||
|
@ -76,7 +76,7 @@ export default {
|
|||
}
|
||||
},
|
||||
{
|
||||
label: 'Wed',
|
||||
label: this.$strings.WeekdayWed,
|
||||
style: {
|
||||
transform: `translate(${-25}px, ${13 * 3}px)`,
|
||||
lineHeight: '10px',
|
||||
|
@ -84,7 +84,7 @@ export default {
|
|||
}
|
||||
},
|
||||
{
|
||||
label: 'Fri',
|
||||
label: this.$strings.WeekdayFri,
|
||||
style: {
|
||||
transform: `translate(${-25}px, ${13 * 5}px)`,
|
||||
lineHeight: '10px',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue