From 02a39477cf903a0cb878f5d6d45f6a98c4651c2b Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 6 Feb 2017 15:29:45 +0000 Subject: [PATCH] adding more local ids --- frontend/locales/en-us.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/locales/en-us.json b/frontend/locales/en-us.json index f2a1d7a4..8000b16c 100644 --- a/frontend/locales/en-us.json +++ b/frontend/locales/en-us.json @@ -7,8 +7,11 @@ "instances": "Instances", "manifest": "Project manifest", "create-new": "Create a new", - "add-services": "Add services", - "no-services": "You don’t have any services. You can either add them by editing a manifest file or by connecting your repo on GitHub or BitBucket.", + "services": "Services", + "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", "no-projects": "You don’t have any projects.", "no-people": "There are no members here. Add them above", "edit-project-manifest": "Edit project manifest",