Update translations from Crowdin

This commit is contained in:
Translation Updater 2022-08-17 04:17:13 +00:00
parent 20ea6e3352
commit 5f8a0122bd
16 changed files with 344 additions and 11 deletions

43
data/locale/ca-ES.ini Normal file
View File

@ -0,0 +1,43 @@
OBSWebSocket.Plugin.Description="Control remot de l'OBS Studio mitjançant un servidor web"
OBSWebSocket.Settings.DialogTitle="Configuració del servidor web de l'OBS"
OBSWebSocket.Settings.PluginSettingsTitle="Configuració del complement"
OBSWebSocket.Settings.ServerEnable="Habilita el servidor web"
OBSWebSocket.Settings.AlertsEnable="Habilita les notificacions a la barra de tasques"
OBSWebSocket.Settings.DebugEnable="Habilita l'informe de depuració"
OBSWebSocket.Settings.DebugEnableHoverText="Habilita l'informe de depuració només per a la instància actual de l'OBS i no queda resident en inicis posteriors.\nUtilitzeu --websocket_debug si us cal que el canvi sigui persistent."
OBSWebSocket.Settings.ServerSettingsTitle="Configuració del servidor"
OBSWebSocket.Settings.AuthRequired="Habilita l'autenticació"
OBSWebSocket.Settings.Password="Contrasenya del servidor"
OBSWebSocket.Settings.GeneratePassword="Genera una contrasenya"
OBSWebSocket.Settings.ServerPort="Port del servidor"
OBSWebSocket.Settings.ShowConnectInfo="Mostra la informació de connexió"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Atenció: Actualment en directe"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Sembla que una sortida (retransmissió, gravació, etc.) està actualment activa."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Segur que voleu mostrar la vostra informació de connexió?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Atenció: Risc potencial de seguretat"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="El servidor web del l'OBS (obs-websocket) emmagatzema la contrasenya del servidor com a text pla. És altament recomanable l'ús d'una contrasenya generada automàticament."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Segur que voleu utilitzar la vostra contrasenya?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Error: Configuració no vàlida"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Utilitzeu una contrasenya de 6 o més caràcters."
OBSWebSocket.SessionTable.Title="Sessions de servidor connectades"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Adreça remota"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Durada de la sessió"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Missatges d'entrada/sortida"
OBSWebSocket.SessionTable.IdentifiedTitle="Identificat"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Expulsió?"
OBSWebSocket.SessionTable.KickButtonText="Expulsa"
OBSWebSocket.ConnectInfo.DialogTitle="Informació de connexió del servidor Web (WebSocket)"
OBSWebSocket.ConnectInfo.CopyText="Copia"
OBSWebSocket.ConnectInfo.ServerIp="Adreça IP (més acurada)"
OBSWebSocket.ConnectInfo.ServerPort="Port"
OBSWebSocket.ConnectInfo.ServerPassword="Contrasenya"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Autenticació inhabilitada]"
OBSWebSocket.ConnectInfo.QrTitle="QR de la connexió"
OBSWebSocket.TrayNotification.Identified.Title="Connexió nova de servidor Web (WebSocket)"
OBSWebSocket.TrayNotification.Identified.Body="Client %1 identificat."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="Ha fallat l'autenticació del servidor Web"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Ha fallat l'autenticació del client %1."
OBSWebSocket.TrayNotification.Disconnected.Title="Client desconnectat del servidor Web"
OBSWebSocket.TrayNotification.Disconnected.Body="Client %1 desconnectat."
OBSWebSocket.Server.StartFailed.Title="Ha fallat el servidor Web (WebSocket)"
OBSWebSocket.Server.StartFailed.Message="El servidor Web ha fallat en iniciar. Potser el port TCP %1 ja està en ús per altre programa del sistema. Proveu un port diferent a la configuració del servidor Web (WebSocket), o atureu qualsevol altra aplicació que pugui utilitzar aquest port.\n Missatge d'error: %2"

View File

