plurals
This commit is contained in:
parent
ceb61e7e14
commit
c8a310c29b
3 changed files with 20 additions and 18 deletions
|
@ -124,16 +124,10 @@
|
|||
"term.contributors": "Contributors",
|
||||
"term.equalizer": "Equalizer",
|
||||
"term.reset": "Reset",
|
||||
"term.track": [
|
||||
{
|
||||
"value": 1,
|
||||
"text": "track"
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"text": "tracks"
|
||||
}
|
||||
],
|
||||
"term.track": {
|
||||
"one" : "track",
|
||||
"other" : "tracks"
|
||||
},
|
||||
"term.tracks": "tracks", // Assume x amount of tracks. e.g. 50 tracks
|
||||
"term.videos": "Videos",
|
||||
"term.menu": "Menu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue