mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
668 B
19 lines
668 B
export default {
|
|
dataset: 'Datensatz',
|
|
actions: 'Aktionen',
|
|
importDataset: 'Importiere Datensatz',
|
|
exportDataset: 'Exportiere Datensatz',
|
|
text: 'Text',
|
|
metadata: 'Metadaten',
|
|
action: 'Aktion',
|
|
annotate: 'Annotiere',
|
|
importDataTitle: 'Daten hochladen',
|
|
importDataMessage1: 'Wähle ein Dateiformat',
|
|
importDataMessage2: 'Wähle Datei(en)',
|
|
importDataPlaceholder: 'Dateieingabe',
|
|
exportDataTitle: 'Exportiere Daten',
|
|
exportDataMessage: 'Wähle ein Dateiformat',
|
|
deleteDocumentsTitle: 'Dokument löschen',
|
|
deleteDocumentsMessage: 'Bist du dir sicher, dass du die Dokumente aus dem Projekt löschen willst?',
|
|
pageText: '{0}-{1} von {2}'
|
|
}
|