TF-4029 Fix singular vs plural for attachments
This commit is contained in:
@@ -363,6 +363,18 @@
|
||||
"totalSize": {}
|
||||
}
|
||||
},
|
||||
"singularAttachmentTitleHeader": "{count} Attachment ({totalSize})",
|
||||
"@singularAttachmentTitleHeader": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"count",
|
||||
"totalSize"
|
||||
],
|
||||
"placeholders": {
|
||||
"count": {},
|
||||
"totalSize": {}
|
||||
}
|
||||
},
|
||||
"attach_file_prepare_text": "Preparing to attach file...",
|
||||
"@attach_file_prepare_text": {
|
||||
"type": "text",
|
||||
@@ -787,6 +799,12 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"attachment": "Attachment",
|
||||
"@attachment": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user