trypost/lang/zh/assets.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
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.
2026-07-03 15:38:40 -03:00

52 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'title' => '素材库',
'tabs' => [
'my_uploads' => '我的上传',
'stock_photos' => '图库照片',
'gifs' => 'GIF',
],
'upload' => [
'drag_drop' => '将文件拖放到此处,或点击选择',
'formats' => 'JPEG、PNG、GIF、WebP、MP4、PDF',
'uploading' => '上传中…',
'failed' => '无法上传 :file请重试。',
],
'empty' => [
'title' => '暂无素材',
'description' => '上传图片和视频,构建你的媒体库。',
],
'save_to_assets' => '保存到素材库',
'saved' => '已保存到你的素材库!',
'create_post' => '创建帖子',
'add_to_post' => '添加到帖子',
'search_placeholder' => '搜索媒体…',
'delete' => [
'title' => '删除素材',
'description' => '确定要删除此素材吗?此操作无法撤销。',
'confirm' => '删除',
'cancel' => '取消',
],
'unsplash' => [
'search_placeholder' => '搜索免费照片…',
'no_results' => '未找到照片',
'no_results_description' => '换一个搜索词试试。',
'trending' => 'Unsplash 热门',
'start_searching' => '在 Unsplash 上搜索免费图库照片',
],
'giphy' => [
'trending' => 'Giphy 热门',
'search_placeholder' => '搜索 GIF…',
'no_results' => '未找到 GIF',
'no_results_description' => '换一个搜索词试试。',
'powered_by' => '由 GIPHY 提供支持',
],
];