File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ buildscript {
22 ext {
33 buildToolsVersion = " 34.0.0"
44 minSdkVersion = 21
5- compileSdkVersion = 34
6- targetSdkVersion = 34
5+ compileSdkVersion = 35
6+ targetSdkVersion = 35
77 ndkVersion = " 25.1.8937393"
88 kotlinVersion = " 1.8.0"
99 }
Original file line number Diff line number Diff line change @@ -186,7 +186,14 @@ const translations = {
186186 stateChangeInfo : 'Change the state of all tasks to unfinished (in the plan editing view) to enable running the plan again.' ,
187187 planIsReadonlyTitle : 'PLAN IS READ-ONLY' ,
188188 planIsReadonly : 'Plan \'{{name}}\' is read-only. If you want to make any changes, please make a copy of this plan.' ,
189- createCopy : 'Copy plan'
189+ createCopy : 'Copy plan' ,
190+ help : 'Welcome to Friendly Plan!' ,
191+ helpDescription : 'Would you like to learn how to use the app? We’ve prepared a tutorial for you!' ,
192+ helpDescriptionFunctions : 'If you want to see what features we offer, check out the "Guide" plan.' ,
193+ helpDescriptionPlans : 'If you want to see what activity schedules look like, use the "Sample schedule".' ,
194+ helpDescriptionGuide : 'You’ll find both plans in the "Tutorial" student profile. If you deleted it, you can add it again using the button below.' ,
195+ addTutorial : 'Welcome to Friendly Plan!' ,
196+ addSampleStudent : 'Add tutorial'
190197 } ,
191198 planItemActivity : {
192199 viewTitleTask : 'Task' ,
You can’t perform that action at this time.
0 commit comments