Files
pichunt/app/lang/en.json
T

335 lines
12 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",
"name_help": "Use either your real name or choose a random one!",
"old_invalid": "Old password incorrect!",
"password": "Password",
"password_help": "Your password will of course be securely hashed.",
"password_length": "At least 8 characters long",
"register": "Register",
"register_instead": "Register instead",
"reset": "Reset",
"showPassword": "Show password"
},
"comp": {
"team_add": {
"create": "Create",
"create_a_new_team": "Create a new team",
"description": "Description",
"invite_code_automatically": "An invite code will be generated automatically.",
"team_name": "Team name"
},
"team_join": {
"join_a_team": "Join a team",
"no_team_yet": " No team has been created yet, be the first!",
"select_a_team": "Select a team",
"team_preview": "'{team}' of '{owner}', {members} members"
}
},
"enums": {
"text_type": {
"CHAR": "One character",
"INTEGER": "Whole number",
"NUMBER": "Number",
"TEXT": "Free text",
"WORD": "One word"
},
"user_role": {
"ADMIN": "Admin",
"CREATOR": "Creator",
"USER": "Player"
}
},
"error": {
"400": "Wrong data",
"401": "Please login!",
"404": "Not found",
"default": "Unknown error",
"team_not_found": "Team not found or password incorrect!"
},
"hello": "Welcome to PicHunt!",
"layouts": {
"default_tile": "PicHunt",
"refresh": "Refresh",
"switch_lang": "Switch locale to {locale}",
"title": "{title} {'|'} PicHunt",
"two_title": "{subtitle} {'|'} {title} {'|'} PicHunt"
},
"locales": {
"de": "German",
"en": "English"
},
"page": {
"common": {
"admin": "Admin",
"back_home": "Back home",
"back_to_hunt": "Back to Hunt",
"cancel": "Cancel",
"join": "Join",
"login_first": "Login first",
"no_pictures": "No pictures has been submitted yet :(",
"not_revealed": "Answers are not revealed yet, please wait until the end!",
"open": "Open",
"refresh": "Refresh",
"update_btn": "Update"
},
"create_hunt": {
"allow_join": "Allow joining",
"create_btn": "Create Hunt",
"de": "German",
"description_de": "Description (German)",
"description_en": "Description (English)",
"en": "English",
"end": "End",
"has_end": "Has end date?",
"has_start": "Has start date?",
"name_de": "Name (German)",
"name_en": "Name (English)",
"not_allowed": "You need the Creator or Admin role to create hunts.",
"public": "Public (visible on home page)",
"reveal_answers": "Reveal answers",
"reveal_quests": "Reveal quests",
"sidebar": "Create Hunt",
"start": "Start",
"success": "Hunt created successfully!",
"title": "Create a new Hunt",
"virtual": "Virtual hunt"
},
"diashow": {
"head": "Diashow"
},
"help": {
"head": "PicHunt Help",
"subtitle": "Here are some topics and words explained. If you still have questions, please contact the Admin Team!",
"title": "Help"
},
"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}"
},
"hunt": {
"admin_unreviewed": "Admin ({count} unreviewed)",
"all_pictures": "All pictures",
"diashow": "Diashow",
"hide_answers": "Hide answers",
"invite": "Invite:",
"invite_toast_message": "Invite code was copied to your clipboard! Share it with your next team mates.",
"invite_toast_text": "Join team {team} with code \"{code}\" on hunt \"{hunt}\"!",
"invite_toast_title": "Invite code",
"join_this_hunt": "Join this hunt!",
"login_to_join": "To join this hunt you need to join or create a team:",
"no_picture_uploaded": "No picture uploaded",
"open_answer": "Open and answer",
"open_finalize": "Open and finalize",
"quest_not_revealed": "Quests not revealed yet!",
"quest_soon_reveal": "Soon all {count} quests will be revealed!",
"showcase": "Showcase",
"team_count": "No teams joined, just like you! | One team joined, unlike you! | {count} teams joined, unlike you!",
"team_count_joined": "No teams joined, just like you! | One team joined, just like you! | {count} teams joined, just like you!",
"teams": "Teams",
"total_points": "Total points: {score}",
"your_team": "Your team:"
},
"imprint": {
"head": "PicHunt Imprint",
"title": "Imprint"
},
"pictures": {
"filter_quest": "Filter pictures by quests",
"filter_team": "Filter pictures by teams",
"head": "Picture wall",
"select_quest": "Select a quest",
"select_team": "Select a team"
},
"profile": {
"admins_and_creators": "Admins & Creators",
"new_password": "New password",
"no_pictures": "No pictures uploaded yet.",
"old_password": "Old password",
"own_role_hint": "You cannot change your own role.",
"promote": "Promote",
"promote_user": "Promote a user",
"role": "Role",
"role_change_error": "Could not change role!",
"role_changed": "Role updated!",
"role_confirm": "Do you want to change the role of {name} to {role}?",
"search_user": "Search user by email...",
"uploaded_pictures": "Uploaded pictures",
"user_management": "User management"
},
"quest": {
"already_finalized": "Answer is already finalized, no update allowed!",
"already_submitted": "Your final answer has already been submitted!",
"conflict": "Conflict: Please refresh",
"extra_points": "Extra points:",
"finalize": "Finalize answer",
"finalize_explain": "This allows the admins to review your answer and give you points. You cannot change your answer afterwards!",
"last_update": "Last update: {date} by {name}",
"required_answer": "Required Answer",
"review": "Review",
"reviewed_by": "by {name} at {date}",
"score": "Score:",
"submission": "Submission",
"upload_compress": "Compressing image...",
"upload_title": "Uploading answer...",
"your_answer": "Your answer"
},
"quest_admin": {
"add_quest": "Add Quest",
"answers": "{n} answers",
"create_title": "Create Quest",
"delete_confirm": "Do you really want to delete this quest? All answers will be lost!",
"delete_picture": "Delete picture",
"delete_title": "Delete Quest",
"description_de": "Description (German)",
"description_en": "Description (English)",
"edit_title": "Edit Quest",
"extra_points": "Extra points",
"extra_text_de": "Extra text (German)",
"extra_text_en": "Extra text (English)",
"location": "Location",
"location_link": "Location link (URL)",
"move_down": "Move down",
"move_up": "Move up",
"no_picture": "No picture uploaded",
"no_quests": "No quests yet. Add your first quest!",
"optional": "Optional quest",
"picture": "Quest picture",
"picture_required": "Picture required",
"points": "Points",
"question_de": "Question (German)",
"question_en": "Question (English)",
"quests_title": "Quests",
"save": "Save",
"text_required": "Text answer required",
"text_solution": "Text solution",
"text_type": "Text type",
"text_unit": "Text unit",
"title_de": "Title (German)",
"title_en": "Title (English)",
"upload_picture": "Upload picture"
},
"showcase": {
"answers": "Answers",
"crew": "Crew",
"first_place": "First place",
"leaderboard": "Leaderboard",
"pictures": "Pictures",
"points": "Points",
"quests": "Quests",
"second_place": "Second place",
"showcase_for": "Showcase for",
"table": {
"answers": "Answers",
"description": "Description",
"name": "Name",
"place": "Place",
"score": "Score"
},
"teams": "Teams",
"third_place": "Third place",
"total_points": "Total points earned",
"users": "Users"
}
},
"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}"
}
}