l10n: specify plural num pattern to apply locale
This commit is contained in:
parent
56762eea9c
commit
ea53420c17
1 changed files with 60 additions and 20 deletions
|
@ -6,32 +6,42 @@
|
||||||
"itemCount": "{count, plural, =1{1 item} other{{count} items}}",
|
"itemCount": "{count, plural, =1{1 item} other{{count} items}}",
|
||||||
"@itemCount": {
|
"@itemCount": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"columnCount": "{count, plural, =1{1 column} other{{count} columns}}",
|
"columnCount": "{count, plural, =1{1 column} other{{count} columns}}",
|
||||||
"@columnCount": {
|
"@columnCount": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"timeSeconds": "{seconds, plural, =1{1 second} other{{seconds} seconds}}",
|
"timeSeconds": "{seconds, plural, =1{1 second} other{{seconds} seconds}}",
|
||||||
"@timeSeconds": {
|
"@timeSeconds": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"seconds": {}
|
"seconds": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"timeMinutes": "{minutes, plural, =1{1 minute} other{{minutes} minutes}}",
|
"timeMinutes": "{minutes, plural, =1{1 minute} other{{minutes} minutes}}",
|
||||||
"@timeMinutes": {
|
"@timeMinutes": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"minutes": {}
|
"minutes": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"timeDays": "{days, plural, =1{1 day} other{{days} days}}",
|
"timeDays": "{days, plural, =1{1 day} other{{days} days}}",
|
||||||
"@timeDays": {
|
"@timeDays": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"days": {}
|
"days": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"focalLength": "{length} mm",
|
"focalLength": "{length} mm",
|
||||||
|
@ -376,13 +386,17 @@
|
||||||
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Move this item to the recycle bin?} other{Move these {count} items to the recycle bin?}}",
|
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Move this item to the recycle bin?} other{Move these {count} items to the recycle bin?}}",
|
||||||
"@binEntriesConfirmationDialogMessage": {
|
"@binEntriesConfirmationDialogMessage": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Delete this item?} other{Delete these {count} items?}}",
|
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Delete this item?} other{Delete these {count} items?}}",
|
||||||
"@deleteEntriesConfirmationDialogMessage": {
|
"@deleteEntriesConfirmationDialogMessage": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"moveUndatedConfirmationDialogMessage": "Save item dates before proceeding?",
|
"moveUndatedConfirmationDialogMessage": "Save item dates before proceeding?",
|
||||||
|
@ -446,13 +460,17 @@
|
||||||
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Delete this album and the item in it?} other{Delete this album and the {count} items in it?}}",
|
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Delete this album and the item in it?} other{Delete this album and the {count} items in it?}}",
|
||||||
"@deleteSingleAlbumConfirmationDialogMessage": {
|
"@deleteSingleAlbumConfirmationDialogMessage": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Delete these albums and the item in them?} other{Delete these albums and the {count} items in them?}}",
|
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Delete these albums and the item in them?} other{Delete these albums and the {count} items in them?}}",
|
||||||
"@deleteMultiAlbumConfirmationDialogMessage": {
|
"@deleteMultiAlbumConfirmationDialogMessage": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -597,61 +615,81 @@
|
||||||
"collectionDeleteFailureFeedback": "{count, plural, =1{Failed to delete 1 item} other{Failed to delete {count} items}}",
|
"collectionDeleteFailureFeedback": "{count, plural, =1{Failed to delete 1 item} other{Failed to delete {count} items}}",
|
||||||
"@collectionDeleteFailureFeedback": {
|
"@collectionDeleteFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionCopyFailureFeedback": "{count, plural, =1{Failed to copy 1 item} other{Failed to copy {count} items}}",
|
"collectionCopyFailureFeedback": "{count, plural, =1{Failed to copy 1 item} other{Failed to copy {count} items}}",
|
||||||
"@collectionCopyFailureFeedback": {
|
"@collectionCopyFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionMoveFailureFeedback": "{count, plural, =1{Failed to move 1 item} other{Failed to move {count} items}}",
|
"collectionMoveFailureFeedback": "{count, plural, =1{Failed to move 1 item} other{Failed to move {count} items}}",
|
||||||
"@collectionMoveFailureFeedback": {
|
"@collectionMoveFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionRenameFailureFeedback": "{count, plural, =1{Failed to rename 1 item} other{Failed to rename {count} items}}",
|
"collectionRenameFailureFeedback": "{count, plural, =1{Failed to rename 1 item} other{Failed to rename {count} items}}",
|
||||||
"@collectionRenameFailureFeedback": {
|
"@collectionRenameFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionEditFailureFeedback": "{count, plural, =1{Failed to edit 1 item} other{Failed to edit {count} items}}",
|
"collectionEditFailureFeedback": "{count, plural, =1{Failed to edit 1 item} other{Failed to edit {count} items}}",
|
||||||
"@collectionEditFailureFeedback": {
|
"@collectionEditFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionExportFailureFeedback": "{count, plural, =1{Failed to export 1 page} other{Failed to export {count} pages}}",
|
"collectionExportFailureFeedback": "{count, plural, =1{Failed to export 1 page} other{Failed to export {count} pages}}",
|
||||||
"@collectionExportFailureFeedback": {
|
"@collectionExportFailureFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionCopySuccessFeedback": "{count, plural, =1{Copied 1 item} other{Copied {count} items}}",
|
"collectionCopySuccessFeedback": "{count, plural, =1{Copied 1 item} other{Copied {count} items}}",
|
||||||
"@collectionCopySuccessFeedback": {
|
"@collectionCopySuccessFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionMoveSuccessFeedback": "{count, plural, =1{Moved 1 item} other{Moved {count} items}}",
|
"collectionMoveSuccessFeedback": "{count, plural, =1{Moved 1 item} other{Moved {count} items}}",
|
||||||
"@collectionMoveSuccessFeedback": {
|
"@collectionMoveSuccessFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionRenameSuccessFeedback": "{count, plural, =1{Renamed 1 item} other{Renamed {count} items}}",
|
"collectionRenameSuccessFeedback": "{count, plural, =1{Renamed 1 item} other{Renamed {count} items}}",
|
||||||
"@collectionRenameSuccessFeedback": {
|
"@collectionRenameSuccessFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"collectionEditSuccessFeedback": "{count, plural, =1{Edited 1 item} other{Edited {count} items}}",
|
"collectionEditSuccessFeedback": "{count, plural, =1{Edited 1 item} other{Edited {count} items}}",
|
||||||
"@collectionEditSuccessFeedback": {
|
"@collectionEditSuccessFeedback": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -949,7 +987,9 @@
|
||||||
"statsWithGps": "{count, plural, =1{1 item with location} other{{count} items with location}}",
|
"statsWithGps": "{count, plural, =1{1 item with location} other{{count} items with location}}",
|
||||||
"@statsWithGps": {
|
"@statsWithGps": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {
|
||||||
|
"format": "decimalPattern"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"statsTopCountriesSectionTitle": "Top Countries",
|
"statsTopCountriesSectionTitle": "Top Countries",
|
||||||
|
|
Loading…
Reference in a new issue