Files
opensourcepos/app/Language/tr/Receivings.php
Lucas Lyimo 5c8905aa1b Language Array Key Typo Fix (#4371)
* Fix typo in stock location translation

* Fix typo in stock location key

* Fix typo in Language Receivings files stock_location

* Add Swahili-TZ Language Files

* Add Swahili-KE Language Files
2026-03-04 22:06:17 +01:00

60 lines
3.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
"amount_due" => "",
"cancel_receiving" => "İptal",
"cannot_be_deleted" => "Alma (lar) silinemedi.",
"comments" => "Yorumlar",
"complete_receiving" => "Tamamla",
"confirm_cancel_receiving" => "Bu alımı iptal etmek istiyor musunuz? Tüm ürünler çıkarılacak.",
"confirm_delete" => "Bu alıcıyı silmek istediğinize emin misiniz? Bu işlem geri alınamaz.",
"confirm_finish_receiving" => "Alımı tamamlamak istediğinize emin misiniz? İşlem geri alınamaz.",
"confirm_restore" => "",
"cost" => "Ücret",
"daily" => "",
"date" => "Alma tarihi",
"date_required" => "Doğru bir tarih girilmelidir.",
"date_type" => "Tarih zorunlu bir alandır.",
"delete_entire_sale" => "Satışın tamamını sil",
"discount" => "İndirim %",
"edit" => "Düzenle",
"edit_sale" => "Alımı Düzenle",
"employee" => "Personel",
"error_editing_item" => "Ürün düzenleme hatası.",
"error_requisition" => "Ürün aynı yere taşınamaz.",
"find_or_scan_item" => "Ürün Bul/Oku",
"find_or_scan_item_or_receipt" => "Ürün yada Fiş Bul/Oku",
"id" => "Alım No",
"item_name" => "Ürün Adı",
"mode" => "Alım Türü",
"new_supplier" => "Yeni Sağlayıcı",
"one_or_multiple" => "alıcı (lar)",
"print_after_sale" => "Satıştan sonra yazdır",
"quantity" => "Adet",
"receipt" => "Alım Fişi",
"receipt_number" => "Kabul, alma #",
"receiving" => "Alım",
"reference" => "Referans",
"register" => "Ürün Alımları",
"requisition" => "Talepler",
"return" => "İade",
"select_supplier" => "Sağlayıcı Seç (İsteğe Bağlı)",
"ship_pack" => "Kargo paketi",
"start_typing_supplier_name" => "Sağlayıcı Adı...",
"stock" => "Stok",
"stock_destination" => "Stok hedefi",
"stock_location" => "Stok yeri",
"stock_source" => "Stok kaynağı",
"successfully_deleted" => "Başarıyla sildiniz",
"successfully_updated" => "Alım başarıyla güncellendi",
"supplier" => "Sağlayıcı",
"supplier_address" => "Adres",
"supplier_email" => "E-posta",
"supplier_location" => "Yer",
"total" => "Toplam",
"transaction_failed" => "Alım İşlemi Hatası.",
"unable_to_add_item" => "Ürünler alıma eklenemedi.",
"unsuccessfully_updated" => "Alım güncellenemedi.",
"update" => "Düzenle",
];