mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 03:37:28 +01:00
Update translations
This commit is contained in:
parent
8e1547ca3b
commit
2ff11dec0a
@ -2,247 +2,247 @@
|
|||||||
|
|
||||||
from flask_babel import gettext
|
from flask_babel import gettext
|
||||||
|
|
||||||
# NOTE: tags: title for player_effects
|
|
||||||
pgettext("tags", "Player Effects / Power Ups")
|
|
||||||
# NOTE: tags: description for player_effects
|
|
||||||
pgettext("tags", "For content that changes player effects, including physics, for example: speed, jump height or gravity.")
|
|
||||||
# NOTE: tags: title for pvp
|
|
||||||
pgettext("tags", "Player vs Player (PvP)")
|
|
||||||
# NOTE: tags: description for pvp
|
|
||||||
pgettext("tags", "Designed to be played competitively against other players")
|
|
||||||
# NOTE: tags: title for server_tools
|
|
||||||
pgettext("tags", "Server Moderation and Tools")
|
|
||||||
# NOTE: tags: description for server_tools
|
|
||||||
pgettext("tags", "Helps with server maintenance and moderation")
|
|
||||||
# NOTE: tags: title for jam_game_2023
|
|
||||||
pgettext("tags", "Jam / Game 2023")
|
|
||||||
# NOTE: tags: description for jam_game_2023
|
|
||||||
pgettext("tags", "Entries to the 2023 Minetest Game Jam ")
|
|
||||||
# NOTE: tags: title for developer_tools
|
|
||||||
pgettext("tags", "Developer Tools")
|
|
||||||
# NOTE: tags: description for developer_tools
|
|
||||||
pgettext("tags", "Tools for game and mod developers")
|
|
||||||
# NOTE: tags: title for crafting
|
|
||||||
pgettext("tags", "Crafting")
|
|
||||||
# NOTE: tags: description for crafting
|
|
||||||
pgettext("tags", "Big changes to crafting gameplay")
|
|
||||||
# NOTE: tags: title for april_fools
|
|
||||||
pgettext("tags", "Joke")
|
|
||||||
# NOTE: tags: description for april_fools
|
|
||||||
pgettext("tags", "For humorous content, meant as a novelty or joke, not to be taken seriously, and that is not meant to be used seriously or long-term.")
|
|
||||||
# NOTE: tags: title for sound_music
|
|
||||||
pgettext("tags", "Sounds / Music")
|
|
||||||
# NOTE: tags: description for sound_music
|
|
||||||
pgettext("tags", "Focuses on or adds new sounds or musical things")
|
|
||||||
# NOTE: tags: title for mapgen
|
|
||||||
pgettext("tags", "Mapgen / Biomes / Decoration")
|
|
||||||
# NOTE: tags: description for mapgen
|
|
||||||
pgettext("tags", "New mapgen or changes mapgen")
|
|
||||||
# NOTE: tags: title for singleplayer
|
|
||||||
pgettext("tags", "Singleplayer-focused")
|
|
||||||
# NOTE: tags: description for singleplayer
|
|
||||||
pgettext("tags", "Content that can be played alone")
|
|
||||||
# NOTE: tags: title for inventory
|
|
||||||
pgettext("tags", "Inventory")
|
|
||||||
# NOTE: tags: description for inventory
|
|
||||||
pgettext("tags", "Changes the inventory GUI")
|
|
||||||
# NOTE: tags: title for adventure__rpg
|
|
||||||
pgettext("tags", "Adventure / RPG")
|
|
||||||
# NOTE: tags: title for shooter
|
|
||||||
pgettext("tags", "Shooter")
|
|
||||||
# NOTE: tags: description for shooter
|
|
||||||
pgettext("tags", "First person shooters (FPS) and more")
|
|
||||||
# NOTE: tags: title for world_tools
|
|
||||||
pgettext("tags", "World Maintenance and Tools")
|
|
||||||
# NOTE: tags: description for world_tools
|
|
||||||
pgettext("tags", "Tools to manage the world")
|
|
||||||
# NOTE: tags: title for complex_installation
|
|
||||||
pgettext("tags", "Complex installation")
|
|
||||||
# NOTE: tags: description for complex_installation
|
|
||||||
pgettext("tags", "Requires futher installation steps, such as installing LuaRocks or editing the trusted mod setting")
|
|
||||||
# NOTE: tags: title for chat
|
|
||||||
pgettext("tags", "Chat / Commands")
|
|
||||||
# NOTE: tags: description for chat
|
|
||||||
pgettext("tags", "Focus on player chat/communication or console interaction.")
|
|
||||||
# NOTE: tags: title for multiplayer
|
|
||||||
pgettext("tags", "Multiplayer-focused")
|
|
||||||
# NOTE: tags: description for multiplayer
|
|
||||||
pgettext("tags", "Can/should only be used in multiplayer")
|
|
||||||
# NOTE: tags: title for simulation
|
|
||||||
pgettext("tags", "Sims")
|
|
||||||
# NOTE: tags: description for simulation
|
|
||||||
pgettext("tags", "Mods and games that aim to simulate real life activity. Similar to SimCity/The Sims/OpenTTD/etc.")
|
|
||||||
# NOTE: tags: title for plants_and_farming
|
|
||||||
pgettext("tags", "Plants and Farming")
|
|
||||||
# NOTE: tags: description for plants_and_farming
|
|
||||||
pgettext("tags", "Adds new plants or other farmable resources.")
|
|
||||||
# NOTE: tags: title for tools
|
|
||||||
pgettext("tags", "Tools / Weapons / Armor")
|
|
||||||
# NOTE: tags: description for tools
|
|
||||||
pgettext("tags", "Adds or changes tools, weapons, and armor")
|
|
||||||
# NOTE: tags: title for environment
|
|
||||||
pgettext("tags", "Environment / Weather")
|
|
||||||
# NOTE: tags: description for environment
|
|
||||||
pgettext("tags", "Improves the world, adding weather, ambient sounds, or other environment mechanics")
|
|
||||||
# NOTE: tags: title for oneofakind__original
|
|
||||||
pgettext("tags", "One-of-a-kind / Original")
|
|
||||||
# NOTE: tags: description for oneofakind__original
|
|
||||||
pgettext("tags", "For games and such that are of their own kind, distinct and original in nature to others of the same category.")
|
|
||||||
# NOTE: tags: title for building
|
|
||||||
pgettext("tags", "Building")
|
|
||||||
# NOTE: tags: description for building
|
|
||||||
pgettext("tags", "Focuses on building, such as adding new materials or nodes")
|
|
||||||
# NOTE: tags: title for puzzle
|
|
||||||
pgettext("tags", "Puzzle")
|
|
||||||
# NOTE: tags: description for puzzle
|
|
||||||
pgettext("tags", "Focus on puzzle solving instead of combat")
|
|
||||||
# NOTE: tags: title for decorative
|
|
||||||
pgettext("tags", "Decorative")
|
|
||||||
# NOTE: tags: description for decorative
|
|
||||||
pgettext("tags", "Adds nodes with no other purpose than for use in building")
|
|
||||||
# NOTE: tags: title for less_than_px
|
|
||||||
pgettext("tags", "<16px")
|
|
||||||
# NOTE: tags: description for less_than_px
|
|
||||||
pgettext("tags", "Less than 16px")
|
|
||||||
# NOTE: tags: title for magic
|
|
||||||
pgettext("tags", "Magic / Enchanting")
|
|
||||||
# NOTE: tags: title for mobs
|
|
||||||
pgettext("tags", "Mobs / Animals / NPCs")
|
|
||||||
# NOTE: tags: description for mobs
|
|
||||||
pgettext("tags", "Adds mobs, animals, and non-player characters")
|
|
||||||
# NOTE: tags: title for building_mechanics
|
|
||||||
pgettext("tags", "Building Mechanics and Tools")
|
|
||||||
# NOTE: tags: description for building_mechanics
|
|
||||||
pgettext("tags", "Adds game mechanics or tools that change how players build.")
|
|
||||||
# NOTE: tags: title for pve
|
|
||||||
pgettext("tags", "Player vs Environment (PvE)")
|
|
||||||
# NOTE: tags: description for pve
|
|
||||||
pgettext("tags", "For content designed for one or more players that focus on combat against the world, mobs, or NPCs.")
|
|
||||||
# NOTE: tags: title for storage
|
|
||||||
pgettext("tags", "Storage")
|
|
||||||
# NOTE: tags: description for storage
|
|
||||||
pgettext("tags", "Adds or improves item storage mechanics")
|
|
||||||
# NOTE: tags: title for mini-game
|
|
||||||
pgettext("tags", "Mini-game")
|
|
||||||
# NOTE: tags: description for mini-game
|
|
||||||
pgettext("tags", "Adds a mini-game to be played within Minetest")
|
|
||||||
# NOTE: tags: title for sports
|
|
||||||
pgettext("tags", "Sports")
|
|
||||||
# NOTE: tags: title for education
|
|
||||||
pgettext("tags", "Education")
|
|
||||||
# NOTE: tags: description for education
|
|
||||||
pgettext("tags", "Either has educational value, or is a tool to help teachers ")
|
|
||||||
# NOTE: tags: title for 16px
|
|
||||||
pgettext("tags", "16px")
|
|
||||||
# NOTE: tags: description for 16px
|
|
||||||
pgettext("tags", "For 16px texture packs")
|
|
||||||
# NOTE: tags: title for custom_mapgen
|
|
||||||
pgettext("tags", "Custom mapgen")
|
|
||||||
# NOTE: tags: description for custom_mapgen
|
|
||||||
pgettext("tags", "Contains a completely custom mapgen implemented in Lua, usually requires worlds to be set to the 'singlenode' mapgen.")
|
|
||||||
# NOTE: tags: title for hud
|
|
||||||
pgettext("tags", "HUD")
|
|
||||||
# NOTE: tags: description for hud
|
|
||||||
pgettext("tags", "For mods that grant the player extra information in the HUD")
|
|
||||||
# NOTE: tags: title for survival
|
|
||||||
pgettext("tags", "Survival")
|
|
||||||
# NOTE: tags: description for survival
|
|
||||||
pgettext("tags", "Written specifically for survival gameplay with a focus on game-balance, difficulty level, or resources available through crafting, mining, ...")
|
|
||||||
# NOTE: tags: title for library
|
|
||||||
pgettext("tags", "API / Library")
|
|
||||||
# NOTE: tags: description for library
|
|
||||||
pgettext("tags", "Primarily adds an API for other mods to use")
|
|
||||||
# NOTE: tags: title for jam_weekly_2021
|
|
||||||
pgettext("tags", "Jam / Weekly Challenges 2021")
|
|
||||||
# NOTE: tags: description for jam_weekly_2021
|
|
||||||
pgettext("tags", "For mods created for the Discord \"Weekly Challenges\" modding event in 2021")
|
|
||||||
# NOTE: tags: title for commerce
|
|
||||||
pgettext("tags", "Commerce / Economy")
|
|
||||||
# NOTE: tags: description for commerce
|
|
||||||
pgettext("tags", "Related to economies, money, and trading")
|
|
||||||
# NOTE: tags: title for transport
|
|
||||||
pgettext("tags", "Transport")
|
|
||||||
# NOTE: tags: description for transport
|
|
||||||
pgettext("tags", "Adds or changes transportation methods. Includes teleportation, vehicles, ridable mobs, transport infrastructure and thematic content")
|
|
||||||
# NOTE: tags: title for seasonal
|
|
||||||
pgettext("tags", "Seasonal")
|
|
||||||
# NOTE: tags: description for seasonal
|
|
||||||
pgettext("tags", "For content generally themed around a certain season or holiday")
|
|
||||||
# NOTE: tags: title for food
|
|
||||||
pgettext("tags", "Food / Drinks")
|
|
||||||
# NOTE: tags: title for mtg
|
|
||||||
pgettext("tags", "Minetest Game improved")
|
|
||||||
# NOTE: tags: description for mtg
|
|
||||||
pgettext("tags", "Forks of Minetest Game")
|
|
||||||
# NOTE: tags: title for 32px
|
|
||||||
pgettext("tags", "32px")
|
|
||||||
# NOTE: tags: description for 32px
|
|
||||||
pgettext("tags", "For 32px texture packs")
|
|
||||||
# NOTE: tags: title for creative
|
|
||||||
pgettext("tags", "Creative")
|
|
||||||
# NOTE: tags: description for creative
|
|
||||||
pgettext("tags", "Written specifically or exclusively for use in creative mode. Adds content only available through a creative inventory, or provides tools that facilitate ingame creation and doesn't add difficulty or scarcity")
|
|
||||||
# NOTE: tags: title for gui
|
|
||||||
pgettext("tags", "GUI")
|
|
||||||
# NOTE: tags: description for gui
|
|
||||||
pgettext("tags", "For content whose main utility or features are provided within a GUI, on-screen menu, or similar")
|
|
||||||
# NOTE: tags: title for 64px
|
|
||||||
pgettext("tags", "64px")
|
|
||||||
# NOTE: tags: description for 64px
|
|
||||||
pgettext("tags", "For 64px texture packs")
|
|
||||||
# NOTE: tags: title for technology
|
|
||||||
pgettext("tags", "Machines / Electronics")
|
|
||||||
# NOTE: tags: description for technology
|
|
||||||
pgettext("tags", "Adds machines useful in automation, tubes, or power.")
|
|
||||||
# NOTE: tags: title for jam_combat_mod
|
|
||||||
pgettext("tags", "Jam / Combat 2020")
|
|
||||||
# NOTE: tags: description for jam_combat_mod
|
|
||||||
pgettext("tags", "For mods created for the Discord \"Combat\" modding event in 2020")
|
|
||||||
# NOTE: tags: title for strategy_rts
|
|
||||||
pgettext("tags", "Strategy / RTS")
|
|
||||||
# NOTE: tags: description for strategy_rts
|
|
||||||
pgettext("tags", "Games and mods with a heavy strategy component, whether real-time or turn-based")
|
|
||||||
# NOTE: tags: title for skins
|
|
||||||
pgettext("tags", "Player customization / Skins")
|
|
||||||
# NOTE: tags: description for skins
|
|
||||||
pgettext("tags", "Allows the player to customize their character by changing the texture or adding accessories.")
|
|
||||||
# NOTE: tags: title for jam_game_2021
|
|
||||||
pgettext("tags", "Jam / Game 2021")
|
|
||||||
# NOTE: tags: description for jam_game_2021
|
|
||||||
pgettext("tags", "Entries to the 2021 Minetest Game Jam")
|
|
||||||
# NOTE: tags: title for 128px
|
# NOTE: tags: title for 128px
|
||||||
pgettext("tags", "128px+")
|
pgettext("tags", "128px+")
|
||||||
# NOTE: tags: description for 128px
|
# NOTE: tags: description for 128px
|
||||||
pgettext("tags", "For 128px or higher texture packs")
|
pgettext("tags", "For 128px or higher texture packs")
|
||||||
|
# NOTE: tags: title for 16px
|
||||||
|
pgettext("tags", "16px")
|
||||||
|
# NOTE: tags: description for 16px
|
||||||
|
pgettext("tags", "For 16px texture packs")
|
||||||
|
# NOTE: tags: title for 32px
|
||||||
|
pgettext("tags", "32px")
|
||||||
|
# NOTE: tags: description for 32px
|
||||||
|
pgettext("tags", "For 32px texture packs")
|
||||||
|
# NOTE: tags: title for 64px
|
||||||
|
pgettext("tags", "64px")
|
||||||
|
# NOTE: tags: description for 64px
|
||||||
|
pgettext("tags", "For 64px texture packs")
|
||||||
|
# NOTE: tags: title for adventure__rpg
|
||||||
|
pgettext("tags", "Adventure / RPG")
|
||||||
|
# NOTE: tags: title for april_fools
|
||||||
|
pgettext("tags", "Joke")
|
||||||
|
# NOTE: tags: description for april_fools
|
||||||
|
pgettext("tags", "For humorous content, meant as a novelty or joke, not to be taken seriously, and that is not meant to be used seriously or long-term.")
|
||||||
|
# NOTE: tags: title for building
|
||||||
|
pgettext("tags", "Building")
|
||||||
|
# NOTE: tags: description for building
|
||||||
|
pgettext("tags", "Focuses on building, such as adding new materials or nodes")
|
||||||
|
# NOTE: tags: title for building_mechanics
|
||||||
|
pgettext("tags", "Building Mechanics and Tools")
|
||||||
|
# NOTE: tags: description for building_mechanics
|
||||||
|
pgettext("tags", "Adds game mechanics or tools that change how players build.")
|
||||||
|
# NOTE: tags: title for chat
|
||||||
|
pgettext("tags", "Chat / Commands")
|
||||||
|
# NOTE: tags: description for chat
|
||||||
|
pgettext("tags", "Focus on player chat/communication or console interaction.")
|
||||||
|
# NOTE: tags: title for commerce
|
||||||
|
pgettext("tags", "Commerce / Economy")
|
||||||
|
# NOTE: tags: description for commerce
|
||||||
|
pgettext("tags", "Related to economies, money, and trading")
|
||||||
|
# NOTE: tags: title for complex_installation
|
||||||
|
pgettext("tags", "Complex installation")
|
||||||
|
# NOTE: tags: description for complex_installation
|
||||||
|
pgettext("tags", "Requires futher installation steps, such as installing LuaRocks or editing the trusted mod setting")
|
||||||
|
# NOTE: tags: title for crafting
|
||||||
|
pgettext("tags", "Crafting")
|
||||||
|
# NOTE: tags: description for crafting
|
||||||
|
pgettext("tags", "Big changes to crafting gameplay")
|
||||||
|
# NOTE: tags: title for creative
|
||||||
|
pgettext("tags", "Creative")
|
||||||
|
# NOTE: tags: description for creative
|
||||||
|
pgettext("tags", "Written specifically or exclusively for use in creative mode. Adds content only available through a creative inventory, or provides tools that facilitate ingame creation and doesn't add difficulty or scarcity")
|
||||||
|
# NOTE: tags: title for custom_mapgen
|
||||||
|
pgettext("tags", "Custom mapgen")
|
||||||
|
# NOTE: tags: description for custom_mapgen
|
||||||
|
pgettext("tags", "Contains a completely custom mapgen implemented in Lua, usually requires worlds to be set to the 'singlenode' mapgen.")
|
||||||
|
# NOTE: tags: title for decorative
|
||||||
|
pgettext("tags", "Decorative")
|
||||||
|
# NOTE: tags: description for decorative
|
||||||
|
pgettext("tags", "Adds nodes with no other purpose than for use in building")
|
||||||
|
# NOTE: tags: title for developer_tools
|
||||||
|
pgettext("tags", "Developer Tools")
|
||||||
|
# NOTE: tags: description for developer_tools
|
||||||
|
pgettext("tags", "Tools for game and mod developers")
|
||||||
|
# NOTE: tags: title for education
|
||||||
|
pgettext("tags", "Education")
|
||||||
|
# NOTE: tags: description for education
|
||||||
|
pgettext("tags", "Either has educational value, or is a tool to help teachers ")
|
||||||
|
# NOTE: tags: title for environment
|
||||||
|
pgettext("tags", "Environment / Weather")
|
||||||
|
# NOTE: tags: description for environment
|
||||||
|
pgettext("tags", "Improves the world, adding weather, ambient sounds, or other environment mechanics")
|
||||||
|
# NOTE: tags: title for food
|
||||||
|
pgettext("tags", "Food / Drinks")
|
||||||
|
# NOTE: tags: title for gui
|
||||||
|
pgettext("tags", "GUI")
|
||||||
|
# NOTE: tags: description for gui
|
||||||
|
pgettext("tags", "For content whose main utility or features are provided within a GUI, on-screen menu, or similar")
|
||||||
|
# NOTE: tags: title for hud
|
||||||
|
pgettext("tags", "HUD")
|
||||||
|
# NOTE: tags: description for hud
|
||||||
|
pgettext("tags", "For mods that grant the player extra information in the HUD")
|
||||||
|
# NOTE: tags: title for inventory
|
||||||
|
pgettext("tags", "Inventory")
|
||||||
|
# NOTE: tags: description for inventory
|
||||||
|
pgettext("tags", "Changes the inventory GUI")
|
||||||
|
# NOTE: tags: title for jam_combat_mod
|
||||||
|
pgettext("tags", "Jam / Combat 2020")
|
||||||
|
# NOTE: tags: description for jam_combat_mod
|
||||||
|
pgettext("tags", "For mods created for the Discord \"Combat\" modding event in 2020")
|
||||||
|
# NOTE: tags: title for jam_game_2021
|
||||||
|
pgettext("tags", "Jam / Game 2021")
|
||||||
|
# NOTE: tags: description for jam_game_2021
|
||||||
|
pgettext("tags", "Entries to the 2021 Minetest Game Jam")
|
||||||
# NOTE: tags: title for jam_game_2022
|
# NOTE: tags: title for jam_game_2022
|
||||||
pgettext("tags", " Jam / Game 2022")
|
pgettext("tags", " Jam / Game 2022")
|
||||||
# NOTE: tags: description for jam_game_2022
|
# NOTE: tags: description for jam_game_2022
|
||||||
pgettext("tags", "Entries to the 2022 Minetest Game Jam ")
|
pgettext("tags", "Entries to the 2022 Minetest Game Jam ")
|
||||||
# NOTE: content_warnings: title for gore
|
# NOTE: tags: title for jam_game_2023
|
||||||
pgettext("content_warnings", "Gore")
|
pgettext("tags", "Jam / Game 2023")
|
||||||
# NOTE: content_warnings: description for gore
|
# NOTE: tags: description for jam_game_2023
|
||||||
pgettext("content_warnings", "Blood, etc")
|
pgettext("tags", "Entries to the 2023 Minetest Game Jam ")
|
||||||
# NOTE: content_warnings: title for gambling
|
# NOTE: tags: title for jam_weekly_2021
|
||||||
pgettext("content_warnings", "Gambling")
|
pgettext("tags", "Jam / Weekly Challenges 2021")
|
||||||
# NOTE: content_warnings: description for gambling
|
# NOTE: tags: description for jam_weekly_2021
|
||||||
pgettext("content_warnings", "Games of chance, gambling games, etc")
|
pgettext("tags", "For mods created for the Discord \"Weekly Challenges\" modding event in 2021")
|
||||||
# NOTE: content_warnings: title for violence
|
# NOTE: tags: title for less_than_px
|
||||||
pgettext("content_warnings", "Violence")
|
pgettext("tags", "<16px")
|
||||||
# NOTE: content_warnings: description for violence
|
# NOTE: tags: description for less_than_px
|
||||||
pgettext("content_warnings", "Non-cartoon violence. May be towards fantasy or human-like characters")
|
pgettext("tags", "Less than 16px")
|
||||||
# NOTE: content_warnings: title for horror
|
# NOTE: tags: title for library
|
||||||
pgettext("content_warnings", "Fear / Horror")
|
pgettext("tags", "API / Library")
|
||||||
# NOTE: content_warnings: description for horror
|
# NOTE: tags: description for library
|
||||||
pgettext("content_warnings", "Shocking and scary content. May scare young children")
|
pgettext("tags", "Primarily adds an API for other mods to use")
|
||||||
# NOTE: content_warnings: title for bad_language
|
# NOTE: tags: title for magic
|
||||||
pgettext("content_warnings", "Bad Language")
|
pgettext("tags", "Magic / Enchanting")
|
||||||
# NOTE: content_warnings: description for bad_language
|
# NOTE: tags: title for mapgen
|
||||||
pgettext("content_warnings", "Contains swearing")
|
pgettext("tags", "Mapgen / Biomes / Decoration")
|
||||||
|
# NOTE: tags: description for mapgen
|
||||||
|
pgettext("tags", "New mapgen or changes mapgen")
|
||||||
|
# NOTE: tags: title for mini-game
|
||||||
|
pgettext("tags", "Mini-game")
|
||||||
|
# NOTE: tags: description for mini-game
|
||||||
|
pgettext("tags", "Adds a mini-game to be played within Luanti")
|
||||||
|
# NOTE: tags: title for mobs
|
||||||
|
pgettext("tags", "Mobs / Animals / NPCs")
|
||||||
|
# NOTE: tags: description for mobs
|
||||||
|
pgettext("tags", "Adds mobs, animals, and non-player characters")
|
||||||
|
# NOTE: tags: title for mtg
|
||||||
|
pgettext("tags", "Minetest Game improved")
|
||||||
|
# NOTE: tags: description for mtg
|
||||||
|
pgettext("tags", "Forks of Minetest Game")
|
||||||
|
# NOTE: tags: title for multiplayer
|
||||||
|
pgettext("tags", "Multiplayer-focused")
|
||||||
|
# NOTE: tags: description for multiplayer
|
||||||
|
pgettext("tags", "Can/should only be used in multiplayer")
|
||||||
|
# NOTE: tags: title for oneofakind__original
|
||||||
|
pgettext("tags", "One-of-a-kind / Original")
|
||||||
|
# NOTE: tags: description for oneofakind__original
|
||||||
|
pgettext("tags", "For games and such that are of their own kind, distinct and original in nature to others of the same category.")
|
||||||
|
# NOTE: tags: title for plants_and_farming
|
||||||
|
pgettext("tags", "Plants and Farming")
|
||||||
|
# NOTE: tags: description for plants_and_farming
|
||||||
|
pgettext("tags", "Adds new plants or other farmable resources.")
|
||||||
|
# NOTE: tags: title for player_effects
|
||||||
|
pgettext("tags", "Player Effects / Power Ups")
|
||||||
|
# NOTE: tags: description for player_effects
|
||||||
|
pgettext("tags", "For content that changes player effects, including physics, for example: speed, jump height or gravity.")
|
||||||
|
# NOTE: tags: title for puzzle
|
||||||
|
pgettext("tags", "Puzzle")
|
||||||
|
# NOTE: tags: description for puzzle
|
||||||
|
pgettext("tags", "Focus on puzzle solving instead of combat")
|
||||||
|
# NOTE: tags: title for pve
|
||||||
|
pgettext("tags", "Player vs Environment (PvE)")
|
||||||
|
# NOTE: tags: description for pve
|
||||||
|
pgettext("tags", "For content designed for one or more players that focus on combat against the world, mobs, or NPCs.")
|
||||||
|
# NOTE: tags: title for pvp
|
||||||
|
pgettext("tags", "Player vs Player (PvP)")
|
||||||
|
# NOTE: tags: description for pvp
|
||||||
|
pgettext("tags", "Designed to be played competitively against other players")
|
||||||
|
# NOTE: tags: title for seasonal
|
||||||
|
pgettext("tags", "Seasonal")
|
||||||
|
# NOTE: tags: description for seasonal
|
||||||
|
pgettext("tags", "For content generally themed around a certain season or holiday")
|
||||||
|
# NOTE: tags: title for server_tools
|
||||||
|
pgettext("tags", "Server Moderation and Tools")
|
||||||
|
# NOTE: tags: description for server_tools
|
||||||
|
pgettext("tags", "Helps with server maintenance and moderation")
|
||||||
|
# NOTE: tags: title for shooter
|
||||||
|
pgettext("tags", "Shooter")
|
||||||
|
# NOTE: tags: description for shooter
|
||||||
|
pgettext("tags", "First person shooters (FPS) and more")
|
||||||
|
# NOTE: tags: title for simulation
|
||||||
|
pgettext("tags", "Sims")
|
||||||
|
# NOTE: tags: description for simulation
|
||||||
|
pgettext("tags", "Mods and games that aim to simulate real life activity. Similar to SimCity/The Sims/OpenTTD/etc.")
|
||||||
|
# NOTE: tags: title for singleplayer
|
||||||
|
pgettext("tags", "Singleplayer-focused")
|
||||||
|
# NOTE: tags: description for singleplayer
|
||||||
|
pgettext("tags", "Content that can be played alone")
|
||||||
|
# NOTE: tags: title for skins
|
||||||
|
pgettext("tags", "Player customization / Skins")
|
||||||
|
# NOTE: tags: description for skins
|
||||||
|
pgettext("tags", "Allows the player to customize their character by changing the texture or adding accessories.")
|
||||||
|
# NOTE: tags: title for sound_music
|
||||||
|
pgettext("tags", "Sounds / Music")
|
||||||
|
# NOTE: tags: description for sound_music
|
||||||
|
pgettext("tags", "Focuses on or adds new sounds or musical things")
|
||||||
|
# NOTE: tags: title for sports
|
||||||
|
pgettext("tags", "Sports")
|
||||||
|
# NOTE: tags: title for storage
|
||||||
|
pgettext("tags", "Storage")
|
||||||
|
# NOTE: tags: description for storage
|
||||||
|
pgettext("tags", "Adds or improves item storage mechanics")
|
||||||
|
# NOTE: tags: title for strategy_rts
|
||||||
|
pgettext("tags", "Strategy / RTS")
|
||||||
|
# NOTE: tags: description for strategy_rts
|
||||||
|
pgettext("tags", "Games and mods with a heavy strategy component, whether real-time or turn-based")
|
||||||
|
# NOTE: tags: title for survival
|
||||||
|
pgettext("tags", "Survival")
|
||||||
|
# NOTE: tags: description for survival
|
||||||
|
pgettext("tags", "Written specifically for survival gameplay with a focus on game-balance, difficulty level, or resources available through crafting, mining, ...")
|
||||||
|
# NOTE: tags: title for technology
|
||||||
|
pgettext("tags", "Machines / Electronics")
|
||||||
|
# NOTE: tags: description for technology
|
||||||
|
pgettext("tags", "Adds machines useful in automation, tubes, or power.")
|
||||||
|
# NOTE: tags: title for tools
|
||||||
|
pgettext("tags", "Tools / Weapons / Armor")
|
||||||
|
# NOTE: tags: description for tools
|
||||||
|
pgettext("tags", "Adds or changes tools, weapons, and armor")
|
||||||
|
# NOTE: tags: title for transport
|
||||||
|
pgettext("tags", "Transport")
|
||||||
|
# NOTE: tags: description for transport
|
||||||
|
pgettext("tags", "Adds or changes transportation methods. Includes teleportation, vehicles, ridable mobs, transport infrastructure and thematic content")
|
||||||
|
# NOTE: tags: title for world_tools
|
||||||
|
pgettext("tags", "World Maintenance and Tools")
|
||||||
|
# NOTE: tags: description for world_tools
|
||||||
|
pgettext("tags", "Tools to manage the world")
|
||||||
# NOTE: content_warnings: title for alcohol_tobacco
|
# NOTE: content_warnings: title for alcohol_tobacco
|
||||||
pgettext("content_warnings", "Alcohol / Tobacco")
|
pgettext("content_warnings", "Alcohol / Tobacco")
|
||||||
# NOTE: content_warnings: description for alcohol_tobacco
|
# NOTE: content_warnings: description for alcohol_tobacco
|
||||||
pgettext("content_warnings", "Contains alcohol and/or tobacco")
|
pgettext("content_warnings", "Contains alcohol and/or tobacco")
|
||||||
|
# NOTE: content_warnings: title for bad_language
|
||||||
|
pgettext("content_warnings", "Bad Language")
|
||||||
|
# NOTE: content_warnings: description for bad_language
|
||||||
|
pgettext("content_warnings", "Contains swearing")
|
||||||
# NOTE: content_warnings: title for drugs
|
# NOTE: content_warnings: title for drugs
|
||||||
pgettext("content_warnings", "Drugs")
|
pgettext("content_warnings", "Drugs")
|
||||||
# NOTE: content_warnings: description for drugs
|
# NOTE: content_warnings: description for drugs
|
||||||
pgettext("content_warnings", "Contains recreational drugs other than alcohol or tobacco")
|
pgettext("content_warnings", "Contains recreational drugs other than alcohol or tobacco")
|
||||||
|
# NOTE: content_warnings: title for gambling
|
||||||
|
pgettext("content_warnings", "Gambling")
|
||||||
|
# NOTE: content_warnings: description for gambling
|
||||||
|
pgettext("content_warnings", "Games of chance, gambling games, etc")
|
||||||
|
# NOTE: content_warnings: title for gore
|
||||||
|
pgettext("content_warnings", "Gore")
|
||||||
|
# NOTE: content_warnings: description for gore
|
||||||
|
pgettext("content_warnings", "Blood, etc")
|
||||||
|
# NOTE: content_warnings: title for horror
|
||||||
|
pgettext("content_warnings", "Fear / Horror")
|
||||||
|
# NOTE: content_warnings: description for horror
|
||||||
|
pgettext("content_warnings", "Shocking and scary content. May scare young children")
|
||||||
|
# NOTE: content_warnings: title for violence
|
||||||
|
pgettext("content_warnings", "Violence")
|
||||||
|
# NOTE: content_warnings: description for violence
|
||||||
|
pgettext("content_warnings", "Non-cartoon violence. May be towards fantasy or human-like characters")
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user