mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-05 07:01:09 -05:00
Currently translated at 8.3% (1 of 12 strings) Translation: opensourcepos/messages Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/messages/ckb/
17 lines
358 B
PHP
17 lines
358 B
PHP
<?php
|
|
|
|
return [
|
|
'first_name' => "",
|
|
'last_name' => "",
|
|
'message' => "نامە",
|
|
'message_placeholder' => "",
|
|
'message_required' => "",
|
|
'multiple_phones' => "",
|
|
'phone' => "",
|
|
'phone_number_required' => "",
|
|
'phone_placeholder' => "",
|
|
'sms_send' => "",
|
|
'successfully_sent' => "",
|
|
'unsuccessfully_sent' => "",
|
|
];
|