Commits all remaining uncommitted local work: - apps/web: fischerei, verband, modules, members-cms, documents, newsletter, meetings, site-builder, courses, bookings, events, finance pages and components - apps/web: marketing page updates, layout, paths config, next.config.mjs, styles/makerkit.css - apps/web/i18n: documents, fischerei, marketing, verband (de+en) - packages/features: finance, fischerei, member-management, module-builder, newsletter, sitzungsprotokolle, verbandsverwaltung server APIs and components - packages/ui: button.tsx updates - pnpm-lock.yaml
181 lines
5.4 KiB
JSON
181 lines
5.4 KiB
JSON
{
|
||
"nav": {
|
||
"overview": "Overview",
|
||
"waters": "Waters",
|
||
"species": "Fish Species",
|
||
"stocking": "Stocking",
|
||
"leases": "Leases",
|
||
"catchBooks": "Catch Books",
|
||
"permits": "Permits",
|
||
"competitions": "Competitions",
|
||
"statistics": "Statistics"
|
||
},
|
||
"pages": {
|
||
"overviewTitle": "Fisheries",
|
||
"watersTitle": "Fisheries - Waters",
|
||
"speciesTitle": "Fisheries - Fish Species",
|
||
"stockingTitle": "Fisheries - Stocking",
|
||
"leasesTitle": "Fisheries - Leases",
|
||
"catchBooksTitle": "Fisheries - Catch Books",
|
||
"permitsTitle": "Fisheries - Permits",
|
||
"competitionsTitle": "Fisheries - Competitions",
|
||
"statisticsTitle": "Fisheries - Statistics",
|
||
"newWaterTitle": "New Water Body",
|
||
"editWaterTitle": "Edit Water Body",
|
||
"newSpeciesTitle": "New Fish Species",
|
||
"editSpeciesTitle": "Edit Fish Species",
|
||
"newStockingTitle": "Record Stocking",
|
||
"editStockingTitle": "Edit Stocking",
|
||
"newCompetitionTitle": "New Competition",
|
||
"newPermitTitle": "New Permit",
|
||
"newLeaseTitle": "New Lease"
|
||
},
|
||
"dashboard": {
|
||
"title": "Fisheries – Overview",
|
||
"subtitle": "Manage waters, fish species, stocking, catch books, and more",
|
||
"waters": "Waters",
|
||
"species": "Fish Species",
|
||
"activeLeases": "Active Leases",
|
||
"openCatchBooks": "Open Catch Books",
|
||
"upcomingCompetitions": "Upcoming Competitions",
|
||
"stockingCostsYtd": "Stocking Costs (YTD)",
|
||
"recentStocking": "Recent Stocking Activities",
|
||
"noRecentStocking": "No stocking activities yet.",
|
||
"pendingCatchBooks": "Pending Catch Books",
|
||
"noPendingCatchBooks": "No catch books pending review."
|
||
},
|
||
"waters": {
|
||
"searchPlaceholder": "Search waters...",
|
||
"newWater": "New Water",
|
||
"title": "Waters ({count})",
|
||
"noWaters": "No waters found",
|
||
"createFirst": "Create your first water body to get started.",
|
||
"shortName": "Short Name",
|
||
"surfaceArea": "Surface Area (ha)"
|
||
},
|
||
"waterForm": {
|
||
"basicData": "Basic Data",
|
||
"name": "Name *",
|
||
"shortName": "Short Name",
|
||
"waterType": "Water Type",
|
||
"description": "Description",
|
||
"surfaceArea": "Surface Area (ha)",
|
||
"length": "Length (m)",
|
||
"width": "Width (m)",
|
||
"avgDepth": "Average Depth (m)",
|
||
"maxDepth": "Maximum Depth (m)",
|
||
"geography": "Geography",
|
||
"drainage": "Drainage",
|
||
"location": "Location",
|
||
"district": "District",
|
||
"latitude": "Latitude",
|
||
"longitude": "Longitude",
|
||
"administration": "Administration",
|
||
"lfvNumber": "LFV Number",
|
||
"costSharePercent": "Cost Share (%)",
|
||
"waterUpdated": "Water updated",
|
||
"waterCreated": "Water created",
|
||
"errorSaving": "Error saving",
|
||
"waterTypes": {
|
||
"still": "Still Water",
|
||
"flowing": "Flowing Water",
|
||
"pond": "Pond",
|
||
"lake": "Lake",
|
||
"river": "River",
|
||
"stream": "Stream",
|
||
"canal": "Canal",
|
||
"reservoir": "Reservoir"
|
||
}
|
||
},
|
||
"species": {
|
||
"searchPlaceholder": "Search species...",
|
||
"newSpecies": "New Species",
|
||
"title": "Fish Species ({count})",
|
||
"noSpecies": "No fish species found",
|
||
"createFirst": "Create your first fish species.",
|
||
"latinName": "Latin Name",
|
||
"localName": "Local Name"
|
||
},
|
||
"speciesForm": {
|
||
"name": "Name *",
|
||
"latinName": "Latin Name",
|
||
"localName": "Local Name",
|
||
"protectionRules": "Protection Rules",
|
||
"minimumSize": "Minimum Size (cm)",
|
||
"closedSeasonStart": "Closed Season Start (MM.DD)",
|
||
"closedSeasonEnd": "Closed Season End (MM.DD)",
|
||
"datePlaceholder": "e.g. {example}",
|
||
"catchLimits": "Catch Limits",
|
||
"maxCatchPerDay": "Max Catch/Day",
|
||
"maxCatchPerYear": "Max Catch/Year",
|
||
"speciesUpdated": "Species updated",
|
||
"speciesCreated": "Species created",
|
||
"errorSaving": "Error saving"
|
||
},
|
||
"stocking": {
|
||
"newStocking": "Record Stocking",
|
||
"title": "Stocking Records ({count})",
|
||
"noStocking": "No stocking records found",
|
||
"createFirst": "Record your first stocking activity.",
|
||
"date": "Date",
|
||
"water": "Water",
|
||
"fishSpecies": "Fish Species",
|
||
"quantity": "Quantity",
|
||
"weight": "Weight (kg)",
|
||
"ageClass": "Age Class",
|
||
"cost": "Cost (€)"
|
||
},
|
||
"stockingForm": {
|
||
"title": "Stocking Data",
|
||
"water": "Water *",
|
||
"selectWater": "— Select water —",
|
||
"species": "Species *",
|
||
"selectSpecies": "— Select species —",
|
||
"date": "Stocking Date *",
|
||
"quantity": "Quantity (pcs) *",
|
||
"weight": "Weight (kg)",
|
||
"ageClass": "Age Class",
|
||
"cost": "Cost (EUR)",
|
||
"remarks": "Remarks",
|
||
"created": "Stocking recorded",
|
||
"errorSaving": "Error saving"
|
||
},
|
||
"catchBooks": {
|
||
"title": "Catch Books ({count})",
|
||
"noCatchBooks": "No catch books found",
|
||
"createFirst": "Create your first catch book.",
|
||
"year": "Year",
|
||
"allYears": "All Years",
|
||
"catchBookStatus": {
|
||
"open": "Open",
|
||
"submitted": "Submitted",
|
||
"approved": "Approved",
|
||
"rejected": "Rejected",
|
||
"archived": "Archived"
|
||
}
|
||
},
|
||
"competitions": {
|
||
"title": "Competitions ({count})",
|
||
"newCompetition": "New Competition",
|
||
"noCompetitions": "No competitions found",
|
||
"createFirst": "Create your first competition."
|
||
},
|
||
"leases": {
|
||
"title": "Leases",
|
||
"startDate": "Start",
|
||
"endDate": "End",
|
||
"indefinite": "indefinite",
|
||
"cost": "Lease Cost"
|
||
},
|
||
"permits": {
|
||
"title": "Permits"
|
||
},
|
||
"common": {
|
||
"search": "Search",
|
||
"cancel": "Cancel",
|
||
"save": "Save",
|
||
"update": "Update",
|
||
"create": "Create"
|
||
}
|
||
}
|