mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 00:35:47 +00:00

- change language keys to kebab-case - add new languages to docs: ca, de, es, sr-latn, zh-hans
58 lines
1.6 KiB
PHP
58 lines
1.6 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2020 Ad Aures
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'label' => '面包屑导航',
|
|
config('Admin')
|
|
->gateway => '主页',
|
|
'podcasts' => '播客',
|
|
'episodes' => '剧集',
|
|
'subscriptions' => '订阅',
|
|
'contributors' => '贡献者',
|
|
'pages' => '页',
|
|
'settings' => '设置',
|
|
'theme' => '主题',
|
|
'about' => '关于',
|
|
'add' => '添加',
|
|
'new' => '新建',
|
|
'edit' => '编辑',
|
|
'persons' => '人',
|
|
'publish' => '发布',
|
|
'publish-edit' => '编辑发布',
|
|
'publish-date-edit' => '编辑发布日期',
|
|
'unpublish' => '取消发布',
|
|
'delete' => '删除',
|
|
'remove' => '移除',
|
|
'fediverse' => '联邦宇宙',
|
|
'blocked-actors' => '已屏蔽演员',
|
|
'blocked-domains' => '已屏蔽域名',
|
|
'users' => '用户',
|
|
'my-account' => '我的帐户',
|
|
'change-password' => '修改密码',
|
|
'imports' => '导入',
|
|
'sync-feeds' => 'synchronize feeds',
|
|
'platforms' => '平台',
|
|
'social' => '社交网络',
|
|
'funding' => '资金支持',
|
|
'monetization-other' => 'other monetization',
|
|
'analytics' => '统计数据',
|
|
'locations' => '位置',
|
|
'webpages' => '网页',
|
|
'unique-listeners' => '独特的听众',
|
|
'players' => '播放',
|
|
'listening-time' => '收听时间',
|
|
'time-periods' => '时间段',
|
|
'soundbites' => '原声摘要',
|
|
'video-clips' => '视频素材',
|
|
'embed' => '嵌入式播放器',
|
|
'notifications' => '通知',
|
|
'suspend' => '暂停',
|
|
];
|