Update plural category for compatibility with poeditor

This commit is contained in:
Ming Ming 2023-06-02 00:58:50 +08:00
parent 4017b4eb2f
commit c876053279

View file

@ -34,7 +34,7 @@
} }
} }
}, },
"deleteSelectedProcessingNotification": "{count, plural, =1{Deleting 1 item} other{Deleting {count} items}}", "deleteSelectedProcessingNotification": "{count, plural, one{Deleting 1 item} other{Deleting {count} items}}",
"@deleteSelectedProcessingNotification": { "@deleteSelectedProcessingNotification": {
"description": "Inform user that the selected items are being deleted", "description": "Inform user that the selected items are being deleted",
"placeholders": { "placeholders": {
@ -47,7 +47,7 @@
"@deleteSelectedSuccessNotification": { "@deleteSelectedSuccessNotification": {
"description": "Inform user that the selected items are deleted successfully" "description": "Inform user that the selected items are deleted successfully"
}, },
"deleteSelectedFailureNotification": "{count, plural, =1{Failed deleting 1 item} other{Failed deleting {count} items}}", "deleteSelectedFailureNotification": "{count, plural, one{Failed deleting 1 item} other{Failed deleting {count} items}}",
"@deleteSelectedFailureNotification": { "@deleteSelectedFailureNotification": {
"description": "Inform user that some/all the selected items cannot be deleted", "description": "Inform user that some/all the selected items cannot be deleted",
"placeholders": { "placeholders": {
@ -60,7 +60,7 @@
"@archiveTooltip": { "@archiveTooltip": {
"description": "Archive selected items" "description": "Archive selected items"
}, },
"archiveSelectedProcessingNotification": "{count, plural, =1{Archiving 1 item} other{Archiving {count} items}}", "archiveSelectedProcessingNotification": "{count, plural, one{Archiving 1 item} other{Archiving {count} items}}",
"@archiveSelectedProcessingNotification": { "@archiveSelectedProcessingNotification": {
"description": "Archiving the selected items", "description": "Archiving the selected items",
"placeholders": { "placeholders": {
@ -73,7 +73,7 @@
"@archiveSelectedSuccessNotification": { "@archiveSelectedSuccessNotification": {
"description": "Archived all selected items successfully" "description": "Archived all selected items successfully"
}, },
"archiveSelectedFailureNotification": "{count, plural, =1{Failed archiving 1 item} other{Failed archiving {count} items}}", "archiveSelectedFailureNotification": "{count, plural, one{Failed archiving 1 item} other{Failed archiving {count} items}}",
"@archiveSelectedFailureNotification": { "@archiveSelectedFailureNotification": {
"description": "Cannot archive some of the selected items", "description": "Cannot archive some of the selected items",
"placeholders": { "placeholders": {
@ -86,7 +86,7 @@
"@unarchiveTooltip": { "@unarchiveTooltip": {
"description": "Unarchive selected items" "description": "Unarchive selected items"
}, },
"unarchiveSelectedProcessingNotification": "{count, plural, =1{Unarchiving 1 item} other{Unarchiving {count} items}}", "unarchiveSelectedProcessingNotification": "{count, plural, one{Unarchiving 1 item} other{Unarchiving {count} items}}",
"@unarchiveSelectedProcessingNotification": { "@unarchiveSelectedProcessingNotification": {
"description": "Unarchiving selected items", "description": "Unarchiving selected items",
"placeholders": { "placeholders": {
@ -99,7 +99,7 @@
"@unarchiveSelectedSuccessNotification": { "@unarchiveSelectedSuccessNotification": {
"description": "Unarchived all selected items successfully" "description": "Unarchived all selected items successfully"
}, },
"unarchiveSelectedFailureNotification": "{count, plural, =1{Failed unarchiving 1 item} other{Failed unarchiving {count} items}}", "unarchiveSelectedFailureNotification": "{count, plural, one{Failed unarchiving 1 item} other{Failed unarchiving {count} items}}",
"@unarchiveSelectedFailureNotification": { "@unarchiveSelectedFailureNotification": {
"description": "Cannot unarchive some of the selected items", "description": "Cannot unarchive some of the selected items",
"placeholders": { "placeholders": {
@ -145,7 +145,7 @@
"@createAlbumTooltip": { "@createAlbumTooltip": {
"description": "Tooltip of the button that creates a new album" "description": "Tooltip of the button that creates a new album"
}, },
"albumSize": "{count, plural, =0{Empty} =1{1 item} other{{count} items}}", "albumSize": "{count, plural, =0{Empty} one{1 item} other{{count} items}}",
"@albumSize": { "@albumSize": {
"description": "Number of items inside an album", "description": "Number of items inside an album",
"placeholders": { "placeholders": {
@ -333,7 +333,7 @@
"@settingsMemoriesRangeTitle": { "@settingsMemoriesRangeTitle": {
"description": "How many adjacent days to be inclded in memories for a particular year" "description": "How many adjacent days to be inclded in memories for a particular year"
}, },
"settingsMemoriesRangeValueText": "{range, plural, =1{+-{range} day} other{+-{range} days}}", "settingsMemoriesRangeValueText": "{range, plural, one{+-{range} day} other{+-{range} days}}",
"@settingsMemoriesRangeValueText": { "@settingsMemoriesRangeValueText": {
"description": "How many adjacent days to be inclded in memories for a particular year, could be 0", "description": "How many adjacent days to be inclded in memories for a particular year, could be 0",
"placeholders": { "placeholders": {
@ -680,7 +680,7 @@
"@restoreTooltip": { "@restoreTooltip": {
"description": "Restore selected items from trashbin" "description": "Restore selected items from trashbin"
}, },
"restoreSelectedProcessingNotification": "{count, plural, =1{Restoring 1 item} other{Restoring {count} items}}", "restoreSelectedProcessingNotification": "{count, plural, one{Restoring 1 item} other{Restoring {count} items}}",
"@restoreSelectedProcessingNotification": { "@restoreSelectedProcessingNotification": {
"description": "Restoring selected items from trashbin", "description": "Restoring selected items from trashbin",
"placeholders": { "placeholders": {
@ -693,7 +693,7 @@
"@restoreSelectedSuccessNotification": { "@restoreSelectedSuccessNotification": {
"description": "Restored all selected items from trashbin successfully" "description": "Restored all selected items from trashbin successfully"
}, },
"restoreSelectedFailureNotification": "{count, plural, =1{Failed restoring 1 item} other{Failed restoring {count} items}}", "restoreSelectedFailureNotification": "{count, plural, one{Failed restoring 1 item} other{Failed restoring {count} items}}",
"@restoreSelectedFailureNotification": { "@restoreSelectedFailureNotification": {
"description": "Cannot restore some of the selected items from trashbin", "description": "Cannot restore some of the selected items from trashbin",
"placeholders": { "placeholders": {
@ -942,7 +942,7 @@
"@createShareProgressText": { "@createShareProgressText": {
"description": "Message shown when sharing files" "description": "Message shown when sharing files"
}, },
"copyItemsFailureNotification": "{count, plural, =1{Failed copying 1 item} other{Failed copying {count} items}}", "copyItemsFailureNotification": "{count, plural, one{Failed copying 1 item} other{Failed copying {count} items}}",
"@copyItemsFailureNotification": { "@copyItemsFailureNotification": {
"description": "Error message shown when some files cannot be copied", "description": "Error message shown when some files cannot be copied",
"placeholders": { "placeholders": {
@ -1034,7 +1034,7 @@
"description": "Migrate database to work with the updated app" "description": "Migrate database to work with the updated app"
}, },
"migrateDatabaseFailureNotification": "Failed migrating database", "migrateDatabaseFailureNotification": "Failed migrating database",
"memoryAlbumName": "{count, plural, =1{1 year ago} other{{count} years ago}}", "memoryAlbumName": "{count, plural, one{1 year ago} other{{count} years ago}}",
"@memoryAlbumName": { "@memoryAlbumName": {
"description": "Memory albums are generated by the app and include photos in the past years", "description": "Memory albums are generated by the app and include photos in the past years",
"placeholders": { "placeholders": {