mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix typo in the resource key (#3352)
This commit is contained in:
committed by
Eugenio Romano
parent
ff5d02b5b7
commit
266ad76ad9
@@ -69,7 +69,7 @@ describe('NodeActionsService', () => {
|
||||
spyOn(contentDialogService, 'openCopyMoveDialog').and.returnValue(Observable.of([fakeNode]));
|
||||
|
||||
service.copyContent(fakeNode, 'allowed').subscribe((value) => {
|
||||
expect(value).toBe('OPERATION.SUCCES.CONTENT.COPY');
|
||||
expect(value).toBe('OPERATION.SUCCESS.CONTENT.COPY');
|
||||
});
|
||||
}));
|
||||
|
||||
@@ -78,7 +78,7 @@ describe('NodeActionsService', () => {
|
||||
spyOn(contentDialogService, 'openCopyMoveDialog').and.returnValue(Observable.of([fakeNode]));
|
||||
|
||||
service.moveContent(fakeNode, 'allowed').subscribe((value) => {
|
||||
expect(value).toBe('OPERATION.SUCCES.CONTENT.MOVE');
|
||||
expect(value).toBe('OPERATION.SUCCESS.CONTENT.MOVE');
|
||||
});
|
||||
}));
|
||||
|
||||
@@ -87,7 +87,7 @@ describe('NodeActionsService', () => {
|
||||
spyOn(contentDialogService, 'openCopyMoveDialog').and.returnValue(Observable.of([fakeNode]));
|
||||
|
||||
service.moveFolder(fakeNode, 'allowed').subscribe((value) => {
|
||||
expect(value).toBe('OPERATION.SUCCES.FOLDER.MOVE');
|
||||
expect(value).toBe('OPERATION.SUCCESS.FOLDER.MOVE');
|
||||
});
|
||||
}));
|
||||
|
||||
@@ -96,7 +96,7 @@ describe('NodeActionsService', () => {
|
||||
spyOn(contentDialogService, 'openCopyMoveDialog').and.returnValue(Observable.of([fakeNode]));
|
||||
|
||||
service.copyFolder(fakeNode, 'allowed').subscribe((value) => {
|
||||
expect(value).toBe('OPERATION.SUCCES.FOLDER.COPY');
|
||||
expect(value).toBe('OPERATION.SUCCESS.FOLDER.COPY');
|
||||
});
|
||||
}));
|
||||
|
||||
|
@@ -100,7 +100,7 @@ export class NodeActionsService {
|
||||
const selection = selections[0];
|
||||
this.documentListService[`${action}Node`].call(this.documentListService, contentEntry.id, selection.id)
|
||||
.subscribe(
|
||||
observable.next.bind(observable, `OPERATION.SUCCES.${type.toUpperCase()}.${action.toUpperCase()}`),
|
||||
observable.next.bind(observable, `OPERATION.SUCCESS.${type.toUpperCase()}.${action.toUpperCase()}`),
|
||||
observable.error.bind(observable)
|
||||
);
|
||||
},
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Speicherort auswählen"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Kopieren erfolgreich",
|
||||
"MOVE": "Verschieben erfolgreich"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Lokal festgelegt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -77,7 +77,7 @@
|
||||
"SELECT_LOCATION": "Select Location"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Copy successful",
|
||||
"MOVE": "Move successful"
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Seleccionar ubicación"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Copia satisfactoria",
|
||||
"MOVE": "Traslado satisfactorio"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Establecido localmente"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Sélectionner l'emplacement"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Copie réussie",
|
||||
"MOVE": "Déplacement réussi"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Défini localement"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Seleziona località"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Copia elemento eseguito correttamente",
|
||||
"MOVE": "Sposta elemento eseguito correttamente"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Impostato localmente"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "場所の選択"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "コピーが完了しました",
|
||||
"MOVE": "移動が完了しました"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "ローカルで設定された権限"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Velg plassering"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Er nå kopiert",
|
||||
"MOVE": "Er nå flyttet"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Angitt lokalt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Locatie selecteren"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Kopiëren geslaagd",
|
||||
"MOVE": "Verplaatsen geslaagd"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Lokaal ingesteld"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Selecionar localização"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Copiado com êxito",
|
||||
"MOVE": "Movido com êxito"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Definido localmente"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "Выбрать местоположение"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "Копирование выполнено",
|
||||
"MOVE": "Перемещение выполнено"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "Установлено локально"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"SELECT_LOCATION": "选择位置"
|
||||
},
|
||||
"OPERATION": {
|
||||
"SUCCES": {
|
||||
"SUCCESS": {
|
||||
"CONTENT": {
|
||||
"COPY": "复制成功",
|
||||
"MOVE": "移动成功"
|
||||
@@ -238,4 +238,4 @@
|
||||
"LOCALLY_SET": "本地设置"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user