@ -1,7 +1,43 @@
OBSWebSocket.Plugin.Description="Vzdálené ovládání OBS Studia přes WebSocket"
OBSWebSocket.Settings.DialogTitle="Nastavení obs-websocket"
OBSWebSocket.Settings.PluginSettingsTitle="Nastavení pluginu"
OBSWebSocket.Settings.ServerEnable="Povolit WebSocketový server"
OBSWebSocket.Settings.AlertsEnable="Povolit upozornění v systémové liště"
OBSWebSocket.Settings.DebugEnable="Povolit podrobné protokolování"
OBSWebSocket.Settings.DebugEnableHoverText="Zapne podrobné protokolování pro aktuální instanci OBS. Nastavení není zachováno mezi spuštěními.\nPoužijte --websocket_debug pro povlení při spuštění."
OBSWebSocket.Settings.ServerSettingsTitle="Nastavení serveru"
OBSWebSocket.Settings.AuthRequired="Povolit přihlašování"
OBSWebSocket.Settings.Password="Heslo serveru"
OBSWebSocket.Settings.GeneratePassword="Vygenerovat heslo"
OBSWebSocket.Settings.ServerPort="Port serveru"
OBSWebSocket.Settings.ShowConnectInfo="Zobrazit info o připojení"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Varování: Aktuálně vysíláte"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Vypadá to, že výstup (vysílání, nahrávání etc.) je právě aktivní."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Opravdu si přejete zobrazit údaje k připojení?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Varování: Potencionální bezpečnostní problém"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket ukládá heslo jako prostý text. Důrazně doporučujeme použití hesla generovaného pomocí obs-websocket."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Opravdu si přejete použít vaše vlastní heslo?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Chyba: Neplatná konfigurace"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Musíte použít heslo o délce nejméně 6 znaků."
OBSWebSocket.SessionTable.Title="Připojené relace WebSocketu"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Vzdálená adresa"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Délka relace"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Zprávy do/z"
OBSWebSocket.SessionTable.IdentifiedTitle="Identifikované"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Vykopnout?"
OBSWebSocket.SessionTable.KickButtonText="Vykopnout"
OBSWebSocket.ConnectInfo.DialogTitle="Připojení k WebSocket serveru"
OBSWebSocket.ConnectInfo.CopyText="Kopírovat"
OBSWebSocket.ConnectInfo.ServerIp="IP adresa serveru (nejlepší odhad)"
OBSWebSocket.ConnectInfo.ServerPort="Port serveru"
OBSWebSocket.ConnectInfo.ServerPassword="Heslo serveru"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Přihlášení zakázáno]"
OBSWebSocket.ConnectInfo.QrTitle="QR pro připojení"
OBSWebSocket.TrayNotification.Identified.Title="Nové WebSocket připojení"
OBSWebSocket.TrayNotification.Identified.Body="Klient %1 identifikován."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="Chyba přihlášení k WebSocketu"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Klient %1 nebyl přihlášen"
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket klient se odpojil"
OBSWebSocket.TrayNotification.Disconnected.Body="Klient %1 se odpojil."
OBSWebSocket.Server.StartFailed.Title="Chyba WebSocket serveru"
OBSWebSocket.Server.StartFailed.Message="WebSocket server se nepodařilo spustit. TCP port %1 může být používán jinou aplikací. Zkuste nastavit jiný TCP port v nastavení WebSocket serveru nebo zavřete aplikaci, která může používat tento port.\n Chybová zpráva: %2"

View File

@ -28,7 +28,7 @@ OBSWebSocket.SessionTable.KickButtonColumnTitle="Entfernen?"
OBSWebSocket.SessionTable.KickButtonText="Entfernen"
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket-Verbindungsinformationen"
OBSWebSocket.ConnectInfo.CopyText="Kopieren"
OBSWebSocket.ConnectInfo.ServerIp="Server-IP (Schätzung)"
OBSWebSocket.ConnectInfo.ServerIp="Server-IP (geschätzt)"
OBSWebSocket.ConnectInfo.ServerPort="Serverport"
OBSWebSocket.ConnectInfo.ServerPassword="Serverpasswort"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="Authentifizierung deaktiviert"
@ -40,4 +40,4 @@ OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Client %1 konnte sich n
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket-Client getrennt"
OBSWebSocket.TrayNotification.Disconnected.Body="Client %1 getrennt."
OBSWebSocket.Server.StartFailed.Title="WebSocket-Serverfehler"
OBSWebSocket.Server.StartFailed.Message="Der WebSocket-Server konnte nicht gestartet werden, da der TCP-Port %1 möglicherweise benutzt wird. Versuchen Sie, den Port in den WebSocket-Servereinstellungen zu ändern oder Anwendungen zu schließen, die diesen verwenden könnten.\nFehlernachricht: %2"
OBSWebSocket.Server.StartFailed.Message="Der WebSocket-Server konnte nicht gestartet werden, da der TCP-Port %1 möglicherweise benutzt wird. Versuchen Sie, den Port in den WebSocket-Servereinstellungen zu ändern oder Anwendungen zu schließen, die diesen verwenden könnten.\nFehler: %2"

View File

@ -20,7 +20,7 @@ OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="¿Está seguro de que de
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Error: Configuración no válida"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Debe utilizar una contraseña de 6 o más caracteres."
OBSWebSocket.SessionTable.Title="Sesiones conectadas de WebSocket"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Dirección remota:"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Dirección remota"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Duración de la sesión"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Entrada/Salida de mensajes"
OBSWebSocket.SessionTable.IdentifiedTitle="Identificado"

View File

