97 lines
2.9 KiB
JSON
97 lines
2.9 KiB
JSON
{
|
|
"hello": "Hallo",
|
|
"locales": {
|
|
"en": "Englisch",
|
|
"de": "Deutsch"
|
|
},
|
|
"auth": {
|
|
"login": "Anmelden",
|
|
"logout": "Abmelden"
|
|
},
|
|
"layouts": {
|
|
"title": "{title} {'|'} PicHunt",
|
|
"default_tile": "PicHunt",
|
|
"switch_lang": "Sprache ändern zu {locale}",
|
|
"refresh": "Aktualisieren"
|
|
},
|
|
"vuestic": {
|
|
"search": "Search",
|
|
"noOptions": "Items not found",
|
|
"ok": "OK",
|
|
"cancel": "Cancel",
|
|
"uploadFile": "Upload file",
|
|
"undo": "Undo",
|
|
"dropzone": "Drop files here to upload",
|
|
"fileDeleted": "File deleted",
|
|
"closeAlert": "close alert",
|
|
"backToTop": "back to top",
|
|
"toggleDropdown": "toggle dropdown",
|
|
"carousel": "carousel",
|
|
"goPreviousSlide": "go previous slide",
|
|
"goNextSlide": "go next slide",
|
|
"goSlide": "go slide {index}",
|
|
"slideOf": "slide {index} of {length}",
|
|
"close": "close",
|
|
"openColorPicker": "open color picker",
|
|
"colorSelection": "color selection",
|
|
"colorName": "color {color}",
|
|
"decreaseCounter": "decrease counter",
|
|
"increaseCounter": "increase counter",
|
|
"selectAllRows": "select all rows",
|
|
"sortColumnBy": "sort column by {name}",
|
|
"selectRowByIndex": "select row {index}",
|
|
"resetDate": "reset date",
|
|
"nextPeriod": "next period",
|
|
"switchView": "switch view",
|
|
"previousPeriod": "previous period",
|
|
"removeFile": "remove file",
|
|
"reset": "reset",
|
|
"pagination": "pagination",
|
|
"goToTheFirstPage": "go to the first page",
|
|
"goToPreviousPage": "go to the previous page",
|
|
"goToSpecificPage": "go to the {page} page",
|
|
"goToSpecificPageInput": "enter the page number to go",
|
|
"goNextPage": "go next page",
|
|
"goLastPage": "go last page",
|
|
"currentRating": "current rating {value} of {max}",
|
|
"voteRating": "vote rating {value} of {max}",
|
|
"optionsFilter": "options filter",
|
|
"splitPanels": "split panels",
|
|
"movePaginationLeft": "move pagination left",
|
|
"movePaginationRight": "move pagination right",
|
|
"resetTime": "reset time",
|
|
"closeToast": "close toast",
|
|
"selectedOption": "Selected option",
|
|
"noSelectedOption": "Option is not selected",
|
|
"breadcrumbs": "breadcrumbs",
|
|
"counterValue": "counter value",
|
|
"selectedDate": "selected date",
|
|
"selectedTime": "selected time",
|
|
"progressState": "progress state",
|
|
"color": "color",
|
|
"next": "Next",
|
|
"back": "Previous",
|
|
"finish": "Finish",
|
|
"step": "step",
|
|
"progress": "progress",
|
|
"loading": "Loading",
|
|
"sliderValue": "Current slider value is {value}",
|
|
"sliderDot": "Slider dot",
|
|
"sliderMaxDot": "Maximum slider value",
|
|
"sliderMinDot": "Minimum slider value",
|
|
"switch": "Switch",
|
|
"inputField": "Input field",
|
|
"fileTypeIncorrect": "File type is incorrect",
|
|
"select": "Select an option"
|
|
},
|
|
"enums": {
|
|
"text_type": {
|
|
"TEXT": "Freitext",
|
|
"WORD": "Ein Wort",
|
|
"NUMBER": "Zahl",
|
|
"INTEGER": "Ganzzahl"
|
|
|
|
}
|
|
}
|
|
}
|