Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru, tr, and ar — all 23 base files each, with identical key trees to lang/en, preserved :placeholders and plural forms, and native product terminology.
39 lines
1.4 KiB
PHP
39 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'new_brand' => '새 브랜드',
|
|
'no_brands_yet' => '아직 브랜드가 없습니다',
|
|
'no_brands_description' => '브랜드를 만들어 클라이언트나 프로젝트별로 소셜 계정을 정리하세요',
|
|
'accounts_count' => ':count개 계정',
|
|
|
|
'create' => [
|
|
'title' => '브랜드 만들기',
|
|
'description' => '소셜 계정을 그룹화할 브랜드에 이름을 지정하세요',
|
|
'name' => '브랜드 이름',
|
|
'name_placeholder' => '예: Acme Corp, 개인',
|
|
'submit' => '브랜드 만들기',
|
|
'submitting' => '생성 중...',
|
|
],
|
|
|
|
'edit' => [
|
|
'title' => '브랜드 편집',
|
|
'description' => '이 브랜드의 이름을 업데이트하세요',
|
|
'name' => '브랜드 이름',
|
|
'name_placeholder' => '예: Acme Corp, 개인',
|
|
'submit' => '변경사항 저장',
|
|
'submitting' => '저장 중...',
|
|
],
|
|
|
|
'delete' => [
|
|
'title' => '브랜드 삭제',
|
|
'description' => '이 브랜드를 삭제하시겠습니까? 소셜 계정은 할당이 해제되지만 삭제되지는 않습니다.',
|
|
'confirm' => '삭제',
|
|
'cancel' => '취소',
|
|
],
|
|
|
|
'flash' => [
|
|
'created' => '브랜드가 성공적으로 생성되었습니다!',
|
|
'updated' => '브랜드가 성공적으로 업데이트되었습니다!',
|
|
'deleted' => '브랜드가 성공적으로 삭제되었습니다!',
|
|
],
|
|
];
|