trypost/lang/ko/sidebar.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

61 lines
1.6 KiB
PHP

<?php
declare(strict_types=1);
return [
'workspaces' => '워크스페이스',
'select_workspace' => '워크스페이스 선택',
'create_workspace' => '워크스페이스 만들기',
'create_post' => '게시물 만들기',
'profile' => '프로필',
'log_out' => '로그아웃',
'workspace' => '워크스페이스: :name',
'workspace_select' => '워크스페이스: 선택',
'theme' => '테마: :name',
'theme_light' => '라이트',
'theme_dark' => '다크',
'theme_system' => '시스템',
'language' => '언어: :name',
'language_select' => '언어: 선택',
'groups' => [
'posts' => '게시물',
'workspace' => '워크스페이스',
'others' => '기타',
],
'analytics' => '분석',
'automations' => '자동화',
'settings' => '설정',
'posts' => [
'calendar' => '캘린더',
'all' => '전체',
'scheduled' => '예약됨',
'posted' => '게시됨',
'drafts' => '초안',
],
'workspace' => [
'connections' => '연결',
'signatures' => '서명',
'labels' => '라벨',
'assets' => '에셋',
'api_keys' => 'API 키',
],
'notifications' => '알림',
'mark_all_read' => '모두 읽음으로 표시',
'mark_as_read' => '읽음으로 표시',
'archive_all' => '모두 보관',
'no_notifications' => '알림 없음',
'support' => [
'docs' => '문서',
'referral' => '30% 추천 수익 받기',
'stay_updated' => '최신 소식 받기',
],
];