Files
pichunt/app/lang/en.json
T

103 lines
3.1 KiB
JSON

{
"hello": "Hello",
"locales": {
"en": "English",
"de": "German"
},
"auth": {
"login": "Login",
"logout": "Logout"
},
"layouts": {
"title": "{title} {'|'} PicHunt",
"default_tile": "PicHunt",
"switch_lang": "Switch locale to {locale}",
"refresh": "Refresh"
},
"error": {
"401": "Please login!",
"404": "Not found",
"default": "Unkown error",
"team_not_found": "Team not found or password incorrect!"
},
"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": "Free text",
"WORD": "One Word",
"NUMBER": "Number",
"INTEGER": "Whole number"
}
}
}