app.php
3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?php
/**
* Created by PhpStorm.
* User: allakuzmenko
* Date: 23.10.17
* Time: 20:46
*/
return [
'map' => 'Map',
'Map' => 'Map',
'Objects' => 'Objects',
'Objects base' => 'Objects base',
'web_site' => 'Website',
'Video link' => 'Video',
'Coordinates' => 'Coordinates',
'Type' => 'Type',
'Kind of economic activity' => 'Kind of economic activity',
'Initiator' => 'Name of project promoter',
'Project implementation period' => 'Project implementation period',
'Investment' => 'Total investment, euro',
'Gallery image' => 'Images of project',
'Gallery file' => 'Files with supporting material',
'investment_schedule' => 'Expected timeframe',
'financing_sources' => 'The size (euro, %) and source of existing or assumed equity',
'financing_debt' => 'The size (euro, %) and source of existing or assumed debt',
'estimated_return_on_investment' => 'Income sources',
'achieved_effect' => 'Achieved effect as a result of investment project implementation',
'forms_cooperation_with_investor' => 'Type of financing sought (loans, grants, private investments)',
'technical_parameters' => 'Technology',
'licenses' => 'Approvals',
'project_documentation' => 'Available documents',
'infrastructure' => 'Availability of the necessary infrastructure for the implementation of the project',
'talks' => 'Information about the ongoing financing negotiations',
'type' => 'Project status',
'color' => 'Color',
'area' => 'Project type',
'Expenditure on construction of additional infrastructure' => 'Expenditure on construction of additional infrastructure',
'Electric power' => 'Total electric capacity (kWe)',
'Region' => 'Region',
'web site investor' => 'web site investor',
'address' => 'Addres',
//
'heat_capacity' => 'Total heat capacity (kWth)',
'Municipal project' => 'Municipal project',
'Commercial project' => 'Commercial project',
'type_of_promoter' => 'Type of promoter',
'Contact details of project promoter' => 'Contact details of project promoter',
'date_of_entry' => 'Date of entry',
'Current stage of project development' => 'Current stage of project development',
'Idea' => 'Idea',
'Under development' => 'Under development',
'Ready to build' => 'Ready to build',
'Turnkey' => 'Turnkey',
'Operating' => 'Operating',
'Expansion' => 'Expansion',
'Share of project equity offered' => 'Share of project equity offered',
'total_investment' => 'Total investment expected',
'annual_power_production' => 'Annual power production MWh/year',
'annual_heat_production' => 'Annual heat production MWh/year',
'power_price' => 'Power price, UAH/MWh',
'heat_price' => 'Heat price, UAH/MWh',
'expected_financial_return' => 'Expected financial return',
//
'Мапа проектів' => 'Map of projects',
'Мапа ресурсного потенціалу' => 'Map of resource potential',
'licenses_other' => 'Other permits, licenses',
//
'Description' => 'Project description',
'Investment schedule (monthly or quarterly)' => 'Investment schedule (monthly or quarterly)',
];