mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 05:30:30 +02:00
Add translatable strings to telecom field (#933)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"key": "telecom",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"connection_point": "Connection Point",
|
||||
"data_center": "Data Center",
|
||||
"distribution_point": "Distribution Point",
|
||||
"exchange": "Exchange",
|
||||
"service_device": "Service Device"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user