mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add office presets (fixes #1875)
This commit is contained in:
@@ -898,6 +898,66 @@ en:
|
||||
office:
|
||||
name: Office
|
||||
terms: "<translate with synonyms or related terms for 'Office', separated by commas>"
|
||||
office/accountant:
|
||||
name: Accountant
|
||||
terms: "<translate with synonyms or related terms for 'Accountant', separated by commas>"
|
||||
office/administrative:
|
||||
name: Administrative Office
|
||||
terms: "<translate with synonyms or related terms for 'Administrative Office', separated by commas>"
|
||||
office/architect:
|
||||
name: Architect
|
||||
terms: "<translate with synonyms or related terms for 'Architect', separated by commas>"
|
||||
office/company:
|
||||
name: Company Office
|
||||
terms: "<translate with synonyms or related terms for 'Company Office', separated by commas>"
|
||||
office/educational_institution:
|
||||
name: Educational Institution
|
||||
terms: "<translate with synonyms or related terms for 'Educational Institution', separated by commas>"
|
||||
office/employment_agency:
|
||||
name: Employment Agency
|
||||
terms: "<translate with synonyms or related terms for 'Employment Agency', separated by commas>"
|
||||
office/estate_agent:
|
||||
name: Real Estate Office
|
||||
terms: "<translate with synonyms or related terms for 'Real Estate Office', separated by commas>"
|
||||
office/financial:
|
||||
name: Financial Office
|
||||
terms: "<translate with synonyms or related terms for 'Financial Office', separated by commas>"
|
||||
office/government:
|
||||
name: Government Office
|
||||
terms: "<translate with synonyms or related terms for 'Government Office', separated by commas>"
|
||||
office/insurance:
|
||||
name: Insurance Office
|
||||
terms: "<translate with synonyms or related terms for 'Insurance Office', separated by commas>"
|
||||
office/it:
|
||||
name: IT Office
|
||||
terms: "<translate with synonyms or related terms for 'IT Office', separated by commas>"
|
||||
office/lawyer:
|
||||
name: Law Office
|
||||
terms: "<translate with synonyms or related terms for 'Law Office', separated by commas>"
|
||||
office/newspaper:
|
||||
name: Newspaper
|
||||
terms: "<translate with synonyms or related terms for 'Newspaper', separated by commas>"
|
||||
office/ngo:
|
||||
name: NGO Office
|
||||
terms: "<translate with synonyms or related terms for 'NGO Office', separated by commas>"
|
||||
office/physician:
|
||||
name: Physician
|
||||
terms: "<translate with synonyms or related terms for 'Physician', separated by commas>"
|
||||
office/political_party:
|
||||
name: Political Party
|
||||
terms: "<translate with synonyms or related terms for 'Political Party', separated by commas>"
|
||||
office/research:
|
||||
name: Research Office
|
||||
terms: "<translate with synonyms or related terms for 'Research Office', separated by commas>"
|
||||
office/telecommunication:
|
||||
name: Telecom Office
|
||||
terms: "<translate with synonyms or related terms for 'Telecom Office', separated by commas>"
|
||||
office/therapist:
|
||||
name: Therapist
|
||||
terms: "<translate with synonyms or related terms for 'Therapist', separated by commas>"
|
||||
office/travel_agent:
|
||||
name: Travel Agency
|
||||
terms: "<translate with synonyms or related terms for 'Travel Agency', separated by commas>"
|
||||
place:
|
||||
name: Place
|
||||
terms: "<translate with synonyms or related terms for 'Place', separated by commas>"
|
||||
|
||||
@@ -3370,6 +3370,346 @@
|
||||
"terms": [],
|
||||
"name": "Office"
|
||||
},
|
||||
"office/accountant": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "accountant"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Accountant"
|
||||
},
|
||||
"office/administrative": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "administrative"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Administrative Office"
|
||||
},
|
||||
"office/architect": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "architect"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Architect"
|
||||
},
|
||||
"office/company": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "company"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Company Office"
|
||||
},
|
||||
"office/educational_institution": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "educational_institution"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Educational Institution"
|
||||
},
|
||||
"office/employment_agency": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "employment_agency"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Employment Agency"
|
||||
},
|
||||
"office/estate_agent": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "estate_agent"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Real Estate Office"
|
||||
},
|
||||
"office/financial": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "financial"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Financial Office"
|
||||
},
|
||||
"office/government": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "government"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Government Office"
|
||||
},
|
||||
"office/insurance": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "insurance"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Insurance Office"
|
||||
},
|
||||
"office/it": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "it"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "IT Office"
|
||||
},
|
||||
"office/lawyer": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "lawyer"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Law Office"
|
||||
},
|
||||
"office/newspaper": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "newspaper"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Newspaper"
|
||||
},
|
||||
"office/ngo": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "ngo"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "NGO Office"
|
||||
},
|
||||
"office/physician": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "physician"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Physician"
|
||||
},
|
||||
"office/political_party": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "political_party"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Political Party"
|
||||
},
|
||||
"office/research": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "research"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Research Office"
|
||||
},
|
||||
"office/telecommunication": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "telecommunication"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Telecom Office"
|
||||
},
|
||||
"office/therapist": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "therapist"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Therapist"
|
||||
},
|
||||
"office/travel_agent": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "travel_agent"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Travel Agency"
|
||||
},
|
||||
"place": {
|
||||
"fields": [
|
||||
"place"
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "accountant"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Accountant"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "administrative"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Administrative Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "architect"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Architect"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "company"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Company Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "educational_institution"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Educational Institution"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "employment_agency"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Employment Agency"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "estate_agent"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Real Estate Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "financial"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Financial Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "government"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Government Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "insurance"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Insurance Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "it"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "IT Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "lawyer"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Law Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "newspaper"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Newspaper"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "ngo"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "NGO Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "physician"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Physician"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "political_party"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Political Party"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "research"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Research Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "telecommunication"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Telecom Office"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "therapist"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Therapist"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "travel_agent"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Travel Agency"
|
||||
}
|
||||
Vendored
+80
@@ -1615,6 +1615,86 @@
|
||||
"name": "Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/accountant": {
|
||||
"name": "Accountant",
|
||||
"terms": ""
|
||||
},
|
||||
"office/administrative": {
|
||||
"name": "Administrative Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/architect": {
|
||||
"name": "Architect",
|
||||
"terms": ""
|
||||
},
|
||||
"office/company": {
|
||||
"name": "Company Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/educational_institution": {
|
||||
"name": "Educational Institution",
|
||||
"terms": ""
|
||||
},
|
||||
"office/employment_agency": {
|
||||
"name": "Employment Agency",
|
||||
"terms": ""
|
||||
},
|
||||
"office/estate_agent": {
|
||||
"name": "Real Estate Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/financial": {
|
||||
"name": "Financial Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/government": {
|
||||
"name": "Government Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/insurance": {
|
||||
"name": "Insurance Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/it": {
|
||||
"name": "IT Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/lawyer": {
|
||||
"name": "Law Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/newspaper": {
|
||||
"name": "Newspaper",
|
||||
"terms": ""
|
||||
},
|
||||
"office/ngo": {
|
||||
"name": "NGO Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/physician": {
|
||||
"name": "Physician",
|
||||
"terms": ""
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Political Party",
|
||||
"terms": ""
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Research Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/telecommunication": {
|
||||
"name": "Telecom Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/therapist": {
|
||||
"name": "Therapist",
|
||||
"terms": ""
|
||||
},
|
||||
"office/travel_agent": {
|
||||
"name": "Travel Agency",
|
||||
"terms": ""
|
||||
},
|
||||
"place": {
|
||||
"name": "Place",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user