TF-4029 Fix singular vs plural for attachments

This commit is contained in:
dab246
2025-09-19 09:58:02 +07:00
committed by Dat H. Pham
parent e75bdad5df
commit 993cdb235a
10 changed files with 95 additions and 11 deletions
+18
View File
@@ -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",