fix: add more translations

This commit is contained in:
particle-box
2026-02-06 09:20:54 +05:30
parent a821cdf85e
commit 6559d4dcd2
4 changed files with 99 additions and 67 deletions

View File

@@ -226,7 +226,20 @@
"quick_actions_empty_subtitle": "Design your dream grid with the actions you use the most.",
"quick_actions_add_tile_button": "Add tile",
"quick_actions_manage_button": "Manage",
"quick_actions_count_label": "{count} curated shortcuts"
"quick_actions_count_label": "{count} curated shortcuts",
"enabled": "Enabled",
"disabled": "Disabled",
"changelog_dialog_title": "Changelog",
"changelog_dialog_update_button": "Update",
"changelog_dialog_cancel_button": "Cancel",
"changelog_dialog_loading": "Loading changelog...",
"changelog_dialog_error": "Failed to load changelog",
"changelog_dialog_empty": "Changelog not available",
"announcements_dialog_title": "Announcements",
"announcements_dialog_close_button": "Close",
"announcements_dialog_loading": "Loading announcements...",
"announcements_dialog_error": "Failed to load announcements",
"announcements_dialog_empty": "Announcements not available"
},
"home_about": {
"about_title": "PurrfectSnap",
@@ -255,8 +268,11 @@
"success_toast": "Done!",
"message_logger_summary": "{messageCount} messages\n{storyCount} stories",
"export_button": "Export",
"import_button": "Import",
"clear_button": "Clear",
"view_logger_history_button": "View Logger History",
"message_logger_import_title": "Import message logger",
"message_logger_import_text": "Importing will override your current message logger database. Continue?",
"ui_settings_title": "UI Settings",
"haptic_feedback_label": "Haptic Feedback",
"use_system_toasts_label": "Use System Toasts",
@@ -287,16 +303,29 @@
"customize_bottom_bar_title": "Customize Bottom Bar",
"customize_bottom_bar_subtitle": "Pick which tabs show on your home screen",
"available_tabs_title": "Available Tabs",
"reset_setup_title": "Reset PurrfectSnap",
"reset_setup_action": "Reset and restart setup",
"reset_setup_dialog_title": "Are you sure?",
"reset_setup_dialog_text": "This will reset PurrfectSnap and restart setup.",
"reset_button": "Reset",
"done_button": "Done",
"clear_friend_feed": "Clear Friend Feed",
"test_mode_label": "Enable PurrAura",
"purr_aura_disable_title": "Are you sure?",
"purr_aura_disable_text": "Doing this will put your account at risk and cause bans!",
"disable_feature_loading_label": "Disable Feature Loading",
"disable_auto_mapper_label": "Disable Auto Mapper",
"disable_bypass_indicator_label": "Disable Bypass Indicator",
"open_file_failed_toast": "Failed to open file! {message}",
"import_failed_toast": "Import failed: {message}"
},
"retro_flight": {
"title": "Retro Flight",
"game_over_label": "GAME OVER",
"restart_button": "RESTART",
"left_button": "LEFT",
"right_button": "RIGHT"
},
"tasks": {
"no_tasks": "No tasks",
"merge_button": "Merge",
@@ -2920,6 +2949,7 @@
"save": "Save",
"open": "Open",
"download": "Download",
"import": "Import",
"send": "Send",
"restore_original": "Restore Original",
"convert_external_media": "Convert External Media"
@@ -3586,4 +3616,4 @@
"openai": "OpenAI",
"openrouter": "OpenRouter"
}
}
}