mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
143 lines
3.8 KiB
Plaintext
143 lines
3.8 KiB
Plaintext
/* App */
|
|
"heygo" = "黑狗";
|
|
|
|
/* Navigation */
|
|
"links" = "链接";
|
|
"search" = "搜索";
|
|
"analytics" = "分析";
|
|
"close" = "关闭";
|
|
"done" = "完成";
|
|
"cancel" = "取消";
|
|
"save" = "保存";
|
|
"edit" = "编辑";
|
|
"delete" = "删除";
|
|
"add" = "添加";
|
|
|
|
/* Link Types */
|
|
"link" = "链接";
|
|
"custom" = "自定义";
|
|
"template" = "模板";
|
|
|
|
/* Link Management */
|
|
"add_link" = "添加链接";
|
|
"edit_link" = "编辑链接";
|
|
"delete_link" = "删除链接";
|
|
"link_details" = "链接详情";
|
|
"alias" = "别名";
|
|
"original_url" = "原始网址";
|
|
"description_optional" = "描述(可选)";
|
|
"link_type" = "链接类型";
|
|
"markdown_content" = "Markdown 内容";
|
|
"template_help" = "使用 {参数} 或 {参数,default=值} 创建模板";
|
|
|
|
/* Tags */
|
|
"tags" = "标签";
|
|
"search_or_create_tag" = "搜索或创建标签";
|
|
"selected_tag" = "已选标签";
|
|
"all_tags" = "全部标签";
|
|
"popular_tags" = "热门标签";
|
|
|
|
/* Search */
|
|
"search_links" = "搜索链接";
|
|
"search_or_enter_url" = "搜索或输入网址";
|
|
"no_results_found" = "未找到结果";
|
|
"open_as_url" = "作为网址打开";
|
|
"recent_searches" = "最近搜索";
|
|
"search_tips" = "搜索技巧";
|
|
"search_by_alias" = "按别名搜索";
|
|
"search_by_alias_description" = "通过简短名称查找链接";
|
|
"search_by_url" = "按网址搜索";
|
|
"search_by_url_description" = "通过目标地址查找链接";
|
|
"search_by_tag" = "按标签搜索";
|
|
"search_by_tag_description" = "通过标签查找链接";
|
|
|
|
/* Filters */
|
|
"filter" = "筛选";
|
|
"filters" = "筛选器";
|
|
"filter_links" = "筛选链接";
|
|
"link_types" = "链接类型";
|
|
"clear_filters" = "清除筛选";
|
|
|
|
/* Sorting */
|
|
"date_created" = "创建日期";
|
|
"date_updated" = "更新日期";
|
|
"type" = "类型";
|
|
"clicks" = "点击";
|
|
|
|
/* Analytics */
|
|
"analytics" = "分析";
|
|
"total_links" = "总链接数";
|
|
"total_clicks" = "总点击数";
|
|
"avg_clicks_per_link" = "平均点击数";
|
|
"active_links" = "活跃链接";
|
|
"clicks_over_time" = "点击趋势";
|
|
"links_created" = "创建的链接";
|
|
"top_links" = "热门链接";
|
|
"top_performing_links" = "表现最佳的链接";
|
|
"link_type_distribution" = "链接类型分布";
|
|
"recent_activity" = "最近活动";
|
|
"no_data_available" = "无可用数据";
|
|
"no_data_for_period" = "所选时间段无数据";
|
|
|
|
/* Time Ranges */
|
|
"1_week" = "1周";
|
|
"1_month" = "1个月";
|
|
"3_months" = "3个月";
|
|
"6_months" = "6个月";
|
|
"1_year" = "1年";
|
|
"all_time" = "全部时间";
|
|
"time_range" = "时间范围";
|
|
"metric" = "指标";
|
|
|
|
/* Template Parameters */
|
|
"template_parameters" = "模板参数";
|
|
"enter_parameters" = "输入参数";
|
|
"enter_value" = "输入值";
|
|
"open_with_parameters" = "使用参数打开";
|
|
"open_link" = "打开链接";
|
|
|
|
/* Content */
|
|
"custom_content" = "自定义内容";
|
|
"content_preview" = "内容预览";
|
|
"recent_clicks" = "最近点击";
|
|
"change_history" = "更改历史";
|
|
|
|
/* Export */
|
|
"export_data" = "导出数据";
|
|
"export_analytics" = "导出分析";
|
|
"export_options" = "导出选项";
|
|
"format" = "格式";
|
|
"include_chart_data" = "包含图表数据";
|
|
"include_top_links" = "包含热门链接";
|
|
"preview" = "预览";
|
|
"export" = "导出";
|
|
"refresh_data" = "刷新数据";
|
|
|
|
/* Empty States */
|
|
"no_links_found" = "未找到链接";
|
|
"tap_plus_to_add_link" = "点击 + 添加您的第一个链接";
|
|
|
|
/* Validation Messages */
|
|
"alias_already_exists" = "别名已存在";
|
|
"alias_invalid_characters" = "别名包含无效字符";
|
|
"tag_already_exists" = "标签已存在";
|
|
|
|
/* Error Messages */
|
|
"error" = "错误";
|
|
"unclosed_bold_markers" = "未闭合的粗体标记";
|
|
"unclosed_italic_markers" = "未闭合的斜体标记";
|
|
"unclosed_code_markers" = "未闭合的代码标记";
|
|
"malformed_links" = "格式错误的链接";
|
|
|
|
/* Actions */
|
|
"open" = "打开";
|
|
"preview" = "预览";
|
|
"edit" = "编辑";
|
|
|
|
/* Statistics */
|
|
"chart_data_points" = "图表数据点";
|
|
|
|
/* Basic Information */
|
|
"basic_information" = "基本信息";
|
|
"actions" = "操作";
|