Created
June 27, 2023 10:01
-
-
Save matisiekpl/3374188f3a09dac9ebaa448a0c7b7ac2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"heading": "AED Map", | |
"subheading": "{count} AEDs available", | |
"@subheading": { | |
"placeholders": { | |
"count": { | |
"type": "int", | |
"example": "4878" | |
} | |
} | |
}, | |
"access": "Access", | |
"closestAED": "Closest AED", | |
"closerAEDAvailable": "Closer AED is available (tap)", | |
"location": "Location", | |
"operator": "Operator", | |
"openingHours": "Opening hours", | |
"insideBuilding": "Inside building", | |
"contact": "Contact", | |
"noData": "No data", | |
"navigate": "Navigate", | |
"chooseMapApp": "Choose maps application", | |
"about": "Data source: openaedmap.org", | |
"defibrillator": "Defibrillator", | |
"runDistance": "~{minutes} minute(s) of running ({meters}m)", | |
"@runDistance": { | |
"placeholders": { | |
"minutes": { | |
"type": "int", | |
"example": "3" | |
}, | |
"meters": { | |
"type": "int", | |
"example": "772" | |
} | |
} | |
}, | |
"distance": "about {kilometers}km from here", | |
"@distance": { | |
"placeholders": { | |
"kilometers": { | |
"type": "int", | |
"example": "772" | |
} | |
} | |
}, | |
"noNetwork": "No network connection!", | |
"checkNetwork": "Check network connection", | |
"retry": "Retry", | |
"yes": "yes", | |
"no": "no", | |
"accessYes": "publicly accessible", | |
"accessCustomers": "during work hours", | |
"accessPrivate": "with owner's permit", | |
"accessPermissive": "until further notice", | |
"accessNo": "unavailable", | |
"accessUnknown": "unknown access", | |
"chooseLocation": "Select the location of the AED you want to add", | |
"cancel": "Cancel", | |
"next": "Next", | |
"edit": "Edit", | |
"imageOfDefibrillator": "Image of defibrillator", | |
"save": "Save", | |
"editDefibrillator": "Edit defibrillator", | |
"information": "Information", | |
"enterDescription": "Enter description", | |
"enterOperator": "Enter operator", | |
"enterPhone": "Enter phone number", | |
"longitude": "Longitude", | |
"latitude": "Latitude", | |
"chooseAccess": "Choose access", | |
"calculatingRoute": "Calculating route...", | |
"stop": "stop", | |
"minutes": "minutes", | |
"seconds": "seconds", | |
"meters": "meters" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment