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.
20 lines
414 B
20 lines
414 B
export default {
|
|
continue: 'Weiter',
|
|
yes: 'Ja',
|
|
all: 'Alle',
|
|
save: 'Speichern',
|
|
edit: 'Editieren',
|
|
create: 'Erstellen',
|
|
cancel: 'Abbrechen',
|
|
close: 'Schließen',
|
|
upload: 'Hochladen',
|
|
add: 'Hinzufügen',
|
|
delete: 'Löschen',
|
|
search: 'Suchen',
|
|
name: 'Name',
|
|
import: 'Importieren',
|
|
export: 'Exportieren',
|
|
description: 'Beschreibung',
|
|
type: 'Typ',
|
|
loading: 'Laden... bitte warten'
|
|
}
|