[WEB-2870]feat: language support (#6215)
* fix: adding language support package * fix: language support implementation using mobx * fix: adding more languages for support * fix: profile settings translations * feat: added language support for sidebar and user settings * feat: added language support for deactivation modal * fix: added project sync after transfer issues (#6200) * code refactor and improvement (#6203) * chore: package code refactoring * chore: component restructuring and refactor * chore: comment create improvement * refactor: enhance workspace and project wrapper modularity (#6207) * [WEB-2678]feat: added functionality to add labels directly from dropdown (#6211) * enhancement:added functionality to add features directly from dropdown * fix: fixed import order * fix: fixed lint errors * chore: added common component for project activity (#6212) * chore: added common component for project activity * fix: added enum * fix: added enum for initiatives * - Do not clear temp files that are locked. (#6214) - Handle edge cases in sync workspace * fix: labels empty state for drop down (#6216) * refactor: remove cn helper function from the editor package (#6217) * * feat: added language support to issue create modal in sidebar * fix: project activity type * * fix: added missing translations * fix: modified translation for plurals * fix: fixed spanish translation * dev: language type error in space user profile types * fix: type fixes * chore: added alpha tag --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Co-authored-by: gurusinath <gurusainath007@gmail.com>
This commit is contained in:
parent
ade0aa1643
commit
873e4330bc
84 changed files with 2588 additions and 873 deletions
318
packages/i18n/src/locales/en/translations.json
Normal file
318
packages/i18n/src/locales/en/translations.json
Normal file
|
|
@ -0,0 +1,318 @@
|
|||
{
|
||||
"submit": "Submit",
|
||||
"cancel": "Cancel",
|
||||
"loading": "Loading",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"warning": "Warning",
|
||||
"info": "Info",
|
||||
"close": "Close",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"ok": "OK",
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"search": "Search",
|
||||
"add_member": "Add member",
|
||||
"remove_member": "Remove member",
|
||||
"add_members": "Add members",
|
||||
"remove_members": "Remove members",
|
||||
"add": "Add",
|
||||
"remove": "Remove",
|
||||
"add_new": "Add new",
|
||||
"remove_selected": "Remove selected",
|
||||
"first_name": "First name",
|
||||
"last_name": "Last name",
|
||||
"email": "Email",
|
||||
"display_name": "Display name",
|
||||
"role": "Role",
|
||||
"timezone": "Timezone",
|
||||
"avatar": "Avatar",
|
||||
"cover_image": "Cover image",
|
||||
"password": "Password",
|
||||
"change_cover": "Change cover",
|
||||
"language": "Language",
|
||||
"saving": "Saving...",
|
||||
"save_changes": "Save changes",
|
||||
"deactivate_account": "Deactivate account",
|
||||
"deactivate_account_description": "When deactivating an account, all of the data and resources within that account will be permanently removed and cannot be recovered.",
|
||||
"profile_settings": "Profile settings",
|
||||
"your_account": "Your account",
|
||||
"profile": "Profile",
|
||||
"security": "Security",
|
||||
"activity": "Activity",
|
||||
"appearance": "Appearance",
|
||||
"notifications": "Notifications",
|
||||
"workspaces": "Workspaces",
|
||||
"create_workspace": "Create workspace",
|
||||
"invitations": "Invitations",
|
||||
"summary": "Summary",
|
||||
"assigned": "Assigned",
|
||||
"created": "Created",
|
||||
"subscribed": "Subscribed",
|
||||
"you_do_not_have_the_permission_to_access_this_page": "You do not have the permission to access this page.",
|
||||
"failed_to_sign_out_please_try_again": "Failed to sign out. Please try again.",
|
||||
"password_changed_successfully": "Password changed successfully.",
|
||||
"something_went_wrong_please_try_again": "Something went wrong. Please try again.",
|
||||
"change_password": "Change password",
|
||||
"passwords_dont_match": "Passwords don't match",
|
||||
"current_password": "Current password",
|
||||
"new_password": "New password",
|
||||
"confirm_password": "Confirm password",
|
||||
"this_field_is_required": "This field is required",
|
||||
"changing_password": "Changing password",
|
||||
"please_enter_your_password": "Please enter your password.",
|
||||
"password_length_should_me_more_than_8_characters": "Password length should me more than 8 characters.",
|
||||
"password_is_weak": "Password is weak.",
|
||||
"password_is_strong": "Password is strong.",
|
||||
"load_more": "Load more",
|
||||
"select_or_customize_your_interface_color_scheme": "Select or customize your interface color scheme.",
|
||||
"theme": "Theme",
|
||||
"system_preference": "System preference",
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"light_contrast": "Light high contrast",
|
||||
"dark_contrast": "Dark high contrast",
|
||||
"custom": "Custom theme",
|
||||
"select_your_theme": "Select your theme",
|
||||
"customize_your_theme": "Customize your theme",
|
||||
"background_color": "Background color",
|
||||
"text_color": "Text color",
|
||||
"primary_color": "Primary(Theme) color",
|
||||
"sidebar_background_color": "Sidebar background color",
|
||||
"sidebar_text_color": "Sidebar text color",
|
||||
"set_theme": "Set theme",
|
||||
"enter_a_valid_hex_code_of_6_characters": "Enter a valid hex code of 6 characters",
|
||||
"background_color_is_required": "Background color is required",
|
||||
"text_color_is_required": "Text color is required",
|
||||
"primary_color_is_required": "Primary color is required",
|
||||
"sidebar_background_color_is_required": "Sidebar background color is required",
|
||||
"sidebar_text_color_is_required": "Sidebar text color is required",
|
||||
"updating_theme": "Updating theme",
|
||||
"theme_updated_successfully": "Theme updated successfully",
|
||||
"failed_to_update_the_theme": "Failed to update the theme",
|
||||
"email_notifications": "Email notifications",
|
||||
"stay_in_the_loop_on_issues_you_are_subscribed_to_enable_this_to_get_notified": "Stay in the loop on Issues you are subscribed to. Enable this to get notified.",
|
||||
"email_notification_setting_updated_successfully": "Email notification setting updated successfully",
|
||||
"failed_to_update_email_notification_setting": "Failed to update email notification setting",
|
||||
"notify_me_when": "Notify me when",
|
||||
"property_changes": "Property changes",
|
||||
"property_changes_description": "Notify me when issue's properties like assignees, priority, estimates or anything else changes.",
|
||||
"state_change": "State change",
|
||||
"state_change_description": "Notify me when the issues moves to a different state",
|
||||
"issue_completed": "Issue completed",
|
||||
"issue_completed_description": "Notify me only when an issue is completed",
|
||||
"comments": "Comments",
|
||||
"comments_description": "Notify me when someone leaves a comment on the issue",
|
||||
"mentions": "Mentions",
|
||||
"mentions_description": "Notify me only when someone mentions me in the comments or description",
|
||||
"create_your_workspace": "Create your workspace",
|
||||
"only_your_instance_admin_can_create_workspaces": "Only your instance admin can create workspaces",
|
||||
"only_your_instance_admin_can_create_workspaces_description": "If you know your instance admin's email address, click the button below to get in touch with them.",
|
||||
"go_back": "Go back",
|
||||
"request_instance_admin": "Request instance admin",
|
||||
"plane_logo": "Plane logo",
|
||||
"workspace_creation_disabled": "Workspace creation disabled",
|
||||
"workspace_request_subject": "Requesting a new workspace",
|
||||
"workspace_request_body": "Hi instance admin(s),\n\nPlease create a new workspace with the URL [/workspace-name] for [purpose of creating the workspace].\n\nThanks,\n{{firstName}} {{lastName}}\n{{email}}",
|
||||
"creating_workspace": "Creating workspace",
|
||||
"workspace_created_successfully": "Workspace created successfully",
|
||||
"create_workspace_page": "Create workspace page",
|
||||
"workspace_could_not_be_created_please_try_again": "Workspace could not be created. Please try again.",
|
||||
"workspace_could_not_be_created_please_try_again_description": "Some error occurred while creating workspace. Please try again.",
|
||||
"this_is_a_required_field": "This is a required field.",
|
||||
"name_your_workspace": "Name your workspace",
|
||||
"workspaces_names_can_contain_only_space_dash_and_alphanumeric_characters": "Workspaces names can contain only (' '), ('-'), ('_') and alphanumeric characters.",
|
||||
"limit_your_name_to_80_characters": "Limit your name to 80 characters.",
|
||||
"set_your_workspace_url": "Set your workspace's URL",
|
||||
"limit_your_url_to_48_characters": "Limit your URL to 48 characters.",
|
||||
"how_many_people_will_use_this_workspace": "How many people will use this workspace?",
|
||||
"how_many_people_will_use_this_workspace_description": "This will help us to determine the number of seats you need to purchase.",
|
||||
"select_a_range": "Select a range",
|
||||
"urls_can_contain_only_dash_and_alphanumeric_characters": "URLs can contain only ('-') and alphanumeric characters.",
|
||||
"something_familiar_and_recognizable_is_always_best": "Something familiar and recognizable is always best.",
|
||||
"workspace_url_is_already_taken": "Workspace URL is already taken!",
|
||||
"old_password": "Old password",
|
||||
"general_settings": "General settings",
|
||||
"sign_out": "Sign out",
|
||||
"signing_out": "Signing out",
|
||||
"active_cycles": "Active cycles",
|
||||
"active_cycles_description": "Monitor cycles across projects, track high-priority issues, and zoom in cycles that need attention.",
|
||||
"on_demand_snapshots_of_all_your_cycles": "On-demand snapshots of all your cycles",
|
||||
"upgrade": "Upgrade",
|
||||
"10000_feet_view": "10,000-feet view of all active cycles.",
|
||||
"10000_feet_view_description": "Zoom out to see running cycles across all your projects at once instead of going from Cycle to Cycle in each project.",
|
||||
"get_snapshot_of_each_active_cycle": "Get a snapshot of each active cycle.",
|
||||
"get_snapshot_of_each_active_cycle_description": "Track high-level metrics for all active cycles, see their state of progress, and get a sense of scope against deadlines.",
|
||||
"compare_burndowns": "Compare burndowns.",
|
||||
"compare_burndowns_description": "Monitor how each of your teams are performing with a peek into each cycle's burndown report.",
|
||||
"quickly_see_make_or_break_issues": "Quickly see make-or-break issues.",
|
||||
"quickly_see_make_or_break_issues_description": "Preview high-priority issues for each cycle against due dates. See all of them per cycle in one click.",
|
||||
"zoom_into_cycles_that_need_attention": "Zoom into cycles that need attention.",
|
||||
"zoom_into_cycles_that_need_attention_description": "Investigate the state of any cycle that doesn't conform to expectations in one click.",
|
||||
"stay_ahead_of_blockers": "Stay ahead of blockers.",
|
||||
"stay_ahead_of_blockers_description": "Spot challenges from one project to another and see inter-cycle dependencies that aren't obvious from any other view.",
|
||||
"analytics": "Analytics",
|
||||
"workspace_invites": "Workspace invites",
|
||||
"workspace_settings": "Workspace settings",
|
||||
"enter_god_mode": "Enter god mode",
|
||||
"workspace_logo": "Workspace logo",
|
||||
"new_issue": "New issue",
|
||||
"home": "Home",
|
||||
"your_work": "Your work",
|
||||
"drafts": "Drafts",
|
||||
"projects": "Projects",
|
||||
"views": "Views",
|
||||
"workspace": "Workspace",
|
||||
"archives": "Archives",
|
||||
"settings": "Settings",
|
||||
"failed_to_move_favorite": "Failed to move favorite",
|
||||
"your_favorites": "Your favorites",
|
||||
"no_favorites_yet": "No favorites yet",
|
||||
"create_folder": "Create folder",
|
||||
"new_folder": "New folder",
|
||||
"favorite_updated_successfully": "Favorite updated successfully",
|
||||
"favorite_created_successfully": "Favorite created successfully",
|
||||
"folder_already_exists": "Folder already exists",
|
||||
"folder_name_cannot_be_empty": "Folder name cannot be empty",
|
||||
"something_went_wrong": "Something went wrong",
|
||||
"failed_to_reorder_favorite": "Failed to reorder favorite",
|
||||
"favorite_removed_successfully": "Favorite removed successfully",
|
||||
"failed_to_create_favorite": "Failed to create favorite",
|
||||
"failed_to_rename_favorite": "Failed to rename favorite",
|
||||
"project_link_copied_to_clipboard": "Project link copied to clipboard",
|
||||
"link_copied": "Link copied",
|
||||
"your_projects": "Your projects",
|
||||
"add_project": "Add project",
|
||||
"create_project": "Create project",
|
||||
"failed_to_remove_project_from_favorites": "Couldn't remove the project from favorites. Please try again.",
|
||||
"project_created_successfully": "Project created successfully",
|
||||
"project_created_successfully_description": "Project created successfully. You can now start adding issues to it.",
|
||||
"project_cover_image_alt": "Project cover image",
|
||||
"name_is_required": "Name is required",
|
||||
"title_should_be_less_than_255_characters": "Title should be less than 255 characters",
|
||||
"project_name": "Project name",
|
||||
"project_id_must_be_at_least_1_character": "Project ID must at least be of 1 character",
|
||||
"project_id_must_be_at_most_5_characters": "Project ID must at most be of 5 characters",
|
||||
"project_id": "Project ID",
|
||||
"project_id_tooltip_content": "Helps you identify issues in the project uniquely. Max 5 characters.",
|
||||
"description_placeholder": "Description...",
|
||||
"only_alphanumeric_non_latin_characters_allowed": "Only Alphanumeric & Non-latin characters are allowed.",
|
||||
"project_id_is_required": "Project ID is required",
|
||||
"select_network": "Select network",
|
||||
"lead": "Lead",
|
||||
"private": "Private",
|
||||
"public": "Public",
|
||||
"accessible_only_by_invite": "Accessible only by invite",
|
||||
"anyone_in_the_workspace_except_guests_can_join": "Anyone in the workspace except Guests can join",
|
||||
"creating": "Creating",
|
||||
"creating_project": "Creating project",
|
||||
"adding_project_to_favorites": "Adding project to favorites",
|
||||
"project_added_to_favorites": "Project added to favorites",
|
||||
"couldnt_add_the_project_to_favorites": "Couldn't add the project to favorites. Please try again.",
|
||||
"removing_project_from_favorites": "Removing project from favorites",
|
||||
"project_removed_from_favorites": "Project removed from favorites",
|
||||
"couldnt_remove_the_project_from_favorites": "Couldn't remove the project from favorites. Please try again.",
|
||||
"add_to_favorites": "Add to favorites",
|
||||
"remove_from_favorites": "Remove from favorites",
|
||||
"publish_settings": "Publish settings",
|
||||
"publish": "Publish",
|
||||
"copy_link": "Copy link",
|
||||
"leave_project": "Leave project",
|
||||
"join_the_project_to_rearrange": "Join the project to rearrange",
|
||||
"drag_to_rearrange": "Drag to rearrange",
|
||||
"congrats": "Congrats!",
|
||||
"project": "Project",
|
||||
"open_project": "Open project",
|
||||
"issues": "Issues",
|
||||
"cycles": "Cycles",
|
||||
"modules": "Modules",
|
||||
"pages": "Pages",
|
||||
"intake": "Intake",
|
||||
"time_tracking": "Time Tracking",
|
||||
"work_management": "Work management",
|
||||
"projects_and_issues": "Projects and issues",
|
||||
"projects_and_issues_description": "Toggle these on or off this project.",
|
||||
"cycles_description": "Timebox work as you see fit per project and change frequency from one period to the next.",
|
||||
"modules_description": "Group work into sub-project-like set-ups with their own leads and assignees.",
|
||||
"views_description": "Save sorts, filters, and display options for later or share them.",
|
||||
"pages_description": "Write anything like you write anything.",
|
||||
"intake_description": "Stay in the loop on Issues you are subscribed to. Enable this to get notified.",
|
||||
"time_tracking_description": "Track time spent on issues and projects.",
|
||||
"work_management_description": "Manage your work and projects with ease.",
|
||||
"documentation": "Documentation",
|
||||
"message_support": "Message support",
|
||||
"contact_sales": "Contact sales",
|
||||
"hyper_mode": "Hyper Mode",
|
||||
"keyboard_shortcuts": "Keyboard shortcuts",
|
||||
"whats_new": "What's new?",
|
||||
"version": "Version",
|
||||
"we_are_having_trouble_fetching_the_updates": "We are having trouble fetching the updates.",
|
||||
"our_changelogs": "our changelogs",
|
||||
"for_the_latest_updates": "for the latest updates.",
|
||||
"please_visit": "Please visit",
|
||||
"docs": "Docs",
|
||||
"full_changelog": "Full changelog",
|
||||
"support": "Support",
|
||||
"discord": "Discord",
|
||||
"powered_by_plane_pages": "Powered by Plane Pages",
|
||||
"please_select_at_least_one_invitation": "Please select at least one invitation.",
|
||||
"please_select_at_least_one_invitation_description": "Please select at least one invitation to join the workspace.",
|
||||
"we_see_that_someone_has_invited_you_to_join_a_workspace": "We see that someone has invited you to join a workspace",
|
||||
"join_a_workspace": "Join a workspace",
|
||||
"we_see_that_someone_has_invited_you_to_join_a_workspace_description": "We see that someone has invited you to join a workspace",
|
||||
"join_a_workspace_description": "Join a workspace",
|
||||
"accept_and_join": "Accept & Join",
|
||||
"go_home": "Go Home",
|
||||
"no_pending_invites": "No pending invites",
|
||||
"you_can_see_here_if_someone_invites_you_to_a_workspace": "You can see here if someone invites you to a workspace",
|
||||
"back_to_home": "Back to home",
|
||||
"workspace_name": "workspace-name",
|
||||
"deactivate_your_account": "Deactivate your account",
|
||||
"deactivate_your_account_description": "Once deactivated, you can't be assigned issues and be billed for your workspace. To reactivate your account, you will need an invite to a workspace at this email address.",
|
||||
"deactivating": "Deactivating",
|
||||
"confirm": "Confirm",
|
||||
"draft_created": "Draft created",
|
||||
"issue_created_successfully": "Issue created successfully",
|
||||
"draft_creation_failed": "Draft creation failed",
|
||||
"issue_creation_failed": "Issue creation failed",
|
||||
"draft_issue": "Draft issue",
|
||||
"issue_updated_successfully": "Issue updated successfully",
|
||||
"issue_could_not_be_updated": "Issue could not be updated",
|
||||
"create_a_draft": "Create a draft",
|
||||
"save_to_drafts": "Save to Drafts",
|
||||
"save": "Save",
|
||||
"updating": "Updating",
|
||||
"create_new_issue": "Create new issue",
|
||||
"editor_is_not_ready_to_discard_changes": "Editor is not ready to discard changes",
|
||||
"failed_to_move_issue_to_project": "Failed to move issue to project",
|
||||
"create_more": "Create more",
|
||||
"add_to_project": "Add to project",
|
||||
"discard": "Discard",
|
||||
"duplicate_issue_found": "Duplicate issue found",
|
||||
"duplicate_issues_found": "Duplicate issues found",
|
||||
"no_matching_results": "No matching results",
|
||||
"title_is_required": "Title is required",
|
||||
"title": "Title",
|
||||
"state": "State",
|
||||
"priority": "Priority",
|
||||
"none": "None",
|
||||
"urgent": "Urgent",
|
||||
"high": "High",
|
||||
"medium": "Medium",
|
||||
"low": "Low",
|
||||
"members": "Members",
|
||||
"assignee": "Assignee",
|
||||
"assignees": "Assignees",
|
||||
"you": "You",
|
||||
"labels": "Labels",
|
||||
"create_new_label": "Create new label",
|
||||
"start_date": "Start date",
|
||||
"due_date": "Due date",
|
||||
"cycle": "Cycle",
|
||||
"estimate": "Estimate",
|
||||
"change_parent_issue": "Change parent issue",
|
||||
"remove_parent_issue": "Remove parent issue",
|
||||
"add_parent": "Add parent",
|
||||
"loading_members": "Loading members..."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue