cc-starter 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/constants.js +2 -2
- package/package.json +1 -1
package/lib/constants.js
CHANGED
|
@@ -37,7 +37,7 @@ export const I18N = {
|
|
|
37
37
|
title: 'cc-starter — Projekt-Kickstart Assistent',
|
|
38
38
|
langQuestion: 'Sprache / Language:',
|
|
39
39
|
projectName: 'Projektname:',
|
|
40
|
-
projectDescription: 'Kurze Projektbeschreibung (
|
|
40
|
+
projectDescription: 'Kurze Projektbeschreibung (z.B. Landing Page, SaaS-App, E-Commerce Shop, Blog, Portfolio, Dashboard, API):',
|
|
41
41
|
hourlyRate: 'Stundensatz für COCOMO-Schätzung (€):',
|
|
42
42
|
reportStyle: 'Report-Stil:',
|
|
43
43
|
pluginPreset: 'Plugin-Auswahl:',
|
|
@@ -87,7 +87,7 @@ export const I18N = {
|
|
|
87
87
|
title: 'cc-starter — project kickstart wizard',
|
|
88
88
|
langQuestion: 'Sprache / Language:',
|
|
89
89
|
projectName: 'Project name:',
|
|
90
|
-
projectDescription: 'Short project description (
|
|
90
|
+
projectDescription: 'Short project description (e.g. Landing Page, SaaS App, E-Commerce Store, Blog, Portfolio, Dashboard, API):',
|
|
91
91
|
hourlyRate: 'Hourly rate for COCOMO estimation (€):',
|
|
92
92
|
reportStyle: 'Report style:',
|
|
93
93
|
pluginPreset: 'Plugin preset:',
|
package/package.json
CHANGED