fix(assets): upgrade assets to latest versions

This commit is contained in:
Benedikt Rötsch
2018-01-24 16:17:36 +01:00
committed by Benedikt Rötsch
parent 67d77a5e9d
commit 67a73599bb
14 changed files with 80 additions and 107 deletions

View File

@@ -77,8 +77,8 @@
"vatNumberLabel": "Steuernummer", "vatNumberLabel": "Steuernummer",
"settingsIntroLabel": "Um Inhalt von unseren APIs zu bekommen, müssen Anwendungen von Kunden sich authentifizieren, sowohl mit der Space ID als auch dem Access Token.", "settingsIntroLabel": "Um Inhalt von unseren APIs zu bekommen, müssen Anwendungen von Kunden sich authentifizieren, sowohl mit der Space ID als auch dem Access Token.",
"changesSavedLabel": "Änderungen erfolgreich gespeichert!", "changesSavedLabel": "Änderungen erfolgreich gespeichert!",
"errorOcurredTitleLabel": "Fehler aufgetreten", "errorOccurredTitleLabel": "Fehler aufgetreten",
"errorOcurredMessageLabel": "Einige Fehler sind aufgetreten. Bitte schauen Sie sich die Fehlermeldungen neben den Feldern an.", "errorOccurredMessageLabel": "Einige Fehler sind aufgetreten. Bitte schauen Sie sich die Fehlermeldungen neben den Feldern an.",
"connectedToSpaceLabel": "Verbundener Space ", "connectedToSpaceLabel": "Verbundener Space ",
"spaceIdLabel": "Space ID", "spaceIdLabel": "Space ID",
"spaceIdHelpText": "Die Space Id ist eine eindeutige Identifizierung für Ihren Space.", "spaceIdHelpText": "Die Space Id ist eine eindeutige Identifizierung für Ihren Space.",

View File

@@ -77,8 +77,8 @@
"vatNumberLabel": "VAT Number", "vatNumberLabel": "VAT Number",
"settingsIntroLabel": "To query and get content using the APIs, client applications need to authenticate with both the Space ID and an access token.", "settingsIntroLabel": "To query and get content using the APIs, client applications need to authenticate with both the Space ID and an access token.",
"changesSavedLabel": "Changes saved successfully!", "changesSavedLabel": "Changes saved successfully!",
"errorOcurredTitleLabel": "Error occurred", "errorOccurredTitleLabel": "Error occurred",
"errorOcurredMessageLabel": "Some errors occurred. Please check the error messages next to the fields.", "errorOccurredMessageLabel": "Some errors occurred. Please check the error messages next to the fields.",
"connectedToSpaceLabel": "Connected space", "connectedToSpaceLabel": "Connected space",
"spaceIdLabel": "Space ID", "spaceIdLabel": "Space ID",
"spaceIdHelpText": "The Space ID is a unique identifier for your space.", "spaceIdHelpText": "The Space ID is a unique identifier for your space.",

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 754 B

After

Width:  |  Height:  |  Size: 9.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 756 B

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 756 B

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -27,8 +27,8 @@ block content
svg.status-block__icon.status-block__icon--error svg.status-block__icon.status-block__icon--error
use(xlink:href='/icons/icons.svg#error') use(xlink:href='/icons/icons.svg#error')
.status-block__content .status-block__content
.status-block__title #{translate('errorOcurredTitleLabel', currentLocale.code)} .status-block__title #{translate('errorOccurredTitleLabel', currentLocale.code)}
.status-block__message #{translate('errorOcurredMessageLabel', currentLocale.code)} .status-block__message #{translate('errorOccurredMessageLabel', currentLocale.code)}
if space && !hasErrors if space && !hasErrors
.status-block.status-block--info .status-block.status-block--info