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.
15 lines
416 B
PHP
15 lines
416 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => '用量',
|
|
|
|
'section_account' => '账户',
|
|
'section_account_description' => '你套餐的配额和上限。',
|
|
'section_ai' => 'AI 额度',
|
|
'section_ai_description' => '使用 AI 功能时会扣除额度。额度在每月 1 日重置。',
|
|
|
|
'workspaces' => '工作区',
|
|
'social_accounts' => '社交账号',
|
|
'members' => '成员',
|
|
'credits' => '额度',
|
|
];
|