Add internationalization support for profile and shared collections; update translations in multiple languages

This commit is contained in:
Sean Morley
2024-11-05 14:40:32 -05:00
parent bcba4f4425
commit c7207ccf52
11 changed files with 93 additions and 18 deletions

View File

@@ -388,6 +388,15 @@
"shared": "Gedeeld",
"shared_with": "Gedeeld met",
"unshared": "Niet gedeeld",
"with": "met"
"with": "met",
"go_to_settings": "Ga naar instellingen",
"no_shared_found": "Er zijn geen collecties gevonden die met u zijn gedeeld.",
"set_public": "Om ervoor te zorgen dat gebruikers met u kunnen delen, moet uw profiel op openbaar zijn ingesteld."
},
"profile": {
"member_since": "Lid sinds",
"user_stats": "Gebruikersstatistieken",
"visited_countries": "Bezochte landen",
"visited_regions": "Bezochte regio's"
}
}