-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
288 lines (254 loc) · 11.8 KB
/
en.json
File metadata and controls
288 lines (254 loc) · 11.8 KB
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
{
"common_button_save": "Save Settings",
"common_button_cancel": "Cancel",
"common_button_browse": "Browse",
"common_button_clear": "Clear",
"common_button_apply": "Apply",
"common_button_back": "Back",
"status_ready": "Ready",
"status_analyzing": "Analyzing...",
"settings_title": "Settings",
"settings_tab_preferences": "Preferences",
"settings_tab_models": "Models",
"settings_tab_data": "Data",
"settings_cli_title": "birda CLI Status",
"settings_cli_checking": "Checking...",
"settings_cli_availableAt": "Available at {path}",
"settings_general_title": "General",
"settings_general_theme": "Theme",
"settings_general_themeSystem": "System Default",
"settings_general_themeLight": "Light",
"settings_general_themeDark": "Dark",
"settings_general_speciesLanguage": "Species Language",
"settings_general_uiLanguage": "UI Language",
"settings_general_birdaPath": "birda Binary Path",
"settings_general_birdaPathPlaceholder": "Leave empty to use PATH",
"settings_analysis_title": "Analysis Defaults",
"settings_analysis_defaultModel": "Default Model",
"settings_analysis_confidence": "Default Confidence Threshold",
"settings_spectrogram_title": "Spectrogram",
"settings_spectrogram_maxFreq": "Default Max Frequency",
"settings_spectrogram_height": "Default Spectrogram Height",
"settings_spectrogram_heightSmall": "Small",
"settings_spectrogram_heightMedium": "Medium",
"settings_spectrogram_heightLarge": "Large",
"settings_spectrogram_heightXL": "XL",
"settings_storage_title": "Storage",
"settings_storage_clipDir": "Clip Output Directory",
"settings_storage_openClipDir": "Open clip directory",
"settings_storage_dbLocation": "Database Location",
"settings_saved": "Saved",
"settings_unsavedModal_title": "Unsaved Changes",
"settings_unsavedModal_warning": "You have unsaved settings changes. If you leave now, your changes will be lost.",
"settings_unsavedModal_discard": "Discard Changes",
"settings_unsavedModal_stayOnPage": "Stay on Page",
"settings_models_installed": "Installed",
"settings_models_catalog": "Catalog",
"settings_models_refresh": "Refresh",
"settings_models_loading": "Loading models...",
"settings_models_noInstalled": "No models installed yet.",
"settings_models_switchToCatalog": "Switch to the Catalog tab to browse and install models.",
"settings_models_loadingCatalog": "Loading catalog...",
"settings_models_noCatalog": "No models available in the catalog.",
"settings_models_recommended": "Recommended",
"settings_models_nonCommercial": "Non-commercial",
"settings_models_installedBadge": "Installed",
"settings_models_install": "Install",
"settings_models_installing": "Installing...",
"settings_models_default": "Default",
"settings_models_setDefault": "Set Default",
"settings_models_uninstallSoon": "Uninstall (coming soon)",
"settings_models_failedInstall": "Failed to install {modelId}: {error}",
"settings_data_dbContent": "Database Content",
"settings_data_detections": "{count} detections",
"settings_data_species": "{count} species",
"settings_data_locations": "{count} locations",
"settings_data_clearAll": "Clear All Data",
"settings_data_cleared": "Cleared {detections} detections, {runs} runs, {locations} locations",
"settings_data_birdaConfig": "birda Configuration (read-only)",
"settings_clearModal_title": "Clear Database",
"settings_clearModal_warning": "This will permanently delete all detections, analysis runs, and locations from the database. This action cannot be undone.",
"settings_clearModal_detectionsRemoved": "{count} detections will be removed",
"settings_clearModal_locationsRemoved": "{count} locations will be removed",
"settings_clearModal_deleteAll": "Delete All Data",
"settings_licenseModal_title": "License Agreement",
"settings_licenseModal_license": "License",
"settings_licenseModal_commercialUse": "Commercial use",
"settings_licenseModal_allowed": "Allowed",
"settings_licenseModal_notAllowed": "Not allowed",
"settings_licenseModal_agree": "By installing this model, you agree to the terms of the {license} license.",
"settings_licenseModal_acceptInstall": "Accept & Install",
"licenses_title": "Third Party Licenses",
"licenses_notFound": "License information is not available.",
"common_button_close": "Close",
"sidebar_analysis": "Analysis",
"sidebar_detections": "Detections",
"sidebar_map": "Map",
"sidebar_settings": "Settings",
"status_detections": "{count} detections",
"status_species": "{count} species",
"status_locations": "{count} locations",
"audio_pause": "Pause",
"audio_playClip": "Play clip",
"log_title": "Log",
"log_expand": "Expand",
"log_collapse": "Collapse",
"log_copyToClipboard": "Copy log to clipboard",
"log_clear": "Clear log",
"log_close": "Close log panel",
"log_empty": "No log entries yet. Run an analysis to see output here.",
"progress_complete": "Analysis Complete",
"progress_failed": "Analysis Failed",
"progress_status": "{processed}/{total} files · {detections} detections",
"filter_title": "Filters",
"filter_collapse": "Collapse filters",
"filter_species": "Species",
"filter_searchSpecies": "Search species...",
"filter_minConfidence": "Min Confidence",
"filter_show": "Show filters",
"filter_all": "All",
"table_columnOffset": "Offset",
"table_columnTime": "Time",
"table_columnSpecies": "Species",
"table_columnScientificName": "Scientific Name",
"table_columnConfidence": "Confidence",
"table_columnSourceFile": "Source File",
"table_columnDate": "Date",
"table_columnClip": "Clip",
"table_loadingDetections": "Loading detections...",
"table_noDetections": "No detections found",
"pagination_detectionCount": "{count} detections",
"pagination_detectionCountSingular": "{count} detection",
"pagination_totalDetections": "{count} total detections",
"pagination_pageOf": "Page {current} of {total}",
"detail_audioLoadFailed": "Audio load failed: {message}",
"detail_freqMax": "Freq max",
"detail_height": "Height",
"detail_volume": "Volume: {percent}%",
"detail_sampleRate": "Sample rate: {rate} kHz (max visible: {nyquist} kHz)",
"detail_selection": "Selection: {start}s – {end}s ({duration}s)",
"detail_stopLooping": "Stop looping",
"detail_loopSelection": "Loop selection",
"detail_loop": "Loop",
"detail_exportWav": "Export WAV",
"detail_exporting": "Exporting...",
"detail_exportAsWav": "Export selection as WAV",
"detail_clearSelection": "Clear selection",
"sourceFiles_scanning": "Scanning files...",
"sourceFiles_sourceFile": "Source File",
"sourceFiles_duration": "Duration",
"sourceFiles_size": "Size",
"sourceFiles_sampleRate": "Sample Rate",
"sourceFiles_channels": "Channels",
"sourceFiles_mono": "Mono",
"sourceFiles_stereo": "Stereo",
"sourceFiles_recordingDate": "Recording Date",
"sourceFiles_recordingStartTime": "Recording Start",
"sourceFiles_battery": "Battery",
"sourceFiles_temperature": "Temperature",
"sourceFiles_fileCount": "{count} files",
"sourceFiles_columnName": "Name",
"sourceFiles_columnFormat": "Format",
"sourceFiles_columnStatus": "Status",
"sourceFiles_statusSkip": "skip",
"sourceFiles_noAudioFiles": "No audio files found",
"sourceFiles_supportedFormats": "Supported: WAV, MP3, FLAC, OGG, M4A",
"coords_title": "Coordinates",
"coords_autoDetected": "auto-detected",
"coords_pickOnMap": "Pick coordinates from map",
"coords_pickOnMapButton": "Pick on map",
"coords_latitude": "Latitude",
"coords_latitudePlaceholder": "-90 to 90",
"coords_longitude": "Longitude",
"coords_longitudePlaceholder": "-180 to 180",
"coords_pickTitle": "Pick Coordinates",
"coords_clickToSet": "Click on the map to set coordinates",
"speciesSearch_placeholder": "Search species on map...",
"speciesSearch_detCount": "{count} det.",
"map_unknownLocation": "Unknown Location",
"runs_title": "Runs",
"runs_empty": "No analysis runs yet",
"runs_emptyHint": "Go to the Analysis tab to start your first analysis.",
"runs_detectionCount": "{count} detections",
"runs_detectionCountSingular": "{count} detection",
"runs_noDetections": "No detections",
"runs_selectRun": "Select a run from the list to view its detections.",
"runs_status_running": "Running",
"runs_status_completed": "Completed",
"runs_status_failed": "Failed",
"runs_deleteRun": "Delete run",
"runs_status_pending": "Pending",
"analysis_title": "Analysis",
"analysis_selectFile": "Select File",
"analysis_selectFileDesc": "Select an audio file to analyze",
"analysis_selectFolder": "Select Folder",
"analysis_selectFolderDesc": "Select a folder with recordings",
"analysis_openFile": "Open File",
"analysis_openFolder": "Open Folder",
"analysis_model": "Model",
"analysis_locationDate": "Location & Date",
"analysis_statusCoords": "Coords",
"analysis_statusDate": "Date",
"analysis_previousLocation": "Previous location...",
"analysis_recordingDatePlaceholder": "Recording date...",
"analysis_recordingDate": "Recording Date",
"analysis_locationNamePlaceholder": "Location name (optional)",
"analysis_noRangeFiltering": "No range filtering",
"analysis_noRangeWarningCoordsOnly": "Without coordinates, all ~6,000 species will be included.",
"analysis_noRangeWarningBoth": "Without coordinates and date, all ~6,000 species will be included.",
"analysis_startAnyway": "Start anyway",
"analysis_stopAnalysis": "Stop Analysis",
"analysis_startAnalysis": "Start Analysis",
"analysis_openFileShortcut": "Open File (Ctrl+O)",
"analysis_openFolderShortcut": "Open Folder (Ctrl+Shift+O)",
"analysis_stop": "Stop",
"analysis_analyze": "Analyze",
"analysis_filterByName": "Filter by species...",
"analysis_conf": "Conf",
"analysis_allConfidences": "All",
"calendar_datePlaceholder": "DD/MM/YYYY",
"calendar_today": "Today",
"calendar_month_january": "January",
"calendar_month_february": "February",
"calendar_month_march": "March",
"calendar_month_april": "April",
"calendar_month_may": "May",
"calendar_month_june": "June",
"calendar_month_july": "July",
"calendar_month_august": "August",
"calendar_month_september": "September",
"calendar_month_october": "October",
"calendar_month_november": "November",
"calendar_month_december": "December",
"calendar_weekday_mo": "Mo",
"calendar_weekday_tu": "Tu",
"calendar_weekday_we": "We",
"calendar_weekday_th": "Th",
"calendar_weekday_fr": "Fr",
"calendar_weekday_sa": "Sa",
"calendar_weekday_su": "Su",
"wizard_welcome_title": "Welcome to Birda GUI",
"wizard_welcome_subtitle": "Let's get you set up in a few quick steps.",
"wizard_welcome_getStarted": "Get Started",
"wizard_welcome_skip": "Skip setup",
"wizard_cli_title": "birda CLI",
"wizard_cli_subtitle": "Birda GUI needs the birda command-line tool to analyze audio files.",
"wizard_cli_checking": "Checking for birda...",
"wizard_cli_found": "birda found at {path}",
"wizard_cli_notFound": "birda was not found on your system.",
"wizard_cli_notFoundHint": "birda should have been installed automatically. You can set the path manually or download it.",
"wizard_cli_download": "Download birda",
"wizard_cli_setPath": "Set path manually",
"wizard_model_title": "Install a Model",
"wizard_model_subtitle": "You need at least one model to analyze bird sounds. Choose one to install.",
"wizard_model_installing": "Installing {name}...",
"wizard_model_installed": "installed",
"wizard_model_hasModels": "You have {count} model(s) installed. You can install more later from Settings.",
"wizard_model_noCli": "birda CLI is not available. Go back to the previous step to set up the CLI before installing models.",
"wizard_language_title": "Species Language",
"wizard_language_subtitle": "Choose the language for bird species names shown in detection results.",
"wizard_finish": "Finish Setup",
"wizard_next": "Next",
"wizard_back": "Back",
"wizard_stepOf": "Step {current} of {total}"
}