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.
61 lines
1.5 KiB
PHP
61 lines
1.5 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' => '获取最新动态',
|
|
],
|
|
];
|