27422742 "description": "Subtitle for the breaking news filter switch"
27432743 },
27442744 "publishItemTitle": "Republish Item?",
2745- "@publishItemTitle": {
2746- "description": "Confirmation dialog title for publishing an item."
2747- },
2748- "publishItemContent": "Are you sure you want to republish this item? It will become publicly visible.",
2749- "@publishItemContent": {
2750- "description": "Confirmation dialog content for publishing an item."
2751- },
2752- "archiveItemTitle": "Archive Item?",
2753- "@archiveItemTitle": {
2754- "description": "Confirmation dialog title for archiving an item."
2755- },
2756- "archiveItemContent": "Are you sure you want to archive this item? It will be hidden from public view.",
2757- "@archiveItemContent": {
2758- "description": "Confirmation dialog content for archiving an item."
2759- },
2760- "restoreItemTitle": "Restore Item?",
2761- "@restoreItemTitle": {
2762- "description": "Confirmation dialog title for restoring an item."
2763- },
2764- "restoreItemContent": "Are you sure you want to restore this item? It will become active and publicly visible again.",
2765- "@restoreItemContent": {
2766- "description": "Confirmation dialog content for restoring an item."
2767- },
2768- "deleteItemTitle": "Delete Item?",
2769- "@deleteItemTitle": {
2770- "description": "Confirmation dialog title for deleting an item."
2771- },
2772- "deleteItemContent": "Are you sure you want to delete this item?.",
2773- "@deleteItemContent": {
2774- "description": "Confirmation dialog content for deleting an item."
2775- }
2776-
2745+ "@publishItemTitle": {
2746+ "description": "Confirmation dialog title for publishing an item."
2747+ },
2748+ "publishItemContent": "Are you sure you want to republish this item? It will become publicly visible.",
2749+ "@publishItemContent": {
2750+ "description": "Confirmation dialog content for publishing an item."
2751+ },
2752+ "archiveItemTitle": "Archive Item?",
2753+ "@archiveItemTitle": {
2754+ "description": "Confirmation dialog title for archiving an item."
2755+ },
2756+ "archiveItemContent": "Are you sure you want to archive this item? It will be hidden from public view.",
2757+ "@archiveItemContent": {
2758+ "description": "Confirmation dialog content for archiving an item."
2759+ },
2760+ "restoreItemTitle": "Restore Item?",
2761+ "@restoreItemTitle": {
2762+ "description": "Confirmation dialog title for restoring an item."
2763+ },
2764+ "restoreItemContent": "Are you sure you want to restore this item? It will become active and publicly visible again.",
2765+ "@restoreItemContent": {
2766+ "description": "Confirmation dialog content for restoring an item."
2767+ },
2768+ "deleteItemTitle": "Delete Item?",
2769+ "@deleteItemTitle": {
2770+ "description": "Confirmation dialog title for deleting an item."
2771+ },
2772+ "deleteItemContent": "Are you sure you want to delete this item?.",
2773+ "@deleteItemContent": {
2774+ "description": "Confirmation dialog content for deleting an item."
2775+ },
2776+ "itemDeletedSnackbar": "{itemType} \"{itemName}\" deleted.",
2777+ "@itemDeletedSnackbar": {
2778+ "description": "Snackbar message shown after an item is deleted, with an undo option.",
2779+ "placeholders": {
2780+ "itemType": {
2781+ "type": "String",
2782+ "example": "Headline"
2783+ },
2784+ "itemName": {
2785+ "type": "String",
2786+ "example": "Breaking News Story"
2787+ }
2788+ }
2789+ }
27772790}
0 commit comments