Skip to content

Commit 8bf9b46

Browse files
committed
add translation strings for import and export favorite server list functionality
1 parent d59a995 commit 8bf9b46

File tree

1 file changed

+13
-0
lines changed
  • src/locales/translations

1 file changed

+13
-0
lines changed

src/locales/translations/en.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)