Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
112 changes: 112 additions & 0 deletions ui/public/i18n/ta/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"common": {
"required": "Required",
"work_in_progress": "Work in progress",
"processing": "Processing..."
},
"status": {
"services": "Service | Services",
"app_instance": "App instance",
"title": "Status",
"created": "Created",
"size": "Size",
"name": "Name",
"no_images": "No images",
"app_volumes": "App volume | App volumes",
"app_images": "App image | App images",
"no_services": "No services",
"mount": "Mount",
"installation_node": "Installation node",
"node": "Node",
"no_volumes": "No volumes"
},
"settings": {
"configure_instance": "Configure {instance}",
"helo_host": "Helo_host",
"disable_online_api_tips": "The central API is used to retrieve blacklists and to have a glance on metrics at app.crowdsec.net",
"enroll_instance": "Enroll this CrowdSec instance",
"open_app_crowdsec": "Go to CrowdSec website",
"enroll_instance_must_be_real_token": "The token must be retrieved on the website app.crowdsec.net",
"helo_host_must_be_relevant_for_smtp": "This might be needed to properly receive email notifications. If your antispam system adds score due to default 'localhost' Helo name, you can set a specific Helo FQDN here",
"bad_email_address": "Bad email address",
"bad_IP_or_hostname": "Bad CIDR, IP or FQDN",
"helo_host_placeholder": "sub.domain.com",
"required": "Required",
"token_not_valid": "The token provided is not valid",
"processing": "Processing...",
"receiver_emails_format": "Invalid email address: {value}",
"dyn_bantime_tips": "Ban time is calculated by ((number of attempts + 1) * 4) minutes",
"advanced": "Advanced",
"dyn_bantime": "Dynamic ban time",
"disabled": "Disabled",
"whitelists_tips": "No ban will occur for members of this list",
"receiver_emails": "Email recipients for notifications",
"minutes": "Minutes",
"bantime": "Bantime",
"whitelists_format": "Invalid CIDR, IP or FQDN: {value}",
"smarthost_is_disabled": "Email notifications are disabled",
"smarthosts_is_needed_to_send_notifications": "To receive mail notifications from Crowdsec, change the cluster's email settings",
"receiver_emails_string_lte": "Invalid email address: {value}",
"ban_local_network": "Allow bans on the local network",
"whitelists": "Allow list of CIDR, IP and fully qualified domain name",
"ban_local_network_tips": "By default no ban occurs on private IP class",
"save": "Save",
"enabled": "Enabled",
"whitelists_string_lte": "Invalid CIDR, IP or FQDN: {value}",
"enable_smarthosts_for_notifications": "Go to cluster Settings",
"receiver_emails_list": "Enter an email address per line",
"enable_online_api": "Enable the central API",
"whitelists_pattern": "Invalid CIDR, IP or FQDN: {value}",
"title": "Settings",
"whitelist_placeholder": "One entry per line"
},
"unban": {
"col_value": "IP address",
"col_scenario": "Reason",
"unban_ip": "Unban IP",
"col_duration": "Ban time",
"confirm_unban_ip_message": "Unban IP address?",
"delete_bans": "Unban all",
"release_all_ip": "Unban all IP addresses",
"confirm_delete_all_bans_message": "Unban all IP addresses?",
"title": "Banned IP",
"unban_tooltip": "IP addresses that failed multiple login attempts are listed here. You can unban them if needed",
"no_bans": "No active bans",
"delete_all": "Unban all",
"delete": "Unban",
"col_created_at": "Banned",
"reload_bans": "Refresh",
"search_bans": "Search"
},
"about": {
"title": "About"
},
"action": {
"list-backup-repositories": "List backup repositories",
"get-module-info": "Get module info",
"list-backups": "List backups",
"get-status": "Get status",
"configure-module": "Configure module",
"list-banned-ip": "List banned IP",
"unban-ip": "Unban IP address",
"unban_ip_status": "List banned IP addresses",
"list-installed-modules": "List installed modules",
"get-configuration": "Get configuration",
"get-name": "Get name"
},
"task": {
"cannot_create_task": "Cannot create task {action}"
},
"error": {
"403": "Operation not authorized",
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules",
"401": "Invalid authentication",
"cannot_retrieve_module_info": "Cannot retrieve module info",
"generic_error": "Something went wrong",
"error": "Error",
"network_timeout": "Network timeout",
"404": "Resource not found",
"network_error": "Network error",
"validation_error": "Validation error"
}
}