TF-4029 Fix singular vs plural for attachments
This commit is contained in:
@@ -654,6 +654,12 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"attachment": "Pièce jointe",
|
||||
"@attachment": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"show_all": "Tout afficher",
|
||||
"@show_all": {
|
||||
"type": "text",
|
||||
@@ -2120,6 +2126,18 @@
|
||||
"totalSize": {}
|
||||
}
|
||||
},
|
||||
"singularAttachmentTitleHeader": "{count} Pièce jointe ({totalSize})",
|
||||
"@singularAttachmentTitleHeader": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"count",
|
||||
"totalSize"
|
||||
],
|
||||
"placeholders": {
|
||||
"count": {},
|
||||
"totalSize": {}
|
||||
}
|
||||
},
|
||||
"undo": "Annuler",
|
||||
"@undo": {
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user