@ -4,18 +4,26 @@ OBSWebSocket.Settings.PluginSettingsTitle="Liitännäisen asetukset"
OBSWebSocket.Settings.ServerEnable="Ota WebSocket-palvelin käyttöön"
OBSWebSocket.Settings.AlertsEnable="Ota ilmoitusalueen ilmoitukset käyttöön"
OBSWebSocket.Settings.DebugEnable="Ota vianjäljityslokitus käyttöön"
OBSWebSocket.Settings.DebugEnableHoverText="Ottaa käyttöön OBS:n virheenkorjauksen lokin. Ei kuormituksen aikana.\nKäytä --websocket_debug ottaaksesi latauksen käyttöön."
OBSWebSocket.Settings.ServerSettingsTitle="Palvelimen asetukset"
OBSWebSocket.Settings.AuthRequired="Ota tunnistautuminen käyttöön"
OBSWebSocket.Settings.Password="Palvelimen salasana"
OBSWebSocket.Settings.GeneratePassword="Luo salasana"
OBSWebSocket.Settings.ServerPort="Palvelimen portti"
OBSWebSocket.Settings.ShowConnectInfo="Näytä yhteyden tiedot"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Varoitus: Suora lähetys"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Näyttää siltä, että jokin lähetys (suoratoisto, tallennus jne.) on tällä hetkellä aktiivinen."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Oletko varma, että haluat näyttää sinun yhteyden tiedot?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Varoitus: Mahdollinen tietoturvaongelma"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket tallentaa palvelimen salasanan pelkkänä tekstinä. Obs-websocketin luoman salasanan käyttäminen on erittäin suositeltavaa."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Haluatko varmasti käyttää omaa salasanaasi?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Virhe: Virheellinen määritys"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Sinun täytyy käyttää salasanaa, jossa on vähintään 6 merkkiä."
OBSWebSocket.SessionTable.Title="Yhdistetyt WebSocket-istunnot"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Etäosoite"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Istunnon kesto"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Viestejä sisään/ulos"
OBSWebSocket.SessionTable.IdentifiedTitle="Tunnistettu"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Potki?"
OBSWebSocket.SessionTable.KickButtonText="Potki"
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket-yhteystiedot"
@ -23,8 +31,13 @@ OBSWebSocket.ConnectInfo.CopyText="Kopioi"
OBSWebSocket.ConnectInfo.ServerIp="Palvelimen IP (paras arvaus)"
OBSWebSocket.ConnectInfo.ServerPort="Palvelimen portti"
OBSWebSocket.ConnectInfo.ServerPassword="Palvelimen salasana"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Todennus poistettu]"
OBSWebSocket.ConnectInfo.QrTitle="Yhdistä QR"
OBSWebSocket.TrayNotification.Identified.Title="Uusi WebSocket-yhteys"
OBSWebSocket.TrayNotification.Identified.Body="Asiakas %1 tunnistettu."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket-tunnistusvirhe"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Asiakas %1 todennus epäonnistui."
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket-asiakas katkaisi yhteyden"
OBSWebSocket.TrayNotification.Disconnected.Body="Asiakas %1 on katkaistu."
OBSWebSocket.Server.StartFailed.Title="WebSocket-palvelinvirhe"
OBSWebSocket.Server.StartFailed.Message="WebSocket-palvelin ei käynnistynyt. TCP-portti %1 saattaa olla jo toisen sovelluksen käytössä. Yritä määrittää toinen TCP-portti WebSocket-palvelimen asetuksissa tai lopeta kaikki sovellukset, jotka saattavat käyttää tätä porttia.\nVirheilmoitus: %2"

43
data/locale/fr-FR.ini Normal file
View File

@ -0,0 +1,43 @@
OBSWebSocket.Plugin.Description="Contrôle à distance d'OBS Studio via WebSocket"
OBSWebSocket.Settings.DialogTitle="Paramètre du websocket obs"
OBSWebSocket.Settings.PluginSettingsTitle="Paramètres du plugin"
OBSWebSocket.Settings.ServerEnable="Activer le serveur WebSocket"
OBSWebSocket.Settings.AlertsEnable="Activer les alertes de la zone de notification"
OBSWebSocket.Settings.DebugEnable="Activer les journaux de débogage"
OBSWebSocket.Settings.DebugEnableHoverText="Active la journalisation du débogage pour l'instance actuelle d'OBS. Ne persiste pas au chargement.\nUtilisez --websocket_debug pour l'activer lors du chargement."
OBSWebSocket.Settings.ServerSettingsTitle="Paramètres du serveur"
OBSWebSocket.Settings.AuthRequired="Utiliser l'authentification"
OBSWebSocket.Settings.Password="Mot de passe du serveur"
OBSWebSocket.Settings.GeneratePassword="Générer un mot de passe"
OBSWebSocket.Settings.ServerPort="Port du serveur"
OBSWebSocket.Settings.ShowConnectInfo="Afficher les informations de connexion"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Avertissement : Actuellement en direct"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Il semble qu'une sortie (stream, enregistrement, etc.) soit actuellement active."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Êtes-vous sûr de vouloir afficher vos informations de connexion ?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Avertissement : Problème potentiel de sécurité"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket enregistre le mot de passe du serveur en texte brut. L'utilisation d'un mot de passe généré par obs-websocket est fortement recommandée."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Êtes-vous sûr de vouloir utiliser votre propre mot de passe ?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Erreur : Configuration invalide"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Vous devez utiliser un mot de passe d'au moins 6 caractères"
OBSWebSocket.SessionTable.Title="Sessions WebSocket connectées"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Adresse distante"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Durée de session"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Messages entrant/sortant"
OBSWebSocket.SessionTable.IdentifiedTitle="Identifié"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Expulser?"
OBSWebSocket.SessionTable.KickButtonText="Expulser"
OBSWebSocket.ConnectInfo.DialogTitle="Informations de connexion WebSocket"
OBSWebSocket.ConnectInfo.CopyText="Copier"
OBSWebSocket.ConnectInfo.ServerIp="IP du serveur (meilleure estimation)"
OBSWebSocket.ConnectInfo.ServerPort="Port serveur"
OBSWebSocket.ConnectInfo.ServerPassword="Mot de passe serveur"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Authentification désactivée]"
OBSWebSocket.ConnectInfo.QrTitle="QR code de connexion"
OBSWebSocket.TrayNotification.Identified.Title="Nouvelle connexion WebSocket"
OBSWebSocket.TrayNotification.Identified.Body="Client %1 identifié."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="Échec de l'authentification WebSocket"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Échec d'authentification du client %1."
OBSWebSocket.TrayNotification.Disconnected.Title="Client WebSocket déconnecté"
OBSWebSocket.TrayNotification.Disconnected.Body="Client %1 déconnecté."
OBSWebSocket.Server.StartFailed.Title="Échec du serveur WebSocket"
OBSWebSocket.Server.StartFailed.Message="Le serveur WebSocket n'a pas pu démarrer. Le port TCP %1 est peut être déjà utilisé par une autre application ailleurs sur ce système. Essayez de définir un port TCP différent dans les paramètres du serveur WebSocket, ou arrêtez toute application qui pourrait utiliser ce port.\n Message d'erreur : %2"

43
data/locale/he-IL.ini Normal file
View File

