-
-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Translation Updater
committed
Oct 10, 2023
1 parent
08767ae
commit f52f47e
Showing
5 changed files
with
48 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,31 @@ | ||
OBSWebSocket.Plugin.Description="Afstandbeheer van OBS deur WebSocket" | ||
OBSWebSocket.Settings.DialogTitle="WebSocket-bedienerinstellings" | ||
OBSWebSocket.Settings.PluginSettingsTitle="Inpropinstellings" | ||
OBSWebSocket.Settings.ServerEnable="Aktiveer WebSocket-diens" | ||
OBSWebSocket.Settings.ServerSettingsTitle="Bedienerinstellings" | ||
OBSWebSocket.Settings.Password="Bedienerwagwoord" | ||
OBSWebSocket.Settings.GeneratePassword="Genereer wagwoord" | ||
OBSWebSocket.Settings.ServerPort="Bedienerpoort" | ||
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Waarskuwing: Tans regstreeks" | ||
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Dit lyk of ’n afvoer (stroom, opname, ens.) tans aktief is." | ||
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Is u seker u wil u verbindingsinligting laat sien?" | ||
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Waarskuwing: potensiële beveiligingsprobleem" | ||
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Is u seker u wil u eie wagwoord gebruik?" | ||
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Fout: Ongeldige opstalling" | ||
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="U moet ’n wagwoord van meet as 6 karakters gebruik." | ||
OBSWebSocket.SessionTable.Title="Gekoppelde WebSocket-sessies" | ||
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Afstandsadres" | ||
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Sessieduur" | ||
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Boodskappe In/Uit" | ||
OBSWebSocket.SessionTable.IdentifiedTitle="Geïdentifiseer" | ||
OBSWebSocket.ConnectInfo.CopyText="Kopieer" | ||
OBSWebSocket.ConnectInfo.ServerIp="Bediener-IP (beste skatting)" | ||
OBSWebSocket.ConnectInfo.ServerPort="Bedienerpoort" | ||
OBSWebSocket.ConnectInfo.ServerPassword="Bedienerwagwoord" | ||
OBSWebSocket.ConnectInfo.QrTitle="Koppel QR" | ||
OBSWebSocket.TrayNotification.Identified.Title="Nuwe WebSocket-koppeling" | ||
OBSWebSocket.TrayNotification.Identified.Body="Kliënt %1 geïdentifiseer." | ||
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket-waarmerkfout" | ||
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Kliënt %1 kon nie waarmerk nie." | ||
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket-kliënt is ontkoppel" | ||
OBSWebSocket.TrayNotification.Disconnected.Body="Kliënt %1 is ontkoppel." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
OBSWebSocket.Settings.DialogTitle="Postavke servera WebSocket" | ||
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Pogreška: Neispravna konfiguracija" | ||
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Lozinka mora sadržavati barem 6 znakova." | ||
OBSWebSocket.SessionTable.Title="Spojene sesije WebSocketa" | ||
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Udaljena adresa" | ||
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Trajanje sesije" | ||
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Ulaz/izlaz poruka" | ||
OBSWebSocket.ConnectInfo.CopyText="Kopiraj" | ||
OBSWebSocket.ConnectInfo.ServerPort="Vrata servera" | ||
OBSWebSocket.ConnectInfo.ServerPassword="Lozinka servera" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters