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.
22 lines
1.4 KiB
PHP
22 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'mentioned' => [
|
|
'subject' => ':name さんが TryPost であなたにメンションしました',
|
|
'title' => ':name さんがあなたにメンションしました',
|
|
'intro' => ':name さんが投稿のコメントであなたにメンションしました。',
|
|
'cta' => 'コメントを表示',
|
|
],
|
|
|
|
'workspace_connections_disconnected' => [
|
|
'subject' => '{1} :workspace で :count 件のアカウントを再接続する必要があります|[2,*] :workspace で :count 件のアカウントを再接続する必要があります',
|
|
'title' => 'アカウントの再接続が必要です',
|
|
'intro' => '<strong>:workspace</strong> ワークスペースの以下のソーシャルアカウントが接続解除されており、再接続が必要です:',
|
|
'reasons_title' => '次の理由が考えられます:',
|
|
'reason_expired' => 'アクセストークンの有効期限が切れた',
|
|
'reason_revoked' => 'プラットフォーム上で TryPost へのアクセスを取り消した',
|
|
'reason_changed' => 'プラットフォームが認証要件を変更した',
|
|
'reconnect_cta' => '投稿のスケジュールと公開を続けるには、これらのアカウントを再接続してください。',
|
|
'button' => 'アカウントを再接続',
|
|
],
|
|
];
|