Add translation keys for Environment Indicator component (#136)

* Begin Work

* Finish work
This commit is contained in:
Mysterious_Dev
2023-11-13 21:04:35 +01:00
committed by GitHub
parent a60b77121a
commit ba159e1a3e
2 changed files with 53 additions and 7 deletions

View File

@@ -58,5 +58,23 @@
},
"omorphia.component.copy.action.copy": {
"defaultMessage": "Copy code to clipboard"
},
"omorphia.component.environment-indicator.label.client": {
"defaultMessage": "Client"
},
"omorphia.component.environment-indicator.label.client-and-server": {
"defaultMessage": "Client and server"
},
"omorphia.component.environment-indicator.label.client-or-server": {
"defaultMessage": "Client or server"
},
"omorphia.component.environment-indicator.label.server": {
"defaultMessage": "Server"
},
"omorphia.component.environment-indicator.label.type": {
"defaultMessage": "A {type}"
},
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "Unsupported"
}
}