mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-04-29 10:35:16 -04:00
152 lines
2.4 KiB
JavaScript
152 lines
2.4 KiB
JavaScript
/*
|
|
All strings that need to be translated
|
|
*/
|
|
|
|
export const additionalStrings = {
|
|
'de': {
|
|
'Lists': 'Listen',
|
|
'History': 'Verlauf',
|
|
'Menu': 'Menü',
|
|
'Blog': 'Blog',
|
|
'Recently browsed objects': 'Kürzlich betrachtete Objekte',
|
|
'Show in tree': 'Im Stammbaum anzeigen',
|
|
'User settings': 'Benutzer-Einstellungen',
|
|
'Select language': 'Sprache auswählen'
|
|
}
|
|
}
|
|
|
|
|
|
export const grampsStrings = [
|
|
'Abbreviation',
|
|
'Address Note',
|
|
'Addresses',
|
|
'Age at death',
|
|
'and',
|
|
'Association Note',
|
|
'Associations',
|
|
'Attribute Note',
|
|
'Attributes',
|
|
'Author',
|
|
'Birth Date',
|
|
'Birth',
|
|
'Borough',
|
|
'Building',
|
|
'Child Reference Note',
|
|
'Children',
|
|
'Citation',
|
|
'Citations',
|
|
'City',
|
|
'Clear',
|
|
'Collection',
|
|
'Complete',
|
|
'Country',
|
|
'County',
|
|
'Custom',
|
|
'Dashboard',
|
|
'Database overview',
|
|
'Date',
|
|
'Death Date',
|
|
'Death',
|
|
'Department',
|
|
'Description',
|
|
'Details',
|
|
'District',
|
|
'Enclosed by',
|
|
'Event Note',
|
|
'Event Reference Note',
|
|
'Event Type',
|
|
'Event',
|
|
'Events',
|
|
'Families',
|
|
'Family Note',
|
|
'Family Tree',
|
|
'Family',
|
|
'Farm',
|
|
'Father',
|
|
'Gallery',
|
|
'Given name',
|
|
'Gramps ID',
|
|
'Hamlet',
|
|
'Home Page',
|
|
'Home Person',
|
|
'in',
|
|
'Language',
|
|
'Last changed',
|
|
'LDS Note',
|
|
'Library',
|
|
'Loading...',
|
|
'Locality',
|
|
'Map',
|
|
'Marriage Date',
|
|
'Married',
|
|
'Media Note',
|
|
'Media Object',
|
|
'Media Objects',
|
|
'Media Reference Note',
|
|
'Media',
|
|
'Mother',
|
|
'Municipality',
|
|
'Name Note',
|
|
'Name',
|
|
'Names',
|
|
'Neighborhood',
|
|
'Next',
|
|
'Nickname',
|
|
'No items',
|
|
'Note',
|
|
'Notes',
|
|
'Number of events',
|
|
'Number of families',
|
|
'Number of generations:',
|
|
'Number of individuals',
|
|
'Number of places',
|
|
'Number',
|
|
'Page',
|
|
'Parents',
|
|
'Parish',
|
|
'Partner',
|
|
'Path',
|
|
'People',
|
|
'Person Note',
|
|
'Person',
|
|
'Place Note',
|
|
'Place',
|
|
'Places',
|
|
'Previous',
|
|
'Primary',
|
|
'Province',
|
|
'Publication info',
|
|
'References',
|
|
'Region',
|
|
'Relationship type:',
|
|
'Relationships',
|
|
'Repositories',
|
|
'Repository Note',
|
|
'Repository Reference Note',
|
|
'Repository',
|
|
'Show Details',
|
|
'Set _Home Person',
|
|
'Siblings',
|
|
'Social Security Number',
|
|
'Source Note',
|
|
'Source Reference Note',
|
|
'Source: Author',
|
|
'Source: Title',
|
|
'Source',
|
|
'Source text',
|
|
'Sources',
|
|
'Spouses',
|
|
'State',
|
|
'Street',
|
|
'Surname',
|
|
'Text',
|
|
'Title',
|
|
'Town',
|
|
'Type',
|
|
'Unknown',
|
|
'Value',
|
|
'Village',
|
|
'Web Home',
|
|
'Zoom'
|
|
]
|