aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/i18n/lang/en.json
blob: f5a92a9447ea71c8ac7e575d2c6d0838957241f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
    "menu": {
        "play": "Play",
        "changelog": "Changelog",
        "mods": "Mods",
        "settings": "Settings",
        "dev": "Dev"
    },

    "generic": {
        "yes": "Yes",
        "no": "No",
        "error": "Error",
        "cancel": "Cancel",
        "informationShort": "Info",
        "downloading": "Downloading",
        "extracting": "Extracting",
        "done": "Done",
        "success": "Success"
    },

    "play": {
        "button": {
            "northstar_is_running": "Game is running",
            "select_game_dir": "Select Titanfall2 game folder",
            "install": "Install",
            "installing": "Installing...",
            "update": "Update",
            "updating": "Updating...",
            "ready_to_play": "Launch game"
        },

        "unknown_version": "Unknown version",
        "see_patch_notes": "see patch notes",
        "players": "players",
        "servers": "servers",
        "unable_to_load_playercount": "Unable to load playercount",
        "northstar_running": "Northstar is running:",
        "origin_running": "Origin is running:"
    },

    "mods": {
        "local": {
            "no_mods": "No mods were found.",
            "delete_confirm": "Are you sure to delete this mod?",
            "delete": "Delete",
            "part_of_ts_mod": "This Northstar mod is part of a Thunderstore mod",
            "success_deleting": "Success deleting {modName}"
        },

        "online": {
            "no_match": "No matching mod has been found.",
            "try_another_search": "Try another search!"
        },

        "menu": {
            "local": "Local",
            "online": "Online",
            "filter": "Filter",
            "search": "Search",
            "sort_mods": "Sort mods",
            "select_categories": "Select categories",

            "sort": {
                "name_asc": "By name (A to Z)",
                "name_desc": "By name (Z to A)",
                "date_asc": "By date (from oldest)",
                "date_desc": "By date (from newest)",
                "most_downloaded": "Most downloaded",
                "top_rated": "Top rated"
            }
        },

        "card": {
            "button": {
                "being_installed": "Installing...",
                "being_updated": "Updating...",
                "installed": "Installed",
                "install": "Install",
                "outdated": "Update"
            },

            "by": "by",
            "more_info": "More info",
            "remove": "Remove mod",
            "remove_dialog_title": "Warning",
            "remove_dialog_text": "Delete Thunderstore mod?",
            "remove_success": "Removed {modName}",
            "install_success": "Installed {modName}"
        }
    },

    "settings": {
        "manage_install": "Manage installation",
        "choose_folder": "Choose installation folder",
        "open_game_folder": "Open Folder",
        "nb_ts_mods_per_page": "Number of Thunderstore mods per page",
        "nb_ts_mods_per_page_desc1": "This has an impact on display performances when browsing Thunderstore mods.",
        "nb_ts_mods_per_page_desc2": "Set this value to 0 to disable pagination.",
        "nb_ts_mods_reset": "Reset to default",
        "language": "Language",
        "language_select": "Select your favorite language",
        "about": "About:",
        "flightcore_version": "FlightCore version:",
        "testing": "Testing:",
        "enable_test_channels": "Enable testing release channels",
        "dev_mode_enabled_title": "Watch out!",
        "dev_mode_enabled_text": "Developer mode enabled.",

        "repair": {
            "title": "Repair",
            "open_window": "Open repair window",

            "window": {
                "title": "FlightCore repair window",
                "warning": "This window contains various functionality to repair common issues with Northstar and FlightCore.",
                "disable_all_but_core": "Disable all but core mods",
                "disable_all_but_core_success": "Disabled all mods but core",
                "force_reinstall_ns": "Force reinstall Northstar",
                "force_delete_temp_dl": "Force delete temp download folder",
                "delete_persistent_store": "Delete FlightCore persistent store",
                "reinstall_title": "Force reinstalling Northstar",
                "reinstall_text": "Please wait",
                "reinstall_success": "Successfully reinstalled Northstar"
            }
        }
    },

    "notification": {
        "game_folder": {
            "new": {
                "title": "New game folder",
                "text": "Game folder was successfully updated."
            },

            "wrong": {
                "title": "Wrong folder",
                "text": "Selected folder is not a valid Titanfall2 install."
            },

            "not_found": {
                "title": "Titanfall2 not found!",
                "text": "Please manually select install location"
            }
        },

        "flightcore_outdated": {
            "title": "FlightCore outdated!",
            "text": "Please update FlightCore.\nRunning outdated version {oldVersion}.\nNewest is {newVersion}!"
        }
    },

    "channels": {
        "release": {
            "switch": {
                "text": "Switched release channel to \"{canal}\"."
            }
        },

        "names": {
            "Northstar": "Northstar",
            "NorthstarReleaseCandidate": "Northstar release candidate"
        }
    }
}