@ -0,0 +1,43 @@
OBSWebSocket.Plugin.Description="שליטה מרחוק על OBS Studio באמצעות WebSocket"
OBSWebSocket.Settings.DialogTitle="הגדרות obs-websocket"
OBSWebSocket.Settings.PluginSettingsTitle="הגדרות תוסף"
OBSWebSocket.Settings.ServerEnable="הפעלת שרת WebSocket"
OBSWebSocket.Settings.AlertsEnable="הפעלת התראות במגש המערכת"
OBSWebSocket.Settings.DebugEnable="הפעלת לוג איתור באגים"
OBSWebSocket.Settings.DebugEnableHoverText="מאפשר לוג איתור באגים עבור ההפעלה הנוכחית של OBS. לא ממשיך לפעול בעת הפעלה.\nיש להשתמש ב --websocket_debug בכדי לאפשר בעת ההפעלה."
OBSWebSocket.Settings.ServerSettingsTitle="הגדרות שרת"
OBSWebSocket.Settings.AuthRequired="שימוש באימות"
OBSWebSocket.Settings.Password="סיסמת שרת"
OBSWebSocket.Settings.GeneratePassword="יצירת סיסמה"
OBSWebSocket.Settings.ServerPort="פורט שרת"
OBSWebSocket.Settings.ShowConnectInfo="הצגת מידע חיבור"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="אזהרה: שידור חי פעיל"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="נראה כי פלט (שידור חי, הקלטה וכו') פעיל כרגע."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="האם ברצונך להציג את המידע על החיבור שלך?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="אזהרה: בעיית אבטחה אפשרית"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket שומר את סיסמת השרת שלך כטקסט רגיל. מומלץ להשתמש בסיסמה שנוצרה ע\"י obs-websocket."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="האם ברצונך להשתמש בסיסמה שלך?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="שגיאה: תצורה לא חוקית"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="חובה להשתמש בסיסמה עם 6 תווים או יותר."
OBSWebSocket.SessionTable.Title="הפעלות WebSocket מחוברות"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="כתובת מרוחקת"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="משך זמן הפעלה"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="הודעות פנים/חוץ"
OBSWebSocket.SessionTable.IdentifiedTitle="מזוהים"
OBSWebSocket.SessionTable.KickButtonColumnTitle="בעט?"
OBSWebSocket.SessionTable.KickButtonText="בעט"
OBSWebSocket.ConnectInfo.DialogTitle="מידע חיבור WebSocket"
OBSWebSocket.ConnectInfo.CopyText="העתקה"
OBSWebSocket.ConnectInfo.ServerIp="כתובת IP שרת (הניחוש המוצלח ביותר)"
OBSWebSocket.ConnectInfo.ServerPort="פורט שרת"
OBSWebSocket.ConnectInfo.ServerPassword="סיסמת שרת"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[אימות מושבת]"
OBSWebSocket.ConnectInfo.QrTitle="חיבור QR"
OBSWebSocket.TrayNotification.Identified.Title="חיבור WebSocket חדש"
OBSWebSocket.TrayNotification.Identified.Body="לקוח %1 זוהה."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="אימות WebSocket נכשל"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="לקוח %1 נכשל באימות"
OBSWebSocket.TrayNotification.Disconnected.Title="לקוח WebSocket התנתק"
OBSWebSocket.TrayNotification.Disconnected.Body="לקוח %1 התנתק."
OBSWebSocket.Server.StartFailed.Title="שגיאת שרת WebSocket"
OBSWebSocket.Server.StartFailed.Message="שרת ה-WebSocket נכשל בהפעלה. ייתכן שפורט TCP %1 כבר נמצא בשימוש במקום אחר במערכת זו על ידי יישום אחר. יש לנסות להגדיר פורט TCP אחר בהגדרות שרת WebSocket, או לעצור כל יישום שעשוי להשתמש בפורט זה.\nהודעת שגיאה: %2"

43
data/locale/hi-IN.ini Normal file
View File

