This commit is contained in:
bakhirev 2026-03-26 15:41:03 +03:00
parent 03d649ba31
commit 90ded96d6b
107 changed files with 986 additions and 956 deletions

View file

@ -19,7 +19,7 @@ export default class Plugin implements IPlugin {
order: 20,
link: '/team/scope',
title: 'sidebar.team.scope',
icon: './assets/menu/team_feat.svg',
icon: './assets/menu/feat.svg',
},
];
}

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.sidebar: الميزات
§ plugin.team_scope.title: إحصائيات الميزات
§ plugin.team_scope.scope: الميزة
§ plugin.team_scope.unknown: (الميزة غير مُوسومة)
§ plugin.team_scope.days: أيام العمل
§ plugin.team_scope.authorsDays: أيام العمل الفردية
§ plugin.team_scope.tasks: المهام
§ plugin.team_scope.lastCommit: آخر عملية إرسال
§ plugin.team_scope.commits: عمليات الإرسال
§ plugin.team_scope.authors: المساهمة الشخصية
§ plugin.team_scope.cost: التكلفة
§ plugin.team_scope.details.cards: معلومات عامة عن الميزة
§ plugin.team_scope.details.charts: من قدم مساهمة
§ plugin.team_scope.details.tasks: قائمة المهام التي تمت فيها إجراء تغييرات
§ plugin.team_scope.details.commits: قائمة عمليات الإرسال التي تطابق مرشحات البحث
§ plugin.team_scope.cards.firstCommit: أول عملية إرسال
§ plugin.team_scope.cards.lastCommit: آخر عملية إرسال
§ plugin.team_scope.cards.totalDays.title: مدة العمل الإجمالية
§ plugin.team_scope.cards.totalDays.description: الوقت الكلي للتطوير من أول عملية إرسال إلى آخر عملية <EFBFBD><EFBFBD>رسال.
§ plugin.team_scope.cards.totalDaysWorked.title: الأيام الفعلية التي تم العمل بها
§ plugin.team_scope.cards.totalDaysWorked.description: الأيام التي تمت فيها عمليات الإرسال المكتشفة.
§ plugin.team_scope.cards.totalCommits.title: عمليات الإرسال المكتشفة
§ plugin.team_scope.cards.totalCommits.description: عمليات الإرسال التي تطابق مرشح البحث المحدد أعلاه. تعتمد الحسابات اللاحقة عليها.
§ plugin.team_scope.cards.totalTasks.title: المهام المتأثرة
§ plugin.team_scope.cards.totalTasks.description: معرفات المهام الفريدة التي تم العثور عليها في رسائل الإرسال.
§ plugin.team_scope.cards.authorsDays.title: أيام العمل الفردية
§ plugin.team_scope.cards.authorsDays.description: وحدة زمنية للعمل تعادل يوم عمل من قبل أحد الموظفين.
§ plugin.team_scope.cards.cost.title: التكلفة المقدرة
§ plugin.team_scope.cards.cost.description: تُضاعف أيام العمل الفردية المنفقة براتب متوسط.
§ plugin.team_commits.chart.commits.title: من قام بعمليات الإرسال
§ plugin.team_commits.chart.tasks.title: من قام بالمهام
§ plugin.team_commits.chart.types.title: أنواع الإرسال
§ plugin.team_commits.chart.companies.title: الشركات التي تمت عمليات الإرسال نيابة عنها
§ plugin.team_scope.calculator.title: آلة حاسبة تقدير الميزات
§ plugin.team_scope.calculator.description: قم بتصفية عمليات الإرسال المطلوبة باستخدام البحث. سيقوم وحدة الإحصائيات بتجميعها في ميزة واحدة ويعرض بياناتها.
§ plugin.team_scope.tasks.task: المهمة
§ plugin.team_scope.tasks.types: الأنواع
§ plugin.team_scope.tasks.description: الوصف
§ plugin.team_scope.commits.author: عضو من الموظفين
§ plugin.team_scope.commits.message: رسالة الإرسال
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.sidebar: Funktionen
§ plugin.team_scope.title: Funktionsstatistiken
§ plugin.team_scope.scope: Funktion
§ plugin.team_scope.unknown: (Funktion ist nicht gekennzeichnet)
§ plugin.team_scope.days: Arbeitstage
§ plugin.team_scope.authorsDays: Personentage
§ plugin.team_scope.tasks: Aufgaben
§ plugin.team_scope.lastCommit: Letzter Commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.authors: Persönlicher Beitrag
§ plugin.team_scope.cost: Kosten
§ plugin.team_scope.details.cards: Allgemeine Funktionsinformationen
§ plugin.team_scope.details.charts: Wer hat beigetragen
§ plugin.team_scope.details.tasks: Liste der Aufgaben, in denen Änderungen vorgenommen wurden
§ plugin.team_scope.details.commits: Liste der Commits, die den Suchfiltern entsprechen
§ plugin.team_scope.cards.firstCommit: erster Commit
§ plugin.team_scope.cards.lastCommit: letzter Commit
§ plugin.team_scope.cards.totalDays.title: Gesamtarbeitsdauer
§ plugin.team_scope.cards.totalDays.description: Gesamtentwicklungszeit vom ersten bis zum letzten Commit.
§ plugin.team_scope.cards.totalDaysWorked.title: tatsächlich gearbeitete Tage
§ plugin.team_scope.cards.totalDaysWorked.description: Tage, an denen die gefundenen Commits erstellt wurden.
§ plugin.team_scope.cards.totalCommits.title: gefundene Commits
§ plugin.team_scope.cards.totalCommits.description: Commits, die dem oben angegebenen Suchfilter entsprechen. Weitere Berechnungen basieren darauf.
§ plugin.team_scope.cards.totalTasks.title: betroffene Aufgaben
§ plugin.team_scope.cards.totalTasks.description: Eindeutige Aufgaben-IDs, die in Commit-Nachrichten gefunden wurden.
§ plugin.team_scope.cards.authorsDays.title: Personentage
§ plugin.team_scope.cards.authorsDays.description: Eine Arbeitseinheit, die einem Arbeitstag eines Mitarbeiters entspricht.
§ plugin.team_scope.cards.cost.title: geschätzte Kosten
§ plugin.team_scope.cards.cost.description: Verbrauchte Personentage werden mit dem Durchschnittsgehalt multipliziert.
§ plugin.team_commits.chart.commits.title: Wer hat Commits gemacht
§ plugin.team_commits.chart.tasks.title: Wer hat Aufgaben erledigt
§ plugin.team_commits.chart.types.title: Commit-Typen
§ plugin.team_commits.chart.companies.title: Unternehmen, für die Commits durchgeführt wurden
§ plugin.team_scope.calculator.title: Funktionsschätzrechner
§ plugin.team_scope.calculator.description: Filtern Sie die erforderlichen Commits mithilfe der Suche. Das Statistikmodul gruppiert sie zu einer Funktion und zeigt deren Daten an.
§ plugin.team_scope.tasks.task: Aufgabe
§ plugin.team_scope.tasks.types: Typen
§ plugin.team_scope.tasks.description: Beschreibung
§ plugin.team_scope.commits.author: Mitarbeiter
§ plugin.team_scope.commits.message: Commit-Nachricht
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.sidebar: Características
§ plugin.team_scope.title: Estadísticas de características
§ plugin.team_scope.scope: Característica
§ plugin.team_scope.unknown: (la característica no está etiquetada)
§ plugin.team_scope.days: Días laborables
§ plugin.team_scope.authorsDays: Días persona
§ plugin.team_scope.tasks: Tareas
§ plugin.team_scope.lastCommit: Último commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.authors: Contribución personal
§ plugin.team_scope.cost: Costo
§ plugin.team_scope.details.cards: Información general de la característica
§ plugin.team_scope.details.charts: Quién contribuyó
§ plugin.team_scope.details.tasks: Lista de tareas en las que se realizaron cambios
§ plugin.team_scope.details.commits: Lista de commits que coinciden con los filtros de búsqueda
§ plugin.team_scope.cards.firstCommit: primer commit
§ plugin.team_scope.cards.lastCommit: último commit
§ plugin.team_scope.cards.totalDays.title: duración total del trabajo
§ plugin.team_scope.cards.totalDays.description: Tiempo total de desarrollo desde el primer hasta el último commit.
§ plugin.team_scope.cards.totalDaysWorked.title: días trabajados reales
§ plugin.team_scope.cards.totalDaysWorked.description: Días en los que se realizaron los commits encontrados.
§ plugin.team_scope.cards.totalCommits.title: commits encontrados
§ plugin.team_scope.cards.totalCommits.description: Commits que coinciden con el filtro de búsqueda especificado anteriormente. Los cálculos posteriores se basan en ellos.
§ plugin.team_scope.cards.totalTasks.title: tareas afectadas
§ plugin.team_scope.cards.totalTasks.description: IDs de tareas únicas encontradas en los mensajes de commit.
§ plugin.team_scope.cards.authorsDays.title: días persona
§ plugin.team_scope.cards.authorsDays.description: Una unidad de tiempo de trabajo equivalente a un día de trabajo de un empleado.
§ plugin.team_scope.cards.cost.title: costo estimado
§ plugin.team_scope.cards.cost.description: Los días persona gastados se multiplican por el salario promedio.
§ plugin.team_commits.chart.commits.title: Quién hizo commits
§ plugin.team_commits.chart.tasks.title: Quién hizo tareas
§ plugin.team_commits.chart.types.title: Tipos de commit
§ plugin.team_commits.chart.companies.title: Empresas en cuyo nombre se realizaron commits
§ plugin.team_scope.calculator.title: Calculadora de estimación de características
§ plugin.team_scope.calculator.description: Filtra los commits requeridos usando la búsqueda. El módulo de estadísticas los agrupará en una característica y mostrará sus datos.
§ plugin.team_scope.tasks.task: Tarea
§ plugin.team_scope.tasks.types: Tipos
§ plugin.team_scope.tasks.description: Descripción
§ plugin.team_scope.commits.author: Miembro del personal
§ plugin.team_scope.commits.message: Mensaje del commit
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.sidebar: Fonctionnalités
§ plugin.team_scope.title: Statistiques des fonctionnalités
§ plugin.team_scope.scope: Fonctionnalité
§ plugin.team_scope.unknown: (fonctionnalité non étiquetée)
§ plugin.team_scope.days: Jours ouvrés
§ plugin.team_scope.authorsDays: Jours-homme
§ plugin.team_scope.tasks: Tâches
§ plugin.team_scope.lastCommit: Dernier commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.authors: Contribution personnelle
§ plugin.team_scope.cost: Coût
§ plugin.team_scope.details.cards: Informations générales sur la fonctionnalité
§ plugin.team_scope.details.charts: Qui a contribué
§ plugin.team_scope.details.tasks: Liste des tâches dans lesquelles des modifications ont é apportées
§ plugin.team_scope.details.commits: Liste des commits correspondant aux filtres de recherche
§ plugin.team_scope.cards.firstCommit: premier commit
§ plugin.team_scope.cards.lastCommit: dernier commit
§ plugin.team_scope.cards.totalDays.title: durée totale du travail
§ plugin.team_scope.cards.totalDays.description: Temps de développement total du premier au dernier commit.
§ plugin.team_scope.cards.totalDaysWorked.title: jours travaillés réels
§ plugin.team_scope.cards.totalDaysWorked.description: Jours les commits trouvés ont é effectués.
§ plugin.team_scope.cards.totalCommits.title: commits trouvés
§ plugin.team_scope.cards.totalCommits.description: Commits correspondant au filtre de recherche spécifié ci-dessus. Les calculs ultérieurs s'appuient sur ceux-ci.
§ plugin.team_scope.cards.totalTasks.title: tâches concernées
§ plugin.team_scope.cards.totalTasks.description: Identifiants uniques de tâches trouvés dans les messages de commit.
§ plugin.team_scope.cards.authorsDays.title: jours-homme
§ plugin.team_scope.cards.authorsDays.description: Unité de temps de travail équivalente à une journée de travail par un membre du personnel.
§ plugin.team_scope.cards.cost.title: coût estimé
§ plugin.team_scope.cards.cost.description: Les jours-homme passés sont multipliés par le salaire moyen.
§ plugin.team_commits.chart.commits.title: Qui a fait les commits
§ plugin.team_commits.chart.tasks.title: Qui a fait les tâches
§ plugin.team_commits.chart.types.title: Types de commit
§ plugin.team_commits.chart.companies.title: Entreprises pour lesquelles des commits ont é effectués
§ plugin.team_scope.calculator.title: Calculateur d'estimation des fonctionnalités
§ plugin.team_scope.calculator.description: Filtrez les commits requis à l'aide de la recherche. Le module de statistiques les regroupera en une fonctionnalité et affichera ses données.
§ plugin.team_scope.tasks.task: Tâche
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.commits.author: Membre du personnel
§ plugin.team_scope.commits.message: Message du commit
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.sidebar: תכונות
§ plugin.team_scope.title: סטטיסטיקות תכונה
§ plugin.team_scope.scope: תכונה
§ plugin.team_scope.unknown: (תכונה לא תייגת)
§ plugin.team_scope.days: ימי עבודה
§ plugin.team_scope.authorsDays: ימי אנשים
§ plugin.team_scope.tasks: משימות
§ plugin.team_scope.lastCommit: העברה אחרונה
§ plugin.team_scope.commits: העברות
§ plugin.team_scope.authors: תרומה אישית
§ plugin.team_scope.cost: עלות
§ plugin.team_scope.details.cards: מידע כללי על התכונה
§ plugin.team_scope.details.charts: מי תרם
§ plugin.team_scope.details.tasks: רשימת משימות שבהן בוצעו שינויים
§ plugin.team_scope.details.commits: רשימת העברות התואמות לסינוני החיפוש
§ plugin.team_scope.cards.firstCommit: העברה ראשונה
§ plugin.team_scope.cards.lastCommit: העברה אחרונה
§ plugin.team_scope.cards.totalDays.title: משך עבודה כולל
§ plugin.team_scope.cards.totalDays.description: משך זמן פיתוח כולל מההעברה הראשונה עד האחרונה.
§ plugin.team_scope.cards.totalDaysWorked.title: ימי עבודה בפועל
§ plugin.team_scope.cards.totalDaysWorked.description: ימים שבהם בוצעו ההעברות שנמצאו.
§ plugin.team_scope.cards.totalCommits.title: העברות שנמצאו
§ plugin.team_scope.cards.totalCommits.description: העברות התואמות לסינון החיפוש שצוין לעיל. חישובים נוספים מבוססים עליהן.
§ plugin.team_scope.cards.totalTasks.title: משימות שהושפעו
§ plugin.team_scope.cards.totalTasks.description: מזהי משימות ייחודיים שנמצאו בהודעות העברה.
§ plugin.team_scope.cards.authorsDays.title: ימי אנשים
§ plugin.team_scope.cards.authorsDays.description: יחידת זמן עבודה השווה ליום עבודה של עובד אחד.
§ plugin.team_scope.cards.cost.title: עלות משוערת
§ plugin.team_scope.cards.cost.description: ימי אנשים שנוצלו מוכפלים בשכר הממוצע.
§ plugin.team_commits.chart.commits.title: מי עשה העברות
§ plugin.team_commits.chart.tasks.title: מי עשה משימות
§ plugin.team_commits.chart.types.title: סוגי העברה
§ plugin.team_commits.chart.companies.title: חברות שבשםן בוצעו העברות
§ plugin.team_scope.calculator.title: מחשבון הערכת תכונות
§ plugin.team_scope.calculator.description: סנן את ההעברות הנדרשות באמצעות חיפוש. מודול הסטטיסטיקה יאסף אותן לתכונה אחת ויראה את הנתונים שלה.
§ plugin.team_scope.tasks.task: משימה
§ plugin.team_scope.tasks.types: סוגים
§ plugin.team_scope.tasks.description: תיאור
§ plugin.team_scope.commits.author: חבר צוות
§ plugin.team_scope.commits.message: הודעת העברה
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.sidebar: सुवि
§ plugin.team_scope.title: सुवि ि
§ plugin.team_scope.scope: सुवि
§ plugin.team_scope.unknown: (ि ि )
§ plugin.team_scope.days: ि
§ plugin.team_scope.authorsDays: व्यक्ति ि
§ plugin.team_scope.tasks:
§ plugin.team_scope.lastCommit: अंति ि
§ plugin.team_scope.commits: कमि
§ plugin.team_scope.authors: व्यक्ति
§ plugin.team_scope.cost:
§ plugin.team_scope.details.cards: सुवि
§ plugin.team_scope.details.charts: ि ि
§ plugin.team_scope.details.tasks: उन ि ि ि
§ plugin.team_scope.details.commits: ि ि
§ plugin.team_scope.cards.firstCommit: पहल ि
§ plugin.team_scope.cards.lastCommit: अंति ि
§ plugin.team_scope.cards.totalDays.title: कुल ि
§ plugin.team_scope.cards.totalDays.description: पहले ि ि ि ि
§ plugin.team_scope.cards.totalDaysWorked.title: ि ि ि
§ plugin.team_scope.cards.totalDaysWorked.description: ि ि ि
§ plugin.team_scope.cards.totalCommits.title: ि
§ plugin.team_scope.cards.totalCommits.description: कमि िि ि ि
§ plugin.team_scope.cards.totalTasks.title: प्रभि
§ plugin.team_scope.cards.totalTasks.description: अद्वि ि
§ plugin.team_scope.cards.authorsDays.title: व्यक्ति ि
§ plugin.team_scope.cards.authorsDays.description: ि
§ plugin.team_scope.cards.cost.title: अनुमि
§ plugin.team_scope.cards.cost.description: खर्च ि ि ि ि
§ plugin.team_commits.chart.commits.title: ि ि ि
§ plugin.team_commits.chart.tasks.title: ि ि
§ plugin.team_commits.chart.types.title: कमि
§ plugin.team_commits.chart.companies.title: कंपनि ि ि ि ि
§ plugin.team_scope.calculator.title: सुवि
§ plugin.team_scope.calculator.description: आवश्यक ि ि ि ि ि ि
§ plugin.team_scope.tasks.task: <EFBFBD><EFBFBD>
§ plugin.team_scope.tasks.types: प्रक
§ plugin.team_scope.tasks.description: ि
§ plugin.team_scope.commits.author: कर्मच
§ plugin.team_scope.commits.message: कमि
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.sidebar: 機能
§ plugin.team_scope.title: 機能の統計情報
§ plugin.team_scope.scope: 機能
§ plugin.team_scope.unknown: ()
§ plugin.team_scope.days: 営業日
§ plugin.team_scope.authorsDays: 人日
§ plugin.team_scope.tasks: タスク
§ plugin.team_scope.lastCommit: 最後のコミット
§ plugin.team_scope.commits: コミット
§ plugin.team_scope.authors: 個人の貢献度
§ plugin.team_scope.cost: コスト
§ plugin.team_scope.details.cards: 機能の一般的な情報
§ plugin.team_scope.details.charts: 誰が貢献したか
§ plugin.team_scope.details.tasks: 変更が加えられたタスクの一覧
§ plugin.team_scope.details.commits: 検索フィルターに一致するコミットの一覧
§ plugin.team_scope.cards.firstCommit: 最初のコミット
§ plugin.team_scope.cards.lastCommit: 最後のコミット
§ plugin.team_scope.cards.totalDays.title: 作業期間合計
§ plugin.team_scope.cards.totalDays.description: 最初から最後のコミットまでの開発期間合計
§ plugin.team_scope.cards.totalDaysWorked.title: 実際に作業した日数
§ plugin.team_scope.cards.totalDaysWorked.description: 見つかったコミットが作成された日
§ plugin.team_scope.cards.totalCommits.title: 見つかったコミット
§ plugin.team_scope.cards.totalCommits.description: 上記で指定された検索フィルターに一致するコミット
§ plugin.team_scope.cards.totalTasks.title: 影響を受けるタスク
§ plugin.team_scope.cards.totalTasks.description: コミットメッセージで見つかった一意のタスクID
§ plugin.team_scope.cards.authorsDays.title: 人日
§ plugin.team_scope.cards.authorsDays.description: 1人のスタッフが1日働く作業時間の単位
§ plugin.team_scope.cards.cost.title: 推定コスト
§ plugin.team_scope.cards.cost.description: 消費された人日数に平均給与を掛け合わせます
§ plugin.team_commits.chart.commits.title: 誰がコミットを行ったか
§ plugin.team_commits.chart.tasks.title: 誰がタスクを実行したか
§ plugin.team_commits.chart.types.title: コミットの種類
§ plugin.team_commits.chart.companies.title: コミットが行われた会社
§ plugin.team_scope.calculator.title: 機能見積もり計算機
§ plugin.team_scope.calculator.description: 検索を使用して必要なコミットをフィルタリングします1
§ plugin.team_scope.tasks.task: タスク
§ plugin.team_scope.tasks.types: 種類
§ plugin.team_scope.tasks.description: 説明
§ plugin.team_scope.commits.author: スタッフメンバー
§ plugin.team_scope.commits.message: コミットメッセージ
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.sidebar: 기능
§ plugin.team_scope.title: 기능
§ plugin.team_scope.scope: 기능
§ plugin.team_scope.unknown: ( )
§ plugin.team_scope.days: 근무일
§ plugin.team_scope.authorsDays: -
§ plugin.team_scope.tasks: 작업
§ plugin.team_scope.lastCommit: 마지막
§ plugin.team_scope.commits: 커밋
§ plugin.team_scope.authors: 개인
§ plugin.team_scope.cost: 비용
§ plugin.team_scope.details.cards: 기능
§ plugin.team_scope.details.charts: 누가
§ plugin.team_scope.details.tasks: 변경
§ plugin.team_scope.details.commits: 검색
§ plugin.team_scope.cards.firstCommit:
§ plugin.team_scope.cards.lastCommit: 마지막
§ plugin.team_scope.cards.totalDays.title:
§ plugin.team_scope.cards.totalDays.description: .
§ plugin.team_scope.cards.totalDaysWorked.title: 실제
§ plugin.team_scope.cards.totalDaysWorked.description: 발견된 .
§ plugin.team_scope.cards.totalCommits.title: 발견된
§ plugin.team_scope.cards.totalCommits.description: 위에서 . .
§ plugin.team_scope.cards.totalTasks.title: 영향을
§ plugin.team_scope.cards.totalTasks.description: 커밋 ID입니다.
§ plugin.team_scope.cards.authorsDays.title: -
§ plugin.team_scope.cards.authorsDays.description: .
§ plugin.team_scope.cards.cost.title: 예상
§ plugin.team_scope.cards.cost.description: 소요된 - .
§ plugin.team_commits.chart.commits.title: 누가
§ plugin.team_commits.chart.tasks.title: 누가
§ plugin.team_commits.chart.types.title: 커밋
§ plugin.team_commits.chart.companies.title: 커밋이
§ plugin.team_scope.calculator.title: 기능
§ plugin.team_scope.calculator.description: 검색을 . .
§ plugin.team_scope.tasks.task: 작업
§ plugin.team_scope.tasks.types: 유형
§ plugin.team_scope.tasks.description: 설명
§ plugin.team_scope.commits.author: 직원
§ plugin.team_scope.commits.message: 커밋
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.sidebar: Recursos
§ plugin.team_scope.title: Estatísticas de recursos
§ plugin.team_scope.scope: Recurso
§ plugin.team_scope.unknown: (recurso não rotulado)
§ plugin.team_scope.days: Dias úteis
§ plugin.team_scope.authorsDays: Dias pessoa
§ plugin.team_scope.tasks: Tarefas
§ plugin.team_scope.lastCommit: Último commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.authors: Contribuição pessoal
§ plugin.team_scope.cost: Custo
§ plugin.team_scope.details.cards: Informações gerais do recurso
§ plugin.team_scope.details.charts: Quem contribuiu
§ plugin.team_scope.details.tasks: Lista de tarefas nas quais foram feitas alterações
§ plugin.team_scope.details.commits: Lista de commits que correspondem aos filtros de pesquisa
§ plugin.team_scope.cards.firstCommit: primeiro commit
§ plugin.team_scope.cards.lastCommit: último commit
§ plugin.team_scope.cards.totalDays.title: duração total do trabalho
§ plugin.team_scope.cards.totalDays.description: Tempo total de desenvolvimento do primeiro ao último commit.
§ plugin.team_scope.cards.totalDaysWorked.title: dias trabalhados reais
§ plugin.team_scope.cards.totalDaysWorked.description: Dias em que os commits encontrados foram feitos.
§ plugin.team_scope.cards.totalCommits.title: commits encontrados
§ plugin.team_scope.cards.totalCommits.description: Commits que correspondem ao filtro de pesquisa especificado acima. Os cálculos posteriores são baseados neles.
§ plugin.team_scope.cards.totalTasks.title: tarefas afetadas
§ plugin.team_scope.cards.totalTasks.description: IDs de tarefas únicas encontradas nas mensagens de commit.
§ plugin.team_scope.cards.authorsDays.title: dias pessoa
§ plugin.team_scope.cards.authorsDays.description: Uma unidade de tempo de trabalho equivalente a um dia de trabalho de um funcionário.
§ plugin.team_scope.cards.cost.title: custo estimado
§ plugin.team_scope.cards.cost.description: Os dias pessoa gastos são multiplicados pelo salário médio.
§ plugin.team_commits.chart.commits.title: Quem fez commits
§ plugin.team_commits.chart.tasks.title: Quem fez tarefas
§ plugin.team_commits.chart.types.title: Tipos de commit
§ plugin.team_commits.chart.companies.title: Empresas em cujo nome os commits foram feitos
§ plugin.team_scope.calculator.title: Calculadora de estimativa de recursos
§ plugin.team_scope.calculator.description: Filtre os commits necessários usando a pesquisa. O módulo de estatísticas os agrupará em um recurso e mostrará seus dados.
§ plugin.team_scope.tasks.task: Tarefa
§ plugin.team_scope.tasks.types: Tipos
§ plugin.team_scope.tasks.description: Descrição
§ plugin.team_scope.commits.author: Membro da equipe
§ plugin.team_scope.commits.message: Mensagem do commit
`;

View file

@ -1,42 +1,42 @@
export default `
§ plugin.team_scope.sidebar: Features
§ plugin.team_scope.title: Feature statistics
§ plugin.team_scope.scope: Feature
§ plugin.team_scope.unknown: (feature is not labeled)
§ plugin.team_scope.days: Work days
§ plugin.team_scope.authorsDays: Person days
§ plugin.team_scope.tasks: Tasks
§ plugin.team_scope.lastCommit: Last commit
§ plugin.team_scope.commits: Commits
§ plugin.team_scope.authors: Personal contribution
§ plugin.team_scope.cost: Cost
§ plugin.team_scope.details.cards: General feature information
§ plugin.team_scope.details.charts: Who contributed
§ plugin.team_scope.details.tasks: List of tasks within which changes were made
§ plugin.team_scope.details.commits: List of commits matching the search filters
§ plugin.team_scope.cards.firstCommit: first commit
§ plugin.team_scope.cards.lastCommit: last commit
§ plugin.team_scope.cards.totalDays.title: total work duration
§ plugin.team_scope.cards.totalDays.description: Total development time from the first to the last commit.
§ plugin.team_scope.cards.totalDaysWorked.title: actual days worked
§ plugin.team_scope.cards.totalDaysWorked.description: Days when the found commits were made.
§ plugin.team_scope.cards.totalCommits.title: commits found
§ plugin.team_scope.cards.totalCommits.description: Commits that match the search filter specified above. Further calculations are based on them.
§ plugin.team_scope.cards.totalTasks.title: tasks affected
§ plugin.team_scope.cards.totalTasks.description: Unique task IDs found in commit messages.
§ plugin.team_scope.cards.authorsDays.title: person days
§ plugin.team_scope.cards.authorsDays.description: A unit of working time equal to one day of work by one staff member.
§ plugin.team_scope.cards.cost.title: estimated cost
§ plugin.team_scope.cards.cost.description: Person days spent are multiplied by the average salary.
§ plugin.team_commits.chart.commits.title: Who made commits
§ plugin.team_commits.chart.tasks.title: Who did tasks
§ plugin.team_commits.chart.types.title: Commit types
§ plugin.team_commits.chart.companies.title: Companies on whose behalf commits were made
§ plugin.team_scope.calculator.title: Feature estimation calculator
§ plugin.team_scope.calculator.description: Filter the required commits using search. The statistics module will group them into a feature and show its data.
§ plugin.team_scope.tasks.task: Task
§ plugin.team_scope.tasks.types: Types
§ plugin.team_scope.tasks.description: Description
§ plugin.team_scope.commits.author: Staff member
§ plugin.team_scope.commits.message: Commit message
§ plugin.team_scope.sidebar: 功能
§ plugin.team_scope.title: 功能统计
§ plugin.team_scope.scope: 功能
§ plugin.team_scope.unknown: ()
§ plugin.team_scope.days: 工作日
§ plugin.team_scope.authorsDays: 人日
§ plugin.team_scope.tasks: 任务
§ plugin.team_scope.lastCommit: 最后一次提交
§ plugin.team_scope.commits: 提交
§ plugin.team_scope.authors: 个人贡献
§ plugin.team_scope.cost: 成本
§ plugin.team_scope.details.cards: 功能一般信息
§ plugin.team_scope.details.charts: 谁做出了贡献
§ plugin.team_scope.details.tasks: 进行更改的任务列表
§ plugin.team_scope.details.commits: 与搜索条件匹配的提交列表
§ plugin.team_scope.cards.firstCommit: 首次提交
§ plugin.team_scope.cards.lastCommit: 最后一次提交
§ plugin.team_scope.cards.totalDays.title: 总工作时长
§ plugin.team_scope.cards.totalDays.description: 从第一次到最后一次提交的总开发时间
§ plugin.team_scope.cards.totalDaysWorked.title: 实际工作日数
§ plugin.team_scope.cards.totalDaysWorked.description: 找到的提交发生的日子
§ plugin.team_scope.cards.totalCommits.title: 找到的提交
§ plugin.team_scope.cards.totalCommits.description: 与上述指定搜索条件匹配的提交
§ plugin.team_scope.cards.totalTasks.title: 受影响的任务
§ plugin.team_scope.cards.totalTasks.description: 在提交消息中找到的唯一任务ID
§ plugin.team_scope.cards.authorsDays.title: 人日
§ plugin.team_scope.cards.authorsDays.description: 等于一名员工工作一天的工时单位
§ plugin.team_scope.cards.cost.title: 预计成本
§ plugin.team_scope.cards.cost.description: 所花费的人日乘以平均工资
§ plugin.team_commits.chart.commits.title: 谁提交了
§ plugin.team_commits.chart.tasks.title: 谁完成了任务
§ plugin.team_commits.chart.types.title: 提交类型
§ plugin.team_commits.chart.companies.title: 代表哪些公司进行了提交
§ plugin.team_scope.calculator.title: 功能估算计算器
§ plugin.team_scope.calculator.description: 使用搜索过滤所需的提交
§ plugin.team_scope.tasks.task: 任务
§ plugin.team_scope.tasks.types: 类型
§ plugin.team_scope.tasks.description: 描述
§ plugin.team_scope.commits.author: 员工
§ plugin.team_scope.commits.message: 提交信息
`;