Skip to content
Snippets Groups Projects
Commit 0795fa80 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

common: refresh translations

parent 55bf393e
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,14 @@ module.exports = { ...@@ -3,12 +3,14 @@ module.exports = {
output: './', output: './',
options: { options: {
debug: false, debug: false,
sort: true,
removeUnusedKeys: true, removeUnusedKeys: true,
func: {list: ['i18n.t', '_i18n.t']}, func: {list: ['i18n.t', '_i18n.t']},
lngs: ['en', 'de'], lngs: ['en', 'de'],
resource: { resource: {
loadPath: 'src/i18n/{{lng}}/{{ns}}.json', loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
savePath: 'src/i18n/{{lng}}/{{ns}}.json', savePath: 'src/i18n/{{lng}}/{{ns}}.json',
jsonIndent: 4,
}, },
}, },
}; };
{ {
"error": { "error": {
"summary": "Ein Fehler ist aufgetreten", "connection-to-server-refused": "Verbindungs zum Server verweigert!",
"connection-to-server-refused": "Verbindungs zum Server verweigert!" "summary": "Ein Fehler ist aufgetreten"
}, },
"jsonld": { "jsonld": {
"api-documentation-server": "Verbindung zum apiDocumentation API Server {{apiDocUrl}} fehlgeschlagen!",
"error-api-server": "Verbindung zum API Server {{apiUrl}} fehlgeschlagen!", "error-api-server": "Verbindung zum API Server {{apiUrl}} fehlgeschlagen!",
"error-hydra-documentation-url-not-set": "Hydra apiDocumentation URL wurden für server {{apiUrl}} nicht gesetzt!", "error-hydra-documentation-url-not-set": "Hydra apiDocumentation URL wurden für server {{apiUrl}} nicht gesetzt!"
"api-documentation-server": "Verbindung zum apiDocumentation API Server {{apiDocUrl}} fehlgeschlagen!"
} }
} }
{ {
"error": { "error": {
"summary": "An error occurred", "connection-to-server-refused": "Connection to server refused!",
"connection-to-server-refused": "Connection to server refused!" "summary": "An error occurred"
}, },
"jsonld": { "jsonld": {
"api-documentation-server": "Connection to apiDocumentation server {{apiDocUrl}} failed!",
"error-api-server": "Connection to api server {{apiUrl}} failed!", "error-api-server": "Connection to api server {{apiUrl}} failed!",
"error-hydra-documentation-url-not-set": "Hydra apiDocumentation url was not set for server {{apiUrl}}!", "error-hydra-documentation-url-not-set": "Hydra apiDocumentation url was not set for server {{apiUrl}}!"
"api-documentation-server": "Connection to apiDocumentation server {{apiDocUrl}} failed!"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment