Merge branch 'stable' into release/3.1.1

stable
Miguel Gonzalez 2018-02-19 13:23:55 +01:00
commit 1114251be2
10 changed files with 392 additions and 402 deletions

View File

@ -213,11 +213,11 @@
} }
}, },
"WYSIWYG": { "WYSIWYG": {
"CODE_SNIPPET": "Codeschnipsel", "CODE_SNIPPET": "Code Snippet",
"DB_CLICK": "Doppelklick zum Bearbeiten", "DB_CLICK": "double click to edit",
"SELECT_LANGUAGE_PLACEHOLDER": "Sprache wählen", "SELECT_LANGUAGE_PLACEHOLDER": "Select Language",
"SELECT_LANGUAGE_REMOVE_FORMATING": "Lösche Formatierung", "SELECT_LANGUAGE_REMOVE_FORMATING": "Remove formatting",
"OUTDATED": "Eine andere Person hat, während deiner Bearbeitung, Änderungen vorgenommen. Überprüfe die neue Version in der Aktivitätstabelle, bevor du deine Änderungen speicherst", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "Markdown syntax Hilfe" "MARKDOWN_HELP": "Markdown syntax Hilfe"
}, },
"PERMISIONS_CATEGORIES": { "PERMISIONS_CATEGORIES": {
@ -355,8 +355,8 @@
"HOME": { "HOME": {
"PAGE_TITLE": "Home - Taiga", "PAGE_TITLE": "Home - Taiga",
"PAGE_DESCRIPTION": "Die Taiga Homepage mit Ihren wichtigsten Projekten und all Ihren zugeordneten und beobachteten User-Stories, Aufgaben und Tickets.", "PAGE_DESCRIPTION": "Die Taiga Homepage mit Ihren wichtigsten Projekten und all Ihren zugeordneten und beobachteten User-Stories, Aufgaben und Tickets.",
"EMPTY_WORKING_ON": "<strong>Es sieht hier noch leer aus, oder?</strong> Beginne mit Taiga zu arbeiten und du wirst hier Storys, Tasks und Tickets an denen gearbeitet wird sehen.", "EMPTY_WORKING_ON": "<strong>Es sieht hier noch leer aus, oder?</strong> Beginne mit Taiga zu arbeiten und du wirst hier Storys, Tasks und Issues an denen gearbeitet wird sehen.",
"EMPTY_WATCHING": "<strong>Folge</strong> User Stories, Tasks, Tickets in deinem Projekt und erhalte Benachrichtigungen, wenn sich etwas ändert. :)", "EMPTY_WATCHING": "<strong>Folge</strong> User Stories, Tasks, Issues in deinem Projekt und erhalte Benachrichtigungen, wenn sich etwas ändert. :)",
"EMPTY_PROJECT_LIST": "Sie haben noch keine Projekte", "EMPTY_PROJECT_LIST": "Sie haben noch keine Projekte",
"WORKING_ON_SECTION": "Zuletzt bearbeitet", "WORKING_ON_SECTION": "Zuletzt bearbeitet",
"WATCHING_SECTION": "Beobachtet", "WATCHING_SECTION": "Beobachtet",
@ -491,7 +491,7 @@
"PROJECT_NAME": "Projektname", "PROJECT_NAME": "Projektname",
"TAGS": "Schlagwörter", "TAGS": "Schlagwörter",
"DESCRIPTION": "Beschreibung", "DESCRIPTION": "Beschreibung",
"RECRUITING": "Auf der Suche nach Mitgliedern?", "RECRUITING": "Is this project looking for people?",
"RECRUITING_MESSAGE": "Wen suchst du denn?", "RECRUITING_MESSAGE": "Wen suchst du denn?",
"RECRUITING_PLACEHOLDER": "Define the profiles you are looking for", "RECRUITING_PLACEHOLDER": "Define the profiles you are looking for",
"FEEDBACK": "Feedback von Taiga-Nutzern erhalten?", "FEEDBACK": "Feedback von Taiga-Nutzern erhalten?",
@ -546,7 +546,7 @@
"ISSUE_DESCRIPTION": "Tickets benutzerdefinierte Felder", "ISSUE_DESCRIPTION": "Tickets benutzerdefinierte Felder",
"ISSUE_ADD": "Fügen Sie den Tickets ein benutzerdefiniertes Feld hinzu", "ISSUE_ADD": "Fügen Sie den Tickets ein benutzerdefiniertes Feld hinzu",
"FIELD_TYPE_TEXT": "Text", "FIELD_TYPE_TEXT": "Text",
"FIELD_TYPE_RICHTEXT": "Rich Text", "FIELD_TYPE_RICHTEXT": "Rich text",
"FIELD_TYPE_MULTI": "Mehrzeilig", "FIELD_TYPE_MULTI": "Mehrzeilig",
"FIELD_TYPE_DATE": "Datum", "FIELD_TYPE_DATE": "Datum",
"FIELD_TYPE_URL": "Url" "FIELD_TYPE_URL": "Url"
@ -689,8 +689,8 @@
"DEFAULT_DELETE_MESSAGE": "die Einladung an {{email}}" "DEFAULT_DELETE_MESSAGE": "die Einladung an {{email}}"
}, },
"DEFAULT_VALUES": { "DEFAULT_VALUES": {
"LABEL_EPIC_STATUS": "Standardwert für Epic Status", "LABEL_EPIC_STATUS": "Default value for epic status selector",
"LABEL_US_STATUS": "Standardwert für Userstory Status", "LABEL_US_STATUS": "Default value for user story status selector",
"LABEL_POINTS": "Vorgegebener Wert für Punkteauswahl", "LABEL_POINTS": "Vorgegebener Wert für Punkteauswahl",
"LABEL_TASK_STATUS": "Vorgegebene Auswahl für den Aufgaben-Status", "LABEL_TASK_STATUS": "Vorgegebene Auswahl für den Aufgaben-Status",
"LABEL_ISSUE_TYPE": "Vorgegebener Wert für Ticketartauswahl", "LABEL_ISSUE_TYPE": "Vorgegebener Wert für Ticketartauswahl",
@ -865,13 +865,13 @@
}, },
"CONTACT_BUTTON": { "CONTACT_BUTTON": {
"CONTACT_TITLE": "Kontaktiere das Projekt-Team", "CONTACT_TITLE": "Kontaktiere das Projekt-Team",
"CONTACT_BUTTON": "Kontaktiere das Projekt" "CONTACT_BUTTON": "Contact the project"
}, },
"CREATE": { "CREATE": {
"TITLE": "Projekt erstellen", "TITLE": "Projekt erstellen",
"CHOOSE_TEMPLATE": "Welches Template passt am besten zu Ihrem Projekt?", "CHOOSE_TEMPLATE": "Which template fits your project better?",
"TEMPLATE_SCRUM": "Scrum", "TEMPLATE_SCRUM": "Scrum",
"TEMPLATE_SCRUM_DESC": "Priorisiere und löse deine Aufgaben in kurzen Zeitintervallen", "TEMPLATE_SCRUM_DESC": "Prioritize and solve your tasks in short time cycles.",
"TEMPLATE_SCRUM_LONGDESC": "Scrum is an iterative and incremental agile software development methodology for managing product development.\nThe product backlog is what will ultimately be delivered, ordered into the sequence in which it should be delivered. Product Backlogs are broken into manageable, executable chunks named sprints. Every certain amount of time the team initiates a new sprint and commits to deliver a certain number of user stories from the backlog, in accordance with their skills, abilities and resources. The project advances as the backlog becomes depleted.", "TEMPLATE_SCRUM_LONGDESC": "Scrum is an iterative and incremental agile software development methodology for managing product development.\nThe product backlog is what will ultimately be delivered, ordered into the sequence in which it should be delivered. Product Backlogs are broken into manageable, executable chunks named sprints. Every certain amount of time the team initiates a new sprint and commits to deliver a certain number of user stories from the backlog, in accordance with their skills, abilities and resources. The project advances as the backlog becomes depleted.",
"TEMPLATE_KANBAN": "Kanban", "TEMPLATE_KANBAN": "Kanban",
"TEMPLATE_KANBAN_DESC": "Halte einen konstanten Workflow bei unabhängigen Aufgaben", "TEMPLATE_KANBAN_DESC": "Halte einen konstanten Workflow bei unabhängigen Aufgaben",
@ -880,9 +880,9 @@
"DUPLICATE_DESC": "Starte sauber und behalte Deine Konfiguration", "DUPLICATE_DESC": "Starte sauber und behalte Deine Konfiguration",
"IMPORT": "Projekt importieren", "IMPORT": "Projekt importieren",
"IMPORT_DESC": "Importiere Dein Projekt von verschiedenen Plattformen zu Taiga", "IMPORT_DESC": "Importiere Dein Projekt von verschiedenen Plattformen zu Taiga",
"INVITE": "Lade jemanden in dieses Projekt ein", "INVITE": "Invite to the project",
"SOLO_PROJECT": "Du bist alleine in diesem Projekt", "SOLO_PROJECT": "You'll be alone in this project",
"INVITE_LATER": "(Später kannst du mehr Mitglieder einladen)", "INVITE_LATER": "(You'll be able to invite more members later)",
"BACK": "Zurück", "BACK": "Zurück",
"MAX_PRIVATE_PROJECTS": "Unfortunately, You've reached the maximum number of private projects.\nIf you would like to increase the current limit please contact the administrator.", "MAX_PRIVATE_PROJECTS": "Unfortunately, You've reached the maximum number of private projects.\nIf you would like to increase the current limit please contact the administrator.",
"MAX_PUBLIC_PROJECTS": "Unfortunately, You've reached the maximum number of public projects.\nIf you would like to increase the current limit please contact the administrator.", "MAX_PUBLIC_PROJECTS": "Unfortunately, You've reached the maximum number of public projects.\nIf you would like to increase the current limit please contact the administrator.",
@ -890,7 +890,7 @@
"PRIVATE_PROJECT": "Privates Projekt" "PRIVATE_PROJECT": "Privates Projekt"
}, },
"COMMON": { "COMMON": {
"DETAILS": "Projekt Details", "DETAILS": "New project details",
"PROJECT_TITLE": "Projektname", "PROJECT_TITLE": "Projektname",
"PROJECT_DESCRIPTION": "Projekt-Beschreibung" "PROJECT_DESCRIPTION": "Projekt-Beschreibung"
}, },
@ -910,19 +910,19 @@
"ERROR_MESSAGE": "Unsere Helferlein haben Probleme beim Importieren Ihrer Datei: {{error_message}}", "ERROR_MESSAGE": "Unsere Helferlein haben Probleme beim Importieren Ihrer Datei: {{error_message}}",
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) ist zu schwierig für unsere Helferlein, versuchen Sie es bitte mit einer kleineren Datei als ({{maxFileSize}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) ist zu schwierig für unsere Helferlein, versuchen Sie es bitte mit einer kleineren Datei als ({{maxFileSize}})",
"SYNC_SUCCESS": "Ihr Projekt wurde erfolgreich importiert", "SYNC_SUCCESS": "Ihr Projekt wurde erfolgreich importiert",
"IMPORT": "Importieren", "IMPORT": "Import",
"WHO_IS": "Ihre Aufgaben werden zugewiesen an ...", "WHO_IS": "Their tasks will be assigned to ...",
"WRITE_EMAIL": "Oder wenn du willst, schreibe die Email, welcher der User in Taiga benützt", "WRITE_EMAIL": "Or if you want, write the email that this user uses in Taiga",
"SEARCH_CONTACT": "Oder such in deinen Kontakten, wenn du willst", "SEARCH_CONTACT": "Or if you want, search in your contacts",
"WRITE_EMAIL_LABEL": "Schreibe eine Email, das dieser User Taiga benützt", "WRITE_EMAIL_LABEL": "Write the email that this user uses in Taiga",
"ACCEEDE": "Acceede", "ACCEEDE": "Acceede",
"PROJECT_MEMBERS": "Projektmitglieder", "PROJECT_MEMBERS": "Projektmitglieder",
"PROCESS_DESCRIPTION": "Sage uns, wem aus Taiga du die Aufgaben aus {{platform}} zuweisen möchtest", "PROCESS_DESCRIPTION": "Tell us who from Taiga you want to assign the tasks of {{platform}}",
"MATCH": "Ist <strong>{{user_external}}</strong> die selbe Person als <strong>{{user_internal}}</strong>?", "MATCH": "Is <strong>{{user_external}}</strong> the same person as <strong>{{user_internal}}</strong>?",
"CHOOSE": "Wähle User", "CHOOSE": "Select user",
"LINKS": "Links mit {{platform}}", "LINKS": "Links with {{platform}}",
"LINKS_DESCRIPTION": "Möchtest du den Link von jedem Item mit der originalen {{platform}} Informationen behalten?", "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?",
"WARNING_MAIL_USER": "Wenn der User keinen Taiga Account besitzt, können ihm keine Aufgaben zugewiesen werden", "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", "ASSIGN": "Zuweisen",
"PROJECT_SELECTOR": { "PROJECT_SELECTOR": {
"NO_RESULTS": "Es sieht so aus, als konnte zu Ihren Suchkriterien nichts passendes gefunden werden.", "NO_RESULTS": "Es sieht so aus, als konnte zu Ihren Suchkriterien nichts passendes gefunden werden.",
@ -932,7 +932,7 @@
"PROJECT_RESTRICTIONS": { "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_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.", "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.",
"ACCOUNT_ALLOW_MEMBERS": "Dieser Account erlaubt nur {{members}} Mitglieder", "ACCOUNT_ALLOW_MEMBERS": "Your account only allows {{members}} members",
"PRIVATE_PROJECTS_SPACE": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "Leider erlaubt Ihr derzeitiger Plan keine weiteren privaten Projekte anzulegen.", "TITLE": "Leider erlaubt Ihr derzeitiger Plan keine weiteren privaten Projekte anzulegen.",
"DESC": "Das Projekt, das Sie versuchen zu importieren, ist privat. Leider erlaubt Ihr derzeitiger Plan keine weiteren privaten Projekte hinzuzufügen." "DESC": "Das Projekt, das Sie versuchen zu importieren, ist privat. Leider erlaubt Ihr derzeitiger Plan keine weiteren privaten Projekte hinzuzufügen."
@ -961,53 +961,53 @@
"DESCRIPTION": "Dieser Vorgang kann etwas dauern. Bitte schliessen Sie das Fenster nicht!" "DESCRIPTION": "Dieser Vorgang kann etwas dauern. Bitte schliessen Sie das Fenster nicht!"
}, },
"WARNING": { "WARNING": {
"TITLE": "Einige Tasks werden noch nicht zugewiesen", "TITLE": "Some taks will be unassigned",
"DESCRIPTION": "Es gibt immer noch nicht identifizierte Personen. Die Objekte, die diesen Personen zugewiesen sind, werden in Taiga nicht ohne Zuweisung erstellt. Überprüfe alle Kontakte, um Informationsverlust zu vermeiden", "DESCRIPTION": "There are still unidentified people. The cards assigned to these people will remain unassigned. Check all the contacts to not lose that information.",
"CHECK": "Überprüfe Kontakte" "CHECK": "Check contacts"
}, },
"TAIGA": { "TAIGA": {
"SELECTOR": "Importiere dein Taiga Projekt" "SELECTOR": "Import your Taiga project"
}, },
"TRELLO": { "TRELLO": {
"SELECTOR": "Importiere Trello Projekt in Taiga", "SELECTOR": "Import your Trello boards into Taiga",
"CHOOSE_PROJECT": "Wähle Board welches importiert werden soll", "CHOOSE_PROJECT": "Choose board that you want to import",
"NO_PROJECTS": "Bist du sicher, dass du in Trello Boards besitzt " "NO_PROJECTS": "It seems you have no boards in Trello"
}, },
"GITHUB": { "GITHUB": {
"SELECTOR": "Importiere Github Projekt Issues", "SELECTOR": "Import your GitHub project issues",
"CHOOSE_PROJECT": "Finde das Projekt, welches du importieren möchtest", "CHOOSE_PROJECT": "Find the project you want to import",
"NO_PROJECTS": "Es scheint, als hättest du keinen Projekte in Github", "NO_PROJECTS": "It seems you have no porjects in GitHub",
"HOW_DO_YOU_WANT_TO_IMPORT": "Wie willst du deine Probleme in Taiga importieren?", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?",
"KANBAN_PROJECT": "Als Userstories in einem Kanban Projekt", "KANBAN_PROJECT": "As user stories in a kanban project",
"KANBAN_PROJECT_DESCRIPTION": "Danach kannst du Scrum mit dem Backlog aktivieren", "KANBAN_PROJECT_DESCRIPTION": "After that you can enable scrum with backlog.",
"SCRUM_PROJECT": "Als Userstory in einem Scrum Projekt", "SCRUM_PROJECT": "As user stories in a scrum project",
"SCRUM_PROJECT_DESCRIPTION": "Danach ist der Kanban Modus aktivierbar", "SCRUM_PROJECT_DESCRIPTION": "After that you can enable kanban mode.",
"ISSUES_PROJECT": "Als Ticket", "ISSUES_PROJECT": "As issues",
"ISSUES_PROJECT_DESCRIPTION": "Diese Tickets sind im Kanban oder Scrum Modus nicht verfügbar. Wenn neue Userstories angelegt werden, ist der Kanban oder Scrum Modus verfügbar " "ISSUES_PROJECT_DESCRIPTION": "You will not be able to use your issues in kanban or scrum mode. You will be able to enable kanban or scrum for new user stories"
}, },
"ASANA": { "ASANA": {
"SELECTOR": "Importiere dein Asana Projekt und entscheide, wie du es verwalten willst", "SELECTOR": "Import your Asana project and choose how to manage it",
"CHOOSE_PROJECT": "Wähle das Projekt, welches importiert werden soll", "CHOOSE_PROJECT": "Choose project that you want to import",
"NO_PROJECTS": "Es scheint, als hättest du keine Projekte in Asana", "NO_PROJECTS": "It seems you have no porjects in Asana",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"CREATE_AS_SCRUM_DESCRIPTION": "Die Aufgaben und Teilaufgaben von deinem Projekt werden als Taiga Userstories und Taiga Aufgaben erzeugt", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_KANBAN_DESCRIPTION": "Die Aufgaben und Teilaufgaben von deinem Projekt werden als Taiga Userstories und Taiga Aufgaben erzeugt" "CREATE_AS_KANBAN_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks."
}, },
"JIRA": { "JIRA": {
"SELECTOR": "Importiere dein Jira Projekt und entscheide, wie du es verwalten willst", "SELECTOR": "Import your Jira project and choose how to manage it",
"HOW_TO_CONFIGURE": "(Konfigurationshilfe)", "HOW_TO_CONFIGURE": "(configuration help)",
"CHOOSE_PROJECT": "Wähle Projekt oder Board welches importiert werden soll", "CHOOSE_PROJECT": "Choose project or board that you want to import",
"NO_PROJECTS": "Es scheint, dass keine Projekte oder Boards in Jira bestehen", "NO_PROJECTS": "It seems you have no porjects or boards in Jira",
"URL": "Deine Jira URL", "URL": "Your Jira URL",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"ISSUES_PROJECT": "Tickets", "ISSUES_PROJECT": "Tickets",
"CREATE_AS_SCRUM_DESCRIPTION": "Die Tickets und Sub-Tickets von deinem Projekt werden als Taiga Userstories und Taiga Aufgaben erstellt", "CREATE_AS_SCRUM_DESCRIPTION": "The issues and sub-issues of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_KANBAN_DESCRIPTION": "Die Tickets und Sub-Tickets von deinem Projekt werden als Taiga Userstories und Taiga Aufgaben erstellt", "CREATE_AS_KANBAN_DESCRIPTION": "The issues and sub-issues of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_ISSUES_DESCRIPTION": "Was möchtest du mit den Sub-Tickets aus dem Jira Projekt tun? (Taiga erlaubt keine Sub-Tickets) ", "CREATE_AS_ISSUES_DESCRIPTION": "What do you want to do with sub-issues from the Jira project? (Taiga doesn't allow sub-issues)",
"CREATE_NEW_ISSUES": " Konvertiere Sub-Tickets zu neuen Taiga Tickets", "CREATE_NEW_ISSUES": "Convert sub-issues to new Taiga issues",
"NOT_CREATE_NEW_ISSUES": "Importiere keine Sub-Tickets" "NOT_CREATE_NEW_ISSUES": "Do not import sub-issues"
} }
} }
}, },
@ -1112,18 +1112,17 @@
"TITLE_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Verknüpfung zur zugehören User-Story lösen", "TITLE_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Verknüpfung zur zugehören User-Story lösen",
"MSG_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Dies wird die Verknüpfung zur zugehörigen User-Story '{{subject}}' löschen", "MSG_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Dies wird die Verknüpfung zur zugehörigen User-Story '{{subject}}' löschen",
"ERROR_UNLINK_RELATED_USERSTORY": "Die Verknüpfung konnte nicht gelöscht werden: {{errorMessage}}", "ERROR_UNLINK_RELATED_USERSTORY": "Die Verknüpfung konnte nicht gelöscht werden: {{errorMessage}}",
"CREATE_RELATED_USERSTORIES": "Erstelle eine Verbindung mit", "CREATE_RELATED_USERSTORIES": "Create a relationship with",
"NEW_USERSTORY": "Neue User-Story", "NEW_USERSTORY": "Neue User-Story",
"EXISTING_USERSTORY": "Bestehende User-Story", "EXISTING_USERSTORY": "Bestehende User-Story",
"CHOOSE_PROJECT_FOR_CREATION": "Welches Projekt?", "CHOOSE_PROJECT_FOR_CREATION": "What's the project?",
"SUBJECT": "Thema", "SUBJECT": "Thema",
"SUBJECT_BULK_MODE": "Thema (Mehrfacheingaben möglich)", "SUBJECT_BULK_MODE": "Subject (bulk insert)",
"CHOOSE_PROJECT_FROM": "Welches Projekt?", "CHOOSE_PROJECT_FROM": "What's the project?",
"CHOOSE_USERSTORY": "Beschreibe die Userstory", "CHOOSE_USERSTORY": "What's the user story?",
"NO_USERSTORIES": "Dieses Projekt hat zurzeit keine User Stories. Bitte wähle ein anderes Projekt.", "NO_USERSTORIES": "Dieses Projekt hat zurzeit keine User Stories. Bitte wähle ein anderes Projekt.",
"NO_USERSTORIES_FOUND": "Es sieht so aus, als konnte zu Ihren Suchkriterien nichts passendes gefunden werden.",
"FILTER_USERSTORIES": "User-Stories filter", "FILTER_USERSTORIES": "User-Stories filter",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Blocke Epic", "LIGHTBOX_TITLE_BLOKING_EPIC": "Blocking epic",
"ACTION_DELETE": "Epic löschen" "ACTION_DELETE": "Epic löschen"
}, },
"US": { "US": {
@ -1140,11 +1139,11 @@
"TITLE_DELETE_ACTION": "User-Story löschen", "TITLE_DELETE_ACTION": "User-Story löschen",
"LIGHTBOX_TITLE_BLOKING_US": "Blockiert uns", "LIGHTBOX_TITLE_BLOKING_US": "Blockiert uns",
"NOT_ESTIMATED": "Nicht eingeschätzt", "NOT_ESTIMATED": "Nicht eingeschätzt",
"OWNER_US": "Userstory gehört", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "Als Gig in Taiga Tribe veröffentlichen", "PUBLISH": "Als Gig in Taiga Tribe veröffentlichen",
"PUBLISH_INFO": "Weitere Infos", "PUBLISH_INFO": "Weitere Infos",
"PUBLISH_TITLE": "Mehr Infos zum Veröffentlichen in Taiga Tribe", "PUBLISH_TITLE": "More info on publishing in Taiga Tribe",
"PUBLISHED_AS_GIG": "Story veröffentlicht als Gig in Taiga Tribe", "PUBLISHED_AS_GIG": "Story veröffentlicht als Gig in Taiga Tribe",
"EDIT_LINK": "Link bearbeiten", "EDIT_LINK": "Link bearbeiten",
"CLOSE": "Schließen", "CLOSE": "Schließen",
@ -1240,7 +1239,7 @@
"HIDE": "Schlagwörter ausblenden" "HIDE": "Schlagwörter ausblenden"
}, },
"FORECASTING": { "FORECASTING": {
"TITLE": "Velocity Vorhersage", "TITLE": "Velocity forecasting",
"BACKLOG": "Backlog anzeigen", "BACKLOG": "Backlog anzeigen",
"NEW_SPRINT": "Candidate User Stories for your next sprint based on your velocity. Click to create a new sprint.", "NEW_SPRINT": "Candidate User Stories for your next sprint based on your velocity. Click to create a new sprint.",
"CURRENT_SPRINT": "Candidate User Stories for your sprint based on your velocity. Click to add to current sprint." "CURRENT_SPRINT": "Candidate User Stories for your sprint based on your velocity. Click to add to current sprint."
@ -1471,7 +1470,7 @@
} }
}, },
"USER_PROFILE": { "USER_PROFILE": {
"ACTION_USE_GRAVATAR": "Standardbild verwenden", "ACTION_USE_GRAVATAR": "Use default image",
"ACTION_DELETE_ACCOUNT": "Ihr Taiga Benutzerkonto löschen", "ACTION_DELETE_ACCOUNT": "Ihr Taiga Benutzerkonto löschen",
"CHANGE_EMAIL_SUCCESS": "<strong>Sehen Sie in Ihren Posteingang!</strong><br />Wir haben eine E-Mail an Ihr Konto gesendet<br />mit der Anleitung, wie Sie Ihre neue Adresse anlegen", "CHANGE_EMAIL_SUCCESS": "<strong>Sehen Sie in Ihren Posteingang!</strong><br />Wir haben eine E-Mail an Ihr Konto gesendet<br />mit der Anleitung, wie Sie Ihre neue Adresse anlegen",
"CHANGE_PHOTO": "Foto ändern", "CHANGE_PHOTO": "Foto ändern",
@ -1509,7 +1508,7 @@
"SECTION_PAGES_LIST": "Alle Seiten", "SECTION_PAGES_LIST": "Alle Seiten",
"PAGES_LIST_COLUMNS": { "PAGES_LIST_COLUMNS": {
"TITLE": "Titel", "TITLE": "Titel",
"EDITIONS": "Ausgaben", "EDITIONS": "Editions",
"CREATED": "Erstellt", "CREATED": "Erstellt",
"MODIFIED": "Geändert", "MODIFIED": "Geändert",
"CREATOR": "Ersteller", "CREATOR": "Ersteller",
@ -1537,8 +1536,8 @@
"TASK_CREATED_WITH_US": "{{username}} erstellte die neue Aufgabe {{obj_name}} in {{project_name}}, die zur User-Story {{us_name}} gehört", "TASK_CREATED_WITH_US": "{{username}} erstellte die neue Aufgabe {{obj_name}} in {{project_name}}, die zur User-Story {{us_name}} gehört",
"WIKI_CREATED": "{{username}} erstellte die neue Wiki Seite {{obj_name}} in {{project_name}}", "WIKI_CREATED": "{{username}} erstellte die neue Wiki Seite {{obj_name}} in {{project_name}}",
"MILESTONE_CREATED": "{{username}} erstellte den neuen Sprint {{obj_name}} in {{project_name}}", "MILESTONE_CREATED": "{{username}} erstellte den neuen Sprint {{obj_name}} in {{project_name}}",
"EPIC_CREATED": "{{username}} hat einen neuen Epic {{obj_name}} in {{project_name}} erstellt", "EPIC_CREATED": "{{username}} has created a new epic {{obj_name}} in {{project_name}}",
"EPIC_RELATED_USERSTORY_CREATED": "{{username}} hat die Userstory {{related_us_name}} mit der Epic {{epic_name}} im Projekt {{project_name}} verbunden", "EPIC_RELATED_USERSTORY_CREATED": "{{username}} has related the userstory {{related_us_name}} to the epic {{epic_name}} in {{project_name}}",
"NEW_PROJECT": "{{username}} erstellte das Projekt {{project_name}}", "NEW_PROJECT": "{{username}} erstellte das Projekt {{project_name}}",
"MILESTONE_UPDATED": "{{username}} aktualisierte den Sprint {{obj_name}}", "MILESTONE_UPDATED": "{{username}} aktualisierte den Sprint {{obj_name}}",
"US_UPDATED": "{{username}} aktualisierte das Attribut \"{{field_name}}\" der User-Story {{obj_name}}", "US_UPDATED": "{{username}} aktualisierte das Attribut \"{{field_name}}\" der User-Story {{obj_name}}",
@ -1551,9 +1550,9 @@
"TASK_UPDATED_WITH_US": "{{username}} aktualisierte das Attribut \"{{field_name}}\" der Aufgabe {{obj_name}} von User-Story {{us_name}}", "TASK_UPDATED_WITH_US": "{{username}} aktualisierte das Attribut \"{{field_name}}\" der Aufgabe {{obj_name}} von User-Story {{us_name}}",
"TASK_UPDATED_WITH_US_NEW_VALUE": "{{username}} aktualisierte das Attribut \"{{field_name}}\" der Aufgabe {{obj_name}} die zu der User-Story gehört {{us_name}} zu {{new_value}}", "TASK_UPDATED_WITH_US_NEW_VALUE": "{{username}} aktualisierte das Attribut \"{{field_name}}\" der Aufgabe {{obj_name}} die zu der User-Story gehört {{us_name}} zu {{new_value}}",
"WIKI_UPDATED": "{{username}} aktualisierte die WIKI Seite {{obj_name}}", "WIKI_UPDATED": "{{username}} aktualisierte die WIKI Seite {{obj_name}}",
"EPIC_UPDATED": "Attribut \"{{field_name}}\" des Epics {{obj_name}} wurde von {{username}} aktualisiert", "EPIC_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the epic {{obj_name}}",
"EPIC_UPDATED_WITH_NEW_VALUE": "Attribut \"{{field_name}}\" des Epics {{obj_name}} wurde von {{username}} zu <span class=\"new-color\" style=\"background: {{new_value}}\"></span> aktualisiert", "EPIC_UPDATED_WITH_NEW_VALUE": "{{username}} has updated the attribute \"{{field_name}}\" of the epic {{obj_name}} to {{new_value}}",
"EPIC_UPDATED_WITH_NEW_COLOR": "Feld \"{{field_name}}\" des Epics {{obj_name}} wurde von {{username}} zu <span class=\"new-color\" style=\"background: {{new_value}}\"></span> aktualisiert", "EPIC_UPDATED_WITH_NEW_COLOR": "{{username}} has updated the \"{{field_name}}\" of the epic {{obj_name}} to <span class=\"new-color\" style=\"background: {{new_value}}\"></span>",
"NEW_COMMENT_US": "{{username}} schrieb einen Kommentar in der User-Story {{obj_name}}", "NEW_COMMENT_US": "{{username}} schrieb einen Kommentar in der User-Story {{obj_name}}",
"NEW_COMMENT_ISSUE": "{{username}} schrieb einen Kommentar im Ticket {{obj_name}}", "NEW_COMMENT_ISSUE": "{{username}} schrieb einen Kommentar im Ticket {{obj_name}}",
"NEW_COMMENT_TASK": "{{username}} schrieb einen Kommentar in der Aufgabe {{obj_name}}", "NEW_COMMENT_TASK": "{{username}} schrieb einen Kommentar in der Aufgabe {{obj_name}}",
@ -1640,22 +1639,22 @@
} }
}, },
"DISCOVER": { "DISCOVER": {
"PAGE_TITLE": "Entdecke Projekte - Taiga", "PAGE_TITLE": "Discover projects - Taiga",
"PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.", "PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.",
"DISCOVER_TITLE": "Endecke Projekte", "DISCOVER_TITLE": "Discover projects",
"DISCOVER_SUBTITLE": "{projects, plural, one{Ein öffentliches Projekt verfügbar} other{# öffentliche Projekte verfügbar}}", "DISCOVER_SUBTITLE": "{projects, plural, one{One public project to discover} other{# public projects to discover}}",
"MOST_ACTIVE": "Most active", "MOST_ACTIVE": "Most active",
"MOST_ACTIVE_EMPTY": "There are no ACTIVE projects yet", "MOST_ACTIVE_EMPTY": "There are no ACTIVE projects yet",
"MOST_LIKED": "Most liked", "MOST_LIKED": "Most liked",
"MOST_LIKED_EMPTY": "There are no LIKED projects yet", "MOST_LIKED_EMPTY": "There are no LIKED projects yet",
"VIEW_MORE": "Zeige mehr", "VIEW_MORE": "View more",
"FEATURED": "Empfohlene Projekte", "FEATURED": "Featured Projects",
"EMPTY": "Es existieren keine Projekte mit den angegebenen Kriterien <br> Versuche es nochmal!", "EMPTY": "There are no projects to show with this search criteria.<br> Try again!",
"FILTERS": { "FILTERS": {
"ALL": "Alle", "ALL": "Alle",
"KANBAN": "Kanban", "KANBAN": "Kanban",
"SCRUM": "Scrum", "SCRUM": "Scrum",
"PEOPLE": "Auf der Suche nach Mitgliedern?", "PEOPLE": "Looking for people",
"WEEK": "Letzte Woche", "WEEK": "Letzte Woche",
"MONTH": "Letzter Monat", "MONTH": "Letzter Monat",
"YEAR": "Letztes Jahr", "YEAR": "Letztes Jahr",
@ -1663,7 +1662,7 @@
"CLEAR": "Filter zurücksetzen" "CLEAR": "Filter zurücksetzen"
}, },
"SEARCH": { "SEARCH": {
"PAGE_TITLE": "Suche - Entdecke Projekte - Taiga", "PAGE_TITLE": "Search - Discover projects - Taiga",
"PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.", "PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.",
"INPUT_PLACEHOLDER": "Geben sie etwas ein...", "INPUT_PLACEHOLDER": "Geben sie etwas ein...",
"ACTION_TITLE": "Suche", "ACTION_TITLE": "Suche",

View File

@ -217,7 +217,7 @@
"DB_CLICK": "doble click para editar", "DB_CLICK": "doble click para editar",
"SELECT_LANGUAGE_PLACEHOLDER": "Selecciona un lenguaje", "SELECT_LANGUAGE_PLACEHOLDER": "Selecciona un lenguaje",
"SELECT_LANGUAGE_REMOVE_FORMATING": "Eliminar formato", "SELECT_LANGUAGE_REMOVE_FORMATING": "Eliminar formato",
"OUTDATED": "Otra persona ha realizado cambios mientras tu estabas editando. Revisa la nueva versión en la pestaña de actividad antes de guardar tus cambios.", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "Ayuda de sintaxis Markdown" "MARKDOWN_HELP": "Ayuda de sintaxis Markdown"
}, },
"PERMISIONS_CATEGORIES": { "PERMISIONS_CATEGORIES": {
@ -412,7 +412,7 @@
"DEPRECATED_FILE": "¿Desactualizado?", "DEPRECATED_FILE": "¿Desactualizado?",
"ADD": "Agrega nuevos adjunto. {{maxFileSizeMsg}}", "ADD": "Agrega nuevos adjunto. {{maxFileSizeMsg}}",
"DROP": "¡Arrastre los archivos adjuntos aquí!", "DROP": "¡Arrastre los archivos adjuntos aquí!",
"SHOW_DEPRECATED": "+ mostrar adjuntos obsoletos", "SHOW_DEPRECATED": "+ muestra adjuntos desactualizados",
"HIDE_DEPRECATED": "- ocultar adjuntos obsoletos", "HIDE_DEPRECATED": "- ocultar adjuntos obsoletos",
"COUNT_DEPRECATED": "({{ counter }} obsoletos)\n", "COUNT_DEPRECATED": "({{ counter }} obsoletos)\n",
"MAX_UPLOAD_SIZE": "El tamaño máximo de subida es de {{maxFileSize}}", "MAX_UPLOAD_SIZE": "El tamaño máximo de subida es de {{maxFileSize}}",
@ -611,7 +611,7 @@
"WARNING_DELETE_ROLE": "¡Ten cuidado! Todas las estimaciones de roles serán eliminados", "WARNING_DELETE_ROLE": "¡Ten cuidado! Todas las estimaciones de roles serán eliminados",
"ERROR_DELETE_ALL": "No puedes eliminar todos los valores", "ERROR_DELETE_ALL": "No puedes eliminar todos los valores",
"EXTERNAL_USER": "Usuario externo", "EXTERNAL_USER": "Usuario externo",
"NOTE_EXTERNAL_USERS": "<strong>Nota:</strong> por Usuario Externo entendemos cualquier usuario anónimo no perteneciente a la plataforma Taiga, incluyendo motores de búsqueda. Por favor, usa este rol con cuidado." "NOTE_EXTERNAL_USERS": "<strong>Note:</strong> by External User we mean any anonymous user not belonging to the Taiga platform, including search engines. Please use this role with care."
}, },
"THIRD_PARTIES": { "THIRD_PARTIES": {
"SECRET_KEY": "Secret key", "SECRET_KEY": "Secret key",
@ -1121,7 +1121,6 @@
"CHOOSE_PROJECT_FROM": "¿Qué es el proyecto?", "CHOOSE_PROJECT_FROM": "¿Qué es el proyecto?",
"CHOOSE_USERSTORY": "Cual es la historia de usuario?", "CHOOSE_USERSTORY": "Cual es la historia de usuario?",
"NO_USERSTORIES": "Este proyecto no tiene historias de usuario todavia. Por favor, seleccione otro proyecto.", "NO_USERSTORIES": "Este proyecto no tiene historias de usuario todavia. Por favor, seleccione otro proyecto.",
"NO_USERSTORIES_FOUND": "Parece que no se encontro nada con este criterio de busqueda",
"FILTER_USERSTORIES": "Filtrar historias de usuario", "FILTER_USERSTORIES": "Filtrar historias de usuario",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Bloqueo de épica", "LIGHTBOX_TITLE_BLOKING_EPIC": "Bloqueo de épica",
"ACTION_DELETE": "Borrar epic" "ACTION_DELETE": "Borrar epic"
@ -1140,7 +1139,7 @@
"TITLE_DELETE_ACTION": "Borrar Historia de Usuario", "TITLE_DELETE_ACTION": "Borrar Historia de Usuario",
"LIGHTBOX_TITLE_BLOKING_US": "Historia bloqueada", "LIGHTBOX_TITLE_BLOKING_US": "Historia bloqueada",
"NOT_ESTIMATED": "No estimada", "NOT_ESTIMATED": "No estimada",
"OWNER_US": "Esta Historia de Usuario pertenece a", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "Publicar como Gig en la Tribu Taiga", "PUBLISH": "Publicar como Gig en la Tribu Taiga",
"PUBLISH_INFO": "Mas información", "PUBLISH_INFO": "Mas información",

View File

@ -1121,7 +1121,6 @@
"CHOOSE_PROJECT_FROM": "Mikä on projekti?", "CHOOSE_PROJECT_FROM": "Mikä on projekti?",
"CHOOSE_USERSTORY": "Mikä on käyttäjätarina?", "CHOOSE_USERSTORY": "Mikä on käyttäjätarina?",
"NO_USERSTORIES": "This project has no User Stories yet. Please select another project.", "NO_USERSTORIES": "This project has no User Stories yet. Please select another project.",
"NO_USERSTORIES_FOUND": "Ei hakutuloksia",
"FILTER_USERSTORIES": "Suodata käyttäjätarinoita", "FILTER_USERSTORIES": "Suodata käyttäjätarinoita",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Blocking epic", "LIGHTBOX_TITLE_BLOKING_EPIC": "Blocking epic",
"ACTION_DELETE": "Poista eepos" "ACTION_DELETE": "Poista eepos"

View File

@ -217,7 +217,7 @@
"DB_CLICK": "double cliquer pour modifier", "DB_CLICK": "double cliquer pour modifier",
"SELECT_LANGUAGE_PLACEHOLDER": "Sélectionnez la langue", "SELECT_LANGUAGE_PLACEHOLDER": "Sélectionnez la langue",
"SELECT_LANGUAGE_REMOVE_FORMATING": "Retirer la mise en forme", "SELECT_LANGUAGE_REMOVE_FORMATING": "Retirer la mise en forme",
"OUTDATED": "Quelqu'un d'autre a fait des modifications en même temps que vous. Vérifiez la nouvelle version dans l'onglet Activité avant de sauvegarder vos changements.", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "Aide sur la syntaxe Markdown" "MARKDOWN_HELP": "Aide sur la syntaxe Markdown"
}, },
"PERMISIONS_CATEGORIES": { "PERMISIONS_CATEGORIES": {
@ -273,7 +273,7 @@
} }
}, },
"LOGIN": { "LOGIN": {
"PAGE_TITLE": "Connexion - Taiga", "PAGE_TITLE": "Se connecter - Taiga",
"PAGE_DESCRIPTION": "Connectez-vous à Taiga, une plateforme de gestion de projets pour les startups, les développeurs et les designers agiles qui veulent un outil simple, beau et qui rend le travail vraiment agréable." "PAGE_DESCRIPTION": "Connectez-vous à Taiga, une plateforme de gestion de projets pour les startups, les développeurs et les designers agiles qui veulent un outil simple, beau et qui rend le travail vraiment agréable."
}, },
"AUTH": { "AUTH": {
@ -611,7 +611,7 @@
"WARNING_DELETE_ROLE": "Attention ! Toutes les estimations du rôle vont être supprimées", "WARNING_DELETE_ROLE": "Attention ! Toutes les estimations du rôle vont être supprimées",
"ERROR_DELETE_ALL": "Vous ne pouvez pas supprimer toutes les valeurs", "ERROR_DELETE_ALL": "Vous ne pouvez pas supprimer toutes les valeurs",
"EXTERNAL_USER": "Utilisateur externe", "EXTERNAL_USER": "Utilisateur externe",
"NOTE_EXTERNAL_USERS": "<strong>Note :</strong> par Utilisateur Extérieur nous voulons dire n'importe qui n'appartenant pas à la plateforme Taiga, moteurs de recherche inclus. Attention à utiliser ce rôle avec prudence." "NOTE_EXTERNAL_USERS": "<strong>Note:</strong> by External User we mean any anonymous user not belonging to the Taiga platform, including search engines. Please use this role with care."
}, },
"THIRD_PARTIES": { "THIRD_PARTIES": {
"SECRET_KEY": "Clé secrète", "SECRET_KEY": "Clé secrète",
@ -1121,7 +1121,6 @@
"CHOOSE_PROJECT_FROM": "Quel est le projet ?", "CHOOSE_PROJECT_FROM": "Quel est le projet ?",
"CHOOSE_USERSTORY": "Quel est le récit utilisateur ?", "CHOOSE_USERSTORY": "Quel est le récit utilisateur ?",
"NO_USERSTORIES": "Ce projet n'a pas encore de récits utilisateur. Merci de choisir un autre projet.", "NO_USERSTORIES": "Ce projet n'a pas encore de récits utilisateur. Merci de choisir un autre projet.",
"NO_USERSTORIES_FOUND": "Il semble qu'aucun résultat ne correspond à vos critères de recherche",
"FILTER_USERSTORIES": "Filtrer les récits utilisateur", "FILTER_USERSTORIES": "Filtrer les récits utilisateur",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Bloquer l'épopée", "LIGHTBOX_TITLE_BLOKING_EPIC": "Bloquer l'épopée",
"ACTION_DELETE": "Supprimer l'épopée" "ACTION_DELETE": "Supprimer l'épopée"
@ -1140,12 +1139,12 @@
"TITLE_DELETE_ACTION": "Supprimer le récit utilisateur", "TITLE_DELETE_ACTION": "Supprimer le récit utilisateur",
"LIGHTBOX_TITLE_BLOKING_US": "Bloque le RU", "LIGHTBOX_TITLE_BLOKING_US": "Bloque le RU",
"NOT_ESTIMATED": "Non estimé", "NOT_ESTIMATED": "Non estimé",
"OWNER_US": "Ce récit Utilisateur fait partie de ", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "Publier en tant que Gig sur Taiga Tribe ", "PUBLISH": "Publier en tant que Gig sur Taiga Tribe ",
"PUBLISH_INFO": "Plus d'informations", "PUBLISH_INFO": "Plus d'informations",
"PUBLISH_TITLE": "Plus d'informations sur la publication dans Taiga Tribe", "PUBLISH_TITLE": "Plus d'informations sur la publication dans Taiga Tribe",
"PUBLISHED_AS_GIG": "Récit publié comme Gig dans Taiga Tribe", "PUBLISHED_AS_GIG": "Récit publiée comme Gig dans Taiga Tribe",
"EDIT_LINK": "Modifier le lien", "EDIT_LINK": "Modifier le lien",
"CLOSE": "Fermer", "CLOSE": "Fermer",
"SYNCHRONIZE_LINK": "se synchroniser avec Taiga Tribe", "SYNCHRONIZE_LINK": "se synchroniser avec Taiga Tribe",
@ -1333,7 +1332,7 @@
"FIELDS": { "FIELDS": {
"IS_IOCAINE": "est sous iocaine" "IS_IOCAINE": "est sous iocaine"
}, },
"TITLE_ACTION_IOCAINE": "Vous vous sentez un peu dépassé(e) par une tâche ? Assurez-vous que les autres le sachent en cliquant sur locaine en éditant une tâche. Il est possible de s'immuniser contre ce poison (fictif) en en consommant de faibles doses pendant un moment tout comme il est possible de devenir meilleur à ce que vous faîtes en relevant quelques défis à l'occasion !" "TITLE_ACTION_IOCAINE": "Vous vous sentez un peu dépassé(e) par une tâche ? Assurez-vous que les autres le savent en cliquant sur locaine en éditant une tâche. Il est possible de s'immuniser contre ce poison (fictif) en en consommant de faibles doses pendant un moment tout comme il est possible de devenir meilleur à ce que vous faîtes en relevant quelques défis à l'occasion !"
}, },
"NOTIFICATION": { "NOTIFICATION": {
"OK": "Tout est ok", "OK": "Tout est ok",

View File

@ -44,7 +44,7 @@
"CAPSLOCK_WARNING": "Attento! Stai usando lettere maiuscole in un campo che è case sensitive", "CAPSLOCK_WARNING": "Attento! Stai usando lettere maiuscole in un campo che è case sensitive",
"CONFIRM_CLOSE_EDIT_MODE_TITLE": "Sei sicuro di voler chiudere la modalità modifica?", "CONFIRM_CLOSE_EDIT_MODE_TITLE": "Sei sicuro di voler chiudere la modalità modifica?",
"CONFIRM_CLOSE_EDIT_MODE_MESSAGE": "Ricorda che se chiudi la modalità modifica senza salvare, tutte le modifiche saranno perse", "CONFIRM_CLOSE_EDIT_MODE_MESSAGE": "Ricorda che se chiudi la modalità modifica senza salvare, tutte le modifiche saranno perse",
"RELATED_USERSTORIES": "Storie utente collegate", "RELATED_USERSTORIES": "Storie utente colleggate",
"CARD": { "CARD": {
"ASSIGN_TO": "Assegna a", "ASSIGN_TO": "Assegna a",
"EDIT": "Modifica la scheda" "EDIT": "Modifica la scheda"
@ -164,7 +164,7 @@
}, },
"STATUS": { "STATUS": {
"CLOSED": "Chiuso", "CLOSED": "Chiuso",
"OPEN": "Aperto" "OPEN": "Apri"
}, },
"WATCHERS": { "WATCHERS": {
"WATCHERS": "Osservatori", "WATCHERS": "Osservatori",
@ -213,11 +213,11 @@
} }
}, },
"WYSIWYG": { "WYSIWYG": {
"CODE_SNIPPET": "Frammento di Codice", "CODE_SNIPPET": "Code Snippet",
"DB_CLICK": "doppio click per modificare", "DB_CLICK": "double click to edit",
"SELECT_LANGUAGE_PLACEHOLDER": "Selezione Lingua", "SELECT_LANGUAGE_PLACEHOLDER": "Select Language",
"SELECT_LANGUAGE_REMOVE_FORMATING": "Rimuove la formattazione", "SELECT_LANGUAGE_REMOVE_FORMATING": "Remove formatting",
"OUTDATED": "Un'altra persona ha apportato dei cambiamenti mentre stavi scrivendo. Controlla la nuova versione nel registro delle attività prima di salvare le tue modifiche.", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "Aiuto per la sintassi Markdown" "MARKDOWN_HELP": "Aiuto per la sintassi Markdown"
}, },
"PERMISIONS_CATEGORIES": { "PERMISIONS_CATEGORIES": {
@ -253,7 +253,7 @@
"DELETE_TASKS": "Elimina i compiti" "DELETE_TASKS": "Elimina i compiti"
}, },
"ISSUES": { "ISSUES": {
"NAME": "Problemi", "NAME": "problemi",
"VIEW_ISSUES": "Guarda i problemi", "VIEW_ISSUES": "Guarda i problemi",
"ADD_ISSUES": "Aggiungi un problema", "ADD_ISSUES": "Aggiungi un problema",
"MODIFY_ISSUES": "Modifica i problemi", "MODIFY_ISSUES": "Modifica i problemi",
@ -290,7 +290,7 @@
"ACTION_ENTER": "Conferma", "ACTION_ENTER": "Conferma",
"ACTION_SIGN_IN": "Login", "ACTION_SIGN_IN": "Login",
"PLACEHOLDER_AUTH_PASSWORD": "Password (occhio alle maiuscole)", "PLACEHOLDER_AUTH_PASSWORD": "Password (occhio alle maiuscole)",
"ALT_LOGIN": "Oppure accedi con" "ALT_LOGIN": "Or login with"
}, },
"LOGIN_FORM": { "LOGIN_FORM": {
"ERROR_AUTH_INCORRECT": "Secondo i nostri Oompa Loompa, i tuoi nomi utente, email o password sono errati.", "ERROR_AUTH_INCORRECT": "Secondo i nostri Oompa Loompa, i tuoi nomi utente, email o password sono errati.",
@ -356,7 +356,7 @@
"PAGE_TITLE": "Home - Taiga", "PAGE_TITLE": "Home - Taiga",
"PAGE_DESCRIPTION": "La home di Taiga con i tuoi principali progetti e tutte le storie utente, i compiti e problemi assegnati e osservati. ", "PAGE_DESCRIPTION": "La home di Taiga con i tuoi principali progetti e tutte le storie utente, i compiti e problemi assegnati e osservati. ",
"EMPTY_WORKING_ON": "<strong>Sembra vuoto, vero?</strong> Inizia a lavorare con Taiga e vedrai qui le storie, task e issue su cui stai lavorando", "EMPTY_WORKING_ON": "<strong>Sembra vuoto, vero?</strong> Inizia a lavorare con Taiga e vedrai qui le storie, task e issue su cui stai lavorando",
"EMPTY_WATCHING": "<strong>Osserva</strong> Storie Utente, Compiti, Criticità nel progetto e ti verranno notificate le sue modifiche :)", "EMPTY_WATCHING": "<strong>Ossserva</strong> Storie Utente, Compiti, Criticità nel progetto e ti verranno notificate le sue modifiche :)",
"EMPTY_PROJECT_LIST": "Per ora non hai nessun progetto", "EMPTY_PROJECT_LIST": "Per ora non hai nessun progetto",
"WORKING_ON_SECTION": "Sta lavorando su", "WORKING_ON_SECTION": "Sta lavorando su",
"WATCHING_SECTION": "Osservando", "WATCHING_SECTION": "Osservando",
@ -471,7 +471,7 @@
"NUMBER_US_POINTS_HELP": "0 per indeterminato", "NUMBER_US_POINTS_HELP": "0 per indeterminato",
"KANBAN": "Kanban", "KANBAN": "Kanban",
"KANBAN_DESCRIPTION": "Organizza in modo semplice il tuo progetto con questa board", "KANBAN_DESCRIPTION": "Organizza in modo semplice il tuo progetto con questa board",
"ISSUES": "Problemi", "ISSUES": "problemi",
"ISSUES_DESCRIPTION": "Traccia i bug, le domande e i miglioramenti legati al tuo progetto. Non perderti nulla!", "ISSUES_DESCRIPTION": "Traccia i bug, le domande e i miglioramenti legati al tuo progetto. Non perderti nulla!",
"WIKI": "Wiki", "WIKI": "Wiki",
"WIKI_DESCRIPTION": "Aggiungi, modifica o elimina i contenuti in collaborazione con gli altri. E' il posto giusto per la documentazione del tuo progetto", "WIKI_DESCRIPTION": "Aggiungi, modifica o elimina i contenuti in collaborazione con gli altri. E' il posto giusto per la documentazione del tuo progetto",
@ -527,7 +527,7 @@
"SECTION_TITLE_EPIC": "Report epici", "SECTION_TITLE_EPIC": "Report epici",
"SECTION_TITLE_US": "Report delle storie utente", "SECTION_TITLE_US": "Report delle storie utente",
"SECTION_TITLE_TASK": "Analisi dei compiti", "SECTION_TITLE_TASK": "Analisi dei compiti",
"SECTION_TITLE_ISSUE": "Report problemi", "SECTION_TITLE_ISSUE": "Report criticitá",
"DOWNLOAD": "Scarica CSV", "DOWNLOAD": "Scarica CSV",
"URL_FIELD_PLACEHOLDER": "Per piacere rigenera l'url del CSV", "URL_FIELD_PLACEHOLDER": "Per piacere rigenera l'url del CSV",
"TITLE_REGENERATE_URL": "Rigenera l'url del CSV", "TITLE_REGENERATE_URL": "Rigenera l'url del CSV",
@ -544,7 +544,7 @@
"TASK_DESCRIPTION": "Campi personalizzati dei Compiti", "TASK_DESCRIPTION": "Campi personalizzati dei Compiti",
"TASK_ADD": "Aggiungi campo personalizzato nei compiti", "TASK_ADD": "Aggiungi campo personalizzato nei compiti",
"ISSUE_DESCRIPTION": "Campi personalizzati", "ISSUE_DESCRIPTION": "Campi personalizzati",
"ISSUE_ADD": "Aggiungi un campo personalizzato al problema", "ISSUE_ADD": "Aggiungi un campo personalizzato alla criticitá",
"FIELD_TYPE_TEXT": "Testo", "FIELD_TYPE_TEXT": "Testo",
"FIELD_TYPE_RICHTEXT": "Testo con formattazione", "FIELD_TYPE_RICHTEXT": "Testo con formattazione",
"FIELD_TYPE_MULTI": "Multilinea", "FIELD_TYPE_MULTI": "Multilinea",
@ -564,18 +564,18 @@
}, },
"PROJECT_VALUES_PRIORITIES": { "PROJECT_VALUES_PRIORITIES": {
"TITLE": "priorità", "TITLE": "priorità",
"SUBTITLE": "Specifica le prioritá dei problemi", "SUBTITLE": "Specifica le prioritá della criticitá",
"ISSUE_TITLE": "Prioritá del problema", "ISSUE_TITLE": "Prioritá della criticitá",
"ACTION_ADD": "Aggiungi nuova priorità" "ACTION_ADD": "Aggiungi nuova priorità"
}, },
"PROJECT_VALUES_SEVERITIES": { "PROJECT_VALUES_SEVERITIES": {
"TITLE": "Severitá", "TITLE": "Severitá",
"SUBTITLE": "Specifica le severitá del problema", "SUBTITLE": "Specifica le severitá della criticitá",
"ISSUE_TITLE": "Severitá del problema", "ISSUE_TITLE": "Severitá della criticitá",
"ACTION_ADD": "Aggiungi una nuova criticità." "ACTION_ADD": "Aggiungi una nuova criticità."
}, },
"PROJECT_VALUES_STATUS": { "PROJECT_VALUES_STATUS": {
"TITLE": "Stati", "TITLE": "Statuses",
"SUBTITLE": "Specifica lo stato delle storie utente, i compiti e i problemi saranno affrontati", "SUBTITLE": "Specifica lo stato delle storie utente, i compiti e i problemi saranno affrontati",
"EPIC_TITLE": "Stati dell'epic", "EPIC_TITLE": "Stati dell'epic",
"US_TITLE": "Stati della storia utente", "US_TITLE": "Stati della storia utente",
@ -584,8 +584,8 @@
}, },
"PROJECT_VALUES_TYPES": { "PROJECT_VALUES_TYPES": {
"TITLE": "Tipi", "TITLE": "Tipi",
"SUBTITLE": "Specifica di che tipo puó essere il problema", "SUBTITLE": "Specifica di che tipo puó essere la criticitá",
"ISSUE_TITLE": "Tipi di problemi", "ISSUE_TITLE": "Tipi di criticitá",
"ACTION_ADD": "Aggiungi {{objName}}" "ACTION_ADD": "Aggiungi {{objName}}"
}, },
"PROJECT_VALUES_TAGS": { "PROJECT_VALUES_TAGS": {
@ -611,7 +611,7 @@
"WARNING_DELETE_ROLE": "Attento! Tutte le stime dei ruoli saranno eliminate", "WARNING_DELETE_ROLE": "Attento! Tutte le stime dei ruoli saranno eliminate",
"ERROR_DELETE_ALL": "Non puoi cancellare tutti i valori", "ERROR_DELETE_ALL": "Non puoi cancellare tutti i valori",
"EXTERNAL_USER": "Utente esterno", "EXTERNAL_USER": "Utente esterno",
"NOTE_EXTERNAL_USERS": "<strong>Nota Bene:</strong> Per Utente Esterno noi intendiamo qualunque utente anonimo che non prende parte alla piattaforma di Taiga, inclusi i motori di ricerca. Per favore utilizza questo ruolo con cura." "NOTE_EXTERNAL_USERS": "<strong>Note:</strong> by External User we mean any anonymous user not belonging to the Taiga platform, including search engines. Please use this role with care."
}, },
"THIRD_PARTIES": { "THIRD_PARTIES": {
"SECRET_KEY": "Chiave segreta", "SECRET_KEY": "Chiave segreta",
@ -792,7 +792,7 @@
"FILTER_TYPE_USER_STORIES_TITLE": "Mostra solo resoconti utente", "FILTER_TYPE_USER_STORIES_TITLE": "Mostra solo resoconti utente",
"FILTER_TYPE_TASKS": "Compiti", "FILTER_TYPE_TASKS": "Compiti",
"FILTER_TYPE_TASKS_TITLE": "Mostra solo attività", "FILTER_TYPE_TASKS_TITLE": "Mostra solo attività",
"FILTER_TYPE_ISSUES": "Problemi", "FILTER_TYPE_ISSUES": "problemi",
"FILTER_TYPE_ISSUES_TITLE": "Mostra solo i problemi", "FILTER_TYPE_ISSUES_TITLE": "Mostra solo i problemi",
"EMPTY_TITLE": "Sembra che qui non ci sia nulla" "EMPTY_TITLE": "Sembra che qui non ci sia nulla"
} }
@ -815,7 +815,7 @@
"TIMELINE": "Cronologia", "TIMELINE": "Cronologia",
"BACKLOG": "Backlog", "BACKLOG": "Backlog",
"KANBAN": "Kanban", "KANBAN": "Kanban",
"ISSUES": "Problemi", "ISSUES": "problemi",
"WIKI": "Wiki", "WIKI": "Wiki",
"TEAM": "Squadra", "TEAM": "Squadra",
"MEETUP": "Incontro", "MEETUP": "Incontro",
@ -869,39 +869,39 @@
}, },
"CREATE": { "CREATE": {
"TITLE": "Crea Progetto", "TITLE": "Crea Progetto",
"CHOOSE_TEMPLATE": "Quale template si adatta meglio al tuo progetto?", "CHOOSE_TEMPLATE": "Which template fits your project better?",
"TEMPLATE_SCRUM": "Scrum", "TEMPLATE_SCRUM": "Scrum",
"TEMPLATE_SCRUM_DESC": "Assegna una priorità e porta a termine le cose da fare in brevi cicli temporali", "TEMPLATE_SCRUM_DESC": "Prioritize and solve your tasks in short time cycles.",
"TEMPLATE_SCRUM_LONGDESC": "Scrum è una metodologia di sviluppo del software iterativa e incrementale per gestire l'avanzamento del prodotto.\nIl backlog del prodotto è la lista di ciò che deve essere fatto, ordinata nella sequenza in cui deve essere consegnato il lavoro. I Backlog Prodotto vengono suddivisi in pezzi più facilmente gestibili e velocemente eseguibili chiamati sprints. Dopo un certo periodo di tempo il team inizia un nuovo sprint e si dedica alla consegna di un determinato numero di storie utente prese dal backlog, al ritmo delle loro abilità, esperienze e risorse. Il progetto viene portato a termine man mano che il backlog si compie.", "TEMPLATE_SCRUM_LONGDESC": "Scrum is an iterative and incremental agile software development methodology for managing product development.\nThe product backlog is what will ultimately be delivered, ordered into the sequence in which it should be delivered. Product Backlogs are broken into manageable, executable chunks named sprints. Every certain amount of time the team initiates a new sprint and commits to deliver a certain number of user stories from the backlog, in accordance with their skills, abilities and resources. The project advances as the backlog becomes depleted.",
"TEMPLATE_KANBAN": "Kanban", "TEMPLATE_KANBAN": "Kanban",
"TEMPLATE_KANBAN_DESC": "Mantieni un flusso di lavoro costante su compiti indipendenti", "TEMPLATE_KANBAN_DESC": "Keep a constant workflow on independent tasks",
"TEMPLATE_KANBAN_LONGDESC": "La metodologia Kanban è usata per suddividere il processo di sviluppo del progetto (di qualunque tipo) in stadi consecutivi.\nUna scheda kanban è come un segnaposto oppure un post-it che descrive ogni compito (o storia utente) che necessita di essere completato. Ogni scheda viene spostata da uno stato ad un altro del processo tramite la bacheca kanban, utile strumento per tenere sott'occhio la situazione di completamento.", "TEMPLATE_KANBAN_LONGDESC": "The Kanban methodology is used to divide project development (any sort of project) into stages.\nA kanban card is like an index card or post-it note that details every task (or user story) in a project that needs to be completed. The Kanban board is used to move each card from one state of completion to the next and in so doing, helps track progress.",
"DUPLICATE": "Duplica progetto", "DUPLICATE": "Duplicate project",
"DUPLICATE_DESC": "Parti da zero e mantieni la tua configurazione", "DUPLICATE_DESC": "Start clean and keep your configuration",
"IMPORT": "Importa progetto", "IMPORT": "Importa progetto",
"IMPORT_DESC": "Importa in Taiga i progetti provenienti da diverse piattaforme", "IMPORT_DESC": "Import your project from multiple platforms into Taiga",
"INVITE": "Invita a partecipare al progetto", "INVITE": "Invite to the project",
"SOLO_PROJECT": "Rimarrai da solo in questo progetto", "SOLO_PROJECT": "You'll be alone in this project",
"INVITE_LATER": "(potrai invitare altri membri più tardi)", "INVITE_LATER": "(You'll be able to invite more members later)",
"BACK": "Back", "BACK": "Back",
"MAX_PRIVATE_PROJECTS": "Mi dispiace, hai raggiunto il numero massimo di progetti privati.\nPer favore contatta l'amministratore se desideri aumentare questo limite.", "MAX_PRIVATE_PROJECTS": "Unfortunately, You've reached the maximum number of private projects.\nIf you would like to increase the current limit please contact the administrator.",
"MAX_PUBLIC_PROJECTS": "Mi dispiace, hai raggiunto il numero massimo di progetti pubblici.\nPer favore contatta l'amministratore se desideri aumentare questo limite.", "MAX_PUBLIC_PROJECTS": "Unfortunately, You've reached the maximum number of public projects.\nIf you would like to increase the current limit please contact the administrator.",
"PUBLIC_PROJECT": "Progetto Pubblico", "PUBLIC_PROJECT": "Progetto Pubblico",
"PRIVATE_PROJECT": "Progetto Privato" "PRIVATE_PROJECT": "Progetto Privato"
}, },
"COMMON": { "COMMON": {
"DETAILS": "Dettagli del nuovo progetto", "DETAILS": "New project details",
"PROJECT_TITLE": "Nome progetto\n", "PROJECT_TITLE": "Project Name",
"PROJECT_DESCRIPTION": "Descrizione progetto" "PROJECT_DESCRIPTION": "Project Description"
}, },
"DUPLICATE": { "DUPLICATE": {
"TITLE": "Duplica progetto", "TITLE": "Duplicate Project",
"DESCRIPTION": "Parti da zero e mantieni la tua configurazione", "DESCRIPTION": "Start clean and keep your configuration",
"SELECT_PLACEHOLDER": "Scegli un progetto esistente da duplicare" "SELECT_PLACEHOLDER": "Choose an existing project to duplicate"
}, },
"IMPORT": { "IMPORT": {
"TITLE": "Importa progetto", "TITLE": "Import Project",
"DESCRIPTION": "Importa in Taiga i progetti provenienti da diverse piattaforme", "DESCRIPTION": "Import your project from multiple platforms into Taiga",
"ASYNC_IN_PROGRESS_TITLE": "I nostri Oompa Loompa stanno lavorando per importare il tuo progetto!", "ASYNC_IN_PROGRESS_TITLE": "I nostri Oompa Loompa stanno lavorando per importare il tuo progetto!",
"ASYNC_IN_PROGRESS_MESSAGE": "Questo processo puó durare minuti. <br/> Verrá inviata una mail al suo completamento", "ASYNC_IN_PROGRESS_MESSAGE": "Questo processo puó durare minuti. <br/> Verrá inviata una mail al suo completamento",
"UPLOAD_IN_PROGRESS_MESSAGE": "Caricati {{uploadedSize}} di {{totalSize}}", "UPLOAD_IN_PROGRESS_MESSAGE": "Caricati {{uploadedSize}} di {{totalSize}}",
@ -910,19 +910,19 @@
"ERROR_MESSAGE": "I nostri Oompa Loompa hanno qualche problema ad importare il dump dei tuoi dati: {{error_message}}", "ERROR_MESSAGE": "I nostri Oompa Loompa hanno qualche problema ad importare il dump dei tuoi dati: {{error_message}}",
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) è troppo pesante per i nostri Oompa Loompa; falli contenti, prova con una dimensione minore di ({{maxFileSize}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) è troppo pesante per i nostri Oompa Loompa; falli contenti, prova con una dimensione minore di ({{maxFileSize}})",
"SYNC_SUCCESS": "Il tuo progetto è stato importato con successo", "SYNC_SUCCESS": "Il tuo progetto è stato importato con successo",
"IMPORT": "Importa", "IMPORT": "Import",
"WHO_IS": "I loro compiti saranno assegnati a", "WHO_IS": "Their tasks will be assigned to ...",
"WRITE_EMAIL": "Oppure, se preferisci, scrivi l'email che l'utente usa in Taiga", "WRITE_EMAIL": "Or if you want, write the email that this user uses in Taiga",
"SEARCH_CONTACT": "O se preferisci, ricerca nei tuoi contatti.", "SEARCH_CONTACT": "Or if you want, search in your contacts",
"WRITE_EMAIL_LABEL": "Scrivi la mail che questo utente utilizza in Taiga", "WRITE_EMAIL_LABEL": "Write the email that this user uses in Taiga",
"ACCEEDE": "Aderisci", "ACCEEDE": "Acceede",
"PROJECT_MEMBERS": "Membri del Progetto", "PROJECT_MEMBERS": "Project Members",
"PROCESS_DESCRIPTION": "Indicaci a chi degli utenti di Taiga vuoi assegnare il compito di {{platform}}", "PROCESS_DESCRIPTION": "Tell us who from Taiga you want to assign the tasks of {{platform}}",
"MATCH": "<strong>{{user_external}}</strong> e <strong>{{user_internal}}</strong> sono la stessa persona?", "MATCH": "Is <strong>{{user_external}}</strong> the same person as <strong>{{user_internal}}</strong>?",
"CHOOSE": "Seleziona un utente", "CHOOSE": "Select user",
"LINKS": "Collega con {{platform}}", "LINKS": "Links with {{platform}}",
"LINKS_DESCRIPTION": "Vuoi mantenere il collegamento di ogni elemento con la scheda originale {{platform}}?", "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?",
"WARNING_MAIL_USER": "Nota bene, se l'utente non ha un account Taiga non potremmo assegnargli il compito.", "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", "ASSIGN": "Assegna",
"PROJECT_SELECTOR": { "PROJECT_SELECTOR": {
"NO_RESULTS": "Sembra che non ci sia nulla che corrisponda ai criteri ricerca", "NO_RESULTS": "Sembra che non ci sia nulla che corrisponda ai criteri ricerca",
@ -930,9 +930,9 @@
"ACTION_BACK": "Back" "ACTION_BACK": "Back"
}, },
"PROJECT_RESTRICTIONS": { "PROJECT_RESTRICTIONS": {
"PROJECT_MEMBERS_DESC_PRIVATE": "Il progetto che stai cercando di importare ha {{members}} membri incluso te, ma sfortunatamente il tuo piano attuale ti permette un massimo di {{max_memberships}} membri per i progetti privati. Per favore contatta l'amministratore se desideri aumentare questo limite.", "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": "Il progetto che stai cercando di importare ha {{members}} membri incluso te, ma sfortunatamente il tuo piano attuale ti permette un massimo di {{max_memberships}} membri per i progetti pubblici. Per favore contatta l'amministratore se desideri aumentare questo limite.", "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.",
"ACCOUNT_ALLOW_MEMBERS": "Il tuo account permette solo {{members}} membri", "ACCOUNT_ALLOW_MEMBERS": "Your account only allows {{members}} members",
"PRIVATE_PROJECTS_SPACE": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "Sfortunatamente, il tuo attuale abbonamento non permette altri progetti privati", "TITLE": "Sfortunatamente, il tuo attuale abbonamento non permette altri progetti privati",
"DESC": "Il progetto che stai tentando di importare è privato. Sfortunatamente, il tuo attuale abbonamento non permette altri progetti privati" "DESC": "Il progetto che stai tentando di importare è privato. Sfortunatamente, il tuo attuale abbonamento non permette altri progetti privati"
@ -961,53 +961,53 @@
"DESCRIPTION": "Questo processo puó durare un po', nel frattempo lasciare questa finestra aperta." "DESCRIPTION": "Questo processo puó durare un po', nel frattempo lasciare questa finestra aperta."
}, },
"WARNING": { "WARNING": {
"TITLE": "Qualche compito non sarà assegnato", "TITLE": "Some taks will be unassigned",
"DESCRIPTION": "Ci sono ancora persone non identificate. Le schede assegnate a queste persone rimarranno senza assegnatario. Controlla tutti i contatti per non perdere quell' informazione.", "DESCRIPTION": "There are still unidentified people. The cards assigned to these people will remain unassigned. Check all the contacts to not lose that information.",
"CHECK": "Controllo contatti" "CHECK": "Check contacts"
}, },
"TAIGA": { "TAIGA": {
"SELECTOR": "Importa il tuo progetto Taiga" "SELECTOR": "Import your Taiga project"
}, },
"TRELLO": { "TRELLO": {
"SELECTOR": "Importa la tua bacheca Trello in Taiga", "SELECTOR": "Import your Trello boards into Taiga",
"CHOOSE_PROJECT": "Scegli la bacheca che desideri importare", "CHOOSE_PROJECT": "Choose board that you want to import",
"NO_PROJECTS": "Sembra che tu non abbia nessuna bacheca in Trello" "NO_PROJECTS": "It seems you have no boards in Trello"
}, },
"GITHUB": { "GITHUB": {
"SELECTOR": "Importa le segnalazioni del tuo progetto GitHub", "SELECTOR": "Import your GitHub project issues",
"CHOOSE_PROJECT": "Trova il progetto che desideri importare", "CHOOSE_PROJECT": "Find the project you want to import",
"NO_PROJECTS": "Sembra che tu non abbia progetti in GitHub", "NO_PROJECTS": "It seems you have no porjects in GitHub",
"HOW_DO_YOU_WANT_TO_IMPORT": "Come vuoi importare le tue segnalazioni dentro Taiga?", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?",
"KANBAN_PROJECT": "Come storie utente in un progetto kanban", "KANBAN_PROJECT": "As user stories in a kanban project",
"KANBAN_PROJECT_DESCRIPTION": "Al termine puoi abilitare scrum con backlog", "KANBAN_PROJECT_DESCRIPTION": "After that you can enable scrum with backlog.",
"SCRUM_PROJECT": "Come storie utente in un progetto scrum", "SCRUM_PROJECT": "As user stories in a scrum project",
"SCRUM_PROJECT_DESCRIPTION": "Al termine puoi abilitare la modalità kanban", "SCRUM_PROJECT_DESCRIPTION": "After that you can enable kanban mode.",
"ISSUES_PROJECT": "Come segnalazioni", "ISSUES_PROJECT": "As issues",
"ISSUES_PROJECT_DESCRIPTION": "Non sarai in grado di utilizzare le tue segnalazioni nelle modalità kanban o scrum. Potrai abilitare kanban o scrum per nuove storie utente." "ISSUES_PROJECT_DESCRIPTION": "You will not be able to use your issues in kanban or scrum mode. You will be able to enable kanban or scrum for new user stories"
}, },
"ASANA": { "ASANA": {
"SELECTOR": "Importa il tuo progetto Asana e scegli come gestirlo", "SELECTOR": "Import your Asana project and choose how to manage it",
"CHOOSE_PROJECT": "Scegli il progetto che vuoi importare", "CHOOSE_PROJECT": "Choose project that you want to import",
"NO_PROJECTS": "Sembra che tu non abbia progetti in Asana", "NO_PROJECTS": "It seems you have no porjects in Asana",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"CREATE_AS_SCRUM_DESCRIPTION": "I compiti e sotto-compiti del tuo progetto saranno creati come storie utente e compiti di Taiga.", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_KANBAN_DESCRIPTION": "I compiti e sotto-compiti del tuo progetto saranno creati con storie utente e compiti di Taiga." "CREATE_AS_KANBAN_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks."
}, },
"JIRA": { "JIRA": {
"SELECTOR": "Importa il tuo progetto Jira e scegli come gestirlo", "SELECTOR": "Import your Jira project and choose how to manage it",
"HOW_TO_CONFIGURE": "(aiuto configurazione)", "HOW_TO_CONFIGURE": "(configuration help)",
"CHOOSE_PROJECT": "Scegli il progetto o la bacheca che vuoi importare", "CHOOSE_PROJECT": "Choose project or board that you want to import",
"NO_PROJECTS": "Sembra che tu non abbia progetti o bacheche in Jira", "NO_PROJECTS": "It seems you have no porjects or boards in Jira",
"URL": "Il tuo URL Jira", "URL": "Your Jira URL",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"ISSUES_PROJECT": "Problemi", "ISSUES_PROJECT": "problemi",
"CREATE_AS_SCRUM_DESCRIPTION": "Le segnalazioni e sotto-segnalazioni del tuo progetto saranno create come storie utente e compiti di Taiga.", "CREATE_AS_SCRUM_DESCRIPTION": "The issues and sub-issues of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_KANBAN_DESCRIPTION": "Le segnalazioni e sotto-segnalazioni del tuo progetto saranno create come storie utente e compiti di Taiga.", "CREATE_AS_KANBAN_DESCRIPTION": "The issues and sub-issues of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_ISSUES_DESCRIPTION": "Cosa preferisci fare con le sotto-segnalazioni del tuo progetto Jira? (Taiga non permette sotto-segnalazioni)", "CREATE_AS_ISSUES_DESCRIPTION": "What do you want to do with sub-issues from the Jira project? (Taiga doesn't allow sub-issues)",
"CREATE_NEW_ISSUES": "Converti le sotto-segnalazioni in segnalazioni Taiga", "CREATE_NEW_ISSUES": "Convert sub-issues to new Taiga issues",
"NOT_CREATE_NEW_ISSUES": "Non importare le sotto-segnalazioni" "NOT_CREATE_NEW_ISSUES": "Do not import sub-issues"
} }
} }
}, },
@ -1030,11 +1030,11 @@
}, },
"ADD_MEMBER": { "ADD_MEMBER": {
"TITLE": "Nuovo Membro", "TITLE": "Nuovo Membro",
"PLACEHOLDER": "Filtra gli utenti oppure scrivi un'email di invito", "PLACEHOLDER": "Filter users or write an email to invite",
"ADD_EMAIL": "Aggiungi email", "ADD_EMAIL": "Add email",
"REMOVE": "Rimuovi", "REMOVE": "Remove",
"INVITE": "Invita", "INVITE": "Invite",
"CHOOSE_ROLE": "Segli un ruolo", "CHOOSE_ROLE": "Choose a role",
"PLACEHOLDER_INVITATION_TEXT": "(facoltativo) aggiungi un testo personalizzato all'invito. Di qualcosa di simpatico ai tuoi nuovi membri ;-)", "PLACEHOLDER_INVITATION_TEXT": "(facoltativo) aggiungi un testo personalizzato all'invito. Di qualcosa di simpatico ai tuoi nuovi membri ;-)",
"HELP_TEXT": "Se gli utenti sono già registrati su Taiga, verranno aggiunti automaticamente. In caso contrario, riceveranno un invito." "HELP_TEXT": "Se gli utenti sono già registrati su Taiga, verranno aggiunti automaticamente. In caso contrario, riceveranno un invito."
}, },
@ -1121,7 +1121,6 @@
"CHOOSE_PROJECT_FROM": "Qual'è il progetto?", "CHOOSE_PROJECT_FROM": "Qual'è il progetto?",
"CHOOSE_USERSTORY": "Qual'è la storia utente?", "CHOOSE_USERSTORY": "Qual'è la storia utente?",
"NO_USERSTORIES": "Questo progetto non ha ancora Storie Utente. Per favore selezione un altro progetto.", "NO_USERSTORIES": "Questo progetto non ha ancora Storie Utente. Per favore selezione un altro progetto.",
"NO_USERSTORIES_FOUND": "Sembra che non ci sia nulla che corrisponda ai criteri ricerca",
"FILTER_USERSTORIES": "Filtra le storie utente", "FILTER_USERSTORIES": "Filtra le storie utente",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Epic bloccante", "LIGHTBOX_TITLE_BLOKING_EPIC": "Epic bloccante",
"ACTION_DELETE": "Cancella epic" "ACTION_DELETE": "Cancella epic"
@ -1140,7 +1139,7 @@
"TITLE_DELETE_ACTION": "Elimina la storia utente", "TITLE_DELETE_ACTION": "Elimina la storia utente",
"LIGHTBOX_TITLE_BLOKING_US": "Blocco la storia utente", "LIGHTBOX_TITLE_BLOKING_US": "Blocco la storia utente",
"NOT_ESTIMATED": "Non stimato", "NOT_ESTIMATED": "Non stimato",
"OWNER_US": "Questa storia utente appartiene a", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "Pubblica come Gig in Taiga Tribe", "PUBLISH": "Pubblica come Gig in Taiga Tribe",
"PUBLISH_INFO": "Più info", "PUBLISH_INFO": "Più info",
@ -1150,11 +1149,11 @@
"CLOSE": "Chiudi", "CLOSE": "Chiudi",
"SYNCHRONIZE_LINK": "sincronizza con Taiga Tribe", "SYNCHRONIZE_LINK": "sincronizza con Taiga Tribe",
"PUBLISH_MORE_INFO_TITLE": "Hai bisogno di qualcuno per questo task?", "PUBLISH_MORE_INFO_TITLE": "Hai bisogno di qualcuno per questo task?",
"PUBLISH_MORE_INFO_TEXT": "<p>Se hai bisogno di aiuto con un particolare lavoro puoi facilmente creare una richiesta su<a href='http://taigatribe.com' title='Taiga Tribe'> Taiga Tribe </a> e ricevere aiuto da tutto il mondo. Potrai controllare e gestire la richiesta sperimentando una grande comunità desiderosa di aiutare.</p> In pratica <p><a href='http://taigatribe.com' title='Taiga Tribe'> TaigaTribe </a> è il fratello di Taiga. Entrambe le piattaforme possono essere utilizzate separatamente ma noi crediamo che insieme possano essere uno strumento molto potente, per cui ci assicuriamo di rendere la loro integrazione estremamente funzionale.</p>" "PUBLISH_MORE_INFO_TEXT": "<p>If you need help with a particular piece of work you can easily create gigs on<a href='http://taigatribe.com' title='Taiga Tribe'> Taiga Tribe </a> and receive help from all over the world. You will be able to control and manage the gig enjoying a great community eager to contribute.</p><p><a href='http://taigatribe.com' title='Taiga Tribe'> TaigaTribe </a> was born as a Taiga sibling. Both platforms can live separately but we believe that there is much power in using them combined so we are making sure the integration works like a charm.</p>"
}, },
"FIELDS": { "FIELDS": {
"TEAM_REQUIREMENT": "Requisito del team", "TEAM_REQUIREMENT": "Requisito del team",
"CLIENT_REQUIREMENT": "Requisito del cliente" "CLIENT_REQUIREMENT": "Requisito del client"
} }
}, },
"COMMENTS": { "COMMENTS": {
@ -1188,7 +1187,7 @@
"BECAME_DEPRECATED": "diventa deprecato", "BECAME_DEPRECATED": "diventa deprecato",
"BECAME_UNDEPRECATED": "diventa accettato", "BECAME_UNDEPRECATED": "diventa accettato",
"TEAM_REQUIREMENT": "Requisito del team", "TEAM_REQUIREMENT": "Requisito del team",
"CLIENT_REQUIREMENT": "Requisito del cliente", "CLIENT_REQUIREMENT": "Requisito del client",
"BLOCKED": "Bloccato", "BLOCKED": "Bloccato",
"VALUES": { "VALUES": {
"UNASSIGNED": "non assegnato" "UNASSIGNED": "non assegnato"
@ -1241,9 +1240,9 @@
}, },
"FORECASTING": { "FORECASTING": {
"TITLE": "Previsione di velocità", "TITLE": "Previsione di velocità",
"BACKLOG": "Mostra il backlog", "BACKLOG": "Display backlog",
"NEW_SPRINT": "Candida Storie Utente per essere inserite nel tuo prossimo sprint in base alla tua velocità. Clicca per creare un nuovo sprint.", "NEW_SPRINT": "Candidate User Stories for your next sprint based on your velocity. Click to create a new sprint.",
"CURRENT_SPRINT": "Candida Storie Utente per essere inserite nel tuo sprint attuale in base alla tua velocità. Clicca per aggiungere allo sprint corrente." "CURRENT_SPRINT": "Candidate User Stories for your sprint based on your velocity. Click to add to current sprint."
}, },
"TABLE": { "TABLE": {
"COLUMN_US": "Storie Utente", "COLUMN_US": "Storie Utente",
@ -1333,7 +1332,7 @@
"FIELDS": { "FIELDS": {
"IS_IOCAINE": "E' un'aspirina" "IS_IOCAINE": "E' un'aspirina"
}, },
"TITLE_ACTION_IOCAINE": "Sei stremato? Assicurati che gli altri lo sappiano cliccando su \"aspirina\" quando stai lavorando su compito che ti affatica. Ma non demordere, ricordati: si può migliorare solo se di tanto in tanto si accettano sfide extra!" "TITLE_ACTION_IOCAINE": "Sei stremato? Assicurati che gli altri lo sappiano cliccando su 'aspirina' quando stai lavorando su compito che ti affatica. Ma non demordere, ricordati: si può migliorare solo se di tanto in tanto si accettano sfide extra!"
}, },
"NOTIFICATION": { "NOTIFICATION": {
"OK": "E' tutto ok!", "OK": "E' tutto ok!",
@ -1359,16 +1358,16 @@
"SUCCESS": "I nostri Oompa Loompa hanno aggiornato la tua mail" "SUCCESS": "I nostri Oompa Loompa hanno aggiornato la tua mail"
}, },
"ISSUES": { "ISSUES": {
"PAGE_TITLE": "Problemi - {{projectName}}", "PAGE_TITLE": "Criticitá - {{projectName}}",
"PAGE_DESCRIPTION": "Il pannello con la lista dei problemi del progetto {{projectName}}: {{projectDescription}}", "PAGE_DESCRIPTION": "Il pannello con la lista dei problemi del progetto {{projectName}}: {{projectDescription}}",
"SECTION_NAME": "Problema", "SECTION_NAME": "Problema",
"ACTION_NEW_ISSUE": "+ NUOVO PROBLEMA", "ACTION_NEW_ISSUE": "+ NUOVA CRITICITÁ",
"ACTION_PROMOTE_TO_US": "Promuovi la storia utente", "ACTION_PROMOTE_TO_US": "Promuovi la storia utente",
"PROMOTED": "Il problema è stato promosso a storia utente", "PROMOTED": "Il problema è stato promosso a storia utente",
"EXTERNAL_REFERENCE": "Questo problema è stato creato da ", "EXTERNAL_REFERENCE": "Questo problema è stato creato da ",
"GO_TO_EXTERNAL_REFERENCE": "Ritorna all'inizio", "GO_TO_EXTERNAL_REFERENCE": "Ritorna all'inizio",
"ACTION_DELETE": "Elimina problema", "ACTION_DELETE": "Elimina problema",
"LIGHTBOX_TITLE_BLOKING_ISSUE": "Problema bloccante", "LIGHTBOX_TITLE_BLOKING_ISSUE": "Issue bloccante",
"FIELDS": { "FIELDS": {
"PRIORITY": "Priorità", "PRIORITY": "Priorità",
"SEVERITY": "Gravità", "SEVERITY": "Gravità",
@ -1421,7 +1420,7 @@
"PAGE_DESCRIPTION": "Cerca storie utenti, problemi, compiti o pagine wiki, all'interno del progetto {{projectName}}: {{projectDescription}}", "PAGE_DESCRIPTION": "Cerca storie utenti, problemi, compiti o pagine wiki, all'interno del progetto {{projectName}}: {{projectDescription}}",
"FILTER_EPICS": "Epici", "FILTER_EPICS": "Epici",
"FILTER_USER_STORIES": "Storie Utente", "FILTER_USER_STORIES": "Storie Utente",
"FILTER_ISSUES": "Problemi", "FILTER_ISSUES": "problemi",
"FILTER_TASKS": "Compiti", "FILTER_TASKS": "Compiti",
"FILTER_WIKI": "Pagine wiki", "FILTER_WIKI": "Pagine wiki",
"PLACEHOLDER_SEARCH": "Cerca in...", "PLACEHOLDER_SEARCH": "Cerca in...",
@ -1435,11 +1434,11 @@
"SECTION_NAME": "Squadra", "SECTION_NAME": "Squadra",
"PLACEHOLDER_INPUT_SEARCH": "Cerca con il nome completo", "PLACEHOLDER_INPUT_SEARCH": "Cerca con il nome completo",
"COLUMN_MR_WOLF": "Mr. Wolf", "COLUMN_MR_WOLF": "Mr. Wolf",
"EXPLANATION_COLUMN_MR_WOLF": "Problemi chiusi", "EXPLANATION_COLUMN_MR_WOLF": "Problema chiuso",
"COLUMN_IOCAINE": "Aspirinomane", "COLUMN_IOCAINE": "aspirinomane",
"EXPLANATION_COLUMN_IOCAINE": "Pasticche di aspirina prese", "EXPLANATION_COLUMN_IOCAINE": "presa una pasticca di aspirina",
"COLUMN_CERVANTES": "Cervantes", "COLUMN_CERVANTES": "Cervantes",
"EXPLANATION_COLUMN_CERVANTES": "Pagine wiki modificate", "EXPLANATION_COLUMN_CERVANTES": "Modificata pagina wiki",
"COLUMN_BUG_HUNTER": "Cacciatore di bug", "COLUMN_BUG_HUNTER": "Cacciatore di bug",
"EXPLANATION_COLUMN_BUG_HUNTER": "Problemi segnalati", "EXPLANATION_COLUMN_BUG_HUNTER": "Problemi segnalati",
"COLUMN_NIGHT_SHIFT": "Turno notturno", "COLUMN_NIGHT_SHIFT": "Turno notturno",
@ -1522,7 +1521,7 @@
"LINK_TITLE": "Visita la nostra pagina di supporto", "LINK_TITLE": "Visita la nostra pagina di supporto",
"HINT1_TITLE": "Sai che puoi anche importare ed esportare progetti?", "HINT1_TITLE": "Sai che puoi anche importare ed esportare progetti?",
"HINT1_TEXT": "Questo ti permette di estrarre tutti i tuoi dati da un Taiga e muoverli dentro un altro.", "HINT1_TEXT": "Questo ti permette di estrarre tutti i tuoi dati da un Taiga e muoverli dentro un altro.",
"HINT2_TITLE": "Sai che puoi anche creare dei campi personalizzati?", "HINT2_TITLE": "Sai che puoi anche creare dei cambi personalizzati?",
"HINT2_TEXT": "I team adesso possono creare dei campi personalizzati. Così hanno uno strumento flessibile per inserire quei dati specifici che sono utili al loro flusso di lavoro.", "HINT2_TEXT": "I team adesso possono creare dei campi personalizzati. Così hanno uno strumento flessibile per inserire quei dati specifici che sono utili al loro flusso di lavoro.",
"HINT3_TITLE": "Riordina i tuoi progetti e metti in evidenza quelli più rilevanti.", "HINT3_TITLE": "Riordina i tuoi progetti e metti in evidenza quelli più rilevanti.",
"HINT3_TEXT": "I 10 progetti sono elencati nella barra ad accesso rapido su in alto.", "HINT3_TEXT": "I 10 progetti sono elencati nella barra ad accesso rapido su in alto.",

View File

@ -214,10 +214,10 @@
}, },
"WYSIWYG": { "WYSIWYG": {
"CODE_SNIPPET": "코드 스니펫", "CODE_SNIPPET": "코드 스니펫",
"DB_CLICK": "더블클릭하여 수정", "DB_CLICK": "double click to edit",
"SELECT_LANGUAGE_PLACEHOLDER": "언어 선택", "SELECT_LANGUAGE_PLACEHOLDER": "언어 선택",
"SELECT_LANGUAGE_REMOVE_FORMATING": "포매팅 제거", "SELECT_LANGUAGE_REMOVE_FORMATING": "포매팅 제거",
"OUTDATED": "다른 사용자가 수정하는 동안 변경하였습니다. 반영하기 전에 액티비티 탭에서 새로운 버전을 확인하세요.", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "마크다운 문법 도움말" "MARKDOWN_HELP": "마크다운 문법 도움말"
}, },
"PERMISIONS_CATEGORIES": { "PERMISIONS_CATEGORIES": {
@ -290,7 +290,7 @@
"ACTION_ENTER": "들어가기", "ACTION_ENTER": "들어가기",
"ACTION_SIGN_IN": "로그인", "ACTION_SIGN_IN": "로그인",
"PLACEHOLDER_AUTH_PASSWORD": "비밀번호 (대소문자 구분)", "PLACEHOLDER_AUTH_PASSWORD": "비밀번호 (대소문자 구분)",
"ALT_LOGIN": "또는 다른 방법으로 로그인" "ALT_LOGIN": "Or login with"
}, },
"LOGIN_FORM": { "LOGIN_FORM": {
"ERROR_AUTH_INCORRECT": "움파룸파가 말하길, 아이디나 이메일, 비밀번호 중 하나가 틀렸다고 하네요.", "ERROR_AUTH_INCORRECT": "움파룸파가 말하길, 아이디나 이메일, 비밀번호 중 하나가 틀렸다고 하네요.",
@ -872,7 +872,7 @@
"CHOOSE_TEMPLATE": "당신의 프로젝트에 가장 적합한 템플릿이 무엇입니까?", "CHOOSE_TEMPLATE": "당신의 프로젝트에 가장 적합한 템플릿이 무엇입니까?",
"TEMPLATE_SCRUM": "스크럼", "TEMPLATE_SCRUM": "스크럼",
"TEMPLATE_SCRUM_DESC": "짧은 시간 주기로 작업 우선 순위 지정 및 해결", "TEMPLATE_SCRUM_DESC": "짧은 시간 주기로 작업 우선 순위 지정 및 해결",
"TEMPLATE_SCRUM_LONGDESC": "스크럼은 제품 개발 과정을 관리하기 위해 반복하며 쌓아가는 애자일 소프트웨어 개발 방법론입니다.\n끊임없이 채워지는 제품 백로그를 만들어야되는 순서대로 정렬하세요. 제품 백로그의 유저스토리를 스프린트로 나누세요. 관리할 만큼, 실행할 만큼 스프린트로 나누세요. 팀원들의 실력과 능력, 가진 것을 고려하여 매번 정해진 때마다 새로운 스프린트를 만들고 백로그에서 몇 개의 유저 스토리를 등록하세요. 백로그를 없애며 프로젝트를 발전시키세요.", "TEMPLATE_SCRUM_LONGDESC": "Scrum is an iterative and incremental agile software development methodology for managing product development.\nThe product backlog is what will ultimately be delivered, ordered into the sequence in which it should be delivered. Product Backlogs are broken into manageable, executable chunks named sprints. Every certain amount of time the team initiates a new sprint and commits to deliver a certain number of user stories from the backlog, in accordance with their skills, abilities and resources. The project advances as the backlog becomes depleted.",
"TEMPLATE_KANBAN": "칸반", "TEMPLATE_KANBAN": "칸반",
"TEMPLATE_KANBAN_DESC": "독립적인 태스크에 대해 지속적인 워크플로 유지", "TEMPLATE_KANBAN_DESC": "독립적인 태스크에 대해 지속적인 워크플로 유지",
"TEMPLATE_KANBAN_LONGDESC": "The Kanban methodology is used to divide project development (any sort of project) into stages.\nA kanban card is like an index card or post-it note that details every task (or user story) in a project that needs to be completed. The Kanban board is used to move each card from one state of completion to the next and in so doing, helps track progress.", "TEMPLATE_KANBAN_LONGDESC": "The Kanban methodology is used to divide project development (any sort of project) into stages.\nA kanban card is like an index card or post-it note that details every task (or user story) in a project that needs to be completed. The Kanban board is used to move each card from one state of completion to the next and in so doing, helps track progress.",
@ -983,7 +983,7 @@
"SCRUM_PROJECT": "스크럼 프로젝트의 유저 스토리", "SCRUM_PROJECT": "스크럼 프로젝트의 유저 스토리",
"SCRUM_PROJECT_DESCRIPTION": "이후에 칸반모드를 활성화할 수 있습니다.", "SCRUM_PROJECT_DESCRIPTION": "이후에 칸반모드를 활성화할 수 있습니다.",
"ISSUES_PROJECT": "이슈", "ISSUES_PROJECT": "이슈",
"ISSUES_PROJECT_DESCRIPTION": "칸반이나 스크럼에서는 이슈를 사용할 수 없습니다. 하지만 유저 스토리를 사용할 수 있습니다." "ISSUES_PROJECT_DESCRIPTION": "You will not be able to use your issues in kanban or scrum mode. You will be able to enable kanban or scrum for new user stories"
}, },
"ASANA": { "ASANA": {
"SELECTOR": "가져올 Asana 프로젝트와 어떻게 관리할지를 선택하세요.", "SELECTOR": "가져올 Asana 프로젝트와 어떻게 관리할지를 선택하세요.",
@ -1121,7 +1121,6 @@
"CHOOSE_PROJECT_FROM": "프로젝트가 무엇인가요?", "CHOOSE_PROJECT_FROM": "프로젝트가 무엇인가요?",
"CHOOSE_USERSTORY": "유저스토리가 무엇인가요?", "CHOOSE_USERSTORY": "유저스토리가 무엇인가요?",
"NO_USERSTORIES": "이 프로젝트에는 아직 유저 스토리가 없습니다. 다른 프로젝트를 선택하십시오.", "NO_USERSTORIES": "이 프로젝트에는 아직 유저 스토리가 없습니다. 다른 프로젝트를 선택하십시오.",
"NO_USERSTORIES_FOUND": "검색 기준에 아무 것도 발견되지 않았습니다.",
"FILTER_USERSTORIES": "유저 스토리 필터", "FILTER_USERSTORIES": "유저 스토리 필터",
"LIGHTBOX_TITLE_BLOKING_EPIC": "에픽 차단", "LIGHTBOX_TITLE_BLOKING_EPIC": "에픽 차단",
"ACTION_DELETE": "에픽 삭제" "ACTION_DELETE": "에픽 삭제"
@ -1140,7 +1139,7 @@
"TITLE_DELETE_ACTION": "유저 스토리 삭제하기", "TITLE_DELETE_ACTION": "유저 스토리 삭제하기",
"LIGHTBOX_TITLE_BLOKING_US": "블로킹 유저 스토리", "LIGHTBOX_TITLE_BLOKING_US": "블로킹 유저 스토리",
"NOT_ESTIMATED": "추산되지 않음", "NOT_ESTIMATED": "추산되지 않음",
"OWNER_US": "이 유저 스토리를 포함한 에픽은", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "Tiaga Tribe의 Gig으로 배포하기", "PUBLISH": "Tiaga Tribe의 Gig으로 배포하기",
"PUBLISH_INFO": "더 많은 정보", "PUBLISH_INFO": "더 많은 정보",

View File

@ -213,11 +213,11 @@
} }
}, },
"WYSIWYG": { "WYSIWYG": {
"CODE_SNIPPET": "Pedaço de código", "CODE_SNIPPET": "Code Snippet",
"DB_CLICK": "duplo clique para editar", "DB_CLICK": "double click to edit",
"SELECT_LANGUAGE_PLACEHOLDER": "Selecione sua linguagem", "SELECT_LANGUAGE_PLACEHOLDER": "Select Language",
"SELECT_LANGUAGE_REMOVE_FORMATING": "Remove formatação", "SELECT_LANGUAGE_REMOVE_FORMATING": "Remove formatting",
"OUTDATED": "Outra pessoa fez mudanças enquanto estava editando. Verifique a nova versão na guia atividade antes de salvar suas alterações.", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "Ajuda de sintaxe markdown" "MARKDOWN_HELP": "Ajuda de sintaxe markdown"
}, },
"PERMISIONS_CATEGORIES": { "PERMISIONS_CATEGORIES": {
@ -290,7 +290,7 @@
"ACTION_ENTER": "Entre", "ACTION_ENTER": "Entre",
"ACTION_SIGN_IN": "Entrar", "ACTION_SIGN_IN": "Entrar",
"PLACEHOLDER_AUTH_PASSWORD": "Senha (case sensitive)", "PLACEHOLDER_AUTH_PASSWORD": "Senha (case sensitive)",
"ALT_LOGIN": "Ou entre com" "ALT_LOGIN": "Or login with"
}, },
"LOGIN_FORM": { "LOGIN_FORM": {
"ERROR_AUTH_INCORRECT": "De acordo com nossos Oompa Loompas, seu nome de usuario/email ou senha estão incorretos.", "ERROR_AUTH_INCORRECT": "De acordo com nossos Oompa Loompas, seu nome de usuario/email ou senha estão incorretos.",
@ -611,7 +611,7 @@
"WARNING_DELETE_ROLE": "Cuidado! Todas as estimativas de papéis serão removidas", "WARNING_DELETE_ROLE": "Cuidado! Todas as estimativas de papéis serão removidas",
"ERROR_DELETE_ALL": "Você não pode excluir todos os valores", "ERROR_DELETE_ALL": "Você não pode excluir todos os valores",
"EXTERNAL_USER": "Usuário externo", "EXTERNAL_USER": "Usuário externo",
"NOTE_EXTERNAL_USERS": "<strong>Nota:</strong> Por usuário externo, nos referimos a qualquer usuário anônimo que não pertença à plataforma Taiga, incluindo os motores de busca. Use esse papel com cuidado." "NOTE_EXTERNAL_USERS": "<strong>Note:</strong> by External User we mean any anonymous user not belonging to the Taiga platform, including search engines. Please use this role with care."
}, },
"THIRD_PARTIES": { "THIRD_PARTIES": {
"SECRET_KEY": "Chave secreta", "SECRET_KEY": "Chave secreta",
@ -872,20 +872,20 @@
"CHOOSE_TEMPLATE": "Qual modelo se encaixa melhor no seu projeto?", "CHOOSE_TEMPLATE": "Qual modelo se encaixa melhor no seu projeto?",
"TEMPLATE_SCRUM": "Scrum", "TEMPLATE_SCRUM": "Scrum",
"TEMPLATE_SCRUM_DESC": "Priorize e resolva suas tarefas em curtos ciclos de tempo.", "TEMPLATE_SCRUM_DESC": "Priorize e resolva suas tarefas em curtos ciclos de tempo.",
"TEMPLATE_SCRUM_LONGDESC": "Scrum é uma metodologia de desenvolvimento de software agilizável e incremental para gerenciar o desenvolvimento de produtos.\nO backlog do produto é o que será finalmente entregue, ordenado na sequência em que deve ser entregue. Os Backlogs de produtos são divididos em pedaços executáveis gerenciáveis, denominados sprints. Toda certa quantidade de tempo que a equipe inicia um novo sprint e compromete-se a entregar um certo número de histórias de usuários do backlog, de acordo com suas habilidades, habilidades e recursos. O projeto avança à medida que o backlog se torna esgotado.", "TEMPLATE_SCRUM_LONGDESC": "Scrum is an iterative and incremental agile software development methodology for managing product development.\nThe product backlog is what will ultimately be delivered, ordered into the sequence in which it should be delivered. Product Backlogs are broken into manageable, executable chunks named sprints. Every certain amount of time the team initiates a new sprint and commits to deliver a certain number of user stories from the backlog, in accordance with their skills, abilities and resources. The project advances as the backlog becomes depleted.",
"TEMPLATE_KANBAN": "Kanban", "TEMPLATE_KANBAN": "Kanban",
"TEMPLATE_KANBAN_DESC": "Mantenha um fluxo de trabalho constante em tarefas independentes", "TEMPLATE_KANBAN_DESC": "Mantenha um fluxo de trabalho constante em tarefas independentes",
"TEMPLATE_KANBAN_LONGDESC": "A metodologia Kanban é usada para dividir o desenvolvimento do projeto (qualquer tipo de projeto) em etapas.Um cartão kanban é como um cartão de índice ou uma nota post-it que detalha cada tarefa (ou história do usuário) em um projeto que precisa ser concluído. O quadro Kanban é usado para mover cada cartão de um estado de conclusão para o próximo e, ao fazê-lo, ajuda a rastrear o progresso.", "TEMPLATE_KANBAN_LONGDESC": "The Kanban methodology is used to divide project development (any sort of project) into stages.\nA kanban card is like an index card or post-it note that details every task (or user story) in a project that needs to be completed. The Kanban board is used to move each card from one state of completion to the next and in so doing, helps track progress.",
"DUPLICATE": "Projeto duplicado", "DUPLICATE": "Duplicate project",
"DUPLICATE_DESC": "Inicie limpo e mantenha suas configurações", "DUPLICATE_DESC": "Inicie limpo e mantenha suas configurações",
"IMPORT": "Importar projeto", "IMPORT": "Importar projeto",
"IMPORT_DESC": "Importar seu projeto de múltiplas plataformas para o Taiga", "IMPORT_DESC": "Importar seu projeto de múltiplas plataformas para o Taiga",
"INVITE": "Convidar para o projeto", "INVITE": "Invite to the project",
"SOLO_PROJECT": "Você estará sozinho neste projeto", "SOLO_PROJECT": "You'll be alone in this project",
"INVITE_LATER": "(Você poderá convidar mais membros depois)", "INVITE_LATER": "(You'll be able to invite more members later)",
"BACK": "Back", "BACK": "Back",
"MAX_PRIVATE_PROJECTS": "Infelizmente, você atingiu o número máximo de projetos privados. Se você quiser aumentar o limite atual, entre em contato com o administrador.", "MAX_PRIVATE_PROJECTS": "Unfortunately, You've reached the maximum number of private projects.\nIf you would like to increase the current limit please contact the administrator.",
"MAX_PUBLIC_PROJECTS": "Infelizmente, você atingiu o número máximo de projetos públicos.\nSe você quiser aumentar o limite atual, entre em contato com o administrador.", "MAX_PUBLIC_PROJECTS": "Unfortunately, You've reached the maximum number of public projects.\nIf you would like to increase the current limit please contact the administrator.",
"PUBLIC_PROJECT": "Projeto Público", "PUBLIC_PROJECT": "Projeto Público",
"PRIVATE_PROJECT": "Projeto Privado" "PRIVATE_PROJECT": "Projeto Privado"
}, },
@ -910,19 +910,19 @@
"ERROR_MESSAGE": "Nossos Oompa Loompas tiveram alguns problemas ao importar seu arquivo de despejo: {{error_message}}", "ERROR_MESSAGE": "Nossos Oompa Loompas tiveram alguns problemas ao importar seu arquivo de despejo: {{error_message}}",
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) é muito pesado para nossos Oompa Loompas, tente algo menor que ({{maxFileSize}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) é muito pesado para nossos Oompa Loompas, tente algo menor que ({{maxFileSize}})",
"SYNC_SUCCESS": "Seu projeto foi importado com sucesso", "SYNC_SUCCESS": "Seu projeto foi importado com sucesso",
"IMPORT": "Importar", "IMPORT": "Import",
"WHO_IS": "As tarefas deles serão atribuídas para", "WHO_IS": "Their tasks will be assigned to ...",
"WRITE_EMAIL": "Ou se você quiser, escreva o email que este usuário utiliza no Taiga", "WRITE_EMAIL": "Or if you want, write the email that this user uses in Taiga",
"SEARCH_CONTACT": "Ou se você quiser, pesquise em seus contatos", "SEARCH_CONTACT": "Or if you want, search in your contacts",
"WRITE_EMAIL_LABEL": "Escreva o email que este usuário utiliza no Taiga", "WRITE_EMAIL_LABEL": "Write the email that this user uses in Taiga",
"ACCEEDE": "Aderir", "ACCEEDE": "Acceede",
"PROJECT_MEMBERS": "Membros do Projeto", "PROJECT_MEMBERS": "Membros do Projeto",
"PROCESS_DESCRIPTION": "Diga-nos quem da Taiga você deseja atribuir as tarefas de {{platform}}", "PROCESS_DESCRIPTION": "Tell us who from Taiga you want to assign the tasks of {{platform}}",
"MATCH": "É<strong>{{user_external}}</strong> a mesma pessoa que <strong>{{user_internal}}</strong>?", "MATCH": "Is <strong>{{user_external}}</strong> the same person as <strong>{{user_internal}}</strong>?",
"CHOOSE": "Selecione o usuário", "CHOOSE": "Select user",
"LINKS": "Links com {{platform}}", "LINKS": "Links with {{platform}}",
"LINKS_DESCRIPTION": "Deseja manter o link de cada item com o cartão {{platform}} original?", "LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?",
"WARNING_MAIL_USER": "Observe que, se o usuário não tiver uma conta na Taiga, não poderemos lhe atribuir as tarefas.", "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", "ASSIGN": "Atribuir",
"PROJECT_SELECTOR": { "PROJECT_SELECTOR": {
"NO_RESULTS": "Parece que nada foi encontrado com os critérios de sua pesquisa.", "NO_RESULTS": "Parece que nada foi encontrado com os critérios de sua pesquisa.",
@ -930,9 +930,9 @@
"ACTION_BACK": "Back" "ACTION_BACK": "Back"
}, },
"PROJECT_RESTRICTIONS": { "PROJECT_RESTRICTIONS": {
"PROJECT_MEMBERS_DESC_PRIVATE": "O projeto que você está tentando importar tem {{members}} membros incluindo você, infelizmente, seu plano atual permite um máximo de {{max_memberships}} membros por projeto privado. Se você gostaria de aumentar esse limite, entre em contato com o administrador.", "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": "O projeto que você está tentando importar tem {{members}} membros incluindo você, infelizmente, seu plano atual permite um máximo de {{max_memberships}} membros por projeto público. Se você gostaria de aumentar esse limite, entre em contato com o administrador.", "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.",
"ACCOUNT_ALLOW_MEMBERS": "Sua conta só permite {{members}} membros", "ACCOUNT_ALLOW_MEMBERS": "Your account only allows {{members}} members",
"PRIVATE_PROJECTS_SPACE": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "Infelizmente, seu plano atual não permite projetos privados adicionais.", "TITLE": "Infelizmente, seu plano atual não permite projetos privados adicionais.",
"DESC": "O projeto que você está tentando importar é privado. Infelizmente, seu plano plano atual não permite projetos privados adicionais." "DESC": "O projeto que você está tentando importar é privado. Infelizmente, seu plano plano atual não permite projetos privados adicionais."
@ -961,53 +961,53 @@
"DESCRIPTION": "Este processo pode levar algum tempo, mantenha a janela aberta por favor." "DESCRIPTION": "Este processo pode levar algum tempo, mantenha a janela aberta por favor."
}, },
"WARNING": { "WARNING": {
"TITLE": "Algumas tarefas não serão atribuídas", "TITLE": "Some taks will be unassigned",
"DESCRIPTION": "Ainda há pessoas não identificadas. Os cartões atribuídos a essas pessoas permanecerão não atribuídos. Verifique todos os contatos para não perder essa informação.", "DESCRIPTION": "There are still unidentified people. The cards assigned to these people will remain unassigned. Check all the contacts to not lose that information.",
"CHECK": "Verificar contatos" "CHECK": "Check contacts"
}, },
"TAIGA": { "TAIGA": {
"SELECTOR": "Importe seu projeto Taiga" "SELECTOR": "Import your Taiga project"
}, },
"TRELLO": { "TRELLO": {
"SELECTOR": "Importe seu quadro Trello para o Taiga", "SELECTOR": "Import your Trello boards into Taiga",
"CHOOSE_PROJECT": "Escolha o quadro que você deseja importar", "CHOOSE_PROJECT": "Choose board that you want to import",
"NO_PROJECTS": "Parece que você não possui quadros no Trello" "NO_PROJECTS": "It seems you have no boards in Trello"
}, },
"GITHUB": { "GITHUB": {
"SELECTOR": "Importe seus problemas de projeto Github", "SELECTOR": "Import your GitHub project issues",
"CHOOSE_PROJECT": "Ache o projeto que deseja importar", "CHOOSE_PROJECT": "Find the project you want to import",
"NO_PROJECTS": "Parece que você não tem nenhum projeto no GitHub", "NO_PROJECTS": "It seems you have no porjects in GitHub",
"HOW_DO_YOU_WANT_TO_IMPORT": "Como você quer importar seus problemas para o Taiga?", "HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?",
"KANBAN_PROJECT": "Como histórias de usuários em um projeto kanban", "KANBAN_PROJECT": "As user stories in a kanban project",
"KANBAN_PROJECT_DESCRIPTION": "Depois disso, você pode ativar o scrum com backlog.", "KANBAN_PROJECT_DESCRIPTION": "After that you can enable scrum with backlog.",
"SCRUM_PROJECT": "Como histórias de usuário em um projeto de Scrum", "SCRUM_PROJECT": "As user stories in a scrum project",
"SCRUM_PROJECT_DESCRIPTION": "Depois disso você pode habilitar o modo kanban.", "SCRUM_PROJECT_DESCRIPTION": "After that you can enable kanban mode.",
"ISSUES_PROJECT": "Como problemas", "ISSUES_PROJECT": "As issues",
"ISSUES_PROJECT_DESCRIPTION": "Você não sera capaz de usar seus problemas no modo kanban ou scrum. Você poderá habilitar o kanban ou scrum para novas histórias de usuário" "ISSUES_PROJECT_DESCRIPTION": "You will not be able to use your issues in kanban or scrum mode. You will be able to enable kanban or scrum for new user stories"
}, },
"ASANA": { "ASANA": {
"SELECTOR": "Importe seu projeto Asana e escolha como administra-lo", "SELECTOR": "Import your Asana project and choose how to manage it",
"CHOOSE_PROJECT": "Escolha o projeto que deseja importar", "CHOOSE_PROJECT": "Choose project that you want to import",
"NO_PROJECTS": "Parece que você não tem nenhum projeto no Asana", "NO_PROJECTS": "It seems you have no porjects in Asana",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"CREATE_AS_SCRUM_DESCRIPTION": "As tarefas e sub tarefas de seu projeto serão criados como história de usuário Taiga e tarefas.", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_KANBAN_DESCRIPTION": "As tarefas e sub tarefas de seu projeto serão criados como história de usuário Taiga e tarefas." "CREATE_AS_KANBAN_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks."
}, },
"JIRA": { "JIRA": {
"SELECTOR": "Importe seu projeto Jira e escolha como gerenciá-lo", "SELECTOR": "Import your Jira project and choose how to manage it",
"HOW_TO_CONFIGURE": "(Ajuda de configuração)", "HOW_TO_CONFIGURE": "(configuration help)",
"CHOOSE_PROJECT": "Escolha o projeto ou quadro que deseja importar", "CHOOSE_PROJECT": "Choose project or board that you want to import",
"NO_PROJECTS": "Parece que você não tem projetos ou quadros no Jira", "NO_PROJECTS": "It seems you have no porjects or boards in Jira",
"URL": "Sua url Jira", "URL": "Your Jira URL",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"ISSUES_PROJECT": "Tipos de problemas", "ISSUES_PROJECT": "Tipos de problemas",
"CREATE_AS_SCRUM_DESCRIPTION": "Os problemas e sub problemas do seu projeto serão criados como histórias de usuário Taiga e tarefas.", "CREATE_AS_SCRUM_DESCRIPTION": "The issues and sub-issues of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_KANBAN_DESCRIPTION": "Os problemas e sub problemas do seu projeto serão criados como histórias de usuário Taiga e tarefas.", "CREATE_AS_KANBAN_DESCRIPTION": "The issues and sub-issues of your project will be created as Taiga user stories and tasks.",
"CREATE_AS_ISSUES_DESCRIPTION": "O que você quer fazer com os sub problemas do projeto Jira? (Taiga não permite sub problemas)", "CREATE_AS_ISSUES_DESCRIPTION": "What do you want to do with sub-issues from the Jira project? (Taiga doesn't allow sub-issues)",
"CREATE_NEW_ISSUES": "Converta sub problemas para novos problemas Taiga", "CREATE_NEW_ISSUES": "Convert sub-issues to new Taiga issues",
"NOT_CREATE_NEW_ISSUES": "Não importe sub problemas" "NOT_CREATE_NEW_ISSUES": "Do not import sub-issues"
} }
} }
}, },
@ -1121,7 +1121,6 @@
"CHOOSE_PROJECT_FROM": "Qual é o projeto?", "CHOOSE_PROJECT_FROM": "Qual é o projeto?",
"CHOOSE_USERSTORY": "Qual é a história de usuário?", "CHOOSE_USERSTORY": "Qual é a história de usuário?",
"NO_USERSTORIES": "Esse projeto ainda não possui Histórias de Usuário. Por favor, selecione outro projeto.", "NO_USERSTORIES": "Esse projeto ainda não possui Histórias de Usuário. Por favor, selecione outro projeto.",
"NO_USERSTORIES_FOUND": "Parece que nada foi encontrado com os critérios de sua pesquisa.",
"FILTER_USERSTORIES": "Filtrar histórias de usuário", "FILTER_USERSTORIES": "Filtrar histórias de usuário",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Épico bloqueador", "LIGHTBOX_TITLE_BLOKING_EPIC": "Épico bloqueador",
"ACTION_DELETE": "Excluir épico" "ACTION_DELETE": "Excluir épico"
@ -1140,7 +1139,7 @@
"TITLE_DELETE_ACTION": "Apagar história de usuário", "TITLE_DELETE_ACTION": "Apagar história de usuário",
"LIGHTBOX_TITLE_BLOKING_US": "História de usuário bloqueadora", "LIGHTBOX_TITLE_BLOKING_US": "História de usuário bloqueadora",
"NOT_ESTIMATED": "Não estimado", "NOT_ESTIMATED": "Não estimado",
"OWNER_US": "Esta história de usuário pertence a", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "Publicar como Gig no Taiga Tribe", "PUBLISH": "Publicar como Gig no Taiga Tribe",
"PUBLISH_INFO": "Mais informações", "PUBLISH_INFO": "Mais informações",
@ -1150,7 +1149,7 @@
"CLOSE": "Fechar", "CLOSE": "Fechar",
"SYNCHRONIZE_LINK": "sincronizar com a Tribo Taiga", "SYNCHRONIZE_LINK": "sincronizar com a Tribo Taiga",
"PUBLISH_MORE_INFO_TITLE": "Você precisa de alguém para esta tarefa?", "PUBLISH_MORE_INFO_TITLE": "Você precisa de alguém para esta tarefa?",
"PUBLISH_MORE_INFO_TEXT": "<p>Se você precisar de ajuda com um determinado trabalho, você pode facilmente criar trabalhos em<a href='http://taigatribe.com' title='Taiga Tribe'> Taiga Tribe </a> E receber ajuda de todo o mundo. Você será capaz de controlar e gerenciar o trabalho desfrutando de uma grande comunidade ansiosa para contribuir.</p><p><a href='http://taigatribe.com' title='Taiga Tribe'> TaigaTribe </a> Nasceu como um irmão gêmeo taiga. Ambas as plataformas podem viver separadamente, mas acreditamos que há muito poder em usá-las combinadas, então estamos assegurando que a integração funcione como um charme.</p>" "PUBLISH_MORE_INFO_TEXT": "<p>If you need help with a particular piece of work you can easily create gigs on<a href='http://taigatribe.com' title='Taiga Tribe'> Taiga Tribe </a> and receive help from all over the world. You will be able to control and manage the gig enjoying a great community eager to contribute.</p><p><a href='http://taigatribe.com' title='Taiga Tribe'> TaigaTribe </a> was born as a Taiga sibling. Both platforms can live separately but we believe that there is much power in using them combined so we are making sure the integration works like a charm.</p>"
}, },
"FIELDS": { "FIELDS": {
"TEAM_REQUIREMENT": "Requisitos da Equipe", "TEAM_REQUIREMENT": "Requisitos da Equipe",
@ -1240,10 +1239,10 @@
"HIDE": "Esconder tags" "HIDE": "Esconder tags"
}, },
"FORECASTING": { "FORECASTING": {
"TITLE": "Projeção de velocidade", "TITLE": "Velocity forecasting",
"BACKLOG": "Exibir backlog", "BACKLOG": "Display backlog",
"NEW_SPRINT": "Candidatos a Histórias do Usuário do para o seu próximo sprint com base na sua velocidade. Clique para criar um novo sprint.", "NEW_SPRINT": "Candidate User Stories for your next sprint based on your velocity. Click to create a new sprint.",
"CURRENT_SPRINT": "Candidatos a Histórias do Usuário do para o seu próximo sprint com base na sua velocidade. Clique para adicionar ao sprint atual." "CURRENT_SPRINT": "Candidate User Stories for your sprint based on your velocity. Click to add to current sprint."
}, },
"TABLE": { "TABLE": {
"COLUMN_US": "Histórias de Usuários", "COLUMN_US": "Histórias de Usuários",
@ -1626,7 +1625,7 @@
"KANBAN": { "KANBAN": {
"STEP1": { "STEP1": {
"TITLE": "Personalize seu fluxo de trabalho", "TITLE": "Personalize seu fluxo de trabalho",
"TEXT": "Configure as colunas que você precisa para mapear seu workflow através do Admin" "TEXT": "Set up the columns you need to map your workflow statuses through the admin."
}, },
"STEP2": { "STEP2": {
"TITLE": "Histórias de Usuários & Atividades", "TITLE": "Histórias de Usuários & Atividades",

View File

@ -412,7 +412,7 @@
"DEPRECATED_FILE": "Устаревший?", "DEPRECATED_FILE": "Устаревший?",
"ADD": "Добавить вложение. {{maxFileSizeMsg}}", "ADD": "Добавить вложение. {{maxFileSizeMsg}}",
"DROP": "Перетяните вложение сюда", "DROP": "Перетяните вложение сюда",
"SHOW_DEPRECATED": "+ Показать устаревшие приложения", "SHOW_DEPRECATED": "Показать устаревшие приложения",
"HIDE_DEPRECATED": "- спрятать устаревшие приложения", "HIDE_DEPRECATED": "- спрятать устаревшие приложения",
"COUNT_DEPRECATED": "({{ counter }} устарело)", "COUNT_DEPRECATED": "({{ counter }} устарело)",
"MAX_UPLOAD_SIZE": "Максимальный объем для загрузки {{maxFileSize}}", "MAX_UPLOAD_SIZE": "Максимальный объем для загрузки {{maxFileSize}}",
@ -1121,7 +1121,6 @@
"CHOOSE_PROJECT_FROM": "Какой проект Вам нужен?", "CHOOSE_PROJECT_FROM": "Какой проект Вам нужен?",
"CHOOSE_USERSTORY": "Опишите пользовательскую историю", "CHOOSE_USERSTORY": "Опишите пользовательскую историю",
"NO_USERSTORIES": "В проекте нет ни одной пользовательской истории. Пожалуйста выберите другой проект.", "NO_USERSTORIES": "В проекте нет ни одной пользовательской истории. Пожалуйста выберите другой проект.",
"NO_USERSTORIES_FOUND": "It looks like nothing was found with your search criteria",
"FILTER_USERSTORIES": "Фильтровать ПИ", "FILTER_USERSTORIES": "Фильтровать ПИ",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Блокирующая задача", "LIGHTBOX_TITLE_BLOKING_EPIC": "Блокирующая задача",
"ACTION_DELETE": "Удалить эпос" "ACTION_DELETE": "Удалить эпос"

View File

@ -10,7 +10,7 @@
"CANCEL": "Avbryt", "CANCEL": "Avbryt",
"ACCEPT": "Acceptera", "ACCEPT": "Acceptera",
"DELETE": "Radera", "DELETE": "Radera",
"UNLINK": "Avlänka", "UNLINK": "Unlink",
"CREATE": "Skapa", "CREATE": "Skapa",
"ADD": "Lägg till", "ADD": "Lägg till",
"COPY_TO_CLIPBOARD": "Kopiera till urklipp: Ctrl+C", "COPY_TO_CLIPBOARD": "Kopiera till urklipp: Ctrl+C",
@ -40,11 +40,11 @@
"IOCAINE_TEXT": "This member is feeling a bit overwhelmed by this task. Will become immune to the iocaine poison over time with your help. For now, may need a hug.", "IOCAINE_TEXT": "This member is feeling a bit overwhelmed by this task. Will become immune to the iocaine poison over time with your help. For now, may need a hug.",
"CLIENT_REQUIREMENT": "Client requirement is new requirement that was not previously expected and it is required to be part of the project", "CLIENT_REQUIREMENT": "Client requirement is new requirement that was not previously expected and it is required to be part of the project",
"TEAM_REQUIREMENT": "Team requirement is a requirement that must exist in the project but should have no cost for the client", "TEAM_REQUIREMENT": "Team requirement is a requirement that must exist in the project but should have no cost for the client",
"OWNER": "Projektägare", "OWNER": "Project Owner",
"CAPSLOCK_WARNING": "Be careful! You are using capital letters in an input field that is case sensitive.", "CAPSLOCK_WARNING": "Be careful! You are using capital letters in an input field that is case sensitive.",
"CONFIRM_CLOSE_EDIT_MODE_TITLE": "Är du säker på att du vill stänga redigeringsläget?", "CONFIRM_CLOSE_EDIT_MODE_TITLE": "Are you sure you want to close the edit mode?",
"CONFIRM_CLOSE_EDIT_MODE_MESSAGE": "Kom ihåg att alla ändringar kommer förloras om du stänger utan att spara", "CONFIRM_CLOSE_EDIT_MODE_MESSAGE": "Kom ihåg att alla ändringar kommer förloras om du stänger utan att spara",
"RELATED_USERSTORIES": "Relaterade användarhistorier", "RELATED_USERSTORIES": "Related user stories",
"CARD": { "CARD": {
"ASSIGN_TO": "Tilldela Till", "ASSIGN_TO": "Tilldela Till",
"EDIT": "Ändra kort" "EDIT": "Ändra kort"
@ -121,7 +121,7 @@
"ISSUE": "ärende", "ISSUE": "ärende",
"EPIC": "Epost", "EPIC": "Epost",
"TAGS": { "TAGS": {
"PLACEHOLDER": "Ange tagg", "PLACEHOLDER": "Enter tag",
"DELETE": "Ta bort etikett", "DELETE": "Ta bort etikett",
"ADD": "Lägg till etikett" "ADD": "Lägg till etikett"
}, },
@ -199,7 +199,7 @@
"TITLE_ACTION_SEARCH": "Sök", "TITLE_ACTION_SEARCH": "Sök",
"ACTION_SAVE_CUSTOM_FILTER": "spara som anpassad filter", "ACTION_SAVE_CUSTOM_FILTER": "spara som anpassad filter",
"PLACEHOLDER_FILTER_NAME": "Skriv filternamnet och tryck på <Enter>", "PLACEHOLDER_FILTER_NAME": "Skriv filternamnet och tryck på <Enter>",
"APPLIED_FILTERS_NUM": "applicerade filter", "APPLIED_FILTERS_NUM": "filters applied",
"CATEGORIES": { "CATEGORIES": {
"TYPE": "Typ", "TYPE": "Typ",
"STATUS": "Status", "STATUS": "Status",
@ -215,19 +215,19 @@
"WYSIWYG": { "WYSIWYG": {
"CODE_SNIPPET": "Code Snippet", "CODE_SNIPPET": "Code Snippet",
"DB_CLICK": "double click to edit", "DB_CLICK": "double click to edit",
"SELECT_LANGUAGE_PLACEHOLDER": "Välj Språk", "SELECT_LANGUAGE_PLACEHOLDER": "Select Language",
"SELECT_LANGUAGE_REMOVE_FORMATING": "Ta bort formatering", "SELECT_LANGUAGE_REMOVE_FORMATING": "Remove formatting",
"OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "Hjälp för markeringssyntax" "MARKDOWN_HELP": "Hjälp för markeringssyntax"
}, },
"PERMISIONS_CATEGORIES": { "PERMISIONS_CATEGORIES": {
"EPICS": { "EPICS": {
"NAME": "Epos", "NAME": "Epos",
"VIEW_EPICS": "Visa Epics", "VIEW_EPICS": "View epics",
"ADD_EPICS": "Lägg till Epics", "ADD_EPICS": "Add epics",
"MODIFY_EPICS": "Modify epics", "MODIFY_EPICS": "Modify epics",
"COMMENT_EPICS": "Comment epics", "COMMENT_EPICS": "Comment epics",
"DELETE_EPICS": "Radera eipcs" "DELETE_EPICS": "Delete epics"
}, },
"SPRINTS": { "SPRINTS": {
"NAME": "Sprintar", "NAME": "Sprintar",
@ -249,7 +249,7 @@
"VIEW_TASKS": "Visa uppgifter", "VIEW_TASKS": "Visa uppgifter",
"ADD_TASKS": "Lägg till uppgifter", "ADD_TASKS": "Lägg till uppgifter",
"MODIFY_TASKS": "Modifiera uppgifter", "MODIFY_TASKS": "Modifiera uppgifter",
"COMMENT_TASKS": "Kommentera uppgifter", "COMMENT_TASKS": "Comment tasks",
"DELETE_TASKS": "Ta bort uppgift" "DELETE_TASKS": "Ta bort uppgift"
}, },
"ISSUES": { "ISSUES": {
@ -290,7 +290,7 @@
"ACTION_ENTER": "Gå in", "ACTION_ENTER": "Gå in",
"ACTION_SIGN_IN": "Logga in", "ACTION_SIGN_IN": "Logga in",
"PLACEHOLDER_AUTH_PASSWORD": "Lösenord (skiftlägeskänslig)", "PLACEHOLDER_AUTH_PASSWORD": "Lösenord (skiftlägeskänslig)",
"ALT_LOGIN": "Eller logga in med" "ALT_LOGIN": "Or login with"
}, },
"LOGIN_FORM": { "LOGIN_FORM": {
"ERROR_AUTH_INCORRECT": "Enligt våra Ooma Loompas är ditt användarnamn, din e-postadress eller ditt lösenord inkorrekt.", "ERROR_AUTH_INCORRECT": "Enligt våra Ooma Loompas är ditt användarnamn, din e-postadress eller ditt lösenord inkorrekt.",
@ -500,20 +500,20 @@
"PRIVATE_OR_PUBLIC": "Vad är skillnaden mellan publika och privata projekt?", "PRIVATE_OR_PUBLIC": "Vad är skillnaden mellan publika och privata projekt?",
"DELETE": "Ta bort projekt", "DELETE": "Ta bort projekt",
"CHANGE_LOGO": "Ändra logga", "CHANGE_LOGO": "Ändra logga",
"ACTION_USE_DEFAULT_LOGO": "Använd standardbilden", "ACTION_USE_DEFAULT_LOGO": "Use default image",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects allowed by your current plan", "MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects allowed by your current plan",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The maximum number of members for private projects has been exceeded", "MAX_PRIVATE_PROJECTS_MEMBERS": "The maximum number of members for private projects has been exceeded",
"MAX_PUBLIC_PROJECTS": "Unfortunately, you've reached the maximum number of public projects allowed by your current plan", "MAX_PUBLIC_PROJECTS": "Unfortunately, you've reached the maximum number of public projects allowed by your current plan",
"MAX_PUBLIC_PROJECTS_MEMBERS": "Projektet överstiger antalet tillåtna medlemmar för ett publikt projekt", "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds your maximum number of members for public projects",
"PROJECT_OWNER": "Projektägare", "PROJECT_OWNER": "Project owner",
"REQUEST_OWNERSHIP": "Efterfråga ägareskap", "REQUEST_OWNERSHIP": "Request ownership",
"REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to become the new project owner?", "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to become the new project owner?",
"REQUEST_OWNERSHIP_DESC": "Begär att den nuvarande projektägaren {{namn}} överför ägarskap av det här projektet till dig.", "REQUEST_OWNERSHIP_DESC": "Begär att den nuvarande projektägaren {{namn}} överför ägarskap av det här projektet till dig.",
"REQUEST_OWNERSHIP_BUTTON": "Förfrågan", "REQUEST_OWNERSHIP_BUTTON": "Förfrågan",
"REQUEST_OWNERSHIP_SUCCESS": "Vi noterar projektägaren", "REQUEST_OWNERSHIP_SUCCESS": "Vi noterar projektägaren",
"CHANGE_OWNER": "Ända ägare", "CHANGE_OWNER": "Ända ägare",
"CHANGE_OWNER_SUCCESS_TITLE": "Ok, din förfrågan har skickats!", "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent!",
"CHANGE_OWNER_SUCCESS_DESC": "Vi kommer kontakta dig via email om ändringen av ägarskapet för projektet accepteras eller nekas" "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email if the project ownership request is accepted or declined"
}, },
"REPORTS": { "REPORTS": {
"TITLE": "Rapporter", "TITLE": "Rapporter",
@ -575,7 +575,7 @@
"ACTION_ADD": "Lägg till ny allvarlighetsgrad" "ACTION_ADD": "Lägg till ny allvarlighetsgrad"
}, },
"PROJECT_VALUES_STATUS": { "PROJECT_VALUES_STATUS": {
"TITLE": "Status", "TITLE": "Statuses",
"SUBTITLE": "Specificera status för dina användarhistorier, uppgifter och ärenden ska ha i olika faser. ", "SUBTITLE": "Specificera status för dina användarhistorier, uppgifter och ärenden ska ha i olika faser. ",
"EPIC_TITLE": "Status för Epics", "EPIC_TITLE": "Status för Epics",
"US_TITLE": "User Story Statuses", "US_TITLE": "User Story Statuses",
@ -590,14 +590,14 @@
}, },
"PROJECT_VALUES_TAGS": { "PROJECT_VALUES_TAGS": {
"TITLE": "Etiketter", "TITLE": "Etiketter",
"SUBTITLE": "Visa och ändra färgerna på dina taggar", "SUBTITLE": "View and edit the color of your tags",
"EMPTY": "För närvarande finns inga taggar", "EMPTY": "Currently there are no tags",
"EMPTY_SEARCH": "Det ser ut som om vi inte hittade något som matchade din sökning.", "EMPTY_SEARCH": "It looks like nothing was found with your search criteria",
"ACTION_ADD": "Lägg till etikett", "ACTION_ADD": "Lägg till etikett",
"NEW_TAG": "Ny tagg", "NEW_TAG": "New tag",
"MIXING_HELP_TEXT": "Välj de taggar du vill slå samman", "MIXING_HELP_TEXT": "Select the tags that you want to merge",
"MIXING_MERGE": "Slå samman taggar", "MIXING_MERGE": "Merge Tags",
"SELECTED": "Valda" "SELECTED": "Selected"
}, },
"ROLES": { "ROLES": {
"PAGE_TITLE": "Roller - {{projectName}}", "PAGE_TITLE": "Roller - {{projectName}}",
@ -611,7 +611,7 @@
"WARNING_DELETE_ROLE": "Be careful! All role estimations will be removed", "WARNING_DELETE_ROLE": "Be careful! All role estimations will be removed",
"ERROR_DELETE_ALL": "Du kan inte ta bort alla värden", "ERROR_DELETE_ALL": "Du kan inte ta bort alla värden",
"EXTERNAL_USER": "Extern användare", "EXTERNAL_USER": "Extern användare",
"NOTE_EXTERNAL_USERS": "<strong>Notera:</strong> med Extern Användare menar vi alla anonyma användare som inte tillhör Taiga-plattformen, inklusive sökmotorer. Vänligen använd denna rollen med försiktighet." "NOTE_EXTERNAL_USERS": "<strong>Note:</strong> by External User we mean any anonymous user not belonging to the Taiga platform, including search engines. Please use this role with care."
}, },
"THIRD_PARTIES": { "THIRD_PARTIES": {
"SECRET_KEY": "Hemlig nyckel", "SECRET_KEY": "Hemlig nyckel",
@ -733,10 +733,10 @@
"TITLE_ACTION_NEW_ROLE": "Lägg till ny roll" "TITLE_ACTION_NEW_ROLE": "Lägg till ny roll"
}, },
"PROJECT_TRANSFER": { "PROJECT_TRANSFER": {
"DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Vill du bli den nya projektägaren?", "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Would you like to become the new project owner?",
"PRIVATE": "Privat", "PRIVATE": "Privat",
"ACCEPTED_PROJECT_OWNERNSHIP": "Gratulerar. Du är nu den nya projektägaren.", "ACCEPTED_PROJECT_OWNERNSHIP": "Congratulations! You're now the new project owner.",
"REJECTED_PROJECT_OWNERNSHIP": "OK. Vi kontaktar nuvarande projektägare.", "REJECTED_PROJECT_OWNERNSHIP": "OK. We'll contact the current project owner",
"ACCEPT": "Acceptera", "ACCEPT": "Acceptera",
"REJECT": "Avvisa", "REJECT": "Avvisa",
"PROPOSE_OWNERSHIP": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> has asked that you become the new project owner.", "PROPOSE_OWNERSHIP": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> has asked that you become the new project owner.",
@ -869,39 +869,39 @@
}, },
"CREATE": { "CREATE": {
"TITLE": "Skapa projekt", "TITLE": "Skapa projekt",
"CHOOSE_TEMPLATE": "Vilken mall passar ditt projekt bättre?", "CHOOSE_TEMPLATE": "Which template fits your project better?",
"TEMPLATE_SCRUM": "Scrum", "TEMPLATE_SCRUM": "Scrum",
"TEMPLATE_SCRUM_DESC": "Prioritera och lös dina uppgifter i korta tidscykler.", "TEMPLATE_SCRUM_DESC": "Prioritize and solve your tasks in short time cycles.",
"TEMPLATE_SCRUM_LONGDESC": "Scrum is an iterative and incremental agile software development methodology for managing product development.\nThe product backlog is what will ultimately be delivered, ordered into the sequence in which it should be delivered. Product Backlogs are broken into manageable, executable chunks named sprints. Every certain amount of time the team initiates a new sprint and commits to deliver a certain number of user stories from the backlog, in accordance with their skills, abilities and resources. The project advances as the backlog becomes depleted.", "TEMPLATE_SCRUM_LONGDESC": "Scrum is an iterative and incremental agile software development methodology for managing product development.\nThe product backlog is what will ultimately be delivered, ordered into the sequence in which it should be delivered. Product Backlogs are broken into manageable, executable chunks named sprints. Every certain amount of time the team initiates a new sprint and commits to deliver a certain number of user stories from the backlog, in accordance with their skills, abilities and resources. The project advances as the backlog becomes depleted.",
"TEMPLATE_KANBAN": "Kanban", "TEMPLATE_KANBAN": "Kanban",
"TEMPLATE_KANBAN_DESC": "Keep a constant workflow on independent tasks", "TEMPLATE_KANBAN_DESC": "Keep a constant workflow on independent tasks",
"TEMPLATE_KANBAN_LONGDESC": "The Kanban methodology is used to divide project development (any sort of project) into stages.\nA kanban card is like an index card or post-it note that details every task (or user story) in a project that needs to be completed. The Kanban board is used to move each card from one state of completion to the next and in so doing, helps track progress.", "TEMPLATE_KANBAN_LONGDESC": "The Kanban methodology is used to divide project development (any sort of project) into stages.\nA kanban card is like an index card or post-it note that details every task (or user story) in a project that needs to be completed. The Kanban board is used to move each card from one state of completion to the next and in so doing, helps track progress.",
"DUPLICATE": "Kopiera projekt", "DUPLICATE": "Duplicate project",
"DUPLICATE_DESC": "Påbörja städning och behåll din konfiguration", "DUPLICATE_DESC": "Start clean and keep your configuration",
"IMPORT": "Importerar projekt", "IMPORT": "Importerar projekt",
"IMPORT_DESC": "Importera dina projekt ifrån multipla platformer till Taiga", "IMPORT_DESC": "Import your project from multiple platforms into Taiga",
"INVITE": "Invite to the project", "INVITE": "Invite to the project",
"SOLO_PROJECT": "Du kommer vara ensam i detta projektet", "SOLO_PROJECT": "You'll be alone in this project",
"INVITE_LATER": "(You'll be able to invite more members later)", "INVITE_LATER": "(You'll be able to invite more members later)",
"BACK": "Baksida", "BACK": "Baksida",
"MAX_PRIVATE_PROJECTS": "Unfortunately, You've reached the maximum number of private projects.\nIf you would like to increase the current limit please contact the administrator.", "MAX_PRIVATE_PROJECTS": "Unfortunately, You've reached the maximum number of private projects.\nIf you would like to increase the current limit please contact the administrator.",
"MAX_PUBLIC_PROJECTS": "Unfortunately, You've reached the maximum number of public projects.\nIf you would like to increase the current limit please contact the administrator.", "MAX_PUBLIC_PROJECTS": "Unfortunately, You've reached the maximum number of public projects.\nIf you would like to increase the current limit please contact the administrator.",
"PUBLIC_PROJECT": "Publika projekt", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Privat Projekt" "PRIVATE_PROJECT": "Privat Projekt"
}, },
"COMMON": { "COMMON": {
"DETAILS": "New project details", "DETAILS": "New project details",
"PROJECT_TITLE": "Projektnamn", "PROJECT_TITLE": "Project Name",
"PROJECT_DESCRIPTION": "Projektbeskrivning" "PROJECT_DESCRIPTION": "Project Description"
}, },
"DUPLICATE": { "DUPLICATE": {
"TITLE": "Kopiera Projekt", "TITLE": "Duplicate Project",
"DESCRIPTION": "Påbörja städning och behåll din konfiguration", "DESCRIPTION": "Start clean and keep your configuration",
"SELECT_PLACEHOLDER": "Välj ett befintligt projekt för att kopiera" "SELECT_PLACEHOLDER": "Choose an existing project to duplicate"
}, },
"IMPORT": { "IMPORT": {
"TITLE": "Importera Projekt", "TITLE": "Import Project",
"DESCRIPTION": "Importera dina projekt ifrån multipla platformer till Taiga", "DESCRIPTION": "Import your project from multiple platforms into Taiga",
"ASYNC_IN_PROGRESS_TITLE": "Våra Oompa Loompier importerar ditt projekt", "ASYNC_IN_PROGRESS_TITLE": "Våra Oompa Loompier importerar ditt projekt",
"ASYNC_IN_PROGRESS_MESSAGE": "Den här processen kan ta några minuter <br/>. Vi vill skicka dig en e-post när det blir klart. ", "ASYNC_IN_PROGRESS_MESSAGE": "Den här processen kan ta några minuter <br/>. Vi vill skicka dig en e-post när det blir klart. ",
"UPLOAD_IN_PROGRESS_MESSAGE": "Laddat upp {{uploadedSize}} av {{totalSize}}", "UPLOAD_IN_PROGRESS_MESSAGE": "Laddat upp {{uploadedSize}} av {{totalSize}}",
@ -910,22 +910,22 @@
"ERROR_MESSAGE": "Våra Oompa Loompier har lite problem med att importera dina hämtningsdata: {{error_message}}", "ERROR_MESSAGE": "Våra Oompa Loompier har lite problem med att importera dina hämtningsdata: {{error_message}}",
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) är för tungt för våra Oompa Loompier. Försök med något mindre än ({{maxFileSize}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) är för tungt för våra Oompa Loompier. Försök med något mindre än ({{maxFileSize}})",
"SYNC_SUCCESS": "Ditt projekt är korrekt importerad", "SYNC_SUCCESS": "Ditt projekt är korrekt importerad",
"IMPORT": "Importera", "IMPORT": "Import",
"WHO_IS": "Their tasks will be assigned to ...", "WHO_IS": "Their tasks will be assigned to ...",
"WRITE_EMAIL": "Or if you want, write the email that this user uses in Taiga", "WRITE_EMAIL": "Or if you want, write the email that this user uses in Taiga",
"SEARCH_CONTACT": "Eller om du vill, sök i dina kontakter", "SEARCH_CONTACT": "Or if you want, search in your contacts",
"WRITE_EMAIL_LABEL": "Write the email that this user uses in Taiga", "WRITE_EMAIL_LABEL": "Write the email that this user uses in Taiga",
"ACCEEDE": "Acceede", "ACCEEDE": "Acceede",
"PROJECT_MEMBERS": "Projektmedlem", "PROJECT_MEMBERS": "Project Members",
"PROCESS_DESCRIPTION": "Tell us who from Taiga you want to assign the tasks of {{platform}}", "PROCESS_DESCRIPTION": "Tell us who from Taiga you want to assign the tasks of {{platform}}",
"MATCH": "Is <strong>{{user_external}}</strong> the same person as <strong>{{user_internal}}</strong>?", "MATCH": "Is <strong>{{user_external}}</strong> the same person as <strong>{{user_internal}}</strong>?",
"CHOOSE": "Välj användare", "CHOOSE": "Select user",
"LINKS": "Links with {{platform}}", "LINKS": "Links with {{platform}}",
"LINKS_DESCRIPTION": "Do you want to keep the link of each item with the original {{platform}} card?", "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.", "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", "ASSIGN": "Tilldela",
"PROJECT_SELECTOR": { "PROJECT_SELECTOR": {
"NO_RESULTS": "Det ser ut som om vi inte hittade något som matchade din sökning.", "NO_RESULTS": "It looks like nothing was found with your search criteria",
"ACTION_SEARCH": "sök", "ACTION_SEARCH": "sök",
"ACTION_BACK": "Baksida" "ACTION_BACK": "Baksida"
}, },
@ -953,7 +953,7 @@
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "PUBLIC_PROJECTS_SPACE_MEMBERS": {
"TITLE": "Unfortunately your current plan doesn't allow additional public projects or an increase of more than {{max_memberships}} members per public project", "TITLE": "Unfortunately your current plan doesn't allow additional public projects or an increase of more than {{max_memberships}} members per public project",
"DESC": "Projektet du försöker importera är publikt och har fler än {{members}} medlemmar." "DESC": "The project that you are trying to import is public and has more than {{members}} members."
} }
}, },
"IN_PROGRESS": { "IN_PROGRESS": {
@ -962,21 +962,21 @@
}, },
"WARNING": { "WARNING": {
"TITLE": "Some taks will be unassigned", "TITLE": "Some taks will be unassigned",
"DESCRIPTION": "Det finns fortfarande oidentifierade användare. Korten som är tilldelade till de personerna, kommer fortsatt att vara otilldelade. Kontrollera alla kontakter för att inte förlora informationen.", "DESCRIPTION": "There are still unidentified people. The cards assigned to these people will remain unassigned. Check all the contacts to not lose that information.",
"CHECK": "Check contacts" "CHECK": "Check contacts"
}, },
"TAIGA": { "TAIGA": {
"SELECTOR": "Importera ditt Taiga projekt" "SELECTOR": "Import your Taiga project"
}, },
"TRELLO": { "TRELLO": {
"SELECTOR": "Import your Trello boards into Taiga", "SELECTOR": "Import your Trello boards into Taiga",
"CHOOSE_PROJECT": "Choose board that you want to import", "CHOOSE_PROJECT": "Choose board that you want to import",
"NO_PROJECTS": "Det verkar som om du har några tavlor på Trello" "NO_PROJECTS": "It seems you have no boards in Trello"
}, },
"GITHUB": { "GITHUB": {
"SELECTOR": "Import your GitHub project issues", "SELECTOR": "Import your GitHub project issues",
"CHOOSE_PROJECT": "Find the project you want to import", "CHOOSE_PROJECT": "Find the project you want to import",
"NO_PROJECTS": "Det verkar som om du har några projekt på GitHub", "NO_PROJECTS": "It seems you have no porjects in GitHub",
"HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "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", "KANBAN_PROJECT": "As user stories in a kanban project",
"KANBAN_PROJECT_DESCRIPTION": "After that you can enable scrum with backlog.", "KANBAN_PROJECT_DESCRIPTION": "After that you can enable scrum with backlog.",
@ -987,8 +987,8 @@
}, },
"ASANA": { "ASANA": {
"SELECTOR": "Import your Asana project and choose how to manage it", "SELECTOR": "Import your Asana project and choose how to manage it",
"CHOOSE_PROJECT": "Välj projekt som du vill importera", "CHOOSE_PROJECT": "Choose project that you want to import",
"NO_PROJECTS": "Det verkar som om du inte har några projekt i Asana", "NO_PROJECTS": "It seems you have no porjects in Asana",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.",
@ -996,10 +996,10 @@
}, },
"JIRA": { "JIRA": {
"SELECTOR": "Import your Jira project and choose how to manage it", "SELECTOR": "Import your Jira project and choose how to manage it",
"HOW_TO_CONFIGURE": "(konfigurationshjälp)", "HOW_TO_CONFIGURE": "(configuration help)",
"CHOOSE_PROJECT": "Välj ett projekt eller en tavla du vill importera", "CHOOSE_PROJECT": "Choose project or board that you want to import",
"NO_PROJECTS": "Det verkar som om du inte har några projekt eller tavlor i Jira", "NO_PROJECTS": "It seems you have no porjects or boards in Jira",
"URL": "Din Jira URL", "URL": "Your Jira URL",
"KANBAN_PROJECT": "Kanban", "KANBAN_PROJECT": "Kanban",
"SCRUM_PROJECT": "Scrum", "SCRUM_PROJECT": "Scrum",
"ISSUES_PROJECT": "Frågor", "ISSUES_PROJECT": "Frågor",
@ -1030,11 +1030,11 @@
}, },
"ADD_MEMBER": { "ADD_MEMBER": {
"TITLE": "Ny medlem", "TITLE": "Ny medlem",
"PLACEHOLDER": "Filtrera användare eller skriv ett mail för att bjuda in", "PLACEHOLDER": "Filter users or write an email to invite",
"ADD_EMAIL": "Lägg till e-post", "ADD_EMAIL": "Add email",
"REMOVE": "Ta bort", "REMOVE": "Remove",
"INVITE": "Bjud In", "INVITE": "Invite",
"CHOOSE_ROLE": "Välj en roll", "CHOOSE_ROLE": "Choose a role",
"PLACEHOLDER_INVITATION_TEXT": "(Valfritt) Lägg till en personlig hälsning till invitationen. Berätta något trevligt till din nya projektmedlem ;-)", "PLACEHOLDER_INVITATION_TEXT": "(Valfritt) Lägg till en personlig hälsning till invitationen. Berätta något trevligt till din nya projektmedlem ;-)",
"HELP_TEXT": "Om användaren redan är registrerad på Taiga vill hen bli lagt till automatiskt. I annat fall vill de motta en invitation. " "HELP_TEXT": "Om användaren redan är registrerad på Taiga vill hen bli lagt till automatiskt. I annat fall vill de motta en invitation. "
}, },
@ -1100,9 +1100,9 @@
}, },
"CONTACT_PROJECT": { "CONTACT_PROJECT": {
"TITLE": "Skicka ett e-postmeddelande till", "TITLE": "Skicka ett e-postmeddelande till",
"WARNING": "Detta mailet kommer mottagas utav projektadministratörerna", "WARNING": "The email will be received by the project admins",
"PLACEHOLDER": "Skriv ditt meddelande", "PLACEHOLDER": "Skriv ditt meddelande",
"SEND": "Skicka" "SEND": "Send"
} }
}, },
"EPIC": { "EPIC": {
@ -1111,20 +1111,19 @@
"SECTION_NAME": "Epost", "SECTION_NAME": "Epost",
"TITLE_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Ta bort länkning till relaterade användningsfall ", "TITLE_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Ta bort länkning till relaterade användningsfall ",
"MSG_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Det kommer radera länken till det relaterade användningsfallet '{{subject}}'", "MSG_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Det kommer radera länken till det relaterade användningsfallet '{{subject}}'",
"ERROR_UNLINK_RELATED_USERSTORY": "Vi har inte lyckats att ta bort: {{errorMessage}}", "ERROR_UNLINK_RELATED_USERSTORY": "We have not been able to unlink: {{errorMessage}}",
"CREATE_RELATED_USERSTORIES": "Skapa en relation med", "CREATE_RELATED_USERSTORIES": "Skapa en relation med",
"NEW_USERSTORY": "Ny användarhistorie", "NEW_USERSTORY": "Ny användarhistorie",
"EXISTING_USERSTORY": "Befintligt användningsfal", "EXISTING_USERSTORY": "Befintligt användningsfal",
"CHOOSE_PROJECT_FOR_CREATION": "Vilket är projektet?", "CHOOSE_PROJECT_FOR_CREATION": "Vilket är projektet?",
"SUBJECT": "Titel", "SUBJECT": "Titel",
"SUBJECT_BULK_MODE": "Ämne (infoga bulk)", "SUBJECT_BULK_MODE": "Subject (bulk insert)",
"CHOOSE_PROJECT_FROM": "Vilket är projektet?", "CHOOSE_PROJECT_FROM": "Vilket är projektet?",
"CHOOSE_USERSTORY": "What's the user story?", "CHOOSE_USERSTORY": "What's the user story?",
"NO_USERSTORIES": "This project has no User Stories yet. Please select another project.", "NO_USERSTORIES": "This project has no User Stories yet. Please select another project.",
"NO_USERSTORIES_FOUND": "Det ser ut som om vi inte hittade något som matchade din sökning.",
"FILTER_USERSTORIES": "Filtrera användningsfall", "FILTER_USERSTORIES": "Filtrera användningsfall",
"LIGHTBOX_TITLE_BLOKING_EPIC": "Blocking epic", "LIGHTBOX_TITLE_BLOKING_EPIC": "Blocking epic",
"ACTION_DELETE": "Radera epic" "ACTION_DELETE": "Delete epic"
}, },
"US": { "US": {
"PAGE_TITLE": "{{userStorySubject}} - Användarhistorier {{userStoryRef}} - {{projectName}}", "PAGE_TITLE": "{{userStorySubject}} - Användarhistorier {{userStoryRef}} - {{projectName}}",
@ -1140,13 +1139,13 @@
"TITLE_DELETE_ACTION": "Ta bort användarhistorien", "TITLE_DELETE_ACTION": "Ta bort användarhistorien",
"LIGHTBOX_TITLE_BLOKING_US": "Blockera oss", "LIGHTBOX_TITLE_BLOKING_US": "Blockera oss",
"NOT_ESTIMATED": "Ej beräknad", "NOT_ESTIMATED": "Ej beräknad",
"OWNER_US": "Denna användarstoryn tillhör", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "Publish as Gig in Taiga Tribe", "PUBLISH": "Publish as Gig in Taiga Tribe",
"PUBLISH_INFO": "Mer information", "PUBLISH_INFO": "More info",
"PUBLISH_TITLE": "More info on publishing in Taiga Tribe", "PUBLISH_TITLE": "More info on publishing in Taiga Tribe",
"PUBLISHED_AS_GIG": "Story published as Gig in Taiga Tribe", "PUBLISHED_AS_GIG": "Story published as Gig in Taiga Tribe",
"EDIT_LINK": "Ändra länk", "EDIT_LINK": "Edit link",
"CLOSE": "Stäng", "CLOSE": "Stäng",
"SYNCHRONIZE_LINK": "synkronisera med Taiga Tribe", "SYNCHRONIZE_LINK": "synkronisera med Taiga Tribe",
"PUBLISH_MORE_INFO_TITLE": "Behöver du någon för den här uppgiften?", "PUBLISH_MORE_INFO_TITLE": "Behöver du någon för den här uppgiften?",
@ -1178,13 +1177,13 @@
"TITLE": "Aktiviteter", "TITLE": "Aktiviteter",
"ACTIVITIES_COUNT": "{{activities}} Aktiviteter", "ACTIVITIES_COUNT": "{{activities}} Aktiviteter",
"TAGS_ADDED": "taggar tillagda", "TAGS_ADDED": "taggar tillagda",
"TAGS_REMOVED": "borttagna taggar:", "TAGS_REMOVED": "tags removed:",
"US_POINTS": "{{role}} poäng", "US_POINTS": "{{role}} points",
"NEW_ATTACHMENT": "ny bilaga:", "NEW_ATTACHMENT": "new attachment:",
"DELETED_ATTACHMENT": "radera bilaga:", "DELETED_ATTACHMENT": "deleted attachment:",
"UPDATED_ATTACHMENT": "uppdatera bifogat ({{filename}}):", "UPDATED_ATTACHMENT": "updated attachment ({{filename}}):",
"CREATED_CUSTOM_ATTRIBUTE": "created custom attribute", "CREATED_CUSTOM_ATTRIBUTE": "created custom attribute",
"UPDATED_CUSTOM_ATTRIBUTE": "Uppdatera anpassat attribut", "UPDATED_CUSTOM_ATTRIBUTE": "updated custom attribute",
"BECAME_DEPRECATED": "became deprecated", "BECAME_DEPRECATED": "became deprecated",
"BECAME_UNDEPRECATED": "became undeprecated", "BECAME_UNDEPRECATED": "became undeprecated",
"TEAM_REQUIREMENT": "Teamets behov", "TEAM_REQUIREMENT": "Teamets behov",
@ -1471,7 +1470,7 @@
} }
}, },
"USER_PROFILE": { "USER_PROFILE": {
"ACTION_USE_GRAVATAR": "Använd standardbilden", "ACTION_USE_GRAVATAR": "Use default image",
"ACTION_DELETE_ACCOUNT": "Ta bort Taiga-kontot", "ACTION_DELETE_ACCOUNT": "Ta bort Taiga-kontot",
"CHANGE_EMAIL_SUCCESS": "<strong>Kontrollera din inbox!</strong><br/>Vi har skickad dig ett e-postmeddelande<br/> med instruktioner för hur du sätter upp din nya adress", "CHANGE_EMAIL_SUCCESS": "<strong>Kontrollera din inbox!</strong><br/>Vi har skickad dig ett e-postmeddelande<br/> med instruktioner för hur du sätter upp din nya adress",
"CHANGE_PHOTO": "Ändra foto", "CHANGE_PHOTO": "Ändra foto",
@ -1499,7 +1498,7 @@
"HOME": "Huvudsida", "HOME": "Huvudsida",
"SECTION_NAME": "BOKMÄRKEN", "SECTION_NAME": "BOKMÄRKEN",
"ACTION_ADD_LINK": "Lägg till bokmärke", "ACTION_ADD_LINK": "Lägg till bokmärke",
"ALL_PAGES": "Alla wiki-sidor" "ALL_PAGES": "All wiki pages"
}, },
"SUMMARY": { "SUMMARY": {
"TIMES_EDITED": "gånger <br/> ändrad", "TIMES_EDITED": "gånger <br/> ändrad",
@ -1508,12 +1507,12 @@
}, },
"SECTION_PAGES_LIST": "Alla sidor", "SECTION_PAGES_LIST": "Alla sidor",
"PAGES_LIST_COLUMNS": { "PAGES_LIST_COLUMNS": {
"TITLE": "Titel", "TITLE": "Title",
"EDITIONS": "Editions", "EDITIONS": "Editions",
"CREATED": "Skapad", "CREATED": "Skapad",
"MODIFIED": "Modifierad", "MODIFIED": "Modified",
"CREATOR": "Skapare", "CREATOR": "Creator",
"LAST_MODIFIER": "Senaste modifiering" "LAST_MODIFIER": "Last modifier"
} }
}, },
"HINTS": { "HINTS": {
@ -1537,7 +1536,7 @@
"TASK_CREATED_WITH_US": "{{username}} har skapat en ny uppgift {{obj_name}} i {{project_name}} som hör till US {{us_name}}", "TASK_CREATED_WITH_US": "{{username}} har skapat en ny uppgift {{obj_name}} i {{project_name}} som hör till US {{us_name}}",
"WIKI_CREATED": "{{username}} skapade en ny wiki-sida {{obj_name}} i {{project_name}}", "WIKI_CREATED": "{{username}} skapade en ny wiki-sida {{obj_name}} i {{project_name}}",
"MILESTONE_CREATED": "{{username}} har skapad en ny sprint {{obj_name}} i {{project_name}}", "MILESTONE_CREATED": "{{username}} har skapad en ny sprint {{obj_name}} i {{project_name}}",
"EPIC_CREATED": "{{username}} har skapat en ny epic {{obj_name}} i {{project_name}}", "EPIC_CREATED": "{{username}} has created a new epic {{obj_name}} in {{project_name}}",
"EPIC_RELATED_USERSTORY_CREATED": "{{username}} has related the userstory {{related_us_name}} to the epic {{epic_name}} in {{project_name}}", "EPIC_RELATED_USERSTORY_CREATED": "{{username}} has related the userstory {{related_us_name}} to the epic {{epic_name}} in {{project_name}}",
"NEW_PROJECT": "{{username}} skapade projektet {{project_name}}", "NEW_PROJECT": "{{username}} skapade projektet {{project_name}}",
"MILESTONE_UPDATED": "{{username}} har uppdaterad sprinten {{obj_name}}", "MILESTONE_UPDATED": "{{username}} har uppdaterad sprinten {{obj_name}}",
@ -1644,12 +1643,12 @@
"PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.", "PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.",
"DISCOVER_TITLE": "Upptäck projekt", "DISCOVER_TITLE": "Upptäck projekt",
"DISCOVER_SUBTITLE": "{projects, plural, one{One public project to discover} other{# public projects to discover}}", "DISCOVER_SUBTITLE": "{projects, plural, one{One public project to discover} other{# public projects to discover}}",
"MOST_ACTIVE": "Mest aktiva", "MOST_ACTIVE": "Most active",
"MOST_ACTIVE_EMPTY": "Det finns inga AKTIVA projekt ännu.", "MOST_ACTIVE_EMPTY": "There are no ACTIVE projects yet",
"MOST_LIKED": "Mest gillade", "MOST_LIKED": "Most liked",
"MOST_LIKED_EMPTY": "Det finns inga GILLADE projekt ännu.", "MOST_LIKED_EMPTY": "There are no LIKED projects yet",
"VIEW_MORE": "Visa fler", "VIEW_MORE": "View more",
"FEATURED": "Utvalda Projekt", "FEATURED": "Featured Projects",
"EMPTY": "There are no projects to show with this search criteria.<br> Try again!", "EMPTY": "There are no projects to show with this search criteria.<br> Try again!",
"FILTERS": { "FILTERS": {
"ALL": "Alla", "ALL": "Alla",
@ -1657,7 +1656,7 @@
"SCRUM": "Scrum", "SCRUM": "Scrum",
"PEOPLE": "Letar efter människor", "PEOPLE": "Letar efter människor",
"WEEK": "Förra veckan", "WEEK": "Förra veckan",
"MONTH": "Senaste månaden", "MONTH": "Last month",
"YEAR": "Förra året", "YEAR": "Förra året",
"ALL_TIME": "All tid", "ALL_TIME": "All tid",
"CLEAR": "Clear filters" "CLEAR": "Clear filters"
@ -1667,7 +1666,7 @@
"PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.", "PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.",
"INPUT_PLACEHOLDER": "Skriv något ...", "INPUT_PLACEHOLDER": "Skriv något ...",
"ACTION_TITLE": "Sök", "ACTION_TITLE": "Sök",
"RESULTS": "Sökresultat" "RESULTS": "Search results"
} }
} }
} }

View File

@ -216,7 +216,7 @@
"CODE_SNIPPET": "代码块", "CODE_SNIPPET": "代码块",
"DB_CLICK": "双击进行编辑", "DB_CLICK": "双击进行编辑",
"SELECT_LANGUAGE_PLACEHOLDER": "选择语言", "SELECT_LANGUAGE_PLACEHOLDER": "选择语言",
"SELECT_LANGUAGE_REMOVE_FORMATING": "删除格式", "SELECT_LANGUAGE_REMOVE_FORMATING": "Remove formatting",
"OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.", "OUTDATED": "Another person has made changes while you were editing. Check the new version on the activity tab before you save your changes.",
"MARKDOWN_HELP": "Markdown 语法帮助" "MARKDOWN_HELP": "Markdown 语法帮助"
}, },
@ -290,7 +290,7 @@
"ACTION_ENTER": "回车", "ACTION_ENTER": "回车",
"ACTION_SIGN_IN": "登录", "ACTION_SIGN_IN": "登录",
"PLACEHOLDER_AUTH_PASSWORD": "密码(大小写敏感)", "PLACEHOLDER_AUTH_PASSWORD": "密码(大小写敏感)",
"ALT_LOGIN": "或登录为" "ALT_LOGIN": "Or login with"
}, },
"LOGIN_FORM": { "LOGIN_FORM": {
"ERROR_AUTH_INCORRECT": "根据我们的系统记录,你的账户名称/电子邮件或密码并不正确", "ERROR_AUTH_INCORRECT": "根据我们的系统记录,你的账户名称/电子邮件或密码并不正确",
@ -413,7 +413,7 @@
"ADD": "加入新附件 {{maxFileSizeMsg}}", "ADD": "加入新附件 {{maxFileSizeMsg}}",
"DROP": "将附件拖到这里来!", "DROP": "将附件拖到这里来!",
"SHOW_DEPRECATED": "+ 显示废弃的附件", "SHOW_DEPRECATED": "+ 显示废弃的附件",
"HIDE_DEPRECATED": "- 隐藏废弃的附件", "HIDE_DEPRECATED": "+ 隐藏废弃的附件",
"COUNT_DEPRECATED": "({{ counter }} 遭废弃)", "COUNT_DEPRECATED": "({{ counter }} 遭废弃)",
"MAX_UPLOAD_SIZE": "上传文档最大体积限制 {{maxFileSize}}", "MAX_UPLOAD_SIZE": "上传文档最大体积限制 {{maxFileSize}}",
"DATE": "DD MMM YYYY [at] hh:mm", "DATE": "DD MMM YYYY [at] hh:mm",
@ -932,7 +932,7 @@
"PROJECT_RESTRICTIONS": { "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_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.", "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.",
"ACCOUNT_ALLOW_MEMBERS": "您的账户只允许 {{members}} 成员", "ACCOUNT_ALLOW_MEMBERS": "Your account only allows {{members}} members",
"PRIVATE_PROJECTS_SPACE": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "对不起,你当前的计划不允许额外的私有项目", "TITLE": "对不起,你当前的计划不允许额外的私有项目",
"DESC": "你尝试导入的项目是私有的。不幸的是,你当前的计划不允许额外的私有项目。" "DESC": "你尝试导入的项目是私有的。不幸的是,你当前的计划不允许额外的私有项目。"
@ -961,9 +961,9 @@
"DESCRIPTION": "这个过桯要花点时间,请保持视窗开启" "DESCRIPTION": "这个过桯要花点时间,请保持视窗开启"
}, },
"WARNING": { "WARNING": {
"TITLE": "一些已分配的任务将被取消", "TITLE": "Some taks will be unassigned",
"DESCRIPTION": "There are still unidentified people. The cards assigned to these people will remain unassigned. Check all the contacts to not lose that information.", "DESCRIPTION": "There are still unidentified people. The cards assigned to these people will remain unassigned. Check all the contacts to not lose that information.",
"CHECK": "检查联系人" "CHECK": "Check contacts"
}, },
"TAIGA": { "TAIGA": {
"SELECTOR": "导入您的Taigo项目" "SELECTOR": "导入您的Taigo项目"
@ -976,7 +976,7 @@
"GITHUB": { "GITHUB": {
"SELECTOR": "导入你在GitHub上的问题", "SELECTOR": "导入你在GitHub上的问题",
"CHOOSE_PROJECT": "查找你想要导入的项目", "CHOOSE_PROJECT": "查找你想要导入的项目",
"NO_PROJECTS": "似乎你在GitHub上没有项目", "NO_PROJECTS": "It seems you have no porjects in GitHub",
"HOW_DO_YOU_WANT_TO_IMPORT": "How do you want to import your issues into Taiga?", "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", "KANBAN_PROJECT": "As user stories in a kanban project",
"KANBAN_PROJECT_DESCRIPTION": "After that you can enable scrum with backlog.", "KANBAN_PROJECT_DESCRIPTION": "After that you can enable scrum with backlog.",
@ -988,7 +988,7 @@
"ASANA": { "ASANA": {
"SELECTOR": "Import your Asana project and choose how to manage it", "SELECTOR": "Import your Asana project and choose how to manage it",
"CHOOSE_PROJECT": "选择你想导入的项目", "CHOOSE_PROJECT": "选择你想导入的项目",
"NO_PROJECTS": "似乎你在Asana上没有项目", "NO_PROJECTS": "It seems you have no porjects in Asana",
"KANBAN_PROJECT": "看板", "KANBAN_PROJECT": "看板",
"SCRUM_PROJECT": "冲刺", "SCRUM_PROJECT": "冲刺",
"CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.", "CREATE_AS_SCRUM_DESCRIPTION": "The tasks and sub-tasks of your project will be created as Taiga user stories and tasks.",
@ -1114,14 +1114,13 @@
"ERROR_UNLINK_RELATED_USERSTORY": "无法断开链接:{{errorMessage}}", "ERROR_UNLINK_RELATED_USERSTORY": "无法断开链接:{{errorMessage}}",
"CREATE_RELATED_USERSTORIES": "创建关系", "CREATE_RELATED_USERSTORIES": "创建关系",
"NEW_USERSTORY": "新建用户故事", "NEW_USERSTORY": "新建用户故事",
"EXISTING_USERSTORY": "已有用户故事", "EXISTING_USERSTORY": "退出用户故事",
"CHOOSE_PROJECT_FOR_CREATION": "项目是什么", "CHOOSE_PROJECT_FOR_CREATION": "项目是什么",
"SUBJECT": "主题", "SUBJECT": "主题",
"SUBJECT_BULK_MODE": "题目(批量插入)", "SUBJECT_BULK_MODE": "题目(批量插入)",
"CHOOSE_PROJECT_FROM": "项目是什么", "CHOOSE_PROJECT_FROM": "项目是什么",
"CHOOSE_USERSTORY": "用户故事是什么", "CHOOSE_USERSTORY": "用户故事是什么",
"NO_USERSTORIES": "该项目无用户故事。请选择其他项目。", "NO_USERSTORIES": "该项目无用户故事。请选择其他项目。",
"NO_USERSTORIES_FOUND": "看起来没有符合你的搜索条件的结果",
"FILTER_USERSTORIES": "过滤用户故事", "FILTER_USERSTORIES": "过滤用户故事",
"LIGHTBOX_TITLE_BLOKING_EPIC": "屏蔽史诗", "LIGHTBOX_TITLE_BLOKING_EPIC": "屏蔽史诗",
"ACTION_DELETE": "删除史诗" "ACTION_DELETE": "删除史诗"
@ -1140,7 +1139,7 @@
"TITLE_DELETE_ACTION": "删除用户故事", "TITLE_DELETE_ACTION": "删除用户故事",
"LIGHTBOX_TITLE_BLOKING_US": "封锁中的用户故事", "LIGHTBOX_TITLE_BLOKING_US": "封锁中的用户故事",
"NOT_ESTIMATED": "无预估", "NOT_ESTIMATED": "无预估",
"OWNER_US": "此User Story属于", "OWNER_US": "This User Story belongs to",
"TRIBE": { "TRIBE": {
"PUBLISH": "以Gig的形式在Taiga Tribe中发布", "PUBLISH": "以Gig的形式在Taiga Tribe中发布",
"PUBLISH_INFO": "更多信息", "PUBLISH_INFO": "更多信息",