2016-10-20 22:42:39 +03:00
{
2017-01-03 13:45:18 +02:00
"your-dashboard" : "Your dashboard" ,
2017-02-28 19:09:46 +02:00
"project-feed" : "Project Feed" ,
2016-12-15 16:10:36 +02:00
"settings" : "Settings" ,
"projects" : "Projects" ,
"people" : "People" ,
2017-01-03 13:45:18 +02:00
"services" : "Services" ,
"instances" : "Instances" ,
"manifest" : "Project manifest" ,
2017-02-28 12:57:48 +02:00
"create-new" : "Create new project" ,
2017-02-28 19:09:46 +02:00
"rollback" : "Rollback" ,
2017-02-06 17:29:45 +02:00
"import-services-title" : "Import your services" ,
"import-services-body" : "You can import your services from a Git repository hosting service. Learn more" ,
"alt-import-services-title" : "Alternatively, you can upload or edit manifest file" ,
"alt-import-services-body" : "Manifest is a file describing your services. It is similar to Docker Compose file. You can upload a file from you local machine or edit it manually. Learn more" ,
2017-01-03 15:35:35 +02:00
"no-projects" : "You don’ t have any projects." ,
2017-02-01 19:20:21 +02:00
"no-people" : "There are no members here. Add them above" ,
2017-01-03 13:45:18 +02:00
"edit-project-manifest" : "Edit project manifest" ,
"or-bring-in-from" : "or bring in from" ,
2016-12-19 14:25:16 +02:00
"your-settings" : "Your settings" ,
"agg-cpu-usage" : "Aggregated CPU usage" ,
"agg-cpu-usage-desc-sm" : "CPU usages accross all of the CPU cores" ,
"mem-res-set-size" : "Memory resident set size" ,
"mem-res-set-size-sm" : "Process memory that is actually stored in the RAM" ,
"apache-http-reqs" : "Apache HTTP requests" ,
2017-01-10 14:25:11 +02:00
"apache-http-reqs-sm" : "Number of website requests to apache if it is used" ,
2017-01-30 19:22:01 +02:00
"payment-cards" : {
"mastercard" : "Mastercard"
} ,
"cancel" : "Cancel" ,
"submit" : "Submit" ,
"back" : "Back" ,
"new-project" : {
"title" : "Creating a new project" ,
"description" : "A project can represent your apps, the version of it or different environments."
} ,
"billing" : {
"title" : "New project billing" ,
"description" : "Do you want to use the same card details as your organisation or add a new card?" ,
"new-billing-label" : "Add new" ,
"use-existing-label" : "Use existing"
} ,
"new-billing" : {
"title" : "New project billing" ,
"description" : "Please provide your billing details." ,
"save-details-label" : "Save details"
} ,
2017-01-10 14:25:11 +02:00
"metrics" : {
"add" : {
"add-label" : "Add" ,
"added-label" : "Added" ,
"link-label" : "Learn more"
} ,
2017-01-23 17:05:51 +02:00
"metric" : {
"settings-label" : "Settings"
} ,
2017-01-24 19:37:08 +02:00
"cpu-agg-usage" : {
2017-01-10 14:25:11 +02:00
"title" : "Aggregated CPU usage" ,
"description" : "CPU usages accross all of the CPU cores."
} ,
2017-01-24 19:37:08 +02:00
"cpu-wait-time" : {
2017-01-12 12:25:20 +02:00
"title" : "Memory resident set size" ,
"description" : "Process memory that is actually stored in the RAM."
2017-01-10 14:25:11 +02:00
} ,
2017-01-24 19:37:08 +02:00
"zfs-used" : {
2017-01-12 12:25:20 +02:00
"title" : "Apache HTTP requests" ,
"description" : "Number of website requests to apache if it is used."
2017-01-10 14:25:11 +02:00
}
2017-01-16 21:45:15 +02:00
} ,
"monitors" : {
"conditions" : "Conditions" ,
"conditions-subtitle" : "Please define what changes you wish to be alerted of." ,
"if" : "If metric is" ,
"above" : "Above" ,
"equal" : "Equal" ,
"below" : "Below" ,
"average" : "on averga" ,
"during" : "during" ,
"last5" : "last 5 minutes" ,
"notification" : "Notification" ,
"notification-subtitle" : "Type in users or teams who you wish to be alerted." ,
"submit" : "Create" ,
"create" : "Create monitor" ,
"manage" : "Managing monitors"
2017-01-10 14:25:11 +02:00
}
}