trypost/lang/zh/labels.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

54 lines
1.6 KiB
PHP

<?php
return [
'title' => '标签',
'description' => '创建标签,用于整理和分类你的帖子',
'search' => '搜索标签…',
'new_label' => '新建标签',
'no_labels_yet' => '暂无标签',
'no_search_results' => '没有与搜索匹配的标签',
'try_different_search' => '换一个关键词,或清除搜索。',
'create_first_label' => '创建你的第一个标签',
'table' => [
'name' => '名称',
'created_at' => '创建时间',
],
'actions' => [
'edit' => '编辑标签',
'delete' => '删除标签',
],
'create' => [
'title' => '创建标签',
'description' => '为你的标签命名并选择一种颜色',
'name' => '名称',
'name_placeholder' => '输入标签名称…',
'color' => '颜色',
'submit' => '创建标签',
'submitting' => '创建中…',
],
'edit' => [
'title' => '编辑标签',
'description' => '更新此标签的名称和颜色',
'name' => '名称',
'name_placeholder' => '输入标签名称…',
'color' => '颜色',
'submit' => '保存更改',
'submitting' => '保存中…',
],
'delete' => [
'title' => '删除标签',
'description' => '确定要删除此标签吗?此操作无法撤销。',
'confirm' => '删除',
'cancel' => '取消',
],
'flash' => [
'created' => '标签创建成功!',
'updated' => '标签更新成功!',
'deleted' => '标签删除成功!',
],
];