@@ -30,6 +30,7 @@ export default {
3030 enabled : 'Enabled' ,
3131 disabled : 'Disabled' ,
3232 cancel_button : 'Cancel' ,
33+ close_button : 'Close' ,
3334 loading : 'Loading...' ,
3435 confirmation : 'Are you sure?' ,
3536 } ,
@@ -83,6 +84,11 @@ export default {
8384 export_png_button : 'Export PNG' ,
8485 processing : 'Processing...' ,
8586 } ,
87+ // messages in the app settings popup
88+ app_settings : {
89+ title : 'Settings' ,
90+ description : 'All changes are automatically saved and applied.' ,
91+ } ,
8692 // labels for various types of setting controls
8793 // (shared by multiple settings)
8894 control : {
@@ -291,11 +297,12 @@ export default {
291297 hyperlaneSensitiveBorders_tooltip : `<ul>
292298 <li>When enabled, borders will follow hyperlanes.</li>
293299 <li>When disabled, only solar systems affect borders.</li>
294- <li>Not supported if the following are enabled:</li>
295- <li><ul>
296- <li>Metro-style Hyperlanes</li>
297- <li>Align Solar Systems to Grid</li>
298- </ul></li>
300+ <li>Not supported if the following are enabled:
301+ <ul>
302+ <li>Metro-style Hyperlanes</li>
303+ <li>Align Solar Systems to Grid</li>
304+ </ul>
305+ </li>
299306 </ul>` ,
300307 voronoiGridSize : 'Voronoi Grid Size' ,
301308 voronoiGridSize_tooltip : `<ul>
@@ -328,5 +335,8 @@ export default {
328335 starScapeStars : 'Stars' ,
329336 starScapeStarsColor : 'Stars Color' ,
330337 starScapeStarsCount : 'Star Count' ,
338+ appLocale : 'StellarMaps Language' ,
339+ appStellarisLanguage : 'Stellaris Language' ,
340+ appTranslatorMode : 'Translator Mode' ,
331341 } ,
332342} ;
0 commit comments