Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/i18n/src/constants/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const SUPPORTED_LANGUAGES: ILanguageOption[] = [
{ label: "Română", value: "ro" },
{ label: "Tiếng việt", value: "vi-VN" },
{ label: "Türkçe", value: "tr-TR" },
{ label: "ქართული", value: "ka-ge" },
];

export const LANGUAGE_STORAGE_KEY = "userLanguage";
34 changes: 34 additions & 0 deletions packages/i18n/src/locales/ka-ge/accessibility.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"aria_labels": {
"projects_sidebar": {
"workspace_logo": "სამუშაო სივრცის ლოგო",
"open_workspace_switcher": "სამუშაო სივრცის გადამრთველის გახსნა",
"open_user_menu": "მომხმარებლის მენიუს გახსნა",
"open_command_palette": "ბრძანებების პანელის გახსნა",
"open_extended_sidebar": "გაფართოებული გვერდითი მენიუს გახსნა",
"close_extended_sidebar": "გაფართოებული გვერდითი მენიუს დახურვა",
"create_favorites_folder": "ფავორიტების საქაღალდის შექმნა",
"open_folder": "საქაღალდის გახსნა",
"close_folder": "საქაღალდის დახურვა",
"open_favorites_menu": "ფავორიტების მენიუს გახსნა",
"close_favorites_menu": "ფავორიტების მენიუს დახურვა",
"enter_folder_name": "შეიყვანეთ საქაღალდის სახელი",
"create_new_project": "ახალი პროექტის შექმნა",
"open_projects_menu": "პროექტების მენიუს გახსნა",
"close_projects_menu": "პროექტების მენიუს დახურვა",
"toggle_quick_actions_menu": "სწრაფი ქმედებების მენიუს ჩართვა/გამორთვა",
"open_project_menu": "პროექტის მენიუს გახსნა",
"close_project_menu": "პროექტის მენიუს დახურვა",
"collapse_sidebar": "გვერდითი მენიუს ჩაკეცვა",
"expand_sidebar": "გვერდითი მენიუს გაშლა",
"edition_badge": "გადახდილი გეგმის ფანჯრის გახსნა"
},
"auth_forms": {
"clear_email": "ელფოსტის გასუფთავება",
"show_password": "პაროლის ჩვენება",
"hide_password": "პაროლის დამალვა",
"close_alert": "გაფრთხილების დახურვა",
"close_popover": "პოპაპის დახურვა"
}
}
}
368 changes: 368 additions & 0 deletions packages/i18n/src/locales/ka-ge/auth.json

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions packages/i18n/src/locales/ka-ge/automation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,273 @@
{
"automations": {
"settings": {
"title": "Custom automations",
"create_automation": "Create automation"
},
"scope": {
"label": "Scope",
"run_on": "Run on"
},
"trigger": {
"label": "Trigger",
"add_trigger": "Add trigger",
"sidebar_header": "Trigger configuration",
"input_label": "What’s the trigger for this automation?",
"input_placeholder": "Select an option",
"section_plane_events": "Plane events",
"section_time_based": "Time based",
"fixed_schedule": "Fixed schedule",
"schedule": {
"frequency": "Frequency",
"select_day": "Select day",
"day_of_month": "Day of month",
"monthly_every": "Every",
"monthly_day_aria": "Day {day}",
"time": "Time",
"hour": "Hour",
"minute": "Minute",
"hour_suffix": "hr",
"minute_suffix": "min",
"am": "AM",
"pm": "PM",
"timezone": "Timezone",
"timezone_placeholder": "Select a timezone",
"frequency_daily": "Daily",
"frequency_weekly": "Weekly",
"frequency_monthly": "Monthly",
"on": "On",
"validation_weekly_day_required": "Select at least one day of the week.",
"validation_monthly_date_required": "Select a day of the month.",
"main_content_schedule_summary_daily": "Every day at {time} ({timezone}).",
"main_content_schedule_summary_weekly": "Every week on {days} at {time} ({timezone}).",
"main_content_schedule_summary_monthly": "Every month on day {day} at {time} ({timezone}).",
"schedule_mode": "Schedule mode",
"schedule_mode_fixed": "Fixed",
"schedule_mode_cron": "Cron",
"cron_expression_label": "Enter Cron expression",
"cron_expression_placeholder": "0 9 * * 1-5",
"cron_invalid": "Invalid cron expression.",
"cron_preview": "This Cron expression runs \"{description}\".",
"main_content_cron_summary": "{description} ({timezone})."
},
"button": {
"previous": "Back",
"next": "Add action"
},
"warning": {
"disabled_trigger_switching": "You can't change the trigger type once created"
}
},
"condition": {
"label": "Provided",
"add_condition": "Add condition",
"adding_condition": "Adding condition"
},
"action": {
"label": "Action",
"add_action": "Add action",
"sidebar_header": "Actions",
"input_label": "What does the automation do?",
"input_placeholder": "Select an option",
"handler_name": {
"add_comment": "Add comment",
"change_property": "Change property",
"run_script": "Run Script"
},
"configuration": {
"label": "Configuration",
"change_property": {
"placeholders": {
"property_name": "Select a property",
"change_type": "Select",
"property_value_select": "{count, plural, one{Select value} other{Select values}}",
"property_value_select_date": "Select date"
},
"validation": {
"property_name_required": "Property name is required",
"change_type_required": "Change type is required",
"property_value_required": "Property value is required"
}
}
},
"comment_block": {
"title": "Add comment"
},
"run_script_block": {
"title": "Run script"
},
"change_property_block": {
"title": "Change property"
},
"validation": {
"delete_only_action": "Disable the automation before deleting its only action."
}
},
"conjunctions": {
"and": "And",
"or": "Or",
"if": "If",
"then": "Then"
},
"enable": {
"alert": "Hit 'Enable' whenever your automation is complete. Once enabled, the automation will be ready to run.",
"validation": {
"required": "Automation must have a trigger and at least one action to be enabled."
}
},
"delete": {
"validation": {
"enabled": "Automation must be disabled before deleting it."
}
},
"table": {
"title": "Automation title",
"scope": "Scope",
"projects": "Projects",
"last_run_on": "Last run on",
"created_on": "Created on",
"last_updated_on": "Last updated on",
"last_run_status": "Last run status",
"average_duration": "Average duration",
"owner": "Owner",
"executions": "Executions"
},
"create_modal": {
"heading": {
"create": "Create automation",
"update": "Update automation"
},
"title": {
"placeholder": "Name your automation.",
"required_error": "Title is required"
},
"description": {
"placeholder": "Describe your automation."
},
"submit_button": {
"create": "Create automation",
"update": "Update automation"
}
},
"delete_modal": {
"heading": "Delete automation"
},
"activity": {
"filters": {
"show_fails": "Show fails",
"all": "All",
"only_activity": "Only activity",
"only_run_history": "Only run history"
},
"run_history": {
"initiator": "Initiator"
}
},
"toasts": {
"create": {
"success": {
"title": "Success!",
"message": "Automation created successfully."
},
"error": {
"title": "Error!",
"message": "Automation creation failed."
}
},
"update": {
"success": {
"title": "Success!",
"message": "Automation updated successfully."
},
"error": {
"title": "Error!",
"message": "Automation update failed."
}
},
"enable": {
"success": {
"title": "Success!",
"message": "Automation enabled successfully."
},
"error": {
"title": "Error!",
"message": "Automation enable failed."
}
},
"disable": {
"success": {
"title": "Success!",
"message": "Automation disabled successfully."
},
"error": {
"title": "Error!",
"message": "Automation disable failed."
}
},
"delete": {
"success": {
"title": "Automation deleted",
"message": "{name}, the automation, has now been deleted from your project."
},
"error": {
"title": "We couldn't delete that automation this time.",
"message": "Try deleting it again or come back to it later. If you can't delete it then, reach out to us."
}
},
"action": {
"create": {
"error": {
"title": "Error!",
"message": "Failed to create action. Please try again!"
}
},
"update": {
"error": {
"title": "Error!",
"message": "Failed to update action. Please try again!"
}
}
}
},
"empty_state": {
"no_automations": {
"title": "There’re no automations to show yet.",
"description": "Automations help you eliminate repetitive tasks by setting triggers, conditions, and actions. Create one to save time and keep work moving effortlessly."
},
"upgrade": {
"title": "Automations",
"description": "Automations are a way to automate tasks in your project.",
"sub_description": "Get 80% of your admin time back when you use Automations."
}
},
"global_automations": {
"project_select": {
"label": "Select projects to run this automation on",
"all_projects": {
"label": "All projects",
"description": "Automation will run for all projects in the workspace."
},
"select_projects": {
"label": "Select projects",
"description": "Automation will run for selected projects in the workspace.",
"placeholder": "Select projects"
}
},
"settings": {
"sidebar_label": "Automations",
"title": "Automations",
"description": "Standardize processes across your workspace with global automations."
},
"table": {
"scope": {
"global": "Global",
"project": {
"label": "Project",
"multiple": "Multiple",
"all": "All"
}
}
}
}
}
}
Loading
Loading