feat(backlinks): use proper plural

This commit is contained in:
Elian Doran 2025-12-01 13:50:59 +02:00
parent 5a0beec6cb
commit 43920f12ae
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View File

@ -736,8 +736,8 @@
"zoom_out_title": "Zoom Out" "zoom_out_title": "Zoom Out"
}, },
"zpetne_odkazy": { "zpetne_odkazy": {
"backlink": "{{count}} Backlink", "backlink_one": "{{count}} Backlink",
"backlinks": "{{count}} Backlinks", "backlink_other": "{{count}} Backlinks",
"relation": "relation" "relation": "relation"
}, },
"mobile_detail_menu": { "mobile_detail_menu": {

View File

@ -1362,8 +1362,9 @@
"title": "Factorul de zoom (doar pentru versiunea desktop)" "title": "Factorul de zoom (doar pentru versiunea desktop)"
}, },
"zpetne_odkazy": { "zpetne_odkazy": {
"backlink": "{{count}} legături de retur", "backlink_one": "{{count}} legătură de retur",
"backlinks": "{{count}} legături de retur", "backlink_few": "{{count}} legături de retur",
"backlink_other": "{{count}} de legături de retur",
"relation": "relație" "relation": "relație"
}, },
"svg_export_button": { "svg_export_button": {