mirror of
https://github.com/zadam/trilium.git
synced 2025-12-02 05:24:23 +01:00
feat(backlinks): use proper plural
This commit is contained in:
parent
5a0beec6cb
commit
43920f12ae
@ -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": {
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user