mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
3.1 KiB
3.1 KiB
New Localization Keys for Tag Detail Feature
The following localization keys need to be added to support the new Tag Detail functionality:
Tag Detail View
close- "Close" buttondescription- "Description" section headerstatistics- "Statistics" section headerassociated_links- "Associated Links" labelcreated- "Created" labellinks- "Links" section headerno_links_with_tag- "No links are using this tag yet"delete_tag- "Delete Tag" alert titledelete_tag_confirmation- "Are you sure you want to delete this tag? This action cannot be undone."cannot_delete_tag_with_links- "Cannot delete tag that has associated links"error- "Error" alert titleok- "OK" buttoncancel- "Cancel" buttondelete- "Delete" button
Tag Edit View
edit_tag- "Edit Tag" navigation titletag_information- "Tag Information" section headertag_name- "Tag Name" labeltag_name_cannot_be_changed- "Tag name cannot be changed"tag_description- "Tag Description" section headeradd_description_to_help_organize_links- "Add a description to help organize your links"save- "Save" button
Usage Examples
English (en)
"close" = "Close";
"description" = "Description";
"statistics" = "Statistics";
"associated_links" = "Associated Links";
"created" = "Created";
"links" = "Links";
"no_links_with_tag" = "No links are using this tag yet";
"delete_tag" = "Delete Tag";
"delete_tag_confirmation" = "Are you sure you want to delete this tag? This action cannot be undone.";
"cannot_delete_tag_with_links" = "Cannot delete tag that has associated links";
"error" = "Error";
"ok" = "OK";
"cancel" = "Cancel";
"delete" = "Delete";
"edit_tag" = "Edit Tag";
"tag_information" = "Tag Information";
"tag_name" = "Tag Name";
"tag_name_cannot_be_changed" = "Tag name cannot be changed";
"tag_description" = "Tag Description";
"add_description_to_help_organize_links" = "Add a description to help organize your links";
"save" = "Save";
Chinese Simplified (zh_Hans)
"close" = "关闭";
"description" = "描述";
"statistics" = "统计";
"associated_links" = "关联链接";
"created" = "创建时间";
"links" = "链接";
"no_links_with_tag" = "暂无链接使用此标签";
"delete_tag" = "删除标签";
"delete_tag_confirmation" = "确定要删除此标签吗?此操作无法撤销。";
"cannot_delete_tag_with_links" = "无法删除有关联链接的标签";
"error" = "错误";
"ok" = "确定";
"cancel" = "取消";
"delete" = "删除";
"edit_tag" = "编辑标签";
"tag_information" = "标签信息";
"tag_name" = "标签名称";
"tag_name_cannot_be_changed" = "标签名称无法更改";
"tag_description" = "标签描述";
"add_description_to_help_organize_links" = "添加描述以帮助整理您的链接";
"save" = "保存";
Implementation Notes
- Most common keys like "close", "cancel", "delete", "save", "error", "ok" might already exist in the app
- Check existing localization files before adding duplicates
- The
clickskey used in LinkRowView should already exist from the analytics features - The
link_detailskey used in LinkDetailView should already exist