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