140 lines
4.5 KiB
JSON
140 lines
4.5 KiB
JSON
{
|
|
"auth": {
|
|
"accept": "Accept",
|
|
"conflict": "This e-mail is already in use, please use a different one!",
|
|
"email": "Email",
|
|
"hidePassword": "Hide password",
|
|
"invalid": "E-mail or password is invalid, please try again!",
|
|
"login": "Login",
|
|
"login_instead": "Login instead",
|
|
"logout": "Logout",
|
|
"name": "Name",
|
|
"password": "Password",
|
|
"register": "Register",
|
|
"register_instead": "Register instead",
|
|
"reset": "Reset",
|
|
"showPassword": "Show password"
|
|
},
|
|
"enums": {
|
|
"text_type": {
|
|
"INTEGER": "Whole number",
|
|
"NUMBER": "Number",
|
|
"TEXT": "Free text",
|
|
"WORD": "One Word"
|
|
}
|
|
},
|
|
"error": {
|
|
"401": "Please login!",
|
|
"404": "Not found",
|
|
"default": "Unknown error",
|
|
"team_not_found": "Team not found or password incorrect!"
|
|
},
|
|
"hello": "Hello",
|
|
"layouts": {
|
|
"default_tile": "PicHunt",
|
|
"refresh": "Refresh",
|
|
"switch_lang": "Switch locale to {locale}",
|
|
"title": "{title} {'|'} PicHunt"
|
|
},
|
|
"locales": {
|
|
"de": "German",
|
|
"en": "English"
|
|
},
|
|
"page": {
|
|
"home": {
|
|
"click_hunt_below_to_join": "Click on a hunt below and join them!",
|
|
"end": "End: {start}",
|
|
"joined_hunts": "Joined hunts:",
|
|
"login_first": "Login first",
|
|
"n_quests": "No quests yet | One quest | {n} quests",
|
|
"n_teams_joined": "No teams joined yet! | One team joined! | {n} teams joined!",
|
|
"new_hunts_soon": "New hunts will appear soon!",
|
|
"no_hunt_created": "No hunt created yet",
|
|
"no_hunt_joined": "No hunt joined yet!",
|
|
"open_to_join": "Open to join hunts:",
|
|
"start": "Start: {start}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"confirm": "Are you sure?",
|
|
"date_past": "Date cannot be in the future",
|
|
"date_range_past": "Date range cannot be in the future",
|
|
"invalid": "Invalid format",
|
|
"max_length": "{name} has to be max {max} chars long",
|
|
"min_array": "You need at least {min} {name}",
|
|
"min_length": "{name} has to at least {min} chars long",
|
|
"numeric": "{name} need to be numeric",
|
|
"required": "{name} is required",
|
|
"taken": "Already taken"
|
|
},
|
|
"vuestic": {
|
|
"back": "Previous",
|
|
"backToTop": "back to top",
|
|
"breadcrumbs": "breadcrumbs",
|
|
"cancel": "Cancel",
|
|
"carousel": "carousel",
|
|
"close": "close",
|
|
"closeAlert": "close alert",
|
|
"closeToast": "close toast",
|
|
"color": "color",
|
|
"colorName": "color {color}",
|
|
"colorSelection": "color selection",
|
|
"counterValue": "counter value",
|
|
"currentRating": "current rating {value} of {max}",
|
|
"decreaseCounter": "decrease counter",
|
|
"dropzone": "Drop files here to upload",
|
|
"fileDeleted": "File deleted",
|
|
"fileTypeIncorrect": "File type is incorrect",
|
|
"finish": "Finish",
|
|
"goLastPage": "go last page",
|
|
"goNextPage": "go next page",
|
|
"goNextSlide": "go next slide",
|
|
"goPreviousSlide": "go previous slide",
|
|
"goSlide": "go slide {index}",
|
|
"goToPreviousPage": "go to the previous page",
|
|
"goToSpecificPage": "go to the {page} page",
|
|
"goToSpecificPageInput": "enter the page number to go",
|
|
"goToTheFirstPage": "go to the first page",
|
|
"increaseCounter": "increase counter",
|
|
"inputField": "Input field",
|
|
"loading": "Loading",
|
|
"movePaginationLeft": "move pagination left",
|
|
"movePaginationRight": "move pagination right",
|
|
"next": "Next",
|
|
"nextPeriod": "next period",
|
|
"noOptions": "Items not found",
|
|
"noSelectedOption": "Option is not selected",
|
|
"ok": "OK",
|
|
"openColorPicker": "open color picker",
|
|
"optionsFilter": "options filter",
|
|
"pagination": "pagination",
|
|
"previousPeriod": "previous period",
|
|
"progress": "progress",
|
|
"progressState": "progress state",
|
|
"removeFile": "remove file",
|
|
"reset": "reset",
|
|
"resetDate": "reset date",
|
|
"resetTime": "reset time",
|
|
"search": "Search",
|
|
"select": "Select an option",
|
|
"selectAllRows": "select all rows",
|
|
"selectRowByIndex": "select row {index}",
|
|
"selectedDate": "selected date",
|
|
"selectedOption": "Selected option",
|
|
"selectedTime": "selected time",
|
|
"slideOf": "slide {index} of {length}",
|
|
"sliderDot": "Slider dot",
|
|
"sliderMaxDot": "Maximum slider value",
|
|
"sliderMinDot": "Minimum slider value",
|
|
"sliderValue": "Current slider value is {value}",
|
|
"sortColumnBy": "sort column by {name}",
|
|
"splitPanels": "split panels",
|
|
"step": "step",
|
|
"switch": "Switch",
|
|
"switchView": "switch view",
|
|
"toggleDropdown": "toggle dropdown",
|
|
"undo": "Undo",
|
|
"uploadFile": "Upload file",
|
|
"voteRating": "vote rating {value} of {max}"
|
|
}
|
|
} |