Pt translations on dataset-profiles-editor / listing
This commit is contained in:
parent
c33ffc153b
commit
ee0c7df170
|
@ -290,7 +290,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-12" *ngIf="!viewOnly && (!selectedTocEntry?.subEntries?.length)">
|
||||
<button class="create-section-btn" (click)="addNewEntry({parent:selectedTocEntry, childType: tocEntryEnumValues.Section})">Create section</button>
|
||||
<button class="create-section-btn" (click)="addNewEntry({parent:selectedTocEntry, childType: tocEntryEnumValues.Section})">{{'DATASET-PROFILE-EDITOR.STEPS.PAGE-INFO.ACTIONS.CREATE-SECTION' | translate}}</button>
|
||||
</div>
|
||||
<!-- PAGE ID -->
|
||||
<!-- <div class="col">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="col-12 col-lg d-flex justify-content-lg-end">
|
||||
<div class="align-self-center">
|
||||
<button mat-raised-button class="import-btn" (click)="openDialog()">{{ 'DATASET-WIZARD.UPLOAD.UPLOAD-XML' | translate }}</button>
|
||||
<button mat-raised-button class="create-btn ml-md-3" [routerLink]="['./new']">Create Dataset Template</button>
|
||||
<button mat-raised-button class="create-btn ml-md-3" [routerLink]="['./new']">{{'DATASET-PROFILE-LISTING.ACTIONS.CREATE-DATASET-TEMPLATE' | translate}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Create the first chapter",
|
||||
"NOTHING-HERE-HINT": "Nothing here yet.",
|
||||
"START-CREATING-PAGE-START": "Start by ",
|
||||
"START-CREATING-PAGE-END": "creating the first chapter."
|
||||
"START-CREATING-PAGE-END": "creating the first chapter.",
|
||||
"CREATE-SECTION": "Create section"
|
||||
},
|
||||
"PAGE": "Chapter"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Klon",
|
||||
"NEW-VERSION": "Neue Version",
|
||||
"VIEW-VERSIONS": "Alle Vorlagenversionen für Datensatzbeschreibungen",
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"CREATE-DATASET-TEMPLATE": "Create Dataset Template"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Create the first chapter",
|
||||
"NOTHING-HERE-HINT": "Nothing here yet.",
|
||||
"START-CREATING-PAGE-START": "Start by ",
|
||||
"START-CREATING-PAGE-END": "creating the first chapter."
|
||||
"START-CREATING-PAGE-END": "creating the first chapter.",
|
||||
"CREATE-SECTION": "Create section"
|
||||
},
|
||||
"PAGE": "Chapter"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Clone",
|
||||
"NEW-VERSION": "New Version",
|
||||
"VIEW-VERSIONS": "All Dataset Template Versions",
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"CREATE-DATASET-TEMPLATE": "Create Dataset Template"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Create the first chapter",
|
||||
"NOTHING-HERE-HINT": "Nothing here yet.",
|
||||
"START-CREATING-PAGE-START": "Start by ",
|
||||
"START-CREATING-PAGE-END": "creating the first chapter."
|
||||
"START-CREATING-PAGE-END": "creating the first chapter.",
|
||||
"CREATE-SECTION": "Create section"
|
||||
},
|
||||
"PAGE": "Chapter"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Clonar",
|
||||
"NEW-VERSION": "Nueva versión",
|
||||
"VIEW-VERSIONS": "Todas las versiones de las plantillas de descripción del dataset",
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"CREATE-DATASET-TEMPLATE": "Create Dataset Template"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Create the first chapter",
|
||||
"NOTHING-HERE-HINT": "Nothing here yet.",
|
||||
"START-CREATING-PAGE-START": "Start by ",
|
||||
"START-CREATING-PAGE-END": "creating the first chapter."
|
||||
"START-CREATING-PAGE-END": "creating the first chapter.",
|
||||
"CREATE-SECTION": "Create section"
|
||||
},
|
||||
"PAGE": "Chapter"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Κλώνος",
|
||||
"NEW-VERSION": "Νέα Έκδοση",
|
||||
"VIEW-VERSIONS": "Όλες οι εκδόσεις των Templates Περιγραφής Συνόλου Δεδομένων",
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"CREATE-DATASET-TEMPLATE": "Create Dataset Template"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Criar o primeiro capítulo",
|
||||
"NOTHING-HERE-HINT": "Ainda sem informação.",
|
||||
"START-CREATING-PAGE-START": "Começar por ",
|
||||
"START-CREATING-PAGE-END": "criar o primeiro capítulo."
|
||||
"START-CREATING-PAGE-END": "criar o primeiro capítulo.",
|
||||
"CREATE-SECTION": "Criar secção"
|
||||
},
|
||||
"PAGE": "Capítulo"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Duplicar",
|
||||
"NEW-VERSION": "Nova Versão",
|
||||
"VIEW-VERSIONS": "Ver todas as versões do Dataset",
|
||||
"DELETE": "Eliminar"
|
||||
"DELETE": "Eliminar",
|
||||
"CREATE-DATASET-TEMPLATE": "Criar Modelo de Dados"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Create the first chapter",
|
||||
"NOTHING-HERE-HINT": "Nothing here yet.",
|
||||
"START-CREATING-PAGE-START": "Start by ",
|
||||
"START-CREATING-PAGE-END": "creating the first chapter."
|
||||
"START-CREATING-PAGE-END": "creating the first chapter.",
|
||||
"CREATE-SECTION": "Create section"
|
||||
},
|
||||
"PAGE": "Chapter"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Klonovať",
|
||||
"NEW-VERSION": "Nová verzia",
|
||||
"VIEW-VERSIONS": "Všetky verzie šablóny súboru dát",
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"CREATE-DATASET-TEMPLATE": "Create Dataset Template"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Create the first chapter",
|
||||
"NOTHING-HERE-HINT": "Nothing here yet.",
|
||||
"START-CREATING-PAGE-START": "Start by ",
|
||||
"START-CREATING-PAGE-END": "creating the first chapter."
|
||||
"START-CREATING-PAGE-END": "creating the first chapter.",
|
||||
"CREATE-SECTION": "Create section"
|
||||
},
|
||||
"PAGE": "Chapter"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Napravite kopiju",
|
||||
"NEW-VERSION": "Nova verzija",
|
||||
"VIEW-VERSIONS": "Sve verzije obrazaca za skupove podataka",
|
||||
"DELETE": "Delete"
|
||||
"DELETE": "Delete",
|
||||
"CREATE-DATASET-TEMPLATE": "Create Dataset Template"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"CREATE-FIRST-SECTION": "Create the first chapter",
|
||||
"NOTHING-HERE-HINT": "Nothing here yet.",
|
||||
"START-CREATING-PAGE-START": "Start by ",
|
||||
"START-CREATING-PAGE-END": "creating the first chapter."
|
||||
"START-CREATING-PAGE-END": "creating the first chapter.",
|
||||
"CREATE-SECTION": "Create section"
|
||||
},
|
||||
"PAGE": "Chapter"
|
||||
},
|
||||
|
@ -868,7 +869,8 @@
|
|||
"CLONE": "Çoğalt",
|
||||
"NEW-VERSION": "Yeni Sürüm",
|
||||
"VIEW-VERSIONS": "Tüm Veri Seti Tanımı Şablon Sürümleri",
|
||||
"DELETE": "Sil"
|
||||
"DELETE": "Sil",
|
||||
"CREATE-DATASET-TEMPLATE": "Create Dataset Template"
|
||||
}
|
||||
},
|
||||
"DATASET-UPLOAD": {
|
||||
|
|
Loading…
Reference in New Issue