Approval.

This commit is contained in:
2025-05-05 20:51:14 +00:00
committed by md translation bot
parent b3adbadf7e
commit ec5a15a8b1
96 changed files with 480 additions and 0 deletions

View File

@ -51,4 +51,9 @@ $eventname = array (
50 => 'Geerbt',
51 => 'Hat zum Hauptgegenstand',
52 => 'Entstanden',
53 => 'Production of material',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Received ownership',
57 => 'Transferred ownership',
);

View File

@ -51,4 +51,9 @@ $event_persinst = array (
50 => 'geerbt von',
51 => 'hat zum Hauptgegenstand',
52 => 'entstanden durch',
53 => 'Material produziert von',
54 => 'Erwähnter Ort',
55 => 'Erwähnte Zeit',
56 => 'In Eigentum übernommen von',
57 => 'In Eigentum übergeben von',
);

View File

@ -51,4 +51,9 @@ $event_place = array (
50 => 'geerbt in',
51 => 'hat zum Hauptgegenstand',
52 => 'entstanden in',
53 => 'Material hergestellt in',
54 => 'Erwähnter Ort',
55 => 'Erwähnte Zeit',
56 => 'In Eigentum übernommen in',
57 => 'In Eigentum übergeben in',
);

View File

@ -51,4 +51,9 @@ $event_time = array (
50 => 'geerbt',
51 => 'hat zum Hauptgegenstand',
52 => 'entstanden am',
53 => 'Material hergestellt',
54 => 'Erwähnter Ort',
55 => 'Erwähnte Zeit',
56 => 'In Eigentum übernommen',
57 => 'In Eigentum übergeben',
);