@ -0,0 +1,43 @@
OBSWebSocket.Plugin.Description="WebSocket के माध्यम से OBS स्टूडियो का रिमोट-कंट्रोल"
OBSWebSocket.Settings.DialogTitle="obs-websocket सेटिंग्स"
OBSWebSocket.Settings.PluginSettingsTitle="प्लगइन सेटिंग्स"
OBSWebSocket.Settings.ServerEnable="WebSocket सर्वर सक्षम करें"
OBSWebSocket.Settings.AlertsEnable="सिस्टम ट्रे अलर्ट सक्षम करें"
OBSWebSocket.Settings.DebugEnable="डिबग लॉगिंग सक्रिय करें"
OBSWebSocket.Settings.DebugEnableHoverText="OBS के वर्तमान इंसटैन्स के लिए डीबग लॉगिंग सक्षम करता है. लोड होने पर कायम नहीं रहता है.\n लोड होने पर सक्षम करने के लिए --websocket_debug का उपयोग करें."
OBSWebSocket.Settings.ServerSettingsTitle="सर्वर सेटिंग"
OBSWebSocket.Settings.AuthRequired="प्रमाणीकरण सक्षम करें"
OBSWebSocket.Settings.Password="सर्वर का पासवर्ड"
OBSWebSocket.Settings.GeneratePassword="पासवर्ड बनाएं"
OBSWebSocket.Settings.ServerPort="सर्वर पोर्ट"
OBSWebSocket.Settings.ShowConnectInfo="कनेक्ट जानकारी दिखाएं"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="चेतावनी: वर्तमान में लाइव"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="ऐसा प्रतीत होता है कि कोई एक आउटपुट (स्ट्रीम, रिकॉर्डिंग, आदि) वर्तमान में सक्रिय है."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="क्या आप वाकई अपनी कनेक्ट जानकारी दिखाना चाहते हैं?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="चेतावनी : संभावित सुरक्षा समस्या"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket सर्वर पासवर्ड को प्लेन टेक्स्ट के रूप में स्टोर करता है. obs-websocket द्वारा उत्पन्न पासवर्ड का उपयोग करने की अत्यधिक अनुशंसा की जाती है."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="क्या आप वाकई स्वयं का पासवर्ड प्रयोग करना चाहते हैं?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="त्रुटि : अमान्य कॉन्फ़िगरेशन"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="आपको 6 या अधिक वर्णों वाले पासवर्ड का उपयोग करना चाहिए."
OBSWebSocket.SessionTable.Title="कनेक्टेड वेबसॉकेट सत्र"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="रिमोट ऐड्रेस"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="सत्र अवधि"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="संदेश इन/आउट"
OBSWebSocket.SessionTable.IdentifiedTitle="पहचाना हुआ"
OBSWebSocket.SessionTable.KickButtonColumnTitle="निकालें?"
OBSWebSocket.SessionTable.KickButtonText="निकालें"
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket कनेक्ट जानकारी दिखाएं"
OBSWebSocket.ConnectInfo.CopyText="प्रतिलिपि"
OBSWebSocket.ConnectInfo.ServerIp="सर्वर IP (सर्वश्रेष्ठ अनुमान)"
OBSWebSocket.ConnectInfo.ServerPort="सर्वर पोर्ट"
OBSWebSocket.ConnectInfo.ServerPassword="सर्वर का पासवर्ड"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[पहुँच अक्षम]"
OBSWebSocket.ConnectInfo.QrTitle="QR से जुड़ें"
OBSWebSocket.TrayNotification.Identified.Title="नया WebSocket कनेक्शन"
OBSWebSocket.TrayNotification.Identified.Body="क्लाइंट %1 की पहचान की गई."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket सत्यापन विफलता"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="क्लाइंट %1प्रमाणित करने में विफल रहा."
OBSWebSocket.TrayNotification.Disconnected.Title="वेबसॉकेट क्लाइंट डिस्कनेक्ट हो गया"
OBSWebSocket.TrayNotification.Disconnected.Body="क्लाइंट %1 डिस्कनेक्ट हो गया."
OBSWebSocket.Server.StartFailed.Title="वेबसॉकेट सर्वर विफलता"
OBSWebSocket.Server.StartFailed.Message="WebSocket सर्वर प्रारंभ करने में विफल रहा. TCP पोर्ट %1 पहले से ही इस सिस्टम पर किसी अन्य एप्लिकेशन द्वारा कहीं और उपयोग में हो सकता है. वेबसॉकेट सर्वर सेटिंग्स में एक अलग TCP पोर्ट सेट करने का प्रयास करें, या इस पोर्ट का उपयोग करने वाले किसी भी एप्लिकेशन को रोकें.\n त्रुटि संदेश : %2"

43
data/locale/hy-AM.ini Normal file
View File

@ -0,0 +1,43 @@
OBSWebSocket.Plugin.Description="OBS Studio-ի հեռակառավարումը WebSocket-ի միջոցով"
OBSWebSocket.Settings.DialogTitle="obs-websocket կարգավորումներ"
OBSWebSocket.Settings.PluginSettingsTitle="Միացնիչի կարգավորումներ"
OBSWebSocket.Settings.ServerEnable="Միացնել WebSocket սերվերը"
OBSWebSocket.Settings.AlertsEnable="Միացնել սկուտեղի ծանուցումները"
OBSWebSocket.Settings.DebugEnable="Միացնել վրիպազերծման գրանցումը"
OBSWebSocket.Settings.DebugEnableHoverText="Միացնում է վրիպազերծման գրանցումը ընթացիկ OBS օրինակի համար: Չի պահպանվում գործարկման ժամանակ:\nՕգտագործեք --websocket_debug՝ գործարկման ժամանակ միացնելու համար:"
OBSWebSocket.Settings.ServerSettingsTitle="Սերվերի կարգավորումներ"
OBSWebSocket.Settings.AuthRequired="Միացնել նույնականացումը"
OBSWebSocket.Settings.Password="Սերվերի գաղտնաբառը"
OBSWebSocket.Settings.GeneratePassword="Ստեղծել գաղտնաբառը"
OBSWebSocket.Settings.ServerPort="Սերվերի պորտ"
OBSWebSocket.Settings.ShowConnectInfo="Ցույց տալ կապի մանրամասները"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Զգուշացում։ Հիմա ուղիղ եթեր"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Կարծես թե ելքը (հոսք, գրել և այլն) ներկայումս ակտիվ է:"
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Իսկապե՞ս ուզում եք ցույց տալ ձեր կապի մանրամասները:"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Զգուշացում։ Հնարավոր անվտանգության խնդիր"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket-ը պահպանում է սերվերի գաղտնաբառը պարզ տեքստով: Խիստ խորհուրդ է տրվում օգտագործել obs-websock-ի կողմից ստեղծված գաղտնաբառը:"
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Վստա՞հ եք, որ ցանկանում եք օգտագործել ձեր սեփական գաղտնաբառը:"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Սխալ։ Անվավեր կոնֆիգուրացիա"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Դուք պետք է օգտագործեք 6 կամ ավելի նիշից բաղկացած գաղտնաբառ:"
OBSWebSocket.SessionTable.Title="Միացված WebSocket նիստեր"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Ջնջված հասցե"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Նիստի տևողությունը"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Ներս/Դուրս հաղորդագրություններ"
OBSWebSocket.SessionTable.IdentifiedTitle="Ճանաչված"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Վտարե՞լ:"
OBSWebSocket.SessionTable.KickButtonText="Վտարել"
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket կապի մանրամասները"
OBSWebSocket.ConnectInfo.CopyText="Պատճենել"
OBSWebSocket.ConnectInfo.ServerIp="Սերվերի ԻԱ (լավագույն ենթադրություն)"
OBSWebSocket.ConnectInfo.ServerPort="Սերվերի պորտ"
OBSWebSocket.ConnectInfo.ServerPassword="Սերվերի գաղտնաբառը"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Թույլտվությունն անջատված է]"
OBSWebSocket.ConnectInfo.QrTitle="Միացման ԱԱ կոդը"
OBSWebSocket.TrayNotification.Identified.Title="Նոր WebSocket կապ"
OBSWebSocket.TrayNotification.Identified.Body="Հաճախորդը ճանաչվեց %1:"
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket վավերացման սխալ"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="%1 հաճախորդը չհաջողվեց նույնականացնել:"
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket հաճախորդն անջատված է"
OBSWebSocket.TrayNotification.Disconnected.Body="%1 հաճախորդն անջատվել է:"
OBSWebSocket.Server.StartFailed.Title="WebSocket սերվերի սխալ"
OBSWebSocket.Server.StartFailed.Message="Չհաջողվեց գործարկել WebSockt սերվերը: Հնարավոր է, որ TCP %1 պորտն արդեն օգտագործվում է մեկ այլ հավելվածի կողմից: Փորձեք կարգավորել այլ TCP պորտ WebSocket սերվերի կարգավորումներում կամ դադարեցնել ցանկացած ծրագիր, որը կարող է օգտագործել այս պորտը:\n Սխալի հաղորդագրություն՝ %2։"

