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
670 B
PHP
18 lines
670 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 のセッションの有効期限が切れました — 投稿を続けるには再接続してください',
|
|
],
|
|
];
|