Files
links/mobile/Heygo/LOCALIZATION_KEYS.md
2025-08-16 17:50:29 +10:00

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" button
  • description - "Description" section header
  • statistics - "Statistics" section header
  • associated_links - "Associated Links" label
  • created - "Created" label
  • links - "Links" section header
  • no_links_with_tag - "No links are using this tag yet"
  • delete_tag - "Delete Tag" alert title
  • 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" alert title
  • ok - "OK" button
  • cancel - "Cancel" button
  • delete - "Delete" button

Tag Edit View

  • edit_tag - "Edit Tag" navigation title
  • tag_information - "Tag Information" section header
  • tag_name - "Tag Name" label
  • tag_name_cannot_be_changed - "Tag name cannot be changed"
  • tag_description - "Tag Description" section header
  • add_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

  1. Most common keys like "close", "cancel", "delete", "save", "error", "ok" might already exist in the app
  2. Check existing localization files before adding duplicates
  3. The clicks key used in LinkRowView should already exist from the analytics features
  4. The link_details key used in LinkDetailView should already exist