File tree Expand file tree Collapse file tree 6 files changed +12
-10
lines changed
Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1919 "changelog" : " Changelog" ,
2020 "controllers" : " Access Keys" ,
2121 "settings" : " Settings" ,
22- "setup" : " Configuration" ,
23- "service" : " Service" ,
22+ "setup" : " Setup" ,
2423 "continue" : " Continue" ,
2524 "not_logged_in" : " Developer not logged in." ,
2625 "ready" : " Ready" ,
Original file line number Diff line number Diff line change 1919 "changelog" : " 版本日志" ,
2020 "controllers" : " 访问密钥" ,
2121 "settings" : " 系统设置" ,
22- "setup" : " 配置 " ,
22+ "setup" : " 设置 " ,
2323 "service" : " 服务" ,
2424 "continue" : " 继续" ,
2525 "not_logged_in" : " 开发者未登录" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ interface I18nCore {
2323 controllers : string ;
2424 settings : string ;
2525 setup : string ;
26- service : string ;
2726 continue : string ;
2827 not_logged_in : string ;
2928 ready : string ;
Original file line number Diff line number Diff line change 3333 ? [
3434 {
3535 id: Symbol (' 2' ),
36- labelKey: ' core.setup '
36+ labelKey: ' core.config '
3737 },
3838 {
3939 id: Symbol (' 3' ),
40- labelKey: ' core.service '
40+ labelKey: ' analytics.orbiter '
4141 }
4242 ]
4343 : [])
Original file line number Diff line number Diff line change 3232 ? [
3333 {
3434 id: Symbol (' 2' ),
35- labelKey: ' core.setup '
35+ labelKey: ' core.config '
3636 }
3737 ]
3838 : []),
3939 {
4040 id: Symbol (' 3' ),
41- labelKey: ' core.service '
41+ labelKey: ' mission_control.title '
4242 }
4343 ]);
4444
Original file line number Diff line number Diff line change 2121 const tabs: Tab [] = [
2222 {
2323 id: Symbol (' 1' ),
24- labelKey: ' core.service'
24+ labelKey: ' satellites.satellite'
25+ },
26+ {
27+ id: Symbol (' 2' ),
28+ labelKey: ' core.setup'
2529 }
2630 ];
2731
4852 {#if nonNullish ($satelliteStore )}
4953 {#if $store .tabId === $store .tabs [0 ].id }
5054 <SatelliteOverview satellite ={$satelliteStore } />
51-
55+ {: else if $store . tabId === $store . tabs [ 1 ]. id }
5256 <SatelliteSettings satellite ={$satelliteStore } />
5357 {/if }
5458 {/if }
You can’t perform that action at this time.
0 commit comments