l10n
This commit is contained in:
parent
5e452bbd4d
commit
88decb71a2
1 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"columnCount": "{count, plural, =1{1 column} other{{count} columns}}",
|
"columnCount": "{count, plural, =1{{count} column} other{{count} columns}}",
|
||||||
"@columnCount": {
|
"@columnCount": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
|
@ -20,26 +20,26 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"timeSeconds": "{seconds, plural, =1{1 second} other{{seconds} seconds}}",
|
"timeSeconds": "{count, plural, =1{{count} second} other{{count} seconds}}",
|
||||||
"@timeSeconds": {
|
"@timeSeconds": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"seconds": {
|
"count": {
|
||||||
"format": "decimalPattern"
|
"format": "decimalPattern"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"timeMinutes": "{minutes, plural, =1{1 minute} other{{minutes} minutes}}",
|
"timeMinutes": "{count, plural, =1{{count} minute} other{{count} minutes}}",
|
||||||
"@timeMinutes": {
|
"@timeMinutes": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"minutes": {
|
"count": {
|
||||||
"format": "decimalPattern"
|
"format": "decimalPattern"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"timeDays": "{days, plural, =1{1 day} other{{days} days}}",
|
"timeDays": "{count, plural, =1{{count} day} other{{count} days}}",
|
||||||
"@timeDays": {
|
"@timeDays": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"days": {
|
"count": {
|
||||||
"format": "decimalPattern"
|
"format": "decimalPattern"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue