-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathen.json
77 lines (77 loc) · 2.97 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"message": {
"zoomIn": "Zoom in to load the data",
"username": "You are logged in as",
"selectType": "Select a type",
"wasteDisposal": "Waste disposal",
"recyclingContainer": "Recycling container",
"recyclingOrganization": "Recycling organization",
"organizationName": "Organization name",
"description": "Description",
"selected": "Selected",
"available": "Available",
"selectFractions": "Select recycling fractions",
"addMode": "Adding a new node.",
"addModeHint": "Move the map to choose a correct node location",
"loadDataError": "Server is temporary unavailable. Try to refresh a page or come back later.",
"saveNodeError": "Error! Please, try later.",
"saveNodeSuccess": "Thank you for adding a new data! Your data will appear on the map soon.",
"needAccount": "To add a new data to the map, you need to log in with <b>OpenStreetMap</b>.",
"aboutOsm": "OpenStreetMap is a global project of creating an open source map.",
"signUp": "If you don't have an account yet, you can easily sign up on a link below.",
"devBy": "Developed by"
},
"fraction": {
"wasteDisposal": "Waste disposal",
"anyRecycling": "Any recycling",
"no_tags": "No tags",
"plastic": "Plastic",
"paper": "Paper",
"cans": "Cans",
"glass": "Glass",
"glass_bottles": "Glass bottles",
"batteries": "Batteries",
"plastic_bottles": "Plastic bottles",
"plastic_packaging": "Plastic packaging",
"hazardous_waste": "Hazardous waste",
"clothes": "Clothes",
"low_energy_bulbs": "Low energy bulbs",
"fluorescent_tubes": "Fluorescent tubes",
"plastic_bags": "Plastic bags",
"scrap_metal": "Scrap metal",
"tyres": "Tyres",
"car_batteries": "Car batteries",
"engine_oil": "Engine oil"
},
"menu": {
"map": "Map",
"map_view": "Map View",
"my_location": "Show Your Location",
"user": "User",
"about": "About",
"add": "Add"
},
"button": {
"toMap": "Go to the map",
"logout": "Logout",
"login": "Login with OSM",
"next": "Next",
"cancel": "Cancel",
"save": "Save",
"edit": "Edit",
"josm": "Edit with JOSM",
"osmLink": "Show in OSM",
"ok": "OK",
"seeMore": "See more"
},
"about": {
"app": "{0} is an app for viewing and adding places that accepts waste for recycling.",
"dataHeader": "Data",
"data": "This app uses an open data from {0}. OSM is a project of creating an open source map by thousands volunteers all over the globe. The data is free to use and it has ODbL license.",
"contributingHeader": "How to contribute",
"contributing": "The project is published on {0}. You can see and discuss the list of OSM tags that the app uses. You can post an issue if the app's work is incorrect. Also you can add translations to your own language.",
"contact": "Also you can discuss the project and contact us in {0}.",
"androidHeader": "Android",
"android": "For android you can install the app from {0}."
}
}