| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?php
- $lang->market->browse = 'Market List';
- $lang->market->create = 'Add Market';
- $lang->market->edit = 'Edit Market';
- $lang->market->name = 'Market Name';
- $lang->market->industry = 'Industry';
- $lang->market->scale = 'Scale';
- $lang->market->maturity = 'Maturity';
- $lang->market->speed = 'Speed';
- $lang->market->competition = 'Competition';
- $lang->market->strategy = 'Strategy';
- $lang->market->desc = 'Description';
- $lang->market->openedDate = 'Opened Date';
- $lang->market->basicInfo = 'Basic Info';
- $lang->market->deleted = 'Deleted';
- $lang->market->view = 'View';
- $lang->market->report = 'Report';
- $lang->market->delete = 'Delete Market';
- $lang->market->response = 'Response';
- $lang->market->ppm = 'Priority';
- $lang->market->strategyList = array();
- $lang->market->strategyList[''] = '';
- $lang->market->strategyList['attention'] = 'Attention';
- $lang->market->strategyList['neglect'] = 'Neglect';
- $lang->market->strategyList['entry'] = 'Entry';
- $lang->market->strategyList['delisting'] = 'Delisting';
- $lang->market->strategyList['sustainedInput'] = 'SustainedInput';
- $lang->market->strategyList['nerverEnter'] = 'NerverEnter';
- $lang->market->speedList = array();
- $lang->market->speedList[''] = '';
- $lang->market->speedList['slow'] = 'Slow';
- $lang->market->speedList['steady'] = 'Steady';
- $lang->market->speedList['fast'] = 'Fast';
- $lang->market->speedList['rapid'] = 'Rapid';
- $lang->market->ppmList = array();
- $lang->market->ppmList[''] = '';
- $lang->market->ppmList['cashCows'] = 'CashCows';
- $lang->market->ppmList['star'] = 'Star';
- $lang->market->ppmList['questionMark'] = 'Question Mark';
- $lang->market->ppmList['dogs'] = 'Dogs';
- $lang->market->maturityList = array();
- $lang->market->maturityList[''] = '';
- $lang->market->maturityList['emerging'] = 'Emerging';
- $lang->market->maturityList['growth'] = 'Growth';
- $lang->market->maturityList['mature'] = 'Mature';
- $lang->market->maturityList['saturated'] = 'Saturated';
- $lang->market->maturityList['decline'] = 'Decline';
- $lang->market->competitionList = array();
- $lang->market->competitionList[''] = '';
- $lang->market->competitionList['slight'] = 'Slight';
- $lang->market->competitionList['severe'] = 'Severe';
- $lang->market->competitionList['intense'] = 'Intense';
- $lang->market->competitionList['fierce'] = 'Fierce';
- $lang->market->competitionList['mesothelioma'] = 'Mesothelioma';
- $lang->market->labelList = array();
- $lang->market->labelList['all'] = 'All';
- $lang->market->hundredMillion = 'Hundred Million';
- $lang->market->scaleNumber = '『Scale』must be numbers.';
- $lang->market->scaleGe0 = '『Scale』must be greater than or equal to 0.';
- $lang->market->confirmDelete = 'Are you sure to delete market \\"%s\\"? After deletion, research and reports related to this market will be hidden!';
- $lang->market->tips =
- '
- <p>
- <b>Cash cows</b>
- <br>
- "Cash cows", often referred to as "money-printing machines," are businesses with a substantial market share but relatively low market growth rates. Microsoft\'s Windows and Office, along with Google\'s search business, serve as prime examples of cash cows or money-printing machines.
- </p>
- <p>
- <b>Stars</b>
- <br>
- "Stars" are promising emerging businesses that capture a significant market share in rapidly growing markets. A prime example is Amazon, which originated as an online bookstore but diversified into the thriving cloud computing industry, establishing itself as a market leader. While these star businesses may not generate immediate profits and often require substantial investment, they represent the future. Once a star business transitions into a cash cow, the company enters the next phase of explosive growth.
- </p>
- <p>
- <b>Question marks</b>
- <br>
- "Question marks" represent businesses with a modest market share but experiencing rapid market growth. A notable example is Google\'s ventures into artificial intelligence, robotics, and autonomous driving. The term "question marks" is aptly used because their potential to evolve into star businesses or cash cows remains uncertain; they could either thrive or fade away.
- </p>
- <p>
- <b>Dogs</b>
- <br>
- "Dogs" represent businesses with significantly low market share and limited prospects for growth, evoking a feeling of regret or reluctance in abandoning them, despite their lack of appeal. Notable examples include Microsoft\'s smartphones, Tencent\'s microblogging platform, and Baidu\'s e-commerce endeavors.
- ';
|