mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-03 13:14:51 -04:00
- Changes for following best practice for CI4 localization - Norwegian and Urdu languages now working again - Sort languages by alphabet in config
15 lines
538 B
PHP
15 lines
538 B
PHP
<?php
|
|
return [
|
|
"gcaptcha" => "من روبات نیستم.",
|
|
"go" => "برو",
|
|
"invalid_gcaptcha" => "نامعتبر من یک روبات نیستم.",
|
|
"invalid_installation" => "نصب صحیح نیست ، پرونده php.ini خود را بررسی کنید.",
|
|
"invalid_username_and_password" => "نام کاربری یا گذرواژه نامعتبر است.",
|
|
"login" => "وارد شدن",
|
|
"logout" => "",
|
|
"migration_needed" => "",
|
|
"password" => "کلمه عبور",
|
|
"username" => "نام کاربری",
|
|
"welcome" => "",
|
|
];
|