mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
50 lines
2.2 KiB
PHP
50 lines
2.2 KiB
PHP
<?php
|
||
return [
|
||
"cashups_amount" => "Miktar",
|
||
"cashups_amount_number" => "Tutar bir sayı olmalıdır",
|
||
"cashups_amount_required" => "Tutar, Zorunlu Bir Alandır.",
|
||
"cashups_cancel_cashups" => "",
|
||
"cashups_cancel_cashups_enter" => "",
|
||
"cashups_cannot_be_deleted" => "Nakit ödeme silinemez",
|
||
"cashups_cash_difference" => "",
|
||
"cashups_close_date" => "Yakın tarih",
|
||
"cashups_close_employee" => "Tarafından kapatıldı",
|
||
"cashups_closed_amount_card" => "Kartlar",
|
||
"cashups_closed_amount_cash" => "Kapalı Nakit",
|
||
"cashups_closed_amount_check" => "Çekler",
|
||
"cashups_closed_amount_due" => "Aidat",
|
||
"cashups_closed_amount_giftcard" => "",
|
||
"cashups_closed_amount_total" => "Toplam",
|
||
"cashups_closed_date" => "Kapanış Tarihi",
|
||
"cashups_confirm_delete" => "Seçili Satışı Silmek istediğinizden emin misiniz?",
|
||
"cashups_confirm_restore" => "Seçili Cash Up'ları geri yüklemek istediğinizden emin misiniz?",
|
||
"cashups_confirm_submit" => "",
|
||
"cashups_date_number" => "Tarih bir sayı olmalı",
|
||
"cashups_date_required" => "Tarih zorunlu bir alandır",
|
||
"cashups_description" => "Açıklama",
|
||
"cashups_enable_expected" => "",
|
||
"cashups_error_adding_updating" => "Nakit ekleme / güncelleme hatası",
|
||
"cashups_giftcard" => "",
|
||
"cashups_id" => "Id",
|
||
"cashups_info" => "Nakit Bilgi",
|
||
"cashups_info_employee" => "",
|
||
"cashups_is_deleted" => "Silindi",
|
||
"cashups_new" => "Yeni Kasa",
|
||
"cashups_no_cashups_to_display" => "Gösterilecek kasa yok",
|
||
"cashups_none_selected" => "Hiçbir Kasa seçmediniz",
|
||
"cashups_note" => "Notlar",
|
||
"cashups_one_or_multiple" => "Cashups (lar)",
|
||
"cashups_open_amount_cash" => "Nakit açık",
|
||
"cashups_open_date" => "Açık tarih",
|
||
"cashups_open_employee" => "Tarafından açılan",
|
||
"cashups_opened_date" => "Açılış Tarihi",
|
||
"cashups_successful_adding" => "Kasa ekleme başarılı",
|
||
"cashups_successful_deleted" => "Kasa silme işlemi başarıyla tamamlandı",
|
||
"cashups_successful_updating" => "Nakit güncelleme başarılı",
|
||
"cashups_total" => "Toplam",
|
||
"cashups_transfer_amount_cash" => "Nakit Giriş / Çıkış",
|
||
"cashups_transfer_amount_cash_minus" => "",
|
||
"cashups_update" => "Nakit Güncelleme",
|
||
"cashups_warning" => "",
|
||
];
|