Server/project/assets/database/locales/server
Deadly Alden 4fc012b422 Revamp structure of socket debug messages (!214)
**Description**
This pull request changes the WebSocket connection `handle lost` log message in the `wsOnConnection` method of the `GameSocket` class. The original log message was:

```typescript
this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle");
>>> [WS] Socket lost, deleting handle, status: %s
```

Which was inconsistent with most other languages. It can be understood from context that the socket was lost, therefor deleted and closed. Instead now;

```typescript
this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle");
>>> [WS] Socket lost, deleting handle
```

This is achieved through editing the languages one by one and removing the "`status: %s`" component.

**Related**
- Closes: https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/421

Co-authored-by: Deadly <info.saddiki@gmail.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/214
Co-authored-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com>
Co-committed-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com>
2024-02-06 09:07:23 +00:00
..
ar.json Update locales 2024-02-05 15:46:00 +00:00
cs.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
da.json Initial pass at adding new locales with fallbacks 2024-01-26 22:28:36 +00:00
de.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
el.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
en.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
es-es.json Update locales 2024-02-01 20:19:06 +00:00
fr.json Update locales 2024-02-05 15:46:00 +00:00
hi.json Initial pass at adding new locales with fallbacks 2024-01-26 22:28:36 +00:00
hu.json Update locales 2024-02-05 15:46:00 +00:00
id.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
it.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
ja.json Initial pass at adding new locales with fallbacks 2024-01-26 22:28:36 +00:00
ko.json Update locales 2024-02-01 20:19:06 +00:00
lt.json Update locales 2024-02-01 20:19:06 +00:00
nl.json Update locales 2024-02-01 20:19:06 +00:00
no.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
pl.json Initial pass at adding new locales with fallbacks 2024-01-26 22:28:36 +00:00
pt-br.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
pt-pt.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
ru.json Update locales 2024-02-01 20:19:06 +00:00
sv-se.json Update locales 2024-02-01 20:19:06 +00:00
sv.json Add empty locales 2024-02-03 15:03:14 +00:00
tr.json Revamp structure of socket debug messages (!214) 2024-02-06 09:07:23 +00:00
vi.json Update locales 2024-02-01 20:19:06 +00:00
zh-cn.json Update locales 2024-02-05 15:46:00 +00:00
zh-TW.json Add missing locale 2024-02-05 22:02:19 +00:00