Skip to content

Commit

Permalink
add options for information and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
inanamm committed Jul 24, 2024
1 parent b6581fb commit 61a8050
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 56 deletions.
17 changes: 11 additions & 6 deletions site/blueprints/pages/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,34 +54,39 @@ tabs:
location: Location
construction costs: Construction Costs
timeframe: Timeframe
planification period: Planification Period
planification period: Planning Period
construction period: Construction Period
SIA volume: SIA Volume
SIA volume: Volume (SIA)
span: Span
competition result: Competition Result
project phase: Project Phase
status: Status
construction management: Construction Management
general planification: General Planification
general contractor: General Contractor
total contractor: Total Contractor
total contractor: Total service contractor
landscape architecture: Landscape Architecture
timber engineer: Timber Engineer
timber engineer: Timber engineering
building services: Building Services
electro: Electro
building physics: Building Physics
collaboration: Collaboration
environment: Environment
fire protection: Fire Protection
fire protection: Fire life savety
facade: Facade
light planification: Light Planification
mobility: Mobility
mobility: Traffic planning
steel construction: Steel Construction
concrete construction: Concrete Construction
timber construction: Timber Construction
natural stone: Natural Stone
excavation: Excavation
publication: Publication
funding: Funding
publisher: Publisher
institution: Institution
credits: Credits


value:
label: Value
Expand Down
104 changes: 54 additions & 50 deletions site/languages/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,56 +9,60 @@
],
'name' => 'DE',
'smartypants' => [
'attr' => 1,
'doublequote.open' => '',
'attr' => 1,
'doublequote.open' => '',
'doublequote.close' => '',
'emdash' => '',
'endash' => '',
'ellipsis' => '',
'space' => '(?: | | |&#0*160;|&#x0*[aA]0;)',
'skip' => 'pre|code|kbd|script|style|math',
'apostrophe' => '’', // or 'apostrophe' => '’'
'emdash' => '',
'endash' => '',
'ellipsis' => '',
'space' => '(?: | | |&#0*160;|&#x0*[aA]0;)',
'skip' => 'pre|code|kbd|script|style|math',
'apostrophe' => '’', // or 'apostrophe' => '’'
],

'translations' => [
'client' => 'Bauherrschaft',
'architecture' => 'Architektur',
'location' => 'Ort',
'construction costs' => 'Bausumme',
'timeframe' => 'Zeitraum',
'planification period' => 'Planungszeit',
'construction period' => 'Realisierungszeit',
'SIA volume' => 'SIA-Volumen',
'span' => 'Spannweite',
'competition result' => 'Wettbewerbsergebnis',
'project phase' => 'Projektphase',
'status' => 'Status',
'construction management' => 'Bauleitung',
'general planification' => 'Generalplanung',
'general contractor' => 'Generalunternehmung',
'total contractor' => 'Totalunternehmung',
'landscape architecture' => 'Landschaftsarchitektur',
'timber engineer' => 'Holzbauingenieur:in',
'building services' => 'HLKS',
'electro' => 'Elektro',
'building physics' => 'Bauphysik',
'collaboration' => 'Zusammenarbeit mit',
'environment' => 'Nachhaltigkeit',
'fire protection' => 'Brandschutz',
'facade' => 'Fassadenplanung',
'light planification' => 'Lichtplanung',
'mobility' => 'Verkehrsplanung',
'steel construction' => 'Stahlbau',
'concrete construction' => 'Betonbau',
'timber construction' => 'Holzbau',
'natural stone' => 'Naturstein',
'excavation' => 'Baugrube',
'publication' => 'Publikation',
'client' => 'Bauherrschaft',
'architecture' => 'Architektur',
'location' => 'Ort',
'construction costs' => 'Bausumme',
'timeframe' => 'Zeitraum',
'planification period' => 'Planungszeit',
'construction period' => 'Realisierungszeit',
'SIA volume' => 'SIA-Volumen',
'span' => 'Spannweite',
'competition result' => 'Wettbewerbsergebnis',
'project phase' => 'Projektphase',
'status' => 'Status',
'construction management' => 'Bauleitung',
'general planification' => 'Generalplanung',
'general contractor' => 'Generalunternehmung',
'total contractor' => 'Totalunternehmung',
'landscape architecture' => 'Landschaftsarchitektur',
'timber engineer' => 'Holzbauingenieur:in',
'building services' => 'HLKS',
'electro' => 'Elektro',
'building physics' => 'Bauphysik',
'collaboration' => 'Zusammenarbeit mit',
'environment' => 'Nachhaltigkeit',
'fire protection' => 'Brandschutz',
'facade' => 'Fassadenplanung',
'light planification' => 'Lichtplanung',
'mobility' => 'Verkehrsplanung',
'steel construction' => 'Stahlbau',
'concrete construction' => 'Betonbau',
'timber construction' => 'Holzbau',
'natural stone' => 'Naturstein',
'excavation' => 'Baugrube',
'publication' => 'Publikation',
'funding' => 'Förderung',
'publisher' => 'Verlag',
'institution' => 'Institut',
'credits' => 'Anerkennung',

'projecttitle' => 'Name',
'project' => 'Projekt',
'competitions' => 'Wettbewerbe',
'projects' => 'Projekte',
'projecttitle' => 'Name',
'project' => 'Projekt',
'competitions' => 'Wettbewerbe',
'projects' => 'Projekte',

'education' => "Bildung",
'artInstallation' => "Kunstinstallation",
Expand All @@ -68,11 +72,11 @@
'serviceAndIndustry' => 'Dienstleistung und Gewerbe',
'sportAndCulture' => 'Sport und Kultur',

'choiceone' => 'Recherche',
'choicetwo' => 'Anderes',
'choicethree' => 'Wettbewerb',
'choicefour' => 'Wettbewerb gewonnen',
'choicefive' => 'Direktauftrag',
'choiceone' => 'Recherche',
'choicetwo' => 'Anderes',
'choicethree' => 'Wettbewerb',
'choicefour' => 'Wettbewerb gewonnen',
'choicefive' => 'Direktauftrag',

],
'url' => NULL
Expand Down
4 changes: 4 additions & 0 deletions site/languages/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
'natural stone' => 'Pierre naturelle',
'excavation' => 'Excavation',
'publication' => 'Publication',
'funding' => 'Fonds',
'publisher' => 'Edition',
'institution' => 'Institution',
'credits' => 'Crédits',

'projecttitle' => 'Nom',
'project' => 'Projet',
Expand Down

0 comments on commit 61a8050

Please sign in to comment.