trypost/lang/ko/labels.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
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.
2026-07-03 15:38:40 -03:00

54 lines
1.8 KiB
PHP

<?php
return [
'title' => '라벨',
'description' => '라벨을 만들어 게시물을 정리하고 분류하세요',
'search' => '라벨 검색...',
'new_label' => '새 라벨',
'no_labels_yet' => '아직 라벨이 없습니다',
'no_search_results' => '검색과 일치하는 라벨이 없습니다',
'try_different_search' => '다른 키워드로 시도하거나 검색을 지우세요.',
'create_first_label' => '첫 라벨 만들기',
'table' => [
'name' => '이름',
'created_at' => '생성일',
],
'actions' => [
'edit' => '라벨 편집',
'delete' => '라벨 삭제',
],
'create' => [
'title' => '라벨 만들기',
'description' => '라벨에 이름을 지정하고 색상을 선택하세요',
'name' => '이름',
'name_placeholder' => '라벨 이름을 입력하세요...',
'color' => '색상',
'submit' => '라벨 만들기',
'submitting' => '생성 중...',
],
'edit' => [
'title' => '라벨 편집',
'description' => '이 라벨의 이름과 색상을 업데이트하세요',
'name' => '이름',
'name_placeholder' => '라벨 이름을 입력하세요...',
'color' => '색상',
'submit' => '변경사항 저장',
'submitting' => '저장 중...',
],
'delete' => [
'title' => '라벨 삭제',
'description' => '이 라벨을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다.',
'confirm' => '삭제',
'cancel' => '취소',
],
'flash' => [
'created' => '라벨이 성공적으로 생성되었습니다!',
'updated' => '라벨이 성공적으로 업데이트되었습니다!',
'deleted' => '라벨이 성공적으로 삭제되었습니다!',
],
];