File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -101,4 +101,17 @@ export default {
101101 reconnect : "Reconnect" ,
102102 settings_advanced_discord_status_requires_restart :
103103 "(Requires restarting the game to take action)" ,
104+ settings_export_favorite_list_file : "Export favorite list to file" ,
105+ settings_import_favorite_list_file : "Import favorite list from file" ,
106+ export_no_servers_title : "No servers to export" ,
107+ export_no_servers_description : "You don't have any favorite servers to export." ,
108+ export_successful_title : "Export Successful" ,
109+ export_successful_description : "Exported {count} servers to {path}" ,
110+ export_failed_title : "Export Failed" ,
111+ export_failed_description : "There was an error exporting your favorite servers." ,
112+ import_successful_title : "Import Successful" ,
113+ import_successful_description : "Imported {count} servers from {path}" ,
114+ import_failed_title : "Import Failed" ,
115+ import_failed_description : "There was an error importing your servers." ,
116+ import_invalid_data_description : "The selected file contains invalid data. Please select a valid server list file." ,
104117} ;
You can’t perform that action at this time.
0 commit comments