diff --git a/app/locales/taiga/locale-ca.json b/app/locales/taiga/locale-ca.json index 590161e3..6bba57ad 100644 --- a/app/locales/taiga/locale-ca.json +++ b/app/locales/taiga/locale-ca.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Assign", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-de.json b/app/locales/taiga/locale-de.json index 29bfa7ab..4476539f 100644 --- a/app/locales/taiga/locale-de.json +++ b/app/locales/taiga/locale-de.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Zuweisen", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Projektmitglieder", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Projektmitglieder", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index 3391d6fd..cd0e85ae 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -998,6 +998,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Assign", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1040,12 +1045,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1058,7 +1065,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1067,8 +1075,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-es.json b/app/locales/taiga/locale-es.json index 6e92e02d..8beaf47c 100644 --- a/app/locales/taiga/locale-es.json +++ b/app/locales/taiga/locale-es.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Asignar", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Miembros del proyecto", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Tu URL de Jira", "PROJECT_MEMBERS": "Miembros del proyecto", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-fi.json b/app/locales/taiga/locale-fi.json index 77d1b45f..64f44b1e 100644 --- a/app/locales/taiga/locale-fi.json +++ b/app/locales/taiga/locale-fi.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Assign", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-fr.json b/app/locales/taiga/locale-fr.json index 90e98069..dadcd5c4 100644 --- a/app/locales/taiga/locale-fr.json +++ b/app/locales/taiga/locale-fr.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Affecter", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Membres du projet", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Membres du projet", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-it.json b/app/locales/taiga/locale-it.json index 95b3add9..04738675 100644 --- a/app/locales/taiga/locale-it.json +++ b/app/locales/taiga/locale-it.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Assegna", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-ja.json b/app/locales/taiga/locale-ja.json index 76990141..7d2957d2 100644 --- a/app/locales/taiga/locale-ja.json +++ b/app/locales/taiga/locale-ja.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "アサイン", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "プロジェクトメンバー", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "かんばん", "SCRUM_PROJECT": "スクラム", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "プロジェクトメンバー", "KANBAN_PROJECT": "かんばん", diff --git a/app/locales/taiga/locale-ko.json b/app/locales/taiga/locale-ko.json index f1379939..320e5ed1 100644 --- a/app/locales/taiga/locale-ko.json +++ b/app/locales/taiga/locale-ko.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "할당", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "프로젝트 회원", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "칸반", "SCRUM_PROJECT": "스크럼", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "프로젝트 회원", "KANBAN_PROJECT": "칸반", diff --git a/app/locales/taiga/locale-nb.json b/app/locales/taiga/locale-nb.json index 688e0e83..1ff6875f 100644 --- a/app/locales/taiga/locale-nb.json +++ b/app/locales/taiga/locale-nb.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Tildel", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Prosjektmedlemmer", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Prosjektmedlemmer", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-nl.json b/app/locales/taiga/locale-nl.json index d1c1e5fb..a8a0ec55 100644 --- a/app/locales/taiga/locale-nl.json +++ b/app/locales/taiga/locale-nl.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Assign", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-pl.json b/app/locales/taiga/locale-pl.json index 6c027988..4a8cd520 100644 --- a/app/locales/taiga/locale-pl.json +++ b/app/locales/taiga/locale-pl.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Assign", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-pt-br.json b/app/locales/taiga/locale-pt-br.json index a86a5bb6..8a20d7df 100644 --- a/app/locales/taiga/locale-pt-br.json +++ b/app/locales/taiga/locale-pt-br.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Atribuir", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Membros do Projeto", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Membros do Projeto", "KANBAN_PROJECT": "Kanban", @@ -1103,7 +1112,7 @@ "ADD_MEMBER": { "TITLE": "Novo Membro", "PLACEHOLDER": "Filter users or write an email to invite", - "ADD_EMAIL": "Add email", + "ADD_EMAIL": "Adicione e-mail.", "REMOVE": "Remove", "INVITE": "Invite", "CHOOSE_ROLE": "Choose a role", diff --git a/app/locales/taiga/locale-ru.json b/app/locales/taiga/locale-ru.json index 1348d620..feef2b63 100644 --- a/app/locales/taiga/locale-ru.json +++ b/app/locales/taiga/locale-ru.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Назначить", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Участники проекта", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Участники проекта", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-sv.json b/app/locales/taiga/locale-sv.json index 36f4de68..705d1314 100644 --- a/app/locales/taiga/locale-sv.json +++ b/app/locales/taiga/locale-sv.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Tilldela", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-tr.json b/app/locales/taiga/locale-tr.json index b9fa03cb..42ed6918 100644 --- a/app/locales/taiga/locale-tr.json +++ b/app/locales/taiga/locale-tr.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "Ata", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban", diff --git a/app/locales/taiga/locale-zh-hans.json b/app/locales/taiga/locale-zh-hans.json index 743210f7..5f1e6e9e 100644 --- a/app/locales/taiga/locale-zh-hans.json +++ b/app/locales/taiga/locale-zh-hans.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "指派", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Github", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "项目成员", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "看板", "SCRUM_PROJECT": "冲刺", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "项目成员", "KANBAN_PROJECT": "看板", diff --git a/app/locales/taiga/locale-zh-hant.json b/app/locales/taiga/locale-zh-hant.json index 2a84d421..f048f163 100644 --- a/app/locales/taiga/locale-zh-hant.json +++ b/app/locales/taiga/locale-zh-hant.json @@ -996,6 +996,11 @@ "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "WARNING_MAIL_USER": "Note that if the user does not have a Taiga account we will not be able to assign the tasks to him.", "ASSIGN": "指派", + "PROJECT_SELECTOR": { + "NO_RESULTS": "It looks like nothing was found with your search criteria", + "ACTION_SEARCH": "search", + "ACTION_BACK": "Back" + }, "PROJECT_RESTRICTIONS": { "PROJECT_MEMBERS_DESC_PRIVATE": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per private project. If you would like to increase that limit please contact the administrator.", "PROJECT_MEMBERS_DESC_PUBLIC": "The project you are trying to import has {{members}} members including you, unfortunately, your current plan allows for a maximum of {{max_memberships}} members per public project. If you would like to increase that limit please contact the administrator.", @@ -1038,12 +1043,14 @@ "TRELLO": { "TITLE": "Trello", "SELECTOR": "Import your Trello boards into Taiga", - "CHOOSE_BOARD": "Choose board that you want to import" + "CHOOSE_PROJECT": "Choose board that you want to import", + "NO_PROJECTS": "It seems you have no boards in Trello" }, "GITHUB": { "TITLE": "Githun", "SELECTOR": "Import your Github project issues", - "CHOOSE_BOARD": "Find the project you want to import", + "CHOOSE_PROJECT": "Find the project you want to import", + "NO_PROJECTS": "It seems you have no porjects in GitHub", "PROJECT_MEMBERS": "Project Members", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "KANBAN_PROJECT": "As user stories in a kanban project", @@ -1056,7 +1063,8 @@ "ASANA": { "TITLE": "Asana", "SELECTOR": "Import your Asana project and choose how to manage it", - "CHOOSE_BOARD": "Choose project that you want to import", + "CHOOSE_PROJECT": "Choose project that you want to import", + "NO_PROJECTS": "It seems you have no porjects in Asana", "KANBAN_PROJECT": "Kanban(看板)", "SCRUM_PROJECT": "Scrum", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", @@ -1065,8 +1073,9 @@ }, "JIRA": { "TITLE": "Jira", - "CHOOSE_PROJECT": "Choose project or board that you want to import", "SELECTOR": "Import your Jira project and choose how to manage it", + "CHOOSE_PROJECT": "Choose project or board that you want to import", + "NO_PROJECTS": "It seems you have no porjects or boards in Jira", "URL": "Your Jira URL", "PROJECT_MEMBERS": "Project Members", "KANBAN_PROJECT": "Kanban(看板)", diff --git a/app/modules/projects/create/asana-import/asana-import.jade b/app/modules/projects/create/asana-import/asana-import.jade index ac684194..f36a9614 100644 --- a/app/modules/projects/create/asana-import/asana-import.jade +++ b/app/modules/projects/create/asana-import/asana-import.jade @@ -4,7 +4,8 @@ tg-import-project-selector( logo="/#{v}/images/import-logos/asana.png" - search="{{ 'PROJECT.IMPORT.ASANA.CHOOSE_BOARD' | translate }}" + search="{{ 'PROJECT.IMPORT.ASANA.CHOOSE_PROJECT' | translate }}" + no-projects-msg="{{ 'PROJECT.IMPORT.ASANA.NO_PROJECTS' | translate }}" projects="vm.projects" on-cancel="vm.onCancel()" on-select-project="vm.onSelectProject(project)" diff --git a/app/modules/projects/create/github-import/github-import.jade b/app/modules/projects/create/github-import/github-import.jade index f69ea30d..a85e1de8 100644 --- a/app/modules/projects/create/github-import/github-import.jade +++ b/app/modules/projects/create/github-import/github-import.jade @@ -4,7 +4,8 @@ tg-import-project-selector( logo="/#{v}/images/import-logos/github.png" - search="{{ 'PROJECT.IMPORT.GITHUB.CHOOSE_BOARD' | translate }}" + search="{{ 'PROJECT.IMPORT.GITHUB.CHOOSE_PROJECT' | translate }}" + no-projects-msg="{{ 'PROJECT.IMPORT.GITHUB.NO_PROJECTS' | translate }}" projects="vm.projects" on-cancel="vm.onCancel()" on-select-project="vm.onSelectProject(project)" diff --git a/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee b/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee index 3bac4cab..c9955674 100644 --- a/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee +++ b/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee @@ -27,8 +27,8 @@ ImportProjectSelectorDirective = () -> projects: '<', onCancel: '&', onSelectProject: '&', - platfrom: '@', logo: '@', + noProjectsMsg: '@', search: '@' } } diff --git a/app/modules/projects/create/import-project-selector/import-project-selector.jade b/app/modules/projects/create/import-project-selector/import-project-selector.jade index 5a6d0baf..80ffaef2 100644 --- a/app/modules/projects/create/import-project-selector/import-project-selector.jade +++ b/app/modules/projects/create/import-project-selector/import-project-selector.jade @@ -16,19 +16,31 @@ ) tg-svg( svg-icon="icon-search" - title="{{'SEARCH.TITLE_ACTION_SEARCH' | translate}}" + title="{{ 'PROJECT.IMPORT.PROJECT_SELECTOR.ACTION_SEARCH' | translate }}" ) ul.import-project-board-list li.import-project-selector-title( - ng-repeat="project in vm.projects | toMutable | orderBy:'name' | filter:vm.searchText track by project.id" + ng-repeat="project in vm.projects | toMutable | orderBy:'name' | filter:vm.searchText as filteredProjects track by project.id" ng-click="vm.selectProject(project)" ) {{project.name}} + .import-project-board-no-projects.empty-large(ng-if="vm.projects.size == 0") + img( + src="/#{v}/images/empty/empty_tex.png", + alt="{{ vm.noProjectsMsg }}" + aria-hidden="true" + role="presentation" + ) + p.title {{ vm.noProjectsMsg }} + + .import-project-board-no-results.empty-filter(ng-if="vm.projects.size > 0 && filteredProjects.length == 0") + p(translate="PROJECT.IMPORT.PROJECT_SELECTOR.NO_RESULTS") + .create-project-action button.trans-button.create-project-action-cancel( type="button" ng-click="vm.onCancel()" - title="{{'COMMON.CANCEL' | translate}}" - translate="COMMON.CANCEL" + title="{{'PROJECT.IMPORT.PROJECT_SELECTOR.ACTION_BACK' | translate}}" + translate="PROJECT.IMPORT.PROJECT_SELECTOR.ACTION_BACK" ) diff --git a/app/modules/projects/create/jira-import/jira-import.jade b/app/modules/projects/create/jira-import/jira-import.jade index 836171c6..3090dea1 100644 --- a/app/modules/projects/create/jira-import/jira-import.jade +++ b/app/modules/projects/create/jira-import/jira-import.jade @@ -4,6 +4,7 @@ tg-import-project-selector( logo="/#{v}/images/import-logos/jira.png" search="{{ 'PROJECT.IMPORT.JIRA.CHOOSE_PROJECT' | translate }}" + no-projects-msg="{{ 'PROJECT.IMPORT.JIRA.NO_PROJECTS' | translate }}" projects="vm.projects" on-cancel="vm.onCancel()" on-select-project="vm.onSelectProject(project)" diff --git a/app/modules/projects/create/trello-import/trello-import.jade b/app/modules/projects/create/trello-import/trello-import.jade index 9702988d..47fb2ba7 100644 --- a/app/modules/projects/create/trello-import/trello-import.jade +++ b/app/modules/projects/create/trello-import/trello-import.jade @@ -1,6 +1,7 @@ tg-import-project-selector( logo="/#{v}/images/import-logos/trello.png" - search="{{ 'PROJECT.IMPORT.TRELLO.CHOOSE_BOARD' | translate }}" + search="{{ 'PROJECT.IMPORT.TRELLO.CHOOSE_PROJECT' | translate }}" + no-projects-msg="{{ 'PROJECT.IMPORT.TRELLO.NO_PROJECTS' | translate }}" projects="vm.projects" on-cancel="vm.onCancel()" on-select-project="vm.onSelectProject(project)" diff --git a/app/styles/components/empty.scss b/app/styles/components/empty.scss index 23fe77c7..381db7b7 100644 --- a/app/styles/components/empty.scss +++ b/app/styles/components/empty.scss @@ -32,3 +32,8 @@ max-width: 800px; } } + +.empty-filter { + @extend %empty; + margin-top: 1rem; +}