mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
parent
5501bdf9da
commit
0c0840c585
2 changed files with 7 additions and 1 deletions
|
@ -917,6 +917,12 @@ exports.strings = {
|
||||||
'ru_RU': 'Спрятать цель'
|
'ru_RU': 'Спрятать цель'
|
||||||
},
|
},
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
'objective-button': {
|
||||||
|
'__desc__': 'button label to show objective',
|
||||||
|
'en_US': 'Objective',
|
||||||
|
'ru_RU': 'Задача'
|
||||||
|
},
|
||||||
|
///////////////////////////////////////////////////////////////////////////
|
||||||
'goal-to-reach': {
|
'goal-to-reach': {
|
||||||
'__desc__': 'title of window that shoes the goal tree to reach',
|
'__desc__': 'title of window that shoes the goal tree to reach',
|
||||||
'en_US': 'Goal To Reach',
|
'en_US': 'Goal To Reach',
|
||||||
|
|
|
@ -70,7 +70,7 @@ var LevelToolbarView = React.createClass({
|
||||||
<button
|
<button
|
||||||
onClick={this.props.onObjectiveClick}
|
onClick={this.props.onObjectiveClick}
|
||||||
type="button">
|
type="button">
|
||||||
Objective
|
{intl.str('objective-button')}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue