From 7a3f100e4bc59e79d7eeb7d7f5d8d344c7750e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahir=20G=C3=BCl?= Date: Mon, 3 Mar 2025 13:53:33 +0100 Subject: [PATCH 1/2] Create tr.lang Turkish translation file added --- modules/billing_report/lang/tr.lang | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 modules/billing_report/lang/tr.lang diff --git a/modules/billing_report/lang/tr.lang b/modules/billing_report/lang/tr.lang new file mode 100644 index 0000000..97cb99a --- /dev/null +++ b/modules/billing_report/lang/tr.lang @@ -0,0 +1,50 @@ + "faturalandırma_raporu", + "Start Date"=>"Başlangıç Tarihi", + "End Date"=>"Bitiş Tarihi", + "Channel" => "Kanal", + "Billing Report"=>"Faturalandırma Raporu", + "Cost" => "Maliyet", + "Summary Cost" => "Özet Maliyet", + "Rate Applied" => "Uygulanan Ücret", + "Date" => "Tarih", + "Source" => "Kaynak", + "Destination" => "Hedef", + "Dst. Channel" => "Hedef Kanal", + "Duration" => "Süre", + "Rate Value" => "Ücret Değeri", + "Trunk" => "Trunk", + "default" => "varsayılan", + "Unknown" => "Bilinmeyen", + "horas" => "saat", + "minutos" => "dakika", + "segundos" => "saniye", + "Account Code" => "Hesap Kodu", +); +?> From 52ac8329e29910ede337f0883092ef469e67c9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahir=20G=C3=BCl?= Date: Mon, 3 Mar 2025 14:45:47 +0100 Subject: [PATCH 2/2] Update tr.lang --- modules/billing_report/lang/tr.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/billing_report/lang/tr.lang b/modules/billing_report/lang/tr.lang index 97cb99a..8a189c7 100644 --- a/modules/billing_report/lang/tr.lang +++ b/modules/billing_report/lang/tr.lang @@ -45,6 +45,6 @@ $arrLangModule=array( "horas" => "saat", "minutos" => "dakika", "segundos" => "saniye", - "Account Code" => "Hesap Kodu", + "Account Code" => "Hesap Kodu" ); ?>