translations
This commit is contained in:
parent
01b415d4cb
commit
8be40e2d80
@ -58,7 +58,7 @@
|
|||||||
});
|
});
|
||||||
function submit() {
|
function submit() {
|
||||||
if (data_loaded === true && save_enabled) {
|
if (data_loaded === true && save_enabled) {
|
||||||
toast($_("updateing-group"));
|
toast($_("updating-group"));
|
||||||
UserGroupService.userGroupControllerPut(original_data.id, editable)
|
UserGroupService.userGroupControllerPut(original_data.id, editable)
|
||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
Object.assign(original_data, editable);
|
Object.assign(original_data, editable);
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
"attention": "Achtung!",
|
"attention": "Achtung!",
|
||||||
"author": "Autor",
|
"author": "Autor",
|
||||||
"available-permissions": "Verfügbar",
|
"available-permissions": "Verfügbar",
|
||||||
"average-distance": "Durchschnittliche Strecke/Läufer",
|
"average-distance": "∅ Strecke/Läufer",
|
||||||
"average-donation": "Durchschnittliches Sponsoring",
|
"average-donation": "∅ Sponsoring",
|
||||||
"by": "von",
|
"by": "von",
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"cancel-delete": "Löschen abbrechen",
|
"cancel-delete": "Löschen abbrechen",
|
||||||
@ -474,9 +474,9 @@
|
|||||||
"updated-scan": "Scan wurde aktualisiert",
|
"updated-scan": "Scan wurde aktualisiert",
|
||||||
"updated-station": "ScanStation aktualisiert",
|
"updated-station": "ScanStation aktualisiert",
|
||||||
"updated-team": "Team wurde aktualisiert",
|
"updated-team": "Team wurde aktualisiert",
|
||||||
"updateing-group": "Gruppe wird aktualisiert...",
|
|
||||||
"updating-card": "Karte wird aktualisiert",
|
"updating-card": "Karte wird aktualisiert",
|
||||||
"updating-donation": "Sponsoring wird aktualisiert",
|
"updating-donation": "Sponsoring wird aktualisiert",
|
||||||
|
"updating-group": "Gruppe wird aktualisiert...",
|
||||||
"updating-organization": "Organisation wird aktualisiert",
|
"updating-organization": "Organisation wird aktualisiert",
|
||||||
"updating-permissions": "Berechtigungen werden aktualisiert...",
|
"updating-permissions": "Berechtigungen werden aktualisiert...",
|
||||||
"updating-runner": "Läufer wird aktualisiert.",
|
"updating-runner": "Läufer wird aktualisiert.",
|
||||||
|
@ -46,9 +46,9 @@
|
|||||||
"applying-changes": "Applying Changes",
|
"applying-changes": "Applying Changes",
|
||||||
"attention": "Attention!",
|
"attention": "Attention!",
|
||||||
"author": "Author",
|
"author": "Author",
|
||||||
"available-permissions": "availdable",
|
"available-permissions": "available",
|
||||||
"average-distance": "average distance",
|
"average-distance": "∅ distance",
|
||||||
"average-donation": "average donation",
|
"average-donation": "∅ donation",
|
||||||
"by": "by",
|
"by": "by",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"cancel-delete": "Cancel Delete",
|
"cancel-delete": "Cancel Delete",
|
||||||
@ -474,9 +474,9 @@
|
|||||||
"updated-scan": "updated scan",
|
"updated-scan": "updated scan",
|
||||||
"updated-station": "updated station",
|
"updated-station": "updated station",
|
||||||
"updated-team": "Updated team",
|
"updated-team": "Updated team",
|
||||||
"updateing-group": "updateing group...",
|
|
||||||
"updating-card": "Updating card",
|
"updating-card": "Updating card",
|
||||||
"updating-donation": "Updating donation",
|
"updating-donation": "Updating donation",
|
||||||
|
"updating-group": "updating group...",
|
||||||
"updating-organization": "updating organization",
|
"updating-organization": "updating organization",
|
||||||
"updating-permissions": "updating permissions...",
|
"updating-permissions": "updating permissions...",
|
||||||
"updating-runner": "Updating runner...",
|
"updating-runner": "Updating runner...",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user