View File

@ -1,6 +1,6 @@
OBSWebSocket.Plugin.Description="Controllo remoto di OBS Studio tramite WebSocket"
OBSWebSocket.Settings.DialogTitle="Impostazioni obs-websocket"
OBSWebSocket.Settings.PluginSettingsTitle="Impostazioni dei plugin"
OBSWebSocket.Settings.PluginSettingsTitle="Impostazioni del plugin"
OBSWebSocket.Settings.ServerEnable="Abilita il server WebSocket"
OBSWebSocket.Settings.AlertsEnable="Abilita avvisi sulla barra delle applicazioni"
OBSWebSocket.Settings.DebugEnable="Abilita registrazione debug"
@ -24,8 +24,8 @@ OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Indirizzo remoto"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Durata sessione"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Messaggi in entrata/uscita"
OBSWebSocket.SessionTable.IdentifiedTitle="Identificato"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Avviare?"
OBSWebSocket.SessionTable.KickButtonText="Avvia"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Chiudere?"
OBSWebSocket.SessionTable.KickButtonText="Chiudi"
OBSWebSocket.ConnectInfo.DialogTitle="Informazioni sulla connessione WebSocket"
OBSWebSocket.ConnectInfo.CopyText="Copia"
OBSWebSocket.ConnectInfo.ServerIp="IP server (miglior ipotesi)"

View File

@ -11,6 +11,7 @@ OBSWebSocket.Settings.Password="サーバーパスワード"
OBSWebSocket.Settings.GeneratePassword="パスワードを生成"
OBSWebSocket.Settings.ServerPort="サーバーポート"
OBSWebSocket.Settings.ShowConnectInfo="接続情報を表示"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="警告: 現在出力中"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="出力 (配信、録画など) が現在アクティブになっているようです。"
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="接続情報を表示してもよろしいですか?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="警告: 潜在的なセキュリティの問題"
@ -21,6 +22,8 @@ OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="6文字以上のパス
OBSWebSocket.SessionTable.Title="接続されているWebSocketセッション"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="リモートアドレス"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="セッション時間"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="メッセージ In/Out"
OBSWebSocket.SessionTable.IdentifiedTitle="識別"
OBSWebSocket.SessionTable.KickButtonColumnTitle="キック?"
OBSWebSocket.SessionTable.KickButtonText="キック"
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket接続情報"
@ -31,6 +34,7 @@ OBSWebSocket.ConnectInfo.ServerPassword="サーバーパスワード"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[認証無効]"
OBSWebSocket.ConnectInfo.QrTitle="接続用QRコード"
OBSWebSocket.TrayNotification.Identified.Title="新しいWebSocket接続"
OBSWebSocket.TrayNotification.Identified.Body="クライアント %1 が識別されました。"
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket認証失敗"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="クライアント %1 の認証に失敗しました。"
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocketクライアントが切断されました"

2
data/locale/ka-GE.ini Normal file
View File

@ -0,0 +1,2 @@
OBSWebSocket.Plugin.Description="OBS Studio-ს დაშორებულად მართვა WebSocket-ით"
OBSWebSocket.Settings.PluginSettingsTitle="მოდულის პარამეტრები"

View File

