fix: Locale unlocalized strings
This commit is contained in:
parent
c43c721f7f
commit
dba2d2eb98
5 changed files with 36 additions and 10 deletions
|
|
@ -3476,5 +3476,30 @@
|
|||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"federationBaseUrl": "Federation Base URL",
|
||||
"@federationBaseUrl": {},
|
||||
"clientWellKnownInformation": "Client-Well-Known Information:",
|
||||
"@clientWellKnownInformation": {},
|
||||
"baseUrl": "Base URL",
|
||||
"@baseUrl": {},
|
||||
"identityServer": "Identity Server:",
|
||||
"@identityServer": {},
|
||||
"versionWithNumber": "Version: {version}",
|
||||
"@versionWithNumber": {
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"version": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"logs": "Logs",
|
||||
"@logs": {},
|
||||
"advancedConfigs": "Advanced Configs",
|
||||
"@advancedConfigs": {},
|
||||
"advancedConfigurations": "Advanced configurations",
|
||||
"@advancedConfigurations": {},
|
||||
"signInWith": "Sign in with:",
|
||||
"@signInWith": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue