{
  "menu.about": "About",
  "menu.overview": "Overview",
  "menu.explore": "Explore",
  "menu.file.title": "File",
  "menu.file.close": "Close file",
  "menu.search.placeholder": "Global search...",
  "menu.language.title": "Language",
  "menu.language.contribute": "Contribute",
  "footer.version": "Version {version}",
  "footer.changelog": "<a>Changelog</a>",
  "page.common.head.description": "View your genealogy in your browser.",
  "page.common.loading": "Loading...",
  "page.about.head.title": "About",
  "page.about.about.title": "About",
  "page.about.about.description": "This app is being developed by {name} as a free-time hobby, with the hope that it will be useful to some.",
  "page.about.contact.title": "Contact",
  "page.about.contact.description": "Write us at: {email}",
  "page.about.contribute.title": "Contribute",
  "page.about.contribute.thank_you": "Thank you for your interest! Contributions include, without limitation:",
  "page.about.contribute.suggestions_bugs": "Suggestions and bug reports: use the contact email address or open a ticket on GitHub",
  "page.about.contribute.translations": "Translations: use the <a>Crowdin platform</a> for this purpose",
  "page.about.contribute.development": "Development: on GitHub",
  "page.about.contribute.contact": "In case of question, please get in touch with the author using the above contact email address.",
  "page.about.developers.title": "Developers",
  "page.about.developers.description": "While the app aims to become a final product, it relies on sub-packages that were developed for the occasion. These packages are meant to be reusable in other projects.",
  "page.about.developers.read_gedcom": "{name}: a high-level, fast JavaScript Gedcom file reading API. It is at the core of the application and abstracts away the parsing, indexing and traversal processes.",
  "page.about.developers.genealogy_visualizations": "{name}: a format agnostic JavaScript API to build genealogical data visualizations. It is used by the printer module. The input data does not need to come from a Gedcom file.",
  "page.about.developers.public_gedcoms": "{name}: a curated list of public Gedcom files to be used for testing or demo purposes.",
  "page.about.developers.browse_gedcom": "And of course {name} being this very app. It can be used as a package for customization purposes.",
  "page.changelog.head.title": "Changelog",
  "page.changelog.title": "Changelog",
  "page.changelog.features": "Features",
  "page.changelog.fixes": "Fixes",
  "page.changelog.dropped": "Dropped",
  "page.changelog.thanks_to": "Thanks to {authors}",
  "page.load.head.title": "Load a file",
  "page.load.title": "Load a file",
  "page.load.select_file": "Select a Gedcom file...",
  "page.load.browse": "Browse",
  "page.load.file_constraints": "File should end with .ged",
  "page.load.error.general": "Either the file you provided is not a Gedcom file, or its format was not recognized and the content could not be interpreted.",
  "page.load.loading_state.decoding": "Reading the file...",
  "page.load.loading_state.structuring": "Structuring the tree...",
  "page.load.loading_state.indexing": "Indexing the data...",
  "page.load.disclaimer": "Your personal Gedcom file will never be sent to the server: everything takes place in your browser.",
  "page.load.or": "OR",
  "page.load.example_url": "https://example.com/file.ged",
  "page.load.url_constraints": "URL must use HTTPS and access should not be restricted",
  "page.load.samples": "Sample Gedcom files",
  "page.load.samples_constraints": "If you don't have a Gedcom file or would like to try the app",
  "page.load.samples_names.royal92": "Royal families in Europe",
  "page.load.samples_names.pres2020": "Presidents of the United States",
  "page.load.crashes": "Automatically send crash reports",
  "page.load.about.title": "What is it?",
  "page.load.about.description": "<b>{name}</b> <i>/mɔ̃.n‿aʁbʁ/</i> is an app that allows you to read a <a>Gedcom file</a> from within your web browser and that provides a variety of useful tools to work with it.",
  "page.load.about.gedcom_file.about": "What is a gedcom file?",
  "page.load.about.gedcom_file.url": "https://en.wikipedia.org/wiki/GEDCOM",
  "page.load.about.note": "Note: this app does not offer a possibility to edit your genealogy; instead it shall be used in conjunction with your current genealogy software.",
  "page.load.about.open_source": "<b>{name}</b> is free software, warmly welcoming <i>all</i> contributions.",
  "page.load.about.source_code": "Source code",
  "page.home.head.title": "Overview",
  "page.home.welcome.title": "Welcome!",
  "page.home.welcome.content": "This application is under development, some features may be missing or not fully working. Thank you for testing it!",
  "page.home.root.title": "Root individual",
  "page.home.statistics.title": "Statistics",
  "page.home.statistics.individuals": "Individuals:",
  "page.home.statistics.ancestors": "Ancestors:",
  "page.home.statistics.descendants": "Descendants:",
  "page.home.statistics.related": "Related:",
  "page.home.metadata.title": "File metadata",
  "page.home.metadata.name": "Name:",
  "page.home.metadata.provider": "Provider:",
  "page.home.metadata.version": "Version:",
  "page.home.metadata.date": "Date:",
  "page.home.author.title": "Author details",
  "page.home.author.name": "Name:",
  "page.home.tools.title": "Tools",
  "page.home.tools.debug": "View Gedcom node",
  "page.individual.parents": "Parents",
  "page.individual.unions_children": "Unions & children",
  "page.individual.siblings": "Siblings",
  "page.individual.half_siblings": "Half-siblings",
  "page.individual.ancestors_chart.title": "Ancestors chart",
  "page.individual.events.title": "Events",
  "page.individual.statistics.title": "Statistics",
  "page.individual.statistics.compute": "Compute",
  "page.individual.statistics.coefficient_inbreeding": "Coefficient of inbreeding: {percentage}",
  "page.individual.statistics.coefficient_relatedness": "Coefficient of relationship to {name}: {percentage}",
  "page.individual.statistics.degrees": "{degrees} degrees",
  "page.individual.statistics.no_inbreeding": "No inbreeding",
  "page.individual.statistics.no_relation": "No relation",
  "page.individual.statistics.table.total": "Total",
  "page.individual.statistics.table.in_common_with": "In common with {name}",
  "page.individual.statistics.table.ancestors": "Ancestors",
  "page.individual.statistics.table.descendants": "Descendants",
  "page.individual.statistics.table.related": "Related",
  "page.individual.actions.define_root": "Define as root",
  "page.individual.actions.print": "Print",
  "page.individual.actions.debug": "View Gedcom node",
  "page.individual.spouse_with": "With {spouse}:",
  "page.individual.on_the_side": "On the side of {parent}:",
  "page.search.head.title": "Results for \"{query}\"",
  "page.search.title": "Search",
  "page.search.searching": "Searching <b>\"{query}\"</b>.",
  "page.search.no_results": "No results",
  "page.search.try_again": "Try again with a different query",
  "page.search.n_results": "<b>{total}</b> {total, plural, one {result} other {results}}:",
  "page.not_found.head.title": "Not found",
  "page.not_found.not_found": "Not found",
  "component.ancestry.root": "Root individual",
  "component.ancestry.ancestor": "Direct ancestor of {name}",
  "component.ancestry.descendant": "Direct descendant of {name}",
  "component.debug.title": "Original record structure",
  "component.debug.resolution.not_found": "Not found: {pointer}",
  "component.debug.resolution.ambiguous": "Ambiguous resolution: {pointer}",
  "component.debug.n_more": "{amount} more...",
  "common.event.married_plural_lower": "married",
  "common.event.born_lower": "born",
  "common.event.deceased_lower": "deceased",
  "common.event.born_upper": "Born",
  "common.event.deceased_upper": "Deceased",
  "common.event.title.birth": "Birth",
  "common.event.title.christening": "Christening",
  "common.event.title.death": "Death",
  "common.event.title.burial": "Burial",
  "common.event.title.cremation": "Cremation",
  "common.event.title.adoption": "Adoption",
  "common.event.title.baptism": "Baptism",
  "common.event.title.bar_mitzvah": "Bar-mitzvah",
  "common.event.title.bat_mitzvah": "Bat-mitzvah",
  "common.event.title.adult_christening": "Adult christening",
  "common.event.title.confirmation": "Confirmation",
  "common.event.title.first_communion": "First communion",
  "common.event.title.naturalization": "Naturalization",
  "common.event.title.emigration": "Emigration",
  "common.event.title.immigration": "Immigration",
  "common.event.title.census": "Census",
  "common.event.title.probate": "Probate",
  "common.event.title.will": "Will",
  "common.event.title.graduation": "Graduation",
  "common.event.title.retirement": "Retirement",
  "common.event.title.occupation": "Occupation",
  "common.event.title.residence": "Residence",
  "common.event.title.event": "Event",
  "common.date.about_lower": "about"
}
