diff --git a/language/en.json b/language/en.json index b7833e6..2d849a4 100644 --- a/language/en.json +++ b/language/en.json @@ -227,7 +227,6 @@ "o_Exit": "Exit", "o_Selection": "Selection", "o_Error": "Error", - "o_Timeout": "Timeout", "o_Failed": "Failed", "o_Error_With_Detail": "❌ Error:\n{error}", "o_Config_Not_Found": "Config file not found.", @@ -252,6 +251,7 @@ "o_Status": "Status", "o_Open": "Open", "o_Use_Timeout": "Use timeout", + "o_Timeout": "Timeout", "o_Use_Silence_Auto_Stop": "Use silence auto-stop", "o_Silence_Duration": "Silence duration", "o_No_Links": "No links.", diff --git a/language/tr.json b/language/tr.json index 8287054..82ccae7 100644 --- a/language/tr.json +++ b/language/tr.json @@ -227,7 +227,6 @@ "o_Exit": "Çıkış", "o_Selection": "Seçim", "o_Error": "Hata", - "o_Timeout": "Zaman Aşımı", "o_Failed": "Başarısız", "o_Error_With_Detail": "❌ Hata:\n{error}", "o_Config_Not_Found": "Config dosyası bulunamadı.", @@ -251,7 +250,8 @@ "o_Commands": "Komutlar", "o_Status": "Durum", "o_Open": "Aç", - "o_Use_Timeout": "Timeout kullan", + "o_Use_Timeout": "Gerisayım kullan", + "o_Timeout": "Zaman Aşımı", "o_Use_Silence_Auto_Stop": "Sessizlikte otomatik durdur", "o_Silence_Duration": "Sessizlik süresi", "o_No_Links": "Link yok.",