fix(i18n): backlinks naming in mapping (#800)
| | |
| | | </li> |
| | | )) |
| | | ) : ( |
| | | <li>{i18n(cfg.locale, "backlinks.noBlacklinksFound")}</li> |
| | | <li>{i18n(cfg.locale, "backlinks.noBacklinksFound")}</li> |
| | | )} |
| | | </ul> |
| | | </div> |
| | |
| | | "404": "Either this page is private or doesn't exist.", |
| | | "backlinks": { |
| | | "backlinks": "Backlinks", |
| | | "noBlacklinksFound": "No backlinks found" |
| | | "noBacklinksFound": "No backlinks found" |
| | | }, |
| | | "common": { |
| | | "item": "item" |
| | |
| | | "404": "Soit cette page est privée, soit elle n'existe pas.", |
| | | "backlinks": { |
| | | "backlinks": "Rétroliens", |
| | | "noBlacklinksFound": "Aucun rétrolien trouvé" |
| | | "noBacklinksFound": "Aucun rétrolien trouvé" |
| | | }, |
| | | "common": { |
| | | "item": "fichier" |