New translations field.php (Korean)

This commit is contained in:
Fatih Alp 2020-09-23 18:44:02 +03:00
parent d0817e86e3
commit 2f4469a33b

View File

@ -20,7 +20,7 @@ return [
'name' => '가격'
],
'standard_price' => [
'name' => 'Standard Price'
'name' => '표준 가격'
],
'date' => [
'name' => '데이트'
@ -266,8 +266,8 @@ return [
"no_location" => "선택된 위치가 없습니다.",
"continue" => '계속하다',
"gallery" => '갤러리',
"ads" => 'Ads',
"were_found" => 'were found.',
"ads" => '광고',
"were_found" => '발견되었습니다.',
// Pending screen
'pending_message_1' => '광고가 승인 과정에 있습니다',
@ -295,5 +295,5 @@ return [
'select_category_step_by_step' => '단계별로 카테고리 선택',
// New create page
'options' => 'Options',
'options' => '옵션',
];