Files
links/mobile/Heygo/Resources/en.lproj/Localizable.strings
T
2025-08-16 19:53:36 +10:00

189 lines
5.6 KiB
Plaintext

/* App */
"heygo" = "Heygo";
/* Navigation */
"links" = "Links";
"search" = "Search";
"analytics" = "Analytics";
"close" = "Close";
"done" = "Done";
"cancel" = "Cancel";
"save" = "Save";
"edit" = "Edit";
"delete" = "Delete";
"add" = "Add";
/* Link Types */
"link" = "Link";
"custom" = "Custom";
"template" = "Template";
/* Link Management */
"add_link" = "Add Link";
"edit_link" = "Edit Link";
"delete_link" = "Delete Link";
"link_details" = "Link Details";
"alias" = "Alias";
"original_url" = "Original URL";
"description_optional" = "Description (Optional)";
"link_type" = "Link Type";
"markdown_content" = "Markdown Content";
"template_help" = "Use {parameter} or {parameter,default=value} for templates";
"invalid_template_format" = "Invalid template format. Use {parameter} or {parameter,default=value}";
"invalid_base_url_format" = "Invalid base URL format";
/* Tags */
"tags" = "Tags";
"search_or_create_tag" = "Search or create tag";
"selected_tag" = "Selected Tag";
"all_tags" = "All Tags";
"popular_tags" = "Popular Tags";
"tag_name" = "Tag Name";
"tag" = "Tag";
/* Tag Details */
"tag_details" = "Tag Details";
"edit_tag" = "Edit Tag";
"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";
"associated_links" = "Associated Links";
"created" = "Created";
"no_links_with_tag" = "No links are using this tag yet";
/* Tag Edit */
"tag_information" = "Tag Information";
"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";
/* Search */
"search_links" = "Search links";
"search_or_enter_url" = "Search or enter URL";
"no_results_found" = "No results found";
"open_as_url" = "Open as URL";
"recent_searches" = "Recent Searches";
"search_tips" = "Search Tips";
"search_by_alias" = "Search by alias";
"search_by_alias_description" = "Find links by their short names";
"search_by_url" = "Search by URL";
"search_by_url_description" = "Find links by their destination";
"search_by_tag" = "Search by tag";
"search_by_tag_description" = "Find links by their tags";
/* Filters */
"filter" = "Filter";
"filters" = "Filters";
"filter_links" = "Filter Links";
"link_types" = "Link Types";
"clear_filters" = "Clear Filters";
/* Sorting */
"date_created" = "Date Created";
"date_updated" = "Date Updated";
"type" = "Type";
"clicks" = "Clicks";
/* Analytics */
"analytics" = "Analytics";
"statistics" = "Statistics";
"description" = "Description";
"total_links" = "Total Links";
"total_clicks" = "Total Clicks";
"avg_clicks_per_link" = "Avg Clicks per Link";
"active_links" = "Active Links";
"clicks_over_time" = "Clicks Over Time";
"links_created" = "Links Created";
"top_links" = "Top Links";
"top_performing_links" = "Top Performing Links";
"link_type_distribution" = "Link Type Distribution";
"recent_activity" = "Recent Activity";
"no_data_available" = "No data available";
"no_data_for_period" = "No data for selected period";
/* Time Ranges */
"1_week" = "1 Week";
"1_month" = "1 Month";
"3_months" = "3 Months";
"6_months" = "6 Months";
"1_year" = "1 Year";
"all_time" = "All Time";
"time_range" = "Time Range";
"metric" = "Metric";
/* Template Parameters */
"template_parameters" = "Template Parameters";
"enter_parameters" = "Enter Parameters";
"enter_value" = "Enter value";
"open_with_parameters" = "Open with Parameters";
"open_link" = "Open Link";
/* Content */
"custom_content" = "Custom Content";
"content_preview" = "Content Preview";
"recent_clicks" = "Recent Clicks";
"change_history" = "Change History";
/* Export */
"export_data" = "Export Data";
"export_analytics" = "Export Analytics";
"export_options" = "Export Options";
"format" = "Format";
"include_chart_data" = "Include Chart Data";
"include_top_links" = "Include Top Links";
"preview" = "Preview";
"export" = "Export";
"refresh_data" = "Refresh Data";
/* Empty States */
"no_links_found" = "No links found";
"tap_plus_to_add_link" = "Tap + to add your first link";
/* Validation Messages */
"alias_already_exists" = "Alias already exists";
"alias_invalid_characters" = "Alias contains invalid characters";
"invalid_url_format" = "Please enter a valid URL (e.g., https://example.com)";
"tag_already_exists" = "Tag already exists";
/* Error Messages */
"error" = "Error";
"unclosed_bold_markers" = "Unclosed bold markers";
"unclosed_italic_markers" = "Unclosed italic markers";
"unclosed_code_markers" = "Unclosed code markers";
"malformed_links" = "Malformed links";
/* Actions */
"open" = "Open";
"preview" = "Preview";
"edit" = "Edit";
/* Statistics */
"chart_data_points" = "Chart data points";
/* Basic Information */
"basic_information" = "Basic Information";
"actions" = "Actions";
/* Settings */
"settings" = "Settings";
"change_language" = "Change Language";
"import_links" = "Import Links";
"system_language" = "System Language";
"english" = "English";
"chinese_simplified" = "Chinese (Simplified)";
/* Import */
"import_result" = "Import Result";
"import_success" = "%d links imported successfully!";
"import_success_with_skipped" = "%d links imported successfully! %d were skipped (already exist).";
"import_skipped" = "%d entries were skipped (already exist).";
"import_failed" = "%d entries failed to import.";
"import_error" = "Import failed: %@";
"import_parse_error" = "Failed to parse JSON file: %@";
"file_access_error" = "Unable to access the selected file";
"ok" = "OK";
/* Language Change */
"language_changed" = "Language Changed";
"restart_app_message" = "Please close and restart the app for the language change to take effect.";