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.
18 lines
610 B
PHP
18 lines
610 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'post_ready' => [
|
|
'title' => '게시물이 준비되었습니다',
|
|
'body' => 'AI 작업이 방금 완료되었습니다. 탭하여 검토하고 게시하세요.',
|
|
],
|
|
'account_disconnected' => [
|
|
'title' => ':platform 계정 연결 해제됨',
|
|
'body' => ':account을(를) 재연결해야 합니다',
|
|
],
|
|
'account_token_expired' => [
|
|
'title' => ':platform 계정을 재연결해야 합니다',
|
|
'body' => ':account 세션이 만료되었습니다 — 계속 게시하려면 재연결하세요',
|
|
],
|
|
];
|