Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config.Locales = {
- ["page_treasure_hunt_title"] = {"Treasure Hunt", "Find the treasure based on the photo!"},
- ["collect_status"] = {"Collected", "Not Collected"},
- ["treasure_hunt_not_available"] = "There is currently no treasure hunt taking place!",
- ["super_prize"] = {
- ["active"] = {"Super prize is active!", "Collect the treasure to receive the super prize!"},
- ["not_active"] = {"Super prize is not active!", "Collect %s more treasures to activate the super prize!"},
- },
- ["page_manage_locations_title"] = {"Locations", "Manage locations for the treasures!"},
- ["page_settings_title"] = {"Settings", "Configure the app for your players!"},
- ["settings_item"] = {
- ["clear_leaderboard"] = "Reset leaderboard",
- ["manage_locations"] = "Manage locations"
- },
- ["page_leaderboard_title"] = {"Leaderboard", "Compare yourself with other players!"},
- ["leaderboard_ranking"] = "Ranking",
- ["leaderboard_name"] = "Name",
- ["leaderboard_score"] = "Points",
- ["leaderboard_no_entries_found"] = "No entries found",
- ["page_history_title"] = {"History", "Check all your found treasures!"},
- ["no_history_found"] = "No history available",
- ["no_locations_found"] = "No locations available",
- ["locations_count"] = "Locations: %s",
- ["history_treasure_count"] = "Treasures: %s",
- ["history_item"] = {
- ["info_title"] = "Information",
- ["date"] = "Date",
- ["super_prize"] = {"Super Prize", "Yes", "No"},
- ["reward_title"] = "Reward",
- ["name"] = "Name",
- ["amount"] = "Amount",
- },
- ["add_new_location_button"] = "Add new location",
- ["delete_all_locations_button"] = "Delete all locations",
- ["teleport_button"] = "Teleport",
- ["add_button"] = "Add",
- ["cancel_button"] = "Cancel",
- ["delete_button"] = "Delete",
- ["placeholder_coords"] = "Coordinates",
- ["placeholder_image"] = "Image (url)",
- ["popup_regenerate_treasure"] = {"Generate a new treasure?", "Having trouble finding the treasure? Generate a new one for %s!", {"Cancel", "Confirm"}},
- ["popup_delete_location"] = {"Delete location?", "Are you sure you want to delete this location?", {"Cancel", "Delete"}},
- ["popup_delete_all_locations"] = {"Delete all locations?", "Are you sure you want to delete all locations?", {"Cancel", "Delete all"}},
- ["popup_clear_leaderboard"] = {"Reset leaderboard?", "Are you sure you want to reset the leaderboard?", {"Cancel", "Reset"}},
- ["notifications"] = {
- ["collected"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = true, -- Wether use phone notification or Config.Notify
- data = {title = "Treasure Collected", message = "Check your history for more information!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- ["created"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = true, -- Wether use phone notification or Config.Notify
- data = {title = "Location Created", message = "A new location has been added!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- ["deleted"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = true, -- Wether use phone notification or Config.Notify
- data = {title = "Location Deleted", message = "Location has been deleted!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- ["deleted_all"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = true, -- Wether use phone notification or Config.Notify
- data = {title = "Locations Deleted", message = "All locations has been deleted!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- ["new_treasure"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = true, -- Wether use phone notification or Config.Notify
- data = {title = "A new treasure has appeared", message = "Check your app for more information!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- ["super_prize_active"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = true, -- Wether use phone notification or Config.Notify
- data = {title = "Super Prize Activated", message = "Get even bigger rewards!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- ["cannot_efford"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = true, -- Wether use phone notification or Config.Notify
- data = {title = "Transaction Failed", message = "You are missing %s to complete the transaction!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- ["cannot_carry"] = {
- enabled = true, -- Enable the notification?
- phoneNotify = false, -- Wether use phone notification or Config.Notify
- data = {title = "Cannot Carry", message = "The reward might be to heavy to carry, try to make some space!"}, -- Most notify systems provide some options like "type" or "color" just add them here and configure it in Config.Notify, if phoneNotify is set to "true" only "title" and "message" will be used.
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment