Files
myeasycms-v2/apps/web/i18n/messages/en/fischerei.json

172 lines
5.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
},
"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"
}
}