@ -12,6 +12,18 @@ OBSWebSocket.Settings.GeneratePassword="Borînpeyvê çê bike"
OBSWebSocket.Settings.ServerPort="Dergeha rajekar"
OBSWebSocket.Settings.ShowConnectInfo="Zanyariyên girêdanê nîşan bide"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Hişyarî: Weşan zindî ye"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Xuye dike ku deraneke (weşan, tomarkirin, hwd.) niha çalak e."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Ma tu bi rastî dixwazî zanyariya girêdana xwe nîşan bidî?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Hişyarî: Pirsgirêka ewlekariya potansiyel"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket borînpeyva rajekarê wekî nivîsek sade hiltîne. Bikaranîna borînpeyva ku ji hêla obs-websocket ve hatî çêkirin pir tê pêşniyar kirin."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Ma tu dixwazî ku borînpeyva xwe bi kar bînî?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Çewtî: Pevsazkirin ne derbasdar e"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Divê tu borînpeyvekê bi kar bînî ku ji 6 an jî bêtir tîpan be."
OBSWebSocket.SessionTable.Title="Danişînên WebSocket ên girêdayî"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Navnîşana ji dûr ve"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Dirêjahiya danişînê"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Peyamên Çûyî/Hatî"
OBSWebSocket.SessionTable.IdentifiedTitle="Naskirî"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Derxîne?"
OBSWebSocket.SessionTable.KickButtonText="Derxîne"
OBSWebSocket.ConnectInfo.DialogTitle="Zanyariyên girêdanê WebSocket"
@ -28,3 +40,4 @@ OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Rastandina rajegir %1 t
OBSWebSocket.TrayNotification.Disconnected.Title="Girêdana rajegira WebSocket qut bû"
OBSWebSocket.TrayNotification.Disconnected.Body="Girêdana rajegir %1 qut bû."
OBSWebSocket.Server.StartFailed.Title="Rajekara WebSocket têk çû"
OBSWebSocket.Server.StartFailed.Message="Destpêkirina rajekara WebSocket têk çû. Dibe ku dergeha TCP %1 jixwe ji hêla sepaneke din ve li cîhek din li ser vê pergalê were bikaranîn. Kontrol bike ku di sazkariyên rajekara WebSocket de dergehek TCP a cuda saz bikî, an jî sepanek ku dikare vê dergehê bi kar bîne rawestîne.\n Peyama çewtiyê: %2"

View File

@ -1,8 +1,10 @@
OBSWebSocket.Plugin.Description="Kawalan-jauh OBS Studio melalui WebSocket"
OBSWebSocket.Settings.DialogTitle="Tetapan obs-websocket"
OBSWebSocket.Settings.PluginSettingsTitle="Tetapan Pemalam"
OBSWebSocket.Settings.ServerEnable="Benarkan pelayan WebSocket"
OBSWebSocket.Settings.AlertsEnable="Benarkan Amaran Talam Sistem"
OBSWebSocket.Settings.DebugEnable="Benarkan Pegelogan Nyahpepijat"
OBSWebSocket.Settings.DebugEnableHoverText="Membenarkan pengelogan nyahpepijat bagi kejadian OBS semasa. Tidak ditetapkan ketika muat.\nGuna --websocket_debug untuk didayakan ketika muat."
OBSWebSocket.Settings.ServerSettingsTitle="Tetapan Pelayan"
OBSWebSocket.Settings.AuthRequired="Benarkan Pengesahihan"
OBSWebSocket.Settings.Password="Kata Laluan Pelayan"
@ -10,6 +12,7 @@ OBSWebSocket.Settings.GeneratePassword="Jana Kata Lauan"
OBSWebSocket.Settings.ServerPort="Port Pelayan"
OBSWebSocket.Settings.ShowConnectInfo="Tunjuk Maklumat Sambungan"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Amaran: Sedang Berlangsung"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Nampaknya ada output (strim, rakaman, dll.) masih aktif."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Anda pasti mahu menunjukkan maklumat sambungan anda?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Amaran: Isu Keselamatan Mungkin Ada"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket menyimpan kata laluan pelayan dalam bentuk teks biasa. Menggunakan kata laluan yang dijana oleh obs-websocket iadalah sangat disarankan."
@ -21,11 +24,14 @@ OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Alamat Jauh"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Tempoh Sesi"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Mesej Masuk/Keluar"
OBSWebSocket.SessionTable.IdentifiedTitle="Dikenal Pasti"
OBSWebSocket.SessionTable.KickButtonColumnTitle="Tendang?"
OBSWebSocket.SessionTable.KickButtonText="Tendang"
OBSWebSocket.ConnectInfo.DialogTitle="Maklumat Sambungan WebSocket"
OBSWebSocket.ConnectInfo.CopyText="Salin"
OBSWebSocket.ConnectInfo.ServerIp="IP Pelayan (Tekaan Terbaik)"
OBSWebSocket.ConnectInfo.ServerPort="Port Pelayan"
OBSWebSocket.ConnectInfo.ServerPassword="Kata Laluan Pelayan"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Izin Dilumpuh]"
OBSWebSocket.ConnectInfo.QrTitle="QR Sambungan"
OBSWebSocket.TrayNotification.Identified.Title="Sambungan WebSocket Baharu"
OBSWebSocket.TrayNotification.Identified.Body="Klien %1 dikenal past."
@ -34,3 +40,4 @@ OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Klien %1 gagal disahihk
OBSWebSocket.TrayNotification.Disconnected.Title="Klien WebSocket Terputus"
OBSWebSocket.TrayNotification.Disconnected.Body="Klien %1 terputus."
OBSWebSocket.Server.StartFailed.Title="Kegagalan Pelayan WebSocket"
OBSWebSocket.Server.StartFailed.Message="Pelayan WebSocket gagal dimulakan. Port TCP %1 mungkin telah digunakan di tempat lain dalam sistem ini oleh aplikasi lain. Cuba tetapkan port TCP lain dalam tetapan pelayan WebSocket, atau hentikan mana-mana aplikasi yang guna port tersebut.\n Mesej ralat: %2"

43
data/locale/tr-TR.ini Normal file
View File

@ -0,0 +1,43 @@
OBSWebSocket.Plugin.Description="WebSocket aracılığıyla uzaktan OBS Studio"
OBSWebSocket.Settings.DialogTitle="obs-websocket Ayarları"
OBSWebSocket.Settings.PluginSettingsTitle="Eklenti Ayarları"
OBSWebSocket.Settings.ServerEnable="WebSocket sunucuyu etkinleştir"
OBSWebSocket.Settings.AlertsEnable="Sistem Tepsi Uyarılarını Etkinleştir"
OBSWebSocket.Settings.DebugEnable="Hata Ayıklama Günlüğünü Etkinleştir"
OBSWebSocket.Settings.DebugEnableHoverText="OBS'in geçerli örneği için hata ayıklama günlüğünü etkinleştirir. Yüklemede kalıcı değildir.\nYüklemede etkinleştirmek için -- websocket_debug kullanın."
OBSWebSocket.Settings.ServerSettingsTitle="Sunucu Ayarları"
OBSWebSocket.Settings.AuthRequired="Kimlik Doğrulamasını Etkinleştir"
OBSWebSocket.Settings.Password="Sunucu Parolası"
OBSWebSocket.Settings.GeneratePassword="Parola oluştur"
OBSWebSocket.Settings.ServerPort="Sunucu Portu"
OBSWebSocket.Settings.ShowConnectInfo="Bağlanma Bilgilerini Göster"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Uyarı: Şu Anda Canlı"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Şu anda bir çıkış (yayın, kayıt, vb.) aktif görünüyor."
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Bağlanma bilgilerinizi göstermek istediğinizden emin misiniz?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Uyarı: Olası Güvenlik Sorunu"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket sunucu parolasını düz metin olarak saklar. Obs-websocket tarafından oluşturulan bir parola kullanılması şiddetle tavsiye edilir."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Kendi parolanızı kullanmak istediğinizden emin misiniz?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Hata: Geçersiz Yapılandırma"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="6 veya daha fazla karakterden oluşan bir şifre kullanmalısınız."
OBSWebSocket.SessionTable.Title="Bağlı WebSocket Oturumları"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Uzaktaki Adres"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Oturum Süresi"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Gelen/Giden Mesajlar"
OBSWebSocket.SessionTable.IdentifiedTitle="Tanımlandı"
OBSWebSocket.SessionTable.KickButtonColumnTitle=ıkarılsın mı?"
OBSWebSocket.SessionTable.KickButtonText=ıkar"
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket Bağlanma Bilgileri"
OBSWebSocket.ConnectInfo.CopyText="Kopyala"
OBSWebSocket.ConnectInfo.ServerIp="Sunucu IP (En İyi Tahmin)"
OBSWebSocket.ConnectInfo.ServerPort="Sunucu Kapısı"
OBSWebSocket.ConnectInfo.ServerPassword="Sunucu Parolası"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Doğrulama Devre Dışı]"
OBSWebSocket.ConnectInfo.QrTitle="Kare Kod ile Bağlan"
OBSWebSocket.TrayNotification.Identified.Title="Yeni WebSocket Bağlantısı"
OBSWebSocket.TrayNotification.Identified.Body="%1 istemcisi tanımlandı."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket Kimlik Doğrulama Hatası"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="%1 istemcisinin kimlik doğrulaması başarısız oldu."
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket İstemcisinin Bağlantısı Kesildi"
OBSWebSocket.TrayNotification.Disconnected.Body="%1 istemcisinin bağlantısı kesildi."
OBSWebSocket.Server.StartFailed.Title="WebSocket Sunucu Hatası"
OBSWebSocket.Server.StartFailed.Message="WebSocket sunucusu başlatılamadı. %1 TCP kapısı bu sistemde başka bir yerde başka bir uygulama tarafından zaten kullanılıyor olabilir. WebSocket sunucu ayarlarında farklı bir TCP kapısı ayarlamayı deneyin, veya bu kapıyı kullanıyor olabilecek herhangi bir uygulamayı durdurun.\n Hata mesajı: %2"

View File

@ -12,13 +12,13 @@ OBSWebSocket.Settings.GeneratePassword="生成密码"
OBSWebSocket.Settings.ServerPort="服务器端口"
OBSWebSocket.Settings.ShowConnectInfo="显示连接信息"
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="警告:正在直播"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="似乎正在出(串流、录像等)。"
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="似乎正在出(串流、录像等)。"
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="您确定要显示您的连接信息吗?"
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="警告:潜在安全问题"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket 会以明文形式储存服务器密码。强烈建议使用 obs-websocket 生成的密码。"
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="您确定要使用自定义密码吗?"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="错误:无效的配置"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="您的密码必须包含 6 个以上的字符。"
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="错误:配置无效"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="您的密码必须包含 6 个以上的字符。"
OBSWebSocket.SessionTable.Title="已连接的 WebSocket 会话"
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="远程地址"
OBSWebSocket.SessionTable.SessionDurationColumnTitle="会话持续时间"
@ -37,7 +37,7 @@ OBSWebSocket.TrayNotification.Identified.Title="新 WebSocket 连接"
OBSWebSocket.TrayNotification.Identified.Body="已识别 %1 客户端。"
OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket 鉴权失败"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body="%1 客户端认证失败。"
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket 客户端已掉线"
OBSWebSocket.TrayNotification.Disconnected.Body="%1 客户端已掉线。"
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket 客户端已断开"
OBSWebSocket.TrayNotification.Disconnected.Body="%1 客户端已断开。"
OBSWebSocket.Server.StartFailed.Title="WebSocket 服务器启动失败"
OBSWebSocket.Server.StartFailed.Message="WebSocket 服务器启动失败。TCP 端口 %1 可能已被其它程序占用。请尝试在 WebSocket 服务器设置中更改不同的 TCP 端口号,或者结束其它任何可能占用此端口的程序。\n错误信息%2"