im a bit dumb
This commit is contained in:
parent
f8000c2baa
commit
21453f7566
4 changed files with 41 additions and 14 deletions
|
@ -12,6 +12,9 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Spatialise audio and make audio more 3-dimensional (note: This is not Dolby Atmos)",
|
||||
"spatial.notTurnedOn": "Audio Spatialisation is disabled. To use, please enable it first.",
|
||||
"action.tray.minimize": "Minimise to Tray",
|
||||
"term.track": "song",
|
||||
"term.tracks": "songs"
|
||||
"term.tracks": "songs",
|
||||
"term.track": {
|
||||
"one" : "song",
|
||||
"other" : "songs"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,13 +92,25 @@
|
|||
"term.time.released": "Released",
|
||||
"term.time.updated": "Updated",
|
||||
"term.time.days": "days",
|
||||
"term.time.day": "day",
|
||||
"term.time.day": {
|
||||
"one": "day",
|
||||
"other": "days"
|
||||
},
|
||||
"term.time.hours": "hours",
|
||||
"term.time.hour": "hour",
|
||||
"term.time.hour": {
|
||||
"one": "hour",
|
||||
"other": "hours"
|
||||
},
|
||||
"term.time.minutes": "minutes",
|
||||
"term.time.minute": "minute",
|
||||
"term.time.minute": {
|
||||
"one": "minute",
|
||||
"other": "minutes"
|
||||
},
|
||||
"term.time.seconds": "seconds",
|
||||
"term.time.second": "second",
|
||||
"term.time.second": {
|
||||
"one": "second",
|
||||
"other": "seconds"
|
||||
},
|
||||
"term.fullscreenView": "Fullscreen View",
|
||||
"term.defaultView": "Default View",
|
||||
"term.audioSettings": "Audio Settings",
|
||||
|
|
|
@ -92,13 +92,25 @@
|
|||
"term.time.released": "Released",
|
||||
"term.time.updated": "Updated",
|
||||
"term.time.days": "days",
|
||||
"term.time.day": "day",
|
||||
"term.time.day": {
|
||||
"one": "day",
|
||||
"other": "days"
|
||||
},
|
||||
"term.time.hours": "hours",
|
||||
"term.time.hour": "hour",
|
||||
"term.time.hour": {
|
||||
"one": "hour",
|
||||
"other": "hours"
|
||||
},
|
||||
"term.time.minutes": "minutes",
|
||||
"term.time.minute": "minute",
|
||||
"term.time.minute": {
|
||||
"one": "minute",
|
||||
"other": "minutes"
|
||||
},
|
||||
"term.time.seconds": "seconds",
|
||||
"term.time.second": "second",
|
||||
"term.time.second": {
|
||||
"one": "second",
|
||||
"other": "seconds"
|
||||
},
|
||||
"term.fullscreenView": "Fullscreen View",
|
||||
"term.defaultView": "Default View",
|
||||
"term.audioSettings": "Audio Settings",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue