From 60e483c3c37015630272f612a60703f3d0d3a4b0 Mon Sep 17 00:00:00 2001 From: acarnd03 <69324943+acarnd03@users.noreply.github.com> Date: Wed, 16 Sep 2020 10:14:18 +0300 Subject: [PATCH] changed wrong translations in tr_TR --- client/scripts/WebConsoleLanguage.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/scripts/WebConsoleLanguage.js b/client/scripts/WebConsoleLanguage.js index df632f2..29ed5d3 100644 --- a/client/scripts/WebConsoleLanguage.js +++ b/client/scripts/WebConsoleLanguage.js @@ -477,9 +477,9 @@ function setLanguage(locale){ "addServerModalSslAdvice": "HTTPS istemci bağlantıları için SSL gereklidir", "addServerModalClose": "Kapat", "saveAndConnectServerButton": "Kaydet ve bağlan", - "passwordModalLongTitle": "şifre gerekli", + "passwordModalLongTitle": "Şifre gereklidir", "passwordModalLabel": "Parola:", - "passwordModalRememberLabel": "Şifre hatırlamak", + "passwordModalRememberLabel": "Şifremi hatırla", "passwordModalCloseButton": "Kapat", "passwordSendButton": "Oturum aç", "disconnectionModalLongTitle": "Bağlantı kesildi", @@ -490,13 +490,13 @@ function setLanguage(locale){ "disconnectionModalWelcomeScreenButton": "Karşılama sayfasına geri dön", "settingsLink": "Ayarlar", "settingsModalLongTitle": "WebConsole Ayarları", - "showDateSettingsSwitchLabel": "Her konsol hattında zamanı göster", + "showDateSettingsSwitchLabel": "Her konsol satırında zamanı göster", "readLogFileSwitchLabel": "Giriş yaptıktan sonra tam günlük dosyasını sunucudan alın", "settingsModalCloseButton": "Bitti", "players_online": "Çevrimiçi Oyuncular", "cpu_title": "CPU", "ram_title": "RAM kullanımı", - "user_title": "Olarak günlüğe kaydedildi", + "user_title": "olarak giriş yapıldı", "deleteServerButton": "Sunucuyu silin", "sendCommandButton": "Gönder" }